- Remove games/pmars-doc, merged with games/pmars

PR:		ports/86895
Submitted by:	maintainer
This commit is contained in:
Renato Botelho 2005-10-04 17:12:45 +00:00
parent aa349e2002
commit dcb5235be4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144187
5 changed files with 1 additions and 78 deletions

1
MOVED
View file

@ -1633,3 +1633,4 @@ print/preview-latex|print/auctex|2005-09-30|integrated into print/auctex
lang/pyperl||2005-09-30|New port added without a maintainer
mail/exim-monitor||2005-10-01|obsolete
devel/beagle|devel/open-beagle|2005-10-02|renamed to reflect project's name
games/pmars-doc||2005-10-04|Obsolete, merged with games/pmars

View file

@ -1,39 +0,0 @@
# New ports collection makefile for: pmars-doc
# Date created: 30 Jul 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= pmars
PORTVERSION= 0.9.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= corewar
PKGNAMESUFFIX= -doc
MAINTAINER= alejandro@varnet.biz
COMMENT= The pMARS Documentation (references, warriors, man pages, etc.)
NO_BUILD= yes
MAN6= pmars.6
do-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
@${MKDIR} ${DOCSDIR}/config
.for f in 94x.opt icws.opt mw.mac pmars.mac x.opt
@${INSTALL_DATA} ${WRKSRC}/config/${f} ${DOCSDIR}/config
.endfor
@${MKDIR} ${DOCSDIR}/doc
.for f in corewar-faq.html primer.94 primer.cdb redcode.ref
@${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}/doc
.endfor
@${MKDIR} ${DOCSDIR}/warriors
.for f in aeka.red flashpaper.red pspace.red rave.red validate.red
@${INSTALL_DATA} ${WRKSRC}/warriors/${f} ${DOCSDIR}/warriors
.endfor
@${INSTALL_MAN} ${WRKSRC}/doc/pmars.6 ${PREFIX}/man/man6
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
MD5 (pmars-0.9.2.tar.gz) = a73943a34e9de8f0d3028fc4566cd558
SIZE (pmars-0.9.2.tar.gz) = 158415

View file

@ -1,18 +0,0 @@
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)
WWW: http://www.koth.org/pmars/

View file

@ -1,19 +0,0 @@
%%DOCSDIR%%/README
%%DOCSDIR%%/config/94x.opt
%%DOCSDIR%%/config/icws.opt
%%DOCSDIR%%/config/mw.mac
%%DOCSDIR%%/config/pmars.mac
%%DOCSDIR%%/config/x.opt
%%DOCSDIR%%/doc/corewar-faq.html
%%DOCSDIR%%/doc/primer.94
%%DOCSDIR%%/doc/primer.cdb
%%DOCSDIR%%/doc/redcode.ref
%%DOCSDIR%%/warriors/aeka.red
%%DOCSDIR%%/warriors/flashpaper.red
%%DOCSDIR%%/warriors/pspace.red
%%DOCSDIR%%/warriors/rave.red
%%DOCSDIR%%/warriors/validate.red
@dirrm %%DOCSDIR%%/config
@dirrm %%DOCSDIR%%/doc
@dirrm %%DOCSDIR%%/warriors
@dirrm %%DOCSDIR%%