diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-25 02:06:55 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-25 02:06:55 +0000 |
commit | 8176e1389d6363930199691f9ccebe4dde923d46 (patch) | |
tree | 4847813a6b73de8f0db91abe63b6286324e6589d /textproc | |
parent | 442ec5efdfbcc311efeaf63a8568fcc2cdb7490d (diff) | |
download | pkgsrc-8176e1389d6363930199691f9ccebe4dde923d46.tar.gz |
Update textproc/p5-Filter to 1.30. Changes from version 1.16 are mostly
just minor bug fixes and updates to work with newer versions of Perl.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Filter/DESCR | 23 | ||||
-rw-r--r-- | textproc/p5-Filter/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Filter/distinfo | 6 |
3 files changed, 15 insertions, 22 deletions
diff --git a/textproc/p5-Filter/DESCR b/textproc/p5-Filter/DESCR index 6193b1ea3e4..1e014dd4124 100644 --- a/textproc/p5-Filter/DESCR +++ b/textproc/p5-Filter/DESCR @@ -1,14 +1,9 @@ - This package contains a set of text filter classes. The -distribution includes: - - Filter::Util::Call - Perl Source Filter Utility Framework - - Filter::decrypt - template for a decrypt source filter - - Filter::tee - tee source filter - - Filter::sh - sh command source filter - - Filter::cpp - C pre-processor source filter - - Filter::exec - exec source filter +This package contains a set of text filter classes. The distribution +includes: + + Filter::Util::Call Perl Source Filter Utility Framework + Filter::decrypt template for a decrypt source filter + Filter::tee tee source filter + Filter::sh sh command source filter + Filter::cpp C pre-processor source filter + Filter::exec exec source filter diff --git a/textproc/p5-Filter/Makefile b/textproc/p5-Filter/Makefile index 3d7d1baa2e7..c385a7bb8c3 100644 --- a/textproc/p5-Filter/Makefile +++ b/textproc/p5-Filter/Makefile @@ -1,17 +1,15 @@ -# $NetBSD: Makefile,v 1.11 2004/12/20 11:31:09 grant Exp $ -# +# $NetBSD: Makefile,v 1.12 2004/12/25 02:06:55 jlam Exp $ -DISTNAME= Filter-1.16 +DISTNAME= Filter-1.30 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5fil -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Filter/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Perl5 classes representing a number of source filters -USE_BUILDLINK3= YES +USE_BUILDLINK3= yes PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Filter/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-Filter/distinfo b/textproc/p5-Filter/distinfo index 31b196c4c62..6a976da47ae 100644 --- a/textproc/p5-Filter/distinfo +++ b/textproc/p5-Filter/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 15:05:02 skrll Exp $ +$NetBSD: distinfo,v 1.3 2004/12/25 02:06:55 jlam Exp $ -SHA1 (Filter-1.16.tar.gz) = 496c7f7006c5016286680f6c9b35f0d143d03b7b -Size (Filter-1.16.tar.gz) = 24119 bytes +SHA1 (Filter-1.30.tar.gz) = 4fddf0bd5e4cdf9ea88c65460a9f14edac1de1fa +Size (Filter-1.30.tar.gz) = 39956 bytes |