Ports Search

Results 12,57112,580 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.012 seconds)
deskutils/remind-3.1.15 (Score: 4.5905075E-5)
Sophisticated calendar and alarm program
Remind is a sophisticated calendar and alarm program. It includes the following features: * A sophisticated scripting language and intelligent handling of exceptions and holidays. * Plain-text, PostScript and HTML output. * Timed reminders and pop-up alarms. * A friendly graphical front-end for people who don't want to learn the scripting language. * Facilities for both the Gregorian and Hebrew calendars. * Support for 12 different languages.
deskutils/tagutils-0.3.0 (Score: 4.5905075E-5)
Command line tool for tagging files
Leaftag is a library and set of utilities for tagging files on the desktop. tagutils is the primary way of tagging files from the command line. It can tag, untag, display a list of known tags, manipulate tag properties, and show files belonging to a tag. Project homepage:
deskutils/xmaddressbook-1.5.3 (Score: 4.5905075E-5)
X11/Motif-based addressbook program
XmAddressbook is a X11/Motif based address book program. It allows the user to enter addressbook type information. It saves its data in a text file. It can output the addressbook in Postscript. It also has a Curses interface for searching and viewing the address book.
devel/avro-1.8.1 (Score: 4.5905075E-5)
Data serialization system
Avro is a data serialization system. Avro provides: * Rich data structures. * A compact, fast, binary data format. * A container file, to store persistent data. * Remote procedure call (RPC). * Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement RPC protocols. Code generation as an optional optimization, only worth implementing for statically typed languages.
devel/alexandria-2010.01.16 (Score: 4.5905075E-5)
Collection of portable public domain utilities for Common Lisp
As a project Alexandria's goal is to reduce duplication of effort and improve portability of Common Lisp code according to its own idiosyncratic and rather conservative aesthetic. What this actually means is open to debate, but each project member has a veto on all project activities, so a degree of conservatism is inevitable. This package is compiled with SBCL.
devel/cvs-syncmail-2.1 (Score: 4.5905075E-5)
CVS notification tool
Syncmail is a CVS notification tool which can provide a diff for every change to a CVS repository, mailed to specified email addresses. This tool is useful for large communities to monitor activity, and is used for Python and many other active projects.
devel/alexandria-2010.01.16 (Score: 4.5905075E-5)
Collection of portable public domain utilities for Common Lisp
As a project Alexandria's goal is to reduce duplication of effort and improve portability of Common Lisp code according to its own idiosyncratic and rather conservative aesthetic. What this actually means is open to debate, but each project member has a veto on all project activities, so a degree of conservatism is inevitable.
devel/elf-0.5.4p1 (Score: 4.5905075E-5)
Commandline based ELF header analyzer
ELF is a command line based ELF header analyzer. This tool allows you to easily parse the ehdr of ELF object files into a human readable format (and various other formats). This is a very good source of both source code (for people learning the ELF) and information for developers that care about the internals of object files that is generated for them.
devel/jcmdline-2.0.0 (Score: 4.5905075E-5)
Java command line processor
The jcmdline package is a Java package with the following goals: * Facilitate parsing/handling of command line parameters. * Add consistency to command line parameter parsing and command usage display through all executables of a Java application. * Automatically generate a command usage based upon defined command line parameters.
devel/abstract-par-0.3.3 (Score: 4.5905075E-5)
Type classes generalizing the functionality of the 'monad-par' library
The 'Par' monad offers a parallel programming API based on dataflow programming. To use the `Par` monad, install the monad-par package, which includes this package as a dependency. This package is an abstract interface only. It provides a number of type clasess, but not an implementation. The type classes separate different levels of @Par@ functionality.