diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-10-17 15:41:47 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-10-17 15:41:47 +0800 |
commit | 91bc7e742378913d056c19e84e39a3356b49bf5e (patch) | |
tree | 9824815b16f949b060d0f01706b62c548d7900b4 /textproc | |
parent | 661d43331df131d2000945a3a02172d65e6e5dab (diff) | |
download | freebsd-ports-gnome-91bc7e742378913d056c19e84e39a3356b49bf5e.tar.gz freebsd-ports-gnome-91bc7e742378913d056c19e84e39a3356b49bf5e.tar.zst freebsd-ports-gnome-91bc7e742378913d056c19e84e39a3356b49bf5e.zip |
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')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
5 files changed, 45 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index cbfa878888fc..fa4473efb94e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -263,6 +263,7 @@ SUBDIR += p5-Text-Wrapper SUBDIR += p5-Tk-XMLViewer SUBDIR += p5-Tree-Nary + SUBDIR += p5-UML-State SUBDIR += p5-URI-Find SUBDIR += p5-WDDX SUBDIR += p5-WordNet-QueryData 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 |