diff options
Diffstat (limited to 'net/dgd')
-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 81ce8e6..cfa7da8 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 8887536..ceecfc6 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 8995630..d3228f7 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 f650085..0769c0f 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 |