From 409f4f6205bcb1e5dbc6b31a64003092e02a2842 Mon Sep 17 00:00:00 2001 From: kuriyama Date: Thu, 7 Feb 2002 01:32:48 +0000 Subject: Add jrefentry 1.1, DocBook XML JRefEntry DTD. PR: ports/34526 Submitted by: Kimura Fuyuki --- textproc/Makefile | 1 + textproc/jrefentry/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ textproc/jrefentry/distinfo | 1 + textproc/jrefentry/pkg-comment | 1 + textproc/jrefentry/pkg-descr | 8 ++++++++ textproc/jrefentry/pkg-plist | 9 +++++++++ 6 files changed, 60 insertions(+) create mode 100644 textproc/jrefentry/Makefile create mode 100644 textproc/jrefentry/distinfo create mode 100644 textproc/jrefentry/pkg-comment create mode 100644 textproc/jrefentry/pkg-descr create mode 100644 textproc/jrefentry/pkg-plist diff --git a/textproc/Makefile b/textproc/Makefile index f8f64cec910c..3743e8364081 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -79,6 +79,7 @@ SUBDIR += ispell SUBDIR += jade SUBDIR += java2html + SUBDIR += jrefentry SUBDIR += kbedic SUBDIR += kdoc SUBDIR += latex2html diff --git a/textproc/jrefentry/Makefile b/textproc/jrefentry/Makefile new file mode 100644 index 000000000000..e12e24227b3e --- /dev/null +++ b/textproc/jrefentry/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: jrefentry +# Date created: 1 February 2002 +# Whom: Kimura Fuyuki +# +# $FreeBSD$ +# + +PORTNAME= jrefentry +PORTVERSION= 1.1 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= docbook + +MAINTAINER= fuyuki@mj.0038.net + +RUN_DEPENDS= ${LOCALBASE}/share/xml/docbook/catalog:${PORTSDIR}/textproc/docbook-xml \ + ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog + +NO_BUILD= yes +PLIST_SUB= MKCATALOG=${MKCATALOG} CATALOG=${CATALOG} + +XMLDIR= ${PREFIX}/share/xml/docbook/${PORTNAME} + +MKCATALOG= ${LOCALBASE}/sbin/mkcatalog +CATALOG= ${PREFIX}/share/xml/docbook/catalog + +do-install: + ${MKDIR} ${XMLDIR} + ${INSTALL_DATA} ${WRKSRC}/jrefentry.dtd ${XMLDIR} + ${ECHO_CMD} 'PUBLIC "-//Norman Walsh//DTD JRefEntry V1.1//EN" "jrefentry.dtd"' \ + >${XMLDIR}/catalog + +post-install: + ${MKCATALOG} -c ${CATALOG} -q install jrefentry + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/jtest.xml ${EXAMPLESDIR} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR} + +.include diff --git a/textproc/jrefentry/distinfo b/textproc/jrefentry/distinfo new file mode 100644 index 000000000000..9baed21b1094 --- /dev/null +++ b/textproc/jrefentry/distinfo @@ -0,0 +1 @@ +MD5 (jrefentry-1.1.tar.gz) = 6e1bb5ce62443ce32b3302b1a97b9441 diff --git a/textproc/jrefentry/pkg-comment b/textproc/jrefentry/pkg-comment new file mode 100644 index 000000000000..59776240b7fc --- /dev/null +++ b/textproc/jrefentry/pkg-comment @@ -0,0 +1 @@ +DocBook XML JRefEntry DTD diff --git a/textproc/jrefentry/pkg-descr b/textproc/jrefentry/pkg-descr new file mode 100644 index 000000000000..ff0d68c0cda4 --- /dev/null +++ b/textproc/jrefentry/pkg-descr @@ -0,0 +1,8 @@ +The JRefEntry DTD is a customization of the DocBook RefEntry +model. The purpose of this customization is to mirror the order and +nature of structured comment tags in JavaDoc documentation. + +WWW: http://docbook.sourceforge.net/projects/jrefentry/ + +- Kimura Fuyuki +fuyuki@mj.0038.net diff --git a/textproc/jrefentry/pkg-plist b/textproc/jrefentry/pkg-plist new file mode 100644 index 000000000000..857db0b22533 --- /dev/null +++ b/textproc/jrefentry/pkg-plist @@ -0,0 +1,9 @@ +@unexec %%MKCATALOG%% -c %%CATALOG%% -q deinstall jrefentry +share/xml/docbook/jrefentry/catalog +@exec %%MKCATALOG%% -c %%CATALOG%% -q install jrefentry +share/xml/docbook/jrefentry/jrefentry.dtd +@dirrm share/xml/docbook/jrefentry +share/examples/jrefentry/jtest.xml +@dirrm share/examples/jrefentry +share/doc/jrefentry/README.html +@dirrm share/doc/jrefentry -- cgit