[84470] trunk/dports/science/gvemod-cplxview/Portfile
raphael at macports.org
raphael at macports.org
Mon Sep 26 08:32:16 PDT 2011
Revision: 84470
http://trac.macports.org/changeset/84470
Author: raphael at macports.org
Date: 2011-09-26 08:32:15 -0700 (Mon, 26 Sep 2011)
Log Message:
-----------
gvemod-cplxview:
* add modeline
* add license
* make openmaintainer
* use rmd160 and sha256 checksums
* install additional documentation files
Modified Paths:
--------------
trunk/dports/science/gvemod-cplxview/Portfile
Modified: trunk/dports/science/gvemod-cplxview/Portfile
===================================================================
--- trunk/dports/science/gvemod-cplxview/Portfile 2011-09-26 15:31:09 UTC (rev 84469)
+++ trunk/dports/science/gvemod-cplxview/Portfile 2011-09-26 15:32:15 UTC (rev 84470)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -4,8 +5,9 @@
name gvemod-cplxview
version 0.2
+revision 1
categories science graphics x11
-maintainers raphael
+maintainers raphael openmaintainer
description a Geomview plugin for the visualisation of complex \
functions
long_description This is the Cplxview emodule, a Geomview plugin for \
@@ -13,14 +15,16 @@
are kind of plugins which extend the functionality \
of Geomview (an interactive 3d viewing program).
homepage http://www.geomview.org/
+license LGPL-2+
platforms darwin
master_sites sourceforge
master_sites.mirror_subdir geomview
livecheck.name geomview
livecheck.distname ${name}
-checksums md5 8fb1bc88253111b8ce5aad9263b33d94 \
- sha1 b6e16ec1d036075c853604ed75c79b05f5e53bb1 \
- rmd160 af1b0311bba5c06606411713cbcc4780e0366394
+
+checksums rmd160 af1b0311bba5c06606411713cbcc4780e0366394 \
+ sha256 05720ec3652fe7ee121efdd2a41d8261e1e1d6f8a51bb991ac287456d229e67b
+
depends_lib port:geomview \
port:xforms
@@ -28,3 +32,15 @@
configure.ldflags-append -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
}
+
+post-destroot {
+ set docdir ${destroot}${prefix}/share/doc/${name}
+ xinstall -d ${docdir}
+ xinstall -m 644 -W ${worksrcpath} \
+ AUTHORS \
+ COPYING \
+ ChangeLog \
+ NEWS \
+ README \
+ ${docdir}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110926/fee2f2c9/attachment.html>
More information about the macports-changes
mailing list