summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-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
5 files changed, 1 insertions, 78 deletions
diff --git a/MOVED b/MOVED
index 866c9bc9bf15..fb46c98df02b 100644
--- a/MOVED
+++ b/MOVED
@@ -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
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%%