From owner-freebsd-ports Sat Nov 2 22:40:21 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 2938737B4EA for ; Sat, 2 Nov 2002 22:40:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5882A43E77 for ; Sat, 2 Nov 2002 22:40:12 -0800 (PST) (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 gA36eCx3062819 for ; Sat, 2 Nov 2002 22:40:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA36eCfp062818; Sat, 2 Nov 2002 22:40:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F30A637B401 for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44848: New port: x11-toolkits/gauche-gtk 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: 44848 >Category: ports >Synopsis: New port: x11-toolkits/gauche-gtk >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: Sat Nov 02 22:40:01 PST 2002 >Closed-Date: >Last-Modified: >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 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 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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message