[122297] trunk/dports/gnome/gnofract4d/Portfile

khindenburg at macports.org khindenburg at macports.org
Sat Jul 19 18:20:12 PDT 2014


Revision: 122297
          https://trac.macports.org/changeset/122297
Author:   khindenburg at macports.org
Date:     2014-07-19 18:20:12 -0700 (Sat, 19 Jul 2014)
Log Message:
-----------
gnofract4d: update to 3.14.1 - from the COPYING file the license is BSD - ideally need a +doc variant to generate the manual.html

Modified Paths:
--------------
    trunk/dports/gnome/gnofract4d/Portfile

Modified: trunk/dports/gnome/gnofract4d/Portfile
===================================================================
--- trunk/dports/gnome/gnofract4d/Portfile	2014-07-20 01:05:52 UTC (rev 122296)
+++ trunk/dports/gnome/gnofract4d/Portfile	2014-07-20 01:20:12 UTC (rev 122297)
@@ -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,19 +5,23 @@
 PortGroup               python 1.0
 
 name                    gnofract4d
-version                 3.13
-revision                4
-description             Gnofract4D is a descendant of gnofract.
-long_description        ${description}
-maintainers             nomaintainer
+version                 3.14.1
+description             Gnofract4D is a program to draw fractals.
+long_description        Gnofract 4D is a fractal browser. It can \
+                        generate many different fractals, including \
+                        some which are hybrids between the Mandelbrot \
+                        and Julia sets, and includes a Fractint-compatible \
+                        parser for your own fractal formulas.
+
+maintainers             khindenburg openmaintainer
 categories              gnome math python
-license                 LGPL-2.1+
+license                 BSD
 platforms               darwin
 homepage                http://gnofract4d.sourceforge.net/
-master_sites            sourceforge
+master_sites            sourceforge:project/gnofract4d/gnofract4d/${version}
 
-checksums               sha1    14572fe9f30a91a83d7599127cc7d80d7537d3e2 \
-                        rmd160  89526cefe8316f9cecbc40191034bd68d1724e99
+checksums               rmd160  c99aeb2c6331ac26a59a32baaba3a916409a98f1 \
+                        sha256  dea77e4119a488cdc5ae29dc64f2975eaaa7bbaca84e1c02aa016ff1eb5c59dc
 
 dist_subdir             ${name}
 
@@ -33,9 +38,7 @@
 }
 
 patchfiles              patch-fract4d_fractconfig.py.diff \
-                        patch-fract4d-c-imageIO.cpp.diff \
-                        patch-setup.py.diff \
-                        patch-win.diff
+                        patch-setup.py.diff
 
 post-patch {
     reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/setup.py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140719/43488f2c/attachment.html>


More information about the macports-changes mailing list