Commit Graph

485 Commits

Author SHA1 Message Date
Andreas Klemm
f3d0fad83a new port p5-Cflow
Cflow is a perl module for analyzing raw flow files written by
cflowd, a package used to collect Cisco NetFlow data.

WWW:    http://net.doit.wisc.edu/~plonka/Cflow/
2001-03-13 22:52:04 +00:00
Andreas Klemm
285996cdec new port p5-Net-Patricia
This module uses a Patricia Trie data structure to quickly perform
IP address prefix matching for applications such as IP subnet,
network or routing table lookups.  The data structure is based on
a radix tree using a radix of two, so sometimes you see patricia
implementations called "radix" as well.  The term "Trie" is derived
from the word "retrieval" but is pronounced like "try".  Patricia
stands for "Practical Algorithm to Retrieve Information Coded as
Alphanumeric", and was first suggested for routing table lookups
by Van Jacobsen.  Patricia Trie performance characteristics are
well-known as it has been employed for routing table lookups within
the BSD kernel since the 4.3 Reno release.

The BSD radix code is thoroughly described in "TCP/IP Illustrated,
Volume 2" by Wright and Stevens and in the paper ``A Tree-Based
Packet Routing Table for Berkeley Unix'' by Keith Sklower.

WWW:    http://net.doit.wisc.edu/~plonka/Net-Patricia/
2001-03-13 21:12:21 +00:00
Ying-Chieh Liao
7a2c19d018 add librsync
Library for delta compression of streams
2001-03-13 10:42:29 +00:00
Will Andrews
83121084aa Add dhisd 4.0, DHIS server for updating dynamic DNS entries in DNS
tables.

PR:		25368
Submitted by:	Bas Kruit <baskruit@bsltwr.dhis.org>
2001-03-12 22:52:33 +00:00
Josef Karthauser
30481ecd29 Remove the libjabber port. 2001-03-11 15:27:54 +00:00
Will Andrews
99e1cb0b84 Add conference 0.4, a conferencing/GroupChat service for Jabber server.
PR:		25092
Submitted by:	Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
2001-03-11 02:29:42 +00:00
Will Andrews
4a339d3853 Add netsed 0.01, a program that alters the contents of packets in
real-time.

PR:		24178
Submitted by:	Roman Shterenzon <roman@xpert.com>
2001-03-10 19:44:15 +00:00
Will Andrews
ff049e43e4 Add dnrd 2.9, a proxy DNS daemon.
PR:		24107
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-03-10 19:33:51 +00:00
Will Andrews
edd27061fe Add cryptcat 0.0, which is standard netcat enhanced with twofish
encryption.

PR:		23658
Submitted by:	Roman Shterenzon <roman@xpert.com>
2001-03-10 18:29:41 +00:00
Maxim Sobolev
90472c8957 Add ettercap 0.2.4, a network sniffer/interceptor/injector/logger
for switched LANs.

PR:		25641
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-03-10 15:04:21 +00:00
Dirk Meyer
ce02590168 new port
PR:		25406
Submitted by:	mark@kyne.com.au
2001-03-10 07:38:08 +00:00
Akinori MUSHA
394b6b3d6a Add ruby-xmlrpc, a Ruby interface to XML-RPC. 2001-03-09 17:17:52 +00:00
Ying-Chieh Liao
1ef9081e13 add p5-Frontier-RPC
Frontier::RPC implements UserLand Software's XML RPC
2001-03-08 13:49:38 +00:00
Ying-Chieh Liao
31be84f148 add xmlrpc-c, XML-RPC library for C and C++ 2001-03-08 07:58:54 +00:00
Steve Price
c389174cf5 Add the icqlib0 directory. 2001-03-08 02:11:23 +00:00
Ying-Chieh Liao
38203d8bfc add tcpview, a Motif-based TCP/IP protocol analyzer 2001-03-07 12:40:08 +00:00
Akinori MUSHA
274812f3fe Add dns_balance, a dynamic load-balancing DNS server. 2001-03-05 08:58:43 +00:00
Daniel Harris
f1edca2736 Add hagelslag 0.12.1, a flexible command-line Gnutella
implementation with advanced features.

