[84477] trunk/dports/science/orrery/Portfile
raphael at macports.org
raphael at macports.org
Mon Sep 26 08:53:01 PDT 2011
Revision: 84477
http://trac.macports.org/changeset/84477
Author: raphael at macports.org
Date: 2011-09-26 08:53:00 -0700 (Mon, 26 Sep 2011)
Log Message:
-----------
orrery:
* add modeline
* make openmaintainer
* add license
* use rmd160 and sha256 checksums
* install additional documentation files
Modified Paths:
--------------
trunk/dports/science/orrery/Portfile
Modified: trunk/dports/science/orrery/Portfile
===================================================================
--- trunk/dports/science/orrery/Portfile 2011-09-26 15:49:19 UTC (rev 84476)
+++ trunk/dports/science/orrery/Portfile 2011-09-26 15:53:00 UTC (rev 84477)
@@ -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 orrery
version 0.9.5
+revision 1
categories science graphics x11
-maintainers raphael
+maintainers raphael openmaintainer
description A digital model of the solar system within \
Geomview
long_description The Orrery is a digital model of the solar \
@@ -17,14 +19,16 @@
planets, some of their satellites, and a few \
recent comets. Orrery is a Geomview module.
homepage http://www.geomview.org/
+license GPL-2+
platforms darwin
master_sites sourceforge
master_sites.mirror_subdir geomview
livecheck.name geomview
livecheck.distname ${name}
-checksums md5 cac12242a1e6477af2c5c1b320e54a50 \
- sha1 27c768318bac4a05b6734742997f7c1c36e7962c \
- rmd160 80fa23ad4245d4dbb8076526406bbf8b53335899
+
+checksums rmd160 80fa23ad4245d4dbb8076526406bbf8b53335899 \
+ sha256 69415ccf25e4176cfb4609b2f10c595a466188a777778823412d26bc28224ae1
+
depends_lib port:geomview \
port:tk
@@ -32,3 +36,15 @@
-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/385b8871/attachment.html>
More information about the macports-changes
mailing list