From 2b86360eb7819b148e27adc29442fffb17c5fc83 Mon Sep 17 00:00:00 2001 From: rh Date: Sun, 14 Mar 1999 16:15:52 +0000 Subject: Initial import of the FreeBSD port for the iso12083 SGML DTDs from The Electronic Publishing Special Interest Group --- textproc/iso12083/Makefile | 34 ++++++++++++++++++++++++++++++++++ textproc/iso12083/files/catalog | 7 +++++++ textproc/iso12083/files/md5 | 4 ++++ textproc/iso12083/pkg/COMMENT | 1 + textproc/iso12083/pkg/DESCR | 8 ++++++++ textproc/iso12083/pkg/PLIST | 6 ++++++ 6 files changed, 60 insertions(+) create mode 100644 textproc/iso12083/Makefile create mode 100644 textproc/iso12083/files/catalog create mode 100644 textproc/iso12083/files/md5 create mode 100644 textproc/iso12083/pkg/COMMENT create mode 100644 textproc/iso12083/pkg/DESCR create mode 100644 textproc/iso12083/pkg/PLIST (limited to 'textproc') diff --git a/textproc/iso12083/Makefile b/textproc/iso12083/Makefile new file mode 100644 index 00000000000..69897880fdc --- /dev/null +++ b/textproc/iso12083/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: iso12083 +# Version required: 1993 +# Date created: July 9, 1997 +# Whom: jfieber +# +# $Id: Makefile,v 1.1.1.1 1999/03/14 16:15:52 rh Exp $ +# + +DISTNAME= iso12083-1993 +CATEGORIES= textproc +MASTER_SITES= ftp://info.ex.ac.uk/pub/SGML/ISO-12083/ +DISTFILES= article.dtd book.dtd maths.dtd serial.dtd + +MAINTAINER= jfieber@FreeBSD.ORG + +DIST_SUBDIR= iso12083 + +NO_MTREE= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes +EXTRACT_ONLY= # empty + +INSTDIR= ${PREFIX}/share/sgml/iso12083 + +pre-install: + @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} + +do-install: + @for i in ${DISTFILES}; do \ + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$$i ${INSTDIR}/$$i; \ + done + @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/catalog + +.include diff --git a/textproc/iso12083/files/catalog b/textproc/iso12083/files/catalog new file mode 100644 index 00000000000..bb5d364ca2a --- /dev/null +++ b/textproc/iso12083/files/catalog @@ -0,0 +1,7 @@ +-- ISO 12083, maintained by Electronic Publishing Special Interest + Group (EPSIG) -- + +PUBLIC "ISO 12083:1993//DTD Article//EN" "article.dtd" +PUBLIC "ISO 12083:1993//DTD Book//EN" "book.dtd" +PUBLIC "ISO 12083:1993//DTD Mathematics//EN" "maths.dtd" +PUBLIC "ISO 12083:1993//DTD Serial//EN" "serial.dtd" diff --git a/textproc/iso12083/files/md5 b/textproc/iso12083/files/md5 new file mode 100644 index 00000000000..b32487eb7fa --- /dev/null +++ b/textproc/iso12083/files/md5 @@ -0,0 +1,4 @@ +MD5 (iso12083/article.dtd) = ff7247a9b632a6b312c14386de4492d3 +MD5 (iso12083/book.dtd) = 6bab5de2d6758e164072d64f5b6de6cc +MD5 (iso12083/maths.dtd) = 8fbabe05a866d060be13be1dd5f3e4a9 +MD5 (iso12083/serial.dtd) = a7623693580c996f8a3cbcd15c9cea46 diff --git a/textproc/iso12083/pkg/COMMENT b/textproc/iso12083/pkg/COMMENT new file mode 100644 index 00000000000..e0fc6db0e71 --- /dev/null +++ b/textproc/iso12083/pkg/COMMENT @@ -0,0 +1 @@ +SGML DTDs from the The Electronic Publishing Special Interest Group diff --git a/textproc/iso12083/pkg/DESCR b/textproc/iso12083/pkg/DESCR new file mode 100644 index 00000000000..380ce5e5646 --- /dev/null +++ b/textproc/iso12083/pkg/DESCR @@ -0,0 +1,8 @@ +ISO 12083 is the successor to the Association of American +Publishers (AAP) Electronic Publishing Special Interest Group +(EPSIG) standard. Four DTDs are included in this package--one +for articles, one for books, one for serials, and one for +mathematics which may be used in any of the other three. + +July 10, 1997 +jfieber@FreeBSD.org diff --git a/textproc/iso12083/pkg/PLIST b/textproc/iso12083/pkg/PLIST new file mode 100644 index 00000000000..3f701bc781c --- /dev/null +++ b/textproc/iso12083/pkg/PLIST @@ -0,0 +1,6 @@ +share/sgml/iso12083/article.dtd +share/sgml/iso12083/book.dtd +share/sgml/iso12083/maths.dtd +share/sgml/iso12083/serial.dtd +share/sgml/iso12083/catalog +@dirrm share/sgml/iso12083 -- cgit v1.2.3