PR:		25098
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-03-04 17:30:32 +00:00
Peter Pentchev
8d22f51403 Add aggregate, a utility for optimizing a list of network prefixes.
PR:		25143
Submitted by:	Joe Abley <jabley@automagic.org>
2001-03-04 15:48:52 +00:00
Ying-Chieh Liao
13a29ed113 add oproute
A tool for measuring general performance of the Internet
2001-03-03 15:47:20 +00:00
Munechika SUMIKAWA
9ff055a215 6tunnel allows you to use services provided by IPv6 hosts with IPv4-only
applications and vice versa. It can bind to any of your IPv4 (default) or
IPv6 addresses and forward all data to IPv4 or IPv6 (default) host.
It can be used for example as an ipv6-capable IRC proxy.

PR:		ports/24088
Submitted by:	Vassili Tchersky <vt@bsdjeunz.org>
2001-03-02 12:46:35 +00:00
Vanilla I. Shu
031bd55ed2 Remove p5-pRPC. 2001-03-01 06:29:22 +00:00
Will Andrews
26121d15ae Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result of
the KDE team's excellent work, I am initiating burn sequence for KDE
1.x.  All base KDE1 ports are hereby nuked.  I am also reluctantly
reassuming maintainership of the KDE2 ports.  Official KDE 2.1 packages
built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's
official ftp mirrors now.  Enjoy!

Note:  It seems that the KDE people rerolled their kdelibs and kdebase
packages, and a quick examination of diffs reveal minor changes, but the
port should still work.  I'll fix the packaging problems that bento runs
into.

Approved by:	kevlo
2001-02-26 19:24:49 +00:00
Jimmy Olgeni
9d1cfbf70c Add new port: net/NeTraMet.
PR:		25330
Submitted by:	olgeni
2001-02-26 11:16:35 +00:00
Josef Karthauser
d03f474148 The functionality provided by libetherx is now delivered in net/libjabber. 2001-02-12 19:49:40 +00:00
Josef Karthauser
59b10374be Port of the Jabber instant messaging server, version 1.4.
This replaces net/jabber-transport, and was repo-copied from there.
2001-02-12 19:44:39 +00:00
Maxim Sobolev
2b5485c781 Add samba-devel --> ports/net/samba-devel, repocopied from ports/net/samba.
This port represents unstable, development Samba branch.

PR:		24808
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-02-12 11:02:48 +00:00
Daniel Harris
8df1866a7d Add tcpstat, a vmstat-like tool for networks.
PR:		24722
Submitted by:	greid@ukug.uk.freebsd.org
2001-02-01 23:31:23 +00:00
Boris Popov
4d6210b7c4 Add smbfs 1.3.3,
SMB/CIFS protocol and SMB/CIFS file system
implementation.

PR:		23238
Submitted by:	Jaedoc Lee <tokky@fdns.org> (for 1.3.2)
2001-01-30 12:16:05 +00:00
Ying-Chieh Liao
b37067d0f1 add pvm++, A C++-Library for PVM 2001-01-29 08:21:36 +00:00
Clive Lin
9130016e4c Dictionary database for dictd.
Will be required by net/dictd.

Done by: clive
Assign maintainer to: ijliao
2001-01-28 19:03:43 +00:00
Ying-Chieh Liao
3b0834c945 add dictd, dict protocol (RFC 2229) server 2001-01-25 15:55:46 +00:00
Kris Kennaway
a2d26cafb1 X-Bone dynamically deploys and manages Internet overlays to reduce
their configuration effort and increase network component sharing.
X-Bone discovers, configures, and monitors network resources to
create overlays over existing IP networks.

