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).
This commit is contained in:
parent
b5aa5383fc
commit
dab08f67f5
3 changed files with 26 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue