Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2003 11:30:09 -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 Makefile pkg-deinstall pkg-install pkg-plist ports/net/dgd/files dgd.sh patch-mud.dgd
Message-ID:  <200308291830.h7TIU96a044609@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glewis      2003/08/29 11:30:08 PDT

  FreeBSD ports repository

  Modified files:
    net/dgd              Makefile pkg-plist 
  Added files:
    net/dgd              pkg-deinstall pkg-install 
    net/dgd/files        dgd.sh patch-mud.dgd 
  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 example kernel 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
      (need a 5.x RCng version as well).
    . Create a user to run the dgd service as (I'll reuse this user for
      ports of other mud drivers).
  . Add the games category as dgd is primarily used to write muds.
  . Bump PORTREVISION.
  
  Revision  Changes    Path
  1.94      +36 -3     ports/net/dgd/Makefile
  1.1       +27 -0     ports/net/dgd/files/dgd.sh (new)
  1.1       +17 -0     ports/net/dgd/files/patch-mud.dgd (new)
  1.1       +15 -0     ports/net/dgd/pkg-deinstall (new)
  1.1       +56 -0     ports/net/dgd/pkg-install (new)
  1.18      +180 -130  ports/net/dgd/pkg-plist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308291830.h7TIU96a044609>