From owner-cvs-ports@FreeBSD.ORG Fri Aug 29 11:40:08 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BA5216A4BF; Fri, 29 Aug 2003 11:40:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 858CA43FE0; Fri, 29 Aug 2003 11:40:03 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7TIe30U045128; Fri, 29 Aug 2003 11:40:03 -0700 (PDT) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7TIe3LV045127; Fri, 29 Aug 2003 11:40:03 -0700 (PDT) Message-Id: <200308291840.h7TIe3LV045127@repoman.freebsd.org> From: Greg Lewis Date: Fri, 29 Aug 2003 11:40:03 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2003 18:40:08 -0000 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)