mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
XSL Transformations (XSLT) implementation in Java.
This commit is contained in:
parent
a49098468f
commit
4b396d7a9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19750
39
textproc/xt/Makefile
Normal file
39
textproc/xt/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# New ports collection makefile for: XT
|
||||
# Version required: 19990514
|
||||
# Date created: 23 June 1999
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.ORG>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= xt
|
||||
PKGNAME= xt-19990514
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://ftp.jclark.com/pub/xml/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.ORG
|
||||
|
||||
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
RUN_DEPENDS= ${PREFIX}/${JAVASUBDIR}/bin/java:${PORTSDIR}/lang/jdk
|
||||
|
||||
EXTRACT_CMD= unzip
|
||||
EXTRACT_BEFORE_ARGS= -a -q -L
|
||||
EXTRACT_AFTER_ARGS= # empty
|
||||
NO_WRKSUBDIR= YES
|
||||
PLIST_SUB= JAVASUBDIR=${JAVASUBDIR}
|
||||
|
||||
JAVASUBDIR= jdk1.1.8
|
||||
DIR= ${PREFIX}/share/java
|
||||
|
||||
do-build:
|
||||
${SED} -e s,%%PREFIX%%,${PREFIX},g ${FILESDIR}/xt-xml4j.sh > ${WRKSRC}/xt-xml4j
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DIR}/classes ${DIR}/xt
|
||||
(cd ${WRKSRC};\
|
||||
${INSTALL_DATA} xt.jar sax.jar ${DIR}/classes; \
|
||||
${CP} -R copying.txt demo xt.htm ${DIR}/xt; \
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/xt-xml4j ${PREFIX}/bin)
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/xt/distinfo
Normal file
1
textproc/xt/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xt.zip) = 7f0a3839e452cd5866d25b4bce02200f
|
7
textproc/xt/files/xt-xml4j.sh
Normal file
7
textproc/xt/files/xt-xml4j.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
# $Id$
|
||||
|
||||
export CLASSPATH=%%PREFIX%%/share/java/classes/xt.jar:%%PREFIX%%/share/java/classes/xml4j.jar:${CLASSPATH}
|
||||
|
||||
java -Dcom.jclark.xsl.sax.parser=com.ibm.xml.parser.SAXDriver com.jclark.xsl.sax.Driver $*
|
||||
|
1
textproc/xt/pkg-comment
Normal file
1
textproc/xt/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
XSL Transformations (XSLT) implementation in Java
|
5
textproc/xt/pkg-descr
Normal file
5
textproc/xt/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
XT is an implementation in Java of XSL Transformations.
|
||||
|
||||
This requires SAX such as XP or XML4J (ports/textproc/xml4j).
|
||||
|
||||
WWW: http://www.jclark.com/xt/
|
15
textproc/xt/pkg-plist
Normal file
15
textproc/xt/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
bin/xt-xml4j
|
||||
share/java/classes/sax.jar
|
||||
share/java/classes/xt.jar
|
||||
share/java/xt/copying.txt
|
||||
share/java/xt/demo/date.xsl
|
||||
share/java/xt/demo/nxml.xsl
|
||||
share/java/xt/demo/slides.xsl
|
||||
share/java/xt/demo/split.xsl
|
||||
share/java/xt/demo/textfile.xsl
|
||||
share/java/xt/demo/slides.xml
|
||||
share/java/xt/demo/split.xml
|
||||
share/java/xt/demo/textfile.xml
|
||||
share/java/xt/xt.htm
|
||||
@dirrm share/java/xt/demo
|
||||
@dirrm share/java/xt
|
Loading…
Reference in New Issue
Block a user