aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoraaron <aaron@FreeBSD.org>2005-11-05 23:42:18 +0800
committeraaron <aaron@FreeBSD.org>2005-11-05 23:42:18 +0800
commit6662f5a1132de62358920bb156a72f20bd610f2f (patch)
tree5f90f10cd1d82f5e249ba10dce24b0fd5f917ac0 /games
parentcf531281a7d9c3ad637213876578f6e3efad7907 (diff)
downloadfreebsd-ports-gnome-6662f5a1132de62358920bb156a72f20bd610f2f.tar.gz
freebsd-ports-gnome-6662f5a1132de62358920bb156a72f20bd610f2f.tar.zst
freebsd-ports-gnome-6662f5a1132de62358920bb156a72f20bd610f2f.zip
- Port deleted as it has now been merged with games/p5-Games-AlphaBeta
Approved by: tobez
Diffstat (limited to 'games')
-rw-r--r--games/p5-Games-Sequential/Makefile31
-rw-r--r--games/p5-Games-Sequential/distinfo2
-rw-r--r--games/p5-Games-Sequential/pkg-descr17
-rw-r--r--games/p5-Games-Sequential/pkg-plist7
4 files changed, 0 insertions, 57 deletions
diff --git a/games/p5-Games-Sequential/Makefile b/games/p5-Games-Sequential/Makefile
deleted file mode 100644
index 927a54aeef71..000000000000
--- a/games/p5-Games-Sequential/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: p5-Games-Sequential
-# Date created: 27 July 2005
-# Whom: Aaron Dalton <aaron@daltons.ca>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Games-Sequential
-PORTVERSION= 0.4.3
-CATEGORIES= games perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Games
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= aaron@daltons.ca
-COMMENT= Sequential games framework with OO interface
-
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= yes
-
-MAN3= Games::Sequential.3 Games::Sequential::Position.3
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500601
-IGNORE= requires Perl 5.6.1 or above
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/games/p5-Games-Sequential/distinfo b/games/p5-Games-Sequential/distinfo
deleted file mode 100644
index 59cfe369f5f5..000000000000
--- a/games/p5-Games-Sequential/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (Games-Sequential-0.4.3.tar.gz) = 38694a375220f8275721806f4ca40a30
-SIZE (Games-Sequential-0.4.3.tar.gz) = 5908
diff --git a/games/p5-Games-Sequential/pkg-descr b/games/p5-Games-Sequential/pkg-descr
deleted file mode 100644
index e20fac260bfd..000000000000
--- a/games/p5-Games-Sequential/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-Games::Sequential is a framework for producing sequential games. Among
-other things it keeps track of the sequence of moves, and provides an
-unlimited undo() mechanism. It also has methods to clone() or take a
-snapshot() of a game.
-
-Users must pass an object representing the initial state of the game as the
-first argument to new(). This object must provide the two methods copy()
-and apply(). You can use Games::Sequential::Position as a base class, in
-which case the copy() method will be provided for you. The apply() method
-must take a move and apply it to the current position, producing the next
-position in the game.
-
-WWW: http://search.cpan.org/dist/Games-Sequential/
-Author: Stig Brautaset <stig@brautaset.org>
-
-- Aaron Dalton
-aaron@daltons.ca
diff --git a/games/p5-Games-Sequential/pkg-plist b/games/p5-Games-Sequential/pkg-plist
deleted file mode 100644
index 488e596efbf1..000000000000
--- a/games/p5-Games-Sequential/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-%%SITE_PERL%%/Games/Sequential.pm
-%%SITE_PERL%%/Games/Sequential/Position.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Sequential/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Sequential
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games 2>/dev/null || true
-@dirrm %%SITE_PERL%%/Games/Sequential
-@unexec rmdir %D/%%SITE_PERL%%/Games 2>/dev/null || true