diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-08-22 15:41:23 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-08-22 15:41:23 +0000 |
commit | 0c4fb42d94b61d8b441c18ab50a7a10b50abbc93 (patch) | |
tree | 8760a696f5e0ac62bc88607f50e1ceeecdab04e7 /textproc/ruby-textpow | |
parent | 0f967aafb4147b09a30a71a8b03760379f1111d6 (diff) | |
download | pkgsrc-0c4fb42d94b61d8b441c18ab50a7a10b50abbc93.tar.gz |
Import ruby18-textpow-0.10.1 as textproc/ruby-textpow.
Textpow is a library to parse and process Textmate bundles. Although created
created for their use in a word processor, these bundles have many other uses.
For example, we have used them to create a syntax highligting utility and also
the markup rendering engine used to render this documentation.
Diffstat (limited to 'textproc/ruby-textpow')
-rw-r--r-- | textproc/ruby-textpow/DESCR | 4 | ||||
-rw-r--r-- | textproc/ruby-textpow/Makefile | 17 | ||||
-rw-r--r-- | textproc/ruby-textpow/PLIST | 23 | ||||
-rw-r--r-- | textproc/ruby-textpow/distinfo | 5 |
4 files changed, 49 insertions, 0 deletions
diff --git a/textproc/ruby-textpow/DESCR b/textproc/ruby-textpow/DESCR new file mode 100644 index 00000000000..bcf821dae2c --- /dev/null +++ b/textproc/ruby-textpow/DESCR @@ -0,0 +1,4 @@ +Textpow is a library to parse and process Textmate bundles. Although created +created for their use in a word processor, these bundles have many other uses. +For example, we have used them to create a syntax highligting utility and also +the markup rendering engine used to render this documentation. diff --git a/textproc/ruby-textpow/Makefile b/textproc/ruby-textpow/Makefile new file mode 100644 index 00000000000..31783999820 --- /dev/null +++ b/textproc/ruby-textpow/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/22 15:41:23 ahoka Exp $ + +DISTNAME= textpow-0.10.1 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= textproc + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://textpow.rubyforge.org/ +COMMENT= Library to parse and process Textmate bundles + +GEM_BUILD= gemspec + +DEPENDS+= ${RUBY_PKGPREFIX}-oniguruma>=1.1.0:../../textproc/ruby-oniguruma +DEPENDS+= ${RUBY_PKGPREFIX}-plist>=3.0.0:../../textproc/ruby-plist + +.include "../../misc/rubygems/rubygem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-textpow/PLIST b/textproc/ruby-textpow/PLIST new file mode 100644 index 00000000000..2679742a69c --- /dev/null +++ b/textproc/ruby-textpow/PLIST @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/08/22 15:41:23 ahoka Exp $ +bin/plist2syntax +bin/plist2yaml +${GEM_HOME}/cache/textpow-${PKGVERSION}.gem +${GEM_LIBDIR}/History.txt +${GEM_LIBDIR}/Manifest.txt +${GEM_LIBDIR}/README.txt +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/bin/plist2syntax +${GEM_LIBDIR}/bin/plist2yaml +${GEM_LIBDIR}/lib/textpow.rb +${GEM_LIBDIR}/lib/textpow/debug_processor.rb +${GEM_LIBDIR}/lib/textpow/score_manager.rb +${GEM_LIBDIR}/lib/textpow/syntax.rb +${GEM_LIBDIR}/mm/manual.mm +${GEM_LIBDIR}/test/test_textpow.rb +${GEM_HOME}/specifications/textpow-${PKGVERSION}.gemspec +@dirrm ${GEM_LIBDIR}/test +@dirrm ${GEM_LIBDIR}/mm +@dirrm ${GEM_LIBDIR}/lib/textpow +@dirrm ${GEM_LIBDIR}/lib +@dirrm ${GEM_LIBDIR}/bin +@dirrm ${GEM_LIBDIR} diff --git a/textproc/ruby-textpow/distinfo b/textproc/ruby-textpow/distinfo new file mode 100644 index 00000000000..eeaead0cac6 --- /dev/null +++ b/textproc/ruby-textpow/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/08/22 15:41:23 ahoka Exp $ + +SHA1 (textpow-0.10.1.gem) = 22583b140a0bc0badc0a8f7d5fd9a40b50499427 +RMD160 (textpow-0.10.1.gem) = 1586742eeb25c33d14ccd7aeada77741f9b89ae6 +Size (textpow-0.10.1.gem) = 11776 bytes |