Ports Search

Results 801810 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.008 seconds)
textproc/mako-1.0.4 (Score: 0.0061681634)
Super-fast templating language in Python
Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.
Perl extension to serve pre-gzipped content to capable clients
Plack::Middleware::Precompressed is an alternative (or rather, complement) to middlewares like Deflater, which will compress response bodies on the fly. For dynamic resources, that behaviour is necessary, but for static resources it is a waste: identical entities will be compressed over and over. Instead, Precompressed allows you to compress static resources once, e.g. as part of your build process, and then serve the compressed resource in place of the uncompressed one for compression-enabled clients. To do so, it appends a .gz suffix to the request URI and tries to serve that. If that fails, it will try again with the unmodified URI.
devel/atlassian-plugin-sdk-6.0.1 (Score: 0.0061664856)
Atlassian Plugin SDK
Software Development Kit for Atlassian's family of applications (JIRA, Confluence, and others). This port strips out the Maven bits bundled with the SDK by Altassian relying instead on the Maven installed from one of the FreeBSD mvn-ports.
astro/astrometry-0.65 (Score: 0.0060520223)
Software for describing astronomical images
Astrometry engine aims to create correct, standards-compliant astrometric meta data for every useful astronomical image ever taken, past and future, in any state of archival disarray. The engine will take any image and return the astrometry world coordinate system (WCS) -- i.e., a standards-based description of the (usually nonlinear) transformation between image coordinates and sky coordinates -- with absolutely no "false positives" (but maybe some "no answers"). It will do its best, even when the input image has no -- or totally incorrect -- meta-data.
audio/darkice-1.3 (Score: 0.0060520223)
IceCast, IceCast2, and ShoutCast live audio streamer
DarkIce is an IceCast, IceCast2, and ShoutCast live audio streamer. It records audio from an audio interface (e.g. sound card), encodes it and sends it to a stream server. DarkIce can encode in the following formats: - MP3 (using the lame library) - MP2 (using the twolame library) - Ogg Vorbis - AAC (using the faac library) - AAC HEv2 (using libaacplus library) DarkIce can send the encoded stream to the following streaming servers: - ShoutCast - IceCast 1.3.x and 2.x - Darwin Streaming Server - Archive the encoded audio in files
converters/libiconv-1.14 (Score: 0.0060520223)
Character set conversion library
This library provides an iconv() implementation, for use on systems which don't have one, or whose implementation cannot convert from/to Unicode. It can convert from any of these encodings to any other, through Unicode conversion. It has also some limited support for transliteration, i.e. when a character cannot be represented in the target character set, it can be approximated through one or several similarly looking characters. libiconv is for you if your application needs to support multiple character encodings, but that support lacks from your system. See either README or website for the list of supported encodings.
databases/AnyEvent-BDB-1.1 (Score: 0.0060520223)
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.0060520223)
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.
devel/appdirs-1.4.0 (Score: 0.0060520223)
Python module for determining platform-specific dirs
appdirs is small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". Those are typically platform-specific, for instance, if running on Mac OS X, you should use: ~/Library/Application Support/<AppName> On Linux (and other Unices) the dir, according to the XDG spec, is: ~/.local/share/<AppName> appdirs will help the application to choose an appropriate: - user data dir (user_data_dir) - user config dir (user_config_dir) - user cache dir (user_cache_dir) - site data dir (site_data_dir) - site config dir (site_config_dir) - user log dir (user_log_dir)
devel/libthai-0.1.24 (Score: 0.0060520223)
Thai language support library
LibThai is a set of Thai language support routines aimed to ease developers' tasks to incorporate Thai language support in their applications. It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports. LibThai is an Open Source and collaborative effort initiated by Thai Linux Working Group and opened for all contributors. LibThai includes Thai language support routines: - Thai character set support: TIS 620, ISO/IEC 10646 - Thai character properties - Thai string manipulators - Thai string collation - Thai word breaking - Thai input method - Thai output method