Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2002 12:18:59 +0200 (CEST)
From:      Henrik Motakef <henrik.motakef@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38334: New Port: TEI Lite DTD
Message-ID:  <20020520101859.05BD1530@apo.hmotakef.homeip.net>

next in thread | raw e-mail | index | archive | help

>Number:         38334
>Category:       ports
>Synopsis:       New Port: TEI Lite 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-lite
#	/usr/ports/textproc/tei-lite/files
#	/usr/ports/textproc/tei-lite/files/catalog
#	/usr/ports/textproc/tei-lite/Makefile
#	/usr/ports/textproc/tei-lite/distinfo
#	/usr/ports/textproc/tei-lite/pkg-plist
#	/usr/ports/textproc/tei-lite/pkg-comment
#	/usr/ports/textproc/tei-lite/pkg-descr
#
echo c - /usr/ports/textproc/tei-lite
mkdir -p /usr/ports/textproc/tei-lite > /dev/null 2>&1
echo c - /usr/ports/textproc/tei-lite/files
mkdir -p /usr/ports/textproc/tei-lite/files > /dev/null 2>&1
echo x - /usr/ports/textproc/tei-lite/files/catalog
sed 's/^X//' >/usr/ports/textproc/tei-lite/files/catalog << 'END-of-/usr/ports/textproc/tei-lite/files/catalog'
XPUBLIC "-//TEI//DTD TEI Lite 1.0//EN" "%%INSTDIR%%/teilite.dtd"
XPUBLIC "-//TEI//DTD TEI Lite 1.0 //EN" "%%INSTDIR%%/teilite.dtd"
XPUBLIC "-//TEI//DTD TEI Lite 1.6 //EN" "%%INSTDIR%%/teilite.dtd"
XPUBLIC "-//TEI//DTD TEI Lite 1.6//EN" "%%INSTDIR%%/teilite.dtd"
X
X
X
END-of-/usr/ports/textproc/tei-lite/files/catalog
echo x - /usr/ports/textproc/tei-lite/Makefile
sed 's/^X//' >/usr/ports/textproc/tei-lite/Makefile << 'END-of-/usr/ports/textproc/tei-lite/Makefile'
X# New ports collection makefile for:	tei-lite
X# Date created:				19 May 2002
X# Whom:					Henrik Motakef <henrik.motakef@web.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tei
XPORTVERSION=	1.6
XCATEGORIES=	textproc
XMASTER_SITES=	http://www.tei-c.org/Lite/DTD/
XPKGNAMESUFFIX=	-lite
XDISTFILES=	teilite.dtd teilite.tag
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/sgml/tei/lite
XCATALOG=	${PREFIX}/share/sgml/catalog
XMKCATALOG=	${PREFIX}/sbin/mkcatalog
X
Xdo-install:
X	@[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
X	@${INSTALL_DATA} ${DISTDIR}/teilite.dtd ${INSTDIR}
X	@${INSTALL_DATA} ${DISTDIR}/teilite.tag ${INSTDIR}
X	@${SED} -e 's!%%INSTDIR%%!${INSTDIR}!' ${FILESDIR}/catalog \
X	  > ${INSTDIR}/catalog
X
Xpost-install:
X	@${MKCATALOG} -q -c ${CATALOG} install ${PORTNAME}/lite
X
X.include <bsd.port.mk>
END-of-/usr/ports/textproc/tei-lite/Makefile
echo x - /usr/ports/textproc/tei-lite/distinfo
sed 's/^X//' >/usr/ports/textproc/tei-lite/distinfo << 'END-of-/usr/ports/textproc/tei-lite/distinfo'
XMD5 (teilite.dtd) = d26c14e6a9eb388c282fcdf5b9174adb
XMD5 (teilite.tag) = 0db94947ee15766207478cb2a909f854
END-of-/usr/ports/textproc/tei-lite/distinfo
echo x - /usr/ports/textproc/tei-lite/pkg-plist
sed 's/^X//' >/usr/ports/textproc/tei-lite/pkg-plist << 'END-of-/usr/ports/textproc/tei-lite/pkg-plist'
X@unexec %%MKCATALOG%% -q -c %%CATALOG%% deinstall tei/lite
Xshare/sgml/tei/lite/teilite.dtd
Xshare/sgml/tei/lite/teilite.tag
Xshare/sgml/tei/lite/catalog
X@exec %%MKCATALOG%% -q -c %%CATALOG%% install tei/lite
X@dirrm share/sgml/tei/lite
X@unexec rmdir %D/share/sgml/tei 2>/dev/null || true
X@unexec rmdir %D/share/sgml 2>/dev/null || true
END-of-/usr/ports/textproc/tei-lite/pkg-plist
echo x - /usr/ports/textproc/tei-lite/pkg-comment
sed 's/^X//' >/usr/ports/textproc/tei-lite/pkg-comment << 'END-of-/usr/ports/textproc/tei-lite/pkg-comment'
XSGML version of the TEI-Lite DTD
END-of-/usr/ports/textproc/tei-lite/pkg-comment
echo x - /usr/ports/textproc/tei-lite/pkg-descr
sed 's/^X//' >/usr/ports/textproc/tei-lite/pkg-descr << 'END-of-/usr/ports/textproc/tei-lite/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 SGML 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-lite/pkg-descr
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?20020520101859.05BD1530>