From owner-freebsd-ports Fri Feb 1 4:50:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D87E737B405 for ; Fri, 1 Feb 2002 04:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g11Co1S31807; Fri, 1 Feb 2002 04:50:01 -0800 (PST) (envelope-from gnats) Received: from t-mta8.odn.ne.jp (mfep8.odn.ne.jp [143.90.131.186]) by hub.freebsd.org (Postfix) with ESMTP id DA36B37B402 for ; Fri, 1 Feb 2002 04:42:35 -0800 (PST) Received: from localhost ([61.201.55.121]) by t-mta8.odn.ne.jp with ESMTP id <20020201124234386.GGQR.25959.t-mta8.odn.ne.jp@mta8.odn.ne.jp>; Fri, 1 Feb 2002 21:42:34 +0900 Message-Id: <200202011242.g11CgXO26767@ns.test> Date: Fri, 1 Feb 2002 21:42:33 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/34526: New port: textproc/jrefentry - DocBook XML JRefEntry DTD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34526 >Category: ports >Synopsis: New port: textproc/jrefentry - DocBook XML JRefEntry 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: Fri Feb 01 04:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: System: FreeBSD ns.test 4.5-RELEASE FreeBSD 4.5-RELEASE #5: Thu Jan 31 09:35:44 JST 2002 root@ns.test:/sack/obj/usr/src/sys/NS i386 >Description: 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/ >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: # # jrefentry # jrefentry/Makefile # jrefentry/distinfo # jrefentry/pkg-comment # jrefentry/pkg-descr # jrefentry/pkg-plist # echo c - jrefentry mkdir -p jrefentry > /dev/null 2>&1 echo x - jrefentry/Makefile sed 's/^X//' >jrefentry/Makefile << 'END-of-jrefentry/Makefile' X# New ports collection makefile for: jrefentry X# Date created: 1 February 2002 X# Whom: Kimura Fuyuki X# X# $FreeBSD$ X# X XPORTNAME= jrefentry XPORTVERSION= 1.1 XCATEGORIES= textproc XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= docbook X XMAINTAINER= fuyuki@mj.0038.net X XRUN_DEPENDS= ${LOCALBASE}/share/xml/docbook/catalog:${PORTSDIR}/textproc/docbook-xml \ X ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog X XNO_BUILD= yes XPLIST_SUB= MKCATALOG=${MKCATALOG} CATALOG=${CATALOG} X XXMLDIR= ${PREFIX}/share/xml/docbook/${PORTNAME} X XMKCATALOG= ${LOCALBASE}/sbin/mkcatalog XCATALOG= ${PREFIX}/share/xml/docbook/catalog X Xdo-install: X ${MKDIR} ${XMLDIR} X ${INSTALL_DATA} ${WRKSRC}/jrefentry.dtd ${XMLDIR} X ${ECHO_CMD} 'PUBLIC "-//Norman Walsh//DTD JRefEntry V1.1//EN" "jrefentry.dtd"' \ X >${XMLDIR}/catalog X Xpost-install: X ${MKCATALOG} -c ${CATALOG} -q install jrefentry X ${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/jtest.xml ${EXAMPLESDIR} X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR} X X.include END-of-jrefentry/Makefile echo x - jrefentry/distinfo sed 's/^X//' >jrefentry/distinfo << 'END-of-jrefentry/distinfo' XMD5 (jrefentry-1.1.tar.gz) = 6e1bb5ce62443ce32b3302b1a97b9441 END-of-jrefentry/distinfo echo x - jrefentry/pkg-comment sed 's/^X//' >jrefentry/pkg-comment << 'END-of-jrefentry/pkg-comment' XDocBook XML JRefEntry DTD END-of-jrefentry/pkg-comment echo x - jrefentry/pkg-descr sed 's/^X//' >jrefentry/pkg-descr << 'END-of-jrefentry/pkg-descr' XThe JRefEntry DTD is a customization of the DocBook RefEntry Xmodel. The purpose of this customization is to mirror the order and Xnature of structured comment tags in JavaDoc documentation. X XWWW: http://docbook.sourceforge.net/projects/jrefentry/ X X- Kimura Fuyuki Xfuyuki@mj.0038.net END-of-jrefentry/pkg-descr echo x - jrefentry/pkg-plist sed 's/^X//' >jrefentry/pkg-plist << 'END-of-jrefentry/pkg-plist' X@unexec %%MKCATALOG%% -c %%CATALOG%% -q deinstall jrefentry Xshare/xml/docbook/jrefentry/catalog X@exec %%MKCATALOG%% -c %%CATALOG%% -q install jrefentry Xshare/xml/docbook/jrefentry/jrefentry.dtd X@dirrm share/xml/docbook/jrefentry Xshare/examples/jrefentry/jtest.xml X@dirrm share/examples/jrefentry Xshare/doc/jrefentry/README.html X@dirrm share/doc/jrefentry END-of-jrefentry/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message