diff options
author | minskim <minskim@pkgsrc.org> | 2011-08-21 05:01:27 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-08-21 05:01:27 +0000 |
commit | ca490755ff4bcfe183669a04d65c901571d5d947 (patch) | |
tree | e2c4e3910b291d69e27b6a1139b10925e4c1b10a | |
parent | 88d1ef9499f2358efaa078f89b41fd17dac2e599 (diff) | |
download | pkgsrc-ca490755ff4bcfe183669a04d65c901571d5d947.tar.gz |
Import ruby19-albino-1.3.3 as textproc/ruby-albino.
Albino is a ruby wrapper for pygmentize. This project is an
extraction from GitHub.
-rw-r--r-- | textproc/ruby-albino/DESCR | 2 | ||||
-rw-r--r-- | textproc/ruby-albino/Makefile | 14 | ||||
-rw-r--r-- | textproc/ruby-albino/PLIST | 13 | ||||
-rw-r--r-- | textproc/ruby-albino/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/textproc/ruby-albino/DESCR b/textproc/ruby-albino/DESCR new file mode 100644 index 00000000000..89855e4e6e1 --- /dev/null +++ b/textproc/ruby-albino/DESCR @@ -0,0 +1,2 @@ +Albino is a ruby wrapper for pygmentize. This project is an +extraction from GitHub. diff --git a/textproc/ruby-albino/Makefile b/textproc/ruby-albino/Makefile new file mode 100644 index 00000000000..68a35a89f3d --- /dev/null +++ b/textproc/ruby-albino/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/08/21 05:01:27 minskim Exp $ + +DISTNAME= albino-1.3.3 +CATEGORIES= textproc + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/github/albino +COMMENT= Ruby wrapper for the Pygments syntax highlighter + +DEPENDS+= ${RUBY_PKGPREFIX}-posix-spawn>=0.3.6:../../devel/ruby-posix-spawn +LICENSE= mit + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-albino/PLIST b/textproc/ruby-albino/PLIST new file mode 100644 index 00000000000..ab030c7d362 --- /dev/null +++ b/textproc/ruby-albino/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/21 05:01:27 minskim Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/albino.gemspec +${GEM_LIBDIR}/lib/albino.rb +${GEM_LIBDIR}/lib/albino/multi.rb +${GEM_LIBDIR}/test/albino_test.rb +${GEM_LIBDIR}/test/multi_albino_test.rb +${GEM_LIBDIR}/vendor/multipygmentize +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/textproc/ruby-albino/distinfo b/textproc/ruby-albino/distinfo new file mode 100644 index 00000000000..85fc523f3d2 --- /dev/null +++ b/textproc/ruby-albino/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/08/21 05:01:27 minskim Exp $ + +SHA1 (albino-1.3.3.gem) = 0a3f534789c1b76dad046563ca6124bd4febe3eb +RMD160 (albino-1.3.3.gem) = 972213b8bced94f6b9e734b792ca48b565d755db +Size (albino-1.3.3.gem) = 10240 bytes |