summaryrefslogtreecommitdiff
path: root/net/dgd-lpmud (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Set the permissions on the mudlib correctly now that pkg-install noGreg Lewis2003-09-031-0/+2
| | | | | | | longer does. Notes: svn path=/head/; revision=88409
* . Use the correct UID for the mud user.Greg Lewis2003-09-031-14/+2
| | | | | | | | . Don't setup ${DATADIR} and in particular don't set the home directory of the mud user to ${DATADIR} (but rather /nonexistent). Notes: svn path=/head/; revision=88403
* . . Make this port act more like a standard FreeBSD port:Greg Lewis2003-08-297-714/+807
| | | | | | | | | | | | | | | | | | | | | . 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. Notes: svn path=/head/; revision=87998
* . Add $FreeBSD$Greg Lewis2003-08-292-1/+4
| | | | Notes: svn path=/head/; revision=87997
* . Use fgets(3) rather than gets(3).Greg Lewis2003-08-291-1/+2
| | | | | | | . Add $FreeBSD$. Notes: svn path=/head/; revision=87996
* de-pkg-commentGreg Lewis2003-02-272-1/+1
| | | | Notes: svn path=/head/; revision=76586
* . Remove a MASTER_SITE that hasn't been responding for a while.Greg Lewis2002-08-051-1/+1
| | | | | | | | . As this leaves us with only one MASTER_SITE, mirror the distfile locally (i.e. MASTER_SITE_LOCAL). Notes: svn path=/head/; revision=64065
* Remove an entry from MASTER_SITES that doesn't appear to have workedGreg Lewis2002-07-071-2/+1
| | | | | | | | | for almost 3 years! Submitted by: portsurvey Notes: svn path=/head/; revision=62613
* Really fix the packing list. There is some issue with respect toGreg Lewis2002-06-171-1/+2
| | | | | | | | | including files which DGD generates, but they will always be there if the mud has been started and even if it hasn't they only generate a warning. Notes: svn path=/head/; revision=61400
* . Rejig the packing list so the PKG_ARGS redefinition in the MakefileGreg Lewis2002-06-172-602/+646
| | | | | | | | | | | | | | | is no longer necessary. Also, create and remove directories which are initially empty but necessary for normal mud operation. . Take maintainership. . Install an example of the ACCESS.ALLOW and ACCESS.DENY files and adjust the installation process to take account of the new packing list (which it uses). Still to address is the issue of the mud setting up its own directory. This needs to be addressed in the context of the server port (net/dgd). Notes: svn path=/head/; revision=61399
* Make the mud configuration and start up scripts respect PREFIX.Greg Lewis2002-06-172-2/+15
| | | | Notes: svn path=/head/; revision=61398
* Unbreak the packing list for this port. As the list of files toGreg Lewis2002-06-171-8/+1
| | | | | | | | | | | | | | | install for the port is generated from the packing list, this also unbreaks the port (a critical file was not installed, meaning the mud couldn't be started). In particular: . Don't include empty directories (these will be addressed in a later commit). . Don't include non-existent files. . Do include a critical header file, namely auto.h without which the mud cannot start. Notes: svn path=/head/; revision=61397
* Turn Adam David's ports loose. Look out, world!Trevor Johnson2001-08-181-1/+1
| | | | | | | Approved by: adam Notes: svn path=/head/; revision=46420
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-3/+3
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+2
| | | | Notes: svn path=/head/; revision=27423
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* grep -> ${GREP}Michael Haro1999-08-231-2/+2
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* fix this so it installsAdam David1997-09-172-2/+2
| | | | Notes: svn path=/head/; revision=7938
* first round of fixing thisAdam David1997-09-171-0/+1
| | | | Notes: svn path=/head/; revision=7937
* distfile movedAdam David1997-08-102-3/+4
| | | | | | | Submitted by: Bill Fenner's distfile checker Notes: svn path=/head/; revision=7520
* preconfigure the run filesAdam David1997-01-161-0/+44
| | | | Notes: svn path=/head/; revision=5369
* WRKDIR != WRKSRCAdam David1997-01-161-2/+2
| | | | Notes: svn path=/head/; revision=5368
* use URL file syntaxAdam David1997-01-081-2/+3
| | | | | | | added backup distribution site Notes: svn path=/head/; revision=5263
* had become out of sync with realityAdam David1997-01-082-51/+1
| | | | Notes: svn path=/head/; revision=5261
* had gotten out of sync with realityAdam David1997-01-081-2/+2
| | | | Notes: svn path=/head/; revision=5260
* Enclose the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED and BROKENMasafumi Max NAKANE1996-12-081-3/+3
| | | | | | | in double-quotes. Notes: svn path=/head/; revision=4891
* Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toSatoshi Asami1996-11-301-1/+1
| | | | | | | changes made in rev. 1.232 of bsd.port.mk. Notes: svn path=/head/; revision=4733
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+3
| | | | Notes: svn path=/head/; revision=4575
* updated for dgd >= 1.0.91Adam David1996-11-064-9/+8
| | | | Notes: svn path=/head/; revision=4321
* reflect the legal status more accuratelyAdam David1996-10-311-3/+3
| | | | Notes: svn path=/head/; revision=4222
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* NO_CDROM= depends on DGD, which is NO_CDROMAdam David1996-06-191-1/+4
| | | | | | | RESTRICTED= no monetary gain Notes: svn path=/head/; revision=3255
* tuck distribution file tidily away in subdirectoryAdam David1996-06-171-1/+2
| | | | Notes: svn path=/head/; revision=3245
* added doc/kfun linkAdam David1996-06-172-1/+3
| | | | Notes: svn path=/head/; revision=3243
* minor cosmeticsAdam David1996-06-171-2/+2
| | | | Notes: svn path=/head/; revision=3242
* missing from distribution fileAdam David1996-06-161-0/+147
| | | | Notes: svn path=/head/; revision=3237
* distribution file changedAdam David1996-06-164-38/+16
| | | | Notes: svn path=/head/; revision=3236
* name all filesAdam David1996-06-161-1/+597
| | | | Notes: svn path=/head/; revision=3235
* install for real when making a packageAdam David1996-06-161-10/+4
| | | | Notes: svn path=/head/; revision=3234
* add myself as maintainerAdam David1996-03-191-1/+3
| | | | Notes: svn path=/head/; revision=2856
* Just a little newline.Satoshi Asami1996-02-291-1/+2
| | | | Notes: svn path=/head/; revision=2757
* patches required by recent upgrade of DGDAdam David1996-02-124-6/+25
| | | | Notes: svn path=/head/; revision=2710
* Shorten category names.Satoshi Asami1995-11-261-2/+2
| | | | Notes: svn path=/head/; revision=2471
* oops, forgot 2 files last timeAdam David1995-10-251-0/+7
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=2365
* Previously broken port now builds, may be enabled in net/Makefile now.Adam David1995-10-257-9/+99
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=2364
* Remove NCFTPFLAGS, ncftp defaults changedAndrey A. Chernov1995-04-161-2/+1
| | | | Notes: svn path=/head/; revision=1402
* Update of net Makefiles! Am I done? :)Satoshi Asami1995-04-151-5/+7
| | | | Notes: svn path=/head/; revision=1363
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-0/+1
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267