Port details |
- pmars Portable corewar system with ICWS'94 extensions
- 0.9.2_4 games =2 0.9.2_4Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-02-24 07:36:16
- Commit Hash: 44851ff
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- http://www.koth.org/pmars/
- Description:
- pMARS (portable Memory Array Redcode Simulator) is a corewar interpreter with
multi-platform support.
pMARS implements the ICWS'94 draft standard, but can also be used in ICWS'88
mode.
The base system includes a graphical core display for UNIX (curses, X11 and
Linux svgalib), PC/DOS, and the Mac.
A line-oriented debugger is included to help in writing warriors.
Contributors:
* Albert Ma (ama@mit.edu)
* Na'ndor Sieben (sieben@imap1.asu.edu)
* Stefan Strack (stst@vuse.vanderbilt.edu)
* Mintardjo Wangsawidjaja (wangsawm@kira.csos.orst.edu)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/games/pmars/ && make install clean
- To add the package, run one of these commands:
- pkg install games/pmars
- pkg install pmars
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pmars
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pmars-0.9.2.tar.gz) = 2ae8638ec6b65350cf9f813a60e338b534dffa78c3e85f1823a2bee8b7c20a34
SIZE (pmars-0.9.2.tar.gz) = 158415
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pmars-0.9.2_4:
DOCS=on: Build and/or install documentation
ICWS94=on: Enable ICWS'94 support
OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
PERMUTATE=on: Enable the -P switch
SMALLMEM=off: Use 16-bit addresses (smaller)
====> Options available for the multi INT: you have to choose at least one of them
CURSES=on: Build the console (graphical) interface
SERVER=on: Build the command-line interface
X11=on: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- games_pmars
- USES:
- ncurses xorg
- 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 |
0.9.2_4 24 Feb 2024 07:36:16 |
Muhammad Moinur Rahman (bofh) |
games/pmars: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
0.9.2_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 ) |
0.9.2_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 ) |
0.9.2_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.2_3 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.9.2_3 31 Jan 2016 17:39:31 |
marino |
games/pmars: USES+= ncurses, respect LDFLAGS
Also link with libncurses rather than libcurses. |
0.9.2_3 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.9.2_3 30 Oct 2014 11:36:35 |
amdmi3 |
- Add LICENSE
- Simplify docs installation
- Drop @dirrm* from plist |
0.9.2_3 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
0.9.2_3 05 Nov 2013 00:50:18 |
danilo |
- Remove indefinite article from COMMENT
- Use options helpers
- Add stage support |
0.9.2_3 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
0.9.2_3 12 Jun 2012 16:35:45 |
bapt |
Convert to new options framework |
0.9.2_3 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.9.2_3 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
0.9.2_3 27 Feb 2011 04:54:41 |
tabthorpe |
- Reassign ports to heap
Submitted by: alepulver |
0.9.2_3 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
0.9.2_3 10 Aug 2008 14:50:20 |
alepulver |
- Do not avoid installing manpage when NOPORTDOCS is defined.
Reported by: QA Tindy |
0.9.2_3 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.9.2_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.9.2_1 24 Apr 2006 21:08:18 |
alepulver |
- Fix OPTIONS handling.
- Fix IGNORE message.
- Sort option handling code.
- Remove '@' from installation commands.
- Bump PORTREVISION.
Approved by: garga (mentor) |
0.9.2 09 Apr 2006 13:08:16 |
alepulver |
Change the maintainership address to the @FreeBSD.org one.
Approved by: garga (mentor) |
0.9.2 25 Nov 2005 21:47:35 |
pav |
- Add SHA256
Requested by: maintainer |
0.9.2 04 Oct 2005 17:11:27 |
garga |
- Allow installing different interfaces at once.
- Install documentation, obsoleting "games/pmars-doc"
PR: ports/86895
Submitted by: maintainer |
0.9.2 31 Jul 2005 19:33:40 |
lesi |
* Update to version 0.9.6.
* Add OPTIONS and allow building of different interfaces.
* Remove documentation (now in games/pmars-doc).
* Remove pkg-plist.
* Format pkg-descr.
* Transfer maintainership to submitter.
PR: ports/84353
Submitted by: Alejandro Pulver (new maintainer)
Approved by: Gianmarco Giovannelli (previous maintainer) |
0.8 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.8 21 Feb 2003 12:06:01 |
knu |
De-pkg-comment. |
08 Oct 2000 03:48:59 |
asami |
Convert category games to new layout. |