Date: Mon, 20 May 2002 12:19:56 +0200 (CEST) From: Henrik Motakef <henrik.motakef@web.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/38335: New Port: TEI Lite XML DTD Message-ID: <20020520101956.554D9530@apo.hmotakef.homeip.net>
next in thread | raw e-mail | index | archive | help
>Number: 38335 >Category: ports >Synopsis: New Port: TEI Lite XML DTD >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 20 03:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Henrik Motakef >Release: FreeBSD 4.5-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD apo.hmotakef.int 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #1: Sat May 11 15:22:57 CEST 2002 toor@apo.hmotakef.int:/usr/obj/usr/src/sys/APO_SYSCONS i386 >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/textproc/tei-xlite # /usr/ports/textproc/tei-xlite/Makefile # /usr/ports/textproc/tei-xlite/distinfo # /usr/ports/textproc/tei-xlite/pkg-plist # /usr/ports/textproc/tei-xlite/pkg-comment # /usr/ports/textproc/tei-xlite/pkg-descr # /usr/ports/textproc/tei-xlite/files # /usr/ports/textproc/tei-xlite/files/catalog # echo c - /usr/ports/textproc/tei-xlite mkdir -p /usr/ports/textproc/tei-xlite > /dev/null 2>&1 echo x - /usr/ports/textproc/tei-xlite/Makefile sed 's/^X//' >/usr/ports/textproc/tei-xlite/Makefile << 'END-of-/usr/ports/textproc/tei-xlite/Makefile' X# New ports collection makefile for: tei-xlite X# Date created: 19 May 2002 X# Whom: Henrik Motakef <henrik.motakef@web.de> X# X# $FreeBSD$ X# X XPORTNAME= tei XPORTVERSION= 1.0 XCATEGORIES= textproc XMASTER_SITES= http://www.tei-c.org/Lite/DTD/ XPKGNAMESUFFIX= -xlite XDISTNAME= teixlite XEXTRACT_SUFX= .dtd XEXTRACT_ONLY= # Empty X XMAINTAINER= henrik.motakef@web.de X XRUN_DEPENDS= ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog X XNO_BUILD= yes XPLIST_SUB= MKCATALOG=${MKCATALOG} CATALOG=${CATALOG} XINSTDIR= ${PREFIX}/share/xml/tei/xlite XCATALOG= ${PREFIX}/share/xml/catalog XMKCATALOG= ${PREFIX}/sbin/mkcatalog X Xdo-install: X @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} X @${INSTALL_DATA} ${DISTDIR}/teixlite.dtd ${INSTDIR} X @${SED} -e 's!%%INSTDIR%%!${INSTDIR}!' ${FILESDIR}/catalog \ X > ${INSTDIR}/catalog X Xpost-install: X @${MKCATALOG} -q -c ${CATALOG} install ${PORTNAME}/xlite X X.include <bsd.port.mk> END-of-/usr/ports/textproc/tei-xlite/Makefile echo x - /usr/ports/textproc/tei-xlite/distinfo sed 's/^X//' >/usr/ports/textproc/tei-xlite/distinfo << 'END-of-/usr/ports/textproc/tei-xlite/distinfo' XMD5 (teixlite.dtd) = 5429721a3552608b31cb005ca2dc6cac END-of-/usr/ports/textproc/tei-xlite/distinfo echo x - /usr/ports/textproc/tei-xlite/pkg-plist sed 's/^X//' >/usr/ports/textproc/tei-xlite/pkg-plist << 'END-of-/usr/ports/textproc/tei-xlite/pkg-plist' X@unexec %%MKCATALOG%% -q -c %%CATALOG%% deinstall tei/xlite Xshare/xml/tei/xlite/teixlite.dtd Xshare/xml/tei/xlite/catalog X@exec %%MKCATALOG%% -q -c %%CATALOG%% install tei/xlite X@dirrm share/xml/tei/xlite X@unexec rmdir %D/share/xml/tei 2>/dev/null || true X@unexec rmdir %D/share/xml 2>/dev/null || true END-of-/usr/ports/textproc/tei-xlite/pkg-plist echo x - /usr/ports/textproc/tei-xlite/pkg-comment sed 's/^X//' >/usr/ports/textproc/tei-xlite/pkg-comment << 'END-of-/usr/ports/textproc/tei-xlite/pkg-comment' XXML version of the TEI-Lite DTD END-of-/usr/ports/textproc/tei-xlite/pkg-comment echo x - /usr/ports/textproc/tei-xlite/pkg-descr sed 's/^X//' >/usr/ports/textproc/tei-xlite/pkg-descr << 'END-of-/usr/ports/textproc/tei-xlite/pkg-descr' XThe DTD of the Text Encoding Initiative allows encoding of a wide range Xof document types in the domain of humanities. If focuses on, but is not Xrestricted to, the needs of the scholarly research and education community. X XThis port contains the XML version of the TEI Lite DTD, a small Xcustomization of the TEI DTD that should meet 90% of the needs of 90% Xof users. X XWWW: http://www.tei-c.org/ X X-- Henrik Motakef X <henrik.motakef@web.de> END-of-/usr/ports/textproc/tei-xlite/pkg-descr echo c - /usr/ports/textproc/tei-xlite/files mkdir -p /usr/ports/textproc/tei-xlite/files > /dev/null 2>&1 echo x - /usr/ports/textproc/tei-xlite/files/catalog sed 's/^X//' >/usr/ports/textproc/tei-xlite/files/catalog << 'END-of-/usr/ports/textproc/tei-xlite/files/catalog' XPUBLIC "-//TEI/DTD TEI Lite XML ver. 1//EN" "%%INSTDIR%%/teixlite.dtd" END-of-/usr/ports/textproc/tei-xlite/files/catalog exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020520101956.554D9530>