diff options
author | minskim <minskim@pkgsrc.org> | 2005-03-26 16:16:44 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-03-26 16:16:44 +0000 |
commit | 3f720f9ac45b9eeb3759fa74a82df4bc4224af0b (patch) | |
tree | c310bed75688b7c5e3e7ff5070fda321b678e37e /textproc | |
parent | f4e5b36fe33e372446c2e304a37c7a97e1f4d61f (diff) | |
download | pkgsrc-3f720f9ac45b9eeb3759fa74a82df4bc4224af0b.tar.gz |
Import ruby-redcloth from pkgsrc-wip. Packaged by Rich Davies.
RedCloth is a Ruby library for working with the Textile language
(http://www.textism.com/tools/textile/).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-redcloth/DESCR | 2 | ||||
-rw-r--r-- | textproc/ruby-redcloth/Makefile | 21 | ||||
-rw-r--r-- | textproc/ruby-redcloth/PLIST | 4 | ||||
-rw-r--r-- | textproc/ruby-redcloth/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/textproc/ruby-redcloth/DESCR b/textproc/ruby-redcloth/DESCR new file mode 100644 index 00000000000..f572363391d --- /dev/null +++ b/textproc/ruby-redcloth/DESCR @@ -0,0 +1,2 @@ +RedCloth is a Ruby library for working with the Textile language +(http://www.textism.com/tools/textile/). diff --git a/textproc/ruby-redcloth/Makefile b/textproc/ruby-redcloth/Makefile new file mode 100644 index 00000000000..693881204d1 --- /dev/null +++ b/textproc/ruby-redcloth/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/03/26 16:16:44 minskim Exp $ + +DISTNAME= redcloth-${VER} +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= textproc +MASTER_SITES= http://rubyforge.org/frs/download.php/514/ + +MAINTAINER= rasputnik@hellooperator.net +HOMEPAGE= http://www.whytheluckystiff.net/ruby/redcloth/ +COMMENT= Textile library for Ruby + +USE_RUBY_SETUP= yes +RUBY_SETUP= install.rb +VER= 2.0.5 + +post-install: + ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/redcloth + ${INSTALL_DATA} ${WRKSRC}/doc/README ${RUBY_DOCDIR}/redcloth + +.include "../../lang/ruby/modules.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-redcloth/PLIST b/textproc/ruby-redcloth/PLIST new file mode 100644 index 00000000000..514d8e3a505 --- /dev/null +++ b/textproc/ruby-redcloth/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/26 16:16:44 minskim Exp $ +${RUBY_SITELIBDIR}/redcloth.rb +${RUBY_DOCDIR}/redcloth/README +@dirrm ${RUBY_DOCDIR}/redcloth diff --git a/textproc/ruby-redcloth/distinfo b/textproc/ruby-redcloth/distinfo new file mode 100644 index 00000000000..6db5c25c95a --- /dev/null +++ b/textproc/ruby-redcloth/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/03/26 16:16:44 minskim Exp $ + +SHA1 (ruby/redcloth-2.0.5.tar.gz) = e731968b059a54616e0f177930b92c3d9ec51a10 +Size (ruby/redcloth-2.0.5.tar.gz) = 18717 bytes |