pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-textpow Import ruby18-textpow-0.10.1 as ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/216923db3ba4
branches: trunk
changeset: 546133:216923db3ba4
user: ahoka <ahoka%pkgsrc.org@localhost>
date: Fri Aug 22 15:41:23 2008 +0000
description:
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:
textproc/ruby-textpow/DESCR | 4 ++++
textproc/ruby-textpow/Makefile | 17 +++++++++++++++++
textproc/ruby-textpow/PLIST | 23 +++++++++++++++++++++++
textproc/ruby-textpow/distinfo | 5 +++++
4 files changed, 49 insertions(+), 0 deletions(-)
diffs (65 lines):
diff -r 8748c7047854 -r 216923db3ba4 textproc/ruby-textpow/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-textpow/DESCR Fri Aug 22 15:41:23 2008 +0000
@@ -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 -r 8748c7047854 -r 216923db3ba4 textproc/ruby-textpow/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-textpow/Makefile Fri Aug 22 15:41:23 2008 +0000
@@ -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@localhost
+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 -r 8748c7047854 -r 216923db3ba4 textproc/ruby-textpow/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-textpow/PLIST Fri Aug 22 15:41:23 2008 +0000
@@ -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 -r 8748c7047854 -r 216923db3ba4 textproc/ruby-textpow/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-textpow/distinfo Fri Aug 22 15:41:23 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index