From fuyuki@hadaly.dyndns.org  Tue Oct 15 00:43:34 2002
Return-Path: <fuyuki@hadaly.dyndns.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B660637B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Oct 2002 00:43:34 -0700 (PDT)
Received: from t-mta4.odn.ne.jp (mfep4.odn.ne.jp [143.90.131.182])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0ED3043EA3
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Oct 2002 00:43:33 -0700 (PDT)
	(envelope-from fuyuki@hadaly.dyndns.org)
Received: from hadaly.dyndns.org ([218.46.5.195]) by t-mta4.odn.ne.jp
          with ESMTP
          id <20021015074328220.EYSU.32089.t-mta4.odn.ne.jp@mta4.odn.ne.jp>;
          Tue, 15 Oct 2002 16:43:28 +0900
Received: by hadaly.dyndns.org (Postfix, from userid 1001)
	id 5DFCF5675; Tue, 15 Oct 2002 16:43:26 +0900 (JST)
Message-Id: <20021015074326.5DFCF5675@hadaly.dyndns.org>
Date: Tue, 15 Oct 2002 16:43:26 +0900 (JST)
From: Kimura Fuyuki <fuyuki@hadaly.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: textproc/gauche-sxml - SXML for Gauche
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44079
>Category:       ports
>Synopsis:       New port: textproc/gauche-sxml - SXML for Gauche
>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:   Tue Oct 15 00:50:02 PDT 2002
>Closed-Date:    Fri Apr 04 13:25:22 PST 2003
>Last-Modified:  Fri Apr 04 13:25:22 PST 2003
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Wed Oct 9 13:04:34 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386


	
>Description:
This is a port of Oleg Kiselyov's SXML tool suite that parses and
manipulates XML.

WWW: http://www.shiro.dreamhost.com/scheme/gauche/index.html
	
>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:
#
#	gauche-sxml
#	gauche-sxml/pkg-comment
#	gauche-sxml/Makefile
#	gauche-sxml/distinfo
#	gauche-sxml/pkg-descr
#	gauche-sxml/pkg-plist
#
echo c - gauche-sxml
mkdir -p gauche-sxml > /dev/null 2>&1
echo x - gauche-sxml/pkg-comment
sed 's/^X//' >gauche-sxml/pkg-comment << 'END-of-gauche-sxml/pkg-comment'
XA port of Oleg Kiselyov's (S)XML utilities to Gauche
END-of-gauche-sxml/pkg-comment
echo x - gauche-sxml/Makefile
sed 's/^X//' >gauche-sxml/Makefile << 'END-of-gauche-sxml/Makefile'
X# New ports collection makefile for:   gauche-sxml
X# Date created:                15 October 2002
X# Whom:                        Kimura Fuyuki <fuyuki@hadaly.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	sxml
XPORTVERSION=	0.9
XCATEGORIES=	textproc
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	gauche
XPKGNAMEPREFIX=	gauche-
XDISTNAME=	SXML-gauche-${PORTVERSION}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	fuyuki@hadaly.org
X
XBUILD_DEPENDS=	gosh:${PORTSDIR}/lang/gauche
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XGNU_CONFIGURE=	yes
XDOCSDIR=	${PREFIX}/share/doc/gauche/${PORTNAME}
XPLIST_SUB=	VERSION="`gauche-config -V`"
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-gauche-sxml/Makefile
echo x - gauche-sxml/distinfo
sed 's/^X//' >gauche-sxml/distinfo << 'END-of-gauche-sxml/distinfo'
XMD5 (SXML-gauche-0.9.tgz) = 1fd20c7078f9567e6666aa5d905de225
END-of-gauche-sxml/distinfo
echo x - gauche-sxml/pkg-descr
sed 's/^X//' >gauche-sxml/pkg-descr << 'END-of-gauche-sxml/pkg-descr'
XThis is a port of Oleg Kiselyov's SXML tool suite that parses and
Xmanipulates XML.
X
XWWW: http://www.shiro.dreamhost.com/scheme/gauche/index.html
END-of-gauche-sxml/pkg-descr
echo x - gauche-sxml/pkg-plist
sed 's/^X//' >gauche-sxml/pkg-plist << 'END-of-gauche-sxml/pkg-plist'
Xshare/gauche/%%VERSION%%/lib/sxml/adaptor.scm
Xshare/gauche/%%VERSION%%/lib/sxml/ssax.scm
Xshare/gauche/%%VERSION%%/lib/sxml/to-html.scm
Xshare/gauche/%%VERSION%%/lib/sxml/tree-trans.scm
X@dirrm share/gauche/%%VERSION%%/lib/sxml
X%%PORTDOCS%%share/doc/gauche/sxml/README
X%%PORTDOCS%%@dirrm share/doc/gauche/sxml
X%%PORTDOCS%%@unexec rmdir %D/share/doc/gauche 2>/dev/null || true
END-of-gauche-sxml/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Fri Apr 4 13:25:14 PST 2003 
State-Changed-Why:  
Committed, thanks! 

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