pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/tei Initial import of tei-4 from pkgsrc-wip, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/984c5ec4f969
branches:  trunk
changeset: 464118:984c5ec4f969
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Dec 03 23:46:21 2003 +0000

description:
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:

 textproc/tei/DESCR    |   3 ++
 textproc/tei/Makefile |  31 ++++++++++++++++++++++++++++
 textproc/tei/PLIST    |  55 +++++++++++++++++++++++++++++++++++++++++++++++++++
 textproc/tei/distinfo |   4 +++
 4 files changed, 93 insertions(+), 0 deletions(-)

diffs (109 lines):

diff -r 13a3913d1be6 -r 984c5ec4f969 textproc/tei/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tei/DESCR        Wed Dec 03 23:46:21 2003 +0000
@@ -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 -r 13a3913d1be6 -r 984c5ec4f969 textproc/tei/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tei/Makefile     Wed Dec 03 23:46:21 2003 +0000
@@ -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@localhost
+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 -r 13a3913d1be6 -r 984c5ec4f969 textproc/tei/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tei/PLIST        Wed Dec 03 23:46:21 2003 +0000
@@ -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 -r 13a3913d1be6 -r 984c5ec4f969 textproc/tei/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/tei/distinfo     Wed Dec 03 23:46:21 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index