aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Updated the maintainer's address.Masafumi Max NAKANE1996-10-173-9/+9
| | | | Notes: svn path=/head/; revision=4017
* make package now works.Eric L. Hernes1996-10-104-334/+26
| | | | | | | | | | some files are installed in .../$(uname -m)-$(uname)-$(uname -r)/..., so we've got to use the `construct a PLIST' trick. Pointed out by: Satoshi Notes: svn path=/head/; revision=3954
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-1016-16/+16
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* remove tclDPPaul Traina1996-10-081-2/+1
| | | | Notes: svn path=/head/; revision=3932
* Removed the version number.Masafumi Max NAKANE1996-10-052-2/+2
| | | | | | | Changed to make it better looking when doing make print-index. Notes: svn path=/head/; revision=3919
* Entirely removed ports/net/tkined, because it's included in scotty port.Andreas Klemm1996-09-291-2/+1
| | | | Notes: svn path=/head/; revision=3895
* Update for new version of Modula-3.John Polstra1996-09-271-3/+3
| | | | | | | Fix a typo in the "Version required" comment. Notes: svn path=/head/; revision=3884
* Activated telnetxMasafumi Max NAKANE1996-09-251-1/+2
| | | | Notes: svn path=/head/; revision=3872
* Telnetx, telnet client with binary file transfer protocols supportMasafumi Max NAKANE1996-09-255-0/+47
| | | | Notes: svn path=/head/; revision=3870
* Fix for change of distfile name on master siteJames FitzGibbon1996-09-251-1/+1
| | | | Notes: svn path=/head/; revision=3868
* Remove spurious EXTRACT_SUFX.Satoshi Asami1996-09-251-2/+1
| | | | Notes: svn path=/head/; revision=3864
* Import of the Ascend RADIUS daemon.James FitzGibbon1996-09-241-1/+2
| | | | Notes: svn path=/head/; revision=3858
* Import of Ascend-modified RADIUS daemon.James FitzGibbon1996-09-2413-0/+429
| | | | | | | Reviewed by: chuckr@FreeBSD.ORG Notes: svn path=/head/; revision=3857
* Ack, last commit was bogus. Serves me right for making "just one tinyPeter Wemm1996-09-212-6/+11
| | | | | | | | | change" after I tested it. Sigh. While here, make a tweakable hook to change the name from rdist6 to rdist. Notes: svn path=/head/; revision=3829
* Update to rdist-6.1.3. The only major thing changed seems to be twoPeter Wemm1996-09-213-7/+9
| | | | | | | | | | | | | | buffer overflow problems, which shouldn't be an issue since it's not setuid. While here, do not hardcode /usr/local, use $(PREFIX). Do not patch the install target so that 'make install' does the man pages, add install.man to the ${INSTALL_TARGET} variable so that both "install" and "install.man" are done. This reduces the diff to the base source a little, but has the same overall effect. Notes: svn path=/head/; revision=3828
* upgrade to 2.1.3Eric L. Hernes1996-09-176-142/+110
| | | | Notes: svn path=/head/; revision=3796
* Update for new release 13.4 of CVSup.John Polstra1996-09-132-2/+2
| | | | Notes: svn path=/head/; revision=3760
* Update for new version of the Modula-3 port.John Polstra1996-09-121-2/+2
| | | | Notes: svn path=/head/; revision=3759
* Update for new version of the Modula-3 port. The new port reallyJohn Polstra1996-09-101-2/+2
| | | | | | | | needs to be used for building CVSup, because it fixes some M3 bugs that affect CVSup. Notes: svn path=/head/; revision=3749
* Update MASTER_SITESTorsten Blum1996-08-276-12/+12
| | | | Notes: svn path=/head/; revision=3707
* Update for release 13.3 of CVSup.John Polstra1996-08-232-4/+4
| | | | Notes: svn path=/head/; revision=3687
* Remove LIB_DEPENDS on libz, it's in /usr/src now.Satoshi Asami1996-08-191-3/+2
| | | | Notes: svn path=/head/; revision=3644
* Make this work on -current post this change:Satoshi Asami1996-08-181-18/+28
| | | | | | | | | | | | | | | * davidg 96/06/12 19:54:21 * * Modified: sys/net if_ethersubr.c * sys/netinet if_ether.c * Log: * Keep ether_type in network order for BPF to be consistent with other * systems. Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> Notes: svn path=/head/; revision=3643
* aargh, I forgot to commit this. This fixes an optimization originallyPeter Wemm1996-08-161-2/+2
| | | | | | | | for rdist-6.1.0, which is not quite valid on 6.1.2 when used with an alternate rsh-like transport (such as ssh). Notes: svn path=/head/; revision=3624
* Added rsync.Satoshi Asami1996-08-161-1/+2
| | | | Notes: svn path=/head/; revision=3609
* A network file distribution/synchronisation utility.Satoshi Asami1996-08-165-0/+48
| | | | | | | Submitted by: David O'Brien (obrien@cs.ucdavis.edu) Notes: svn path=/head/; revision=3607
* distribution files changedAdam David1996-08-162-16/+4
| | | | Notes: svn path=/head/; revision=3604
* distribution files changedAdam David1996-08-162-15/+3
| | | | Notes: svn path=/head/; revision=3603
* Add back the RESTRICTED clause, because the NEC copyright prohibitsJohn Polstra1996-08-141-1/+2
| | | | | | | commercial use. Notes: svn path=/head/; revision=3594
* Update for new release. Remove export restriction; it no longer applies.John Polstra1996-08-143-8/+8
| | | | | | | Reviewed by: Doug Ambrisko <ambrisko@ambrisko.roble.com> Notes: svn path=/head/; revision=3593
* typo in filenameAdam David1996-08-132-3/+3
| | | | Notes: svn path=/head/; revision=3588
* version 1.0.63Adam David1996-08-102-3/+7
| | | | Notes: svn path=/head/; revision=3573
* forgot thisAdam David1996-08-101-0/+2
| | | | Notes: svn path=/head/; revision=3572
* version 1.0.63Adam David1996-08-101-3/+5
| | | | Notes: svn path=/head/; revision=3571
* Add cvsup.Satoshi Asami1996-08-081-1/+2
| | | | Notes: svn path=/head/; revision=3544
* JDP's cvsup. Beware, this port depends on modula-3!Satoshi Asami1996-08-085-0/+36
| | | | Notes: svn path=/head/; revision=3543
* One more thing moved to sbin.Satoshi Asami1996-08-063-3/+3
| | | | | | | Forgotten by: pst :p Notes: svn path=/head/; revision=3529
* Update package list to match new organizationPaul Traina1996-08-053-33/+33
| | | | Notes: svn path=/head/; revision=3525
* there was an extra fileAdam David1996-08-021-1/+0
| | | | Notes: svn path=/head/; revision=3491
* version 1.0.61Adam David1996-07-312-5/+16
| | | | Notes: svn path=/head/; revision=3473
* version 1.0.61Adam David1996-07-312-3/+5
| | | | Notes: svn path=/head/; revision=3472
* workaround bogus diff in distribution patchfileAdam David1996-07-301-2/+15
| | | | Notes: svn path=/head/; revision=3462
* 1.0.56 --> 1.0.60Adam David1996-07-302-5/+27
| | | | Notes: svn path=/head/; revision=3459
* Make Samba follow the freebsd /usr/local directory hierarchy properly.Paul Traina1996-07-243-45/+315
| | | | | | | | | | Logs go to /var/log, configuration files in /usr/local/etc, binaries in /usr/local/bin and /usr/local/sbin. Reviewed by: gpalmer (a long time ago) Notes: svn path=/head/; revision=3429
* Update to 0.16.4 (sigh...going to slow down now)Paul Traina1996-07-232-5/+5
| | | | Notes: svn path=/head/; revision=3428
* Upgrade to beta 0.16.1Paul Traina1996-07-222-4/+5
| | | | Notes: svn path=/head/; revision=3416
* Update to current versionPaul Traina1996-07-153-5/+5
| | | | Notes: svn path=/head/; revision=3391
* Typo in MAINTAINER (was MAINTAINE).Satoshi Asami1996-07-121-2/+2
| | | | Notes: svn path=/head/; revision=3381
* Typo in master site path.Satoshi Asami1996-07-121-2/+2
| | | | | | | Submitted by: chuckr Notes: svn path=/head/; revision=3379
* added gatekeeper as first master ftp siteAndreas Klemm1996-07-111-2/+3
| | | | Notes: svn path=/head/; revision=3372