non port: net/dgd/Makefile |
SVNWeb
|
Number of commits found: 52 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 6a378e5 (Only the first 10 of 1159 ports in this commit are shown above. )
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 21 Feb 2021
|
[ 03:17 glewis ]
Update to 1.4.23
|
Wed, 4 Jan 2017
|
[ 06:39 antoine ]
Fix installation
Reported by: pkg-fallout
|
Tue, 3 Jan 2017
|
[ 18:12 mat ] (Only the first 10 of 58 ports in this commit are shown above. )
Never set WRKSRC when using USE_GITHUB.
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
|
Wed, 20 Jul 2016
|
[ 15:33 mat ] (Only the first 10 of 67 ports in this commit are shown above. )
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight
|
Mon, 18 May 2015
|
[ 17:07 mat ] (Only the first 10 of 150 ports in this commit are shown above. )
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 23 Jul 2014
|
[ 01:45 adamw ] (Only the first 10 of 27 ports in this commit are shown above. )
Remove backslashes from single- and double-quotes in COMMENT and _DESC
strings, that were passed through rather than escaping anything.
Approved by: portmgr (not really, but it touches unstaged ports)
|
Sun, 13 Apr 2014
|
[ 23:56 glewis ]
. Update 1.4.22.
|
Fri, 21 Feb 2014
|
[ 01:58 miwi ]
- Stage support
|
Sun, 2 Feb 2014
|
[ 17:04 glewis ]
. Update to 1.4.21.
|
Fri, 3 Jan 2014
|
[ 01:13 bapt ] (Only the first 10 of 95 ports in this commit are shown above. )
Part 2 at removing now useless FETCH_ARGS redifition
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Sat, 3 Aug 2013
|
[ 19:53 glewis ]
. Update to 1.4.20.
|
Sat, 9 Mar 2013
|
[ 17:56 glewis ]
. Update to 1.4.19.
|
Mon, 19 Nov 2012
|
[ 03:23 glewis ]
. Update make includes for OptionsNG.
Feature safe: yes
|
[ 03:21 glewis ]
. Migrate to OptionsNG.
Reminded by: jgh@
Feature safe: yes
|
Sun, 18 Nov 2012
|
[ 22:00 glewis ]
. Update to 1.4.18.
Feature safe: yes
|
Thu, 18 Oct 2012
|
[ 00:37 glewis ]
. Update MASTER_SITES to reflect the move from sourceforge to github.
Feature safe: yes
|
Sun, 2 Sep 2012
|
[ 20:15 glewis ]
. Update to 1.4.15.
|
Wed, 25 Apr 2012
|
[ 15:02 glewis ]
. Update to 1.4.14.
|
Sun, 15 Apr 2012
|
[ 19:33 glewis ]
. Update to 1.4.13.
|
Sun, 14 Aug 2011
|
[ 18:04 glewis ]
. 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).
|
Wed, 3 Aug 2011
|
[ 06:31 glewis ]
. Update to 1.4.11.
. Add an OPTIONS setting to turn on function pointer support.
|
Sun, 29 May 2011
|
[ 21:54 glewis ]
. Update to 1.4.8.
|
Sun, 3 Oct 2010
|
[ 18:08 glewis ]
. Update to 1.4.5.
|
Sun, 25 Apr 2010
|
[ 21:34 glewis ]
. 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.
|
Sun, 4 Apr 2010
|
[ 04:54 glewis ]
. Update to 1.4.2.
|
[ 04:43 glewis ] (Only the first 10 of 13 ports in this commit are shown above. )
. 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.
|
Sun, 7 Mar 2010
|
[ 06:40 glewis ]
. 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.
|
[ 00:35 glewis ]
. Update to dgd 1.4.1.
|
Sun, 14 Feb 2010
|
[ 20:49 glewis ]
. Update to 1.4.
. Since 1.4 is now under the GPL, remove the NO_CDROM and RESTRICTED
entries.
|
Thu, 19 Nov 2009
|
[ 22:07 pav ] (Only the first 10 of 68 ports in this commit are shown above. )
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
|
Sat, 4 Jul 2009
|
[ 05:39 glewis ]
. Update to DGD 1.3.
|
Thu, 11 May 2006
|
[ 22:49 edwin ] (Only the first 10 of 270 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with N
|
Fri, 19 Mar 2004
|
[ 17:06 glewis ]
. Add an ANSI option to allow DGD to pass so-called ANSI colour codes.
|
Mon, 8 Mar 2004
|
[ 22:06 glewis ]
. Use OPTIONS.
. Change a comment to avoid triggering a portlint warning.
|
[ 05:50 glewis ]
. Update to 1.2p4.
. SIZEify.
|
Thu, 22 Jan 2004
|
[ 12:18 trevor ] (Only the first 10 of 87 ports in this commit are shown above. )
Use the CPIO macro defined in bsd.port.mk.
|
Fri, 5 Sep 2003
|
[ 22:15 glewis ]
. Add (optional) support for the DGD networking package.
|
Wed, 3 Sep 2003
|
[ 05:33 glewis ]
. Set correct permissions on the mudlib directory now that the pkg-install
script no longer does.
|
Fri, 29 Aug 2003
|
[ 18:30 glewis ]
. 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.
|
Thu, 14 Aug 2003
|
[ 17:28 glewis ]
. Remove cruft.
. Simplify build (just redefine ALL_TARGET)
. tar -> ${TAR}
|
Sat, 12 Apr 2003
|
[ 05:54 glewis ]
. Update to 1.2p3.
. Remove unnecessary PATCH_SITES definition.
|
Thu, 27 Feb 2003
|
[ 18:52 glewis ]
de-pkg-comment
|
Mon, 26 Aug 2002
|
[ 16:31 glewis ]
. Update to 1.2p2
|
Tue, 23 Jul 2002
|
[ 17:20 glewis ]
. Remove some dead MASTER_SITEs.
. Make the primary site MASTER_SITE_LOCAL (requested by the author and
maintainer of the previous primary site).
|
Mon, 20 May 2002
|
[ 19:01 glewis ]
. 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
|
Thu, 28 Mar 2002
|
[ 23:52 pat ]
Add working site to MASTER_SITES
PR: 36443
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
Sun, 6 May 2001
|
[ 06:18 kris ]
Update to dgd-1.2 and remove maintainer due to timeout
|
Sun, 8 Oct 2000
|
[ 11:23 asami ] (Only the first 10 of 400 ports in this commit are shown above. )
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.
|
Number of commits found: 52 |