Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  3 Nov 2002 15:35:29 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44848: New port: x11-toolkits/gauche-gtk
Message-ID:  <20021103063529.DB7C37B9E@hadaly.dyndns.org>

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

>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 <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:
>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?20021103063529.DB7C37B9E>