aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-10-04 17:12:45 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-10-04 17:12:45 +0000
commitdcb5235be4c608adf613ec0682b670f9060e4098 (patch)
tree31e49f37971f39e58d848f6fd2be3678abfed2f6 /games
parentaa349e20023d4c81086fae0b29a257262664b2fa (diff)
downloadports-dcb5235be4c608adf613ec0682b670f9060e4098.tar.gz
ports-dcb5235be4c608adf613ec0682b670f9060e4098.zip
- Remove games/pmars-doc, merged with games/pmars
PR: ports/86895 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=144187
Diffstat (limited to 'games')
-rw-r--r--games/pmars-doc/Makefile39
-rw-r--r--games/pmars-doc/distinfo2
-rw-r--r--games/pmars-doc/pkg-descr18
-rw-r--r--games/pmars-doc/pkg-plist19
4 files changed, 0 insertions, 78 deletions
diff --git a/games/pmars-doc/Makefile b/games/pmars-doc/Makefile
deleted file mode 100644
index 905c101acc46..000000000000
--- a/games/pmars-doc/Makefile
+++ /dev/null
@@ -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>
diff --git a/games/pmars-doc/distinfo b/games/pmars-doc/distinfo
deleted file mode 100644
index e984d2ff286c..000000000000
--- a/games/pmars-doc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (pmars-0.9.2.tar.gz) = a73943a34e9de8f0d3028fc4566cd558
-SIZE (pmars-0.9.2.tar.gz) = 158415
diff --git a/games/pmars-doc/pkg-descr b/games/pmars-doc/pkg-descr
deleted file mode 100644
index 21af59cd713c..000000000000
--- a/games/pmars-doc/pkg-descr
+++ /dev/null
@@ -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/
diff --git a/games/pmars-doc/pkg-plist b/games/pmars-doc/pkg-plist
deleted file mode 100644
index 026655841a33..000000000000
--- a/games/pmars-doc/pkg-plist
+++ /dev/null
@@ -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%%