Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第8,2118,220项(搜索用时0.012秒)
graphics/images-4.0.1 (Score: 1.2902271E-4)
Objective Caml image processing library
This is an image processing library, which provides some basic functions of image processing and loading/saving various image file formats. In addition the library can handle huge images that cannot be (or can hardly be) stored into the memory (the library automatically creates swap files and escapes them to reduce the memory usage).
japanese/kakasi-2.3.5 (Score: 1.2902271E-4)
Kanji-Kana Simple Inverter, language filter for Japanese
KAKASI is language processing filter to convert Kanji characters to Hiragana, Katakana or Roman alphabetic Japanese and may be helpful to read Japanese documents. By converting documents written in kanji to Roman alphabetic Japanese, those documents can be viewed on systems without Japanese language capability.
math/clipperlib-6.0.0 (Score: 1.2902271E-4)
Polygon clipping library
The Clipper library primarily performs boolean clipping (intersection, union, difference and xor) on polygons in 2D space. There are no restrictions on either the number nor the type of polygon that can be clipped. They can have holes, be self-intersecting and even have coincident edges. The library also performs polygon offsetting
misc/ipa_conv-1.1 (Score: 1.2902271E-4)
IPA accounting/database module for converting statistics
IPA_CONV -- IPA accounting/database module for converting statistics Main features: - The module is designed for converting statistics; - Statistics is converted according to custom plans, several plans can be used at the same time; - Each plan can have converting rules for months, days, week days and time ranges; - Statistics of one static rule can be converted and sent to another static rule.
net/Geo-IP-1.50 (Score: 1.2902271E-4)
Gets country name by IP or hostname
This module looks up the country of an IP or hostname, using the free GeoIP Legacy file-based database. This database should be more complete and accurate than reverse DNS lookups. This module can be used to automatically select the geographically closest mirror, or to analyze your web server logs to determine the countries of your visiters.
net/Net-CIDR-Set-0.13 (Score: 1.2902271E-4)
Manipulate sets of IP addresses
Net::CIDR::Set represents sets of IP addresses and allows standard set operations (union, intersection, membership test etc) to be performed on them. In spite of the name it can work with sets consisting of arbitrary ranges of IP addresses - not just CIDR blocks. Both IPv4 and IPv6 addresses are handled - but they may not be mixed in the same set.
net/amqp-utils-0.5.1 (Score: 1.2902271E-4)
Command line utilies for interacting with AMQP compliant queues
Command line utilies for interacting with AMQP compliant queues. The intention is provide simple management tools that can be used to complete ad hoc housework on an AMQP queue. In addition, simple scripts can be layered over the tools when needed.
security/aespipe-v2.4.c (Score: 1.2902271E-4)
AES encrypting or decrypting pipe
aespipe program is AES encrypting or decrypting pipe. It reads from standard input and writes to standard output. It can be used to create and restore encrypted tar or cpio archives. It can be used to encrypt and decrypt loop-AES compatible encrypted disk images.
sysutils/xen-4.7.0 (Score: 1.2902271E-4)
Xen management tool, based on LibXenlight
The xl program is the new tool for managing Xen guest domains. The program can be used to create, pause, and shutdown domains. It can also be used to list current domains, enable or pin VCPUs, and attach or detach virtual block devices
textproc/Class-CSV-1.03 (Score: 1.2902271E-4)
Class based CSV parser/writer
This module can be used to create objects from CSV files, or to create CSV files from objects. Text::CSV_XS is used for parsing and creating CSV file lines, so any limitations in Text::CSV_XS will of course be inherant in this module.