From fuyuki@hadaly.org  Thu Apr 17 23:36:18 2003
Return-Path: <fuyuki@hadaly.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 78CCF37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Apr 2003 23:36:18 -0700 (PDT)
Received: from t-mta3.odn.ne.jp (mfep3.odn.ne.jp [143.90.131.181])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 600BB43F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Apr 2003 23:36:17 -0700 (PDT)
	(envelope-from fuyuki@hadaly.org)
Received: from hadaly.dyndns.org ([218.46.156.91]) by t-mta3.odn.ne.jp
          with ESMTP
          id <20030418063616593.RFHW.26423.t-mta3.odn.ne.jp@mta3.odn.ne.jp>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Fri, 18 Apr 2003 15:36:16 +0900
Received: from hadaly.dyndns.org (localhost [127.0.0.1])
	by hadaly.dyndns.org (Postfix) with ESMTP id DBB0420A0
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Apr 2003 15:36:15 +0900 (JST)
Message-Id: <86brz4mhwg.wl%fuyuki@hadaly.org>
Date: Fri, 18 Apr 2003 15:36:15 +0900
From: Kimura Fuyuki <fuyuki@hadaly.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: textproc/xhtml-1.1

>Number:         51122
>Category:       ports
>Synopsis:       New port: textproc/xhtml-1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 17 23:40:05 PDT 2003
>Closed-Date:    Fri Jul 11 12:10:27 PDT 2003
>Last-Modified:  Fri Jul 11 12:10:27 PDT 2003
>Originator:     Kimura Fuyuki <fuyuki@hadaly.org>
>Release:        FreeBSD 5.0-RELEASE-p5 i386
>Organization:
>Environment:

  FreeBSD hadaly.dyndns.org 5.0-RELEASE-p5 FreeBSD 5.0-RELEASE-p5 #1: Fri Mar 21 10:29:48 JST 2003     root@hadaly.dyndns.org:/.2/obj/usr/src/sys/NS  i386

>Description:
DTDs for XHTML 1.1.

I'm not sure how this kind of ports should be created, but I need
these dtds. Please feel free to change the port's behavior.

>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:
#
#	xhtml-1.1
#	xhtml-1.1/Makefile
#	xhtml-1.1/distinfo
#	xhtml-1.1/pkg-descr
#	xhtml-1.1/pkg-plist
#
echo c - xhtml-1.1
mkdir -p xhtml-1.1 > /dev/null 2>&1
echo x - xhtml-1.1/Makefile
sed 's/^X//' >xhtml-1.1/Makefile << 'END-of-xhtml-1.1/Makefile'
X# New ports collection makefile for:   XHTML 1.1 DTD
X# Date created:                18 April 2003
X# Whom:                        Kimura Fuyuki <fuyuki@hadaly.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xhtml
XPORTVERSION=	1.1
XCATEGORIES=	textproc
XMASTER_SITES=	http://www.w3.org/TR/xhtml11/
XDISTNAME=	xhtml11
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	W3C's XHTML 1.1 DTD
X
XWRKSRC=		${WRKDIR}/xhtml11-20010531
XNO_BUILD=	yes
XDTDDIR=		${PREFIX}/share/xml/${PORTNAME}/${PORTVERSION}
X
Xdo-install:
X	${MKDIR} ${DTDDIR}
X	${INSTALL_DATA} ${WRKSRC}/DTD/* ${DTDDIR}
X
X.include <bsd.port.mk>
END-of-xhtml-1.1/Makefile
echo x - xhtml-1.1/distinfo
sed 's/^X//' >xhtml-1.1/distinfo << 'END-of-xhtml-1.1/distinfo'
XMD5 (xhtml11.tgz) = 00c3fe896f3d29419dbda4186aa98fe1
END-of-xhtml-1.1/distinfo
echo x - xhtml-1.1/pkg-descr
sed 's/^X//' >xhtml-1.1/pkg-descr << 'END-of-xhtml-1.1/pkg-descr'
XThis package includes DTDs for the XHTML 1.1.
X
XWWW: http://www.w3.org/TR/xhtml11/
END-of-xhtml-1.1/pkg-descr
echo x - xhtml-1.1/pkg-plist
sed 's/^X//' >xhtml-1.1/pkg-plist << 'END-of-xhtml-1.1/pkg-plist'
Xshare/xml/xhtml/1.1/VERSION
Xshare/xml/xhtml/1.1/xhtml11-flat.dtd
Xshare/xml/xhtml/1.1/xhtml11-model-1.mod
Xshare/xml/xhtml/1.1/xhtml11.cat
Xshare/xml/xhtml/1.1/xhtml11.dtd
Xshare/xml/xhtml/1.1/xml1.dcl
Xshare/xml/xhtml/1.1/xml1n.dcl
X@dirrm share/xml/xhtml/1.1
X@unexec rmdir %D/share/xml/xhtml 2>/dev/null || true
END-of-xhtml-1.1/pkg-plist
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Fri Jul 11 12:10:18 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51122 
>Unformatted:
