FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 8:28 PM BST
Port details
dgd 1.4.14 net on this many watch lists=2 search for ports that depend on this port
Dworkin\'s Game Driver
Maintained by: glewis@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: lang games
License: GPLv3


DGD is a rewrite from scratch of the LPMud server.  It runs on Windows, MacOS,
BeOS and many versions of Unix.

This is the core distribution of DGD, providing all the tools needed
to implement interactive servers, for instance MUD, IRC, WWW, etc.
A reference implementation of a kernel library is provided, which can
be further built on. Normally with DGD, there is a kernel library to
define the programming environment and a database library to define the
interaction environment.

Please report bugs to <felix@dworkin.nl>.

WWW: http://www.dworkin.nl/dgd/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMonThere are no ports dependent upon this port

To install the port: cd /usr/ports/net/dgd/ && make install clean
To add the package: pkg_add -r dgd


Configuration Options
===> The following configuration options are available for dgd-1.4.14:
     NETWORKING=off (default) "With networking kfuns"
     DUMP=off (default) "With dump kfuns"
     CLOSURES=off (default) "With function pointer support"
     LPC_EXTENSION=off (default) "With LPC extension interface"
===> Use 'make config' to modify these settings

Master Sites:
http://heanet.dl.sourceforge.net/project/dgd-osr/
http://sunet.dl.sourceforge.net/project/dgd-osr/
http://iweb.dl.sourceforge.net/project/dgd-osr/
http://switch.dl.sourceforge.net/project/dgd-osr/
http://surfnet.dl.sourceforge.net/project/dgd-osr/
http://kent.dl.sourceforge.net/project/dgd-osr/
http://freefr.dl.sourceforge.net/project/dgd-osr/
http://voxel.dl.sourceforge.net/project/dgd-osr/
http://jaist.dl.sourceforge.net/project/dgd-osr/
http://osdn.dl.sourceforge.net/project/dgd-osr/
http://nchc.dl.sourceforge.net/project/dgd-osr/
http://ncu.dl.sourceforge.net/project/dgd-osr/
http://transact.dl.sourceforge.net/project/dgd-osr/
http://softlayer.dl.sourceforge.net/project/dgd-osr/
http://internode.dl.sourceforge.net/project/dgd-osr/
http://ufpr.dl.sourceforge.net/project/dgd-osr/
http://waix.dl.sourceforge.net/project/dgd-osr/
http://heanet.dl.sourceforge.net/project/dgd-osr/old/
http://sunet.dl.sourceforge.net/project/dgd-osr/old/
http://iweb.dl.sourceforge.net/project/dgd-osr/old/
http://switch.dl.sourceforge.net/project/dgd-osr/old/
http://surfnet.dl.sourceforge.net/project/dgd-osr/old/
http://kent.dl.sourceforge.net/project/dgd-osr/old/
http://freefr.dl.sourceforge.net/project/dgd-osr/old/
http://voxel.dl.sourceforge.net/project/dgd-osr/old/
http://jaist.dl.sourceforge.net/project/dgd-osr/old/
http://osdn.dl.sourceforge.net/project/dgd-osr/old/
http://nchc.dl.sourceforge.net/project/dgd-osr/old/
http://ncu.dl.sourceforge.net/project/dgd-osr/old/
http://transact.dl.sourceforge.net/project/dgd-osr/old/
http://softlayer.dl.sourceforge.net/project/dgd-osr/old/
http://internode.dl.sourceforge.net/project/dgd-osr/old/
http://ufpr.dl.sourceforge.net/project/dgd-osr/old/
http://waix.dl.sourceforge.net/project/dgd-osr/old/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/dgd/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2010-04-03
    Affects: users of net/dgd
    Author: glewis@FreeBSD.org
    Reason: 
      The kernel library has been separated from the main net/dgd port into its
      own net/dgd-kernel port so that all libraries are on an equal footing.
      This also reflects the split of the kernel library out from the main DGD
      distribution.
    
      If you wish to continue to use the kernel library you'll need to install
      net/dgd-kernel after updating to dgd-1.4.1_2.
    
    

Number of commits found: 39

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
25 Apr 2012 15:02:09
Original commit files touched by this commit  1.4.14
glewis search for other commits by this committer
. Update to 1.4.14.
15 Apr 2012 19:33:47
Original commit files touched by this commit  1.4.13
glewis search for other commits by this committer
. Update to 1.4.13.
14 Aug 2011 18:04:55
Original commit files touched by this commit  1.4.11
glewis search for other commits by this committer
. Rely on standard mechanisms of creating/deleting groups and users for the
  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).
03 Aug 2011 06:31:02
Original commit files touched by this commit  1.4.11
glewis search for other commits by this committer
. Update to 1.4.11.
. Add an OPTIONS setting to turn on function pointer support.
29 May 2011 21:54:12
Original commit files touched by this commit  1.4.8
glewis search for other commits by this committer
. Update to 1.4.8.
20 Mar 2011 12:54:45
Original commit files touched by this commit  1.4.5
miwi search for other commits by this committer
- Get Rid MD5 support
03 Oct 2010 18:08:26
Original commit files touched by this commit  1.4.5
glewis search for other commits by this committer
. Update to 1.4.5.
25 Apr 2010 21:34:54
Original commit files touched by this commit  1.4.3
glewis search for other commits by this committer
. Update to 1.4.3.
. Allow the dgd-lpmud port to continue working by allowing the driver object
  to open ports when the networking extensions are enabled.
04 Apr 2010 04:54:18
Original commit files touched by this commit  1.4.2
glewis search for other commits by this committer
. Update to 1.4.2.
04 Apr 2010 04:43:04
Original commit files touched by this commit  1.4.1_2
glewis search for other commits by this committer
. Split the kernel mudlib out of the main dgd port and into its own
  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.
