summaryrefslogtreecommitdiff
path: root/net/dgd-net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
|
* expr -> ${EXPR}Michael Haro1999-08-281-6/+6
| | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR}
* ln -> ${LN}Michael Haro1999-08-281-2/+2
|
* grep -> ${GREP}Michael Haro1999-08-231-2/+2
| | | | | true -> ${TRUE} false -> ${FALSE}
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* version 1.1p6Adam David1998-07-203-21/+16
|
* hmm, I committed this 4 hours ago, wonder what happenedAdam David1998-03-212-3/+5
|
* missed from previous commitAdam David1997-07-311-0/+1
|
* 1.1p3 --> 1.1p4Adam David1997-07-311-5/+8
| | | | master site moved
* 1.1p2 --> 1.1p3Adam David1997-07-012-4/+6
|
* 1.1 --> 1.1p2Adam David1997-06-132-3/+7
|
* 1.0.104 --> 1.1Adam David1997-04-153-34/+41
|
* Correct some really embarrassing typos in critical locations.Adam David1997-03-142-3/+3
| | | | | | I'm trusting that this needs no approval during ports freeze because these packages are not built automatically, so therefore this is not treading on Satoshi's toes.
* changes in distribution filesetsAdam David1997-03-102-7/+6
|
* --> 1.0.102Adam David1997-03-043-6/+14
|
* 1.0.99 --> 1.0.100Adam David1997-02-192-4/+6
|
* 1.0.98 --> 1.0.99Adam David1997-01-282-2/+4
|
* 1.0.97 --> 1.0.98Adam David1997-01-112-3/+7
|
* get the patch to behaveAdam David1997-01-081-2/+1
|
* use URL file syntaxAdam David1997-01-081-5/+7
| | | | added backup distribution site
* + regexpsAdam David1997-01-031-1/+1
|
* added kfuns regexp_compile() and regexp_match()Adam David1997-01-033-12/+568
| | | | | this is the LPC interface to GNU regexp by Robert Leslie <rob@ccs.neu.edu> and is used by the upcoming dgd-lpmoo port
* duh braino, WRKSRC != WRKDIRAdam David1997-01-021-2/+2
|
* checksum changed, as did patch destinationAdam David1997-01-012-2/+5
|
* 1.0.93 --> 1.0.97Adam David1996-12-262-3/+11
|
* Enclose the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED and BROKENMasafumi Max NAKANE1996-12-081-3/+3
| | | | in double-quotes.
* update supplementary docsAdam David1996-12-031-13/+23
|
* Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toSatoshi Asami1996-11-301-4/+4
| | | | changes made in rev. 1.232 of bsd.port.mk.
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* 1.0.91- --> 1.0.93Adam David1996-11-133-107/+40
| | | | updated PLIST
* 1.0.90- --> 1.0.9Adam David1996-11-062-3/+5
|
* 1.0.86 --> 1.0.90-Adam David1996-11-012-3/+11
|
* distfile changedAdam David1996-10-302-4/+4
|
* 1.0.84 --> 1.0.86Adam David1996-10-262-5/+12
| | | | tidied Makefile
* 1.0.83 --> 1.0.84Adam David1996-10-252-6/+8
|
* last minute change to master patchfileAdam David1996-10-241-1/+1
|
* oops, stale fileAdam David1996-10-241-1/+1
|
* 1.0.63 --> 1.0.83Adam David1996-10-242-7/+59
| | | | warning: dumpfile format changed
* distribution files changedAdam David1996-08-162-16/+4
|
* typo in filenameAdam David1996-08-132-3/+3
|
* version 1.0.63Adam David1996-08-102-3/+7
|
* there was an extra fileAdam David1996-08-021-1/+0
|
* version 1.0.61Adam David1996-07-312-5/+16
|
* workaround bogus diff in distribution patchfileAdam David1996-07-301-2/+15
|
* This is the networking-enhanced version of DGD.Adam David1996-06-189-0/+270
The following additional functionality is provided: send and receive udp datagrams initiate tcp and telnet connections listen on any number of ports for incoming connections This is a separate version because sites not requiring these features can use the other version and not need to concern themselves with the network security issues. Also the programming semantics for network communication are somewhat different in the two versions.