Ports Search

Results 2,2912,300 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.014 seconds)
www/swiggle-0.4 (Score: 0.0023323318)
Swiggle is a commandline web image gallery generator
swiggle is a small command line tool that generates HTML pages, including thumbnail indexes, for given images (a so called "web gallery"). It's intended to be easy to use, and since it is written in C, it's quite speedy. It uses libjpeg for decompression and compression of images, libexif for getting EXIF information contained in the images, and it caches scaled images so that subsequent runs don't need to scale images again and are faster. Of course, the original images aren't changed. Currently, it only processes JPEG images, and it's thought to be used primarily with images taken with digital cameras. Josef El-Rayes j.el-rayes@daemon.li
devel/IO-Prompt-Tiny-0.003 (Score: 0.002331225)
Prompt for user input with a default option
IO::Prompt::Tiny is an extremely simple prompting module, based on the extremely simple prompt offered by ExtUtils::MakeMaker.In many cases, that's all you need and this module gives it to you without all the overhead of ExtUtils::MakeMaker just to prompt for input. It doesn't do any validation, coloring, menus, timeouts, or any of the wild, crazy, cool stuff that other prompting modules do. It just prompts with a default. That's it!
devel/Var_Dump-1.0.4 (Score: 0.002331225)
Provides methods for dumping structured information about a variable
The Var_Dump class is a wrapper for the var_dump function. The var_dump function displays structured information about expressions that includes its type and value. Arrays are explored recursively with values indented to show structure. The Var_Dump class captures the output of the var_dump function, by using output control functions, and then uses external renderer classes for displaying the result in various graphical ways: * Simple text, * HTML/XHTML text, * HTML/XHTML table, * XML, * ...
games/hexglass-1.2.1 (Score: 0.002331225)
Tetris-like puzzle game based on a hexagonal grid
The HexGlass is a Tetris-like puzzle game. Ten different types of blocks continuously fall from above and you must arrange them to make horizontal rows of hexagonal bricks. Completing any row causes those hexagonal blocks to disappear and the rest above move downwards. The blocks above gradually fall faster and the game is over when the screen fills up and blocks can no longer fall from the top.
games/ttraffic-0.8 (Score: 0.002331225)
TTraffic - A Tcl/Tk version of Rush Hour
TTraffic is a Tcl/Tk version of the board game Rush Hour created by Binary Arts Coporation. The goal is to remove the red car(s) out of the grid through the slot on the right. To do this you have to slide the other cars out of the way. TTraffic is inspired by GTraffic, the Gnome version Rush Hour. TTraffic comes with about 15.000 puzzles ranging from intermediate to expert. These puzzles were automatically created by the program gtlevel. -Anton <tobez@FreeBSD.org>
graphics/xdgagrab-0.3 (Score: 0.002331225)
Capture an X server screen with a mouse pointer
xdgagrab is to capture an X server screen with a mouse pointer. It uses the XFree86-DGA Extention. Note that (1) xdgagrab should be run by Super User (2) X is run on 16bpp, 24bpp and 32bpp (NOT 8bpp), and (3) you need add the next line into Section "Device" of XF86Config. Option "sw_cursor" Supported cards: Millennium, MGA G200, #9 Motion 771, NeoMagic NM2160 ATI 264VT3, ATI 3D Rage Pro AGP 2X/IIC VGA, Canopus PowerWindow 864 S3 864, NeoMagic 2070, NeoMagic 2093 Not supported cards: STB nVidia Riva 128
irc/infobot-0.45.3 (Score: 0.002331225)
Bot written in Perl with a rabid AI
This is a package of Infobot, by Kevin Lenzo The infobot connects to an Internet Relay Chat (IRC) server, joins some channels (maybe), and begins accumulating factoids. To run one, download the source, uncompress it, untar it, edit the config files, and it up. The default install dir is /usr/local/share/infobot-0.xx.x since it doesn't really belong in the Perl tree, by default. If you want it installed elsewhere,use the -p option to change the PREFIX.
mail/mboxstats-3.1 (Score: 0.002331225)
Creates top-10 lists of the messages in a mailbox
mboxstats creates several top-10 lists from a file containing message in mbox-format. List of top10 lists: o Top writes o Top receivers o Top subjects o Top cc'ers o Top top-level-domain o Top timezones o Top organisations o Top useragents (mailprograms) o Top month/day-of-month/day-of-week/hour o Average number of lines per message o All kinds of per-user statistics And much more!
print/rlpr-2.06 (Score: 0.002331225)
Send print jobs to lpd servers anywhere on a network
Send print jobs to lpd servers anywhere on a network. Does not require lpd server to be listed in client's /etc/printcap, and is therefore useful for printing from machines one does not have root access on. Gettext (-lintl) is not used by this port because it adds bloat without functionality -- there are no language files supplied with this package yet. May be in future versions.
security/Authen-Ticket-0.02 (Score: 0.002331225)
Perl module providing the framework for implementing a ticketing system
Authen::Ticket provides the framework for implementing a ticketing system for web authentication. Both the client website and ticket server code can be constructed from Authen::Ticket. The framework allows for customization at all phases in the process. This includes not only the login screens, but the cookie creation and optional digital signature algorithm as well. Consult the README for more details on this module.