mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
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>
This commit is contained in:
parent
1062fc91f5
commit
30881f8b63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91486
@ -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
|
||||
|
27
textproc/p5-UML-State/Makefile
Normal file
27
textproc/p5-UML-State/Makefile
Normal file
@ -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>
|
1
textproc/p5-UML-State/distinfo
Normal file
1
textproc/p5-UML-State/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (UML-State-0.02.tar.gz) = 94b9e84d30ee03b0d96348b72d7f133d
|
6
textproc/p5-UML-State/pkg-descr
Normal file
6
textproc/p5-UML-State/pkg-descr
Normal file
@ -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>
|
10
textproc/p5-UML-State/pkg-plist
Normal file
10
textproc/p5-UML-State/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user