Ports Search

Results 831840 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.009 seconds)
astro/astrometry-0.65 (Score: 0.006256738)
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.006256738)
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
devel/appdirs-1.4.0 (Score: 0.006256738)
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.006256738)
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
dns/bind-9.11.0.rc3 (Score: 0.006256738)
BIND DNS suite with updated DNSSEC and DNS64
BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND architecture. Some of the important features of BIND 9 are: DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests) IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA) Experimental IPv6 Resolver Library DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0 Improved standards conformance Views: One server process can provide multiple "views" of the DNS namespace, e.g. an "inside" view to certain clients, and an "outside" view to others. Multiprocessor Support See the CHANGES file for more information on new features.
dns/bind-9.12.0.a.2016.09.27 (Score: 0.006256738)
BIND DNS suite with updated DNSSEC and DNS64
BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND architecture. Some of the important features of BIND 9 are: DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests) IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA) Experimental IPv6 Resolver Library DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0 Improved standards conformance Views: One server process can provide multiple "views" of the DNS namespace, e.g. an "inside" view to certain clients, and an "outside" view to others. Multiprocessor Support See the CHANGES file for more information on new features.
dns/bind-9.10.4P3 (Score: 0.006256738)
BIND DNS suite with updated DNSSEC and DNS64
BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND architecture. Some of the important features of BIND 9 are: DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests) IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA) Experimental IPv6 Resolver Library DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0 Improved standards conformance Views: One server process can provide multiple "views" of the DNS namespace, e.g. an "inside" view to certain clients, and an "outside" view to others. Multiprocessor Support See the CHANGES file for more information on new features.
games/pmars-0.9.2 (Score: 0.006256738)
Port of pMARS using the Simple Directmedia Library
Port of pMARS using the Simple Directmedia Library. Currently the port is in beta testing stage testing and bug reports/feature requests are more than welcome. Features/fixes: * Environment sensitive. Now looks for macro files in the directory specified by the environment variable PMARSHOME if they are not found in the current directory. * Both Win32 and X11 supported. * Command line history using Shift-Up and Shift-Down keys. * Rewrote text display and screen update routines for faster text panels (for slow computers like mine.) * BIG core cells for those tiny cores. (Choose a display mode larger than 2, e.g. -v 134.)
math/units-2.13 (Score: 0.006256738)
Unit conversion and calculation
The Free Software Foundation's "units" unit conversion and calculation utility. GNU units converts quantities expressed in various scales to their equivalents in other scales. Units can only handle multiplicative scale changes. For example, it cannot convert Celsius to Fahrenheit but it can convert temperature differences between those temperature scales. The units are defined externally in an extensive, well annotated data file that defines over 2000 units. You can also provide your own data file. Note that this port will install the utility with a 'g' prefix, e.g. gunits, but the texinfo documentation will refer to it without the 'g' prefix.
lang/bf2c-1.3.1 (Score: 0.006218916)
Optimizing BrainF*ck to C compiler
BrainF*ck is a minimalistic, yet Turing-complete programming language with only 8 instructions. bf2c compiles a BF file into a corresponding C file, optimizing as much as possible for speed, size and readability. It is written for fun, self-educating purposes and to beat existing BF compilers.