diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-08-29 08:19:56 +0000 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-08-29 08:19:56 +0000 |
commit | 55b74196a56cdb900fe14f01b557fac2e89b57ad (patch) | |
tree | d765e15de7f7f3c1b0d4d95b4e3a977ec201a87a /textproc/tei-xsl-fo/Makefile | |
parent | 5b6eaf21a7037db2c5082f7a4ce06c5fa979ecc5 (diff) | |
download | FreeBSD-ports-55b74196a56cdb900fe14f01b557fac2e89b57ad.zip FreeBSD-ports-55b74196a56cdb900fe14f01b557fac2e89b57ad.tar.gz |
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Unbreak this port and upgrade to the latest version, and its internal version
is v2.0. Change between release 1.4 to version 2.0 is listed below:
* version 2.0
move more templates to teicommon
much better teilatex.xsl
add GPL license
* version 1.5
updated handling of xrefs to tables and figures
parameterize some of CSS class names, for use in portal
parameterize "revised"
Diffstat (limited to 'textproc/tei-xsl-fo/Makefile')
-rw-r--r-- | textproc/tei-xsl-fo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/tei-xsl-fo/Makefile b/textproc/tei-xsl-fo/Makefile index ed97684..5060272 100644 --- a/textproc/tei-xsl-fo/Makefile +++ b/textproc/tei-xsl-fo/Makefile @@ -7,7 +7,7 @@ PORTNAME= tei PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.tei-c.org/Stylesheets/ PKGNAMESUFFIX= -xsl-fo @@ -17,8 +17,6 @@ DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}_${PORTREVISION} MAINTAINER= henrik.motakef@web.de COMMENT= XSLT Stylesheets to convert TEI to XSL Formatting Objects -BROKEN= Checksum mismatch - USE_ZIP= yes NO_WRKSUBDIR= yes NO_BUILD= yes |