Fri Aug 22 15:41:24 2008 UTC ()
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.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(ahoka)
diff -r0 -r1.1.1.1 pkgsrc/textproc/ruby-textpow/Makefile
diff -r0 -r1.1.1.1 pkgsrc/textproc/ruby-textpow/DESCR
diff -r0 -r1.1.1.1 pkgsrc/textproc/ruby-textpow/distinfo
diff -r0 -r1.1.1.1 pkgsrc/textproc/ruby-textpow/PLIST

File Added: pkgsrc/textproc/ruby-textpow/Makefile
# $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"

File Added: pkgsrc/textproc/ruby-textpow/DESCR
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.

File Added: pkgsrc/textproc/ruby-textpow/distinfo
$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

File Added: pkgsrc/textproc/ruby-textpow/PLIST
@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}