cvs commit: ports/net/dgd Makefile pkg-deinstall pkg-install pkg-plist ports/net/dgd/files dgd.sh patch-mud.dgd

Greg Lewis glewis at FreeBSD.org
Fri Aug 29 11:30:10 PDT 2003


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


More information about the cvs-all mailing list