diff options
author | taca <taca@pkgsrc.org> | 2008-03-11 16:41:23 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-03-11 16:41:23 +0000 |
commit | 6377ba6cacfba70e5fd0c8ef7436c58fb30e82fc (patch) | |
tree | 9c7e74964269ac5e5f654c0157c523f6d72882b2 | |
parent | d8c327fddc0f526ed13fdb4c74a8b542844980bf (diff) | |
download | pkgsrc-6377ba6cacfba70e5fd0c8ef7436c58fb30e82fc.tar.gz |
Reimport ruby-libxml package as correct path.
-rw-r--r-- | textproc/ruby-libxml/DESCR | 3 | ||||
-rw-r--r-- | textproc/ruby-libxml/Makefile | 23 | ||||
-rw-r--r-- | textproc/ruby-libxml/PLIST | 5 | ||||
-rw-r--r-- | textproc/ruby-libxml/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/textproc/ruby-libxml/DESCR b/textproc/ruby-libxml/DESCR new file mode 100644 index 00000000000..351cddae2e4 --- /dev/null +++ b/textproc/ruby-libxml/DESCR @@ -0,0 +1,3 @@ +The Libxml-Ruby provides Ruby language bindings for the GNOME Libxml2 +XML toolkit. Its primary advantage over REXML is performance - if speed +is your need, these are good libraries to consider. diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile new file mode 100644 index 00000000000..d866551c8c7 --- /dev/null +++ b/textproc/ruby-libxml/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/03/11 16:41:23 taca Exp $ +# + +DISTNAME= libxml-ruby-0.3.8.4 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-//} +CATEGORIES= textproc ruby +MASTER_SITES= http://rubyforge.org/frs/download.php/15237/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://libxml.rubyforge.org/ +COMMENT= libxml2 interface module for Ruby + +RUBY_HAS_ARCHLIB= yes +USE_RUBY_EXTCONF= yes +RUBY_EXTCONF_SUBDIRS= ext/xml + +CONFIGURE_ARGS+= --with-xml2-include=${BUILDLINK_PREFIX.libxml2}/include/libxml2 + +.include "../../lang/ruby/modules.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../converters/libiconv/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-libxml/PLIST b/textproc/ruby-libxml/PLIST new file mode 100644 index 00000000000..7f60deec8fc --- /dev/null +++ b/textproc/ruby-libxml/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/11 16:41:23 taca Exp $ +${RUBY_SITEARCHLIBDIR}/xml/libxml_so.${RUBY_DLEXT} +${RUBY_SITELIBDIR}/xml/libxml.rb +@dirrm ${RUBY_SITEARCHLIBDIR}/xml +@dirrm ${RUBY_SITELIBDIR}/xml diff --git a/textproc/ruby-libxml/distinfo b/textproc/ruby-libxml/distinfo new file mode 100644 index 00000000000..a179a154ff7 --- /dev/null +++ b/textproc/ruby-libxml/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/03/11 16:41:23 taca Exp $ + +SHA1 (libxml-ruby-0.3.8.4.tar.gz) = 43f6a4f32f5384d0a165b6b0010101d81d62657e +RMD160 (libxml-ruby-0.3.8.4.tar.gz) = eba8dce300a921bb6a2b5b874824b64d1f50d26c +Size (libxml-ruby-0.3.8.4.tar.gz) = 59089 bytes |