diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-10-17 07:41:47 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-10-17 07:41:47 +0000 |
commit | 91bc7e742378913d056c19e84e39a3356b49bf5e (patch) | |
tree | 9824815b16f949b060d0f01706b62c548d7900b4 /textproc/p5-UML-State | |
parent | 661d43331df131d2000945a3a02172d65e6e5dab (diff) | |
download | FreeBSD-ports-91bc7e742378913d056c19e84e39a3356b49bf5e.zip FreeBSD-ports-91bc7e742378913d056c19e84e39a3356b49bf5e.tar.gz |
Add p5-UML-State 0.02,
a perl module that produce simple UML state
diagrams.
PR: 58068
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'textproc/p5-UML-State')
-rw-r--r-- | textproc/p5-UML-State/Makefile | 27 | ||||
-rw-r--r-- | textproc/p5-UML-State/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-UML-State/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-UML-State/pkg-plist | 10 |
4 files changed, 44 insertions, 0 deletions
diff --git a/textproc/p5-UML-State/Makefile b/textproc/p5-UML-State/Makefile new file mode 100644 index 0000000..0b8da77 --- /dev/null +++ b/textproc/p5-UML-State/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-UML-State +# Date created: October 15th 2003 +# Whom: Cheng-Lung Sung <clsung@dragon2.net> +# +# $FreeBSD$ +# + +PORTNAME= UML-State +PORTVERSION= 0.02 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= UML +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@dragon2.net +COMMENT= A perl module that produce simple UML state diagrams + +BUILD_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES + +MAN3= UML::drawstate.3 \ + UML::drawstatexml.3 \ + UML::State.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-UML-State/distinfo b/textproc/p5-UML-State/distinfo new file mode 100644 index 0000000..e49643e8 --- /dev/null +++ b/textproc/p5-UML-State/distinfo @@ -0,0 +1 @@ +MD5 (UML-State-0.02.tar.gz) = 94b9e84d30ee03b0d96348b72d7f133d diff --git a/textproc/p5-UML-State/pkg-descr b/textproc/p5-UML-State/pkg-descr new file mode 100644 index 0000000..e30a45de --- /dev/null +++ b/textproc/p5-UML-State/pkg-descr @@ -0,0 +1,6 @@ +See the samples directory and the drawstate.pl script for details on +how to format input and what to expect for output. + +WWW: http://search.cpan.org/search?dist=UML-State + +Author: Phil Crow <philcrow2000@yahoo.com> diff --git a/textproc/p5-UML-State/pkg-plist b/textproc/p5-UML-State/pkg-plist new file mode 100644 index 0000000..6996385 --- /dev/null +++ b/textproc/p5-UML-State/pkg-plist @@ -0,0 +1,10 @@ +bin/drawstatexml.pl +bin/drawstate.pl +%%SITE_PERL%%/UML/drawstatexml.pl +%%SITE_PERL%%/UML/drawstate.pl +%%SITE_PERL%%/UML/State.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/UML/State/.packlist +@dirrm %%SITE_PERL%%/UML +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/UML/State +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH/auto/UML/State 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/UML 2>/dev/null || true |