From fuyuki@hadaly.dyndns.org  Sat Nov  2 22:35:37 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 F30A637B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Nov 2002 22:35:36 -0800 (PST)
Received: from t-mta3.odn.ne.jp (mfep3.odn.ne.jp [143.90.131.181])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 92F3043E6E
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Nov 2002 22:35:35 -0800 (PST)
	(envelope-from fuyuki@hadaly.dyndns.org)
Received: from hadaly.dyndns.org ([61.201.57.182]) by t-mta3.odn.ne.jp
          with ESMTP
          id <20021103063533904.NVWX.13419.t-mta3.odn.ne.jp@mta3.odn.ne.jp>;
          Sun, 3 Nov 2002 15:35:33 +0900
Received: by hadaly.dyndns.org (Postfix, from userid 1001)
	id DB7C37B9E; Sun,  3 Nov 2002 15:35:29 +0900 (JST)
Message-Id: <20021103063529.DB7C37B9E@hadaly.dyndns.org>
Date: Sun,  3 Nov 2002 15:35:29 +0900 (JST)
From: Kimura Fuyuki <fuyuki@hadaly.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: x11-toolkits/gauche-gtk
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44848
>Category:       ports
>Synopsis:       New port: x11-toolkits/gauche-gtk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 02 22:40:01 PST 2002
>Closed-Date:    Sat Nov 16 08:29:40 PST 2002
>Last-Modified:  Sat Nov 16 08:29:40 PST 2002
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.7-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #2: Thu Oct 24 12:00:51 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386


	
>Description:
This is a Gauche extension module to use GTK.

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-gtk
#	gauche-gtk/pkg-comment
#	gauche-gtk/Makefile
#	gauche-gtk/distinfo
#	gauche-gtk/pkg-descr
#	gauche-gtk/pkg-plist
#
echo c - gauche-gtk
mkdir -p gauche-gtk > /dev/null 2>&1
echo x - gauche-gtk/pkg-comment
sed 's/^X//' >gauche-gtk/pkg-comment << 'END-of-gauche-gtk/pkg-comment'
XGTK2 binding for Gauche
END-of-gauche-gtk/pkg-comment
echo x - gauche-gtk/Makefile
sed 's/^X//' >gauche-gtk/Makefile << 'END-of-gauche-gtk/Makefile'
X# New ports collection makefile for:   Gauche-gtk
X# Date created:                3 November 2002
X# Whom:                        Kimura Fuyuki <fuyuki@hadaly.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gtk
XPORTVERSION=	0.2.1
XCATEGORIES=	x11-toolkits
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	gauche
XPKGNAMEPREFIX=	gauche-
XDISTNAME=	Gauche-${PORTNAME}-${PORTVERSION}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	fuyuki@hadaly.org
X
XLIB_DEPENDS=	gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
XBUILD_DEPENDS=	gosh:${PORTSDIR}/lang/gauche
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XWRKSRC=		${WRKDIR}/Gauche-${PORTNAME}
XGNU_CONFIGURE=	yes
X#CONFIGURE_ARGS=	--enable-gtkgl
XEXAMPLESDIR=	${PREFIX}/share/examples/gauche/${PORTNAME}
XDOCSDIR=	${PREFIX}/share/doc/gauche/${PORTNAME}
XPLIST_SUB=	VERSION="`gauche-config -V`" \
X		TARGET="${CONFIGURE_TARGET}"
X
Xpost-patch:
X	${ECHO_CMD} 'typedef unsigned long ulong;' >>${WRKSRC}/src/gauche-gtk.h
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${EXAMPLESDIR}
X	${CP} -R ${WRKSRC}/examples/gtk-tutorial ${EXAMPLESDIR}
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-gauche-gtk/Makefile
echo x - gauche-gtk/distinfo
sed 's/^X//' >gauche-gtk/distinfo << 'END-of-gauche-gtk/distinfo'
XMD5 (Gauche-gtk-0.2.1.tgz) = 2d5fff79f7067d4871dd021e92938993
END-of-gauche-gtk/distinfo
echo x - gauche-gtk/pkg-descr
sed 's/^X//' >gauche-gtk/pkg-descr << 'END-of-gauche-gtk/pkg-descr'
XThis is a Gauche extension module to use GTK.
X
XWWW: http://www.shiro.dreamhost.com/scheme/gauche/index.html
END-of-gauche-gtk/pkg-descr
echo x - gauche-gtk/pkg-plist
sed 's/^X//' >gauche-gtk/pkg-plist << 'END-of-gauche-gtk/pkg-plist'
Xlib/gauche/%%VERSION%%/%%TARGET%%/gauche-gtk.so
Xshare/gauche/%%VERSION%%/lib/gtk.scm
Xshare/gauche/%%VERSION%%/lib/gtk/gdkkeysyms.scm
Xshare/gauche/%%VERSION%%/lib/gtk/gtkaux.scm
X@dirrm share/gauche/%%VERSION%%/lib/gtk
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/COPYING
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/README
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/arrow.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/aspectframe.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/base.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/buttonbox.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/buttons.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/entry.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/eventbox.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/filesel.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/fixed.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/frame.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/helloworld.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/helloworld2.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/info.xpm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/label.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/list.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/menu.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/notebook.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/packbox.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/paned.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/pixmap.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/progressbar.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/radiobuttons.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/rangewidgets.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/scrolledwin.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/spinbutton.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/statusbar.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/table.scm
X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/wheelbarrow.scm
X%%PORTDOCS%%@dirrm share/examples/gauche/gtk/gtk-tutorial
X%%PORTDOCS%%@dirrm share/examples/gauche/gtk
X%%PORTDOCS%%@unexec rmdir %D/share/examples/gauche 2>/dev/null || true
X%%PORTDOCS%%share/doc/gauche/gtk/README
X%%PORTDOCS%%@dirrm share/doc/gauche/gtk
X%%PORTDOCS%%@unexec rmdir %D/share/doc/gauche 2>/dev/null || true
END-of-gauche-gtk/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Sat Nov 16 08:29:18 PST 2002 
State-Changed-Why:  
superseded by pr/45331 

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