Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第2,2912,300项(搜索用时0.01秒)
security/Crypt-DES_EDE3-0.01 (Score: 9.755737E-4)
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: 9.755737E-4)
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: 9.755737E-4)
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: 9.755737E-4)
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: 9.755737E-4)
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: 9.755737E-4)
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: 9.755737E-4)
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: 9.755737E-4)
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.
www/Catalyst-Plugin-StackTrace-0.12 (Score: 9.755737E-4)
Display a stack trace on the debug screen
This plugin will enhance the standard Catalyst debug screen by including a stack trace of your appliation up to the point where the error occurred. Each stack frame is displayed along with the package name, line number, file name, and code context surrounding the line number.
www/mechanize-2.7.4 (Score: 9.755737E-4)
WWW::Mechanize, a handy web browsing ruby object
The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history.