summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-03-29 00:39:16 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-03-29 00:39:16 +0000
commit9e22ec8950cc3a75d54a9916b89c0a49b55a8607 (patch)
treeaf553bc58a0e0b911bcd6d544ad25fd8e7e60acb /graphics
parentdatabases/p5-XHTML_Table 1.14 -> 1.18 (diff)
Update port: graphics/gauche-gl to 0.2.2
PR: ports/48188 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes: svn path=/head/; revision=77663
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gauche-gl/Makefile7
-rw-r--r--graphics/gauche-gl/distinfo2
-rw-r--r--graphics/gauche-gl/pkg-plist7
3 files changed, 13 insertions, 3 deletions
diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile
index 83658ddce763..7bf55d5c409f 100644
--- a/graphics/gauche-gl/Makefile
+++ b/graphics/gauche-gl/Makefile
@@ -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
@@ -20,7 +20,6 @@ COMMENT= OpenGL binding for Gauche
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
RUN_DEPENDS= ${BUILD_DEPENDS}
-WRKSRC= ${WRKDIR}/Gauche-${PORTNAME}
USE_MESA= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -37,6 +36,10 @@ do-install:
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}
diff --git a/graphics/gauche-gl/distinfo b/graphics/gauche-gl/distinfo
index e2534867a386..3fcff0fd2100 100644
--- a/graphics/gauche-gl/distinfo
+++ b/graphics/gauche-gl/distinfo
@@ -1 +1 @@
-MD5 (Gauche-gl-0.2.1.tgz) = 4b19dfc940eb3381c07fc411f21f7986
+MD5 (Gauche-gl-0.2.2.tgz) = a24077575bd143ac48f312ba37d3b31a
diff --git a/graphics/gauche-gl/pkg-plist b/graphics/gauche-gl/pkg-plist
index 0493edde6d6d..340cd0984469 100644
--- a/graphics/gauche-gl/pkg-plist
+++ b/graphics/gauche-gl/pkg-plist
@@ -6,6 +6,12 @@ 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%%/glbook/README
%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example1-2.scm
%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example1-3.scm
@@ -47,6 +53,7 @@ share/gauche/%%VERSION%%/lib/gl/math3d.scm
%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example9-8.scm
%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/run
%%PORTDOCS%%%%EXAMPLESDIR%%/mandelbrot.scm
+%%PORTDOCS%%%%EXAMPLESDIR%%/gears.scm
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/glbook
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@unexec rmdir %D/share/examples/gauche 2>/dev/null || true