diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-05-02 07:02:34 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-05-02 07:02:34 +0000 |
commit | 9ff46806b7fe3b492536ac724637e2f7bae99c0f (patch) | |
tree | 4f865f91d3512ebfd88075dac36262d4d09356bd /textproc/ruby-libxml | |
parent | 7c700529d2178266a7f739c8c250d1d7df5ce2a2 (diff) |
2013-05-02 textproc/ruby-libxml: Does not work with Ruby 1.9
Notes
Notes:
svn path=/head/; revision=317076
Diffstat (limited to 'textproc/ruby-libxml')
-rw-r--r-- | textproc/ruby-libxml/Makefile | 50 | ||||
-rw-r--r-- | textproc/ruby-libxml/distinfo | 2 | ||||
-rw-r--r-- | textproc/ruby-libxml/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/ruby-libxml/pkg-plist | 23 |
4 files changed, 0 insertions, 83 deletions
diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile deleted file mode 100644 index 5a7bfa500fab..000000000000 --- a/textproc/ruby-libxml/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# Created by: Sean Chittenden <seanc@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= libxml -PORTVERSION= 1.1.3 -CATEGORIES= textproc ruby -MASTER_SITES= RF -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= gahr@FreeBSD.org -COMMENT= A friendly API to libxml for Ruby - -DEPRECATED= Does not work with Ruby 1.9 -EXPIRATION_DATE= 2013-05-02 - -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 - -USE_RUBY= yes -USES= iconv -USE_LDCONFIG= ${RUBY_SITEARCHLIBDIR}/xml - -EXT_ARGS= --with-iconv-dir=${LOCALBASE} \ - --with-iconv-lib=${LOCALBASE}/lib \ - --with-iconv-include=${LOCALBASE}/include - -post-patch: - ${REINPLACE_CMD} -e 's|libxml_ruby|xml/libxml_ruby|' \ - ${WRKSRC}/lib/libxml.rb - -do-configure: - cd ${WRKSRC}/ext/libxml && ${RUBY} extconf.rb build ${EXT_ARGS} - -do-build: - cd ${WRKSRC}/ext/libxml && ${MAKE} - -do-install: - ${INSTALL} -d ${RUBY_SITELIBDIR}/xml ${RUBY_SITELIBDIR}/libxml ${RUBY_SITEARCHLIBDIR}/xml - ${INSTALL_DATA} ${WRKSRC}/lib/libxml.rb ${RUBY_SITELIBDIR}/xml - (cd ${WRKSRC}/lib/libxml && ${COPYTREE_SHARE} \*.rb ${RUBY_SITELIBDIR}/libxml) - ${INSTALL_DATA} ${WRKSRC}/ext/libxml/libxml_ruby.so ${RUBY_SITEARCHLIBDIR}/xml/ - -.include <bsd.port.pre.mk> - -.if ${RUBY_VER} == 1.9 -BROKEN= extconf.rb:6: [BUG] Segmentation fault -.endif - -.include <bsd.port.post.mk> diff --git a/textproc/ruby-libxml/distinfo b/textproc/ruby-libxml/distinfo deleted file mode 100644 index 5f3886c4e6de..000000000000 --- a/textproc/ruby-libxml/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libxml-ruby-1.1.3.tgz) = 53eac48f6a4bdb389e84d2bdf7dda68952fae1ba83de3e520a0c85d499cf6122 -SIZE (libxml-ruby-1.1.3.tgz) = 1495372 diff --git a/textproc/ruby-libxml/pkg-descr b/textproc/ruby-libxml/pkg-descr deleted file mode 100644 index 2d985afad6f4..000000000000 --- a/textproc/ruby-libxml/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -ruby-libxml provies a clean and fast Ruby interface into the libxml2 -library. All of the power and granularity of libxml's data -structures should be available. Those wanting a user friendly API -that follows the Ruby-way of doing things should be pleasantly -surprised. - -Author: Sean Chittenden <sean@ruby-lang.org> -WWW: http://rubyforge.org/projects/libxml/ diff --git a/textproc/ruby-libxml/pkg-plist b/textproc/ruby-libxml/pkg-plist deleted file mode 100644 index 3918a66fab36..000000000000 --- a/textproc/ruby-libxml/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/xml/libxml_ruby.so -%%RUBY_SITELIBDIR%%/xml/libxml.rb -%%RUBY_SITELIBDIR%%/libxml/attr.rb -%%RUBY_SITELIBDIR%%/libxml/attr_decl.rb -%%RUBY_SITELIBDIR%%/libxml/attributes.rb -%%RUBY_SITELIBDIR%%/libxml/document.rb -%%RUBY_SITELIBDIR%%/libxml/error.rb -%%RUBY_SITELIBDIR%%/libxml/hpricot.rb -%%RUBY_SITELIBDIR%%/libxml/html_parser.rb -%%RUBY_SITELIBDIR%%/libxml/namespace.rb -%%RUBY_SITELIBDIR%%/libxml/namespaces.rb -%%RUBY_SITELIBDIR%%/libxml/node.rb -%%RUBY_SITELIBDIR%%/libxml/ns.rb -%%RUBY_SITELIBDIR%%/libxml/parser.rb -%%RUBY_SITELIBDIR%%/libxml/properties.rb -%%RUBY_SITELIBDIR%%/libxml/reader.rb -%%RUBY_SITELIBDIR%%/libxml/sax_callbacks.rb -%%RUBY_SITELIBDIR%%/libxml/sax_parser.rb -%%RUBY_SITELIBDIR%%/libxml/tree.rb -%%RUBY_SITELIBDIR%%/libxml/xpath_object.rb -@dirrm %%RUBY_SITEARCHLIBDIR%%/xml -@dirrm %%RUBY_SITELIBDIR%%/xml -@dirrm %%RUBY_SITELIBDIR%%/libxml |