Ports Search

Results 771780 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.01 seconds)
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)
Converts numeric values into their Chinese string equivalents
This module tries to convert a number into Chinese cardinal number. It supports decimals number, and five representation systems (charsets): traditional, simplified, big5, gb and pinyin. The first two are returned as unicode strings; hence they are only available for Perl 5.6 and later versions.
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 Text Summarization
This module generate summarization from Chinese article.
chinese/Lingua-ZH-Segment-0.02 (Score: 0.006600242)
Chinese Text Segmentation
This module currently only break chinese text into single character (Chinese word), it will not break up any alphabet.
chinese/Text-Greeking-zh_TW-1.0 (Score: 0.006600242)
Generate meaningless Chinese text that creates the illusion of the document
This module is for Chinese speakers to generate vary meanless Chinese text.
chinese/Lingua-ZH-Wrap-0.03 (Score: 0.006600242)
Simple Chinese text Wrapper
This module is for wrapping simple Traditional Chinese text.
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.