Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2002 16:43:26 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44079: New port: textproc/gauche-sxml - SXML for Gauche
Message-ID:  <20021015074326.5DFCF5675@hadaly.dyndns.org>

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

>Number:         44079
>Category:       ports
>Synopsis:       New port: textproc/gauche-sxml - SXML for Gauche
>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:   Tue Oct 15 00:50:02 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>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?20021015074326.5DFCF5675>