Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第771780项(搜索用时0.011秒)
multimedia/subtitleripper-0.3.4 (Score: 0.006647415)
Convert DVD subtitles into text format (subrip srt) or VobSub format
[ excerpt from developer's www site ] If you want to convert DVD subtitles into text format (e.g. subrip format) or VobSub format this program could be useful for you. However, it is only one tiny tool that you need in the process of producing srt files. This software depends heavily on transcode for its input and is therefore part of the transcode package (see transcode's contrib directory). So, if you want to convert some subtitles, grap a copy of the lates transcode distribution. For srt file production the output of this program should be processed by some OCR software. Currently, I work with GOCR for this purpose. For VobSub output no other tools are required.
chinese/Lingua-ZH-Numbers-0.04 (Score: 0.0066267457)
将数值转换成中文字符串格式
该模块尝试转换数字为中文基数的数字。它支持小数,5种表现系统(charsets): 繁体、简体、大五码、国标码和拼音。前两个返回 unicode 字符串;所以他们只能 用于 Perl 5.6 及以后版本。
archivers/cpio-2.12 (Score: 0.006625409)
GNU cpio copies files to and from archives
GNU cpio copies files into or out of a cpio or tar archive. The archive can be another file on the disk, a magnetic tape, or a pipe. GNU cpio supports the following archive formats: binary, old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar. The tar format is provided for compatibility with the tar program. By default, cpio creates binary format archives, for compatibility with older cpio programs. When extracting from archives, cpio automatically recognizes which kind of archive it is reading and can read archives created on machines with a different byte-order. Note that this port will install these utilities with a 'g' prefix, e.g. gcpio, but the texinfo documentation will refer to them without the 'g' prefix.
net-mgmt/Net-IP-Match-Regexp-1.01 (Score: 0.006625409)
Efficiently match IP addresses against IP ranges via regexp
Net::IP::Match::Regexp allows you to check an IP address against one or more IP ranges. It employs Perl's highly optimized regular expression engine to do the hard work, so it is very fast. It is optimized for speed by doing the match against a regexp which implicitly checks the broadest IP ranges first. An advantage is that the regexp can be computed and stored in advance (in source code, in a database table, etc) and reused, saving much time if the IP ranges don't change too often. The match can optionally report a value (e.g. a network name) instead of just a boolean, which makes module useful for mapping IP ranges to names or codes or anything else.
net/ocserv-0.11.4 (Score: 0.006625409)
Server implementing the AnyConnect SSL VPN protocol
OpenConnect server (ocserv) is an SSL VPN server. Its purpose is to be a secure, small, fast and configurable VPN server. It implements the OpenConnect SSL VPN protocol, and has also (currently experimental) compatibility with clients using the AnyConnect SSL VPN protocol. The OpenConnect protocol provides a dual TCP/UDP VPN channel, and uses the standard IETF security protocols to secure it. Both IPv4 and IPv6 are supported. Ocserv's main features are security through provilege separation and sandboxing, accounting, and resilience due to a combined use of TCP and UDP. Authentication occurs in an isolated security module process, and each user is assigned an unprivileged worker process, and a networking (tun) device. That not only eases the control of the resources of each user or group of users, but also prevents data leak (e.g., heartbleed-style attacks), and privilege escalation due to any bug on the VPN handling (worker) process. A management interface allows for viewing and querying logged-in users.
chinese/Lingua-ZH-Summarize-0.01 (Score: 0.006600242)
中文文本摘要
这个模块从中文文章中生成摘要。
chinese/Lingua-ZH-Segment-0.02 (Score: 0.006600242)
中文文字分割
这个模块目前仅分割中文文本为单一字符(中文词语),它不会分割任何字母。
chinese/Text-Greeking-zh_TW-1.0 (Score: 0.006600242)
产生无用的中文文本以便生成错觉文件
这个模块是用来为中文用户产生多种无用的中文文本。
chinese/Lingua-ZH-Wrap-0.03 (Score: 0.006600242)
一个简单的中文文本包装器
这个模块用来包装简单的繁体中文文本。 -- Autrijus Tang autrijus@autrijus.org
graphics/mozjpeg-3.1 (Score: 0.0065980367)
Advanced JPEG encoder for the Web
MozJPEG is a fork of libjpeg-turbo with 'jpgcrush' functionality built in. This project's goal is to reduce the size of JPEG files without reducing quality or compatibility with the vast majority of the world's deployed decoders. The idea is to reduce transfer times for JPEGs on the Web, thus reducing page load times. 'mozjpeg' is not intended to be a general JPEG library replacement. It makes tradeoffs that are intended to benefit Web use cases and focuses solely on improving encoding. It is best used as part of a Web encoding workflow. For a general JPEG library (e.g. your system libjpeg), especially if you care about decoding, we recommend graphics/libjpeg-turbo port.