Date: Fri, 29 Aug 2003 11:40:03 -0700 (PDT) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dgd-lpmud Makefile pkg-deinstall pkg-install pkg-plist ports/net/dgd-lpmud/files dgd-lpmud.sh patch-ab ports/net/dgd-lpmud/scripts configure Message-ID: <200308291840.h7TIe3LV045127@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glewis 2003/08/29 11:40:03 PDT FreeBSD ports repository Modified files: net/dgd-lpmud Makefile pkg-plist net/dgd-lpmud/files patch-ab Added files: net/dgd-lpmud pkg-deinstall pkg-install net/dgd-lpmud/files dgd-lpmud.sh Removed files: net/dgd-lpmud/scripts configure Log: . . Make this port act more like a standard FreeBSD port: . Don't install everything in ${PREFIX}/dgd instead place the executables, docs and configuration in the standard places and place the mudlib in DATADIR. . Don't use the packing list as a list of things to install. . Fix up the configuration file to point to the install locations. . Add a sample rc script which can be used to start and stop dgd with this mudlib (need a 5.x RCng version as well). . Create a user to run the dgd service as (this is the same user as used by the net/dgd port). . More standard Makefile. . Add a post-extract target which removes the need for do-build. . Add a do-configure target and remove the obsolete configure script. . Remove devel from CATEGORIES, it really doesn't belong. This port should really just be in games, but thats another story. . Catch up dependencies with changes to net/dgd. Revision Changes Path 1.31 +44 -18 ports/net/dgd-lpmud/Makefile 1.1 +33 -0 ports/net/dgd-lpmud/files/dgd-lpmud.sh (new) 1.9 +15 -44 ports/net/dgd-lpmud/files/patch-ab 1.1 +15 -0 ports/net/dgd-lpmud/pkg-deinstall (new) 1.1 +49 -0 ports/net/dgd-lpmud/pkg-install (new) 1.10 +651 -634 ports/net/dgd-lpmud/pkg-plist 1.9 +0 -18 ports/net/dgd-lpmud/scripts/configure (dead)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308291840.h7TIe3LV045127>