diff options
author | obache <obache@pkgsrc.org> | 2010-03-02 11:48:02 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-03-02 11:48:02 +0000 |
commit | c2385dcfa9bdee9b13b02b3d2eebad93b827df5c (patch) | |
tree | 4e505a05d4c45acdc64ae13604339614a5949f2a | |
parent | 39fef970b847beac4a9d585afe98c29c69546d30 (diff) | |
download | pkgsrc-c2385dcfa9bdee9b13b02b3d2eebad93b827df5c.tar.gz |
Import ruby18-termcolor-1.2.0 as devel/ruby-termcolor.
Package provided by @anyakichi via twitter.
Termcolor is a library for ANSII color formatting like HTML for output in
terminal.
-rw-r--r-- | devel/ruby-termcolor/DESCR | 2 | ||||
-rw-r--r-- | devel/ruby-termcolor/Makefile | 16 | ||||
-rw-r--r-- | devel/ruby-termcolor/PLIST | 10 | ||||
-rw-r--r-- | devel/ruby-termcolor/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/ruby-termcolor/DESCR b/devel/ruby-termcolor/DESCR new file mode 100644 index 00000000000..b258cb80847 --- /dev/null +++ b/devel/ruby-termcolor/DESCR @@ -0,0 +1,2 @@ +Termcolor is a library for ANSII color formatting like HTML for output in +terminal. diff --git a/devel/ruby-termcolor/Makefile b/devel/ruby-termcolor/Makefile new file mode 100644 index 00000000000..aa65bea0839 --- /dev/null +++ b/devel/ruby-termcolor/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/03/02 11:48:02 obache Exp $ + +DISTNAME= termcolor-1.2.0 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://rubyforge.org/projects/termcolor/ +COMMENT= ANSI color formatting like HTML for output in terminal + +DEPENDS+= ${RUBY_PKGPREFIX}-highline>=1.5.0:../../devel/ruby-highline + +GEM_BUILD= gemspec + +.include "../../misc/rubygems/rubygem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-termcolor/PLIST b/devel/ruby-termcolor/PLIST new file mode 100644 index 00000000000..ee1888dcc15 --- /dev/null +++ b/devel/ruby-termcolor/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/02 11:48:02 obache Exp $ +${GEM_HOME}/cache/termcolor-${PKGVERSION}.gem +${GEM_LIBDIR}/History.txt +${GEM_LIBDIR}/README.rdoc +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/examples/example.rb +${GEM_LIBDIR}/lib/termcolor.rb +${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_LIBDIR}/spec/termcolor_spec.rb +${GEM_HOME}/specifications/termcolor-${PKGVERSION}.gemspec diff --git a/devel/ruby-termcolor/distinfo b/devel/ruby-termcolor/distinfo new file mode 100644 index 00000000000..c3e49686bc5 --- /dev/null +++ b/devel/ruby-termcolor/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/03/02 11:48:02 obache Exp $ + +SHA1 (termcolor-1.2.0.gem) = ccb19dc24757f5a2a27f948fe7bfc7a72e8a4601 +RMD160 (termcolor-1.2.0.gem) = 234b7c6e5fdae65febe9214442c66062908d91af +Size (termcolor-1.2.0.gem) = 6656 bytes |