Ports Search

Results 2,2112,220 of 5,886 for /net-im/.(0.006 seconds)
www/Horde_Template-2.0.3 (Score: 0.010046811)
Horde Template System
Horde Template system. Adapted from bTemplate, by Brian Lozier <brian@massassi.net>.
www/webkit-sharp-0.3 (Score: 0.010046811)
Mono bindings for Webkit
WebKit# is a .NET language binding for the WebKit rendering engine.
multimedia/mpeg4ip-1.6.1 (Score: 0.009899845)
Standards-based system to encode, stream, and play MPEG-4 audio/video
[ edited excerpt from developer's README ] The MPEG4IP project provides a standards-based system for encoding, streaming, and playing MPEG-4 encoded audio and video. To achieve this we've integrated a number of existing open source packages, and also created some original code to fill in the gaps. Please note this project is intended for developers who are interested in MPEG-4 audio and video, and Internet streaming. It is not intended for end-users. Please read all the legal information in the file "COPYING"! There is also a project web site at http://www.mpeg4ip.net/ that has some general information on MPEG4IP.
net-mgmt/SNMP4Nagios-0.4 (Score: 0.009899845)
Vendor specific SNMP plugins for Nagios
This is a plugin package for Nagios. Quoting from the snmp4nagios home page: SNMP4Nagios is a package of Nagios plugins which use SNMP to query hosts. While some of the plugins use standard MIBs, most are designed for vendor specific agents. Unlike other Nagios plugins, they are able to scan hosts for objects which can be monitored. They also can keep performance logs and draw plots of these using Tobias Oetiker's RRDTool. Currently devices by Brocade, Cisco, Compaq/HP and Network Appliance as well as computers running Microsoft Windows or Net-SNMP and uninterruptable power supplies are supported.
net-p2p/gtk-gnutella-1.1.10 (Score: 0.009899845)
GTK based Gnutella client
GTK based Gnutella client which supports the standard Gnutella operations. Search, download, file sharing, bandwidth limiting, host caching, as well as some basic statistics. Now with enhanced features, such as PARQ queueing, PFSP, DHT, push-proxies, UPnP, NAT-PMP and others, making it a stable and fully functional graphical gnutella client for *nix systems. An excellent way to find that hidden file on the internet that you know exists but standard search engines do not seem to carry. IRC: #gtk-gnutella on freenode.net
devel/Structures_DataGrid-0.9.3 (Score: 0.00965173)
Full-featured tabular structured data management package
This package offers a toolkit to render out a datagrid in HTML format as well as many other formats such as an XML Document, an Excel Spreadsheet, an XUL Document and more. It also offers paging and sorting functionality to limit the data that is presented and processed. This concept is based on the .NET Framework DataGrid control and works very well with database and XML result sets.
net-mgmt/spine-0.8.8h (Score: 0.00965173)
Multithreaded poller for Cacti written in C
Cactid is a poller for Cacti that primarily strives to be as fast as possible. For this reason it is written in native C, makes use of POSIX threads, and is linked directly against the net-snmp library for minmumal SNMP polling overhead. Cactid is a replacement for the default cmd.php poller so you must decide if using Cactid makes sense for your installation.
net-mgmt/pixilate-0.4.2 (Score: 0.00965173)
Generates packets to match a list of Cisco PIX access lists
pixilate parses an input file containing Cisco PIX 6.2x (normal mask) or Cisco IOS (inverted mask) access-list entries and generates the appropriate packets. For further information on writing PIX access-lists, look here, for information on writing IOS access-lists, look here. pixilate - is currently capable of generating TCP/UDP/ICMP (various ICMP types), and IGMP utilizing the Libnet 1.1.x library available from http://www.packetfactory.net. NOTE: Libnet 1.0.x is NOT compatible."
textproc/XML_HTMLSax-2.1.2 (Score: 0.00965173)
PEAR SAX parser for HTML and other badly formed XML documents
PEAR::XML_HTMLSax provides an API very similar to the native PHP XML extension (http://www.php.net/xml), allowing handlers using one to be easily adapted to the other. The key difference is HTMLSax will not break on badly formed XML, allowing it to be used for parsing HTML documents. Otherwise HTMLSax supports all the handlers available from Expat except namespace and external entity handlers. Provides methods for handling XML escapes as well as JSP/ASP opening and close tags.
devel/buildbot-0.8.12 (Score: 0.009520035)
Continuous Integration Framework (Master)
The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve. The overall goal is to reduce tree breakage and provide a platform to run tests or code-quality checks that are too annoying or pedantic for any human to waste their time with. Developers get immediate (and potentially public) feedback about their changes, encouraging them to be more careful about testing before checkin. For more information, please see: http://buildbot.net/trac