From owner-svn-ports-all@freebsd.org Sun Aug 23 09:39:27 2015 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 99DDC9C0875; Sun, 23 Aug 2015 09:39:27 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 80033149D; Sun, 23 Aug 2015 09:39:27 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7N9dRBd026117; Sun, 23 Aug 2015 09:39:27 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7N9dQlS026112; Sun, 23 Aug 2015 09:39:26 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201508230939.t7N9dQlS026112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Sun, 23 Aug 2015 09:39:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395080 - in head/textproc: . p5-Text-SimpleTable-AutoWidth 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.20 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, 23 Aug 2015 09:39:27 -0000 Author: kuriyama Date: Sun Aug 23 09:39:25 2015 New Revision: 395080 URL: https://svnweb.freebsd.org/changeset/ports/395080 Log: Simple eyecandy ASCII tables with auto-width selection. WWW: http://search.cpan.org/dist/Text-SimpleTable-AutoWidth/ Added: head/textproc/p5-Text-SimpleTable-AutoWidth/ head/textproc/p5-Text-SimpleTable-AutoWidth/Makefile (contents, props changed) head/textproc/p5-Text-SimpleTable-AutoWidth/distinfo (contents, props changed) head/textproc/p5-Text-SimpleTable-AutoWidth/pkg-descr (contents, props changed) head/textproc/p5-Text-SimpleTable-AutoWidth/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Aug 23 08:56:57 2015 (r395079) +++ head/textproc/Makefile Sun Aug 23 09:39:25 2015 (r395080) @@ -892,6 +892,7 @@ SUBDIR += p5-Text-Shellwords SUBDIR += p5-Text-Similarity SUBDIR += p5-Text-SimpleTable + SUBDIR += p5-Text-SimpleTable-AutoWidth SUBDIR += p5-Text-SimpleTemplate SUBDIR += p5-Text-Soundex SUBDIR += p5-Text-SpellChecker Added: head/textproc/p5-Text-SimpleTable-AutoWidth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-SimpleTable-AutoWidth/Makefile Sun Aug 23 09:39:25 2015 (r395080) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= Text-SimpleTable-AutoWidth +PORTVERSION= 0.09 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for ASCII tables auto-width selection + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= \ + p5-Moo>0:${PORTSDIR}/devel/p5-Moo \ + p5-Text-SimpleTable>0:${PORTSDIR}/textproc/p5-Text-SimpleTable +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include Added: head/textproc/p5-Text-SimpleTable-AutoWidth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-SimpleTable-AutoWidth/distinfo Sun Aug 23 09:39:25 2015 (r395080) @@ -0,0 +1,2 @@ +SHA256 (Text-SimpleTable-AutoWidth-0.09.tar.gz) = 1c176e8e1c01bbe86a7f3acde4473f0f034d410050246f2eba4cf68a08daf643 +SIZE (Text-SimpleTable-AutoWidth-0.09.tar.gz) = 11138 Added: head/textproc/p5-Text-SimpleTable-AutoWidth/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-SimpleTable-AutoWidth/pkg-descr Sun Aug 23 09:39:25 2015 (r395080) @@ -0,0 +1,3 @@ +Simple eyecandy ASCII tables with auto-width selection. + +WWW: http://search.cpan.org/dist/Text-SimpleTable-AutoWidth/ Added: head/textproc/p5-Text-SimpleTable-AutoWidth/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-SimpleTable-AutoWidth/pkg-plist Sun Aug 23 09:39:25 2015 (r395080) @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/Text::SimpleTable::AutoWidth.3.gz +%%SITE_PERL%%/Text/SimpleTable/AutoWidth.pm