pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-redcloth Import ruby-redcloth from pkgsr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c868b250dea9
branches:  trunk
changeset: 491608:c868b250dea9
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Mar 26 16:16:44 2005 +0000

description:
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:

 textproc/ruby-redcloth/DESCR    |   2 ++
 textproc/ruby-redcloth/Makefile |  21 +++++++++++++++++++++
 textproc/ruby-redcloth/PLIST    |   4 ++++
 textproc/ruby-redcloth/distinfo |   4 ++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r be27e80dbb33 -r c868b250dea9 textproc/ruby-redcloth/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-redcloth/DESCR      Sat Mar 26 16:16:44 2005 +0000
@@ -0,0 +1,2 @@
+RedCloth is a Ruby library for working with the Textile language
+(http://www.textism.com/tools/textile/).
diff -r be27e80dbb33 -r c868b250dea9 textproc/ruby-redcloth/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-redcloth/Makefile   Sat Mar 26 16:16:44 2005 +0000
@@ -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@localhost
+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 -r be27e80dbb33 -r c868b250dea9 textproc/ruby-redcloth/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-redcloth/PLIST      Sat Mar 26 16:16:44 2005 +0000
@@ -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 -r be27e80dbb33 -r c868b250dea9 textproc/ruby-redcloth/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-redcloth/distinfo   Sat Mar 26 16:16:44 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index