Ports Search

Results 5160 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.11 seconds)
games/bouncy-r6 (Score: 0.06449826)
You are a hungry rabbit. Eat food to complete the level
You play Bouncy the Hungry Rabbit. You're in a garden with yummy veggies and a farmer who's not keen on you eating them. You can hide (and move around) under the ground. Bouncy was written so it could be enjoyed by my daughter, who is about to turn 3, and by older gamers. Hence it's not a violent game and "easy" is really, really easy, and "hard" is challenging.
devel/nenv-0.3.0 (Score: 0.0639987)
Convenient wrapper for ENV
Using ENV in Ruby is like using raw SQL statements - it feels wrong, because it is. If you agree, this gem is for you. The benefits over using ENV directly: - much friendlier stubbing in tests - you no longer have to care whether false is "0" or "false" or whatever - NO MORE ALL CAPS EVERYWHERE! - keys become methods - namespaces which can be passed around as objects - you can subclass! - you can marshal/unmarshal your own types automatically! - strict mode saves you from doing validation yourself - and there's more to come... - it's designed to be as lightweight and as fast as possible compared to ENV - designed to be both hackable and convenient
www/libecap-1.0.1 (Score: 0.06393757)
Library for module based network content analysis
eCAP is a software interface that allows a network application, such as an HTTP proxy or an ICAP server, to outsource content analysis and adaptation to a loadable module.
deskutils/fbreader-0.99.6 (Score: 0.0634851)
Powerful e-book reader
FBReader is a book reader. Main features: * Supported formats: fb2, HTML, CHM, plucker, Palmdoc, zTxt, TCR, RTF, OEB, OpenReader, mobipocket, plain text. * Direct reading from tar, zip, gzip and bzip2 archives. * Supported encodings: utf-8, us-ascii, windows-1251, windows-1252, koi8-r, ibm866, iso-8859-*, Big5, GBK. * Automatically generated contents table. * Embedded images support. * Footnotes/hyperlinks support. * Position indicator. * Keeps the last open book and the last read positions for all opened books between runs. * List of last opened books. * Automatic hyphenations. Liang's algorithm is used. Patterns for Czech, English, Esperanto, French, German and Russian are included in the current version. * Text search. * Full-screen mode. * Screen rotation by 90, 180 and 270 degrees.
lang/mmix-20160804 (Score: 0.060201325)
RISC computer designed by Donald E. Knuth
From Donald E. Knuth's MMIX page: MMIX is a RISC computer designed by the author to illustrate machine-level aspects of programming. In the next editions of his books The Art of Computer Programming, MMIX will replace the 1960s-style machine MIX. More details can be found in his book: MMIXware: A RISC Computer for the Third Millennium, by Donald E. Knuth (Heidelberg: Springer-Verlag, 1999), viii+550pp. ISBN 3-540-66938-8. (Lecture Notes in Computer Science, no. 1750.)
korean/hmconv-1.0.3 (Score: 0.05906691)
Hangul code conversion utility for E-mail
hmconv-1.0pl3 ------------- hmconv is Korean code conversion utility for especially for E-mail. It can convert between KS C 5601 and ISO-2022-KR. Original version is by Jungshik Shin <jshin@minerva.cis.yale.edu>.
www/oscommerce-2.3.4 (Score: 0.05810915)
Full-featured open source e-commerce system
This is a port of osCommerce which is a PHP-based e-commerce system. It includes support for credit card payment gateways, gateways for major shipping companies to gather rates, customer tracking, shopping carts, and many other features.
finance/prestashop-1.6.1.7 (Score: 0.058026817)
Open-Source e-Commerce Software for Web 2.0
Conceived in PHP and MySQL, PrestaShop is a really modular and customizable solution, as well as technically than graphically. Find on the PrestaShop official marketplace, addons.prestashop.com, an unlimited quantity of extensions or templates for our e-commerce solution.
devel/columnize-0.3.9 (Score: 0.057032287)
Format a simple (i.e. not nested) list into aligned columns
Format a simple (i.e. not nested) list into aligned columns.
mail/mime4j-0.7.2 (Score: 0.056833893)
Java parser for e-mail message streams
mime4j provides a parser, MimeStreamParser, for e-mail message streams in plain rfc822 and MIME format. The parser uses a callback mechanism to report parsing events such as the start of an entity header, the start of a body, etc. If you are familiar with the SAX XML parser interface you should have no problem getting started with mime4j. The parser only deals with the structure of the message stream. It won't do any decoding of base64 or quoted-printable encoded header fields and bodies. The parser has been designed to be extremely tolerant against messages violating the standards. mime4j can also be used to build a tree representation of an e-mail message using the Message class. Using this facility mime4j automatically handles the decoding of fields and bodies and uses temporary files for large attachments.