diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-08-30 08:53:12 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-08-30 08:53:12 +0800 |
commit | f258024ec52d49ea3497b8888ab5af644438daba (patch) | |
tree | 8fe592a69fdd759f36f0e42f6440c71d263960da /textproc/p5-Text-Aligner | |
parent | de8d7165bcb7b5456172bc899b8a7bb861fc3c83 (diff) | |
download | freebsd-ports-gnome-f258024ec52d49ea3497b8888ab5af644438daba.tar.gz freebsd-ports-gnome-f258024ec52d49ea3497b8888ab5af644438daba.tar.zst freebsd-ports-gnome-f258024ec52d49ea3497b8888ab5af644438daba.zip |
- Update to 0.06
- Pass to perl@
Changes: http://search.cpan.org/dist/Text-Aligner/Changes
Diffstat (limited to 'textproc/p5-Text-Aligner')
-rw-r--r-- | textproc/p5-Text-Aligner/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Aligner/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Aligner/pkg-descr | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/textproc/p5-Text-Aligner/Makefile b/textproc/p5-Text-Aligner/Makefile index 8b72d7a78af9..ed105e22049b 100644 --- a/textproc/p5-Text-Aligner/Makefile +++ b/textproc/p5-Text-Aligner/Makefile @@ -6,14 +6,16 @@ # PORTNAME= Text-Aligner -PORTVERSION= 0.03 +PORTVERSION= 0.06 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Align text in columns +RUN_DEPENDS= p5-Term-ANSIColor>=2.01:${PORTSDIR}/devel/p5-Term-ANSIColor + PERL_CONFIGURE= yes MAN3= Text::Aligner.3 diff --git a/textproc/p5-Text-Aligner/distinfo b/textproc/p5-Text-Aligner/distinfo index e6ec71c38cf5..5c8c6e040c16 100644 --- a/textproc/p5-Text-Aligner/distinfo +++ b/textproc/p5-Text-Aligner/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-Aligner-0.03.tar.gz) = dd329d4e7e0ef200fd1f653ac9e828e0 -SHA256 (Text-Aligner-0.03.tar.gz) = e9fa4e2f6836f0a637060485cbd53fe80a9a7f04dc1bbf971bb539370247f58c -SIZE (Text-Aligner-0.03.tar.gz) = 15274 +MD5 (Text-Aligner-0.06.tar.gz) = d8cd97670a23bbbfd56031a2db9633a2 +SHA256 (Text-Aligner-0.06.tar.gz) = a193382122c406e7198e207e2090e54b658fd79fc9a92197c2d07e2489f9ee32 +SIZE (Text-Aligner-0.06.tar.gz) = 15764 diff --git a/textproc/p5-Text-Aligner/pkg-descr b/textproc/p5-Text-Aligner/pkg-descr index da3321456533..64558de939f7 100644 --- a/textproc/p5-Text-Aligner/pkg-descr +++ b/textproc/p5-Text-Aligner/pkg-descr @@ -1,4 +1,4 @@ Text::Aligner exports a single function, align(), which is used to justify strings to various alignment styles. -http://search.cpan.org/dist/Text-Aligner +WWW: http://search.cpan.org/dist/Text-Aligner |