Ports Search

Results 5,8815,890 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.022 seconds)
misc/cdcollect-0.6.0 (Score: 2.6239167E-4)
Simple CD catalog for GNOME
CDCollect is a CD/DVD catalog application for gnome. It's goal is to be able to catalog your entire CD collection allowing for searches of your CD/DVD files with a clean and simple interface. Features: * Easy to use interface. * Allow the use of plugins (external programs) to collect information for each file of a CD in your catalog. * Searches can be performed on CDs or files in the collection. * It also catalogs compressed files (using external programs such as unzip, unrar, etc.).
misc/Locale-SubCountry-1.66 (Score: 2.6239167E-4)
Convert state, province, county etc. names to/from code
This module allows you to convert the full name for a countries administrative region to the code commonly used for postal addressing. The reverse lookup can also be done. Sub country codes are defined in "ISO 3166-2:1998, Codes for the representation of names of countries and their subdivisions". Sub countries are termed as states in the US and Australia, provinces in Canada and counties in the UK and Ireland. Additionally, names and codes for all sub countries in a country can be returned as either a hash or an array. Seamus Venasse <svenasse@polaris.ca>
multimedia/livestreamer-1.12.2 (Score: 2.6239167E-4)
Extract web streams and pipe them into video player of choice
Livestreamer is a Command Line Interface that pipes video streams from various services into a video player, such as VLC. The main purpose of Livestreamer is to allow the user to avoid buggy and CPU heavy flash plugins but still be able to enjoy various streamed content. Livestreamer is built upon a plugin system which allows support for new services to be easily added. Currently most of the big streaming services are supported, such as: Dailymotion Livestream Twitch/Justin.tv YouTube Live UStream Example use: $ livestreamer twitch.tv/day9tv best [cli][info] Found matching plugin justintv for URL twitch.tv/day9tv [cli][info] Opening stream: 720p [cli][info] Starting player: vlc
multimedia/openshot-1.4.3 (Score: 2.6239167E-4)
Non-linear video editor
OpenShot Video Editor is a program designed to create videos on Linux. It can easily combine multiple video clips, audio clips, and images into a single project, and then export the video into many common video formats. OpenShot is a non-linear video editor, which means any frame of video can be accessed at any time, and thus the video clips can be layered, mixed, and arranged in very creative ways. All video clip edits (trimming, cutting, etc...) are non-destructive, meaning that the original video clips are never modified.
net-p2p/transmission-2.92 (Score: 2.6239167E-4)
Fast and lightweight daemon BitTorrent client
The transmission-daemon is a daemon-based Transmission session that can be controlled via RPC by transmission-remote (included) and other Transmission BiTtorrent client such as GTK+ and CLI interface. Transmission has been built from the ground up to be a lightweight, yet powerful BitTorrent client. Its simple, intuitive interface is designed to integrate tightly with whatever computing environment you choose to use. Transmission strikes a balance between providing useful functionality without feature bloat. Furthermore, it is free for anyone to use or modify.
net/Net-Subnet-1.03 (Score: 2.6239167E-4)
Fast IP-in-subnet matcher for IPv4 and IPv6, CIDR or mask
This is a simple but fast pure Perl module for determining whether a given IP address is in a given set of IP subnets. It's iterative, and it doesn't use any fancy tries, but because it uses simple bitwise operations on strings it's still very fast. All documented functions are exported by default. Subnets have to be given in "address/mask" or "address/length" (CIDR) format. The Socket and Socket6 modules are used to normalise addresses, which means that any of the address formats supported by inet_aton and inet_pton can be used with Net::Subnet.
print/txtbdf2ps-0.7.1 (Score: 2.6239167E-4)
Translator TXT + BDF to PS
This is a perl script that can generate compact, DSC-compliant Postscript out of a plain text file and a BDF font. The output can be previewed using Ghostscript under most platforms, or with the Windows shareware program "ROPS", or printed on Postscript printers, or converted to PDF using "ps2pdf". The motivation for creating this script was to be able to print texts in international character sets. Since it's much easier to create or edit bitmap (BDF/PCF) fonts than outline fonts, this script allows to print texts using your own fonts.
security/osiris-4.2.3 (Score: 2.6239167E-4)
Shmoo client/server host integrity checker
Osiris is a Host Integrity Management System that periodically monitors one or more hosts for change. It maintains detailed logs of changes to the file system, user and group lists, resident kernel modules, and more. Osiris can be configured to email these logs to the administrator. Hosts are periodically scanned and, if desired, the records can be maintained for forensic purposes. Osiris keeps an administrator apprised of possible attacks and/or nasty little trojans. The purpose here is to isolate changes that indicate a break-in or a compromised system. Osiris makes use of OpenSSL for encryption and authentication in all components.
security/Crypt-PBKDF2-0.161520 (Score: 2.6239167E-4)
PBKDF2 password hashing algorithm
PBKDF2 is a secure password hashing algorithm that uses the techniques of "key strengthening" to make the complexity of a brute-force attack arbitrarily high. PBKDF2 uses any other cryptographic hash or cipher (by convention, usually HMAC-SHA1, but Crypt::PBKDF2 is fully pluggable), and allows for an arbitrary number of iterations of the hashing function, and a nearly unlimited output hash size (up to 2**32 - 1 times the size of the output of the backend hash). The hash is salted, as any password hash should be, and the salt may also be of arbitrary size. See also: RFC2898, PKCS#5 version 2.0: http://tools.ietf.org/html/rfc2898
sysutils/sdparm-1.10 (Score: 2.6239167E-4)
Utilities to access SCSI device parameters
The sdparm utility accesses SCSI device parameters. When the SCSI device is a disk, sdparm's role is similar to its namesake: the Linux hdparm utility which is primarily designed for ATA disks that had device names starting with "hd". More generally sdparm can be used to access parameters on any device that uses a SCSI command set. Apart from SCSI disks, such devices include CD/DVD drives (irrespective of transport), SCSI and ATAPI tape drives and SCSI enclosures. A small set of commands associated with starting and stopping the media, loading and unloading removable media and some other housekeeping functions can also be sent with this utility.