Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第2,2712,280项(搜索用时0.009秒)
net/socketw-1.0.0.20151501 (Score: 0.002346802)
SocketW is a cross platform streaming socket C++
SocketW is a cross platform (Linux/FreeBSD/Unix/Win32) streaming socket C++ library designed to be easy to use. It supports Unix sockets and TCP/IP sockets with optional SSL/TLS (OpenSSL) support. SocketW allows you to write portable and secure network applications quickly without needing to spend time learning low-level system functions or reading OpenSSL manuals.
ports-mgmt/wanted-ports-0.2 (Score: 0.002346802)
Just depend on a configurable, arbitrary set of other ports
A special meta-port to do nothing but register dependencies on those ports you specifically want to have installed. The normal dependency checking in programs like pkg_delete(1) will prevent easy deletion of ports that other ports depend on. Keeps egg off face. Protects feet from being shot.
security/Crypt-DES_EDE3-0.01 (Score: 0.002346802)
Perl5 interface to a implementing 3-DES EDE encryption and decryption
Crypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES encryption where an encrypt operation is encrypt-decrypt-encrypt, and decrypt is decrypt-encrypt-decrypt. This implementation uses Crypt::DES to do its dirty DES work, and simply provides a wrapper around that module: setting up the individual DES ciphers, initializing the keys, and performing the encryption/decryption steps
security/blindelephant-1.0 (Score: 0.002346802)
Fingerprint the web applications used by a web site
The BlindElephant Web Application Fingerprinter attempts to discover the version of a (known) web application by comparing static files at known locations against precomputed hashes for versions of those files in all available releases. The technique is fast, low-bandwidth, non-invasive, generic, and highly automatable.
security/srm-1.2.12 (Score: 0.002346802)
Secure rm, a utility which destroys file contents before unlinking
Secure rm (srm) is a command-line utility compatible with rm(1) which destroys file contents before unlinking. The goal is to provide drop-in security for users who wish to prevent command-line recovery of deleted information, even if the machine is compromised.
sysutils/smartmontools-6.5 (Score: 0.002346802)
S.M.A.R.T. 磁盘监控工具
这个 smartmontools 包,包含了两个实用程序(smartctl 和 smartd), 通过现代的 ATA 和 SCSI 硬盘内建的自我监控(Self-Monitoring)、 分析(Analysis)和报告(Reporting)技术(Technology)系统(S.M.A.R.T.) 来控制和监控存储系统。这是来自 smartsuite 的方案,包含了对 ATA/ATAPI-5 磁盘的支持。
sysutils/titlefix-0.5.3 (Score: 0.002346802)
Renames files in a proper English title format
Renames files in a proper English title format: prepositions, conjunctions, and articles (<5 letters) are in lowercase unless they are the first or last word in the title; all others begin with uppercase. Can use id3v2 to tag mp3s using info in filename.
textproc/guess-language-0.2 (Score: 0.002346802)
Guess the natural language of a text in Python
Attempts to determine the natural language of a selection of Unicode (utf-8) text. Based on guesslanguage.cpp by Jacob R Rideout for KDE which itself is based on Language::Guess by Maciej Ceglowski. Detects over 60 languages, all languages listed in the trigrams directory plus Japanese, Chinese, Korean and Greek.
textproc/txt2html-2.51 (Score: 0.002346802)
Convert raw text to something with a little HTML formatting
txt2html is a Perl program that converts plain text to HTML using the included HTML::TextToHTML module. It supports headings, lists, simple character markup, and hyperlinking, and is highly customizable. It recognizes some of the apparent structure of the source document (mostly whitespace and typographic layout), and attempts to mark that structure explicitly using HTML.
textproc/tinycss-0.4 (Score: 0.002346802)
A complete yet simple CSS parser for Python
tinycss is a complete yet simple CSS parser for Python. It supports the full syntax and error handling for CSS 2.1 as well as some CSS 3 modules: -- CSS Color 3 -- CSS Fonts 3 -- CSS Paged Media 3 It is designed to be easy to extend for new CSS modules and syntax, and integrates well with cssselect for Selectors 3 support.