[84476] trunk/dports/science/maniview/Portfile
raphael at macports.org
raphael at macports.org
Mon Sep 26 08:49:21 PDT 2011
Revision: 84476
http://trac.macports.org/changeset/84476
Author: raphael at macports.org
Date: 2011-09-26 08:49:19 -0700 (Mon, 26 Sep 2011)
Log Message:
-----------
maniview:
* add modeline
* make openmaintainer
* add license
* use rmd160 and sha256 checksums
* install additional documentation files
Modified Paths:
--------------
trunk/dports/science/maniview/Portfile
Modified: trunk/dports/science/maniview/Portfile
===================================================================
--- trunk/dports/science/maniview/Portfile 2011-09-26 15:42:52 UTC (rev 84475)
+++ trunk/dports/science/maniview/Portfile 2011-09-26 15:49:19 UTC (rev 84476)
@@ -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,26 +5,39 @@
name maniview
version 2.0.2
+revision 1
categories science graphics x11
-maintainers raphael
+maintainers raphael openmaintainer
description a Geomview module for viewing 3D manifolds
long_description This is maniview, a Geomview module for viewing \
3D manifolds. emodules 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 65b4199f32ff7e2365b363969b189289 \
- sha1 bb0590d78c0cba64a4d15f6bf5237a9c23d338bd \
- rmd160 7b82bc829971add72f588d8aa3a0e793dfec96a8
+
+checksums rmd160 7b82bc829971add72f588d8aa3a0e793dfec96a8 \
+ sha256 63c68f65d2e60366560bf2c0c6aeced7698b9fbddc07c99831e3378d852a4166
+
depends_lib port:geomview \
port:xforms
post-destroot {
- delete ${destroot}${prefix}/share/geomview/groups
+ delete ${destroot}${prefix}/share/geomview/groups
+
+ set docdir ${destroot}${prefix}/share/doc/${name}
+ xinstall -d ${docdir}
+ xinstall -m 644 -W ${worksrcpath} \
+ AUTHORS \
+ COPYING \
+ ChangeLog \
+ NEWS \
+ README \
+ ${docdir}
}
platform darwin 9 { configure.ldflags-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110926/85a73596/attachment.html>
More information about the macports-changes
mailing list