Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.20_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
3.20_3 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
3.20_3 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.20_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.20_3 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
3.20_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.20_3 05 Nov 2015 12:36:25 |
mat |
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735 |
3.20_3 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
3.20_3 18 May 2015 16:37:14 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
3.20_3 24 Jan 2015 15:07:40 |
antoine |
Switch some dependencies from a directory name or a file generated by
pkg-install
to a package name, as the former can't be attributed to a package |
3.20_3 08 Jul 2014 08:51:31 |
danfe |
Reduce the differences between `quake*-data' ports:
- Consistently use vertical bar (pipe) in :S substitutions
- Do not abuse .error statement, set IGNORE knob instead
- Drop some unnecessary quotation marks in comparisons
- Add a comment on why we cannot depend on particular .pak file
- Simplify extraction of the `linuxq3apoint-1.32b-3.x86.run' |
3.20_3 08 Jul 2014 07:07:05 |
danfe |
- Cleanup, modernize MASTER_SITES and optimize away MASTER_SITE_SUBDIR
- Switch to using vertical bars as regex separators, since they do not
require escaping of the slash (when used as path separator)
- Move OPTIONS block where it belongs (closer to <bsd.port.options.mk>)
- Turn .error into IGNORE statement; reclaim maintainership back |
3.20_3 03 Jul 2014 22:09:00 |
wg |
games/quake2-data: support stage |
3.20_3 02 Jul 2014 18:22:39 |
antoine |
Resetting maintainership on ports that have not been staged and without any
pending PR
With hat: portmgr |
10 Mar 2014 14:49:26
|
bapt |
Convert g* to USES=zip |
3.20_3 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
3.20_3 12 May 2013 08:39:29 |
danfe |
Toughen the check and unbreak INDEX. |
3.20_3 12 May 2013 08:06:32 |
danfe |
If port is setting PKGNAMEPREFIX=${FOOPKGNAMEPREFIX}, but .include's this
file before <bsd.port.options.mk>, options handling gets broken because
options will be loaded from OPTIONSFILE which is based on UNIQUENAME and
thus PKGNAMEPREFIX, which is empty at that point. Prevent this: ensure
that FOOPKGNAMEPREFIX is defined in advance for ports that use it to set
their PKGNAMEPREFIX and having OPTIONS. |
3.20_3 12 May 2013 06:35:06 |
danfe |
- Slightly improve usage description (comment) in quake2-data/Makefile.include
- Synchronize other games' -data/Makefile.include files (consistently use
LOCALBASE, drop obvious comments, adjust formatting, etc.) |
3.20_3 17 Mar 2013 12:18:23 |
danfe |
- Makefile.include must be included before bsd.port.options.mk, otherwise
"make config", "make showconfig" will not work correctly
- Drop redundant PKGMESSAGE assignment, tighten PLIST_SUB's
- Make a few non-functional changes while here |
3.20_3 16 Mar 2013 13:33:12 |
danfe |
- Trim Makefile header per new style guidelines
- Convert to contemporary OPTIONS framework
- Cleanup Makefiles, fix a typo, reword pkg-descr
- Add a hint where to look for data port logic description to quake3-data
port and terminate an URL with slash while here |
3.20_3 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
3.20_3 14 Mar 2011 16:47:46 |
danfe |
Bring unmaintained Quake ports under my wing. |
3.20_3 27 Feb 2011 04:54:41 |
tabthorpe |
- Reassign ports to heap
Submitted by: alepulver |
3.20_3 03 Jun 2010 15:54:29 |
pav |
- Convert unzip -a to USE_DOS2UNIX
PR: ports/146533
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> |
3.20_3 17 Dec 2006 20:25:39 |
alepulver |
- Fix building with GCC 4.x.
Reported by: pointyhat |
3.20_3 18 Sep 2006 20:02:55 |
alepulver |
- Add the demo/manual distfile to the "data" group.
Reported by: Volodymyr Kostyrko <arcade@synergetica.dn.ua> |
3.20_3 04 Aug 2006 15:19:08 |
alepulver |
- Fix wrong backslash breaking the MANUAL option. |
3.20_3 02 Aug 2006 15:45:12 |
alepulver |
- Add missing entry in distinfo (required for MANUAL and SHAREWARE options). |
3.20_3 28 Jul 2006 21:39:00 |
alepulver |
- Bump PORTREVISION.
- Build an install the original game.so file to avoid each engine having to
build its own version (unless it provides additional features or is
incompatible).
- Add MANUAL option (to install the game manual).
- Add some notes about Quake II ports in Makefile.include.
- Remove CTF option (split to "games/quake2-ctf").
- Remove mention of Rogue/Xatrix mission packs in files/pkg-message.in (split
to "games/quake2/rogue" and "games/quake2-xatrix"). |
3.20_2 24 Apr 2006 21:12:50 |
alepulver |
- Fix OPTIONS handling.
- Bump PORTREVISION.
Approved by: garga (mentor) |
3.20_1 09 Apr 2006 13:08:16 |
alepulver |
Change the maintainership address to the @FreeBSD.org one.
Approved by: garga (mentor) |
3.20_1 06 Apr 2006 00:21:42 |
edwin |
[PATCH] bsd.sites.mk and relevant ports: add MASTER_SITE_IDSOFTWARE
This patch adds the MASTER_SITE_IDSOFTWARE list of mirrors to
bsd.sites.mk and adds it to the following ports:
games/doom
games/linux-quake3
games/linux-quake4
games/qcc
games/quake-data
games/quake-source
games/quake2-data
games/quake2-source
games/quake2forge
games/quake2lnx
games/quake3
games/quake3-data
games/rtcw
PR: ports/93546
Submitted by: Alejandro Pulver <alejandro@varnet.biz> |
3.20_1 22 Jan 2006 02:11:14 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
3.20_1 28 Dec 2005 21:15:32 |
edwin |
[MAINTAINER UPDATE] games/quake2-data: redesign, patch dependant ports
- Changed quake2-data/Makefile.include to be more similar
to bsd.*.mk files, also it doesn't override port's
variables.
- Change dependant ports.
PR: ports/90147
Subnmitted by: Alejandro Pulver <alejandro@varnet.biz> |
3.20_1 25 Nov 2005 21:47:35 |
pav |
- Add SHA256
Requested by: maintainer |
3.20_1 03 Nov 2005 05:14:42 |
edwin |
move BUILD_DEPENDS to EXTRACT_DEPENDS
Noticed by: YAPHR |
3.20 31 Oct 2005 17:19:28 |
garga |
- Add MASTER_SITES mirrot
- Unbraek
PR: ports/88209
Submitted by: maintainer |
3.20 28 Oct 2005 22:52:43 |
kris |
BROKEN: Unfetchable |
3.20 19 Oct 2005 22:34:32 |
edwin |
Add dependency on archivers/unzip
Noticed by: YAPHR |
3.20 16 Oct 2005 22:31:37 |
edwin |
[NEW PORT] games/quake2-data - Quake II data files
Quake II data files.
This port installs the data files needed to run Quake II.
It installs the updates and Capture The Flag mod data.
You still need to have a legitimate copy of the game in
order to obtain the .pak files. Otherwise you can use the
shareware version of the game data.
PR: 8 7179
Submitted by: Alejandro Pulver <alejandro@varnet.biz> |