Ports Search

Results 5,5715,580 of 5,827 for /net-mgmt/.(0.006 seconds)
www/httpclient-2.8.0 (Score: 0.004435397)
Yet another HTTP client implementation by NaHi
httpclient gives something like the functionality of libwww-perl (LWP) in Ruby. httpclient formerly known as http-access2. Features: * methods like GET/HEAD/POST/* via HTTP/1.1. * HTTPS(SSL), Cookies, proxy, authentication(Digest, NTLM, Basic), etc. * asynchronous HTTP request, streaming HTTP request. * by contrast with net/http in standard distribution; o Cookies support o MT-safe o streaming POST (POST with File/IO) o Digest auth o Negotiate/NTLM auth for WWW-Authenticate (requires net/htlm module) o NTLM auth for Proxy-Authenticate (requires Win32/sspi module) o extensible with filter interface o you dont have to care HTTP/1.1 persistent connection (httpclient cares instead of you) * Not supported now o Cache o Rather advanced HTTP/1.1 usage such as Range, deflate, etc. (of course you can set it in header by yourself) For more detail, see API document at dev.ctor.org/doc/httpclient/
benchmarks/netio-1.32 (Score: 0.0043908195)
Network benchmark
This is a network benchmark for DOS, OS/2 2.x, Windows NT/2000 and Unix. It measures the net throughput of a network via NetBIOS and/or TCP/IP protocols (Unix and DOS only support TCP/IP) using various different packet sizes. One instance has to run on one machine as a server process, another instance is used on another machine to perform the benchmark. When executed without arguments, the program will explain its usage.
converters/trans-1.20 (Score: 0.0043908195)
Character encoding converter generator
This is a character encoding converter generator package. Currently there are 72 different character encoding description files supplied with this package, not counting the 13 *.net files, which are modified character encoding description files. All but 13 of the above mentioned files describe 8-bit character encodings/sets. It covers ISO 646, many IBM codepages for MS-DOS, Microsoft Windows codepages, ISO 8859-x, HP, Adobe, Apple Macintosh, Atari, NeXTSTEP character encodings, a few EBCDIC encodings, KOI8-R, and a few more.
deskutils/dlume-0.2.4 (Score: 0.0043908195)
GTK2 address book
Dlume is nice, gtk2-based addressbook. You can easily add, edit and delete records to/from database (but Dlume doesn't rely on an outside database - It stores your contacts in XML format). The Quick-search feature allows you find required entry in comfortable way. Export to CSV and HTML formats is also available. Interface design was borrowed and improved from Paddress (http://paddress.sourceforge.net).
devel/oniguruma-4.7.1 (Score: 0.0043908195)
BSDL Regular Expressions library compatible with POSIX/GNU/Perl
Oniguruma is a BSDL Regular Expression library written for ruby-m17n, which implements all of Perl extensions, many of .NET extensions plus more. It provides multiple APIs for ease of use; GNU regex compatible API, POSIX regex compatible API and its own. This library is multilingualized by design and can have one encoding for each regex object. Currently supported character encodings are ASCII, UTF-8, EUC-JP and Shift_JIS. 4.x supports Ruby1.9.
devel/oniguruma-5.9.6 (Score: 0.0043908195)
BSDL Regular Expressions library compatible with POSIX/GNU/Perl
Oniguruma is a BSDL Regular Expression library written for ruby-m17n, which implements all of Perl extensions, many of .NET extensions plus more. It provides multiple APIs for ease of use; GNU regex compatible API, POSIX regex compatible API and its own. This library is multilingualized by design and can have one encoding for each regex object. Currently supported character encodings are ASCII, UTF-8, EUC-JP and Shift_JIS. 4.x supports Ruby1.9.
devel/ezpyinline-0.1 (Score: 0.0043908195)
Easy embedded Inline C for Python
The ezpyinline is a pure python module which requires almost no setup to allows you put C source code directly "inline" in a Python script or module, then the C code is automatically compiled and then loaded for immediate access from Python. ezpyinline is forked from PyInline (http://pyinline.sourceforge.net/) but aim to be as easy as possible and do all the magics for you.
devel/simian-2.4.0 (Score: 0.0043908195)
Similarity analyser for source and other text files
Simian (Similarity Analyser) identifies duplication in Java, C#, C, C++, COBOL, Ruby, JSP, ASP, HTML, XML, Visual Basic Groovy source code and even plain text files. In fact, simian can be used on any human readable files such as ini files, deployment descriptors, you name it. Note: The port uses the java version by default. You can select the .NET version via WITH_MONO=yes, and disable installation of the java parts with WITHOUT_JAVA=yes.
devel/Locale-Maketext-1.28 (Score: 0.0043908195)
Framework for software localization and inheritance-based lexicons
Locale::Maketext is a base class providing a framework for software localization and inheritance-based lexicons, as described in my article in The Perl Journal #13 (which is on the way to your mailbox and/or newsstand). Copyright 1999, Sean M. Burke <sburke@netadventure.net>, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
dns/totd-1.5.1 (Score: 0.0043908195)
DNS proxy that supports IPv6 <==> IPv4 record translation
Totd is a small DNS proxy nameserver that supports IPv6 only hosts/networks that communicate with the IPv4 world using some translation mechanism. Examples of such translation mechanisms currently in use are: * IPv6/IPv4 Network Address and Packet Translation (NAT-PT) implemented e.g. by Cisco. * Application level translators as the faithd implemented by the KAME project (http://www.kame.net). See faithd(8) on *BSD/Kame.