summaryrefslogtreecommitdiff
path: root/textproc/ruby-redcloth
diff options
context:
space:
mode:
authortaca <taca>2005-11-03 05:59:14 +0000
committertaca <taca>2005-11-03 05:59:14 +0000
commitec3022fee28c3a9da482ba889923f4de617b6b34 (patch)
treebb1311c69310a6f7ff134426e199ffb2d3a98184 /textproc/ruby-redcloth
parentb9aa1cb0845fb65e63dede32a9be0891d7c8f3c4 (diff)
downloadpkgsrc-ec3022fee28c3a9da482ba889923f4de617b6b34.tar.gz
Update ruby-redcloth package to 3.0.4.
- version: 3.0.4 date: 2005-02-18 changes: - The caps class doesn't swallow spaces. - Horizontal rules required to be on an empty line. - Hard breaks don't screw with Markdown headers any longer. - Fixed error triggered by complex lists. - Inline markups need to be butted up against enclosing text, no spaces. - Fixed problem with intermingled single and double quotes. - Brought back lite_mode.
Diffstat (limited to 'textproc/ruby-redcloth')
-rw-r--r--textproc/ruby-redcloth/Makefile17
-rw-r--r--textproc/ruby-redcloth/PLIST8
-rw-r--r--textproc/ruby-redcloth/distinfo8
3 files changed, 20 insertions, 13 deletions
diff --git a/textproc/ruby-redcloth/Makefile b/textproc/ruby-redcloth/Makefile
index 58a12c39902..35e037db1ac 100644
--- a/textproc/ruby-redcloth/Makefile
+++ b/textproc/ruby-redcloth/Makefile
@@ -1,22 +1,23 @@
-# $NetBSD: Makefile,v 1.3 2005/09/22 01:40:23 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2005/11/03 05:59:14 taca Exp $
-DISTNAME= RedCloth-${VER}
-PKGNAME= ${RUBY_PKGPREFIX}-redcloth-${VER}
-PKGREVISION= 1
+DISTNAME= RedCloth-${VERSION}
+PKGNAME= ${RUBY_PKGPREFIX}-redcloth-${VERSION}
CATEGORIES= textproc
-MASTER_SITES= http://rubyforge.org/frs/download.php/2896/
+MASTER_SITES= http://rubyforge.org/frs/download.php/6064/
MAINTAINER= rasputnik@hellooperator.net
HOMEPAGE= http://www.whytheluckystiff.net/ruby/redcloth/
COMMENT= Textile library for Ruby
+VERSION= 3.0.4
USE_RUBY_SETUP= yes
-RUBY_SETUP= install.rb
-VER= 3.0.3
+DOCS= CHANGELOG README REFERENCE
post-install:
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/redcloth
- ${INSTALL_DATA} ${WRKSRC}/doc/README ${RUBY_DOCDIR}/redcloth
+.for f in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${RUBY_DOCDIR}/redcloth
+.endfor
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/ruby-redcloth/PLIST b/textproc/ruby-redcloth/PLIST
index e731ffa88a8..91821ff0897 100644
--- a/textproc/ruby-redcloth/PLIST
+++ b/textproc/ruby-redcloth/PLIST
@@ -1,5 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2005/10/23 20:24:17 rillig Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/11/03 05:59:14 taca Exp $
bin/redcloth
${RUBY_SITELIBDIR}/redcloth.rb
+${RUBY_DOCDIR}/redcloth/CHANGELOG
${RUBY_DOCDIR}/redcloth/README
+${RUBY_DOCDIR}/redcloth/REFERENCE
@dirrm ${RUBY_DOCDIR}/redcloth
+${RUBY_SITERIDIR}/RedCloth/cdesc-RedCloth.yaml
+${RUBY_SITERIDIR}/RedCloth/new-c.yaml
+${RUBY_SITERIDIR}/RedCloth/to_html-i.yaml
+@dirrm ${RUBY_SITERIDIR}/RedCloth
diff --git a/textproc/ruby-redcloth/distinfo b/textproc/ruby-redcloth/distinfo
index ea7fb32fdc8..7958705b964 100644
--- a/textproc/ruby-redcloth/distinfo
+++ b/textproc/ruby-redcloth/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/09/05 03:52:49 taca Exp $
+$NetBSD: distinfo,v 1.4 2005/11/03 05:59:14 taca Exp $
-SHA1 (ruby/RedCloth-3.0.3.tar.gz) = b08cf51a537fa14957d9cbceb72e08f2acc7608b
-RMD160 (ruby/RedCloth-3.0.3.tar.gz) = fc6bf6bedab2c76c488e054b532b8867ffa3aab0
-Size (ruby/RedCloth-3.0.3.tar.gz) = 37096 bytes
+SHA1 (ruby/RedCloth-3.0.4.tar.gz) = 44b320f34512a747ac60fe9d80a8e325ac1270e8
+RMD160 (ruby/RedCloth-3.0.4.tar.gz) = 1bbb5039940a861818eab685aa1be63b357f6a5e
+Size (ruby/RedCloth-3.0.4.tar.gz) = 38666 bytes