Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第1,1811,190项(搜索用时0.009秒)
graphics/barcode-0.98 (Score: 0.0033315066)
A barcode generation library along with a command line frontend
GNU barcode is a tool to convert text strings to printed bars. It supports a variety of standard codes to represent the textual strings and creates postscript output. Main features of GNU Barcode: * Available as both a library and an executable program * Supports UPC, EAN, ISBN, CODE39 and other encoding standards * Postscript and Encapsulated Postscript output * Accepts sizes and positions as inches, centimeters, millimeters * Can create tables of barcodes (to print labels on sticker pages)
games/kdiamond-4.14.3 (Score: 0.003329139)
Three-in-a-row game
KDiamond is a single player puzzle game. The object of the game is to build lines of three similar diamonds.
sysutils/nologin-1.0 (Score: 0.003328384)
Refuse a login to a user, and make a note of it in syslog
This program will refuse login to a user, and make a note of it in the system logs (syslog). This is suitable for use as a "login shell" for a user that you want to temporarily deny access to. Just set that user's shell to /usr/local/sbin/nologin.
dns/mdnsd-0.7G (Score: 0.0033269022)
Advertise a service via Rendezvous
mdnsd is a very lightweight, simple, portable, and easy to integrate open source implementation of Multicast DNS (part of Zeroconf, also called Rendezvous by Apple) for developers. It supports both acting as a Query and a Responder, allowing any software to participate fully on the .localnetwork. -- Dan Pelleg daniel+mdnsd@pelleg.org
math/mosesdecoder-2.1.1 (Score: 0.0033269022)
A statistical machine translation system
Moses is a statistical machine translation system that allows you to automatically train translation models for any language pair. All you need is a collection of translated texts (parallel corpus). Once you have a trained model, an efficient search algorithm quickly finds the highest probability translation among the exponential number of choices.
sysutils/dtpstree-1.0.3 (Score: 0.0033269022)
Display a tree of processes
DT PS Tree shows running processes as a tree. It is a reimplementation of pstree from PSmisc for FreeBSD, NetBSD, OpenBSD, DragonFly BSD, and possibly other modern BSD variants. It also works without /proc and will show the full set of processes in a jail even if init is not present.
sysutils/dirsync-2.2.2 (Score: 0.0033208418)
Advanced directory tree synchronisation tool
Advanced directory tree synchronisation tool (c) 2014-2016 Thomas Khyn (c) 2003-2015 Anand B Pillai Advanced directory tree synchronisation tool based on Python robocopier by Anand B Pillai Usage From the command line: dirsync <sourcedir> <targetdir> [options] From python: from dirsync import sync sync(sourcedir, targetdir, action, **options)
databases/mysql2pgsql-1.2 (Score: 0.003318879)
Convert a MySQL dump to a PostgreSQL dump
The Perl script mysql2pgsql can be used to convert MySQL database dumps to a PostgreSQL-compatible format (so the data can be imported into PostgreSQL). This can be useful if you are switching from MySQL to PostgreSQL and you have quite a bit of data in your MySQL databases.
devel/IO-FDPass-1.1 (Score: 0.003318879)
Perl extension to pass a file descriptor over a socket
This small low-level module only has one purpose: pass a file descriptor to another process, using a (streaming) Unix domain socket (on POSIX systems) or any (streaming) socket (on WIN32 systems). The ability to pass file descriptors on windows is currently the unique selling point of this module. Have I mentioned that it is really small, too?
devel/Test-CPAN-Meta-YAML-0.25 (Score: 0.003318879)
Validate a META.yml file within a CPAN distribution
Test::CPAN::Meta::YAML was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN, meets the specifications that slowly being introduced to module uploads, via the use of ExtUtils::MakeMaker, Module::Build and Module::Install. See CPAN::Meta for further details of the CPAN Meta Specification.