diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2002-05-20 19:01:51 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2002-05-20 19:01:51 +0000 |
commit | 39a81fb91987b1862b749bed3ccfc63bbe345b64 (patch) | |
tree | 7c6b0b69a764bf591fc7a7d59f0d2002920f11d7 | |
parent | Remove xine_mms_plugin. (diff) |
. 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
Notes
Notes:
svn path=/head/; revision=59556
-rw-r--r-- | net/dgd/Makefile | 8 | ||||
-rw-r--r-- | net/dgd/distinfo | 2 | ||||
-rw-r--r-- | net/dgd/files/patch-aa | 14 | ||||
-rw-r--r-- | net/dgd/pkg-descr | 11 |
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/ |