Update to 1.116:

- BUILD_DEPENDS updated to show minimum version requirements for p5-Text-Aligner
(was updated by vendor to 0.05).
- WWW link added to pkg-descr

Changes: http://search.cpan.org/dist/Text-Table/Changes

PR:		ports/150268
Submitted by:	Frederic Culot <frederic@culot.org>
Approved by:	miwi@ (maintainer via timeout)
This commit is contained in:
Andrej Zverev 2010-09-25 15:27:08 +00:00
parent cd40b78bb6
commit edc03efbe0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261832
3 changed files with 7 additions and 5 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= Text-Table
PORTVERSION= 1.114
PORTVERSION= 1.116
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= miwi@FreeBSD.org
COMMENT= Organize Data in Tables
BUILD_DEPENDS= ${SITE_PERL}/Text/Aligner.pm:${PORTSDIR}/textproc/p5-Text-Aligner
BUILD_DEPENDS= p5-Text-Aligner>=0.05:${PORTSDIR}/textproc/p5-Text-Aligner
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View file

@ -1,3 +1,3 @@
MD5 (Text-Table-1.114.tar.gz) = ae0d69a743bc52a169dea6a07c301e06
SHA256 (Text-Table-1.114.tar.gz) = f5d6fbaeb8b63eaf7eef8257079e2e50a63a064b01db35a0f210257ab677d762
SIZE (Text-Table-1.114.tar.gz) = 29437
MD5 (Text-Table-1.116.tar.gz) = 9f02e30e22b1486a86c4454291b97ef7
SHA256 (Text-Table-1.116.tar.gz) = 600fd936a249fd98101ebe2aa81409cd509f3f8e72795aa17bdb9c345850cbf1
SIZE (Text-Table-1.116.tar.gz) = 29800

View file

@ -5,3 +5,5 @@ titles aligned with the data columns are not trivial, and the one-shot
solutions one comes up with tend to be particularly hard to maintain.
Text::Table allows you to create and maintain tables that adapt to
alignment requirements as you use them.
WWW: http://search.cpan.org/dist/Text-Table/