1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Add ruby-libxslt, Ruby bindings for libxslt. XML::XSLT is XSL compliant.

Approved by:	knu (mentor)
This commit is contained in:
Sean Chittenden 2002-10-24 19:01:12 +00:00
parent 85daaf0b6f
commit dd3b25b365
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68750
6 changed files with 49 additions and 0 deletions

View File

@ -316,6 +316,7 @@
SUBDIR += ruby-htmlrepair
SUBDIR += ruby-htmlsplit
SUBDIR += ruby-libxml
SUBDIR += ruby-libxslt
SUBDIR += ruby-mwdom
SUBDIR += ruby-nqxml
SUBDIR += ruby-qt2xml

View File

@ -0,0 +1,38 @@
# New ports collection makefile for: ruby-libxslt
# Date created: 19 July 2002
# Whom: Sean Chittenden <seanc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libxslt
PORTVERSION= 0.3.0
CATEGORIES= textproc ruby
MASTER_SITES= http://www.rubynet.org/modules/xml/libxslt/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
DIST_SUBDIR= ruby
MAINTAINER= seanc@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2 \
${LOCALBASE}/bin/xslt-config:${PORTSDIR}/textproc/libxslt \
${NONEXISTENT}:${PORTSDIR}/${RUBY_LIBXML_PORT}:patch
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
xslt.1:${PORTSDIR}/textproc/libxslt
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xml/libxml.so:${PORTSDIR}/textproc/ruby-libxml
USE_BZIP2= yes
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
RUBY_LIBXML_PORT= textproc/ruby-libxml
RUBY_LIBXML_WRKSRC_CMD= cd ${PORTSDIR}/${RUBY_LIBXML_PORT} && ${MAKE} -V WRKSRC
INSTALL_TARGET= site-install
post-extract:
@${MKDIR} ${WRKDIR}
@${LN} -fs `${RUBY_LIBXML_WRKSRC_CMD}` ${WRKDIR}/libxml
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (ruby/libxslt-0.3.0.tar.bz2) = c6f91999d17de183af188fb95b4c3510
MD5 (ruby/libxml-0.3.0.tar.bz2) = ffa58d6e15cb8f1f84465267aa2837e8

View File

@ -0,0 +1 @@
A developer friendly libxslt binding for Ruby

View File

@ -0,0 +1,6 @@
ruby-libxslt provies an interface into the libxslt library, a
feature complete XSLT library.
Author: Sean Chittenden <sean@chittenden.org>
WWW: http://www.rubynet.org/modules/xml/libxslt/

View File

@ -0,0 +1 @@
%%RUBY_SITEARCHLIBDIR%%/xml/libxslt.so