aboutsummaryrefslogtreecommitdiff
path: root/net/dgd-lpmud
Commit message (Collapse)AuthorAgeFilesLines
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-6/+4
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Remove deprecated @dirrmPawel Pekala2016-02-032-38/+8
| | | | | | | | | | | | | - Creating kfun link and tmp directory is already done in post-install target there's no need to do it with @exec in pkg-plist again - Use options helper PR: 206377 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=407975
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-228-16/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Rename net/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-292-4/+4
| | | | | | | | Approve by: portmgr (not really, but one of these is modifying an unstaged port) Notes: svn path=/head/; revision=363285
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360664
* . Fix mudlib ownership for staging.Greg Lewis2014-05-292-3/+5
| | | | Notes: svn path=/head/; revision=355701
* . Add staging support and remove NO_STAGE.Greg Lewis2014-05-291-18/+17
| | | | Notes: svn path=/head/; revision=355696
* net/dgd-lpmud: fix LEGAL restrictionsEitan Adler2014-03-111-1/+2
| | | | | | | | | | According to the port's Makefile the source code and resulting binaries may not be used for monetary gain. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=347943
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* . s/function/funcname/ where function was used as a variable name sinceGreg Lewis2011-08-035-5/+178
| | | | | | | | it's potentially a reserved word with newer versions of DGD. . Bump PORTREVISION for this change. Notes: svn path=/head/; revision=278846
* . Fix Harry.Greg Lewis2011-05-302-1/+19
| | | | Notes: svn path=/head/; revision=274793
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* . Convert from RESTRICTED to NO_PACKAGE as that appears much closer to whatGreg Lewis2011-01-251-1/+1
| | | | | | | | | | the licensing restriction implies. Feature safe: yes Discussed with: linimon Notes: svn path=/head/; revision=268205
* . The main dgd port already creates the 'mud' user and group, so don'tGreg Lewis2010-04-043-55/+0
| | | | | | | repeat that in the pkg-{de}install scripts here. Notes: svn path=/head/; revision=252177
* . Use the official distribution for DGD 1.4, reducing the amount ofGreg Lewis2010-03-244-117/+10
| | | | | | | patching needed to get 2.4.5 working with it. Notes: svn path=/head/; revision=251425
* . Make this work with dgd 1.4.1.Greg Lewis2010-03-072-8/+49
| | | | | | | . Make it work with dgd having the networking kfuns turned on. Notes: svn path=/head/; revision=250642
* . Make this work with DGD 1.3.Greg Lewis2009-07-067-13/+138
| | | | | | | | | | . Fix some portlint warnings. . Fix some compilation warnings. . Make deinstall work a little better after the mud has been started and someone has logged in. Notes: svn path=/head/; revision=237225
* NO_PACKAGE is not appropriate hereKris Kennaway2006-09-021-1/+0
| | | | Notes: svn path=/head/; revision=171948
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* . Add SHA256.Greg Lewis2005-11-161-0/+1
| | | | Notes: svn path=/head/; revision=148433
* . SIZEify.Greg Lewis2004-03-181-0/+1
| | | | | | | Submitted by: trevor (except diablo-jre13) Notes: svn path=/head/; revision=104536
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-2/+0
| | | | Notes: svn path=/head/; revision=98793
* . 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