pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby18-libxml Imported ruby18-libxml from PR ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b00129f040a
branches:  trunk
changeset: 537738:8b00129f040a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Jan 15 10:56:59 2008 +0000

description:
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:

 textproc/ruby18-libxml/DESCR    |   3 +++
 textproc/ruby18-libxml/Makefile |  23 +++++++++++++++++++++++
 textproc/ruby18-libxml/PLIST    |   5 +++++
 textproc/ruby18-libxml/distinfo |   5 +++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r f8f40a31bc43 -r 8b00129f040a textproc/ruby18-libxml/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby18-libxml/DESCR      Tue Jan 15 10:56:59 2008 +0000
@@ -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 -r f8f40a31bc43 -r 8b00129f040a textproc/ruby18-libxml/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby18-libxml/Makefile   Tue Jan 15 10:56:59 2008 +0000
@@ -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@localhost
+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 -r f8f40a31bc43 -r 8b00129f040a textproc/ruby18-libxml/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby18-libxml/PLIST      Tue Jan 15 10:56:59 2008 +0000
@@ -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 -r f8f40a31bc43 -r 8b00129f040a textproc/ruby18-libxml/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby18-libxml/distinfo   Tue Jan 15 10:56:59 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index