07 Mar 2010 06:40:40
Original commit files touched by this commit  1.4.1_1
glewis search for other commits by this committer
. Update the included kernel lib version to 1.3.3.  This will likely be
  split out into a separate port when the ports tree unthaws completely.
07 Mar 2010 00:35:58
Original commit files touched by this commit  1.4.1
glewis search for other commits by this committer
. Update to dgd 1.4.1.
14 Feb 2010 20:49:55
Original commit files touched by this commit  1.4
glewis search for other commits by this committer
. Update to 1.4.
. Since 1.4 is now under the GPL, remove the NO_CDROM and RESTRICTED
  entries.
19 Nov 2009 22:07:43
Original commit files touched by this commit  1.3
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
04 Jul 2009 05:39:52
Original commit files touched by this commit  1.3
glewis search for other commits by this committer
. Update to DGD 1.3.
11 May 2006 22:49:56
Original commit files touched by this commit  1.2p4_2
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
16 Nov 2005 06:01:33
Original commit files touched by this commit  1.2p4_2
glewis search for other commits by this committer
. Add SHA256.
19 Mar 2004 17:06:58
Original commit files touched by this commit  1.2p4_2
glewis search for other commits by this committer
. Add an ANSI option to allow DGD to pass so-called ANSI colour codes.
08 Mar 2004 22:06:11
Original commit files touched by this commit  1.2p4_2
glewis search for other commits by this committer
. Use OPTIONS.
. Change a comment to avoid triggering a portlint warning.
08 Mar 2004 05:50:53
Original commit files touched by this commit  1.2p4_2
glewis search for other commits by this committer
. Update to 1.2p4.
. SIZEify.
22 Jan 2004 12:18:43
Original commit files touched by this commit  1.2p3_2
trevor search for other commits by this committer
Use the CPIO macro defined in bsd.port.mk.
05 Sep 2003 22:15:51
Original commit files touched by this commit  1.2p3_2
glewis search for other commits by this committer
. Add (optional) support for the DGD networking package.
03 Sep 2003 05:33:18
Original commit files touched by this commit  1.2p3_1
glewis search for other commits by this committer
. Set correct permissions on the mudlib directory now that the pkg-install
  script no longer does.
03 Sep 2003 05:17:33
Original commit files touched by this commit  1.2p3_1
glewis search for other commits by this committer
. Don't setup ${DATADIR} and in particular don't set the home directory
  of the mud user to ${DATADIR} (but rather /nonexistent).
29 Aug 2003 22:30:33
Original commit files touched by this commit  1.2p3_1
glewis search for other commits by this committer
. Use a free uid rather than one thats already taken.

Clue bat applied by:    kris
29 Aug 2003 18:30:08
Original commit files touched by this commit  1.2p3_1
glewis search for other commits by this committer
. 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.
25 Aug 2003 04:56:34
Original commit files touched by this commit  1.2p3
glewis search for other commits by this committer
. Don't create a README.FreeBSD file, just place the relevant information
  in pkg-descr.
14 Aug 2003 17:51:10
Original commit files touched by this commit  1.2p3
glewis search for other commits by this committer
. Remove some more cruft.
14 Aug 2003 17:28:36
Original commit files touched by this commit  1.2p3
glewis search for other commits by this committer
. Remove cruft.
. Simplify build (just redefine ALL_TARGET)
. tar -> ${TAR}
12 Apr 2003 05:54:10
Original commit files touched by this commit  1.2p3
glewis search for other commits by this committer
. Update to 1.2p3.
. Remove unnecessary PATCH_SITES definition.
27 Feb 2003 18:52:21
Original commit files touched by this commit  1.2p2
glewis search for other commits by this committer
de-pkg-comment
26 Aug 2002 16:31:08
Original commit files touched by this commit  1.2p2
glewis search for other commits by this committer
. Update to 1.2p2
26 Aug 2002 16:28:25
Original commit files touched by this commit  1.2p1
glewis search for other commits by this committer
. Remove README.sites.  I don't believe a list of muds running DGD from
  1996 has any relevance and I don't have an up to date list.
23 Jul 2002 17:20:20
Original commit files touched by this commit  1.2p1
glewis search for other commits by this committer
. Remove some dead MASTER_SITEs.
. Make the primary site MASTER_SITE_LOCAL (requested by the author and
  maintainer of the previous primary site).
20 May 2002 19:01:51
Original commit files touched by this commit  1.2p1
glewis search for other commits by this committer
. Update to 1.2p1
. Swap the order of the first two MASTER_SITEs as
  imaginary.com is down at the moment.
. Update pkg-descr from the current README for DGD.
. Take over maintainership.

Reviewed by:    sobomax
Approved by:    sobomax
28 Mar 2002 23:52:25
Original commit files touched by this commit  1.2
pat search for other commits by this committer
Add working site to MASTER_SITES

PR:             36443
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
06 May 2001 06:18:29
files touched by this commit
kris search for other commits by this committer
Update to dgd-1.2 and remove maintainer due to timeout    
08 Oct 2000 11:23:49
files touched by this commit
asami search for other commits by this committer
Change PKGDIR from pkg/ to .  Also fix places where ${PKGDIR} is   spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type   fixes that
shouldn't have been necessary) and the string "/pkg/"   appear.    
08 Oct 2000 07:19:09
files touched by this commit
asami search for other commits by this committer
Convert category net to new layout.  

Number of commits found: 39

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours7
new 7 days62
new fortnight184
new month254

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.431 seconds.