summaryrefslogtreecommitdiff
path: root/games/ptools
diff options
context:
space:
mode:
Diffstat (limited to 'games/ptools')
-rw-r--r--games/ptools/Makefile49
-rw-r--r--games/ptools/distinfo8
-rw-r--r--games/ptools/files/patch-mopt.c12
-rw-r--r--games/ptools/pkg-descr21
-rw-r--r--games/ptools/pkg-plist11
5 files changed, 0 insertions, 101 deletions
diff --git a/games/ptools/Makefile b/games/ptools/Makefile
deleted file mode 100644
index b28bdd0e5ffd..000000000000
--- a/games/ptools/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# Created by: alepulver
-# $FreeBSD$
-
-PORTNAME= ptools
-PORTVERSION= 1.1
-CATEGORIES= games
-MASTER_SITES= http://www.koth.org/pmars/:koth \
- http://www.infionline.net/~wtnewton/corewar/:corestep
-PKGNAMESUFFIX= -game
-DISTFILES= ${PORTNAME}${PORTVERSION:S/.//}.zip:koth \
- pmars08s.zip:koth \
- p3-2.pl:koth \
- corestep.c:corestep
-EXTRACT_ONLY= ${DISTFILES:C/:[[:alpha:]]+$//:N*.pl:N*.c}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Accessory programs for pMARS (Core War simulator)
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-USES= perl5 zip
-USE_PERL5= run
-MAKEFILE= makefile.ptools
-ALL_TARGET= mopt mts pname
-NO_WRKSUBDIR= yes
-
-OPTIONS_DEFINE= DOCS
-
-post-build:
- (${ECHO_CMD} "#!${PERL}"; ${CAT} ${DISTDIR}/p3-2.pl) \
- > ${WRKSRC}/p3-2.pl
- ${CC} ${CFLAGS} -o ${WRKSRC}/corestep ${DISTDIR}/corestep.c -lm
-
-do-install:
-.for f in corestep mopt mts pname
- ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${f}
-.endfor
- ${INSTALL_SCRIPT} ${WRKSRC}/p3-2.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-p3-2
-.for f in mopt.6 mts.6
- ${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${MAN6PREFIX}/man/man6/${PORTNAME}-${f}
-.endfor
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for f in mopt.doc mts.doc pname.doc readme.ptools
- ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/games/ptools/distinfo b/games/ptools/distinfo
deleted file mode 100644
index 697a2cbf5b05..000000000000
--- a/games/ptools/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-SHA256 (ptools11.zip) = e27d7ebf2e353d25899d9cd5bd9521669372c37196c867cb5864a590bed3d413
-SIZE (ptools11.zip) = 113657
-SHA256 (pmars08s.zip) = b61f949cd4ce6285c4c10cf0ff194e600dec0c14ace75effda8617df8bfa121d
-SIZE (pmars08s.zip) = 170874
-SHA256 (p3-2.pl) = b0d9234372d83ab23c05049221c1f48ab2b6ed0cc007fd62ff9aed2f00f642c0
-SIZE (p3-2.pl) = 3653
-SHA256 (corestep.c) = 5573ec059c658abe9ce0fb920111cd1f1ba2da9afcbc4252cddc1a5cfc1a4502
-SIZE (corestep.c) = 11401
diff --git a/games/ptools/files/patch-mopt.c b/games/ptools/files/patch-mopt.c
deleted file mode 100644
index 136354f5e2be..000000000000
--- a/games/ptools/files/patch-mopt.c
+++ /dev/null
@@ -1,12 +0,0 @@
-*** mopt.c.orig Sat Jun 8 00:25:38 1996
---- mopt.c Fri May 6 18:24:20 2005
-***************
-*** 21,27 ****
- #define FAR far
- #define MEMSET _fmemset
- #else
-- #include <malloc.h>
- #include <signal.h>
- #define MALLOC malloc
- #define FAR
---- 21,26 ----
diff --git a/games/ptools/pkg-descr b/games/ptools/pkg-descr
deleted file mode 100644
index be99819a4ce3..000000000000
--- a/games/ptools/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-PTools version 1.1.
-
-This is a collection of utility programs for the game of Core War. The
-programs in this archive work well with the pMARS system, but most programs
-will also work with other simulators. Below is an overview of what we have:
-
-* mts - Short for "MARS Tournament Scheduler".
-* mopt - The "multiple optimizer" calculates optimal sets of constants for
- warriors.
-* pname - pname renames warrior files based on the ;name line.
-
-These additional tools have been included in the port but are not part of the
-original ptools package:
-
-* p3-2 - For generating p^3 redcode snippets.
-* corestep - For finding optimal step constants (similar to mopt).
-
-Note that the port prefixes all of these programs with "ptools-" to avoid
-conflicts and/or confusions with other ports.
-
-WWW: http://www.koth.org/pmars/
diff --git a/games/ptools/pkg-plist b/games/ptools/pkg-plist
deleted file mode 100644
index d76cb3b97d85..000000000000
--- a/games/ptools/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-bin/ptools-corestep
-bin/ptools-mopt
-bin/ptools-mts
-bin/ptools-p3-2
-bin/ptools-pname
-man/man6/ptools-mopt.6.gz
-man/man6/ptools-mts.6.gz
-%%PORTDOCS%%%%DOCSDIR%%/mopt.doc
-%%PORTDOCS%%%%DOCSDIR%%/mts.doc
-%%PORTDOCS%%%%DOCSDIR%%/pname.doc
-%%PORTDOCS%%%%DOCSDIR%%/readme.ptools