From owner-freebsd-ports Tue Oct 15 0:50:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1CF037B404 for ; Tue, 15 Oct 2002 00:50:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D02D343EAF for ; Tue, 15 Oct 2002 00:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9F7o7Co034563 for ; Tue, 15 Oct 2002 00:50:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9F7o7ur034562; Tue, 15 Oct 2002 00:50:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B660637B401 for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44079: New port: textproc/gauche-sxml - SXML for Gauche 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: 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 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 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