X-Bone uses two-layer IP in IP tunneled overlays and supports existing
applications and unmodified routing, multicast, and DNS services in
unmodified operating systems. X-Bone also support IPSec within overlays.

Submitted by:   Yu-Shun Wang <yushunwa@isi.edu>
2001-01-20 08:04:22 +00:00
Bill Fumerola
3ef76965ec Reflect ucd-snmp's new name (net-snmp). 2001-01-17 23:50:46 +00:00
Roger Hardiman
468755302e Add AOL's Instant Messenger (AIM) client.
This is a X11 Linux application which runs fine with FreeBSD's Linux emulation.
2001-01-13 16:08:05 +00:00
James E. Housley
ce0f2e976f New Port: net/neoupdate
A Perl Script to automagically update DNS at centralinfo.net or yi.org
when your IP changes, both offer free DNS services.
2001-01-09 15:19:17 +00:00
Kris Kennaway
236b21797c No-one apparently cares enough to update this port
from the old, insecure version. Goodbye! :)
2001-01-09 07:37:37 +00:00
Alexander Langer
0e8b58d01f Add firetalk 0.0.10, a multi-protocol chat/instant messaging library.
PR:		24104
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-01-06 14:23:49 +00:00
Will Andrews
2da155a48e Add p5-SOAP 0.28, perl modules providing an API to the Simple Object Access
Protocol.
2001-01-03 23:43:25 +00:00
Will Andrews
d204cd348e Add smm++ 4r4, a MUD client with a mapping functionality based on itcl.
PR:		22903
Submitted by:	Edwin Groothuis <mavetju@chello.nl>
2000-12-26 06:16:51 +00:00
Will Andrews
8fe68fd01c Add tas 1.0, a traffic accounting system that picks up ip and application
level traffic statistics, stores it and builds reports.

PR:		23824
Submitted by:	Anton Voronin <anton@urc.ac.ru>
2000-12-26 05:46:55 +00:00
Will Andrews
de4c3e5d62 Add balance 2.16, a generic tcp proxy with round robin load balancing
and failover mechanisms.

PR:		23337
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2000-12-19 12:17:21 +00:00
Will Andrews
0a01597ce7 Add sendip 1.3, a useful utility for testing various sockets behaviors.
This reminds me of W. Richard Stevens' sock(1) from his excellent UNIX
Network Programming Volume 1 book.  Well, not exactly, but..

PR:		23181
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2000-12-19 11:01:57 +00:00
Will Andrews
fdd85c0497 Add netmask 2.3.3, a tool for generating terse netmasks in several common
formats.

PR:		23005
Submitted by:	Mike Bristow <mike@urgle.com>
2000-12-19 10:29:26 +00:00
David E. O'Brien
6813c02400 Offical Yahoo! instant messaging client 2000-12-17 02:40:30 +00:00
James E. Housley
8d61bf6afb New Port: net/linpopup
X-Windows port of WinPopup

PR:		22973
Submitted by:	Roman Shterenzon <roman@xpert.com>
2000-12-14 03:40:31 +00:00
James E. Housley
95f68a9247 New Port: net/pdns
pdnsd is a proxy dns server with permanent caching

PR:		22963
Submitted by:	Roman Shterenzon <roman@xpert.com>
2000-12-14 03:27:37 +00:00
Clive Lin
900cf6ff9d New port: net/p5-Net-Jabber
Net::Jabber provides a Perl user with access to the Jabber Instant Messaging
protocol.

PR: 23514
Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
2000-12-13 17:57:09 +00:00
Alexander Langer
d873050469 Add xsmbrowser, a Tcl/Tk port of Windows' Network Neighborhood.
PR:		23260
Submitted by:	Roman Shterenzon <roman@xpert.com>
2000-12-04 11:10:33 +00:00
Mike Smith
c2b3abb02f tcpreplay - a *working* libpcap trace file replay tool
Submitted by:	"Christopher N. Harrell" <cnh@ivmg.net>
2000-11-29 02:29:03 +00:00