Ports Search

Results 14,70114,710 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.015 seconds)
misc/achievo-1.1.0 (Score: 3.7481335E-5)
Flexible web-based resource management tool
Achievo is a flexible web-based resource management tool for business environments. Achievo features: . Totally web-based system . Based on system independent cutting edge technology . Completely adaptable to your own organisation Achievo is build out of several modules and a central database.
misc/biblical-curse-0.02 (Score: 3.7481335E-5)
Fake biblical curse generator
A command line version of biblical curse generator from http://www.shipoffools.com/curses/index.html. The curses are theirs, the code is theirs, I just translated it from JavaScript to Perl. If you are offended by this script, get a life!
misc/jbidwatcher-2.5.6 (Score: 3.7481335E-5)
Java-based application allowing you to monitor eBay auctions
A Java-based application allowing you to monitor ebay auctions, submit bids, snipe (bid at the last moment), and otherwise track your auction-site experience. It includes adult-auction management, MANY currencies (yen, pound, dollar (US, Canada, Australian, and New Taiwanese), Swiss Francs, and euro, presently), drag-and-drop of auction URLs, a unique and powerful 'multisniping' feature.
misc/libutf-2.10 (Score: 3.7481335E-5)
UTF-8 character set support library, including regular expressions
This software is a library which implements UTF-8 support routines, and uses those routines and others to implement UTF-8aware regular expresions. Language collation sequences are specified in a text file, ${PREFIX}/share/examples/libutf/langcoll.utf, and feedback as to their correctness is appreciated. Alistair G. Crooks
misc/mbuffer-2016.06.13 (Score: 3.7481335E-5)
Tool for buffering data streams
mbuffer is a tool for buffering data streams. It is also a replacement for buffer with additional functionality: - multi-target network output - on the fly hash calculation - display of I/O speed - optional use of memory mapped I/O for huge buffers - multithreaded instead of sharedmemory ipc - multi volume support - autoloader support - networking support - command-line options compatible to buffer
misc/localedata-5.4 (Score: 3.7481335E-5)
Legacy locale data for FreeBSD 6+
This package provides compatibility locale data for FreeBSD 6.x to run 4.x/5.x binaries. When you have a trouble with locale at running a legacy binary, you should guide them to find legacy locale data with setting PATH_LOCALE environment variable. env PATH_LOCALE=/usr/local/share/compat/locale command
misc/i18n-man-1.1 (Score: 3.7481335E-5)
Browse I18N capable UNIX manual pages with Mule, Emacs, and XEmacs
This code provides a function, `i18n-man', with which you can browse UNIX manual pages. Formatting is done in background so that you can continue to use your Emacs while processing is going on. The mode also supports hypertext-like following of manual page SEE ALSO references, and other features. See below or do `?' in a manual page buffer for details. For working with Japanese, English and German, put your dot.emacs file following: (autoload 'jman "i18n-man-ja" nil t) (autoload 'eman "i18n-man-en" nil t) (autoload 'dman "i18n-man-de" nil t) then M-x jman to get a Japanese manual page thru jman(1) and put it in a buffer. M-x eman to get a English manual page thru man(1) and put it in a buffer. M-x dman to get a German manual page thru man(1) and put it in a buffer. If you want byte-compile with your favorite "Emacs", use "byte-comile" script as: # cd /usr/local/share/emacs/site-lisp # /usr/local/share/doc/prom-mew/byte-compile xemacs-mule i18n-man-ja i18n-man-ja.el i18n-man.el For usage of byte_compile scripts, run byte_compile with -h option.
misc/ondir-0.2.4 (Score: 3.7481335E-5)
Automatically executes scripts as you traverse directories
On Dir is a program that automatically executes scripts as you traverse directories at a terminal. In addition to executing scripts in the directory you are entering or leaving, ondir also executes scripts in directories that are traversed on the way to that directory.
misc/Bot-Training-0.04 (Score: 3.7481335E-5)
Plain text training material for bots like Hailo and MegaHAL
Markov bots like Hailo and AI::MegaHAL are fun. But to get them working you either need to train them on existing training material or make your own. Bot::Training provides a pluggable way to install already existing training files via the CPAN. Bot::Training also comes with a command-line interface called bot-training.
misc/File-CounterFile-1.04 (Score: 3.7481335E-5)
Perl module for persistent counter class
This Perl module implements a persistent counter class. Each counter is represented by a separate file in the file system. File locking is applied, so multiple processes might try to access the same counters at the same time without risk fo counter destruction.