diff options
author | Adam David <adam@FreeBSD.org> | 1995-03-10 18:52:49 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1995-03-10 18:52:49 +0000 |
commit | e8f02048f0ac40ca1c55940c9ca54fddb8c62d90 (patch) | |
tree | d36f15e837e7f1ed42ccab7e91034869c26361e4 | |
parent | patchfile was bogus. (diff) |
Upgrade to DGD 1.0.9.1
-rw-r--r-- | net/dgd/Makefile | 8 | ||||
-rw-r--r-- | net/dgd/files/patch-aa | 16 | ||||
-rw-r--r-- | net/dgd/pkg-comment | 2 | ||||
-rw-r--r-- | net/dgd/pkg-descr | 8 |
4 files changed, 15 insertions, 19 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile index 81ce8e643624..cfa7da84a57d 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -4,17 +4,15 @@ # Whom: adam # -DISTNAME= dgd-1.0.8 +DISTNAME= dgd-1.0.9 DISTFILES= ${DISTNAME}.tar.gz -PATCHFILES= 1.0.8-1.0.8.1.gz 1.0.8.1-1.0.8.2.gz 1.0.8.2-1.0.8.3.gz \ - 1.0.8.3-1.0.8.4.gz 1.0.8.4-1.0.8.5.gz 1.0.8.5-1.0.8.6.gz \ - 1.0.8.6-1.0.8.7.gz 1.0.8.7-1.0.8.8.gz +PATCHFILES= 1.0.9-1.0.9.1.gz .if defined(MASTER_SITE_OVERRIDE) PATCHSITE:= ${MASTER_SITE_OVERRIDE} .else PATCHSITE= epsilon.me.chalmers.se: -NCFTPFLAGS= -P +NCFTPFLAGS= -P -V2 .endif _PATCH_COOKIE= ${.CURDIR}/work/._patch_done PATCHLIST= ${.CURDIR}/work/.patchlist diff --git a/net/dgd/files/patch-aa b/net/dgd/files/patch-aa index 88875367e1c0..ceecfc649693 100644 --- a/net/dgd/files/patch-aa +++ b/net/dgd/files/patch-aa @@ -3,12 +3,12 @@ *************** *** 1,14 **** # - # Makefile for DGD, Dworkin's Game Driver + # Makefile for DGD, Dworkin's Generic Driver # -! HOST= SUNOS4 +! HOST= NETBSD DEFINES=-D$(HOST) -! DEBUG= -g -DDEBUG - CCFLAGS=$(DEFINES) $(DEBUG) + DEBUG= + CCFLAGS=-O2 $(DEFINES) $(DEBUG) CFLAGS= -I. -Icomp -Ilex -Ied -Ikfun $(CCFLAGS) ! LDFLAGS= ! LIBS= @@ -18,13 +18,13 @@ BIN= ../bin --- 1,16 ---- # - # Makefile for DGD, Dworkin's Game Driver + # Makefile for DGD, Dworkin's Generic Driver # ! HOST= BSD386 DEFINES=-D$(HOST) -! DEBUG= -! #DEBUG= -g -DDEBUG - CCFLAGS=$(DEFINES) $(DEBUG) + DEBUG= ++ #DEBUG= -g -DDEBUG + CCFLAGS=-O2 $(DEFINES) $(DEBUG) CFLAGS= -I. -Icomp -Ilex -Ied -Ikfun $(CCFLAGS) ! LDFLAGS= -s ! #LDFLAGS= diff --git a/net/dgd/pkg-comment b/net/dgd/pkg-comment index 899563067365..d3228f78029b 100644 --- a/net/dgd/pkg-comment +++ b/net/dgd/pkg-comment @@ -1 +1 @@ -Dworkin's Game Driver (MUD server), version 1.0.8. +Dworkin's Generic Driver (network server) diff --git a/net/dgd/pkg-descr b/net/dgd/pkg-descr index f65008515d9e..0769c0f34699 100644 --- a/net/dgd/pkg-descr +++ b/net/dgd/pkg-descr @@ -1,11 +1,9 @@ -DGD 1.0.8 ----------- - -This is Dworkin's Game Driver, a versatile general purpose MUD server. +This is Dworkin's Generic Driver, a versatile general purpose server program +for building MUDs and other network server applications. The language implementation is an improved and simplified dialect of LPC, it is suitable for simulating existing Gamedriver models, or inventing new ones. Its usefulness is not limited to the world of MUDs and MUDding. Please send all reports, comments and suggestions to: - dworkin@cd.chalmers.se + dworkin@hippolytos.cd.chalmers.se |