Ports Search

Results 5,8015,810 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
devel/durus-3.9 (Score: 2.4382162E-4)
Persistent object storage system for Python
Durus is a persistent object system for applications written in the Python programming language. Durus offers an easy way to use and maintain a consistent collection of object instances used by one or more processes. Access and change of a persistent instances is managed through a cached Connection instance which includes commit() and abort() methods so that changes are transactional. Durus is best suited to collections of less than a million instances with relatively stable state.
devel/lockfile-2.1.3 (Score: 2.4382162E-4)
Ruby library for creating NFS safe lockfiles
rlock creates NFS safe lockfiles. it can optionally run a program while holding the lock, ensuring lockfile removal on program exit. if a program is specified to be run rlock will spawn a background thread to kept the lockfile 'fresh' by touching it at a regular interval. in this way a lease is maintained on the lockfile and other processes attempting to obtain the lock can determine that it is in use.
dns/publicsuffix-1.0.4 (Score: 2.4382162E-4)
Get public suffix of domain name from Public Suffix List
This module allows you to get the public suffix of a domain name using the Public Suffix List from http://publicsuffix.org A public suffix is one under which Internet users can directly register names. Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us. Accurately knowing the public suffix of a domain is useful when handling web browser cookies, highlighting the most important part of a domain name in a user interface or sorting URLs by web site
games/afternoonstalker-1.1.5 (Score: 2.4382162E-4)
Clone of the 1981 Night Stalker video game
Afternoonstalker is a clone of the Intellivision game Night Stalker. You are in a two-dimensional maze in which you are attacked by robots that shoot at you and that you must shoot down. You must pick up a gun somewhere in the maze in order to have a few bullets to shoot. Avoid the spiders and the bats, which can paralyze you long enough for a robot to come and shoot you. The bunker in the center is your only protection.
games/frogatto-1.3.1 (Score: 2.4382162E-4)
Old-school 2D classic adventure platformer game
Frogatto is a "platformer", or "jump-and-run" videogame. Like many classic games, the world is viewed as a cross-section seen from the side, and your character walks and jumps between solid platforms, whilst avoiding monsters. Frogatto is not a clone of any specific game; although, being a platformer, it is impossible not to have something in common with titles like Mario or Sonic, but authors are trying to innovate a bit. Frogatto is also the protagonist's name. It's eponymous.
games/gnugo-3.8 (Score: 2.4382162E-4)
The game of Go
This plays a competent beginner's game of Go (the development line has achieved a rating of 17 kyu on the No Name Go Server, nngs.cosmic.org 9696), and operates both in plain ASCII and using the Go Modem Protocol. For a nice graphical interface, cgoban's Go Modem feature can operate as a front-end for gnugo (cgoban is available as a port/package). -Steve Coltrin- spcoltri@code.cs.unm.edu
games/narcissu2-1.1 (Score: 2.4382162E-4)
Visual novel about an encounter of terminally ill
The anonymous protagonist is diagnosed with a terminal illness shortly after his twentieth birthday, and is admitted to a hospital in Mito, Ibaraki. There he meets Setsumi, a woman a few years older, who is also terminally ill. Finding that they both reject to die either in hospital or at home, they steal a car and run away together. -- VNDB This package includes English translation for both Narcissu and Narcissu: Side 2nd.
games/phlipple-0.8.5 (Score: 2.4382162E-4)
Flipping squares will never be the same
Phlipple is a unique puzzle game. The goal of every level is to reduce a 3D shape to a single square. Elimination of squares is done by flipping edges around just like in a cardboard box. It starts off relatively easy to teach the basics just to later on serve hours of brain tickling fun. It's a great way to train memory as well as orientation in 3D.
graphics/cenon-4.0.2 (Score: 2.4382162E-4)
Vector graphics tool for GNUstep
Cenon is a graphical tool of a special kind. Build upon a modular graphical core, Cenon offers a wide variety of possibilities and applications. The best of all, Cenon is free software, available with full source codes, and at home on many computer platforms. It can be used for (including, but not limited to): * Desktop Publishing * Vector Graphics Conversion (quite a few formats supported) * CAM and PCB-Prototyping (via commercial module) * Astrology (via free module) LICENSE: vhf Public License 1.1
graphics/optipng-0.7.5 (Score: 2.4382162E-4)
Optimizer for PNG files
OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information. This program also converts external formats (BMP, GIF, PNM; TIFF support is coming up) to optimized PNG, and performs PNG integrity checks and corrections. The idea has been inspired from pngcrush, and is explained in detail in the PNG-Tech article "A guide to PNG optimization". The implementation is carried forward in OptiPNG, which offers a faster execution per trial, and a wider search space.