summaryrefslogtreecommitdiff
path: root/net/dgd-net/files/patch-aa
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-17 13:12:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-17 13:12:57 +0000
commite662f2343c73ab85a09d7314be22f9f43cfa342d (patch)
tree2ada2355b19b4c0f293e53f53cf6c2a16708548c /net/dgd-net/files/patch-aa
parent- Update to 5.22 (diff)
- Update to 1.2
- Take maintainership PR: ports/108236 Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Notes
Notes: svn path=/head/; revision=187571
Diffstat (limited to 'net/dgd-net/files/patch-aa')
-rw-r--r--net/dgd-net/files/patch-aa97
1 files changed, 41 insertions, 56 deletions
diff --git a/net/dgd-net/files/patch-aa b/net/dgd-net/files/patch-aa
index 880687e6cce5..3fb3a9a76b7d 100644
--- a/net/dgd-net/files/patch-aa
+++ b/net/dgd-net/files/patch-aa
@@ -1,56 +1,41 @@
---- Makefile.orig Sat Dec 15 14:14:50 2001
-+++ Makefile Sat Dec 15 14:17:42 2001
-@@ -6,19 +6,21 @@
- DEBUG=
- CCFLAGS=-O2 $(DEFINES) $(DEBUG)
- CFLAGS= -I. -Icomp -Ilex -Ied -Ikfun $(CCFLAGS)
--LDFLAGS=
--LIBS=
--CC= gcc
-+LDFLAGS= -s
-+LIBS= -lcrypt -lgnuregex
-+CC?= cc
- LD= $(CC)
- DMAKE= make
- BIN= ../bin
-
- OBJ= alloc.o error.o hash.o swap.o str.o array.o object.o data.o path.o \
-- editor.o comm.o call_out.o interpret.o config.o dgd.o
-+ editor.o comm.o call_out.o interpret.o config.o dgd.o rgx.o
- EDOBJ= alloc.o error.o
- LEXOBJ= alloc.o hash.o
- COMPOBJ=alloc.o error.o hash.o path.o str.o array.o object.o data.o \
-- interpret.o config.o
-+ interpret.o config.o rgx.o
-+
-+all: a.out comp/a.out
-
- a.out: $(OBJ) always
- cd comp; $(MAKE) 'DMAKE=$(DMAKE)' 'CC=$(CC)' 'CCFLAGS=$(CCFLAGS)' dgd
-@@ -38,7 +40,11 @@
- -mv $(BIN)/driver $(BIN)/driver.old
- cp a.out $(BIN)/driver
-
--install: $(BIN)/driver
-+$(BIN)/precomp: comp/a.out
-+ -mv $(BIN)/precomp $(BIN)/precomp.old
-+ cp comp/a.out $(BIN)/precomp
-+
-+install: $(BIN)/driver $(BIN)/precomp
-
- comp.sub: $(COMPOBJ)
- @for i in $(COMPOBJ); do echo ../$$i; done > comp.sub
-@@ -54,7 +60,7 @@
-
- comp/a.out:
- cd comp; $(DMAKE) 'DMAKE=$(DMAKE)' 'CC=$(CC)' 'CCFLAGS=$(CCFLAGS)' \
-- 'LIBS=$(LIBS)' a.out
-+ 'LDFLAGS=$(LDFLAGS)' 'LIBS=$(LIBS)' a.out
-
- clean:
- rm -f a.out $(OBJ) comp.sub lex.sub ed.sub
-@@ -92,3 +98,4 @@
- call_out.o config.o dgd.o: call_out.h
- error.o comm.o call_out.o config.o dgd.o: comm.h
- config.o: version.h
-+rgx.o: str.h array.h rgx.h interpret.h
+*** ../README.FreeBSD Wed Dec 31 16:00:00 1969
+--- ../README.FreeBSD Sun Aug 28 06:43:17 1994
+***************
+*** 0 ****
+--- 1,9 ----
++ This is the core distribution of DGD, providing all the tools needed
++ to implement interactive servers, for instance MUD, IRC, WWW, etc.
++ A reference implementation of a kernel library is provided, which can
++ be further built on. Normally with DGD, there is a kernel library to
++ define the programming environment and a database library to define the
++ interaction environment.
++
++ Mudlib simulations are available for LPmud and LambdaMoo environments.
++ Other such simulations are in various stages of development.
+*** ../README.sites Wed Dec 31 16:00:00 1969
+--- ../README.sites Sun Aug 28 06:27:25 1994
+***************
+*** 0 ****
+--- 1,22 ----
++ DGD MUDs known to be open as of December 1996 are:
++
++ [LPmud and derivatives]
++ IgorMUD: [194.213.74.34] igor.algonet.se 1701 (good typical LPmud)
++ Albion MUD: [193.4.230.10] mud.veda.is 4000 (play and development)
++ Xyllomer: [131.234.10.45] mud.uni-paderborn.de 3000 (enchanting realism)
++ 3M: [192.89.182.3] mmm.megabaud.fi 6047 (M M & mushrooms)
++ DemonWorld: [194.45.175.45] ??? 3000 (roleplaying)
++ ResWorld: [164.11.100.7] tao.btc.uwe.ac.uk 2000 (fantasy)
++
++ All have a more or less medieval or fantasy theme.
++
++ [moo]
++ MirrorMOO: [129.10.114.196] mirror.ccs.neu.edu 8889 (Alice's Wonderland)
++
++ Other sites are also developing their own special mudlibs with DGD.
++
++ [other]
++ FishRoom: [199.89.234.17] kplace.monrou.com 1025 (aquaria discussion)
++
++ Ichat have developed a commercial product based on DGD, called ROOMS. For
++ further information and a list of chat sites, visit http://www.ichat.com