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 | |
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')
-rw-r--r-- | textproc/tei-xsl-fo/Makefile | 4 | ||||
-rw-r--r-- | textproc/tei-xsl-fo/distinfo | 2 | ||||
-rw-r--r-- | textproc/tei-xsl-fo/pkg-plist | 5 |
3 files changed, 2 insertions, 9 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 diff --git a/textproc/tei-xsl-fo/distinfo b/textproc/tei-xsl-fo/distinfo index 5077991..4c46e80 100644 --- a/textproc/tei-xsl-fo/distinfo +++ b/textproc/tei-xsl-fo/distinfo @@ -1 +1 @@ -MD5 (tei-xsl-fo-1.0_1/teixsl-fo.zip) = 47b2c02d2c2491e1957899e160477f8e +MD5 (tei-xsl-fo-1.0_2/teixsl-fo.zip) = 2741fe1c9cccdb51133784194706d546 diff --git a/textproc/tei-xsl-fo/pkg-plist b/textproc/tei-xsl-fo/pkg-plist index 7cfdb73..5cb061d 100644 --- a/textproc/tei-xsl-fo/pkg-plist +++ b/textproc/tei-xsl-fo/pkg-plist @@ -8,11 +8,6 @@ share/xsl/tei/fo/tei-makecolspec.xsl share/xsl/tei/fo/tei-markers.xsl share/xsl/tei/fo/tei-math.xsl share/xsl/tei/fo/tei-notes.xsl -share/xsl/tei/fo/tei-oddlib.xsl -share/xsl/tei/fo/tei-odds.xsl -share/xsl/tei/fo/tei-oucs.xsl -share/xsl/tei/fo/tei-oucsdoc.xsl -share/xsl/tei/fo/tei-oucsheader.xsl share/xsl/tei/fo/tei-para.xsl share/xsl/tei/fo/tei-param.xsl share/xsl/tei/fo/tei-poetry.xsl |