summaryrefslogtreecommitdiff
path: root/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remote myself as maintainer.Torsten Blum1998-09-161-2/+2
| | | | Notes: svn path=/head/; revision=13180
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-157-14/+14
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-154-8/+8
| | | | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
* Oops, one more thing.Satoshi Asami1998-09-151-3/+2
| | | | Notes: svn path=/head/; revision=13130
* Portlint.Satoshi Asami1998-09-153-6/+5
| | | | | | | | | Also, you can't build depend on /usr/src. Please change it to something like a test and marking it BROKEN. Meanwhile, comment out BUILD_DEPENDS. Notes: svn path=/head/; revision=13129
* Update the documenation (DESCR and manpage) a little.David E. O'Brien1998-09-152-2/+292
| | | | Notes: svn path=/head/; revision=13125
* New version; 2.1beta -> 2.2.0Peter Wemm1998-09-113-14/+13
| | | | | | | Nagged by: distfile checker (old master site had gone) Notes: svn path=/head/; revision=13086
* Obtained from: The Arla Project http://www.stacken.kth.se/projekt/arla/Peter Hawkins1998-09-096-0/+92
| | | | | | | Import of arla (free clone of AFS client) Notes: svn path=/head/; revision=13065
* Minor additions and fix-ups:Stefan Bethke1998-09-0918-262/+406
| | | | | | | | | | - filenames of Custom Icons for folders ("Icon^M") are properly escaped - Honors CFLAGS - package can actually be installed elswhere (pkg_add -p) - man pages are compressed and properly linked Notes: svn path=/head/; revision=13060
* Activate boclient.Vanilla I. Shu1998-09-081-1/+2
| | | | Notes: svn path=/head/; revision=13056
* Back orifice, a remote adminstration tool for window$ 95/98.Vanilla I. Shu1998-09-085-0/+32
| | | | | | | | PR: ports/7585 Submitted by: darius@dons.net.au Notes: svn path=/head/; revision=13055
* "CFLAGS+=__dead=" because mistakenly Bruce thought two years inTim Vanderhoek1998-09-051-1/+2
| | | | | | | the grave would be enough to kill __dead. Notes: svn path=/head/; revision=13018
* Don't use libbsd & libutil on package.Vanilla I. Shu1998-09-054-26/+209
| | | | | | | Agreed by: maintainer Notes: svn path=/head/; revision=13016
* As of version 3.3.2 of the vnc port this port (vncjava) isSteve Price1998-08-301-2/+1
| | | | | | | | | already included so there's no need for two of them. Submitted by: bmah@ca.sandia.gov Notes: svn path=/head/; revision=12936
* Move one last manpage from PLIST to MANx in Makefile.Steve Price1998-08-306-9/+6
| | | | Notes: svn path=/head/; revision=12931
* Unbreak after the perl upgrade.Steve Price1998-08-302-6/+6
| | | | Notes: svn path=/head/; revision=12930
* upgrade to 3.3.2r2 (3.3.2 distfile no longer available)Peter Hawkins1998-08-302-6/+6
| | | | Notes: svn path=/head/; revision=12914
* - update to new version 1.08Andreas Klemm1998-08-293-26/+24
| | | | | | | | | | | - use 127.0.0.1 as starting ip address for a fresh configuration - new master site, use my download area as alternative - suggest installing apache 13 to use this port instead of the old noneexisting ports - new life example (the bb developement site) Notes: svn path=/head/; revision=12906
* Updated to samba-1.9.18p10.Tatsumi Hosokawa1998-08-286-12/+12
| | | | Notes: svn path=/head/; revision=12888
* "ln" -> "ln -f"Satoshi Asami1998-08-263-6/+6
| | | | Notes: svn path=/head/; revision=12869
* Change maintainer's email address, and add depends with rsaref.Vanilla I. Shu1998-08-262-3/+30
| | | | | | | | PR: ports/7740 Submitted by: maintainer Notes: svn path=/head/; revision=12859
* Misplaced #include broke compile.Stefan Bethke1998-08-252-0/+28
| | | | | | | PR: ports/7643 Notes: svn path=/head/; revision=12849
* kde shared libs are now at version 1. Gosh, no wonder they kept beingSatoshi Asami1998-08-251-5/+5
| | | | | | | reinstalled over and over. Notes: svn path=/head/; revision=12836
* This port doesn't build.Satoshi Asami1998-08-251-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Also, please fix the complilation flags so it will compile with some optimization (ideally by respecting CFLAGS). === : g++ -g -Wall -I. -I../libXicq -c io.cc -o io.o io.cc: In function `int cmd_clear(char *)': io.cc:53: warning: unused parameter `char * input' g++ -g -Wall -I. -I../libXicq -c help.cc -o help.o g++ -o main main.o config.o callbacks.o cmd_parse.o io.o help.o -L../libXicq -lXicq gmake[1]: Leaving directory `/usr/ports/net/xicq/work/xicq-071298/src/xicq' gmake[1]: Entering directory `/usr/ports/net/xicq/work/xicq-071298/src/kxicq' gmake[1]: *** No rule to make target `all'. Stop. gmake[1]: Leaving directory `/usr/ports/net/xicq/work/xicq-071298/src/kxicq' gmake: *** [kxicq] Error 2 *** Error code 2 Stop. : Notes: svn path=/head/; revision=12833
* Minor cleanups including fixing the executable so it actuallySteve Price1998-08-251-3/+6
| | | | | | | | runs under -current. It seems our setsockopt doesn't handle sizeof(char) for an option. Notes: svn path=/head/; revision=12815
* Man, I think I see a pattern here. manpage(pkg/PLIST)->manpage(Makefile)Tim Vanderhoek1998-08-242-2/+4
| | | | Notes: svn path=/head/; revision=12810
* The manpage that was listed in pkg/PLIST has been moved to the Makefile.Tim Vanderhoek1998-08-242-2/+4
| | | | Notes: svn path=/head/; revision=12809
* Make this build in -current again.Steve Price1998-08-241-0/+22
| | | | | | | | PR: 7655 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> Notes: svn path=/head/; revision=12795
* Activate mtr.Steve Price1998-08-241-1/+2
| | | | Notes: svn path=/head/; revision=12790
* Initial import of mtr version 0.21.Steve Price1998-08-245-0/+32
| | | | | | | | | | Traceroute and ping in a signle graphical network diagnostic tool. PR: 7588 Submitted by: Bill Fumerola <billf@chc-chimes.com> Notes: svn path=/head/; revision=12789
* Update to latest snapshot of xicq. All previous patches were submitted andMarc G. Fournier1998-08-233-7/+15
| | | | | | | committed as part of the central sources, so are no longer required... Notes: svn path=/head/; revision=12740
* unbreak this after perl changesJustin M. Seger1998-08-232-6/+5
| | | | Notes: svn path=/head/; revision=12735
* Unbreak this by using new perl variables.Justin M. Seger1998-08-232-5/+5
| | | | Notes: svn path=/head/; revision=12733
* Don't force the user to edit pkg/PLIST manuall. Don't use += onTim Vanderhoek1998-08-222-5/+5
| | | | | | | first occurence of MAKE_ENV. Notes: svn path=/head/; revision=12718
* Add www.Awfulhak.org to the distribution sites as the otherBrian Somers1998-08-222-4/+6
| | | | | | | | sites move the old archive away when a new one is available (breaking the port). Notes: svn path=/head/; revision=12711
* Add URI for DeleGate homepage.Masafumi Max NAKANE1998-08-211-0/+6
| | | | Notes: svn path=/head/; revision=12709
* Upgrade to 5.6.5.Masafumi Max NAKANE1998-08-212-5/+5
| | | | Notes: svn path=/head/; revision=12708
* Version 2.0.2 -> 2.1a4Brian Somers1998-08-218-58/+40
| | | | Notes: svn path=/head/; revision=12704
* Upgrade to tf-40b2Justin M. Seger1998-08-213-57/+63
| | | | Notes: svn path=/head/; revision=12700
* Adjust to new perl5 scheme. I don't continue fixing things but this portSatoshi Asami1998-08-202-39/+39
| | | | | | | was required by a few others. Notes: svn path=/head/; revision=12687
* The master site was down with hardware problems but certainlySteve Price1998-08-191-3/+1
| | | | | | | | | | seems to have come back. PR: 7686 Submitted by: maintainer Notes: svn path=/head/; revision=12664
* Change for perl5 scheme.Vanilla I. Shu1998-08-192-24/+33
| | | | Notes: svn path=/head/; revision=12645
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-1874-1369/+142
| | | | Notes: svn path=/head/; revision=12624
* Remove manual pages from the PLIST files, since <bsd.port.mk> putsJohn Polstra1998-08-182-2/+0
| | | | | | | | | them in automatically now. Submitted by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=12618
* Activate p5-pRPC.Vanilla I. Shu1998-08-181-1/+2
| | | | Notes: svn path=/head/; revision=12605
* p5-pRPC is the module for writing RPC servers and clients.Vanilla I. Shu1998-08-185-0/+44
| | | | Notes: svn path=/head/; revision=12604
* Remove the MD5 checksum for a distfile that is no longer used.John Polstra1998-08-171-1/+0
| | | | Notes: svn path=/head/; revision=12596
* Remove support for USE_CVSUPD. The server port has been split outJohn Polstra1998-08-171-15/+4
| | | | | | | | | into a separate port (cvsupd-bin). Submitted by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=12595
* Enable cvsupd-bin.John Polstra1998-08-171-1/+2
| | | | Notes: svn path=/head/; revision=12594
* New port of the CVSup server binary release.John Polstra1998-08-175-0/+44
| | | | | | | Submitted by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=12593