Update ruby-bluecloth package to 2.0.9.
138[tip] 486a5a2a8cd2 2010-09-23 07:15 -0700 ged Bump version, update the Windows build to use 1.9.2 instead of 1.9.1. 137 1caa0c888dfe 2010-09-17 15:03 -0700 ged Updated to Discount 1.6.8, caught up with some Discount flags 136 d21afe457b3a 2010-09-17 14:12 -0700 ged Trying to add a spec to test #68. 135 eb11956b000d 2010-09-17 13:48 -0700 ged Tried to add a spec to test #67. 134 055519ec5f78 2010-09-17 13:42 -0700 ged Cleanup, 1.9.2 compatibility, bugfixes. 133 3122e81da65b 2010-09-17 13:25 -0700 ged Convert to tidy-ext for testing instead of the ffi one (1.9.x compatibility) 132 3f36f96bfb8e 2010-08-16 11:50 -0700 ged Install extension in arch-specific subdir [RPS] 131 8ccd2cfe599e 2010-08-11 09:54 -0600 ged Bump version to 2.0.8 130 f2d6de73c6d6 2010-08-11 09:54 -0600 ged Updated to Discount 1.6.6; add HTML5 tag support. 129 7b1630a0f3b2 2010-08-11 09:27 -0600 ged Updated for Discount 1.6.4, build system updates.
This commit is contained in:
parent
a9b538ec57
commit
c66508bb38
3 changed files with 12 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2010/11/13 21:09:04 shattered Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2010/12/04 04:23:43 taca Exp $
|
||||
|
||||
DISTNAME= bluecloth-2.0.7
|
||||
DISTNAME= bluecloth-2.0.9
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2010/09/10 08:02:26 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2010/12/04 04:23:43 taca Exp $
|
||||
bin/bluecloth
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.require_paths
|
||||
|
@ -18,13 +18,17 @@ ${GEM_LIBDIR}/ext/config.h
|
|||
${GEM_LIBDIR}/ext/css.c
|
||||
${GEM_LIBDIR}/ext/cstring.h
|
||||
${GEM_LIBDIR}/ext/docheader.c
|
||||
${GEM_LIBDIR}/ext/emmatch.c
|
||||
${GEM_LIBDIR}/ext/extconf.rb
|
||||
${GEM_LIBDIR}/ext/generate.c
|
||||
${GEM_LIBDIR}/ext/html5.c
|
||||
${GEM_LIBDIR}/ext/markdown.c
|
||||
${GEM_LIBDIR}/ext/markdown.h
|
||||
${GEM_LIBDIR}/ext/mkdio.c
|
||||
${GEM_LIBDIR}/ext/mkdio.h
|
||||
${GEM_LIBDIR}/ext/resource.c
|
||||
${GEM_LIBDIR}/ext/tags.c
|
||||
${GEM_LIBDIR}/ext/tags.h
|
||||
${GEM_LIBDIR}/ext/version.c
|
||||
${GEM_LIBDIR}/ext/xml.c
|
||||
${GEM_LIBDIR}/ext/xmlpage.c
|
||||
|
@ -32,12 +36,12 @@ ${GEM_LIBDIR}/lib/bluecloth.rb
|
|||
${GEM_LIBDIR}/lib/bluecloth_ext.${RUBY_DLEXT}
|
||||
${GEM_LIBDIR}/rake/191_compat.rb
|
||||
${GEM_LIBDIR}/rake/dependencies.rb
|
||||
${GEM_LIBDIR}/rake/documentation.rb
|
||||
${GEM_LIBDIR}/rake/helpers.rb
|
||||
${GEM_LIBDIR}/rake/hg.rb
|
||||
${GEM_LIBDIR}/rake/manual.rb
|
||||
${GEM_LIBDIR}/rake/packaging.rb
|
||||
${GEM_LIBDIR}/rake/publishing.rb
|
||||
${GEM_LIBDIR}/rake/rdoc.rb
|
||||
${GEM_LIBDIR}/rake/style.rb
|
||||
${GEM_LIBDIR}/rake/svn.rb
|
||||
${GEM_LIBDIR}/rake/testing.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2010/09/10 08:02:26 taca Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/12/04 04:23:43 taca Exp $
|
||||
|
||||
SHA1 (bluecloth-2.0.7.gem) = 65dede3ccb772de144daf317bc1d607a683ec85a
|
||||
RMD160 (bluecloth-2.0.7.gem) = 70d129f682955f47e7cc46863e8effb87ccd0a0b
|
||||
Size (bluecloth-2.0.7.gem) = 120832 bytes
|
||||
SHA1 (bluecloth-2.0.9.gem) = 52b25e086de4f9ed9c11fed3f3305c1dbf1fc87b
|
||||
RMD160 (bluecloth-2.0.9.gem) = d8f77592566c5c4486b510d6038f149dc4212aec
|
||||
Size (bluecloth-2.0.9.gem) = 130560 bytes
|
||||
|
|
Loading…
Reference in a new issue