summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Remove stalled Makefile.clement2004-02-272-72/+0
| | | | | Forgotten by: wollman Approved by: marcus (implicitly)
* Remove stalled Makefile.clement2004-02-271-151/+0
| | | | | Forgotten by: wollman Approved by: marcus
* Add python director 0.0.7.clement2004-02-265-0/+90
| | | | | | | | | | | | | | | | | | | | | | | This is a pure-python TCP load balancer. It takes inbound TCP connections and connects them to one of a number of backend servers. Features: * async i/o based, so much less overhead than fork/thread based balancers. * Multiple scheduling algorithms (random, round robin, leastconns, leastconns+roundrobin) * If a server fails to answer, it's removed from the pool - the client that failed to connect gets transparently failed over to a new host. * xml based configuration file * seperate management thread that periodically re-adds failed hosts if they've come back up. * optional builtin webserver for admin (sample of the running screen) * webserver has methods suitable for both interactive and automated systems WWW: http://pythondirector.sourceforge.net/
* Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports whichlofi2004-02-262-1/+4
| | | | BUILD_DEPEND on qmake now.
* tinyldap is an attempt to write a very small and very fast LDAP server.dinoex2004-02-2611-0/+181
| | | | | | | openldap is the reference when it comes to LDAP servers, and it performs very poorly despite using techniques such as thread pools. WWW: http://www.fefe.de/tinyldap/
* Update the jail patch so that it works again. The script that finds theanders2004-02-262-2/+4
| | | | jail IP was not being run when it was supposed to.
* - Update to 0.08clement2004-02-263-6/+6
| | | | | | | - Improve pkg-descr PR: 63374 Submitted by: michael johnson <ahze@ahze.net>
* Add nifmon 1.4,krion2004-02-265-0/+48
| | | | | | | | | | nifmon is a curses application which displays counters and statistics of one particular network interface in one part of the screen and a stripped down tcpdump(8) output for this interface in the other part of the screen. PR: ports/63358 Submitted by: Simon Barner <barner@gmx.de>
* Add grdesktop, a GNOME 2 frontend to rdesktop, Terminal Services client.pav2004-02-268-0/+146
| | | | | PR: ports/62310 (based on) Submitted by: Florent Thoumie <flz@xbsd.org>
* - Update to version 0.9.17krion2004-02-263-8/+7
| | | | | PR: ports/63376 Submitted by: maintainer
* - add SIZEdinoex2004-02-264-0/+4
|
* Port of the standalone RIPE whois client (whois3). The standalonepav2004-02-254-0/+35
| | | | | | | | version is far more updated than the version included with the ripe-whois-tools (net/ripetools) package, and includes IPv6 support. PR: ports/62986 Submitted by: Lars Erik Gullerud <lerik@nolink.net>
* Clean up modules and net/Makefile after a large amount of portserwin2004-02-251-0/+7
| | | | | | moved from net/ to net-mgmt/ to make this pass sanity checks. Forgotten by: wollman
* Add aMule, yet another eDonkey peer2peer network client.pav2004-02-2519-0/+388
| | | | | | | WWW: http://sourceforge.net/projects/amule/ PR: ports/62969 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
* Remove file occasionally forgotten in the net->net-mgmt sweep.sobomax2004-02-251-28/+0
| | | | Missed by: wollman
* Add pfflowd 0.4, convert pfsync states to NetFlow datagrams.obraun2004-02-259-0/+265
| | | | | PR: ports/63336 Submitted by: Andrew Thompson <andy@fud.org.nz>
* Update to 2.01mat2004-02-258-8/+26
| | | | | PR: 62689 Submitted by: maintainer
* - add CONFLICTSdinoex2004-02-251-0/+3
|
* - option WITH_PAM creates seperate packagedinoex2004-02-252-0/+7
| | | | - add CONFLICTS
* BROKEN on !i386: Does not compilekris2004-02-251-1/+7
|
* add p5-pdonkey 0.04ijliao2004-02-255-0/+55
| | | | Perl tools for eDonkey network
* - Update to 0.7.6pav2004-02-243-6/+61
| | | | | PR: ports/63244 Submitted by: Sergey Akifyev <asa@asa.gascom.net.ru> (maintainer)
* - Fix SSL/TLS supportkrion2004-02-242-7/+16
| | | | | | PR: ports/63308 Submitted by: Yuri Khotyaintsev <yuri@irfu.se> Approved by: maintainer
* - Update to 1.26eik2004-02-2422-223/+461
| | | | | | | | | | | | - Use OPTIONS for optional dependencies - Change pkg-{,de}install to avoid risk of data loss when upgrading - Patch files instead of regexps in Makefile added a work around for PR 63293 PR: 63230 Submitted by: Lars Thegler <lars@thegler.dk> (maintainer) Reviewed by: clement
* - Fix on amd64 [1]ale2004-02-243-10/+14
| | | | | | | - Use DOCSDIR in pkg-plist PR: ports/63183 [1] Submitted by: Hendrik Scholz <hendrik@scholz.net> [1]
* BROKEN on !i386: Does not compilekris2004-02-231-1/+7
|
* Change my email address.markus2004-02-234-4/+4
| | | | Approved by: arved (mentor)
* - Update checksum in distinfo. I verified there's no actual changes. Unbreak.pav2004-02-232-4/+15
| | | | | | | | - Add support for validating PGP signature PR: ports/62966 Submitted by: Jason Harris <jharris@widomaker.com> Approved by: maintainer
* BROKEN on !i386: Does not compilekris2004-02-231-1/+7
|
* Say hello to the new "net-mgmt" category. There are probably morewollman2004-02-23761-19646/+16
| | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
* This is broken everywhere except for i386 4.x.kris2004-02-231-0/+4
|
* BROKEN on 4.x: does not compilekris2004-02-231-1/+7
|
* Implement an WITHOUT_X11 and an WITHOUT_TK targetoliver2004-02-224-66/+100
| | | | Approved By: maintainer
* - Update to 0.46erwin2004-02-228-174/+15
| | | | | | | - Make PREFIX-clean under perl 5.005_03 PR: 63242 Submitted by: maintainer
* Unbreak: chase checksum change on PDF file (documentation update).olgeni2004-02-222-3/+9
| | | | Add USE_SIZE support.
* Update to version 2.0 stable 2.demon2004-02-223-9/+10
|
* Rename WITH_PGSQL knob to WITH_POSTGRESQL to be consistent with other ports.demon2004-02-221-5/+5
| | | | Submitted by: Ulrich Spoerlein <q@uni.de>
* - Fix build on AMD64krion2004-02-221-0/+11
| | | | | PR: ports/63201 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* This port is scheduled for removal on April 21 if it is still broken atkris2004-02-221-0/+2
| | | | that time.
* BROKEN: Checksum mismatchkris2004-02-221-0/+2
|
* o Update to 2004.02.20a.nork2004-02-222-8/+3
| | | | | | o Remove hack of using include <sstream> instead of include <strstream.h>. Pointed out by: FreeBSD Ports distfiles survey via fenner
* Reset bouncing maintainer addresskris2004-02-223-3/+3
|
* Don my portmgr hat and return dirk@FreeBSD.org's ports back to thekris2004-02-221-1/+1
| | | | | unmaintained pool. He has not committed in over a year and has been unresponsive to emails over a similar time period.
* Utilize the EXPIRATION_DATE tag for these ports scheduled for removal.kris2004-02-223-3/+6
|
* This port is scheduled for removal on April 21 if it is still broken atkris2004-02-221-0/+2
| | | | that time.
* BROKEN on 4.x: broken pkg-plistkris2004-02-211-1/+7
|
* add http://home.jp.FreeBSD.org/~ume/ipv6/ for MASTER_SITES.ume2004-02-212-2/+4
|
* BROKEN: Checksum mismatchkris2004-02-211-0/+2
|
* Update to 0.22.1. The code is no longer optimized upon install, as it wasadamw2004-02-215-52/+11
| | | | | | | | causing the install to bork out on -CURRENT. Hopefully this can be fixed later on. PR: ports/63156 Submitted by: mezz (maintainer)
* Reintroduce warnings.clement2004-02-212-0/+34
| | | | Time to mark it as DEPRECATED ?
OpenPOWER on IntegriCloud