Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-08 | Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is | Satoshi Asami | |
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. | |||
2000-04-15 | The "p" in "1.1p6" means "patch" or "patchlevel", so they should be | Satoshi Asami | |
converted to "1.1.6", not "1.1.p6" (which usually means "1.1 prerelease 6"). | |||
2000-04-09 | Update with the new PORTNAME/PORTVERSION variables | Chris Piazza | |
1999-08-30 | $Id$ -> $FreeBSD$ | Peter Wemm | |
1999-08-28 | expr -> ${EXPR} | Michael Haro | |
mv -> ${MV} rm -> ${RM} tr -> ${TR} | |||
1999-08-28 | ln -> ${LN} | Michael Haro | |
1999-08-23 | grep -> ${GREP} | Michael Haro | |
true -> ${TRUE} false -> ${FALSE} | |||
1999-08-22 | chmod -> ${CHMOD} | Michael Haro | |
chown -> ${CHOWN} | |||
1998-07-20 | version 1.1p6 | Adam David | |
1998-03-21 | hmm, I committed this 4 hours ago, wonder what happened | Adam David | |
1997-07-31 | missed from previous commit | Adam David | |
1997-07-31 | 1.1p3 --> 1.1p4 | Adam David | |
master site moved | |||
1997-07-01 | 1.1p2 --> 1.1p3 | Adam David | |
1997-06-13 | 1.1 --> 1.1p2 | Adam David | |
1997-04-15 | 1.0.104 --> 1.1 | Adam David | |
1997-03-14 | Correct some really embarrassing typos in critical locations. | Adam David | |
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. | |||
1997-03-10 | changes in distribution filesets | Adam David | |
1997-03-04 | --> 1.0.102 | Adam David | |
1997-02-19 | 1.0.99 --> 1.0.100 | Adam David | |
1997-01-28 | 1.0.98 --> 1.0.99 | Adam David | |
1997-01-11 | 1.0.97 --> 1.0.98 | Adam David | |
1997-01-08 | get the patch to behave | Adam David | |
1997-01-08 | use URL file syntax | Adam David | |
added backup distribution site | |||
1997-01-03 | + regexps | Adam David | |
1997-01-03 | added kfuns regexp_compile() and regexp_match() | Adam David | |
this is the LPC interface to GNU regexp by Robert Leslie <rob@ccs.neu.edu> and is used by the upcoming dgd-lpmoo port | |||
1997-01-02 | duh braino, WRKSRC != WRKDIR | Adam David | |
1997-01-01 | checksum changed, as did patch destination | Adam David | |
1996-12-26 | 1.0.93 --> 1.0.97 | Adam David | |
1996-12-08 | Enclose the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED and BROKEN | Masafumi Max NAKANE | |
in double-quotes. | |||
1996-12-03 | update supplementary docs | Adam David | |
1996-11-30 | Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds to | Satoshi Asami | |
changes made in rev. 1.232 of bsd.port.mk. | |||
1996-11-18 | Compress a bunch of manpages. Remove unnecessary @ directives from | Satoshi Asami | |
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. | |||
1996-11-13 | 1.0.91- --> 1.0.93 | Adam David | |
updated PLIST | |||
1996-11-06 | 1.0.90- --> 1.0.9 | Adam David | |
1996-11-01 | 1.0.86 --> 1.0.90- | Adam David | |
1996-10-30 | distfile changed | Adam David | |
1996-10-26 | 1.0.84 --> 1.0.86 | Adam David | |
tidied Makefile | |||
1996-10-25 | 1.0.83 --> 1.0.84 | Adam David | |
1996-10-24 | last minute change to master patchfile | Adam David | |
1996-10-24 | oops, stale file | Adam David | |
1996-10-24 | 1.0.63 --> 1.0.83 | Adam David | |
warning: dumpfile format changed | |||
1996-08-16 | distribution files changed | Adam David | |
1996-08-13 | typo in filename | Adam David | |
1996-08-10 | version 1.0.63 | Adam David | |
1996-08-02 | there was an extra file | Adam David | |
1996-07-31 | version 1.0.61 | Adam David | |
1996-07-30 | workaround bogus diff in distribution patchfile | Adam David | |
1996-06-18 | This is the networking-enhanced version of DGD. | Adam David | |
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. |