[30915] trunk/dports/graphics

source_changes at macosforge.org source_changes at macosforge.org
Sat Nov 10 17:49:52 PST 2007


Revision: 30915
          http://trac.macosforge.org/projects/macports/changeset/30915
Author:   simon at macports.org
Date:     2007-11-10 17:49:52 -0800 (Sat, 10 Nov 2007)

Log Message:
-----------
graphics/greycstoration: Added new port version 2.5.2.1, closes #12888. Thanks to julien.lusson at gmail.com.

Added Paths:
-----------
    trunk/dports/graphics/greycstoration/
    trunk/dports/graphics/greycstoration/Portfile

Added: trunk/dports/graphics/greycstoration/Portfile
===================================================================
--- trunk/dports/graphics/greycstoration/Portfile	                        (rev 0)
+++ trunk/dports/graphics/greycstoration/Portfile	2007-11-11 01:49:52 UTC (rev 30915)
@@ -0,0 +1,40 @@
+# $Id$
+
+PortSystem       1.0
+
+name             greycstoration
+version          2.5.2.1
+categories       graphics
+description      Open source algorithm for image denoising and interpolation
+long_description GREYCstoration is an image regularization algorithm which \
+                 processes an image by locally removing small variations of \
+                 pixel intensities while preserving significant global image \
+                 features, such as sharp edges and corners. The most direct \
+                 application of image regularization is denoising. \
+                 By extension, it can also be used to inpaint or resize images.
+
+maintainers      julien.lusson at gmail.com
+platforms        darwin
+homepage         http://www.greyc.ensicaen.fr/~dtschump/greycstoration/
+
+master_sites     ${homepage}data/
+use_bzip2        yes
+
+distname         GREYCstoration-${version}
+checksums        md5 9acb29050f479b6d4e59bb1096a87451 \
+                 sha1 2bfa17573b60a1477c99f34cfb8400d9b78aa9c2 \
+                 rmd160 b3cb5d0638952c601b70158ee3e63b45feb5fb07
+
+use_configure   no
+
+depends_lib     port:gimp2
+
+build.target    olinux
+
+destroot {
+    xinstall -m 755 ${worksrcpath}/greycstoration \
+        ${destroot}${prefix}/bin/
+    xinstall -m 755 -d ${destroot}${prefix}/lib/gimp/2.0/plug-ins
+    xinstall -m 755 ${worksrcpath}/greycstoration4gimp \
+        ${destroot}${prefix}/lib/gimp/2.0/plug-ins
+}


Property changes on: trunk/dports/graphics/greycstoration/Portfile
___________________________________________________________________
Name: svn:eol
   + native
Name: svn:keywords
   + Id

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071110/3e721157/attachment.html


More information about the macports-changes mailing list