Upgrade to DGD 1.0.9.1
This commit is contained in:
parent
7622771fee
commit
e8f02048f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1121
4 changed files with 15 additions and 19 deletions
|
@ -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
|
||||
|
|
|
@ -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=
|
||||
|
|
|
@ -1 +1 @@
|
|||
Dworkin's Game Driver (MUD server), version 1.0.8.
|
||||
Dworkin's Generic Driver (network server)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue