Ports Search

Results 611620 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.011 seconds)
Converts account names to email address based on a flat-file database
This module is a filter for SVN::Notify that translates user account names (e.g. "user1") into email addresses. It does this based on a colon-separated file, like a UNIX passwd file (or more usefully) the AuthUserFile used by Apache. The file path is specified via the --account_file option to the svnnotify script, and the index (zero-based) of the email field is specified via the --account_field option.
security/subweb-1.0 (Score: 0.0077794734)
SubWeb is a (reverse) proxy to inspect HTTP flows on the fly
SubWeb is a proxy/reverse proxy for HTTP flows. It is possible with SubWeb to handle and visualize HTTP request, headers, body on the fly. It has three operating modes : proxy, reverse proxy, and midproxy (a proxy which requires the pages from another proxy). It can also act as a virtual web server, i.e. answer certain request based on keyword match. SubWeb can also allow filtering, and is highly customizable.
databases/AnyEvent-BDB-1.1 (Score: 0.0077785007)
Truly asynchronous Berkeley DB access
AnyEvent::BDB is an AnyEvent user, you need to make sure that you use and run a supported event loop. Loading this module will install the necessary magic to seamlessly integrate BDB into AnyEvent, i.e. you no longer need to concern yourself with calling BDB::poll_cb or any of that stuff (you still can, but this module will do it in case you don't). The AnyEvent watcher can be disabled by executing undef $AnyEvent::BDB::WATCHER. Please notify the author of when and why you think this was necessary.
databases/libiodbc-3.52.12 (Score: 0.0077785007)
ODBC 3.x driver manager, for universal data source access
iODBC (intrinsic Open Database Connectivity) is an ODBC driver manager that is compatible with the ODBC 2.x and 3.x specifications. It performs the standard tasks of a driver manager, i.e. driver loading, parameter and function sequence checking, driver function invocation, etc. Applications linked with the iODBC driver manager will be able - through ODBC function calls - to access simultaneously different types of data sources within one process through suitable ODBC drivers. iODBC is freely redistributable under either the GNU Library General Public Licence (LGPL) or the BSD licence.
graphics/ImageMagick-7.0.2.9 (Score: 0.0077785007)
Image processing tools
ImageMagick is a package for display and interactive manipulation of images. The package includes tools for image conversion, annotation, compositing, animation, and creating montages. ImageMagick can read and write many of the more popular image formats (e.g. JPEG, TIFF, PNM, XPM, Photo CD, etc.). The package can be built _without_ the GUI (X11) support at all -- it will not have the display, import, and animate functionality, but remain extremely useful for image manipulation. The optional "display" utility conflicts with the utility of the same name from the misc/display port/package.
graphics/ImageMagick-6.9.5.7 (Score: 0.0077785007)
Image processing tools (legacy version)
ImageMagick is a package for display and interactive manipulation of images. The package includes tools for image conversion, annotation, compositing, animation, and creating montages. ImageMagick can read and write many of the more popular image formats (e.g. JPEG, TIFF, PNM, XPM, Photo CD, etc.). The package can be built _without_ the GUI (X11) support at all -- it will not have the display, import, and animate functionality, but remain extremely useful for image manipulation. The optional "display" utility conflicts with the utility of the same name from the misc/display port/package.
japanese/CGdic-fpw-1.0 (Score: 0.0077785007)
Japanese dictionary for CG (EPWING V1 format)
This alphabet-->Japanese dictionary for CG was produced by Yoshikawa Lab. in College of Science and Technology, Department of Electronic Engineering, Nihon University. This file is converted from the original dictionary into JIS X 4081 format (that is a subset of EPWING V1) by FreePWING. So this can be used by EPWING viewers on Unix and the other OS (e.g. Windows or MacOS). o URL for the original dictionary: http://www.ecs.cst.nihon-u.ac.jp/oyl/CG/yougo/yougo.html o URL for this converted dictionary:
japanese/yasou-fpw-1.0.b0 (Score: 0.0077785007)
Yasou picture book (EPWING V1 format) by SAS
``Yasou'' (``wildflower'' in English) picture book was produced by SAS. This file is converted from the original picture book into JIS X 4081 format (that is a subset of EPWING V1) by FreePWING. So this can be used by EPWING viewers on Unix and the other OS (e.g. Windows or MacOS). o URL for the original picture book: http://www.naoe.hiroshima-u.ac.jp/~hirata/yasou/ http://www.vector.co.jp/vpack/filearea/dos/edu/science/plant/yasou/ o URL for this converted picture book:
mail/rbl-milter-0.30 (Score: 0.0077785007)
Milter that adds mail header warnings on mail from open-relays
This is a simple sendmail milter which adds an X-RBL-Warning header to any emails that are received that come from an open relay as determined by your choice of RBL checking service (i.e. bl.spamcop.net). This is useful if you'd rather have the mail user agent (MUA) deal with potential spam rather than just blocking it in case you loose legitimate messages. Note that the X-RBL-Warning header is only set if the site was found to be an open-relay.
math/librsb-1.2.0r4 (Score: 0.0077785007)
Sparse matrix library
librsb is a library for sparse matrix computations featuring the Recursive Sparse Blocks (RSB) matrix format. This format allows cache efficient and multi-threaded (that is, shared memory parallel) operations on large sparse matrices. The most common operations necessary to iterative solvers are available, e.g.: matrix-vector multiplication, triangular solution, rows/columns scaling, diagonal extraction / setting, blocks extraction, norm computation, formats conversion. The RSB format is especially well suited for symmetric and transposed multiplication variants. Most numerical kernels code is auto generated, and the supported numerical types can be chosen by the user at build time. librsb implements the Sparse BLAS standard, as specified in the BLAS Forum documents.