summaryrefslogtreecommitdiff
path: root/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pedantry: spell FreeBSD.org capitalised thuslyTim Vanderhoek2000-05-291-1/+1
| | | | Notes: svn path=/head/; revision=28937
* Update to version 5.3.7.Steve Price2000-05-293-41/+37
| | | | | | | | PR: 18737 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=28903
* Update to version 5.3.7.Steve Price2000-05-295-15/+40
| | | | | | | | PR: 18736 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=28902
* Add the following distribution patches: 5226, r157, and rpvfs.Steve Price2000-05-294-2/+8
| | | | | | | | PR: 18731 Submitted by: Richard Sather <satherrl@dssrg.curtin.edu.au> Notes: svn path=/head/; revision=28884
* Update to version 4.6.1.Steve Price2000-05-294-42/+36
| | | | | | | | PR: 18626 Submitted by: maintainer Notes: svn path=/head/; revision=28876
* Update to version 1.2.10.Steve Price2000-05-2930-47/+122
| | | | | | | | PR: 18841 Submitted by: R\xe9mi Guyomarch <rguyom@321.net> Notes: svn path=/head/; revision=28857
* Don't build any profiled libraries and use CXXFLAGS to specify -I. so thisSteve Price2000-05-283-5/+2
| | | | | | | port actually builds. Notes: svn path=/head/; revision=28824
* Distfile checksum changed. Looks like CR/LF vs. LF diffs as 'diff -urN'Steve Price2000-05-281-1/+1
| | | | | | | showed no change. Notes: svn path=/head/; revision=28803
* Remove some files that aren't installed when the esound port is not alreadySteve Price2000-05-282-4/+0
| | | | | | | installed. Notes: svn path=/head/; revision=28802
* Remove bogus patch that was causing package failures on bento.Steve Price2000-05-281-2/+0
| | | | Notes: svn path=/head/; revision=28798
* Activate p5-Socket6.Hajimu UMEMOTO2000-05-241-0/+1
| | | | Notes: svn path=/head/; revision=28739
* This Perl5 module supports getaddrinfo() and getnameinfo() toHajimu UMEMOTO2000-05-245-0/+36
| | | | | | | | | intend to enable protocol independent programing. If your environment supports IPv6, IPv6 related defines such as AF_INET6 are included. Notes: svn path=/head/; revision=28737
* Add STING, a TCP-based network measurement tool that measures end-to-endWill Andrews2000-05-229-0/+72
| | | | | | | | | | | | | | | | | network path characteristics. sting is unique because it can estimate one-way properties, such as loss rate, through careful manipulation and observation of TCP behavior. Since Benno submitted the port first, and since the patches are nearly identical, Benno will get credit for creating the port. However, since Kelly offered to maintain it, he will get the job. PRs: 18476, 18508 Submitted by: Benno Rice <benno@netizen.com.au>, Kelly Yancey <kbyanc@posi.net> Notes: svn path=/head/; revision=28666
* Update to 0.4.5 and give this port a MAINTAINER.Will Andrews2000-05-223-4/+9
| | | | | | | | PR: 18629 Submitted by: Andrew L. Neporada <andrew@chg.ru> Notes: svn path=/head/; revision=28664
* Update to 3.4.Will Andrews2000-05-202-2/+2
| | | | Notes: svn path=/head/; revision=28629
* Update category Makefiles to move kmud to net from games.Will Andrews2000-05-191-0/+1
| | | | | | | Repo-copy by: asami (gotta document this somewhere :-) Notes: svn path=/head/; revision=28611
* Update to 0.4.1.Will Andrews2000-05-193-4/+24
| | | | Notes: svn path=/head/; revision=28610
* Make the makefile and INSTALL script to work correctly with pkg_add.Chris Piazza2000-05-194-26/+44
| | | | | | | | PR: 18635 Submitted by: maintainer Notes: svn path=/head/; revision=28574
* Upgrade to arla 0.33.1Kris Kennaway2000-05-183-4/+3
| | | | | | | | Submitted by: Assar Westerlund <assar@stacken.kth.se> PR: ports/18580 Notes: svn path=/head/; revision=28544
* Update category Makefiles to add KDE2 ports.Will Andrews2000-05-171-0/+1
| | | | Notes: svn path=/head/; revision=28542
* Fixes for recent kernel changes, this will screw over people (like me)Bill Fumerola2000-05-1712-6/+162
| | | | | | | | | | | | | | | who have a -CURRENT before: Fri May 5 9:58:59 2000 UTC by phk .. however, since no __FreeBSD_version bump was performed, I can't handle this with the usual Makefile magic. Submitted by: kuriyama-san Reviewed by: Matt Ayres <mayres@chc-chimes.com> ("it works now") Notes: svn path=/head/; revision=28539
* Change MAINTAINER to myself, and clean these ports up a little.Will Andrews2000-05-171-21/+7
| | | | | | | Approved by: se (previous maintainer) Notes: svn path=/head/; revision=28517
* 's|sobomax@altavista.net|sobomax@FreeBSD.org|'Maxim Sobolev2000-05-171-2/+2
| | | | Notes: svn path=/head/; revision=28513
* Woop doop de doop, I've managed to circumvent the kdesupport2 buildWill Andrews2000-05-1715-2160/+1473
| | | | | | | | | | | | | problems by disabling ODBC library building. Apparently kdenetwork2 doesn't need that support (it does need mimelib), so we're all right on that! This is the import of KDESUPPORT and KDENETWORK 1.90 (aka KDE2 beta). Repo-copies by: asami Notes: svn path=/head/; revision=28510
* <security-officer>Kris Kennaway2000-05-171-0/+2
| | | | | | | | Mark FORBIDDEN due to remote buffer overflow, pending upgrade. </security-officer> Notes: svn path=/head/; revision=28506
* o Upgrade to 4.1.2Bill Fumerola2000-05-1712-54/+237
| | | | | | | | | | | | | | | o Correct PLIST o Correct MANx PR: 18548 Submitted by: Amakawa Shuhei <sa264@cam.ac.uk> o Finally fix shared libraries Submitted by: billf, will(sorta) Notes: svn path=/head/; revision=28503
* Clean up Makefile to allow removal of the stub files/Makefile.Jason Evans2000-05-161-6/+1
| | | | | | | Submitted by: obrien Notes: svn path=/head/; revision=28493
* Upgrade 0.90b -> 0.93Jacques Vidrine2000-05-169-36/+75
| | | | Notes: svn path=/head/; revision=28490
* Upgrade jabber-transport to 1.0Neil Blakey-Milner2000-05-1615-22/+559
| | | | | | | | PR: 18602 Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru> (maintainer) Notes: svn path=/head/; revision=28487
* Upgrade libetherx to 1.0Neil Blakey-Milner2000-05-164-16/+15
| | | | | | | | PR: 18601 Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru> (maintainer) Notes: svn path=/head/; revision=28486
* Upgrade libjabber to 1.0Neil Blakey-Milner2000-05-164-5/+15
| | | | | | | | PR: 18600 Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru> (maintainer) Notes: svn path=/head/; revision=28485
* Update to version 0.99pl18.Boris Popov2000-05-167-15/+68
| | | | Notes: svn path=/head/; revision=28481
* Submitted by: decDavid E. Cross2000-05-153-0/+57
| | | | | | | Oops, forgot the new patches. Notes: svn path=/head/; revision=28468
* Submitted by: decDavid E. Cross2000-05-154-12/+16
| | | | | | | | | | Upgrade gated to the latest public version from http://www.gated.org Version 3.6 Assume maintainer status Notes: svn path=/head/; revision=28467
* Nuke net/ivsJustin M. Seger2000-05-141-1/+0
| | | | | | | | | | Development on this ceased in 1997 and it isn't fully functional on FreeBSD anyway. If someone still has a desire to use this software, go to http://www.gaia-interactive.com/rv/ and download "Rendez-Vous", the replacement for ivs. Notes: svn path=/head/; revision=28459
* Multiple US cvsup servers were mentioned, but only one of the three UKJosef Karthauser2000-05-131-0/+2
| | | | | | | ones, so I've added the other two. Notes: svn path=/head/; revision=28441
* First crack at updating to 4.1.1, more features to come, but at leastBill Fumerola2000-05-1215-57/+30
| | | | | | | the newest version is here. Notes: svn path=/head/; revision=28422
* Comment clean-ups.Tim Vanderhoek2000-05-122-2/+2
| | | | Notes: svn path=/head/; revision=28421
* Update master site.Archie Cobbs2000-05-112-2/+2
| | | | Notes: svn path=/head/; revision=28400
* Remove some directories upon deinstallation.Satoshi Asami2000-05-102-0/+7
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=28389
* Update version 3.0b6 -> 3.0b7 (better backwards compatibility)Archie Cobbs2000-05-092-3/+3
| | | | Notes: svn path=/head/; revision=28385
* Activate the cvsupit port.Jason Evans2000-05-091-0/+1
| | | | Notes: svn path=/head/; revision=28378
* Make cvsupit a real port, rather than a hand-rolled package.Jason Evans2000-05-096-0/+402
| | | | | | | Begged for by: jkh Notes: svn path=/head/; revision=28377
* Update to mpd-3.0b6.Archie Cobbs2000-05-082-3/+3
| | | | Notes: svn path=/head/; revision=28375
* Make use of the newly available bzipped tarball.Jim Mock2000-05-084-2/+4
| | | | Notes: svn path=/head/; revision=28370
* Remove empty directories that end with "Net" upon deinstallation.Satoshi Asami2000-05-087-0/+15
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=28363
* Update to version 0.9.15.Jim Mock2000-05-084-4/+4
| | | | Notes: svn path=/head/; revision=28356
* Fix PLIST (Add bin/lp5250d)Chris D. Faulhaber2000-05-071-0/+1
| | | | | | | | PR: 18441 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=28355
* re-enable IPv6 supporting.Munechika SUMIKAWA2000-05-072-8/+8
| | | | Notes: svn path=/head/; revision=28340
* Update to 2.0.7.Akinori MUSHA2000-05-0615-87/+648
| | | | | | | | | PR: ports/18266 Submitted by: Anton N. Breusov <antonz@library.ntu-kpi.kiev.ua> Approved by: MAINTAINER Notes: svn path=/head/; revision=28314