Ports Search

Results 8,1718,180 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.016 seconds)
sysutils/lmon-1.2 (Score: 8.687785E-5)
Near-realtime log monitoring tool, sends alerts on hits and misses
LMon is a package for near real-time monitoring of logs, sending email alerts upon known (rule hits) or unknown data (rule misses). It features buffering of multiple rule hits within a given interval, cap at a given maximum number of lines, wait for a given interval before sending next alert, and auto- discovery of log rotation. It can be run from the command line without configuration, or be controlled from a central configuration file with multiple instances monitoring different log files/sending alerts to different people.
sysutils/most-5.0.0 (Score: 8.687785E-5)
Pager (like less) which has support for windows and binary files
most is a pager (like less) that displays, one windowful at a time, the contents of a file on a terminal. It pauses after each windowful and prints the following on the window status line: the screen, the file name, current line number, and the percentage of the file so far displayed. In addition to displaying ordinary text files, most can also display binary files as well as files with arbitrary ascii characters. As an option, autosensing of binary files can be disabled (via the -k option), thereby allowing one to browse files encoded in a different language (Japanese, Korean, Chinese, etc). FTP: ftp://ftp.jedsoft.org/pub/davis/most
sysutils/pacman-4.2.0 (Score: 8.687785E-5)
Package manager from ArchLinux
pacman is a utility which manages software packages in Linux. It uses simple compressed files as a package format, and maintains a text-based package database (more of a hierarchy), just in case some hand tweaking is necessary. pacman does not strive to "do everything." It will add, remove and upgrade packages in the system, and it will allow you to query the package database for installed packages, files and owners. It also attempts to handle dependencies automatically and can download packages from a remote server.
sysutils/worldtools-1.3.1 (Score: 8.687785E-5)
Handy tools for living with make world
worldtools consists of 3 simple scripts: - whereintheworld displays the great lines behind the build logs of a buildworld. It shows at which step the build is at, and which module is currently being built. - buildit runs a command, time(1)s it, logs the output and optionally sends a notification to the user by email when finished. - upgrade is a wrapper for buildit, whereintheworld, cvsup and make buildworld. It is a convenient series of shell commands that will upgrade your FreeBSD system. See the README file for more details.
sysutils/ucspi-ssl-0.70 (Score: 8.687785E-5)
UCSPI tools for building SSL client-server applications
sslserver and sslclient are command-line tools for building SSL client-server applications. They conform to the UNIX Client-Server Program Interface, UCSPI. sslserver listens for connections, and runs a program for each connection it accepts. The program environment includes variables that hold the local and remote host names, IP addresses, and port numbers. sslserver offers a concurrency limit on acceptance of new connections, and selective handling of connections based on client identity. sslclient requests a connection to a TCP socket, and runs a program. The program environment includes the same variables as for sslserver.
textproc/htdig-3.2.0.b6 (Score: 8.687785E-5)
WWW indexing and searching system
The ht://Dig system is a complete world wide web indexing and searching system for a domain or intranet. This system is not meant to replace the need for powerful internet-wide search systems like Yahoo! or Google. Instead it is meant to cover the needs for a single company, campus, or even a sub section of a web site. As opposed to some WAIS-based or web-server based search engines, ht://Dig can span many web servers as long as they all understand the HTTP 1.0 protocol.
textproc/htmldoc-1.8.28 (Score: 8.687785E-5)
Converts HTML to PDF and/or PostScript
This is a port of HTMLDOC, which can: Convert HTML files to PDF or PostScript Generate a table-of-contents for books Generate indexed HTML files Generate files on-the-fly for web applications, from the command-line for batch jobs, or from a GUI for interactive work. HTMLDOC Provides A command-line interface for batch and WWW applications. A graphical interface for interactive work. In my opinion, HTMLDOC is *fast*, compared to the other solutions I've seen. HTMLDOC is available under the GPL. Commercial support is available from the author.
textproc/hxt-9.3.1.15 (Score: 8.687785E-5)
Collection of tools for processing XML with Haskell
The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a more general approach for processing XML with Haskell. The Haskell XML Toolbox uses a generic data model for representing XML documents, including the DTD subset and the document subset, in Haskell. It contains a validating XML parser, a HTML parser, namespace support, an XPath expression evaluator, an XSLT library, a RelaxNG schema validator and funtions for serialization and deserialization of user defined data. The library makes extensive use of the arrow approach for processing XML.
textproc/libtranslate-0.99 (Score: 8.687785E-5)
Natural language translation library
libtranslate is a library for translating text and web pages between natural languages. Its modular infrastructure allows to implement new translation services separately from the core library. libtranslate is shipped with a generic module supporting web-based translation services such as Babel Fish, Google Language Tools and SYSTRAN. Moreover, the generic module allows to add new services simply by adding a few lines to a XML file (see the services.xml(5) manual page). The libtranslate distribution includes a powerful command line interface (see the translate(1) manual page).
textproc/Text-Query-0.09 (Score: 8.687785E-5)
Query processing framework
This module provides an object that matches a data source against a query expression. Query expressions are compiled into an internal form when a new object is created or the `prepare' method is called; they are not recompiled on each match. The class provided by this module uses four packages to process the query. The query parser parses the question and calls a query expression builder (internal form of the question). The optimizer is then called to reduce the complexity of the expression. The solver applies the expression on a data source.