Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2003 09:40:18 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48191: Update port: x11-toolkits/gauche-gtk to 0.3
Message-ID:  <20030212004018.163D454B7@hadaly.dyndns.org>

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

>Number:         48191
>Category:       ports
>Synopsis:       Update port: x11-toolkits/gauche-gtk to 0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 11 16:50:07 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Tue Jan 7 14:25:02 JST 2003 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386


	
>Description:
Update to 0.3

- requires ports/48065 and ports/48190 to be committed
- pkg-comment can be removed
	
>How-To-Repeat:
	
>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/gauche-gtk/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	7 Feb 2003 19:21:10 -0000	1.3
+++ Makefile	12 Feb 2003 00:32:52 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gtk
-PORTVERSION=	0.2.4
-PORTREVISION=	1
+PORTVERSION=	0.3
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	gauche
@@ -16,24 +15,34 @@
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	fuyuki@hadaly.org
+COMMENT=	GTK2 binding for Gauche
 
 LIB_DEPENDS=	gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
 BUILD_DEPENDS=	gosh:${PORTSDIR}/lang/gauche
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-WRKSRC=		${WRKDIR}/Gauche-${PORTNAME}
 GNU_CONFIGURE=	yes
-#CONFIGURE_ARGS=	--enable-gtkgl
 EXAMPLESDIR=	${PREFIX}/share/examples/gauche/${PORTNAME}
 DOCSDIR=	${PREFIX}/share/doc/gauche/${PORTNAME}
 PLIST_SUB=	VERSION="`gauche-config -V`" \
 		TARGET="${CONFIGURE_TARGET}"
 
+.if defined(WITH_GTKGLEXT)
+LIB_DEPENDS+=	gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext
+CONFIGURE_ARGS=	--enable-gtkgl
+PLIST_SUB+=	GTKGLEXT=""
+.else
+PLIST_SUB+=	GTKGLEXT="@comment "
+.endif
+
 post-install:
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/examples/*.scm ${EXAMPLESDIR}
 	${CP} -R ${WRKSRC}/examples/gtk-tutorial ${EXAMPLESDIR}
+.if defined(WITH_GTKGLEXT)
+	${CP} -R ${WRKSRC}/examples/gtkglext ${EXAMPLESDIR}
+.endif
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/gauche-gtk/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	25 Jan 2003 13:58:25 -0000	1.2
+++ distinfo	12 Feb 2003 00:32:52 -0000
@@ -1 +1 @@
-MD5 (Gauche-gtk-0.2.4.tgz) = 002ebac32562a3987ddad0f47e166b48
+MD5 (Gauche-gtk-0.3.tgz) = c68b5db455256f75c7d3fdab44440074
cvs server: cannot find pkg-comment
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/gauche-gtk/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	25 Jan 2003 13:58:25 -0000	1.2
+++ pkg-plist	12 Feb 2003 00:32:52 -0000
@@ -1,12 +1,17 @@
 lib/gauche/%%VERSION%%/%%TARGET%%/gauche-gtk.so
+%%GTKGLEXT%%lib/gauche/%%VERSION%%/%%TARGET%%/gauche-gtkgl.so
 share/gauche/%%VERSION%%/lib/gtk.scm
 share/gauche/%%VERSION%%/lib/gtk/error-dialog.scm
 share/gauche/%%VERSION%%/lib/gtk/gdkkeysyms.scm
 share/gauche/%%VERSION%%/lib/gtk/gtkaux.scm
+%%GTKGLEXT%%share/gauche/%%VERSION%%/lib/gtk/gtkgl.scm
 share/gauche/%%VERSION%%/lib/gtk/listener.scm
 @dirrm share/gauche/%%VERSION%%/lib/gtk
 %%PORTDOCS%%%%EXAMPLESDIR%%/error-dialog.scm
 %%PORTDOCS%%%%EXAMPLESDIR%%/gdk-animation.scm
+%%PORTDOCS%%%%GTKGLEXT%%%%EXAMPLESDIR%%/gtkglext/README
+%%PORTDOCS%%%%GTKGLEXT%%%%EXAMPLESDIR%%/gtkglext/font.scm
+%%PORTDOCS%%%%GTKGLEXT%%%%EXAMPLESDIR%%/gtkglext/gears.scm
 %%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/COPYING
 %%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/README
 %%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/arrow.scm
@@ -38,6 +43,7 @@
 %%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/table.scm
 %%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/wheelbarrow.scm
 %%PORTDOCS%%%%EXAMPLESDIR%%/listener.scm
+%%PORTDOCS%%%%GTKGLEXT%%@dirrm %%EXAMPLESDIR%%/gtkglext
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/gtk-tutorial
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
 %%PORTDOCS%%@unexec rmdir %D/share/examples/gauche 2>/dev/null || true

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030212004018.163D454B7>