aboutsummaryrefslogtreecommitdiff
path: root/net/dgd
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 1.4.23Greg Lewis2021-02-212-3/+4
| | | | Notes: svn path=/head/; revision=566200
* Fix installationAntoine Brodin2017-01-041-8/+7
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=430541
* Never set WRKSRC when using USE_GITHUB.Mathieu Arnold2017-01-031-3/+2
| | | | | | | | | | | | | If you want to set WRKSRC, set GH_PROJECT instead. - The GitHub URLs are case insensitive, but the distribution files you get out of them are not. - If the repository was renamed, the old URL will still work, but the distribution name will be ith the new name. Sponsored by: Absolight Notes: svn path=/head/; revision=430490
* Cleanup $() variables in ports Makefiles.Mathieu Arnold2016-07-201-1/+1
| | | | | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight Notes: svn path=/head/; revision=418840
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-224-8/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.Mathieu Arnold2015-05-182-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386691
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373063
* Remove backslashes from single- and double-quotes in COMMENT and _DESCAdam Weinberger2014-07-231-1/+1
| | | | | | | | | strings, that were passed through rather than escaping anything. Approved by: portmgr (not really, but it touches unstaged ports) Notes: svn path=/head/; revision=362615
* . Update 1.4.22.Greg Lewis2014-04-132-3/+3
| | | | Notes: svn path=/head/; revision=351244
* - Stage supportMartin Wilke2014-02-211-17/+12
| | | | Notes: svn path=/head/; revision=345300
* . Update to 1.4.21.Greg Lewis2014-02-022-3/+3
| | | | Notes: svn path=/head/; revision=342340
* Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338513
* 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
* . Update to 1.4.20.Greg Lewis2013-08-034-19/+31
| | | | Notes: svn path=/head/; revision=324201
* . Update to 1.4.19.Greg Lewis2013-03-093-118/+16
| | | | Notes: svn path=/head/; revision=313739
* . Update make includes for OptionsNG.Greg Lewis2012-11-191-2/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307551
* . Migrate to OptionsNG.Greg Lewis2012-11-191-6/+8
| | | | | | | | Reminded by: jgh@ Feature safe: yes Notes: svn path=/head/; revision=307550
* . Update to 1.4.18.Greg Lewis2012-11-184-41/+135
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307547
* . Update MASTER_SITES to reflect the move from sourceforge to github.Greg Lewis2012-10-181-2/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306042
* . Update to 1.4.15.Greg Lewis2012-09-023-7/+6
| | | | Notes: svn path=/head/; revision=303575
* . Update to 1.4.14.Greg Lewis2012-04-252-3/+3
| | | | Notes: svn path=/head/; revision=295506
* . Update to 1.4.13.Greg Lewis2012-04-152-3/+3
| | | | Notes: svn path=/head/; revision=294871
* . Rely on standard mechanisms of creating/deleting groups and users for theGreg Lewis2011-08-143-57/+3
| | | | | | | | | port rather than the port having it's own way of doing this (which admittedly pre-dated the standard mechanisms and was "standard" at the time). Notes: svn path=/head/; revision=279720
* . Update to 1.4.11.Greg Lewis2011-08-035-17/+24
| | | | | | | . Add an OPTIONS setting to turn on function pointer support. Notes: svn path=/head/; revision=278847
* . Update to 1.4.8.Greg Lewis2011-05-293-14/+17
| | | | Notes: svn path=/head/; revision=274788
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* . Update to 1.4.5.Greg Lewis2010-10-033-12/+20
| | | | Notes: svn path=/head/; revision=262359
* . Update to 1.4.3.Greg Lewis2010-04-253-4/+17
| | | | | | | | . Allow the dgd-lpmud port to continue working by allowing the driver object to open ports when the networking extensions are enabled. Notes: svn path=/head/; revision=253248
* . Update to 1.4.2.Greg Lewis2010-04-043-27/+4
| | | | Notes: svn path=/head/; revision=252178
* . Split the kernel mudlib out of the main dgd port and into its ownGreg Lewis2010-04-045-1141/+8
| | | | | | | | | separate port (dgd-kernel) to put it on an equal footing with the other mudlib port (dgd-lpmud). This also causes less update churn and reflects the current state of the distributions themselves. Notes: svn path=/head/; revision=252175
* . Update the included kernel lib version to 1.3.3. This will likely beGreg Lewis2010-03-072-2/+15
| | | | | | | split out into a separate port when the ports tree unthaws completely. Notes: svn path=/head/; revision=250650
* . Update to dgd 1.4.1.Greg Lewis2010-03-076-45/+80
| | | | Notes: svn path=/head/; revision=250641
* . Update to 1.4.Greg Lewis2010-02-146-58/+1043
| | | | | | | | . Since 1.4 is now under the GPL, remove the NO_CDROM and RESTRICTED entries. Notes: svn path=/head/; revision=249857
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-191-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244489
* . Update to DGD 1.3.Greg Lewis2009-07-047-222/+63
| | | | Notes: svn path=/head/; revision=237070
* 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/+3
| | | | Notes: svn path=/head/; revision=148433
* . Add an ANSI option to allow DGD to pass so-called ANSI colour codes.Greg Lewis2004-03-192-6/+18
| | | | Notes: svn path=/head/; revision=104645
* . Use OPTIONS.Greg Lewis2004-03-081-8/+10
| | | | | | | . Change a comment to avoid triggering a portlint warning. Notes: svn path=/head/; revision=103345
* . Update to 1.2p4.Greg Lewis2004-03-082-2/+4
| | | | | | | . SIZEify. Notes: svn path=/head/; revision=103266
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-1/+0
| | | | Notes: svn path=/head/; revision=98793
* . Add (optional) support for the DGD networking package.Greg Lewis2003-09-056-5/+109
| | | | Notes: svn path=/head/; revision=88607
* . Set correct permissions on the mudlib directory now that the pkg-installGreg Lewis2003-09-031-0/+2
| | | | | | | script no longer does. Notes: svn path=/head/; revision=88407
* . Don't setup ${DATADIR} and in particular don't set the home directoryGreg Lewis2003-09-031-20/+1
| | | | | | | of the mud user to ${DATADIR} (but rather /nonexistent). Notes: svn path=/head/; revision=88404
* . Use a free uid rather than one thats already taken.Greg Lewis2003-08-291-1/+1
| | | | | | | Clue bat applied by: kris Notes: svn path=/head/; revision=88011
* . Make this port act more like a standard FreeBSD port:Greg Lewis2003-08-296-133/+331
| | | | | | | | | | | | | | | | | . 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. Notes: svn path=/head/; revision=87995
* . Don't create a README.FreeBSD file, just place the relevant informationGreg Lewis2003-08-253-17/+7
| | | | | | | in pkg-descr. Notes: svn path=/head/; revision=87641
* . Remove some more cruft.Greg Lewis2003-08-141-3/+0
| | | | Notes: svn path=/head/; revision=86952