Ports Search

Results 1,6311,640 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
games/linwarrior-20100320 (Score: 0.002638732)
Navigate a mech through a 3D world and fire at enemies
LinWarrior 3D targets to be a somewhat classical open source Mech-Sim/Game. LinWarrior 3D is not exclusively bound to any specific classic title. Feel-of-control should *not* be FPS-like but may still be arcade-like and surrealistic. Classical means that the primary target of development is single player campaigns and not realistic graphics or physics.
net-mgmt/Tie-NetAddr-IP-1.51 (Score: 0.002623155)
Tie::NetAddr::IP - Implements a Hash where the key is a subnet
This module overloads hashes so that the key can be a subnet as in NetAddr::IP. When looking values up, an interpretation will be made to find the given key within the subnets specified in the hash. Care must be taken, as only strings that can be parsed as an IP address by NetAddr::IP can be used as keys for this hash. -Anton <tobez@FreeBSD.org>
sysutils/timelimit-1.8.1 (Score: 0.0026037463)
Limit the absolute execution time of a process
timelimit executes a command and terminates the spawned process after a given time with a given signal. A 'warning' signal is sent first, then, after a timeout, a 'kill' signal, similar to the way init(8) operates on shutdown.
databases/DBICx-Deploy-0.02 (Score: 0.0025999113)
Perl 5 module to deploy a DBIx::Class schema
The Perl 5 module DBICx::Deploy deploys a DBIx::Class schema to a database. A command line script, dbicdeploy, is provided.
graphics/png2html-1.1 (Score: 0.0025999113)
Takes a PNG image and transforms it into HTML
png2html takes a PNG image and transforms it into a Web page with the use of a text file.
textproc/agrep-2.04 (Score: 0.002597425)
Approximate grep (fast approximate pattern-matching tool)
Agrep is a tool for fast text searching allowing errors. The three most significant features of agrep that are not supported by the grep family are 1) the ability to search for approximate patterns; for example, "agrep -2 homogenos foo" will find homogeneous as well as any other word that can be obtained from homogenos with at most 2 substitutions, insertions, or deletions. "agrep -B homogenos foo" will generate a message of the form best match has 2 errors, there are 5 matches, output them? (y/n) 2) agrep is record oriented rather than just line oriented; a record is by default a line, but it can be user defined; for example, "agrep -d '^From ' 'pizza' mbox" outputs all mail messages that contain the keyword "pizza". Another example: "agrep -d '$$' pattern foo" will output all paragraphs (separated by an empty line) that contain pattern. 3) multiple patterns with AND (or OR) logic queries. For example, "agrep -d '^From ' 'burger,pizza' mbox" outputs all mail messages containing at least one of the two keywords (, stands for OR). "agrep -d '^From ' 'good;pizza' mbox" outputs all mail messages containing both keywords. LICENSE: no redistribution for profit
devel/Data-Recursive-Encode-0.06 (Score: 0.0025960372)
Perl extension to encode/decode values in a structure
Encode/Decode values in a structure.
devel/File-Tail-1.3 (Score: 0.0025825533)
Perl Module to read the end of a file as it's appended to
The File::Tail module is designed for reading files which are continuously appended to (the name comes from the tail -f directive). Usually such files are log files of some description.
audio/mp3c-0.31 (Score: 0.0025746562)
CD to mp3c converter with a console frontend
MP3c is a cd to mp3c converter with a console frontend
databases/DBIx-VersionedDDL-0.17 (Score: 0.0025746562)
Upgrade and downgrade database schemas to a specified version
DBIx::VersionedDDL is a perl module to upgrade and downgrade database schemas to a specified version.