diff options
author | taca <taca@pkgsrc.org> | 2017-09-10 16:01:44 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-09-10 16:01:44 +0000 |
commit | 4f1aeb140da8901e70b5055f3c6ea5d60b8c8901 (patch) | |
tree | 78dcb083e18b848e817c37df309af6781a146345 /textproc | |
parent | e7a7ecca06f96cbade74665d762e6432e10b08eb (diff) | |
download | pkgsrc-4f1aeb140da8901e70b5055f3c6ea5d60b8c8901.tar.gz |
Update ruby-coderay to 1.1.2.
pkgsrc change: add pkg_alternatives support.
Changes in 1.1.2
* Ruby future: Add support for frozen string literals. [#211, thanks to
Pat Allan]
* C++ scanner: Add C++11 keywords. [#195, thanks to Johnny Willemsen]
* Haml scanner: Allow - in tags.
* Java scanner: Allow Unicode characters in identifiers. [#212, thanks to
t-gergely]
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-coderay/ALTERNATIVES | 1 | ||||
-rw-r--r-- | textproc/ruby-coderay/Makefile | 6 | ||||
-rw-r--r-- | textproc/ruby-coderay/PLIST | 10 | ||||
-rw-r--r-- | textproc/ruby-coderay/distinfo | 10 |
4 files changed, 12 insertions, 15 deletions
diff --git a/textproc/ruby-coderay/ALTERNATIVES b/textproc/ruby-coderay/ALTERNATIVES new file mode 100644 index 00000000000..c00f80b5d80 --- /dev/null +++ b/textproc/ruby-coderay/ALTERNATIVES @@ -0,0 +1 @@ +bin/coderay @PREFIX@/bin/coderay@RUBY_SUFFIX@ diff --git a/textproc/ruby-coderay/Makefile b/textproc/ruby-coderay/Makefile index 35d911fed33..bb601a93f4d 100644 --- a/textproc/ruby-coderay/Makefile +++ b/textproc/ruby-coderay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2016/03/15 15:39:04 taca Exp $ +# $NetBSD: Makefile,v 1.14 2017/09/10 16:01:44 taca Exp $ -DISTNAME= coderay-1.1.1 +DISTNAME= coderay-1.1.2 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +8,7 @@ HOMEPAGE= http://coderay.rubychan.de/ COMMENT= Syntax highlighter for Ruby and other languages LICENSE= gnu-lgpl-v2.1 -CONFLICTS+= ruby[1-9][0-9]-coderay-[0-9]* +RUBYGEM_OPTIONS+= --format-executable .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-coderay/PLIST b/textproc/ruby-coderay/PLIST index 2faf89ce863..7c1a2c0ec7e 100644 --- a/textproc/ruby-coderay/PLIST +++ b/textproc/ruby-coderay/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.9 2016/03/15 15:39:04 taca Exp $ -bin/coderay +@comment $NetBSD: PLIST,v 1.10 2017/09/10 16:01:44 taca Exp $ +bin/coderay${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/MIT-LICENSE ${GEM_LIBDIR}/README_INDEX.rdoc -${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/bin/coderay ${GEM_LIBDIR}/lib/coderay.rb ${GEM_LIBDIR}/lib/coderay/duo.rb @@ -76,8 +76,4 @@ ${GEM_LIBDIR}/lib/coderay/token_kinds.rb ${GEM_LIBDIR}/lib/coderay/tokens.rb ${GEM_LIBDIR}/lib/coderay/tokens_proxy.rb ${GEM_LIBDIR}/lib/coderay/version.rb -${GEM_LIBDIR}/test/functional/basic.rb -${GEM_LIBDIR}/test/functional/examples.rb -${GEM_LIBDIR}/test/functional/for_redcloth.rb -${GEM_LIBDIR}/test/functional/suite.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/textproc/ruby-coderay/distinfo b/textproc/ruby-coderay/distinfo index 6c2a7393ece..d503a7e43b2 100644 --- a/textproc/ruby-coderay/distinfo +++ b/textproc/ruby-coderay/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2016/03/15 15:39:04 taca Exp $ +$NetBSD: distinfo,v 1.14 2017/09/10 16:01:44 taca Exp $ -SHA1 (coderay-1.1.1.gem) = 8c757d65331e622f2c55464ce47ab6e666542137 -RMD160 (coderay-1.1.1.gem) = b0d014c50911dd70daedd004f61a6346df772b84 -SHA512 (coderay-1.1.1.gem) = 7b2bbf51e6625a252f7eb6de6d3a5b2d401a3bcbd5ed3074a8a34e468bcbd4400f54906dd9ce0c7afcd2dd56b0bb28a597d2e01c614d19388f1576385bf4e97f -Size (coderay-1.1.1.gem) = 96256 bytes +SHA1 (coderay-1.1.2.gem) = 4a174a26a9fbb78ea68e5a7b02e1bbc6be001f5d +RMD160 (coderay-1.1.2.gem) = 6584dccdc19d67c43687672126f016c2422ecb28 +SHA512 (coderay-1.1.2.gem) = bd25c0091a271048165af33f60ab846cb623a0da68e5540d98ea2b1c6bdf3348811d98519e537435c9a5515e751ce5975a02adccec9ef225f042a27c43009e63 +Size (coderay-1.1.2.gem) = 92160 bytes |