mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Add ruby-libxslt, Ruby bindings for libxslt. XML::XSLT is XSL compliant.
Approved by: knu (mentor)
This commit is contained in:
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
|
@ -316,6 +316,7 @@
|
||||||
SUBDIR += ruby-htmlrepair
|
SUBDIR += ruby-htmlrepair
|
||||||
SUBDIR += ruby-htmlsplit
|
SUBDIR += ruby-htmlsplit
|
||||||
SUBDIR += ruby-libxml
|
SUBDIR += ruby-libxml
|
||||||
|
SUBDIR += ruby-libxslt
|
||||||
SUBDIR += ruby-mwdom
|
SUBDIR += ruby-mwdom
|
||||||
SUBDIR += ruby-nqxml
|
SUBDIR += ruby-nqxml
|
||||||
SUBDIR += ruby-qt2xml
|
SUBDIR += ruby-qt2xml
|
||||||
|
|
38
textproc/ruby-libxslt/Makefile
Normal file
38
textproc/ruby-libxslt/Makefile
Normal 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>
|
2
textproc/ruby-libxslt/distinfo
Normal file
2
textproc/ruby-libxslt/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (ruby/libxslt-0.3.0.tar.bz2) = c6f91999d17de183af188fb95b4c3510
|
||||||
|
MD5 (ruby/libxml-0.3.0.tar.bz2) = ffa58d6e15cb8f1f84465267aa2837e8
|
1
textproc/ruby-libxslt/pkg-comment
Normal file
1
textproc/ruby-libxslt/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A developer friendly libxslt binding for Ruby
|
6
textproc/ruby-libxslt/pkg-descr
Normal file
6
textproc/ruby-libxslt/pkg-descr
Normal 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/
|
1
textproc/ruby-libxslt/pkg-plist
Normal file
1
textproc/ruby-libxslt/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
%%RUBY_SITEARCHLIBDIR%%/xml/libxslt.so
|
Loading…
Add table
Reference in a new issue