svn commit: r397757 - in head/devel: . p5-Getopt-Tabular

Dimitry Andric dim at FreeBSD.org
Thu Sep 24 20:27:47 UTC 2015


Author: dim (src committer)
Date: Thu Sep 24 20:27:45 2015
New Revision: 397757
URL: https://svnweb.freebsd.org/changeset/ports/397757

Log:
  New port: devel/p5-Getopt-Tabular
  
  Getopt::Tabular is a Perl 5 module for table-driven argument parsing,
  vaguely inspired by John Ousterhout's Tk_ParseArgv.
  
  WWW: http://search.cpan.org/~gward/Getopt-Tabular-0.3/
  
  Reviewed by:	kwm

Added:
  head/devel/p5-Getopt-Tabular/
  head/devel/p5-Getopt-Tabular/Makefile   (contents, props changed)
  head/devel/p5-Getopt-Tabular/distinfo   (contents, props changed)
  head/devel/p5-Getopt-Tabular/pkg-descr   (contents, props changed)
  head/devel/p5-Getopt-Tabular/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Sep 24 19:53:50 2015	(r397756)
+++ head/devel/Makefile	Thu Sep 24 20:27:45 2015	(r397757)
@@ -2324,6 +2324,7 @@
     SUBDIR += p5-Getopt-GUI-Long
     SUBDIR += p5-Getopt-Long
     SUBDIR += p5-Getopt-Long-Descriptive
+    SUBDIR += p5-Getopt-Tabular
     SUBDIR += p5-Git-PurePerl
     SUBDIR += p5-Git-Repository
     SUBDIR += p5-Git-Repository-Plugin-Log

Added: head/devel/p5-Getopt-Tabular/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Getopt-Tabular/Makefile	Thu Sep 24 20:27:45 2015	(r397757)
@@ -0,0 +1,18 @@
+# Created by: Dimitry Andric <dim at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Getopt-Tabular
+PORTVERSION=	0.3
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	dim at FreeBSD.org
+COMMENT=	Table-driven argument parsing for Perl 5
+
+USES=		perl5
+USE_PERL5=	configure
+
+MAN3=		Getopt::Tabular.3
+
+.include <bsd.port.mk>

Added: head/devel/p5-Getopt-Tabular/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Getopt-Tabular/distinfo	Thu Sep 24 20:27:45 2015	(r397757)
@@ -0,0 +1,2 @@
+SHA256 (Getopt-Tabular-0.3.tar.gz) = 9bdf067633b5913127820f4e8035edc53d08372faace56ba6bfa00c968a25377
+SIZE (Getopt-Tabular-0.3.tar.gz) = 26453

Added: head/devel/p5-Getopt-Tabular/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Getopt-Tabular/pkg-descr	Thu Sep 24 20:27:45 2015	(r397757)
@@ -0,0 +1,4 @@
+Getopt::Tabular is a Perl 5 module for table-driven argument parsing,
+vaguely inspired by John Ousterhout's Tk_ParseArgv.
+
+WWW: http://search.cpan.org/~gward/Getopt-Tabular-0.3/

Added: head/devel/p5-Getopt-Tabular/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Getopt-Tabular/pkg-plist	Thu Sep 24 20:27:45 2015	(r397757)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/Getopt::Tabular.3.gz
+%%SITE_PERL%%/Getopt/Tabular.pm


More information about the svn-ports-head mailing list