diff options
author | taca <taca> | 2012-04-29 14:29:35 +0000 |
---|---|---|
committer | taca <taca> | 2012-04-29 14:29:35 +0000 |
commit | 9461c6d21290d7c885742bdcd4e89f2b41445a4b (patch) | |
tree | 4b6c0e3018530d7b70084489e5cf5ecba269e322 /textproc | |
parent | 7975e41babcc77214ddc4af13a2e14343149a6b8 (diff) | |
download | pkgsrc-9461c6d21290d7c885742bdcd4e89f2b41445a4b.tar.gz |
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]
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-coderay/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-coderay/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/ruby-coderay/Makefile b/textproc/ruby-coderay/Makefile index d5399b13e4c..a7ca1287850 100644 --- a/textproc/ruby-coderay/Makefile +++ b/textproc/ruby-coderay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2012/03/18 02:43:17 taca Exp $ +# $NetBSD: Makefile,v 1.7 2012/04/29 14:29:35 taca Exp $ -DISTNAME= coderay-1.0.5 +DISTNAME= coderay-1.0.6 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/textproc/ruby-coderay/distinfo b/textproc/ruby-coderay/distinfo index 3cc49acfc9f..0b986ff288d 100644 --- a/textproc/ruby-coderay/distinfo +++ b/textproc/ruby-coderay/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/03/18 02:43:17 taca Exp $ +$NetBSD: distinfo,v 1.7 2012/04/29 14:29:35 taca Exp $ -SHA1 (coderay-1.0.5.gem) = c7791611196e967368c6ce4c53ba07de8882a3ef -RMD160 (coderay-1.0.5.gem) = ef526c2eaa34bbf8ad778b7a18e24ca630c95714 -Size (coderay-1.0.5.gem) = 98304 bytes +SHA1 (coderay-1.0.6.gem) = b9bfaca2b66660fd0d6ebb68942e5e1833092197 +RMD160 (coderay-1.0.6.gem) = 6ab37f67fb3e0e4b41e8f1dfef6aafc81d9ffd0a +Size (coderay-1.0.6.gem) = 97792 bytes |