Ports Search

Results 6,3216,330 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.016 seconds)
emulators/mednafen-0.9.38.7 (Score: 2.4242786E-4)
Portable multi-system emulator
Mednafen is a portable, utilizing OpenGL and SDL, argument(command-line)-driven multi-system emulator with many advanced features. The Atari Lynx, GameBoy, GameBoy Color, GameBoy Advance, NES, PC Engine(TurboGrafx 16), and SuperGrafx are emulated. Mednafen has the ability to remap hotkey functions and virtual system inputs to a keyboard, a joystick, or both simultaneously. Save states are supported, as is real-time game rewinding. Screen snapshots may be taken at the press of a button, and are saved in the popular PNG file format. Mednafen is distributed under the terms of the GNU GPL. Due to the threaded model of emulation used in Mednafen, and limitations of SDL a joystick is preferred over a keyboard to play games, as the joystick will have slightly less latency, although the latency differences may not be perceptible to most people.
games/block-0.6 (Score: 2.4242786E-4)
Small text based maze game
Blocks - a small tty based games using ncurses =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ Written by marc welz (rather : kluged by marc welz) - Redistribution is subject to the GNU public license. Notes ----- Good idea to restrict file names to 20 chars. The editor tries to fill the entire screen - so if you write a level on a big screen, you will not be able to play it on a small one. And remember to save the game you are editing before exiting. Probably contains bugs - but if I knew what they were they would not be there ... Thanks ------ A big THANK YOU goes to Joey Hess (jeh22@conell.edu) who contributed the pyramid level, wrote the man pages for the game and pointed out a couple of minor bugs.
mail/emil-2.1b9 (Score: 2.4242786E-4)
Mail format/encoding converter
Emil is a filter for converting Internet Messages. It supports three basic formats: MIME, SUN Mailtool and RFC822. It can be used with sendmail, as a loopback mailer, as a prefilter or backend program with a mail client program, or as a plain filter. Conversion can be configured by a configuration file, emil.cf, using sender, recipient and recipient host as input parameters or by command line arguments. Emil is able to: - convert the format, headers and structure, between messages of type MIME, Sun Mailtool and RFC822. - convert the encoding of binary data between Base64, BinHex and Uuencode. - convert the encoding of text to and from the MIME encoding Quoted-Printable. - convert character set of text between the character sets made available by Keld J. Simonsens strncnv package. - do one-way conversions of 8bit text to the Swedish national variant of ISO-646 or to US-ASCII. - convert to and from RFC1522 format headers.
mail/smtpfeed-1.23 (Score: 2.4242786E-4)
SMTP Fast Exploding External Deliverer for Sendmail
SMTP feed -- SMTP Fast Exploding External Deliverer for Sendmail Smtpfeed is a SMTP delivery agent which is called by sendmail, and it improves required time to complete delivery of copies of a message to recipients of huge number. This delay of delivery by sendmail causes by the fact that implementation of SMTP delivery routine in sendmail processes all delivery in a series. For this reason, when it takes long time for delivery to one recipient which is in a huge list, delivery to following recipients is greatly influenced. To avoid such a problem, delivery agents should be implemented so that a delivery is not influenced by preceding delivery: DNS query and SMTP delivery par destination should be processed in parallel. Smtpfeed is the SMTP delivery agent for sendmail implemented with this idea.
ports-mgmt/jailaudit-1.5.1 (Score: 2.4242786E-4)
Script to generate portaudit reports for jails
This port contains a script to generate portaudit reports for jails running on a FreeBSD system. Normally portaudit just creates reports for the Host-system or the jail it is installed in. With a large number of jails running on a system, installing and updating portaudit in every jail is time-consuming and error-prone. Jailaudit uses the portaudit installed in the Host-system to create a report for every jail. The reports are appended to the daily security run and can be sent to a specific mail address, which allows the Host-system administrator to dispatch portaudit reports to the owners of jails, keeping them informed about potential security advisories of their installed ports. Jailaudit can be used on FreeBSD 5.1 or larger.
textproc/enchant-1.6.0 (Score: 2.4242786E-4)
Dictionary/spellchecking framework
On the surface, Enchant appears to be a generic spell checking library. You can request dictionaries from it, ask if a word is correctly spelled, get corrections for a misspelled word, etc... Beneath the surface, Enchant is a whole lot more - and less - than that. You'll see that Enchant isn't really a spell checking library at all. "What's that?" you ask. Well, Enchant doesn't try to do any of the work itself. It's lazy, and requires backends to do most of its dirty work. Looking closer, you'll see the Enchant is more-or-less a fancy wrapper around the dlopen() system call. Enchant steps in to provide uniformity and conformity on top of these libraries, and implement certain features that may be lacking in any individual provider library. Everything should "just work" for any and every definition of "just working."
textproc/MKDoc-XML-0.75 (Score: 2.4242786E-4)
The MKDoc XML Toolkit
MKDoc is a web content management system written in Perl which focuses on standards compliance, accessiblity and usability issues, and multi-lingual websites. At MKDoc Ltd we have decided to gradually break up our existing commercial software into a collection of completely independent, well-documented, well-tested open-source CPAN modules. Ultimately we want MKDoc code to be a coherent collection of module distributions, yet each distribution should be usable and useful in itself. MKDoc::XML is part of this effort. You could help us and turn some of MKDoc's code into a CPAN module. You can take a look at the existing code at http://download.mkdoc.org/. If you are interested in some functionality which you would like to see as a standalone CPAN module, send an email to <mkdoc-modules@lists.webarch.co.uk>
devel/Scalar-String-0.002 (Score: 2.4203098E-4)
String aspects of scalars
This module is about the string part of plain Perl scalars. A scalar has a string value, which is notionally a sequence of Unicode codepoints, but may be internally encoded in either ISO-8859-1 or UTF-8. In places, and more so in older versions of Perl, the internal encoding shows through. To fully understand Perl strings it is necessary to understand these implementation details. This module provides functions to classify a string by encoding and to encode a string in a desired way. This module is implemented in XS, with a pure Perl backup version for systems that can't handle XS.
devel/silentbob-3.0 (Score: 2.4203098E-4)
Yet another sourcecode indexing tool
"SilentBob" is a tool to help a programmer/team manager to digest and comprehend either a simple program or a big source code tree based on the source code by presenting the code in a searcheable and tagged way. It helps to speed up the learning curve and to make it more convenient to get hands on a code from somebody, or also is convenient to browse your own projects. It includes functionality from such tools as: ctags, cscope and ctree, but it is faster than any of them, and is offering the features in one package. In some way it can be viewed as a superset of ctags, cscope and ctree.
games/solarconquest-0.2 (Score: 2.4203098E-4)
Space 2D action game with plenty of shooting
An expedition to another solar system was supposed to be the biggest event in mankind's history. While it achieved such glory, it also caused a corrupt Admrial to gain new territory. You are part of a small rebel force. Your task is to keep Admrial Moretti's forces at bay, until the Earth Space Forces can send a rescue team. Solar Conquest is a 2D action game that takes place in space. You pilot a fighter and fight alongside dozens of allies. Battles can range from just a dozen a team, or up to all out war with hundreds of ships per team.