Ports Search

Results 8,9518,960 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.012 seconds)
devel/decorator-4.0.9 (Score: 6.842462E-5)
Better living through Python with decorators
As of now, writing custom decorators correctly requires some experience and it is not as easy as it could be. For instance, typical implementations of decorators involve nested functions, and we all know that flat is better than nested. Moreover, typical implementations of decorators do not preserve the signature of decorated functions, thus confusing both documentation tools and developers. The aim of the decorator module it to simplify the usage of decorators for the average programmer, and to popularize decorators usage giving examples of useful decorators, such as memoize, tracing, redirecting_stdout, locked, etc.
graphics/fv-1.03 (Score: 6.842462E-5)
Viewer of hdr/pfm images
fv is an HDRI viewer. Currently supported formats are the followings: * Greg Ward's HDR (also known as Radiance/PIC/RGBE). See http://www.graphics.cornell.edu/~bjw/rgbe.html for details. * Paul Debevec's PFM (Portable Float Map). See http://netpbm.sourceforge.net/doc/pfm.html for details. fv reads data from the standard input or files specified as arguments. In the latter case, each file may be compressed one with gzip or bzip2. The file may also change after fv is invoked, except its header part. fv checks whether the file changes and updates the display if necessary. This feature is useful for checking intermediate outputs from renderers.
graphics/ffmpeg-0.6.0.20120114 (Score: 6.842462E-5)
FFmpeg shared extension for php
The ffmpeg-php is an extension for PHP that adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. ffmpeg-php is also useful for reporting the duration and bitrate of audio files (mp3, wma...). The ffmpeg-php can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...)
irc/tircproxy-0.4.5 (Score: 6.842462E-5)
IRC proxy server
This is an IRC proxy server. Features: + Supports DCC CHAT, SEND, RESUME and TSEND protocols. + Supports both transparent and dedicated operation. + Supports "anonymization" to hide users' identities. + Supports flexible authentication for access. + Can be run either standalone or via inetd. + Allows the admin to send "MOTD" style messages and/or broadcasts to the user(s). + Can block trojans such as 'script.ini', 'dmsetup.exe', etc. + Access controlled by /etc/hosts.allow and /etc/hosts.deny. + Can cooperate with some identd's for non-root operation, or (if root) can change UID/GID according to client's IP addr. + Extensive documentation
java/trove4j-3.1a1 (Score: 6.842462E-5)
High performance collections API for Java
GNU Trove: High performance collections for Java. The GNU Trove library has two objectives: 1. Provide "free" (as in "free speech" and "free beer"), fast, lightweight implementations of the java.util Collections API. These implementations are designed to be pluggable replacements for their JDK equivalents. 2. Whenever possible, provide the same collections support for primitive types. This gap in the JDK is often addressed by using the "wrapper" classes (java.lang.Integer, java.lang.Float, etc.) with Object-based collections. For most applications, however, collections which store primitives directly will require less space and yield significant performance gains.
lang/asis-2016 (Score: 6.842462E-5)
GNAT implementation of Ada Semantic Interface Specification
The Ada Semantic Interface Specification (ASIS) is an interface between an Ada environment as defined by ISO/IEC 8652 (the Ada Reference Manual) and any tool requiring information from this environment. An Ada environment includes valuable semantic and syntactic information. ASIS is an open and published callable interface which gives CASE tool and application developers access to this information. ASIS has been designed to be independent of underlying Ada environment implementations, thus supporting portability of software engineering tools while relieving tool developers from having to understand the complexities of an Ada environment's proprietary internal representation. ASIS 95 is the ASIS interface to Ada 95 (ISO/IEC 8652:1995). ASIS 95 is now available as ISO/IEC 15291:1999.
mail/POE-Filter-Transparent-SMTP-0.2 (Score: 6.842462E-5)
SMTP transparency POE filter
The filter aims to make SMTP data transparent just before going onto the wire as per RFC 821 Simple Mail Transfer Protocol Section 4.5.2. TRANSPARENCY. See http://www.faqs.org/rfcs/rfc821.html for details. Conversely the filter takes transparent data from the wire and converts it to the original format. The main purpose of this filter is to help POE::Component::Client::SMTP create transparent messages when comunicating with an SMTP server. However the filter can be used by any Perl SMTP client or server.
net-mgmt/ng_ipacct-20150304 (Score: 6.842462E-5)
Netgraph IP accounting
The ng_ipacct is Netgraph IP accounting node intended to gather IP traffic informations. IP accounting is collected in both simple and extended modes. Output format is similar to the one used in Cisco IOS (command "show ip accounting"). In simple mode output format is: ip_from ip_to packets bytes and in verbose mode: ip_from s_port ip_to d_port proto packets bytes Also, effective user ID of relevant process and timestamp can be saved. CPU overhead is minimal because ng_ipacct works at kernel level.
net/netsed-1.2 (Score: 6.842462E-5)
Alters the contents of network packets in real time
NetSED is small and handful utility designed to alter the contents of packets forwarded through your network in real time. It is really useful for network hackers in the following applications: * Black-box protocol auditing -- if there are two or more proprietary boxes communicating over undocumented protocol (by enforcing changes in ongoing transmissions, you will be able to verify that tested application is secure); * Fuzz-alike experiments, integrity tests -- whenever you want to test stability of the application and see how it ensures data integrity; * Other common applications -- fooling other people, content filtering, etc. etc. -- choose whatever you want to.
science/netCDF4-1.2.4 (Score: 6.842462E-5)
Python Interface to the NetCDF Library (versions 3 and 4)
netCDF version 4 has many features not found in earlier versions of the library and is implemented on top of HDF5. This module can read and write files in both the new netCDF 4 and the old netCDF 3 format, and can create files that are readable by HDF5 clients. The API modelled after Scientific.IO.NetCDF, and should be familiar to users of that module. Many new features of netCDF 4 are implemented, such as multiple unlimited dimensions, groups and zlib data compression. All the new primitive data types (such as 64 bit and unsigned integer types) are implemented, except variable-length strings (NC_STRING). User defined data types (compound, vlen, enum etc.) are not supported.