diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-ansi/Makefile | 20 | ||||
-rw-r--r-- | devel/rubygem-ansi/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-ansi/pkg-descr | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index df4a0db44545..83c4ccd29ec4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3349,6 +3349,7 @@ SUBDIR += rubygem-activesupport SUBDIR += rubygem-allison SUBDIR += rubygem-analogger + SUBDIR += rubygem-ansi SUBDIR += rubygem-app_config SUBDIR += rubygem-arrayfields SUBDIR += rubygem-atoulme-antwrap diff --git a/devel/rubygem-ansi/Makefile b/devel/rubygem-ansi/Makefile new file mode 100644 index 000000000000..9708d513da37 --- /dev/null +++ b/devel/rubygem-ansi/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: rubygem-ansi +# Date created: 2011-10-27 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ansi +PORTVERSION= 1.3.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Gem enabling ANSI code based colorization and stylization of output + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-ansi/distinfo b/devel/rubygem-ansi/distinfo new file mode 100644 index 000000000000..7de413617052 --- /dev/null +++ b/devel/rubygem-ansi/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/ansi-1.3.0.gem) = 6cc91ec6a368a3578306f02c77cb55674f5fdaa3cfed3727f1e39b77813c2d19 +SIZE (rubygem/ansi-1.3.0.gem) = 38912 diff --git a/devel/rubygem-ansi/pkg-descr b/devel/rubygem-ansi/pkg-descr new file mode 100644 index 000000000000..1ebb539b05ed --- /dev/null +++ b/devel/rubygem-ansi/pkg-descr @@ -0,0 +1,4 @@ +The ANSI project is a collection of ANSI escape code related libraries enabling +ANSI code based colorization and stylization of output. + +WWW: http://rubyworks.github.com/ansi/ |