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.
This commit is contained in:
parent
39fef970b8
commit
c2385dcfa9
4 changed files with 33 additions and 0 deletions
2
devel/ruby-termcolor/DESCR
Normal file
2
devel/ruby-termcolor/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Termcolor is a library for ANSII color formatting like HTML for output in
|
||||
terminal.
|
16
devel/ruby-termcolor/Makefile
Normal file
16
devel/ruby-termcolor/Makefile
Normal file
|
@ -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"
|
10
devel/ruby-termcolor/PLIST
Normal file
10
devel/ruby-termcolor/PLIST
Normal file
|
@ -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
|
5
devel/ruby-termcolor/distinfo
Normal file
5
devel/ruby-termcolor/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue