diff options
author | aaron <aaron@FreeBSD.org> | 2006-06-22 00:53:33 +0000 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-06-22 00:53:33 +0000 |
commit | f55bb5e1d3c08f80f9a72835343c0045b93d1812 (patch) | |
tree | 5962a0d89a80c0723485ff1dac5685f1e263a741 /textproc | |
parent | 424c71266b8d61504177ab5ca0f33e009894fbe7 (diff) | |
download | FreeBSD-ports-f55bb5e1d3c08f80f9a72835343c0045b93d1812.zip FreeBSD-ports-f55bb5e1d3c08f80f9a72835343c0045b93d1812.tar.gz |
Adding port textproc/p5-Games-Dissociate, A Dissociated Press algorithm
and filter.
Approved by: tobez (implicit)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Games-Dissociate/Makefile | 34 | ||||
-rw-r--r-- | textproc/p5-Games-Dissociate/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Games-Dissociate/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/p5-Games-Dissociate/pkg-plist | 5 |
5 files changed, 50 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 7deded2..3ba9495 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -319,6 +319,7 @@ SUBDIR += p5-Filter-Simple SUBDIR += p5-FormValidator-Simple SUBDIR += p5-FreeBSD-Ports + SUBDIR += p5-Games-Dissociate SUBDIR += p5-HTML-Entities-Numbered SUBDIR += p5-HTML-EscapeEvil SUBDIR += p5-HTML-Format diff --git a/textproc/p5-Games-Dissociate/Makefile b/textproc/p5-Games-Dissociate/Makefile new file mode 100644 index 0000000..48479a8 --- /dev/null +++ b/textproc/p5-Games-Dissociate/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-Games-Dissociate +# Date created: 21 Jun 2006 +# Whom: Aaron Dalton <aaron@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Games-Dissociate +PORTVERSION= 0.17 +CATEGORIES= textproc games perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/A/AV/AVIF +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= A Dissociated Press algorithm and filter + +MAN3= Games::Dissociate.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +#IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again +#post-patch: +# @${PERL} -pi -e 's/our ([^ ]+)/use vars qw($$1); $$1/g;' \ +# -e '$$_ = "" if /use warnings/;' \ +# ${WRKSRC}/lib/GraphViz/Traverse.pm \ +# ${WRKSRC}/t/*.t \ +# ${WRKSRC}/Makefile.PL +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-Games-Dissociate/distinfo b/textproc/p5-Games-Dissociate/distinfo new file mode 100644 index 0000000..e3a08cc --- /dev/null +++ b/textproc/p5-Games-Dissociate/distinfo @@ -0,0 +1,3 @@ +MD5 (Games-Dissociate-0.17.tar.gz) = eb2570e26d4314633d9440cb7da3c04c +SHA256 (Games-Dissociate-0.17.tar.gz) = 94024659d6a809634c3b034447227eaf47e41db5b6f665c454b5043a7beda8be +SIZE (Games-Dissociate-0.17.tar.gz) = 12743 diff --git a/textproc/p5-Games-Dissociate/pkg-descr b/textproc/p5-Games-Dissociate/pkg-descr new file mode 100644 index 0000000..9ff8fe1 --- /dev/null +++ b/textproc/p5-Games-Dissociate/pkg-descr @@ -0,0 +1,7 @@ +This module provides the function dissociate, which implements a +Dissociated Press algorithm, well known to Emacs users as "meta-x +dissociate". The algorithm here is by no means a straight port of Emacs's +dissociate.el, but is instead merely inspired by it. + +WWW: http://search.cpan.org/dist/Games-Dissociate +Author: Avi Finkel <avi@finkel.org> diff --git a/textproc/p5-Games-Dissociate/pkg-plist b/textproc/p5-Games-Dissociate/pkg-plist new file mode 100644 index 0000000..df04f04 --- /dev/null +++ b/textproc/p5-Games-Dissociate/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Games/Dissociate.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Dissociate/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Dissociate +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games +@dirrmtry %%SITE_PERL%%/Games |