Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2003 08:39:21 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48188: Update port: graphics/gauche-gl to 0.2.2
Message-ID:  <20030211233921.02A4254B7@hadaly.dyndns.org>

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

>Number:         48188
>Category:       ports
>Synopsis:       Update port: graphics/gauche-gl to 0.2.2
>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 15:40:04 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.2.2

- requires ports/48065 to be committed
- pkg-comment can be removed
	
>How-To-Repeat:
	
>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/gauche-gl/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	25 Jan 2003 14:06:53 -0000	1.1
+++ Makefile	11 Feb 2003 23:32:52 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gl
-PORTVERSION=	0.2.1
+PORTVERSION=	0.2.2
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	gauche
@@ -15,11 +15,11 @@
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	fuyuki@hadaly.org
+COMMENT=	OpenGL binding for Gauche
 
 BUILD_DEPENDS=	gosh:${PORTSDIR}/lang/gauche
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-WRKSRC=		${WRKDIR}/Gauche-${PORTNAME}
 USE_MESA=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include"
@@ -35,6 +35,10 @@
 
 post-install:
 .if !defined(NOPORTDOCS)
+.for info in gauche-gl-refe.info gauche-gl-refj.info
+	${GZCAT} ${WRKSRC}/doc/${info}.gz >${PREFIX}/info/${info}
+	install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
+.endfor
 	${MKDIR} ${EXAMPLESDIR}
 	${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}
 	${MKDIR} ${DOCSDIR}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/gauche-gl/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	25 Jan 2003 14:06:53 -0000	1.1
+++ distinfo	11 Feb 2003 23:32:52 -0000
@@ -1 +1 @@
-MD5 (Gauche-gl-0.2.1.tgz) = 4b19dfc940eb3381c07fc411f21f7986
+MD5 (Gauche-gl-0.2.2.tgz) = a24077575bd143ac48f312ba37d3b31a
cvs server: cannot find pkg-comment
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/gauche-gl/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	25 Jan 2003 14:06:53 -0000	1.1
+++ pkg-plist	11 Feb 2003 23:32:52 -0000
@@ -5,6 +5,14 @@
 share/gauche/%%VERSION%%/lib/gl.scm
 share/gauche/%%VERSION%%/lib/gl/glut.scm
 share/gauche/%%VERSION%%/lib/gl/math3d.scm
+@dirrm share/gauche/%%VERSION%%/lib/gl
+%%PORTDOCS%%@unexec install-info --delete %D/info/gauche-gl-refe.info %D/info/dir
+%%PORTDOCS%%@unexec install-info --delete %D/info/gauche-gl-refj.info %D/info/dir
+%%PORTDOCS%%info/gauche-gl-refe.info
+%%PORTDOCS%%info/gauche-gl-refj.info
+%%PORTDOCS%%@exec install-info %D/info/gauche-gl-refe.info %D/info/dir
+%%PORTDOCS%%@exec install-info %D/info/gauche-gl-refj.info %D/info/dir
+%%PORTDOCS%%%%EXAMPLESDIR%%/gears.scm
 %%PORTDOCS%%%%EXAMPLESDIR%%/glbook/README
 %%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example1-2.scm
 %%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example1-3.scm

>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?20030211233921.02A4254B7>