summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/xhtmldiff/DESCR3
-rw-r--r--textproc/xhtmldiff/Makefile22
-rw-r--r--textproc/xhtmldiff/PLIST13
-rw-r--r--textproc/xhtmldiff/distinfo7
-rw-r--r--textproc/xhtmldiff/patches/patch-aa12
5 files changed, 0 insertions, 57 deletions
diff --git a/textproc/xhtmldiff/DESCR b/textproc/xhtmldiff/DESCR
deleted file mode 100644
index 448de8db7a9..00000000000
--- a/textproc/xhtmldiff/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-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.
diff --git a/textproc/xhtmldiff/Makefile b/textproc/xhtmldiff/Makefile
deleted file mode 100644
index 029b2688e7d..00000000000
--- a/textproc/xhtmldiff/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2017/04/18 01:16:54 minskim Exp $
-
-DISTNAME= xhtmldiff-1.2.2
-PKGREVISION= 3
-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
-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
-
-CONFLICTS+= ruby[1-9][0-9]-xhtmldiff-[0-9]* xhtmldiff-[0-9]*
-
-post-extract:
- cp ${WRKSRC}/packaging/xhtmldiff.gemspec ${GEM_SPECFILE}
-
-.include "../../lang/ruby/gem.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/xhtmldiff/PLIST b/textproc/xhtmldiff/PLIST
deleted file mode 100644
index f824b4a5207..00000000000
--- a/textproc/xhtmldiff/PLIST
+++ /dev/null
@@ -1,13 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:17:34 joerg Exp $
-bin/xhtmldiff
-${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}/packaging/xhtmldiff.gemspec
-${GEM_LIBDIR}/setup.rb
-${GEM_HOME}/specifications/xhtmldiff-${PKGVERSION}.gemspec
diff --git a/textproc/xhtmldiff/distinfo b/textproc/xhtmldiff/distinfo
deleted file mode 100644
index 9f74168119c..00000000000
--- a/textproc/xhtmldiff/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 02:00:15 agc 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-aa) = f3bc25f87613e021d121d857080e48678c69d63d
diff --git a/textproc/xhtmldiff/patches/patch-aa b/textproc/xhtmldiff/patches/patch-aa
deleted file mode 100644
index f30f4073da3..00000000000
--- a/textproc/xhtmldiff/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2008/04/04 15:30:01 jlam Exp $
-
---- ../xhtmldiff-1.2.2.gemspec.orig 2008-03-20 02:49:25.000000000 -0400
-+++ ../xhtmldiff-1.2.2.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}