Sun Apr 29 14:29:35 2012 UTC ()
Update ruby-coderay package to 1.0.6.

Changes in 1.0.6

* New option :break_lines for the HTML encoder (splits tokens at line
  breaks). [GH-15, thanks to Etienne Massip]
* Improved speed of :line_numbers => :inline option for the HTML encoder.
* Fixed wrong HTML file type. (was :page) [GH-16, thanks to Doug Hammond]
* The CSS Scanner now highlights tokens like url(...) as :function instead of
  :string. [GH-13, thanks to Joel Holdbrooks]


(taca)
diff -r1.6 -r1.7 pkgsrc/textproc/ruby-coderay/Makefile
diff -r1.6 -r1.7 pkgsrc/textproc/ruby-coderay/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/textproc/ruby-coderay/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-coderay/Makefile 2012/03/18 02:43:17 1.6
+++ pkgsrc/textproc/ruby-coderay/Makefile 2012/04/29 14:29:35 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.6 2012/03/18 02:43:17 taca Exp $ 1# $NetBSD: Makefile,v 1.7 2012/04/29 14:29:35 taca Exp $
2 2
3DISTNAME= coderay-1.0.5 3DISTNAME= coderay-1.0.6
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://coderay.rubychan.de 7HOMEPAGE= http://coderay.rubychan.de
8COMMENT= Syntax highlighter for Ruby and other languages 8COMMENT= Syntax highlighter for Ruby and other languages
9LICENSE= gnu-lgpl-v2.1 9LICENSE= gnu-lgpl-v2.1
10 10
11CONFLICTS+= ruby[1-9][0-9]-coderay-[0-9]* 11CONFLICTS+= ruby[1-9][0-9]-coderay-[0-9]*
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/textproc/ruby-coderay/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-coderay/distinfo 2012/03/18 02:43:17 1.6
+++ pkgsrc/textproc/ruby-coderay/distinfo 2012/04/29 14:29:35 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2012/03/18 02:43:17 taca Exp $ 1$NetBSD: distinfo,v 1.7 2012/04/29 14:29:35 taca Exp $
2 2
3SHA1 (coderay-1.0.5.gem) = c7791611196e967368c6ce4c53ba07de8882a3ef 3SHA1 (coderay-1.0.6.gem) = b9bfaca2b66660fd0d6ebb68942e5e1833092197
4RMD160 (coderay-1.0.5.gem) = ef526c2eaa34bbf8ad778b7a18e24ca630c95714 4RMD160 (coderay-1.0.6.gem) = 6ab37f67fb3e0e4b41e8f1dfef6aafc81d9ffd0a
5Size (coderay-1.0.5.gem) = 98304 bytes 5Size (coderay-1.0.6.gem) = 97792 bytes