Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2002 21:42:33 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@mj.0038.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34526: New port: textproc/jrefentry - DocBook XML JRefEntry DTD
Message-ID:  <200202011242.g11CgXO26767@ns.test>

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

>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 <fuyuki@mj.0038.net>
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202011242.g11CgXO26767>