diff options
author | taca <taca@pkgsrc.org> | 2005-11-03 05:59:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-11-03 05:59:14 +0000 |
commit | da2ac96201e63f225ca6a43a27fc15ca5c602dd3 (patch) | |
tree | bb1311c69310a6f7ff134426e199ffb2d3a98184 /textproc/ruby-redcloth | |
parent | cc6307b20aefde1e52b501b1732ae8fc8f9765cc (diff) | |
download | pkgsrc-da2ac96201e63f225ca6a43a27fc15ca5c602dd3.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/Makefile | 17 | ||||
-rw-r--r-- | textproc/ruby-redcloth/PLIST | 8 | ||||
-rw-r--r-- | textproc/ruby-redcloth/distinfo | 8 |
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 |