summaryrefslogtreecommitdiffstats
path: root/net/dgd-net
Commit message (Collapse)AuthorAgeFilesLines
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* The "p" in "1.1p6" means "patch" or "patchlevel", so they should beasami2000-04-151-1/+1
| | | | | converted to "1.1.6", not "1.1.p6" (which usually means "1.1 prerelease 6").
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-091-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* expr -> ${EXPR}mharo1999-08-281-6/+6
| | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR}
* ln -> ${LN}mharo1999-08-281-2/+2
|
* grep -> ${GREP}mharo1999-08-231-2/+2
| | | | | true -> ${TRUE} false -> ${FALSE}
* chmod -> ${CHMOD}mharo1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* version 1.1p6adam1998-07-203-21/+16
|
* hmm, I committed this 4 hours ago, wonder what happenedadam1998-03-212-3/+5
|
* missed from previous commitadam1997-07-311-0/+1
|
* 1.1p3 --> 1.1p4adam1997-07-311-5/+8
| | | | master site moved
* 1.1p2 --> 1.1p3adam1997-07-012-4/+6
|
* 1.1 --> 1.1p2adam1997-06-132-3/+7
|
* 1.0.104 --> 1.1adam1997-04-153-34/+41
|
* Correct some really embarrassing typos in critical locations.adam1997-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 filesetsadam1997-03-102-7/+6
|
* --> 1.0.102adam1997-03-043-6/+14
|
* 1.0.99 --> 1.0.100adam1997-02-192-4/+6
|
* 1.0.98 --> 1.0.99adam1997-01-282-2/+4
|
* 1.0.97 --> 1.0.98adam1997-01-112-3/+7
|
* get the patch to behaveadam1997-01-081-2/+1
|
* use URL file syntaxadam1997-01-081-5/+7
| | | | added backup distribution site
* + regexpsadam1997-01-031-1/+1
|
* added kfuns regexp_compile() and regexp_match()adam1997-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 != WRKDIRadam1997-01-021-2/+2
|
* checksum changed, as did patch destinationadam1997-01-012-2/+5
|
* 1.0.93 --> 1.0.97adam1996-12-262-3/+11
|
* Enclose the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED and BROKENmax1996-12-081-3/+3
| | | | in double-quotes.
* update supplementary docsadam1996-12-031-13/+23
|
* Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toasami1996-11-301-4/+4
| | | | changes made in rev. 1.232 of bsd.port.mk.
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-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.93adam1996-11-133-107/+40
| | | | updated PLIST
* 1.0.90- --> 1.0.9adam1996-11-062-3/+5
|
* 1.0.86 --> 1.0.90-adam1996-11-012-3/+11
|
* distfile changedadam1996-10-302-4/+4
|
* 1.0.84 --> 1.0.86adam1996-10-262-5/+12
| | | | tidied Makefile
* 1.0.83 --> 1.0.84adam1996-10-252-6/+8
|
* last minute change to master patchfileadam1996-10-241-1/+1
|
* oops, stale fileadam1996-10-241-1/+1
|
* 1.0.63 --> 1.0.83adam1996-10-242-7/+59
| | | | warning: dumpfile format changed
* distribution files changedadam1996-08-162-16/+4
|
* typo in filenameadam1996-08-132-3/+3
|
* version 1.0.63adam1996-08-102-3/+7
|
* there was an extra fileadam1996-08-021-1/+0
|
* version 1.0.61adam1996-07-312-5/+16
|
* workaround bogus diff in distribution patchfileadam1996-07-301-2/+15
|
* This is the networking-enhanced version of DGD.adam1996-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.
OpenPOWER on IntegriCloud