Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第13,15113,160项(搜索用时0.016秒)
print/kde_poster-1.0 (Score: 4.0166942E-5)
KDE version of the poster utility
Here you have the new release of `poster', to scale postscript images to a larger size, and print them on larger media and/or tile them to print on multiple sheets. With respect to the earlier release: - support is added for foreign (Non European A*) media sizes. - options for scaling became more flexible - original restrictions on white margins in your drawing are removed. For a complete explanation see the accompanying manual.
ports-mgmt/portless-0.2.7 (Score: 4.0166942E-5)
Quick display of files inside the FreeBSD ports tree
The portless utility is a small shell script which lets FreeBSD users quickly browse port descriptions given the port's name or a glob. Basically to view the descriptions of GCC (related) ports you simply type portless gcc\* and it will display all descriptions of the gcc* ports. There are options to display the port's postinstall message or Makefile too. A manpage is included.
science/pnetcdf-1.6.1 (Score: 4.0166942E-5)
Library providing high-performance I/O
Parallel-NetCDF is a library providing high-performance I/O while still maintaining file-format compatibility with Unidata's NetCDF. NetCDF gives scientific programmers a space-efficient and portable means for storing data. However, it does so in a serial manner, making it difficult to achieve high I/O performance. By making some small changes to the API specified by NetCDF, we can use MPI-IO and its collective operations.
security/KeePassX-0.4.4 (Score: 4.0166942E-5)
Cross Platform Password Manager
KeePassX is a free/open-source password manager or safe which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key-disk. So you only have to remember one single master password or insert the key-disk to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish).
security/keepassx-2.0.2 (Score: 4.0166942E-5)
Cross Platform Password Manager
KeePassX is a free/open-source password manager or safe which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key-disk. So you only have to remember one single master password or insert the key-disk to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish).
security/tls-1.3.1 (Score: 4.0166942E-5)
TLS/SSL protocol native implementation (Server and Client)
Native Haskell TLS and SSL protocol implementation for server and client. This provides a high-level implementation of a sensitive security protocol, eliminating a common set of security issues through the use of the advanced type system, high level constructions and common Haskell features. Currently implement the SSL3.0, TLS1.0, TLS1.1 and TLS1.2 protocol, and support RSA and Ephemeral (Elliptic curve and regular) Diffie Hellman key exchanges, and many extensions.
security/ipfmeta-1.3 (Score: 4.0166942E-5)
ipfmeta - use objects in IPfilter files
ipfmeta is used to simplify the maintenance of your IPfilter ruleset. It does this through the use of 'objects'. A matching object gets replaced by its values at runtime. This is similar to what a macro processor like m4 does. ipfmeta is specifically geared towards IPfilter. It is line oriented: if an object has multiple values, the line with the object is duplicated and substituted for each value. It is also recursive: an object may have another object as a value.
security/Authen-Captcha-1.024 (Score: 4.0166942E-5)
Perl module to verify the human element in transactions
Authen::Captcha provides an object oriented interface to captcha file creations. Captcha stands for Compl etely Automated Public Turning test to tell Computers and Humans Apart. A Captcha is a program that can generate and grade tests that: - most humans can pass - current computer programs can't pass The most common form is an image file containing distorted text, which humans are adept at reading, and co mputers (generally) do a poor job. This module currently implements that method.
security/autossh-1.4e (Score: 4.0166942E-5)
自动重新启动 SSH 会话和隧道
autossh 程序,启动一个 ssh 副本并监视它,必要的时候重启它,比如它死了 或者停止通信了。 最初的想法和机制来自 rstunnel(可靠的 SSH 隧道)。这个版本的方法有所 改变:autossh 使用 ssh 来构建 ssh 转发环路(一个从本地到远程,一个从 远程到本地),然后发送测试数据并期待其返回。(这个想法得感谢泰伦斯·马丁。)
security/Digest-MD5-2.55 (Score: 4.0166942E-5)
Perl5 interface to the MD5 algorithm
The Digest::MD5 module allows you to use the RSA Data Security Inc. MD5 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input. The Digest::MD5 module provide a procedural interface for simple use, as well as an object oriented interface that can handle messages of arbitrary length and which can read files directly. Further documentation is embedded in the individual modules.