pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/ruby-xhtmldiff



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun  4 16:49:36 UTC 2017

Added Files:
        pkgsrc/textproc/ruby-xhtmldiff: ALTERNATIVES DESCR Makefile PLIST
            distinfo
        pkgsrc/textproc/ruby-xhtmldiff/patches:
            patch-packaging_xhtmldiff.gemspec

Log Message:
Add ruby-xhtmldiff.

This is rename of textproc/xhtmldiff with these changes.

* Prefix PKGNAME with ${RUBY_PKGPREFIX} confirmed by MAINTAINER.
* A few change to fix gemspec file and do not contain extra gemspec file
  in the binary package.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/ruby-xhtmldiff/ALTERNATIVES \
    pkgsrc/textproc/ruby-xhtmldiff/DESCR \
    pkgsrc/textproc/ruby-xhtmldiff/Makefile \
    pkgsrc/textproc/ruby-xhtmldiff/PLIST \
    pkgsrc/textproc/ruby-xhtmldiff/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/textproc/ruby-xhtmldiff/patches/patch-packaging_xhtmldiff.gemspec

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/ruby-xhtmldiff/ALTERNATIVES
diff -u /dev/null pkgsrc/textproc/ruby-xhtmldiff/ALTERNATIVES:1.1
--- /dev/null   Sun Jun  4 16:49:36 2017
+++ pkgsrc/textproc/ruby-xhtmldiff/ALTERNATIVES Sun Jun  4 16:49:35 2017
@@ -0,0 +1 @@
+bin/xhtmldiff @PREFIX@/bin/xhtmldiff20@RUBY_SUFFIX@
\ No newline at end of file
Index: pkgsrc/textproc/ruby-xhtmldiff/DESCR
diff -u /dev/null pkgsrc/textproc/ruby-xhtmldiff/DESCR:1.1
--- /dev/null   Sun Jun  4 16:49:36 2017
+++ pkgsrc/textproc/ruby-xhtmldiff/DESCR        Sun Jun  4 16:49:35 2017
@@ -0,0 +1,3 @@
+XHTMLDiff is a tool and library for taking valid XHTML documents as
+input, and generating redlined, valid XHTML text highlighting the
+changes between them as output.
Index: pkgsrc/textproc/ruby-xhtmldiff/Makefile
diff -u /dev/null pkgsrc/textproc/ruby-xhtmldiff/Makefile:1.1
--- /dev/null   Sun Jun  4 16:49:36 2017
+++ pkgsrc/textproc/ruby-xhtmldiff/Makefile     Sun Jun  4 16:49:35 2017
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2017/06/04 16:49:35 taca Exp $
+
+DISTNAME=      xhtmldiff-1.2.2
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc
+MASTER_SITES=  http://theinternetco.net/projects/ruby/
+# necessary since it will be overwritten by gem.mk
+EXTRACT_SUFX=  .tar.gz
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      # http://theinternetco.net/projects/ruby/xhtmldiff.html
+COMMENT=       Tool for generating valid XHTML redline documents
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-diff-lcs>=1.1.1:../../textproc/ruby-diff-lcs
+
+RUBYGEM_OPTIONS+=      --format-executable
+
+pre-configure:
+       ${CP} ${WRKSRC}/packaging/xhtmldiff.gemspec ${GEM_SPECFILE}
+       ${RM} -fr ${WRKSRC}/packaging
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/ruby-xhtmldiff/PLIST
diff -u /dev/null pkgsrc/textproc/ruby-xhtmldiff/PLIST:1.1
--- /dev/null   Sun Jun  4 16:49:36 2017
+++ pkgsrc/textproc/ruby-xhtmldiff/PLIST        Sun Jun  4 16:49:35 2017
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/04 16:49:35 taca Exp $
+bin/xhtmldiff${RUBY_SUFFIX}
+${GEM_HOME}/cache/xhtmldiff-${PKGVERSION}.gem
+${GEM_LIBDIR}/CHANGES
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/bin/xhtmldiff
+${GEM_LIBDIR}/examples/a.html
+${GEM_LIBDIR}/examples/b.html
+${GEM_LIBDIR}/examples/example.css
+${GEM_LIBDIR}/lib/xhtmldiff.rb
+${GEM_LIBDIR}/setup.rb
+${GEM_HOME}/specifications/xhtmldiff-${PKGVERSION}.gemspec
Index: pkgsrc/textproc/ruby-xhtmldiff/distinfo
diff -u /dev/null pkgsrc/textproc/ruby-xhtmldiff/distinfo:1.1
--- /dev/null   Sun Jun  4 16:49:36 2017
+++ pkgsrc/textproc/ruby-xhtmldiff/distinfo     Sun Jun  4 16:49:35 2017
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2017/06/04 16:49:35 taca Exp $
+
+SHA1 (xhtmldiff-1.2.2.tar.gz) = 72692677f214c5e275077b7ce7b32a8fe59436f5
+RMD160 (xhtmldiff-1.2.2.tar.gz) = 81bca58acfd60f985a66564e4fbbc63d6a7af39d
+SHA512 (xhtmldiff-1.2.2.tar.gz) = 4f3edd60060744dd37078937b449f893ae35f016347bc662046effc7f97c9fa2eb62d323f0631456b1f040fde55e4e02de47160ae13751ce18069d120740b7f9
+Size (xhtmldiff-1.2.2.tar.gz) = 10457 bytes
+SHA1 (patch-packaging_xhtmldiff.gemspec) = 0dfacc055e27e2ca248fa43e0b649c2198869582

Index: pkgsrc/textproc/ruby-xhtmldiff/patches/patch-packaging_xhtmldiff.gemspec
diff -u /dev/null pkgsrc/textproc/ruby-xhtmldiff/patches/patch-packaging_xhtmldiff.gemspec:1.1
--- /dev/null   Sun Jun  4 16:49:36 2017
+++ pkgsrc/textproc/ruby-xhtmldiff/patches/patch-packaging_xhtmldiff.gemspec    Sun Jun  4 16:49:36 2017
@@ -0,0 +1,14 @@
+$NetBSD: patch-packaging_xhtmldiff.gemspec,v 1.1 2017/06/04 16:49:36 taca Exp $
+
+Fix versuion in gemspec.
+
+--- packaging/xhtmldiff.gemspec.orig   2006-09-07 00:15:50.000000000 +0000
++++ packaging/xhtmldiff.gemspec
+@@ -1,6 +1,6 @@
+ Gem::Specification.new do |s|
+   s.name = %q{xhtmldiff}
+-  s.version = "1.0.0"
++  s.version = "1.2.2"
+   s.date = Time.now
+   s.summary = %q{XHTMLDiff is a tool and library for taking valid XHTML documents as input, and generating redlined valid XHTML text highlighting the changes between them as output.}
+   s.author = %q{Aredridel}



Home | Main Index | Thread Index | Old Index