[25644] trunk/dports/lang/gauche-gl/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Sun May 27 09:24:53 PDT 2007
Revision: 25644
http://trac.macosforge.org/projects/macports/changeset/25644
Author: takanori at macports.org
Date: 2007-05-27 09:24:53 -0700 (Sun, 27 May 2007)
Log Message:
-----------
* Version bump to 0.4.3.
Modified Paths:
--------------
trunk/dports/lang/gauche-gl/Portfile
Modified: trunk/dports/lang/gauche-gl/Portfile
===================================================================
--- trunk/dports/lang/gauche-gl/Portfile 2007-05-27 16:24:11 UTC (rev 25643)
+++ trunk/dports/lang/gauche-gl/Portfile 2007-05-27 16:24:53 UTC (rev 25644)
@@ -2,16 +2,23 @@
PortSystem 1.0
name gauche-gl
-version 0.4.1
+version 0.4.3
categories lang scheme
maintainers nomaintainer at macports.org
description OpenGL binding for the Gauche
long_description Gauche-gl is an extension module of Gauche Scheme \
implementation. It provides gl, gl.glut and gl.math3d \
modules.
+platforms darwin
homepage http://www.shiro.dreamhost.com/scheme/gauche/
master_sites sourceforge:gauche
distname Gauche-gl-$version
extract.suffix .tgz
-checksums md5 a51b19a0f16f88ed6cd85c6e49cc6e75
-depends_build bin:gosh:gauche
+checksums md5 dccf93ab8074fc40e0e89a6b45a32c82
+depends_lib port:gauche
+
+post-destroot {
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ eval xinstall -m 644 [glob ${worksrcpath}/doc/*.html] ${destroot}${prefix}/share/doc/${name}
+ file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070527/618be3f7/attachment.html
More information about the macports-changes
mailing list