Import new port textproc/fop. FOP is the print formatter driven by

XSL formatting.
This commit is contained in:
Kiriyama Kazuhiko 2001-03-19 11:36:36 +00:00
parent 3ae8ad535e
commit 8cf650e281
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40045
6 changed files with 1071 additions and 0 deletions

View File

@ -37,6 +37,7 @@
SUBDIR += expat2
SUBDIR += fdp-tools
SUBDIR += filepp
SUBDIR += fop
SUBDIR += freegrep
SUBDIR += fribidi
SUBDIR += gaspell

36
textproc/fop/Makefile Normal file
View File

@ -0,0 +1,36 @@
# New ports collection makefile for: Print formatter driven by XSL formatting
# Date created: 19 December 2000
# Whom: KIRIYAMA Kazuhiko <kiri@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fop
PORTVERSION= 0.15.0
CATEGORIES= textproc java
MASTER_SITES= http://xml.apache.org/dist/fop/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}
MAINTAINER= kiri@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/jdk${JDKVERSION}/bin/java:${PORTSDIR}/java/jdk \
${LOCALBASE}/share/java/classes/xerces.jar:${PORTSDIR}/textproc/xerces
WRKSRC= ${WRKDIR}/xml-fop
NO_BUILD= yes
PLIST_SUB= PORTVERSION="${PORTVERSION}"
JDKVERSION= 1.1.8
JAVACLASSDIR= ${PREFIX}/share/java/classes
JAVADATADIR= ${PREFIX}/share/java/${PKGNAME}
do-install:
${MKDIR} ${JAVACLASSDIR} ${JAVADATADIR}
${INSTALL_DATA} ${WRKSRC}/build/fop.jar ${JAVACLASSDIR}
${INSTALL_DATA} ${WRKSRC}/lib/w3c.jar ${JAVACLASSDIR}/svg-w3c.jar
cd ${WRKSRC}; \
${INSTALL_DATA} LICENSE README STATUS build.xml ${JAVADATADIR}; \
${INSTALL_SCRIPT} build.sh ${JAVADATADIR}; \
${CP} -R docs lib src ${JAVADATADIR}
.include <bsd.port.mk>

1
textproc/fop/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (fop-0_15_0.tar.gz) = f398785999a7170b9526f4426c22ce48

1
textproc/fop/pkg-comment Normal file
View File

@ -0,0 +1 @@
Print formatter driven by XSL formatting

9
textproc/fop/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
FOP is the world's first print formatter driven by XSL formatting
objects. It is a Java application that reads a formatting object
tree conforming to the XSL candidate release (21. November 2000) and
then turns it into a PDF document or allows you to preview it
directly on screen.
FOP is part of Apache's XML project. The homepage of FOP is
WWW:http://xml.apache.org/fop/

1023
textproc/fop/pkg-plist Normal file

File diff suppressed because it is too large Load Diff