Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2019 19:39:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493198 - head/textproc/p5-Text-FormatTable
Message-ID:  <201902171939.x1HJdbfG034503@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb 17 19:39:37 2019
New Revision: 493198
URL: https://svnweb.freebsd.org/changeset/ports/493198

Log:
  Add LICENSE
  
  - Add NO_ARCH
  - Sort PLIST
  - Update pkg-descr
  - Remove Author line
  - Take maintainership

Modified:
  head/textproc/p5-Text-FormatTable/Makefile
  head/textproc/p5-Text-FormatTable/pkg-descr
  head/textproc/p5-Text-FormatTable/pkg-plist

Modified: head/textproc/p5-Text-FormatTable/Makefile
==============================================================================
--- head/textproc/p5-Text-FormatTable/Makefile	Sun Feb 17 19:39:32 2019	(r493197)
+++ head/textproc/p5-Text-FormatTable/Makefile	Sun Feb 17 19:39:37 2019	(r493198)
@@ -8,10 +8,15 @@ CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Renders simple tables as text
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-FormatTable/pkg-descr
==============================================================================
--- head/textproc/p5-Text-FormatTable/pkg-descr	Sun Feb 17 19:39:32 2019	(r493197)
+++ head/textproc/p5-Text-FormatTable/pkg-descr	Sun Feb 17 19:39:37 2019	(r493198)
@@ -1,8 +1,6 @@
 Text::FormatTable renders simple tables as text. You pass to the constructor
-a table format specification similar to LaTeX (e.g. "r|l|l") and you call
-methods to fill the table data and insert rules. After the data is filled,
-you render the table as text.
+(new) a table format specification similar to LaTeX (e.g. r|l|5l|R|20L) and you
+call methods to fill the table data and insert rules. After the data is filled,
+you call the render method and the table gets formatted as text.
 
 WWW: https://metacpan.org/release/Text-FormatTable
-
-Seamus Venasse <svenasse@polaris.ca>

Modified: head/textproc/p5-Text-FormatTable/pkg-plist
==============================================================================
--- head/textproc/p5-Text-FormatTable/pkg-plist	Sun Feb 17 19:39:32 2019	(r493197)
+++ head/textproc/p5-Text-FormatTable/pkg-plist	Sun Feb 17 19:39:37 2019	(r493198)
@@ -1,3 +1,3 @@
-%%PERL5_MAN3%%/Text::FormatTable.3.gz
 %%SITE_PERL%%/Text/FormatTable.pm
 %%SITE_PERL%%/Text/example.pl
+%%PERL5_MAN3%%/Text::FormatTable.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902171939.x1HJdbfG034503>