diff options
author | taca <taca@pkgsrc.org> | 2011-09-12 13:38:16 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-09-12 13:38:16 +0000 |
commit | 615b6396e00af64af9187b8758379958b1011b80 (patch) | |
tree | 0ebcd931e79c3d19ae7e56042ac2ce3ac511648e /textproc | |
parent | 6c581aa7aa91712788a7c7ad03e46472866c736c (diff) | |
download | pkgsrc-615b6396e00af64af9187b8758379958b1011b80.tar.gz |
Update ruby-diff-lcs package to 1.1.3.
== 1.1.3 / 2011-08-27
* Converted to 'hoe' for release.
* Converted tests to RSpec 2.
* Extracted the body of htmldiff into a class available from
diff/lcs/htmldiff.
* Migrated development and issue tracking to GitHub.
* Bugs fixed:
- Eliminated the explicit use of RubyGems in both bin/htmldiff and bin/ldiff.
Resolves issue 4 (https://github.com/halostatue/diff-lcs/issues/4).
- Eliminated Ruby warnings. Resolves issue 3
(https://github.com/halostatue/diff-lcs/issues/3).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-diff-lcs/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-diff-lcs/PLIST | 27 | ||||
-rw-r--r-- | textproc/ruby-diff-lcs/distinfo | 8 |
3 files changed, 26 insertions, 13 deletions
diff --git a/textproc/ruby-diff-lcs/Makefile b/textproc/ruby-diff-lcs/Makefile index b8b5ee0b59d..7c8ed92258f 100644 --- a/textproc/ruby-diff-lcs/Makefile +++ b/textproc/ruby-diff-lcs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2010/09/10 08:07:00 taca Exp $ +# $NetBSD: Makefile,v 1.4 2011/09/12 13:38:16 taca Exp $ -DISTNAME= diff-lcs-1.1.2 +DISTNAME= diff-lcs-1.1.3 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/textproc/ruby-diff-lcs/PLIST b/textproc/ruby-diff-lcs/PLIST index 892fca01d75..b9e08e443c7 100644 --- a/textproc/ruby-diff-lcs/PLIST +++ b/textproc/ruby-diff-lcs/PLIST @@ -1,20 +1,33 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:17:27 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2011/09/12 13:38:16 taca Exp $ bin/htmldiff bin/ldiff -${GEM_HOME}/cache/diff-lcs-${PKGVERSION}.gem -${GEM_LIBDIR}/ChangeLog -${GEM_LIBDIR}/Install -${GEM_LIBDIR}/README +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.gemtest +${GEM_LIBDIR}/History.rdoc +${GEM_LIBDIR}/License.rdoc +${GEM_LIBDIR}/Manifest.txt +${GEM_LIBDIR}/README.rdoc ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/bin/htmldiff ${GEM_LIBDIR}/bin/ldiff +${GEM_LIBDIR}/diff-lcs.gemspec +${GEM_LIBDIR}/docs/COPYING.txt +${GEM_LIBDIR}/docs/artistic.html +${GEM_LIBDIR}/lib/diff-lcs.rb ${GEM_LIBDIR}/lib/diff/lcs.rb ${GEM_LIBDIR}/lib/diff/lcs/array.rb ${GEM_LIBDIR}/lib/diff/lcs/block.rb ${GEM_LIBDIR}/lib/diff/lcs/callbacks.rb ${GEM_LIBDIR}/lib/diff/lcs/change.rb +${GEM_LIBDIR}/lib/diff/lcs/htmldiff.rb ${GEM_LIBDIR}/lib/diff/lcs/hunk.rb ${GEM_LIBDIR}/lib/diff/lcs/ldiff.rb ${GEM_LIBDIR}/lib/diff/lcs/string.rb -${GEM_LIBDIR}/tests/00test.rb -${GEM_HOME}/specifications/diff-lcs-${PKGVERSION}.gemspec +${GEM_LIBDIR}/spec/diff_spec.rb +${GEM_LIBDIR}/spec/lcs_spec.rb +${GEM_LIBDIR}/spec/patch_spec.rb +${GEM_LIBDIR}/spec/sdiff_spec.rb +${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_LIBDIR}/spec/traverse_balanced_spec.rb +${GEM_LIBDIR}/spec/traverse_sequences_spec.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/textproc/ruby-diff-lcs/distinfo b/textproc/ruby-diff-lcs/distinfo index ce4a2bc0ed7..54c4f10bbb9 100644 --- a/textproc/ruby-diff-lcs/distinfo +++ b/textproc/ruby-diff-lcs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:21:20 jlam Exp $ +$NetBSD: distinfo,v 1.2 2011/09/12 13:38:16 taca Exp $ -SHA1 (diff-lcs-1.1.2.gem) = 05a1164be2de3555104af79791da2977e6419d59 -RMD160 (diff-lcs-1.1.2.gem) = f57dcbd09658cea31f286039ec3f0b599c99ff25 -Size (diff-lcs-1.1.2.gem) = 27136 bytes +SHA1 (diff-lcs-1.1.3.gem) = f9e5dac8411c1b51905d71c38da72aa4948514b7 +RMD160 (diff-lcs-1.1.3.gem) = 9a0e172a7b50b4a20b4a4591d47ea20b01dd9bd5 +Size (diff-lcs-1.1.3.gem) = 41472 bytes |