summaryrefslogtreecommitdiff
path: root/textproc/tei
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-12-03 23:46:21 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-12-03 23:46:21 +0000
commit31812ca02c568d05c3cb19325ab6f40f8abd8501 (patch)
tree3cfa0f70ea50a8a532406bb1bece6fe8f822fff6 /textproc/tei
parentfa1f06e21d4277a2650da7fbbba2f904947e250b (diff)
downloadpkgsrc-31812ca02c568d05c3cb19325ab6f40f8abd8501.tar.gz
Initial import of tei-4 from pkgsrc-wip, packaged by Min Sik Kim.
The DTD of the Text Encoding Initiative allows encoding of a wide range of document types in the domain of humanities. If focuses on, but is not restricted to, the needs of the scholarly research and education community.
Diffstat (limited to 'textproc/tei')
-rw-r--r--textproc/tei/DESCR3
-rw-r--r--textproc/tei/Makefile31
-rw-r--r--textproc/tei/PLIST55
-rw-r--r--textproc/tei/distinfo4
4 files changed, 93 insertions, 0 deletions
diff --git a/textproc/tei/DESCR b/textproc/tei/DESCR
new file mode 100644
index 00000000000..8ec3cd7ca67
--- /dev/null
+++ b/textproc/tei/DESCR
@@ -0,0 +1,3 @@
+The DTD of the Text Encoding Initiative allows encoding of a wide range
+of document types in the domain of humanities. If focuses on, but is not
+restricted to, the needs of the scholarly research and education community.
diff --git a/textproc/tei/Makefile b/textproc/tei/Makefile
new file mode 100644
index 00000000000..3c38bff0668
--- /dev/null
+++ b/textproc/tei/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 23:46:21 xtraeme Exp $
+
+DISTNAME= dtd
+PKGNAME= tei-4
+WRKSRC= ${WRKDIR}
+CATEGORIES= textproc
+MASTER_SITES= http://www.tei-c.org/P4X/DTD/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= minskim@bawi.org
+HOMEPAGE= http://www.tei-c.org/
+COMMENT= DTD of the Text Encoding Initiative
+
+NO_CONFIGURE= YES
+NO_BUILD= YES
+
+DTDDIR= ${LOCALBASE}/share/xml/tei
+
+XML_CATALOGS= ${DTDDIR}/teicatalog.xml
+
+pre-install:
+ ${INSTALL_DATA_DIR} ${DTDDIR}
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/*.dtd ${DTDDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.ent ${DTDDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.dec ${DTDDIR}
+ ${INSTALL_DATA} ${WRKSRC}/teicatalog.xml ${DTDDIR}
+
+.include "../../textproc/xmlcatmgr/catalogs.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/tei/PLIST b/textproc/tei/PLIST
new file mode 100644
index 00000000000..d1bac84b043
--- /dev/null
+++ b/textproc/tei/PLIST
@@ -0,0 +1,55 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 23:46:21 xtraeme Exp $
+share/xml/tei/dummy.dtd
+share/xml/tei/tei2.dtd
+share/xml/tei/teiana2.dtd
+share/xml/tei/teiana2.ent
+share/xml/tei/teiback2.dtd
+share/xml/tei/teicatalog.xml
+share/xml/tei/teicert2.dtd
+share/xml/tei/teiclas2.ent
+share/xml/tei/teicore2.dtd
+share/xml/tei/teicorp2.dtd
+share/xml/tei/teidict2.dtd
+share/xml/tei/teidict2.ent
+share/xml/tei/teidram2.dtd
+share/xml/tei/teidram2.ent
+share/xml/tei/teifig2.dtd
+share/xml/tei/teifig2.ent
+share/xml/tei/teifron2.dtd
+share/xml/tei/teifs2.dtd
+share/xml/tei/teifsd2.dtd
+share/xml/tei/teigen2.dtd
+share/xml/tei/teigis2.ent
+share/xml/tei/teihdr2.dtd
+share/xml/tei/teikey2.ent
+share/xml/tei/teilink2.dtd
+share/xml/tei/teilink2.ent
+share/xml/tei/teilite.dec
+share/xml/tei/teilitex.dec
+share/xml/tei/teilitex.dtd
+share/xml/tei/teilitex.ent
+share/xml/tei/teimix2.dtd
+share/xml/tei/teind2.dtd
+share/xml/tei/teind2.ent
+share/xml/tei/teinet2.dtd
+share/xml/tei/teipl2.dtd
+share/xml/tei/teipros2.dtd
+share/xml/tei/teisgml.dec
+share/xml/tei/teishd2.dtd
+share/xml/tei/teispok2.dtd
+share/xml/tei/teispok2.ent
+share/xml/tei/teistr2.dtd
+share/xml/tei/teitc2.dtd
+share/xml/tei/teitc2.ent
+share/xml/tei/teite2f.dtd
+share/xml/tei/teite2n.dtd
+share/xml/tei/teiterm2.dtd
+share/xml/tei/teiterm2.ent
+share/xml/tei/teitran2.dtd
+share/xml/tei/teitran2.ent
+share/xml/tei/teitsd2.dtd
+share/xml/tei/teivers2.dtd
+share/xml/tei/teivers2.ent
+share/xml/tei/teiwsd2.dtd
+share/xml/tei/teixlite.dec
+@dirrm share/xml/tei
diff --git a/textproc/tei/distinfo b/textproc/tei/distinfo
new file mode 100644
index 00000000000..9a2e840b4df
--- /dev/null
+++ b/textproc/tei/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/03 23:46:21 xtraeme Exp $
+
+SHA1 (dtd.zip) = ddaa2efc6e3d6b849511386c29e13aec04da7b78
+Size (dtd.zip) = 77700 bytes