diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-10 15:47:09 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-10 15:47:09 +0000 |
commit | 71a956d060601832d17236bc8eade9a79330e761 (patch) | |
tree | c7c591b5f3a2093fcc7c61e1d1073489ced15a50 | |
parent | 6712d8c300663fa3c10e18281e2c2919f9b8beba (diff) | |
download | ports-71a956d060601832d17236bc8eade9a79330e761.tar.gz ports-71a956d060601832d17236bc8eade9a79330e761.zip |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Tags/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Text-Tags/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Tags/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Tags/pkg-plist | 8 |
5 files changed, 40 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 115f2979e1dd..5d66a563ab86 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -497,6 +497,7 @@ SUBDIR += p5-Text-Table SUBDIR += p5-Text-Tabs+Wrap SUBDIR += p5-Text-TabularDisplay + SUBDIR += p5-Text-Tags SUBDIR += p5-Text-Template SUBDIR += p5-Text-Textile SUBDIR += p5-Text-Tmpl diff --git a/textproc/p5-Text-Tags/Makefile b/textproc/p5-Text-Tags/Makefile new file mode 100644 index 000000000000..d44d4e034e1e --- /dev/null +++ b/textproc/p5-Text-Tags/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Text-Tags +# Date created: 2006-07-10 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-Tags +PORTVERSION= 0.04 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Parses folksonomy space-separated tags + +PERL_CONFIGURE= yes + +MAN3= Text::Tags.3 Text::Tags::Parser.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-Tags/distinfo b/textproc/p5-Text-Tags/distinfo new file mode 100644 index 000000000000..e4b90efbd1a6 --- /dev/null +++ b/textproc/p5-Text-Tags/distinfo @@ -0,0 +1,3 @@ +MD5 (Text-Tags-0.04.tar.gz) = b7ea1c0bc4729df0d9abcffead238faf +SHA256 (Text-Tags-0.04.tar.gz) = df8e60e1a0e9670a896d6726fe89e9e638d60177a481a3b413beb11f2f621610 +SIZE (Text-Tags-0.04.tar.gz) = 15132 diff --git a/textproc/p5-Text-Tags/pkg-descr b/textproc/p5-Text-Tags/pkg-descr new file mode 100644 index 000000000000..d3586c1d8a88 --- /dev/null +++ b/textproc/p5-Text-Tags/pkg-descr @@ -0,0 +1,6 @@ +Parses "folksonomies", which are simple space-separated-but-optionally- +quoted tag lists. See Text::Tags::Parser for the actual module; +Text::Tags may be used in a future version of the distribution. + +Author: Best Practical Solutions, LLC. +WWW: http://search.cpan.org/dist/Text-Tags/ diff --git a/textproc/p5-Text-Tags/pkg-plist b/textproc/p5-Text-Tags/pkg-plist new file mode 100644 index 000000000000..7511ff68ab70 --- /dev/null +++ b/textproc/p5-Text-Tags/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/Text/Tags.pm +%%SITE_PERL%%/Text/Tags/Parser.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Tags/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Tags +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text/Tags +@dirrmtry %%SITE_PERL%%/Text |