Ports Search

Results 421430 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
sysutils/abduco-0.6 (Score: 0.008554596)
Session management in a clean and simple way
abduco provides session management i.e., it allows programs to be run independently from their controlling terminal. That is programs can be detached - run in the background - and then later reattached. Together with dvtm it provides a simpler and cleaner alternative to tmux or screen. abduco is in many ways very similar to dtach but is a completely independent implementation which is actively maintained, contains no legacy code, provides a few additional features, has a cleaner, more robust implementation and is distributed under the ISC license.
www/mod_log_mysql-1.04 (Score: 0.008554596)
Allows Apache 2.2.x to log to a MySQL database
mod_log_mysql is a module for the Apache 2 webserver which permits request logging into a MySQL database. Key features are: * Seamless integration into the standard Apache logging configuration. * Only a single configuration line needed to start logging. * Free SQL use. * Multiple databases, database users and/or database servers. * Connection pooling, only one connection per log target, per child process. * Logs data as it is: e.g. times as SQL DATETIME and n/a items as SQL NULL. * Won't loose data if the database server is down. Note: this module requires mod_log_config-st
graphics/giftool-1.0 (Score: 0.008533249)
Tool for GIF89a transparent option and interlace mode
GIFTool is a tool for GIF89a transparent option and interlace mode. For instance 'giftool -B -i *.gif' converts all images to interlaced GIF files. GIFTool is shareware. Use the -info option to read the licensing information.
lang/f2c-20060810 (Score: 0.008531874)
Fortran-to-C converter and its run-time libraries
f2c and its run-time library, libf2c.a, are a port of the Fortran-to-C converter available from ftp.netlib.org. This software was originally developed by AT&T, Lucent Technologies, and Bellcore.
devel/ccache-3.2.5 (Score: 0.00853147)
Tool to minimize the compile time of C/C++ programs
ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the -E compiler switch and a hash to detect when a compilation can be satisfied from cache. This often results in a 5 to 10 times speedup in common compilations.
sysutils/jvmtop-0.8.0 (Score: 0.00853147)
Lightweight console application to monitor running jvms
Jvmtop is a lightweight console application to monitor all accessible, running jvms on a machine. In a top-like manner, it displays JVM internal metrics (e.g. memory information) of running java processes. It's tested with different releases of Oracle JDK, IBM JDK and OpenJDK on FreeBSD, Linux, Solaris and Windows hosts. Jvmtop requires a JDK - a JRE will not suffice.
japanese/vftool-1.2 (Score: 0.008461185)
Virtual font kit (n2a,a2n,a2bk,p2pn)
This kit is for making virtual font using in dvi2ps, dvipsk or dvi2dvi. This port provides virtual fonts with tartget of following 4 targets(n2a, a2n, a2bk, p2pn): n2a virtual font for transform from dvi file of NTT JTeX to ASCII Japanese TeX. a2n virtual font for transform from dvi file of ASCII Japanese TeX to NTT JTeX. a2bk virtual font for transform from dvi file of ASCII Japanese TeX to dvi file using printer-builtin mono space Kanji fonts. p2pn virtual font for transform from dvi file of pTeX to NTT JTeX. If you make use of Japanese "Takegaki" style in pTeX or pLaTeX2e, you must be installed this port before installing dvi2ps.
security/reop-2.1.0 (Score: 0.008443216)
Reasonable Expectation Of Privacy
reop is a simple, semi-modern wannabe PGP clone. Supported operations include signing -S and verifying -V messages, plus a variety of options for encrypting messages (-D -E). It does everything you'd expect a PGP program to do. More accurately, it does everything I expect you to expect a PGP program to do.
security/tripwire-2.4.3.1 (Score: 0.008443216)
File system security and verification program
Tripwire is a tool that aids system administrators and users in monitoring a designated set of files for any changes. Used with system files on a regular (e.g., daily) basis, Tripwire can notify system administrators of corrupted or tampered files, so damage control measures can be taken in a timely manner.
devel/infix-19960628 (Score: 0.008442711)
Lisp macro to read math statements in infix notation
This is an implementation of an infix reader macro. It should run in any valid Common Lisp and has been tested in Allegro CL 4.1, Lucid CL 4.0.1, MCL 2.0 and CMU CL. It allows the user to type arithmetic expressions in the traditional way (e.g., 1+2) when writing Lisp programs instead of using the normal Lisp syntax (e.g., (+ 1 2)). It is not intended to be a full replacement for the normal Lisp syntax. This package is compiled with SBCL. Written by Mark Kantrowitz, School of Computer Science, Carnegie Mellon University, March 1993.