Index: head/net/dgd-lpmud/Makefile =================================================================== --- head/net/dgd-lpmud/Makefile (revision 2709) +++ head/net/dgd-lpmud/Makefile (revision 2710) @@ -1,30 +1,35 @@ # New ports collection makefile for: dgd-lpmud # Version required: 2.4.5 # Date created: 10 November 1994 # Whom: adam # -# $Id: Makefile,v 1.5 1995/10/25 14:37:39 adam Exp $ +# $Id: Makefile,v 1.6 1995/11/26 12:20:10 asami Exp $ # DISTNAME= dgd-lpmud PKGNAME= dgd-lpmud-2.4.5 CATEGORIES+= net devel games MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \ ftp://ftp.lysator.liu.se/pub/lpmud/mudlibs/other/ DISTFILES= sim-2.4.5.tar.gz 2.4.5.tar.gz +PATCH_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ +PATCHFILES= sim-diffs RUN_DEPENDS= ${PREFIX}/dgd/bin/driver:${PORTSDIR}/net/dgd NO_WRKSUBDIR= PKG_ARGS= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \ -p ${PREFIX}/dgd # -r ${PKGDIR}/REQ + +pre-patch: + @cd ${WRKDIR}; patch -s <2.4.5/diffs; mv 2.4.5/dgd . do-build: @cd ${WRKDIR}/bin; make do-install: @tar -C ${WRKDIR} -cf - `grep '^[a-z]' pkg/PLIST` \ | tar -C ${PREFIX}/dgd -xpf - .include Property changes on: head/net/dgd-lpmud/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/dgd-lpmud/distinfo =================================================================== --- head/net/dgd-lpmud/distinfo (revision 2709) +++ head/net/dgd-lpmud/distinfo (revision 2710) @@ -1,2 +1,3 @@ MD5 (sim-2.4.5.tar.gz) = e2a4fec5fc457f959ca74c96c4052d1b MD5 (2.4.5.tar.gz) = a7957ff0c0f544b773a1fd41f13ce520 +MD5 (sim-diffs) = fb6f922e5662a1dfbad0362ae30586b8 Property changes on: head/net/dgd-lpmud/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/dgd-lpmud/files/patch-ab =================================================================== --- head/net/dgd-lpmud/files/patch-ab (revision 2709) +++ head/net/dgd-lpmud/files/patch-ab (revision 2710) @@ -1,51 +1,65 @@ *** 2.4.5/lpmud.old Fri Oct 20 19:09:05 1995 --- 2.4.5/lpmud Fri Oct 20 19:09:49 1995 *************** *** 1,6 **** telnet_port = 6047; /* telnet port number */ binary_port = 6048; /* binary port number */ ! directory = "/usr/local/mud/lib"; /* base directory (MUST be absolute) */ users = 40; /* max # of users */ editors = 41; /* max # of editor sessions */ ed_tmpfile = "../tmp/ed"; /* proto editor tmpfile */ --- 1,6 ---- telnet_port = 6047; /* telnet port number */ binary_port = 6048; /* binary port number */ ! directory = "/usr/local/dgd/lpmud-2.4.5"; /* base directory (MUST be absolute) */ users = 40; /* max # of users */ editors = 41; /* max # of editor sessions */ ed_tmpfile = "../tmp/ed"; /* proto editor tmpfile */ +*************** +*** 20,30 **** + driver_object = "/dgd/sys/driver"; /* driver object */ + create = "_F_create"; /* name of create function */ + +- value_stack = 950; /* value stack */ +- reserved_vstack = 50; /* reserved function call stack */ +- call_stack = 40; /* function call stack */ +- reserved_cstack = 10; /* reserved function call stack */ +- max_cost = 200000; /* max execution cost */ + array_size = 1000; /* max array size */ + objects = 1000; /* max # of objects */ + call_outs = 1200; /* max # of call_outs */ +--- 20,25 ---- *** 2.4.5/rundgd.old Fri Oct 20 21:42:34 1995 --- 2.4.5/rundgd Fri Oct 20 21:48:49 1995 *************** *** 1,10 **** #!/bin/sh passwd=HNAMEPASS while true do ! mv 2.4.5/lpmud.log 2.4.5/lpmud.log.old ! date > 2.4.5/lpmud.log ! hname 6047 $passwd & ! src/a.out src/lpmud >> 2.4.5/lpmud.log 2>&1 done > /dev/null 2>&1 --- 1,11 ---- #!/bin/sh passwd=HNAMEPASS + cd /usr/local/dgd while true do ! mv lpmud-2.4.5/lpmud.log lpmud-2.4.5/lpmud.log.old ! date > lpmud-2.4.5/lpmud.log ! ./bin/hname 6047 $passwd & ! ./bin/driver lpmud >> lpmud-2.4.5/lpmud.log 2>&1 done > /dev/null 2>&1 *** 2.4.5/Copyright.old Fri Oct 20 22:40:15 1995 --- 2.4.5/Copyright Fri Oct 20 22:41:47 1995 *************** *** 1 **** ! The 2.4.5 simulation is released into the public domain. --- 1,2 ---- ! The 2.4.5 simulation is released into the public domain by author, ! Felix A. Croes. Property changes on: head/net/dgd-lpmud/files/patch-ab ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/dgd-lpmud/scripts/configure =================================================================== --- head/net/dgd-lpmud/scripts/configure (revision 2709) +++ head/net/dgd-lpmud/scripts/configure (revision 2710) @@ -1,12 +1,11 @@ cd ${WRKDIR} -patch -s <2.4.5/diffs find . -name '*.orig' -or -name '*.i' | xargs rm -rm -r ACCESS.* OBJ_DUMP doc/previous_object *.log log 2.4.5/diff* -mv 2.4.5/Copyright 2.4.5/dgd -mv 2.4.5/dgd 2.4.5/lpmud . -cp -pr 2.4.5/doc . && rm -r 2.4.5/doc +mv 2.4.5/doc/LPC/closures doc/LPC +rm -r ACCESS.* OBJ_DUMP doc/previous_object *.log log 2.4.5/diff* 2.4.5/doc +mv 2.4.5/Copyright dgd +mv 2.4.5/lpmud . mkdir -p lpmud-2.4.5/log; mv [A-Za-km-z]* lpmud-2.4.5 mkdir -p bin; mv 2.4.5/hname.c 2.4.5/convert.c bin cp ${FILESDIR}/Makefile.bin bin/Makefile cp ${FILESDIR}/Copyright.lp lpmud-2.4.5/Copyright mv 2.4.5/rundgd runlpmud Property changes on: head/net/dgd-lpmud/scripts/configure ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property