Add pt-Class-StateMachine 0.11, a Perl module to facilitate state

machines development.
This commit is contained in:
Anton Berezin 2005-12-07 20:49:14 +00:00
parent 57f977f3a1
commit 9f66345997
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150623
5 changed files with 41 additions and 0 deletions

View File

@ -754,6 +754,7 @@
SUBDIR += p5-Class-ReturnValue
SUBDIR += p5-Class-Roles
SUBDIR += p5-Class-Singleton
SUBDIR += p5-Class-StateMachine
SUBDIR += p5-Class-Tangram
SUBDIR += p5-Class-Throwable
SUBDIR += p5-Class-Tom

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: devel/p5-Class-StateMachine
# Date created: 07 December 2005
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Class-StateMachine
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Class::StateMachine - define classes for state machines
PERL_CONFIGURE= yes
MAN3= Class::StateMachine.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Class-StateMachine-0.11.tar.gz) = 3fdac1d73d44182d542b5dfa44b82558
SHA256 (Class-StateMachine-0.11.tar.gz) = c03e3f1f8fba5918efd35c9c24ca2e6c2a213385d98bf51272879511aa1d34c3
SIZE (Class-StateMachine-0.11.tar.gz) = 3297

View File

@ -0,0 +1,4 @@
Class::StateMachine allows to define methods that are dispatched
depending on an internal state property via the OnState attribute.
WWW: http://search.cpan.org/dist/Class-StateMachine/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Class/StateMachine.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/StateMachine/.packlist
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/StateMachine 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true