Ports Search

Results 341350 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
lang/f2c-20060810 (Score: 0.012482367)
Fortran-to-C converter and its run-time libraries
f2c and its run-time library, libf2c.a, are a port of the Fortran-to-C converter available from ftp.netlib.org. This software was originally developed by AT&T, Lucent Technologies, and Bellcore.
misc/rpl-1.4.1 (Score: 0.012031046)
Rpl is a Unix text replacement utility
rpl is a Unix text replacement utility. It will replace strings with new strings in multiple text files. It can scan directories recursively and replace strings in all files found. The search can be limited to files with certain filename suffixes (e.g. '.html', '.c', etc.).
games/chromium-bsu-0.9.16.1 (Score: 0.012024631)
Arcade-style, top-scrolling space shooter
Chromium B.S.U. is a fast paced, arcade-style, top-scrolling space shooter.
textproc/dictem-1.0.4 (Score: 0.011953581)
DictEm is a dict client for [X]Emacs
DictEm is a dict client for GNU Emacs. It uses a console dict client (http://sf.net/projects/dict) and implements all functions of the client part of DICT protocol (RFC-2229, www.dict.org), i.e. looking up words and definitions, obtaining information about available strategies, provided databases, information about DICT server etc.
graphics/pqiv-2.6 (Score: 0.011867355)
Pretty Quick Image Viewer
Originally, PQIV was written as a drop-in replacement for QIV. The first release was not more than a Python script, hence the name. Now, PQIV is a (modulo some small extras) full featured clone of QIV written in C using GTK-2 and GLIB-2. Features include: * Command line image viewer * Directory traversing to view whole directories * Watch files and directories for changes * Natural order sorting of the images * A status bar showing information on the current image * Transparency and animation support * Moving, zooming, rotation, flipping * Slideshows * Highly customizable * Supports external image filters (e.g. convert) * Preloads the next image in the background * Fade between images * Optional PDF/eps/ps support (useful e.g. for scientific plots) * Optional video format support (e.g. for webm animations)
www/a_common_libs-2.1.8 (Score: 0.011855381)
Common libraries for RedMine
This is a plugin for including common libraries into Redmine.
mail/apolicy-0.73 (Score: 0.011846292)
ACL system for Postfix, as a policy daemon
ACL Policy Daemon is a program that communicates with the Postfix MTA using the Policy Delegation Protocol implementing an ACL (Access Control List) system, making very easy to improve and create nice controls on your e-mail traffic. You can use it to verify SPF records too.
mail/milter-callback-1.6.0 (Score: 0.011768827)
Milter to perform a envelope-from sender verification on target MX
milter-callback is a sendmail milter intended to: * perform a envelope-from sender verification on target MX * perform an optional envelope-from sender verification on sending peer * drop e-mails from nonexistent hostsparts, mail domains and nonexistent users * log to database all connections processed (only pgsql is supported at this time)
mail/meta1-1.1.0a.6.0 (Score: 0.0117054675)
Secure and efficient mail gateway
MeTA1 is a message transfer agent that has been designed with these main topics in minds: * Security * Reliability * Efficiency * Configurability * Extendibility MeTA1 consists of five main modules of which only one runs as root: * mcp: the main control program is similar to inetd(8): it starts all other MeTA1 modules and watches over their execution. mcp runs as root in order to bind to port 25 and to change the uid of the processes it starts. * smtps: the SMTP server receives e-mails. * smtpc: the SMTP client sends e-mails. * smar: the address resolver provides lookups in various maps including DNS for mail routing. * qmgr: the queue manager controls the flow of e-mails through the SMTP servers and clients.
devel/Data-Clone-0.004 (Score: 0.011698882)
Polymorphic data cloning
Data::Clone does data cloning, i.e. copies things recursively. This is smart so that it works with not only non-blessed references, but also with blessed references (i.e. objects). When clone() finds an object, it calls a clone method of the object if the object has a clone, otherwise it makes a surface copy of the object. That is, this module does polymorphic data cloning. Although there are several modules on CPAN which can clone data, this module has a different cloning policy from almost all of them. See "Cloning policy" and "Comparison to other cloning modules" [1] for details. [1] http://search.cpan.org/dist/Data-Clone/lib/Data/Clone.pm