Ports Search

Results 2,7912,800 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.011 seconds)
devel/data-default-class-0.0.1 (Score: 6.6083285E-4)
Class for types with a default value
A class for types with a default value.
devel/data-default-0.5.3 (Score: 6.6083285E-4)
Class for types with a default value
A class for types with a default value.
devel/Log-Trace-1.070 (Score: 6.6083285E-4)
Provides a unified approach to tracing
A module to provide a unified approach to tracing.
www/plone.portlet.collection-2.1.10 (Score: 6.6083285E-4)
Portlet that fetches results from a collection
A portlet that fetches results from a collection.
mail/gmime-2.2.27 (Score: 6.6073163E-4)
Mono bindings for gmime
C# assemblies for gmime
mail/gmime-2.4.33 (Score: 6.6073163E-4)
Mono bindings for gmime
C# assemblies for gmime
mail/gmime-2.6.20 (Score: 6.6073163E-4)
Mono bindings for gmime
C# assemblies for gmime
security/Crypt-Lite-0.82.11 (Score: 6.6072796E-4)
Perl extension for a symmetric data encryption and decryption
Sometimes it's necessary to protect some certain data against plain reading or you intend to send information through the Internet. Another reason might be to assure users cannot modify their previously entered data in a follow-up step of a long Web transaction where you don't want to deal with server-side session data. The goal of Crypt::Lite was to have a pretty simple way to encrypt and decrypt data without the need to install and compile huge packages with lots of dependencies. Crypt::Lite generates every time a different encrypted hash when you re-encrypt the same data with the same secret string. Nevertheless you are able to make double or tripple-encryption with any data to increase the security. Decryption works also on hashes that have been encrypted on a foreign host (try this with an unpatched IDEA installation ;-).
devel/UNIVERSAL-isa-1.20150614 (Score: 6.6051516E-4)
Try to recover from people calling UNIVERSAL::isa as a function
Whenever you use UNIVERSAL::isa as a function, a kitten using Test::MockObject dies. Normally, the kittens would be helpless, but if they use UNIVERSAL::isa (the module whose docs you are reading), the kittens can live long and prosper. This module replaces UNIVERSAL::isa with a version that makes sure that if it's called as a function on objects which override isa, isa will be called on those objects as a method. In all other cases the real UNIVERSAL::isa is just called directly.
sysutils/supervisor-3.3.0 (Score: 6.6051516E-4)
System to monitor and control a number of processes on UNIX-like OS
Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems. It shares some of the same goals of programs like launchd, daemontools, and runit. Unlike some of these programs, it is not meant to be run as a substitute for init as "process id 1". Instead it is meant to be used to control processes related to a project or a customer, and is meant to start like any other program at boot time.