Port details |
- linux-enemyterritory-jaymod-21 Jaymod - An Enemy Territory Modification
- 2.1.7_4 games
=1 2.1.7_4Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Broken for more than 6 months This port expired on: 2020-05-05 IGNORE: is marked as broken: unfetchable
- Maintainer: bar@FreeBSD.org
- Port Added: 2012-01-24 21:17:52
- Last Update: 2020-05-05 15:38:12
- SVN Revision: 534093
- Also Listed In: linux
- License: not specified in port
- WWW:
- https://jaymod.clanfu.org/
- Description:
- 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: https://jaymod.clanfu.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- linux-enemyterritory-jaymod-217>0:games/linux-enemyterritory-jaymod-21
- No installation instructions:
- This port has been deleted.
- PKGNAME: linux-enemyterritory-jaymod-217
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- SHA256 (jaymod-2.1.7.tar.gz) = f9341236f351765826e00c5905ede9f485dbf2a57c556d2959b925a4a4aa8948
SIZE (jaymod-2.1.7.tar.gz) = 11926903
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- et : games/linux-enemyterritory
- linux_base-c7>=7.6.1810_7 : emulators/linux_base-c7
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for linux-enemyterritory-jaymod-217-2.1.7_4:
DOCS=on: Build and/or install documentation
OMNIBOT=off: Install Omni-Bot 0.660 for bot support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- linux shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.7_4 05 May 2020 15:38:12 |
rene |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
2.1.7_4 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
2.1.7_4 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
2.1.7_4 03 Jun 2019 09:01:47 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
2.1.7_4 05 Sep 2016 19:23:42 |
tijl |
- 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 ) |
2.1.7_4 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.1.7_4 15 Dec 2015 22:02:43 |
bar |
Unbreak using a different URL for distfiles. |
2.1.7_4 13 Dec 2015 09:41:23 |
bapt |
Mark as broken: does not fetch |
2.1.7_4 19 Oct 2015 14:50:52 |
amdmi3 |
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 |
2.1.7_4 18 Sep 2015 17:45:57 |
amdmi3 |
- Fix shebangs
- Switch to @sample
- Switch to options helpers
- Drop @dirrm* from plist
Approved by: portmgr blanket |
2.1.7_3 11 May 2014 21:24:28 |
bar |
- Support STAGEDIR
- Use options helpers
- Keep .cfg files
- Limit PORTSCOUT |
2.1.7_3 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
2.1.7_3 20 Jan 2013 11:59:32 |
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) |
2.1.7_3 02 Dec 2012 13:57:57 |
bar |
- Trim Makefile headers
- Convert to OptionsNG
- Update my email address
Approved by: rene (mentor)
Feature safe: yes |
2.1.7_3 24 Jan 2012 21:26:40 |
rene |
- Add version to package name and installed binaries to avoid conflicts
with games/linux-enemyterritory-jaymod [1]
- Bump PORTREVISION [1]
- Connect to the build
PR: ports/164086
Submitted by: Barbara |
2.1.7_2 24 Jan 2012 21:17:25 |
rene |
Forced commit to note that this port was repocopied from
games/linux-enemyterritory-jaymod
PR: ports/164084
Submitted by: Barbara
Repocopy by: marcus |