1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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>
This commit is contained in:
Akinori MUSHA 2002-07-12 05:47:44 +00:00
parent f36fcd52f2
commit e147182622
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62846
6 changed files with 38 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (ruby-libxml-20020709.tar.gz) = 5f3c7c31a6f23b23c65cc3b8cc0e92d1

View File

@ -0,0 +1 @@
A libxml2 binding for Ruby with both libxml and Ruby APIs

View File

@ -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

View File

@ -0,0 +1 @@
%%RUBY_SITEARCHLIBDIR%%/libxml.so