summaryrefslogtreecommitdiffstats
path: root/net/dgd
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1995-03-10 18:52:49 +0000
committeradam <adam@FreeBSD.org>1995-03-10 18:52:49 +0000
commite07e0bb0506bb145a0c5c9d55e3a56f1f876feb4 (patch)
tree2fb22916a39fdf67e9d70b4046605572e89a91c1 /net/dgd
parent7512d3178173fff3ebcf6f56a3a968162cd1d942 (diff)
downloadFreeBSD-ports-e07e0bb0506bb145a0c5c9d55e3a56f1f876feb4.zip
FreeBSD-ports-e07e0bb0506bb145a0c5c9d55e3a56f1f876feb4.tar.gz
Upgrade to DGD 1.0.9.1
Diffstat (limited to 'net/dgd')
-rw-r--r--net/dgd/Makefile8
-rw-r--r--net/dgd/files/patch-aa16
-rw-r--r--net/dgd/pkg-comment2
-rw-r--r--net/dgd/pkg-descr8
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
OpenPOWER on IntegriCloud