diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2013-11-05 15:58:00 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2013-11-05 15:58:00 +0800 |
commit | f236a95b19a396cfa7d5443f8c2d43597f5385a1 (patch) | |
tree | 97077c4c3200da83e4518e623370fe75da0af6cf /textproc | |
parent | 7529ef8882575b9cd5f4b57a5a81fdf1ab9e71cc (diff) | |
download | freebsd-ports-gnome-f236a95b19a396cfa7d5443f8c2d43597f5385a1.tar.gz freebsd-ports-gnome-f236a95b19a396cfa7d5443f8c2d43597f5385a1.tar.zst freebsd-ports-gnome-f236a95b19a396cfa7d5443f8c2d43597f5385a1.zip |
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/
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-YAML-Tiny-Color/Makefile | 15 | ||||
-rw-r--r-- | textproc/p5-YAML-Tiny-Color/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-YAML-Tiny-Color/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-YAML-Tiny-Color/pkg-plist | 4 |
5 files changed, 26 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ff1a0ab039d4..8371af82dbd7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 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 <bsd.port.mk> 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 |