aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2002-05-21 03:01:51 +0800
committerglewis <glewis@FreeBSD.org>2002-05-21 03:01:51 +0800
commitebda218036c678b7d0bdc17197c89aae52df2372 (patch)
treee002fec1a5441002b0bc1b622b1e8ab16736d32f /net
parent2c47f7a05c2562d8de99d3949d76c23ed503746e (diff)
downloadfreebsd-ports-gnome-ebda218036c678b7d0bdc17197c89aae52df2372.tar.gz
freebsd-ports-gnome-ebda218036c678b7d0bdc17197c89aae52df2372.tar.zst
freebsd-ports-gnome-ebda218036c678b7d0bdc17197c89aae52df2372.zip
. Update to 1.2p1
. Swap the order of the first two MASTER_SITEs as imaginary.com is down at the moment. . Update pkg-descr from the current README for DGD. . Take over maintainership. Reviewed by: sobomax Approved by: sobomax
Diffstat (limited to 'net')
-rw-r--r--net/dgd/Makefile8
-rw-r--r--net/dgd/distinfo2
-rw-r--r--net/dgd/files/patch-aa14
-rw-r--r--net/dgd/pkg-descr11
4 files changed, 19 insertions, 16 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index 9c66a81f4cdf..b8a0e371c54c 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= dgd
-PORTVERSION= 1.2
+PORTVERSION= 1.2p1
CATEGORIES= net lang
-MASTER_SITES= ftp://ftp.imaginary.com/pub/LPC/servers/DGD/ \
- ftp://ftp.dworkin.nl/pub/dgd/ \
+MASTER_SITES= ftp://ftp.dworkin.nl/pub/dgd/ \
+ ftp://ftp.imaginary.com/pub/LPC/servers/DGD/ \
ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \
ftp://ftp.veda.is/pub/mud/dgd/ \
ftp://ftp.dreamlabs.com/pub/mud/dgd/
@@ -19,7 +19,7 @@ PATCH_SITES= ftp://ftp.imaginary.com/pub/LPC/servers/DGD/patches/ \
ftp://ftp.veda.is/pub/mud/dgd/patches/ \
ftp://ftp.dreamlabs.com/pub/mud/dgd/patches/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= glewis@FreeBSD.org
NO_CDROM= "no distribution to corporate environment"
RESTRICTED= "license required for commercial use"
diff --git a/net/dgd/distinfo b/net/dgd/distinfo
index c581a21dce05..da20a0430c8b 100644
--- a/net/dgd/distinfo
+++ b/net/dgd/distinfo
@@ -1 +1 @@
-MD5 (dgd/dgd-1.2.tar.gz) = adc0c9f601454922d3ebf72a241b1c66
+MD5 (dgd/dgd-1.2p1.tar.gz) = a64f4138555dddb508f38eb8241d267c
diff --git a/net/dgd/files/patch-aa b/net/dgd/files/patch-aa
index 6f866c2b28bc..f2c23fef8c2f 100644
--- a/net/dgd/files/patch-aa
+++ b/net/dgd/files/patch-aa
@@ -1,5 +1,7 @@
---- Makefile.orig Wed Dec 20 02:13:29 2000
-+++ Makefile Mon Mar 12 00:27:18 2001
+$FreeBSD$
+
+--- Makefile.orig Wed Dec 20 03:13:29 2000
++++ Makefile Fri May 17 10:02:48 2002
@@ -3,13 +3,12 @@
#
HOST= NETBSD
@@ -25,7 +27,11 @@
a.out: $(OBJ) always
cd comp; $(DMAKE) 'CC=$(CC)' 'CCFLAGS=$(CCFLAGS)' dgd
cd lex; $(DMAKE) 'CC=$(CC)' 'CCFLAGS=$(CCFLAGS)' dgd
-@@ -41,7 +42,11 @@
+@@ -38,10 +39,15 @@
+ @rm -f a.out
+
+ $(BIN)/driver: a.out
++ -mkdir $(BIN)
-mv $(BIN)/driver $(BIN)/driver.old
cp a.out $(BIN)/driver
@@ -38,7 +44,7 @@
lint:
lint $(LINTFLAGS) $(CFLAGS) $(SRC)
-@@ -67,7 +72,7 @@
+@@ -67,7 +73,7 @@
comp/a.out:
cd comp; $(DMAKE) 'DMAKE=$(DMAKE)' 'CC=$(CC)' 'CCFLAGS=$(CCFLAGS)' \
diff --git a/net/dgd/pkg-descr b/net/dgd/pkg-descr
index 0769c0f34699..51769e205999 100644
--- a/net/dgd/pkg-descr
+++ b/net/dgd/pkg-descr
@@ -1,9 +1,6 @@
-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.
+DGD is a rewrite from scratch of the LPMud server. It runs on Windows, MacOS,
+BeOS and many versions of Unix.
-Please send all reports, comments and suggestions to:
+Please report bugs to <felix@dworkin.nl>.
- dworkin@hippolytos.cd.chalmers.se
+WWW: http://www.dworkin.nl/dgd/