diff options
author | John Fieber <jfieber@FreeBSD.org> | 1997-07-10 14:36:44 +0000 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1997-07-10 14:36:44 +0000 |
commit | 6bbd8734de7f1869bbc7c9db93d23fd170a57649 (patch) | |
tree | e1514f3fc84fbade4deed6e9053080b79eb4ae65 /textproc | |
parent | 5bac664b7618ad2adad2b42620de283a039e6514 (diff) | |
download | ports-6bbd8734de7f1869bbc7c9db93d23fd170a57649.tar.gz ports-6bbd8734de7f1869bbc7c9db93d23fd170a57649.zip |
ISO standard (12083:1993) SGML DTDs from the The Electronic Publishing
Special Interest Group.
Notes
Notes:
svn path=/head/; revision=7281
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/iso12083/Makefile | 36 | ||||
-rw-r--r-- | textproc/iso12083/distinfo | 4 | ||||
-rw-r--r-- | textproc/iso12083/files/catalog | 7 | ||||
-rw-r--r-- | textproc/iso12083/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/iso12083/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/iso12083/pkg-plist | 6 |
6 files changed, 62 insertions, 0 deletions
diff --git a/textproc/iso12083/Makefile b/textproc/iso12083/Makefile new file mode 100644 index 000000000000..d0b5876621a8 --- /dev/null +++ b/textproc/iso12083/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: iso12083 +# Version required: 1993 +# Date created: July 9, 1997 +# Whom: jfieber +# +# $Id$ +# + +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_PATCH= yes +NO_CONFIGURE= 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 <bsd.port.mk> diff --git a/textproc/iso12083/distinfo b/textproc/iso12083/distinfo new file mode 100644 index 000000000000..b32487eb7fab --- /dev/null +++ b/textproc/iso12083/distinfo @@ -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/files/catalog b/textproc/iso12083/files/catalog new file mode 100644 index 000000000000..bb5d364ca2ad --- /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/pkg-comment b/textproc/iso12083/pkg-comment new file mode 100644 index 000000000000..e0fc6db0e710 --- /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 000000000000..380ce5e56460 --- /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 000000000000..3f701bc781c7 --- /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 |