Ports Search

Results 3,3213,330 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.011 seconds)
devel/method_source-0.8.2 (Score: 5.4146553E-4)
Tool to retrieve the sourcecode for a method
method_source is a utility to return a method's sourcecode as a Ruby string. Also returns Proc and Lambda sourcecode.
sysutils/userlist-0.1 (Score: 5.4146553E-4)
Prints a list of all usernames in /etc/passwd
Userlist is a simple awk script that will parse /etc/passwd and print a list of all usernames with a UID greater than 100.
emulators/ppsspp-1.3 (Score: 5.4090685E-4)
PSP emulator in C++ with dynarec JIT for x86, ARM, MIPS
emulators/ppsspp-1.3 (Score: 5.4090685E-4)
PSP emulator in C++ with dynarec JIT for x86, ARM, MIPS
mail/altermime-0.3.11.a1 (Score: 5.4090685E-4)
Small C program which is used to alter your mime-encoded mailpacks
What can alterMIME do? - Insert disclaimers - Insert arbitary X-headers - Modify existing headers - Remove attachments based on filename or content-type - Replace attachments based on filename For using with postfix see: http://www.paw.co.za/docs/howtos/postfix-altermime/postfix-altermime-howto.html
net/Socket6-0.28 (Score: 5.4090685E-4)
IPv6 related part of the C socket.h defines and structure manipulators
This module supports getaddrinfo() and getnameinfo() to intend to enable protocol independent programing. If your environment supports IPv6, IPv6 related defines such as AF_INET6 are included.
www/webchannel-5.6.1 (Score: 5.4090685E-4)
Qt 5 library for integration of C++/QML with HTML/js clients
textproc/luaexpat-1.3.0 (Score: 5.389791E-4)
LuaExpat is a SAX XML parser based on the Expat library
LuaExpat is a SAX XML parser based on the Expat library. SAX is the Simple API for XML and allows programs to: * process a XML document incrementally, thus being able to handle huge documents without memory penalties; * register handler functions which are called by the parser during the processing of the document, handling the document elements or text. With an event-based API like SAX the XML document can be fed to the parser in chunks, and the parsing begins as soon as the parser receives the first document chunk. LuaExpat reports parsing events (such as the start and end of elements) directly to the application through callbacks. The parsing of huge documents can benefit from this piecemeal operation.
security/Crypt-Passwd-XS-0.601 (Score: 5.388965E-4)
Full XS implementation of common crypt() algorithms
Crypt::Passwd::XS - Full XS implementation of common crypt() algorithms This module provides several common crypt() schemes as full XS implementations. It allows you to validate crypted passwords that were hashed using a scheme that the system's native crypt() implementation does not support. The following files are adapted from other sources (primarily DragonFly BSD.) See the copyright notices in these files for full details: crypt_to64.c - copyright 1991 University of California crypt_to64.h - copyright 1991 University of California des.c - copyright 1994 David Burren, Geoffrey M. Rehmet, Mark R V Murray md5.c - copyright 1999, 2000, 2002 Aladdin Enterprises md5.h - copyright 1999, 2000, 2002 Aladdin Enterprises md5crypt.c - copyright Poul-Henning Kamp md5crypt.h - copyright Poul-Henning Kamp sha256crypt.c - public domain reference implementation by Ulrich Drepper sha512crypt.c - public domain reference implementation by Ulrich Drepper
archivers/untar-1.4 (Score: 5.388662E-4)
Lists/Extracts files from a "*.tgz" or "*.gz" archive
A small (60 Kb when stripped) and unencumbered implementation of untar.