diff options
author | rillig <rillig> | 2008-01-15 10:56:59 +0000 |
---|---|---|
committer | rillig <rillig> | 2008-01-15 10:56:59 +0000 |
commit | 8e723f9cae960cbc9fa179d8595f8d5f32b901fa (patch) | |
tree | 4af07b576ebae6df85ffcde3325b6051deef3e80 /textproc | |
parent | c575ecbd963b4968592b9d9d653c962fc88d11b3 (diff) | |
download | pkgsrc-8e723f9cae960cbc9fa179d8595f8d5f32b901fa.tar.gz |
Imported ruby18-libxml from PR 37759.
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.
Packaged by Naoto Morishima.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby18-libxml/DESCR | 3 | ||||
-rw-r--r-- | textproc/ruby18-libxml/Makefile | 23 | ||||
-rw-r--r-- | textproc/ruby18-libxml/PLIST | 5 | ||||
-rw-r--r-- | textproc/ruby18-libxml/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/textproc/ruby18-libxml/DESCR b/textproc/ruby18-libxml/DESCR new file mode 100644 index 00000000000..351cddae2e4 --- /dev/null +++ b/textproc/ruby18-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/ruby18-libxml/Makefile b/textproc/ruby18-libxml/Makefile new file mode 100644 index 00000000000..a1e0f3969cd --- /dev/null +++ b/textproc/ruby18-libxml/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/01/15 10:56:59 rillig 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/ruby18-libxml/PLIST b/textproc/ruby18-libxml/PLIST new file mode 100644 index 00000000000..24164f34ec2 --- /dev/null +++ b/textproc/ruby18-libxml/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/01/15 10:56:59 rillig 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/ruby18-libxml/distinfo b/textproc/ruby18-libxml/distinfo new file mode 100644 index 00000000000..c70bfcc5b2a --- /dev/null +++ b/textproc/ruby18-libxml/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/01/15 10:56:59 rillig 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 |