summaryrefslogtreecommitdiff
path: root/textproc/tei-guidelines-p4
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-02-24 03:25:49 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-02-24 03:25:49 +0000
commit4d8fec67591159ef80594717d9c8ae096de2675e (patch)
treedea2342607bd8d267f1a2dd34690cecaffb328a4 /textproc/tei-guidelines-p4
parentUnbreak by upgrading to new DTD, which adds the 'figure' element, (diff)
Catch up with re-rolled distfile which mainly sets the language to "en".
Also, add LATEST_LINK. PR: ports/63224 Submitted by: Henrik Motakef <ports@henrik-motakef.de> (maintainer)
Notes
Notes: svn path=/head/; revision=101938
Diffstat (limited to 'textproc/tei-guidelines-p4')
-rw-r--r--textproc/tei-guidelines-p4/Makefile9
-rw-r--r--textproc/tei-guidelines-p4/distinfo3
-rw-r--r--textproc/tei-guidelines-p4/files/patch-SA.html22
-rw-r--r--textproc/tei-guidelines-p4/files/patch-SG.html8
-rw-r--r--textproc/tei-guidelines-p4/pkg-plist43
5 files changed, 25 insertions, 60 deletions
diff --git a/textproc/tei-guidelines-p4/Makefile b/textproc/tei-guidelines-p4/Makefile
index 46ce11fc8660..6223729c0897 100644
--- a/textproc/tei-guidelines-p4/Makefile
+++ b/textproc/tei-guidelines-p4/Makefile
@@ -15,19 +15,18 @@ DISTNAME= p4html
MAINTAINER= ports@henrik-motakef.de
COMMENT= TEI's Guidelines for Electronic Text Encoding and Interchange
-BROKEN= "Checksum mismatch"
-
NO_BUILD= yes
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}/TEI_P4
+LATEST_LINK= tei-guidelines-p4
INSTDIR= ${PREFIX}/share/doc/tei/p4
do-install:
@${MKDIR} ${INSTDIR}
- @${MKDIR} ${INSTDIR}/Status
+ @${MKDIR} ${INSTDIR}/Figures
@${INSTALL_MAN} ${WRKSRC}/*.html ${INSTDIR}
@${INSTALL_MAN} ${WRKSRC}/*.css ${INSTDIR}
@${INSTALL_MAN} ${WRKSRC}/*.gif ${INSTDIR}
@${INSTALL_MAN} ${WRKSRC}/*.jpg ${INSTDIR}
- @${INSTALL_MAN} ${WRKSRC}/Status/* ${INSTDIR}/Status
+ @${INSTALL_MAN} ${WRKSRC}/Figures/* ${INSTDIR}/Figures
.include <bsd.port.mk>
diff --git a/textproc/tei-guidelines-p4/distinfo b/textproc/tei-guidelines-p4/distinfo
index a6d8307b4973..d79eab23b9c5 100644
--- a/textproc/tei-guidelines-p4/distinfo
+++ b/textproc/tei-guidelines-p4/distinfo
@@ -1 +1,2 @@
-MD5 (p4html.tar.gz) = f5b5bb296446e052ec17cf79f7cfaf4c
+MD5 (p4html.tar.gz) = 3ce81097d224eb62a7c76d524428310c
+SIZE (p4html.tar.gz) = 1971218
diff --git a/textproc/tei-guidelines-p4/files/patch-SA.html b/textproc/tei-guidelines-p4/files/patch-SA.html
index e973b9d31b79..a68a1395b460 100644
--- a/textproc/tei-guidelines-p4/files/patch-SA.html
+++ b/textproc/tei-guidelines-p4/files/patch-SA.html
@@ -1,20 +1,20 @@
---- SA.html.orig Mon May 20 11:08:58 2002
-+++ SA.html Mon May 20 11:09:11 2002
-@@ -490,7 +490,7 @@
+--- SA.html.orig Sat Feb 21 11:50:31 2004
++++ SA.html Sat Feb 21 11:52:23 2004
+@@ -623,7 +623,7 @@
connections among elements, consider the practice (common in 18th
century English verse and elsewhere) of providing footnotes citing
parallel passages from classical authors.
--<a name="POPE"></a><img src="/TEI/Guidelines/Figures/dunpic.png" class="float fullpage" alt="The figure shows the original page of Pope's
-+<a name="POPE"></a><img src="Figures/dunpic.png" class="float fullpage" alt="The figure shows the original page of Pope's
- which is discussed in the text.">
+-<a name="POPE"></a><span name="POPE" class="float fullpage"><img src="../web/Guidelines/Figures/dunpic.png" alt="The figure shows the original page of Pope's
++<a name="POPE"></a><span name="POPE" class="float fullpage"><img src="Figures/dunpic.png" alt="The figure shows the original page of Pope's
+ "></span>
Such footnotes can of course simply be encoded using the <a name="GDX-1418"></a><b><tt>&lt;note&gt;</tt></b>
element (see section <a class="ptr" href="CO.html#CONO">6.8 Notes, Annotation, and Indexing</a>) without a <tt><b>target</b></tt>
-@@ -3525,7 +3525,7 @@
- <a name="id2792371"></a>To demonstrate this facility, we consider how we might encode the
+@@ -3937,7 +3937,7 @@
+ <a name="id3020563"></a>To demonstrate this facility, we consider how we might encode the
alignments in an extract from Comenius' <i>Orbis Sensualium
Pictus</i>.
--<a name="COMENIUS"></a><img src="/TEI/Guidelines/Figures/compic.png" class="float full page" alt="The figure shows the page from the
-+<a name="COMENIUS"></a><img src="Figures/compic.png" class="float full page" alt="The figure shows the page from the
- of Comenius which is discussed in the text.">
+-<a name="COMENIUS"></a><span name="COMENIUS" class="float full page"><img src="../web/Guidelines/Figures/compic.png" alt="The figure shows the page from the "></span>
++<a name="COMENIUS"></a><span name="COMENIUS" class="float full page"><img src="Figures/compic.png" alt="The figure shows the page from the "></span>
Each topic covered in this work has three parts: a
picture, a prose text in Latin describing the topic, and a
+ carefully-aligned translation of the Latin into English, German or some
diff --git a/textproc/tei-guidelines-p4/files/patch-SG.html b/textproc/tei-guidelines-p4/files/patch-SG.html
index 326ec71fe1eb..aba49554417c 100644
--- a/textproc/tei-guidelines-p4/files/patch-SG.html
+++ b/textproc/tei-guidelines-p4/files/patch-SG.html
@@ -1,11 +1,11 @@
---- SG.html.orig Mon May 20 11:09:56 2002
-+++ SG.html Mon May 20 11:10:03 2002
+--- SG.html.orig Sat Feb 21 11:53:56 2004
++++ SG.html Sat Feb 21 11:54:28 2004
@@ -812,7 +812,7 @@
stanzas and the second a single stanza, by a tree structure like the following figure:
--<img src="/TEI/Guidelines/Figures/xmlpic.png">
-+<img src="Figures/xmlpic.png">
+-<span><img src="../web/Guidelines/Figures/xmlpic.png" alt=""></span>
++<span><img src="Figures/xmlpic.png" alt=""></span>
</p>
diff --git a/textproc/tei-guidelines-p4/pkg-plist b/textproc/tei-guidelines-p4/pkg-plist
index 8d5e7b2b23c9..2b45f2c33650 100644
--- a/textproc/tei-guidelines-p4/pkg-plist
+++ b/textproc/tei-guidelines-p4/pkg-plist
@@ -1,41 +1,3 @@
-share/doc/tei/p4/Status/ABc01.txt
-share/doc/tei/p4/Status/ABdiffs.txt
-share/doc/tei/p4/Status/AIc01.txt
-share/doc/tei/p4/Status/CCc01.txt
-share/doc/tei/p4/Status/CEc01.txt
-share/doc/tei/p4/Status/CEc02.txt
-share/doc/tei/p4/Status/COc01.txt
-share/doc/tei/p4/Status/COc02.txt
-share/doc/tei/p4/Status/COco1.txt
-share/doc/tei/p4/Status/Chap31_terms.txt
-share/doc/tei/p4/Status/Concur_Outside_31.html
-share/doc/tei/p4/Status/DIc01.txt
-share/doc/tei/p4/Status/DIc02.txt
-share/doc/tei/p4/Status/DRc01.txt
-share/doc/tei/p4/Status/DSc01.txt
-share/doc/tei/p4/Status/FDc01.txt
-share/doc/tei/p4/Status/FMc01.txt
-share/doc/tei/p4/Status/FSc01.txt
-share/doc/tei/p4/Status/FTc01.htm
-share/doc/tei/p4/Status/HDc01.txt
-share/doc/tei/p4/Status/NDc01.txt
-share/doc/tei/p4/Status/NHc01.htm
-share/doc/tei/p4/Status/PHc01.txt
-share/doc/tei/p4/Status/PHc02.txt
-share/doc/tei/p4/Status/SAc01.txt
-share/doc/tei/p4/Status/SHc01.txt
-share/doc/tei/p4/Status/STc01.txt
-share/doc/tei/p4/Status/TCc01.txt
-share/doc/tei/p4/Status/TEc01.txt
-share/doc/tei/p4/Status/TSc01.txt
-share/doc/tei/p4/Status/VEc01.txt
-share/doc/tei/p4/Status/VEc02.txt
-share/doc/tei/p4/Status/chapters.xml
-share/doc/tei/p4/Status/index.html
-share/doc/tei/p4/Status/index.xml
-share/doc/tei/p4/Status/p2chrev.html
-share/doc/tei/p4/Status/press.txt
-share/doc/tei/p4/Status/review.txt
share/doc/tei/p4/AB.html
share/doc/tei/p4/AI.html
share/doc/tei/p4/CC.html
@@ -723,6 +685,9 @@ share/doc/tei/p4/ref-YEAR.html
share/doc/tei/p4/background.gif
share/doc/tei/p4/jaco001d.gif
share/doc/tei/p4/logo.jpg
-@dirrm share/doc/tei/p4/Status
+share/doc/tei/p4/Figures/compic.png
+share/doc/tei/p4/Figures/dunpic.png
+share/doc/tei/p4/Figures/xmlpic.png
+@dirrm share/doc/tei/p4/Figures/
@dirrm share/doc/tei/p4/
@unexec rmdir %D/share/doc/tei/ 2>/dev/null || true