diff options
author | mef <mef@pkgsrc.org> | 2013-05-09 15:53:32 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2013-05-09 15:53:32 +0000 |
commit | 45dae39ee5a4a93e35c946448235bd04ffa61a37 (patch) | |
tree | 62005581c0b307025478b8913d31b807439d26e7 /misc/ruby-rainbow | |
parent | 87640d3d7b761564415d4d5f1167e1e00b986238 (diff) | |
download | pkgsrc-45dae39ee5a4a93e35c946448235bd04ffa61a37.tar.gz |
PR pkg/47791 orignated by tsutsui@ for tw,
CUI client for twitter written by ruby.
This is actually following set. But just making package on
net/ruby-tw will pull all these prerequisites.
- misc/ruby-args_parser args_parser-0.1.4
Parse ARGV from command line with DSL.
- misc/ruby-hashie hashie-1.2.0
Hashie is a small collection of tools that make hashes more powerful.
Currently includes Mash (Mocking Hash) and Dash (Discrete Hash).
- misc/ruby-parallel parallel-0.6.4
Ruby gem to run any kind of code in parallel processes.
- misc/ruby-rainbow rainbow-1.1.4
Rainbow extends ruby String class enabling coloring text on ANSI terminals.
- net/ruby-tw tw-0.3.9
Ruby based CUI Twitter client.
- net/ruby-twitter twitter-4.6.2
A Ruby interface to the Twitter API.
- net/ruby-userstream userstream-1.3.0
UserStream is a simple twitter userstream library.
Diffstat (limited to 'misc/ruby-rainbow')
-rw-r--r-- | misc/ruby-rainbow/DESCR | 1 | ||||
-rw-r--r-- | misc/ruby-rainbow/Makefile | 15 | ||||
-rw-r--r-- | misc/ruby-rainbow/PLIST | 10 | ||||
-rw-r--r-- | misc/ruby-rainbow/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/misc/ruby-rainbow/DESCR b/misc/ruby-rainbow/DESCR new file mode 100644 index 00000000000..a000fda449e --- /dev/null +++ b/misc/ruby-rainbow/DESCR @@ -0,0 +1 @@ +Rainbow extends ruby String class enabling coloring text on ANSI terminals. diff --git a/misc/ruby-rainbow/Makefile b/misc/ruby-rainbow/Makefile new file mode 100644 index 00000000000..49376aecbeb --- /dev/null +++ b/misc/ruby-rainbow/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2013/05/09 15:53:32 mef Exp $ +# + +DISTNAME= rainbow-1.1.4 +CATEGORIES= misc + +MAINTAINER= tsutsui@NetBSD.org +HOMEPAGE= https://github.com/sickill/rainbow +COMMENT= Extends ruby String class enabling coloring text on ANSI terminals +LICENSE= mit + +USE_LANGUAGES= # none + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/ruby-rainbow/PLIST b/misc/ruby-rainbow/PLIST new file mode 100644 index 00000000000..ce5fd3a1608 --- /dev/null +++ b/misc/ruby-rainbow/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1 2013/05/09 15:53:32 mef Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/Changelog +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.markdown +${GEM_LIBDIR}/lib/ansi_color.rb +${GEM_LIBDIR}/lib/ansi_rgb.rb +${GEM_LIBDIR}/lib/rainbow.rb +${GEM_LIBDIR}/test/rainbow_test.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/misc/ruby-rainbow/distinfo b/misc/ruby-rainbow/distinfo new file mode 100644 index 00000000000..ea5e2c479bd --- /dev/null +++ b/misc/ruby-rainbow/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/05/09 15:53:32 mef Exp $ + +SHA1 (rainbow-1.1.4.gem) = 28dec847c69f244a93de9f2593ef42b9dfc3146d +RMD160 (rainbow-1.1.4.gem) = 67ebbc881ba281b5756109fc11209991903e9087 +Size (rainbow-1.1.4.gem) = 7680 bytes |