Ports Search

Results 13,94113,950 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.019 seconds)
sysutils/asusoled-0.10 (Score: 1.5420633E-4)
Utility for ASUS USB OLED Display
This port provides a utility for controlling USB OLED display found on some ASUS laptops such as G-series models. Originally it was written by Christian Lamparter <chunkeey@web.de> for Linux and the early version is still available from here: https://launchpad.net/asusoled Now it is almost rewrite of the code with a lot of new features and improvements by Jung-uk Kim <jkim@FreeBSD.org>.
sysutils/msyslog-1.08g (Score: 1.5420633E-4)
Flexible and easy to integrate syslog daemon
This new design of syslog allows for an easy implementation of input and output modules. The modules that mantain compatibility with its precursor (Secure Syslog) are included in the standard distribution along with four modules: om_peo (an implementation of PEO-1 and L-PEO, two algorithmic protocols for integrity checking), om_mysql and om_pgsql (modules that sends output to a MySQL and PostgreSQL database, respectively) and om_regex (a module that allows output redirection using regular expressions).
sysutils/ods2-1.3 (Score: 1.5420633E-4)
Utility for manipulating ODS-2 filesystems
From aaareadme.txt: Say, what is this? ODS2 is a program to read VMS disk volumes written in VMS ODS2 format. What can it do? Basically ODS2 provides cut down DIRECTORY, COPY and SEARCH commands for VMS volumes on non-VMS systems. These can be used to find out what is on a VMS volume, and copy files onto the local file sytem. See aaareadme.txt and aaareadme.too for more information.
sysutils/BSD-Jail-Object-0.02 (Score: 1.5420633E-4)
Object oriented perl interface to jail(2)
This is an object oriented perl interface to the FreeBSD jail subsystem. Here's a replica of the 'jls' utility in just a few lines of perl: use BSD::Jail::Object 'jids'; print " JID IP Address Hostname Path\n"; printf "%6d %-15.15s %-29.29s %.74s\n", $_->jid, $_->ip, $_->hostname, $_->path foreach jids( instantiate => 1 ); And here's 'jexec': my $j = BSD::Jail::Object->new( $ARGV[0] ) or die $@; $j->attach && chdir('/') && exec $ARGV[1] or exit; For more info please use 'perldoc' on the module.
sysutils/Filesys-Df-0.92 (Score: 1.5420633E-4)
Perl extension for filesystem space
This module provides a way to obtain filesystem disk space information. This is a Unix only distribution. If you want to gather this information for Unix and Windows, use Filesys::DfPortable. The only major benefit of using Filesys::Df over Filesys::DfPortable, is that Filesys::Df supports the use of open filehandles as arguments. The module should work with all flavors of Unix, including Mac OS X (Darwin, Tiger, etc), and Cygwin.
sysutils/Log-Syslog-Fast-0.65 (Score: 1.5420633E-4)
Send syslog messages over TCP, UDP, or UNIX sockets
This module sends syslog messages over a network socket. It works like Sys::Syslog in setlogsock's 'udp', 'tcp', or 'unix' modes, but without the significant CPU overhead of that module when used for high-volume logging. Use of this specialized module is only recommended if 1) you must use network syslog as a messaging transport but 2) need to minimize the time spent in the logger.
sysutils/File_Fstab-2.0.3 (Score: 1.5420633E-4)
PEAR class to read and write fstab files
PEAR::File_Fstab is an easy-to-use package which can read & write UNIX fstab files. It presents a pleasant object-oriented interface to the fstab. Features: * Supports blockdev, label, and UUID specification of mount device. * Extendable to parse non-standard fstab formats by defining a new Entry class for that format. * Easily examine and set mount options for an entry. * Stable, functional interface. * Fully documented with PHPDoc.
sysutils/qzeitgeist-0.8.0 (Score: 1.5420633E-4)
Qt 4 wrapper library around the Zeitgeist D-Bus API
Zeitgeist is a service which logs the users's activities and events (files opened, websites visites, conversations hold with other people, etc.) and makes relevant information available to other applications. It is able to establish relationships between items based on similarity and usage patterns. libQZeitgeist is a wrapper library around the Zeitgeist D-Bus API for Qt, and is brought to you by Collabora in cooperation with the Zeitgeist team and KDE.
sysutils/logstalgia-1.0.3 (Score: 1.5420633E-4)
Website access log visualization tool
Logstalgia is a website traffic visualization that replays or streams web-server access logs as a pong-like battle between the web server and an never ending torrent of requests. Requests appear as colored balls which travel across the screen to arrive at the requested location. Successful requests are hit by the paddle while unsuccessful ones (eg. 404 - File Not Found) are missed and pass through.
sysutils/rdup-1.1.15 (Score: 1.5420633E-4)
Tool to generate (incremental) backup file list
rdup is an utility inspired by rsync and the Plan9 way of doing backups. rdup itself does not backup anything; it only prints a list of the names of files that have changed since the last backup. It also handles files that are removed, allowing for correct incremental backups. An example script named rdup-simple is included to show how to implement a simple snapshot-style backup strategy.