pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-redcloth Update ruby-redcloth package to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9c58c634634d
branches: trunk
changeset: 502188:9c58c634634d
user: taca <taca%pkgsrc.org@localhost>
date: Thu Nov 03 05:59:14 2005 +0000
description:
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:
textproc/ruby-redcloth/Makefile | 17 +++++++++--------
textproc/ruby-redcloth/PLIST | 8 +++++++-
textproc/ruby-redcloth/distinfo | 8 ++++----
3 files changed, 20 insertions(+), 13 deletions(-)
diffs (64 lines):
diff -r d856200ecd59 -r 9c58c634634d textproc/ruby-redcloth/Makefile
--- a/textproc/ruby-redcloth/Makefile Thu Nov 03 05:41:39 2005 +0000
+++ b/textproc/ruby-redcloth/Makefile Thu Nov 03 05:59:14 2005 +0000
@@ -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@localhost
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 -r d856200ecd59 -r 9c58c634634d textproc/ruby-redcloth/PLIST
--- a/textproc/ruby-redcloth/PLIST Thu Nov 03 05:41:39 2005 +0000
+++ b/textproc/ruby-redcloth/PLIST Thu Nov 03 05:59:14 2005 +0000
@@ -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 -r d856200ecd59 -r 9c58c634634d textproc/ruby-redcloth/distinfo
--- a/textproc/ruby-redcloth/distinfo Thu Nov 03 05:41:39 2005 +0000
+++ b/textproc/ruby-redcloth/distinfo Thu Nov 03 05:59:14 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index