non port: games/linux-enemyterritory-jaymod/Makefile |
SVNWeb
|
Number of commits found: 34 |
Mon, 5 Dec 2022
|
[ 12:02 Rene Ladan (rene) ] 7cd3ed1
all: return bar@'s ports to the pool after commit bit safekeeping.
With hat: portmgr-secretary
|
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:21 Tobias C. Berner (tcberner) ] d56127b (Only the first 10 of 744 ports in this commit are shown above. )
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 )
|
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.
|
Tue, 5 May 2020
|
[ 10:53 rene ]
games/linux-enemyterritory-jaymod: remove expired optional dependency on
games/linux-enemyterritory-omni-bot
|
Mon, 5 Sep 2016
|
[ 19:23 tijl ] (Only the first 10 of 303 ports in this commit are shown above. )
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 19 Oct 2015
|
[ 14:50 amdmi3 ] (Only the first 10 of 93 ports in this commit are shown above. )
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756
|
Fri, 18 Sep 2015
|
[ 17:45 amdmi3 ]
- Fix shebangs
- Switch to @sample
- Switch to options helpers
- Drop @dirrm* from plist
Approved by: portmgr blanket
|
Sun, 11 May 2014
|
[ 21:23 bar ]
- Support STAGEDIR
- Use options helpers
|
Fri, 20 Sep 2013
|
[ 17:36 bapt ] (Only the first 10 of 1149 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Sun, 20 Jan 2013
|
[ 11:59 bar ]
Use space instead of tab after Created by header.
For linux-enemyterritory-omni-bot-0660, also fix check for DOCS.
Approved by: flo (mentor)
|
Sun, 2 Dec 2012
|
[ 14:02 bar ]
Add DOCS to OPTIONS_DEFINE and fix test for NOPORTDOCS
Approved by: rene (mentor)
Feature safe: yes
|
Sat, 1 Dec 2012
|
[ 14:47 bar ]
- Trim Makefile headers
- Update my email address
Approved by: rene (mentor)
Feature safe: yes
|
Tue, 4 Sep 2012
|
[ 21:54 flo ]
convert to OptionsNG
PR: ports/171300
Submitted by: Barbara <barbara.xxx1975@libero.it>
|
Tue, 24 Jan 2012
|
[ 21:34 rene ]
- Update to 2.2.0
- Change omni-bot dependency to unversioned one
- Add a MASTER_SITE, remove three obsolete ones
PR: ports/164088
Submitted by: Barbara
|
Tue, 10 Jan 2012
|
[ 21:44 rene ]
Over to new volunteer.
Submitted by: Barbara via freebsd-ports
|
Sat, 3 Dec 2011
|
[ 11:41 rene ]
Revive this port with new MASTER_SITES, remove BROKEN.
PR: ports/163012
Submitted by: Barbara [barbara.xxx1975/libero.it]
Feature safe: yes
|
Wed, 2 Nov 2011
|
[ 01:35 dougb ] (Only the first 10 of 399 ports in this commit are shown above. )
Remove ports@ ports that have been DEPRECATED for at least 1 month
audio/shoutcast Unfetchable; website rearranged
audio/linux-shoutcast Unfetchable; website rearranged
chinese/scim-chewing Does not configure
converters/py-cjkcodecs Integrated into every python version in the tree
databases/kpogre Does not compile
deskutils/mhc Does not fetch
deskutils/org-mode.el6 Does not fetch
deskutils/gemcal Does not fetch
devel/erlang-thrift Does not build
dns/domtools Does not fetch
editors/richtext Does not compile
games/vultures-claw Does not fetch
games/bomb Does not fetch (Only the first 15 lines of the commit message are shown above )
|
Mon, 2 May 2011
|
[ 22:16 bapt ]
Mark as borken because the distfile is no more available
|
Sun, 27 Feb 2011
|
[ 04:54 tabthorpe ] (Only the first 10 of 147 ports in this commit are shown above. )
- Reassign ports to heap
Submitted by: alepulver
|
Fri, 27 Mar 2009
|
[ 01:20 alepulver ]
- Use old version of omni-bot (recently repocopied and downgraded port).
- Bump PORTREVISION.
|
Tue, 19 Feb 2008
|
[ 13:20 alepulver ]
- Fix omni-bot paths.
- Bump PORTREVISION.
Reported by: sam <samira.nox@gmail.com>
|
Wed, 19 Dec 2007
|
[ 20:53 alepulver ]
- Update to version 2.1.7.
- Add Omni-Bot support and corresponding OPTIONS entry.
- Use ECHO_CMD instead of ECHO to create wrapper script.
|
Sat, 21 Apr 2007
|
[ 16:01 alepulver ]
- Update to version 2.0.6.
- Make fetchable.
- Remove BROKEN.
|
Fri, 20 Apr 2007
|
[ 07:59 kris ]
BROKEN: Unfetchable
|
Sun, 8 Apr 2007
|
[ 04:27 alepulver ]
- Update to version 2.0.5.
- Make fetchable [1].
Reported by: distfiles survey [1]
|
Fri, 9 Feb 2007
|
[ 18:34 alepulver ]
- Update to version 2.0.4.
- Make fetchable.
|
Sun, 5 Nov 2006
|
[ 20:45 alepulver ]
- Remove ONLY_FOR_ARCHS (let USE_LINUX decide).
|
Mon, 23 Oct 2006
|
[ 19:31 alepulver ]
- Change wrong "IA32_BINARY_PORT=yes" to "ONLY_FOR_ARCHS=amd64 i386" (the
first one is only for native binaries).
Reported by: gabor
Approved by: portmgr (erwin)
|
Fri, 20 Oct 2006
|
[ 20:02 alepulver ]
- Use IA32_BINARY_PORT instead of ONLY_FOR_ARCHS=i386.
Approved by: portmgr (erwin)
|
Sun, 8 Oct 2006
|
[ 19:12 alepulver ]
- Update to version 2.0.3.
- Add ONLY_FOR_ARCHS_REASON.
|
Wed, 31 May 2006
|
[ 01:43 alepulver ]
- Update Enemy Territory from 2.60 to 2.60b. This fixes two security
holes.
- Switch from X11BASE to LOCALBASE.
- Switch to $MASTER_SITE_IDSOFTWARE as only download source. This
should hopefully provide a more reliable download mirror list.
- Replace RESTRICTED with NO_CDROM, since the license actually allows
packages to be built and offered for download.
- Switch mods from X11BASE to LOCALBASE (linux-enemyterritory-*) and bump
their PORTREVISION.
PR: ports/98160
Submitted by: Benjamin Lutz <benlutz@datacomm.ch> (maintainer)
|
Thu, 11 May 2006
|
[ 18:16 alepulver ]
Jaymod is an add-on modification to RTCW: Enemy Territory.
The idea for Jaymod came from the main features of Shrubmod. Shrubmod has
long been out of date and unsupported, and with the instability issues that
come with Shrubmod, something had to be done to get a Shrub-like server-side
mod that would provide most of Shrub's features, be stable, and be supported.
This mod has, obviously, outgrown the original objective of being server-side
only. Some of the ideas I wanted to implement could not be done with server
code only, so the decision was made to start working on the client end as
well. I wanted this to be as easy as possible for end users, and now only one
pak needs to be downloaded (on the fly) to be able to play this mod.
WWW: http://jaymod.clanfu.org/
PR: ports/93544
Approved by: garga (mentor)
|
Number of commits found: 34 |