From owner-svn-ports-head@FreeBSD.ORG Tue Nov 5 07:58:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 543F0382; Tue, 5 Nov 2013 07:58:02 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 334B72371; Tue, 5 Nov 2013 07:58:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA57w22A066504; Tue, 5 Nov 2013 07:58:02 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA57w1DM066498; Tue, 5 Nov 2013 07:58:01 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201311050758.rA57w1DM066498@svn.freebsd.org> From: Jun Kuriyama Date: Tue, 5 Nov 2013 07:58:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332817 - in head/textproc: . p5-YAML-Tiny-Color X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Nov 2013 07:58:02 -0000 Author: kuriyama Date: Tue Nov 5 07:58:00 2013 New Revision: 332817 URL: http://svnweb.freebsd.org/changeset/ports/332817 Log: This module dumps your data structure as YAML with color using ANSI escape sequences. To change the colors, see %theme in source code. WWW: http://search.cpan.org/dist/YAML-Tiny-Color/ Added: head/textproc/p5-YAML-Tiny-Color/ head/textproc/p5-YAML-Tiny-Color/Makefile (contents, props changed) head/textproc/p5-YAML-Tiny-Color/distinfo (contents, props changed) head/textproc/p5-YAML-Tiny-Color/pkg-descr (contents, props changed) head/textproc/p5-YAML-Tiny-Color/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Nov 5 07:49:09 2013 (r332816) +++ head/textproc/Makefile Tue Nov 5 07:58:00 2013 (r332817) @@ -1036,6 +1036,7 @@ SUBDIR += p5-YAML-Shell SUBDIR += p5-YAML-Syck SUBDIR += p5-YAML-Tiny + SUBDIR += p5-YAML-Tiny-Color SUBDIR += p5-YAPE-HTML SUBDIR += p5-YAPE-Regex SUBDIR += p5-YAPE-Regex-Explain Added: head/textproc/p5-YAML-Tiny-Color/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-YAML-Tiny-Color/Makefile Tue Nov 5 07:58:00 2013 (r332817) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= YAML-Tiny-Color +PORTVERSION= 0.03 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to dump YAML with color + +USES= perl5 +USE_PERL5= modbuild + +.include Added: head/textproc/p5-YAML-Tiny-Color/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-YAML-Tiny-Color/distinfo Tue Nov 5 07:58:00 2013 (r332817) @@ -0,0 +1,2 @@ +SHA256 (YAML-Tiny-Color-0.03.tar.gz) = 94d5138d4496149b26cb4b4e4b22744092b60192a064643feab57cb9f4554dcf +SIZE (YAML-Tiny-Color-0.03.tar.gz) = 11997 Added: head/textproc/p5-YAML-Tiny-Color/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-YAML-Tiny-Color/pkg-descr Tue Nov 5 07:58:00 2013 (r332817) @@ -0,0 +1,4 @@ +This module dumps your data structure as YAML with color using ANSI +escape sequences. To change the colors, see %theme in source code. + +WWW: http://search.cpan.org/dist/YAML-Tiny-Color/ Added: head/textproc/p5-YAML-Tiny-Color/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-YAML-Tiny-Color/pkg-plist Tue Nov 5 07:58:00 2013 (r332817) @@ -0,0 +1,4 @@ +%%PERL5_MAN3%%/YAML::Tiny::Color.3.gz +%%SITE_PERL%%/YAML/Tiny/Color.pm +@dirrmtry %%SITE_PERL%%/YAML/Tiny +@dirrmtry %%SITE_PERL%%/YAML