[84471] trunk/dports/science/gvemod-crayola/Portfile

raphael at macports.org raphael at macports.org
Mon Sep 26 08:34:13 PDT 2011


Revision: 84471
          http://trac.macports.org/changeset/84471
Author:   raphael at macports.org
Date:     2011-09-26 08:34:13 -0700 (Mon, 26 Sep 2011)
Log Message:
-----------
gvemod-crayola:

 * add modeline
 * make openmaintainer
 * add license
 * use rmd160 and sha256 checksums
 * install additional documentation files

Modified Paths:
--------------
    trunk/dports/science/gvemod-crayola/Portfile

Modified: trunk/dports/science/gvemod-crayola/Portfile
===================================================================
--- trunk/dports/science/gvemod-crayola/Portfile	2011-09-26 15:32:15 UTC (rev 84470)
+++ trunk/dports/science/gvemod-crayola/Portfile	2011-09-26 15:34:13 UTC (rev 84471)
@@ -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-crayola
 version                     0.2
+revision                    1
 categories                  science graphics x11
-maintainers                 raphael
+maintainers                 raphael openmaintainer
 description                 An interactive tool for colouring faces \
                             of geometric objects within Geomview
 long_description            This is the Crayola emodule, an interactive \
@@ -14,14 +16,16 @@
                             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 d860e661e846da844c66d01b18d0e4f6 \
-                            sha1 5c90ab6fdc6bf43a26d70b68692b6768089f5d4d \
-                            rmd160 70b6dfe6820603d712925660a004b4a04e7ebecf
+
+checksums                   rmd160  70b6dfe6820603d712925660a004b4a04e7ebecf \
+                            sha256  d5db45414887e09144299d16e39ca01d141effceae4373ab77d5e8103cdd1c5a
+
 depends_lib                 port:geomview \
                             port:tk
 
@@ -34,6 +38,16 @@
 post-destroot {
     move ${destroot}${prefix}/libexec/geomview/tcl/Crayola.tc \
         ${destroot}${prefix}/libexec/geomview/tcl/Crayola
+
+    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/7f5afa2c/attachment.html>


More information about the macports-changes mailing list