diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-10-17 07:41:47 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-10-17 07:41:47 +0000 |
commit | 30881f8b636987d9dd2dc66fd39aff447443d2d1 (patch) | |
tree | 4b7c113e718a7b43fe64012c6a72b6a6bc14864b /textproc/p5-UML-State | |
parent | 1062fc91f54acb8f321c1ce910abd90581581a28 (diff) | |
download | ports-30881f8b636987d9dd2dc66fd39aff447443d2d1.tar.gz ports-30881f8b636987d9dd2dc66fd39aff447443d2d1.zip |
Notes
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 000000000000..0b8da77d9787 --- /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 000000000000..e49643e8260a --- /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 000000000000..e30a45dec5f8 --- /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 000000000000..6996385e78cd --- /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 |