svn commit: r493198 - head/textproc/p5-Text-FormatTable

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 17 19:39:47 UTC 2019


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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 at 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


More information about the svn-ports-all mailing list