Ports Search

Results 16,81116,820 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.02 seconds)
devel/vstr-1.0.15 (Score: 1.0904034E-4)
General purpose string library for C
Vstr is a string library, designed so you can work optimally with readv()/writev() for input/output. This means that, for instance, you can readv() data to the end of the string and writev() data from the beginning of the string without having to allocate or move memory. It also means that the library is completely happy with data that has multiple zero bytes in it.
devel/yasm-1.3.0 (Score: 1.0904034E-4)
Complete rewrite of the NASM assembler
YASM is a complete rewrite of the NASM assembler under the "new" BSD License (some portions are currently under the GNU Lesser General Public License (LGPL)). Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Mach-O (32 and 64), RDOFF2, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats.
devel/listen-3.1.5 (Score: 1.0904034E-4)
Listen to file modifications and notify about the changes
The Listen gem listens to file modifications and notifies you about the changes. Features: - Works everywhere! - Supports watching multiple directories from a single listener. - OS-specific adapters for Mac OS X 10.6+, Linux and Windows. - Automatic fallback to polling if OS-specific adapter doesn't work. - Detects files modification, addidation and removal. - Checksum comparaison for modifications made under the same second. - Allows supplying regexp-patterns to ignore and filter paths for better results. - Tested on all Ruby environments via travis-ci.
devel/viewvc-1.1.25 (Score: 1.0904034E-4)
Web-based Version Control Repository Browsing
ViewVC is a browser interface for CVS and Subversion version control repositories. It generates templatized HTML to present navigable directory, revision, and change log listings. It can display specific versions of files as well as diffs between those versions. Basically, ViewVC provides the bulk of the report-like functionality you expect out of your version control tool, but much more prettily than the average textual command-line program output.
dns/dnscap-134 (Score: 1.0904034E-4)
DNS network traffic capture utility
dnscap is a network capture utility designed specifically for DNS traffic. It normally produces binary data in pcap(3) format, either on standard output or in successive dump files (based on the -w command line option.) This utility is similar to tcpdump(1), but has finer grained packet recognition tailored to DNS transactions and protocol options. dnscap is expected to be used for gathering continuous research or audit traces.
dns/inadyn-1.96.2 (Score: 1.0904034E-4)
Dynamic DNS update client
INADYN is a free, multi-platform dynamic DNS update client. It gives the possibility to have your own fixed hostname registered on the Internet, although your IP might be changing. It checks periodically whether the IP address stored by the DNS server is the real current IP address of the machine that is running INADYN. INADYN supports the following dynamic DNS services: - dyndns.org (in all three flavors: dynamic, static, custom) - freedns.afraid.org - no-ip.com - zoneedit.com
dns/knot-1.6.8 (Score: 1.0904034E-4)
High performance authoritative-only DNS server
Knot DNS is a high-performance authoritative-only DNS server which supports all key features of the domain name system including zone AXFR and IXFR, DDNS and DNSSEC. Its key features: * Open source * High-performance, multi-threaded, and mostly lock-free implementation which scales well on SMPs * Object-oriented design * Support for all important DNS protocols: - Full and incremental zone transfers - EDNS0 and DNSSEC extensions, including NSEC3 - NSID
dns/knot-2.3.0 (Score: 1.0904034E-4)
High performance authoritative-only DNS server
Knot DNS is a high-performance authoritative-only DNS server which supports all key features of the domain name system including zone AXFR and IXFR, DDNS and DNSSEC. Its key features: * Open source * High-performance, multi-threaded, and mostly lock-free implementation which scales well on SMPs * Object-oriented design * Support for all important DNS protocols: - Full and incremental zone transfers - EDNS0 and DNSSEC extensions, including NSEC3 - NSID
dns/nss_resinit-20060412 (Score: 1.0904034E-4)
Resolver re-initialization NSS module
The nss_resinit is a module for the nsswitch subsystem which makes resolver(3) reread /etc/resolv.conf when it is updated. In the traditional implementation of resolver(3) it is initialized by the application once and never reread /etc/resolv.conf after that even if the file is updated. This module is useful especially when name servers in /etc/resolv.conf are changed frequently as seen in mobile environment.
dns/Net-DRI-0.96 (Score: 1.0904034E-4)
Perl library to access Domain Name Registries/Registrars
DRI stands for Domain Registration Interface and aims to be, for domain name registries/registrars/resellers what Perl DBI is for databases. Net::DRI offers a uniform API to access services. It can be used by registrars to access registries. It can be used by clients to access registrars and/or resellers. It can be used by anonyone to do whois, DAS or IRIS DCHK queries.