diff options
author | krion <krion@FreeBSD.org> | 2003-10-26 13:55:11 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-26 13:55:11 +0000 |
commit | dbcc574d53ffd7dd9454bbafe2c2d79a0e632c9d (patch) | |
tree | 816e07a7c8f2d305f2f1713cd9ac442850dfdf39 | |
parent | 520b0d1e2d63f9d0ea6eac8f12db8405fddefdb4 (diff) | |
download | FreeBSD-ports-dbcc574d53ffd7dd9454bbafe2c2d79a0e632c9d.zip FreeBSD-ports-dbcc574d53ffd7dd9454bbafe2c2d79a0e632c9d.tar.gz |
- Update to 2.1
- Unbreak plist
- Change maintainer's email
PR: 58438
Submitted by: Henrik Motakef <ports@henrik-motakef.de> (maintainer)
-rw-r--r-- | textproc/tei-xsl-html/Makefile | 7 | ||||
-rw-r--r-- | textproc/tei-xsl-html/distinfo | 2 | ||||
-rw-r--r-- | textproc/tei-xsl-html/pkg-plist | 14 |
3 files changed, 4 insertions, 19 deletions
diff --git a/textproc/tei-xsl-html/Makefile b/textproc/tei-xsl-html/Makefile index 90cce3b..654a974 100644 --- a/textproc/tei-xsl-html/Makefile +++ b/textproc/tei-xsl-html/Makefile @@ -6,19 +6,16 @@ # PORTNAME= tei -PORTVERSION= 1.0 -PORTREVISION= 3 +PORTVERSION= 2.1 CATEGORIES= textproc MASTER_SITES= http://www.tei-c.org/Stylesheets/ PKGNAMESUFFIX= -xsl-html DISTNAME= teixsl-html DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} -MAINTAINER= henrik.motakef@web.de +MAINTAINER= ports@henrik-motakef.de COMMENT= XSLT Stylesheets to convert TEI to HTML -BROKEN= Broken pkg-plist - USE_ZIP= yes NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/textproc/tei-xsl-html/distinfo b/textproc/tei-xsl-html/distinfo index d0c04ac..c39bb23 100644 --- a/textproc/tei-xsl-html/distinfo +++ b/textproc/tei-xsl-html/distinfo @@ -1 +1 @@ -MD5 (tei-xsl-html-1.0/teixsl-html.zip) = 67be8cc0ede360abced7648a04b8d8b5 +MD5 (tei-xsl-html-2.1/teixsl-html.zip) = 3d2a5e6e3a685729e589e8ae59f13d49 diff --git a/textproc/tei-xsl-html/pkg-plist b/textproc/tei-xsl-html/pkg-plist index acf0325..e4b2f60 100644 --- a/textproc/tei-xsl-html/pkg-plist +++ b/textproc/tei-xsl-html/pkg-plist @@ -1,9 +1,6 @@ share/xsl/tei/html/teicommon.xsl -share/xsl/tei/html/teihtml-acdt-css.xsl -share/xsl/tei/html/teihtml-acdt-printable.xsl -share/xsl/tei/html/teihtml-acdt-text.xsl -share/xsl/tei/html/teihtml-acdt.xsl share/xsl/tei/html/teihtml-bibl.xsl +share/xsl/tei/html/teihtml-cem.xsl share/xsl/tei/html/teihtml-chunk.xsl share/xsl/tei/html/teihtml-corpus.xsl share/xsl/tei/html/teihtml-drama.xsl @@ -15,18 +12,9 @@ share/xsl/tei/html/teihtml-main.xsl share/xsl/tei/html/teihtml-master.xsl share/xsl/tei/html/teihtml-misc.xsl share/xsl/tei/html/teihtml-notes.xsl -share/xsl/tei/html/teihtml-odds.xsl -share/xsl/tei/html/teihtml-oucs-css.xsl -share/xsl/tei/html/teihtml-oucs-msxml.xsl -share/xsl/tei/html/teihtml-oucs-printable.xsl -share/xsl/tei/html/teihtml-oucs-raw.xsl -share/xsl/tei/html/teihtml-oucs-text.xsl -share/xsl/tei/html/teihtml-oucs.xsl -share/xsl/tei/html/teihtml-oucsdoc.xsl share/xsl/tei/html/teihtml-pagetable.xsl share/xsl/tei/html/teihtml-param.xsl share/xsl/tei/html/teihtml-poetry.xsl -share/xsl/tei/html/teihtml-slides-oucs.xsl share/xsl/tei/html/teihtml-slides.xsl share/xsl/tei/html/teihtml-struct.xsl share/xsl/tei/html/teihtml-tables.xsl |