diff options
author | knu <knu@FreeBSD.org> | 2002-07-12 13:47:44 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-07-12 13:47:44 +0800 |
commit | 57aa55c60e3decfcea936d8c05e4a8816e61adee (patch) | |
tree | 4f42360fcc7a3192f05076b59a439051d594e131 /textproc | |
parent | c0299cd4059095c360c0a9ca189e427e147001d5 (diff) | |
download | freebsd-ports-gnome-57aa55c60e3decfcea936d8c05e4a8816e61adee.tar.gz freebsd-ports-gnome-57aa55c60e3decfcea936d8c05e4a8816e61adee.tar.zst freebsd-ports-gnome-57aa55c60e3decfcea936d8c05e4a8816e61adee.zip |
Add ruby-libxml (version 0.01), a libxml2 binding for Ruby with both
libxml and Ruby APIs.
PR: ports/40392
Submitted by: Sean Chittenden <sean@chittenden.org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/ruby-libxml/Makefile | 26 | ||||
-rw-r--r-- | textproc/ruby-libxml/distinfo | 1 | ||||
-rw-r--r-- | textproc/ruby-libxml/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/ruby-libxml/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/ruby-libxml/pkg-plist | 1 |
6 files changed, 38 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ef44fa67ad31..46df5972d8b1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -282,6 +282,7 @@ SUBDIR += ruby-htmlcompact SUBDIR += ruby-htmlrepair SUBDIR += ruby-htmlsplit + SUBDIR += ruby-libxml SUBDIR += ruby-mwdom SUBDIR += ruby-nqxml SUBDIR += ruby-qt2xml diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile new file mode 100644 index 000000000000..7e0c9316b1df --- /dev/null +++ b/textproc/ruby-libxml/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: ruby-libxml +# Date created: 09 July 2002 +# Whom: Sean Chittenden <sean@chittenden.org> +# +# $FreeBSD$ +# + +PORTNAME= libxml +PORTVERSION= 0.01 +CATEGORIES= textproc ruby +MASTER_SITES= http://www.rubynet.org/modules/xml/ruby-libxml/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= ruby-${PORTNAME}-20020709 + +MAINTAINER= sean@chittenden.org + +BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2 +RUN_DEPENDS= ${BUILD_DEPENDS} +#LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 + +USE_RUBY= yes +USE_RUBY_EXTCONF= yes + +INSTALL_TARGET= site-install + +.include <bsd.port.mk> diff --git a/textproc/ruby-libxml/distinfo b/textproc/ruby-libxml/distinfo new file mode 100644 index 000000000000..47489c8e321e --- /dev/null +++ b/textproc/ruby-libxml/distinfo @@ -0,0 +1 @@ +MD5 (ruby-libxml-20020709.tar.gz) = 5f3c7c31a6f23b23c65cc3b8cc0e92d1 diff --git a/textproc/ruby-libxml/pkg-comment b/textproc/ruby-libxml/pkg-comment new file mode 100644 index 000000000000..c0445b1a31f8 --- /dev/null +++ b/textproc/ruby-libxml/pkg-comment @@ -0,0 +1 @@ +A libxml2 binding for Ruby with both libxml and Ruby APIs diff --git a/textproc/ruby-libxml/pkg-descr b/textproc/ruby-libxml/pkg-descr new file mode 100644 index 000000000000..ce04c0a55cb3 --- /dev/null +++ b/textproc/ruby-libxml/pkg-descr @@ -0,0 +1,8 @@ +ruby-libxml provies a clean, Ruby-style interface into the libxml2 +library. None of the power and granularity of libxml's data +structures are lost with the API (that glosses over the low-level XML +structures). + +Author: Sean Chittenden <sean@chittenden.org> + +WWW: http://cvsweb.rubydoc.org/cgi-bin/cvsweb.cgi/projects/ruby-libxml/?cvsroot=rubynet diff --git a/textproc/ruby-libxml/pkg-plist b/textproc/ruby-libxml/pkg-plist new file mode 100644 index 000000000000..3bc636cf3eb4 --- /dev/null +++ b/textproc/ruby-libxml/pkg-plist @@ -0,0 +1 @@ +%%RUBY_SITEARCHLIBDIR%%/libxml.so |