diff options
author | wiz <wiz> | 2013-12-07 09:31:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-12-07 09:31:07 +0000 |
commit | 4601c17cc5806f85ededa49dcf6584400e77b3b0 (patch) | |
tree | ef41895f04160bb8ade26b43842ff44eed0ad6af /textproc | |
parent | d5a4565a9f2ca300369c27861181ebe2ab9d9bd3 (diff) | |
download | pkgsrc-4601c17cc5806f85ededa49dcf6584400e77b3b0.tar.gz |
Really remove ruby-xmlscan (hi obache)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-xmlscan/DESCR | 1 | ||||
-rw-r--r-- | textproc/ruby-xmlscan/Makefile | 47 | ||||
-rw-r--r-- | textproc/ruby-xmlscan/PLIST | 36 | ||||
-rw-r--r-- | textproc/ruby-xmlscan/distinfo | 6 | ||||
-rw-r--r-- | textproc/ruby-xmlscan/patches/patch-aa | 27 |
5 files changed, 0 insertions, 117 deletions
diff --git a/textproc/ruby-xmlscan/DESCR b/textproc/ruby-xmlscan/DESCR deleted file mode 100644 index 422ef7713fe..00000000000 --- a/textproc/ruby-xmlscan/DESCR +++ /dev/null @@ -1 +0,0 @@ -High-performance non-validating XML parser written in 100% pure Ruby. diff --git a/textproc/ruby-xmlscan/Makefile b/textproc/ruby-xmlscan/Makefile deleted file mode 100644 index 119f4ccebc3..00000000000 --- a/textproc/ruby-xmlscan/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# $NetBSD: Makefile,v 1.9 2012/10/25 06:56:59 asau Exp $ -# - -DISTNAME= xmlscan-${VER} -PKGNAME= ${RUBY_PKGPREFIX}-xmlscan-${VER} -PKGREVISION= 1 -CATEGORIES= textproc ruby -MASTER_SITES= http://www.blue.sky.or.jp/atelier/ruby/xmlscan/ - -MAINTAINER= obache@NetBSD.org -HOMEPAGE= http://www.blue.sky.or.jp/atelier/ruby/xmlscan/ -COMMENT= Pure Ruby XML parser -LICENSE= ruby-license - -VER= 0.2.3 - -NO_BUILD= yes -USE_RUBY_INSTALL= yes -USE_TOOLS+= pax - -INSTALLATION_DIRS= ${RUBY_DOC}/xmlscan/en ${RUBY_DOC}/xmlscan/ja \ - ${RUBY_EG}/xmlscan - -DOCS= ChangeLog README THANKS -REPLACE_RUBY= samples/getxmlchar.rb samples/xmlbench.rb \ - samples/xmlconftest.rb - -INSTALL_TARGET= install --destdir=${DESTDIR}${PREFIX}/${RUBY_VENDORLIB} - -post-install: -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${RUBY_DOC}/xmlscan -.endfor - ${INSTALL_DATA} ${WRKSRC}/doc/changes.html ${DESTDIR}${PREFIX}/${RUBY_DOC}/xmlscan - ${INSTALL_DATA} ${WRKSRC}/doc/changes.rd ${DESTDIR}${PREFIX}/${RUBY_DOC}/xmlscan - ${INSTALL_DATA} ${WRKSRC}/doc/en/conformance.html ${DESTDIR}${PREFIX}/${RUBY_DOC}/xmlscan/en - ${INSTALL_DATA} ${WRKSRC}/doc/en/conformance.rd ${DESTDIR}${PREFIX}/${RUBY_DOC}/xmlscan/en - ${INSTALL_DATA} ${WRKSRC}/doc/en/manual.html ${DESTDIR}${PREFIX}/${RUBY_DOC}/xmlscan/en - ${INSTALL_DATA} ${WRKSRC}/doc/en/manual.rd ${DESTDIR}${PREFIX}/${RUBY_DOC}/xmlscan/en - ${INSTALL_DATA} ${WRKSRC}/doc/ja/conformance.ja.html ${DESTDIR}${PREFIX}/${RUBY_DOC}/xmlscan/ja - ${INSTALL_DATA} ${WRKSRC}/doc/ja/conformance.ja.rd ${DESTDIR}${PREFIX}/${RUBY_DOC}/xmlscan/ja - ${INSTALL_DATA} ${WRKSRC}/doc/ja/manual.ja.html ${DESTDIR}${PREFIX}/${RUBY_DOC}/xmlscan/ja - ${INSTALL_DATA} ${WRKSRC}/doc/ja/manual.ja.rd ${DESTDIR}${PREFIX}/${RUBY_DOC}/xmlscan/ja - cd ${WRKSRC}/samples && pax -rw -pp * ${DESTDIR}${PREFIX}/${RUBY_EG}/xmlscan - -.include "../../lang/ruby/modules.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-xmlscan/PLIST b/textproc/ruby-xmlscan/PLIST deleted file mode 100644 index 9a91ac9f195..00000000000 --- a/textproc/ruby-xmlscan/PLIST +++ /dev/null @@ -1,36 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:17:30 joerg Exp $ -${RUBY_VENDORLIB}/xmlscan/encoding.rb -${RUBY_VENDORLIB}/xmlscan/htmlscan.rb -${RUBY_VENDORLIB}/xmlscan/namespace.rb -${RUBY_VENDORLIB}/xmlscan/parser.rb -${RUBY_VENDORLIB}/xmlscan/scanner.rb -${RUBY_VENDORLIB}/xmlscan/version.rb -${RUBY_VENDORLIB}/xmlscan/visitor.rb -${RUBY_VENDORLIB}/xmlscan/xmlchar.rb -${RUBY_DOC}/xmlscan/ChangeLog -${RUBY_DOC}/xmlscan/README -${RUBY_DOC}/xmlscan/THANKS -${RUBY_DOC}/xmlscan/changes.html -${RUBY_DOC}/xmlscan/changes.rd -${RUBY_DOC}/xmlscan/en/conformance.html -${RUBY_DOC}/xmlscan/en/conformance.rd -${RUBY_DOC}/xmlscan/en/manual.html -${RUBY_DOC}/xmlscan/en/manual.rd -${RUBY_DOC}/xmlscan/ja/conformance.ja.html -${RUBY_DOC}/xmlscan/ja/conformance.ja.rd -${RUBY_DOC}/xmlscan/ja/manual.ja.html -${RUBY_DOC}/xmlscan/ja/manual.ja.rd -${RUBY_EG}/xmlscan/chibixml.rb -${RUBY_EG}/xmlscan/getxmlchar.rb -${RUBY_EG}/xmlscan/rexml.rb -${RUBY_EG}/xmlscan/xmlbench.rb -${RUBY_EG}/xmlscan/xmlconftest.rb -${RUBY_EG}/xmlscan/xmlbench/xmlbench-lib.rb -${RUBY_EG}/xmlscan/xmlbench/parser/chibixml.rb -${RUBY_EG}/xmlscan/xmlbench/parser/nqxml.rb -${RUBY_EG}/xmlscan/xmlbench/parser/rexml.rb -${RUBY_EG}/xmlscan/xmlbench/parser/xmlparser.rb -${RUBY_EG}/xmlscan/xmlbench/parser/xmlscan-0.0.10.rb -${RUBY_EG}/xmlscan/xmlbench/parser/xmlscan-chibixml.rb -${RUBY_EG}/xmlscan/xmlbench/parser/xmlscan-rexml.rb -${RUBY_EG}/xmlscan/xmlbench/parser/xmlscan.rb diff --git a/textproc/ruby-xmlscan/distinfo b/textproc/ruby-xmlscan/distinfo deleted file mode 100644 index 7c04d45225e..00000000000 --- a/textproc/ruby-xmlscan/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.4 2010/09/10 08:49:55 taca Exp $ - -SHA1 (xmlscan-0.2.3.tar.gz) = 70c989d3782c916179170238a40b1d7defa9dc47 -RMD160 (xmlscan-0.2.3.tar.gz) = d83fb70ed24764e1a036f7af79c2b1f3f4e4fa18 -Size (xmlscan-0.2.3.tar.gz) = 88414 bytes -SHA1 (patch-aa) = 664fe81b0bef9f8f06e360f55e69b1b1e31cce57 diff --git a/textproc/ruby-xmlscan/patches/patch-aa b/textproc/ruby-xmlscan/patches/patch-aa deleted file mode 100644 index e10fa8b2057..00000000000 --- a/textproc/ruby-xmlscan/patches/patch-aa +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2010/09/10 08:49:55 taca Exp $ - -Avoid to use "ftools" which has deprecated in ruby19. - ---- install.rb.orig 2002-12-26 21:09:38.000000000 +0000 -+++ install.rb -@@ -6,9 +6,9 @@ - - require 'rbconfig' --require 'ftools' -+require 'fileutils' - require 'find' - require 'getoptlong' - --DEFAULT_DESTDIR = Config::CONFIG['sitelibdir'] || Config::CONFIG['sitedir'] -+DEFAULT_DESTDIR = Config::CONFIG['vendorlibdir'] || Config::CONFIG['vendordir'] - SRCDIR = File.dirname(__FILE__) - -@@ -20,6 +20,6 @@ def install_rb(from, to) - next unless /\.rb\z/ =~ src - dst = src.sub(/\A#{Regexp.escape(from)}/, to) -- File.makedirs File.dirname(dst), true -- File.install src, dst, 0644, true -+ FileUtils.mkdir_p File.dirname(dst) -+ FileUtils.install src, dst, :mode => 0644 - } - end |