aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Fix PLISTKris Kennaway2000-09-174-30/+38
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=32749
* 1. Depend on the jdk, not the jre.Nick Sayer2000-09-173-6/+10
| | | | | | | | | 2. Depend on the jfc port rather than providing our own swing lib. 3. It's really v1.2, not 1.0 Notes: svn path=/head/; revision=32734
* Add port for java airport configuratorNick Sayer2000-09-167-0/+64
| | | | Notes: svn path=/head/; revision=32705
* Update to 0.10.1. This version fixes the Oscar support and someJim Mock2000-09-164-4/+4
| | | | | | | incompatbility issues with Sawfish. Notes: svn path=/head/; revision=32681
* Add a sntop 1.2.0, curses-based utility that uses [f,]ping to determineWill Andrews2000-09-168-0/+96
| | | | | | | | | | connectivity of remote network hosts on a regular interval. PR: 20584 Submitted by: Matthew Emmerton <root@gabby.gsicomp.on.ca> Notes: svn path=/head/; revision=32672
* Add mmucl 1.4.0, a powerful MUD client written in Tcl with a GUI interface.Will Andrews2000-09-167-0/+130
| | | | | | | | PR: 20238 Submitted by: Matt Heckaman <matt@LUCIDA.QC.CA> Notes: svn path=/head/; revision=32668
* Update to KDE 1.94, the fifth and final beta release of KDE 2.0. If youWill Andrews2000-09-159-447/+288
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | have not tried KDE 2.0 or haven't done so in awhile (i.e. since July or before), you should try this. This version is extremely stable and offers better functionality than before. This update also introduces the KDE2 modules kdegraphics and kdemultimedia to our ports tree. Additionally, this marks the first time FreeBSD packages were announced as part of the KDE2 beta release announcement! :-) Most (if not all) of the remaining modules in KDE2 will be added for the update WRT the final release. A hack was added to fix building with SSL in kdelibs; this has been merged in the main tree and will go away with 2.0 release update. Thanks to David Faure <david@mandrakesoft.com> for his help regarding this. Also, building the docs should now succeed because I've added a build dependency on jade and linuxdoc (should be enough). People can get my precompiled packages from the usual location on the KDE FTP server (should spread to the mirrors Real Soon Now (tm)): http://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/FreeBSD/ Have fun! Remember to reports bugs through http://bugs.kde.org/. Notes: svn path=/head/; revision=32656
* Add WWW:.Daniel Harris2000-09-154-0/+30
| | | | | | | | | | | Also let mpid/server find the FreeBSD openssl implementation. PR: 21174 Submitted by: "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br> Approved by: MAINTAINER Notes: svn path=/head/; revision=32644
* Update the URL for the ntop home page.Sheldon Hearn2000-09-151-1/+1
| | | | Notes: svn path=/head/; revision=32632
* A plugin for GKrellM which allows monitoring of SNMP-Values.Hajimu UMEMOTO2000-09-147-0/+78
| | | | | | | | PR: ports/21166 Submitted by: Eike Bernhardt <eike.bernhardt@gmx.de> Notes: svn path=/head/; revision=32611
* Upgrade to 2.1a6Brian Somers2000-09-148-36/+50
| | | | Notes: svn path=/head/; revision=32603
* Enable IPv6 supporting.Munechika SUMIKAWA2000-09-132-1/+2
| | | | Notes: svn path=/head/; revision=32587
* Set the umask explicitly to 002 in the supfile. This preventsJohn Polstra2000-09-131-1/+1
| | | | | | | | | | permission problems in case "/etc/profile" sets it to something else. Discovered by: Dag-Erling Smorgrav <des> Notes: svn path=/head/; revision=32586
* Update to 0.7.0Ade Lovett2000-09-125-62/+76
| | | | | | | | PR: 20349 (in part - I reworked it) Submitted by: maintainer Notes: svn path=/head/; revision=32564
* Update to version 0.10.0.Jim Mock2000-09-116-4/+94
| | | | Notes: svn path=/head/; revision=32525
* Use gtk-- 1.2.3Yukihiro Nakai2000-09-111-1/+1
| | | | Notes: svn path=/head/; revision=32518
* Upgrade to libnids 1.14Kris Kennaway2000-09-102-3/+3
| | | | | | | Submitted by: Peter Pentchev <roam@orbitel.bg> Notes: svn path=/head/; revision=32489
* Fix compilation on 3.5Kris Kennaway2000-09-101-0/+7
| | | | | | | Noticed by: BWS - Offwhite <brennan@offwhite.net> Notes: svn path=/head/; revision=32487
* Add ruby-drb, Distributed Ruby.Akinori MUSHA2000-09-096-0/+66
| | | | Notes: svn path=/head/; revision=32466
* Update to arla 0.34.2Kris Kennaway2000-09-092-2/+2
| | | | Notes: svn path=/head/; revision=32465
* Update to version 1.2.1Kevin Lo2000-09-0910-316/+896
| | | | | | | | PR: 21102 Submitted by: MAINTAINER Notes: svn path=/head/; revision=32460
* Update to version 1.10alpha3Kevin Lo2000-09-0912-18/+60
| | | | | | | | PR: 21104 Submitted by: MAINTAINER Notes: svn path=/head/; revision=32457
* Update to 2.4.6.David E. O'Brien2000-09-082-4/+3
| | | | Notes: svn path=/head/; revision=32445
* - Use pid-file by default so the server can be easily shutdown using theChris D. Faulhaber2000-09-082-3/+13
| | | | | | | | | | etc/rc.d/tcserver.sh script. - Remove pid-file after server is shutdown (server does not overwrite an existing pid-file), otherwise subsequent shutdown operations will not work due to an invalid pid. Notes: svn path=/head/; revision=32442
* Add missing @Chris D. Faulhaber2000-09-081-1/+1
| | | | Notes: svn path=/head/; revision=32440
* Don't break package building on Satoshi's cluster. Explicitly dependThomas Gellekum2000-09-083-6/+6
| | | | | | | on python1.5:lang/python15. Notes: svn path=/head/; revision=32438
* Update WWW line for NAT extention patch.SADA Kenji2000-09-071-1/+1
| | | | | | | Submitted by: fenner's Distfiles survey Notes: svn path=/head/; revision=32405
* Update with bsd.ruby.mk. :>Akinori MUSHA2000-09-074-44/+34
| | | | Notes: svn path=/head/; revision=32391
* Remove myself from MAINTAINERAndrey A. Chernov2000-09-072-2/+2
| | | | Notes: svn path=/head/; revision=32389
* Add --enable-lzo, thanks rse@Kevin Lo2000-09-071-1/+2
| | | | Notes: svn path=/head/; revision=32386
* Update to version 0.1.4-2. This probably wasn't the best way to doJim Mock2000-09-058-10/+42
| | | | | | | things, but it works. If anyone wants to change it, feel free to do so. Notes: svn path=/head/; revision=32322
* Fix MASTER_SITES.Jeroen Ruigrok van der Werven2000-09-051-1/+1
| | | | | | | | Not portlinted. I didn't bother to contact the MAINTAINER since this was an easy fix. Notes: svn path=/head/; revision=32306
* despoof 0.9 is a utility for comparing the TTL of a received packet whichKris Kennaway2000-09-038-0/+64
| | | | | | | | | is considered "suspicious" with the actual TTL of a test packet sent to that host, to try and detect packet spoofing. It is intended to be used as part of an IDS system. Notes: svn path=/head/; revision=32219
* Mark FORBIDDEN due to remote exploits. Both people in the world stillKris Kennaway2000-09-031-0/+2
| | | | | | | using gopher, please take note. Notes: svn path=/head/; revision=32218
* Respect CC and CFLAGSKris Kennaway2000-09-031-0/+17
| | | | Notes: svn path=/head/; revision=32216
* Spelling police.David E. O'Brien2000-09-011-1/+1
| | | | | | | Submitted by: Jon Parise <jon@csh.rit.edu> Notes: svn path=/head/; revision=32186
* use latest IPv6 patch.Munechika SUMIKAWA2000-09-012-2/+2
| | | | | | | | | | | | - freeaddrinfo(NULL) was executed when reverse looking up of the client was failed in server mode. - -4/-6 options did not work in rsync client mode. Reported by: matusita@jp.FreeBSD.org Submitted by: yoshfuji@v6.linux.or.jp Notes: svn path=/head/; revision=32169
* Add ruby-snmp, Ruby interface to UCD-SNMP library.Akinori MUSHA2000-08-317-0/+114
| | | | Notes: svn path=/head/; revision=32158
* Update to socks 1.0r11. patch-aa had been partially integrated intoWarner Losh2000-08-304-44/+17
| | | | | | | | | | | r11 as well as parts of patch-ak. 1.0r10 is no longer available at the NEC web site. Verified the URL was still the right place to go to get socks5 1.0r11. Noticed by: Jim Paterson <jpaterso@paterson.org> Notes: svn path=/head/; revision=32137
* Finish updating to KDE2 snapshot 20000829A. Re-add kdenetwork and kdeutilsWill Andrews2000-08-309-459/+129
| | | | | | | | | | | | | | | | | | | dependencies to kde2, and add koffice to kde2, because it's part of the 2.0 release. Fix my bogon in forgetting to remove obsolete qt22 patches. The current state of the ports as far as building and installing is quite good, but I expect minor problems with PLISTs other than for the ones I've fixed here. I'm going to let bento figure it out. :-) Please, test these ports and report bugs to submit@bugs.kde.org, and send me problems with the ports themselves. I've found that KDE2 seems to have stabilized significantly since the last snapshot. And now, I am removing the last patch remaining in the KDE2 ports, except for the QT 2.2 snapshot. Notes: svn path=/head/; revision=32117
* Update to 20000829A snapshot. Disable kdenetwork2 for the time being soWill Andrews2000-08-293-0/+3
| | | | | | | | | | | | | | | | | I can address some of its issues (should see it marked un-broken in about 3 hours, if they're trivial enough). It took too long to get this update out the door... :-( This is a rather stable version of KDE2. Release is hoped for sometime next month, so I'm going to try to reroll snapshots this weekend. Also decide policy by removing the interactive requirement in qt22's configure script. I don't know why they bothered adding it there.. Bugged by: *many* bug-reports, requests, etc. Notes: svn path=/head/; revision=32116
* Add a few entries that were missed out of MAN1 and MAN8.Akinori MUSHA2000-08-296-9/+30
| | | | | | | | | | | | | Submitted by: bento Add a trick to generate PLIST which removes ${PREFIX}/private/smbpasswd, on PACKAGE_BUILDING. Submitted by: bento Obtained from: japanese/samba Notes: svn path=/head/; revision=32110
* String paranoia and security fixes from OpenBSD: prevent a remote bufferDavid E. O'Brien2000-08-294-0/+163
| | | | | | | | | overflow and remote syslog() exploits. Obtained from: OpenBSD Notes: svn path=/head/; revision=32069
* if (x = y) -> if (x == y)Michael Haro2000-08-271-0/+39
| | | | | | | | PR: 20825 Submitted by: Oddbjorn Steffensen <oddbjorn@tricknology.org> Notes: svn path=/head/; revision=32042
* Use Debian patch which contains some security tweaks (as discussed onDavid E. O'Brien2000-08-273-8/+5
| | | | | | | Bugtraq), and updates the GNU autoconf bits to newer versions. Notes: svn path=/head/; revision=32026
* Upgrade to version 2.2b1.David E. O'Brien2000-08-274-215/+120
| | | | Notes: svn path=/head/; revision=32020
* Add the ability to prefix each line with a timestamp.David E. O'Brien2000-08-277-4/+117
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=32019
* Find the user's homedir in a more complete way.David E. O'Brien2000-08-271-0/+54
| | | | | | | Obtained from: NetBSD (patch-ai) Notes: svn path=/head/; revision=32018
* * Y2k fixes.David E. O'Brien2000-08-271-3/+33
| | | | | | | | | | * get more declarations from our native headers. Submitted by: will Objtained from: NetBSD (patch-aa) Notes: svn path=/head/; revision=32017
* A better version of rev 1.4.David E. O'Brien2000-08-271-23/+29
| | | | | | | Submitted by: sheldonh Notes: svn path=/head/; revision=32016