aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2005-11-05 15:42:18 +0000
committerAaron Dalton <aaron@FreeBSD.org>2005-11-05 15:42:18 +0000
commit656ff5bb3d403155e1d4db39b3043b57ff2d06e1 (patch)
tree63f72f4508aa7a6a63914e8970c46713be1d9298
parentcf2e0c44b73a68dd6d36101d8fa2854d4ada5849 (diff)
Notes
-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