mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add xalan-j 2.0.0,
apache XSLT processor for transforming XML documents. PR: ports/25311 Submitted by: ernst@jollem.com
This commit is contained in:
parent
98116ff0ca
commit
bff6d1bf45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39908
11 changed files with 4305 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
SUBDIR += xalan-j
|
||||
|
||||
SUBDIR += bugseeker
|
||||
SUBDIR += collections
|
||||
|
|
25
java/xalan-j/Makefile
Normal file
25
java/xalan-j/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: jakarta-ant
|
||||
# Date created: 21 February 2001
|
||||
# Whom: ernst@jollem.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xalan-j
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= java textproc
|
||||
MASTER_SITES= http://xml.apache.org/dist/${PORTNAME}/
|
||||
DISTNAME= ${PORTNAME}_2_0_0
|
||||
|
||||
MAINTAINER= ernst@jollem.com
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/linux-jdk1.3.0/bin/java:${PORTSDIR}/java/linux-jdk13
|
||||
|
||||
NO_BUILD= YES
|
||||
PORTDESTDIR= ${PREFIX}/${PORTNAME}${PORTVERSION}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PORTDESTDIR}
|
||||
@${CP} -r ${WRKSRC}/* ${PORTDESTDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
1
java/xalan-j/distinfo
Normal file
1
java/xalan-j/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xalan-j_2_0_0.tar.gz) = 837ae944161edeacc34e0b4469fcdad1
|
1
java/xalan-j/pkg-comment
Normal file
1
java/xalan-j/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Apache XSLT processor for transforming XML documents
|
7
java/xalan-j/pkg-descr
Normal file
7
java/xalan-j/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Xalan is an XSLT processor for transforming XML documents into HTML,
|
||||
text, or other XML document types. It implements the W3C
|
||||
Recommendations for XSL Transformations (XSLT) and the XML Path
|
||||
Language (XPath). It can be used from the command line, in an applet
|
||||
or a servlet, or as a module in other program.
|
||||
|
||||
WWW: http://xml.apache.org/xalan-j/
|
2118
java/xalan-j/pkg-plist
Normal file
2118
java/xalan-j/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
25
textproc/xalan-j/Makefile
Normal file
25
textproc/xalan-j/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: jakarta-ant
|
||||
# Date created: 21 February 2001
|
||||
# Whom: ernst@jollem.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xalan-j
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= java textproc
|
||||
MASTER_SITES= http://xml.apache.org/dist/${PORTNAME}/
|
||||
DISTNAME= ${PORTNAME}_2_0_0
|
||||
|
||||
MAINTAINER= ernst@jollem.com
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/linux-jdk1.3.0/bin/java:${PORTSDIR}/java/linux-jdk13
|
||||
|
||||
NO_BUILD= YES
|
||||
PORTDESTDIR= ${PREFIX}/${PORTNAME}${PORTVERSION}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PORTDESTDIR}
|
||||
@${CP} -r ${WRKSRC}/* ${PORTDESTDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/xalan-j/distinfo
Normal file
1
textproc/xalan-j/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xalan-j_2_0_0.tar.gz) = 837ae944161edeacc34e0b4469fcdad1
|
1
textproc/xalan-j/pkg-comment
Normal file
1
textproc/xalan-j/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Apache XSLT processor for transforming XML documents
|
7
textproc/xalan-j/pkg-descr
Normal file
7
textproc/xalan-j/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Xalan is an XSLT processor for transforming XML documents into HTML,
|
||||
text, or other XML document types. It implements the W3C
|
||||
Recommendations for XSL Transformations (XSLT) and the XML Path
|
||||
Language (XPath). It can be used from the command line, in an applet
|
||||
or a servlet, or as a module in other program.
|
||||
|
||||
WWW: http://xml.apache.org/xalan-j/
|
2118
textproc/xalan-j/pkg-plist
Normal file
2118
textproc/xalan-j/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue