From owner-svn-ports-all@freebsd.org Sun Nov 6 16:51:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58958C338F2; Sun, 6 Nov 2016 16:51:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31139620; Sun, 6 Nov 2016 16:51:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6GpPeI055570; Sun, 6 Nov 2016 16:51:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GpOQr055565; Sun, 6 Nov 2016 16:51:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061651.uA6GpOQr055565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Nov 2016 16:51:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425562 - in head/textproc: . p5-Text-Table-Manifold X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2016 16:51:26 -0000 Author: sunpoet Date: Sun Nov 6 16:51:24 2016 New Revision: 425562 URL: https://svnweb.freebsd.org/changeset/ports/425562 Log: - Add p5-Text-Table-Manifold 1.00 Text::Table::Manifold outputs tables in any one of several supported types. WWW: http://search.cpan.org/dist/Text-Table-Manifold/ Added: head/textproc/p5-Text-Table-Manifold/ head/textproc/p5-Text-Table-Manifold/Makefile (contents, props changed) head/textproc/p5-Text-Table-Manifold/distinfo (contents, props changed) head/textproc/p5-Text-Table-Manifold/pkg-descr (contents, props changed) head/textproc/p5-Text-Table-Manifold/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Nov 6 16:51:20 2016 (r425561) +++ head/textproc/Makefile Sun Nov 6 16:51:24 2016 (r425562) @@ -929,6 +929,7 @@ SUBDIR += p5-Text-SpellChecker-GUI SUBDIR += p5-Text-Striphigh SUBDIR += p5-Text-Table + SUBDIR += p5-Text-Table-Manifold SUBDIR += p5-Text-Tabs+Wrap SUBDIR += p5-Text-TabularDisplay SUBDIR += p5-Text-Tags Added: head/textproc/p5-Text-Table-Manifold/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-Manifold/Makefile Sun Nov 6 16:51:24 2016 (r425562) @@ -0,0 +1,28 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Text-Table-Manifold +PORTVERSION= 1.00 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Render tables in manifold formats + +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Const-Exporter>=0.2.3:devel/p5-Const-Exporter \ + p5-HTML-Entities-Interpolate>=1.05:textproc/p5-HTML-Entities-Interpolate \ + p5-List-AllUtils>=0.08:devel/p5-List-AllUtils \ + p5-Module-Runtime>=0.014:devel/p5-Module-Runtime \ + p5-Moo>=1.006000:devel/p5-Moo \ + p5-Type-Tiny>=1.000004:devel/p5-Type-Tiny \ + p5-Unicode-LineBreak>=2013.10:textproc/p5-Unicode-LineBreak +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= configure +USES= perl5 tar:tgz + +.include Added: head/textproc/p5-Text-Table-Manifold/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-Manifold/distinfo Sun Nov 6 16:51:24 2016 (r425562) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478373891 +SHA256 (Text-Table-Manifold-1.00.tgz) = 9cdd19c8f0e1153a60cfd575664f5a41d1df17401cbc1e7b2655938d21808fb3 +SIZE (Text-Table-Manifold-1.00.tgz) = 23695 Added: head/textproc/p5-Text-Table-Manifold/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-Manifold/pkg-descr Sun Nov 6 16:51:24 2016 (r425562) @@ -0,0 +1,3 @@ +Text::Table::Manifold outputs tables in any one of several supported types. + +WWW: http://search.cpan.org/dist/Text-Table-Manifold/ Added: head/textproc/p5-Text-Table-Manifold/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-Manifold/pkg-plist Sun Nov 6 16:51:24 2016 (r425562) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Text/Table/Manifold.pm +%%PERL5_MAN3%%/Text::Table::Manifold.3.gz