From 6490f1f1c7f494659cd2f2d4ed53b2abb4789b2b Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Tue, 5 Nov 2013 07:58:00 +0000 Subject: 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/ --- textproc/p5-YAML-Tiny-Color/Makefile | 15 +++++++++++++++ textproc/p5-YAML-Tiny-Color/distinfo | 2 ++ textproc/p5-YAML-Tiny-Color/pkg-descr | 4 ++++ textproc/p5-YAML-Tiny-Color/pkg-plist | 4 ++++ 4 files changed, 25 insertions(+) create mode 100644 textproc/p5-YAML-Tiny-Color/Makefile create mode 100644 textproc/p5-YAML-Tiny-Color/distinfo create mode 100644 textproc/p5-YAML-Tiny-Color/pkg-descr create mode 100644 textproc/p5-YAML-Tiny-Color/pkg-plist (limited to 'textproc/p5-YAML-Tiny-Color') diff --git a/textproc/p5-YAML-Tiny-Color/Makefile b/textproc/p5-YAML-Tiny-Color/Makefile new file mode 100644 index 000000000000..e0d832ab1853 --- /dev/null +++ b/textproc/p5-YAML-Tiny-Color/Makefile @@ -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 diff --git a/textproc/p5-YAML-Tiny-Color/distinfo b/textproc/p5-YAML-Tiny-Color/distinfo new file mode 100644 index 000000000000..56ed450beb31 --- /dev/null +++ b/textproc/p5-YAML-Tiny-Color/distinfo @@ -0,0 +1,2 @@ +SHA256 (YAML-Tiny-Color-0.03.tar.gz) = 94d5138d4496149b26cb4b4e4b22744092b60192a064643feab57cb9f4554dcf +SIZE (YAML-Tiny-Color-0.03.tar.gz) = 11997 diff --git a/textproc/p5-YAML-Tiny-Color/pkg-descr b/textproc/p5-YAML-Tiny-Color/pkg-descr new file mode 100644 index 000000000000..c96917b58424 --- /dev/null +++ b/textproc/p5-YAML-Tiny-Color/pkg-descr @@ -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/ diff --git a/textproc/p5-YAML-Tiny-Color/pkg-plist b/textproc/p5-YAML-Tiny-Color/pkg-plist new file mode 100644 index 000000000000..9e9f663d6552 --- /dev/null +++ b/textproc/p5-YAML-Tiny-Color/pkg-plist @@ -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 -- cgit v1.2.3