[40690] trunk/dports/graphics/gimp-jp2/Portfile

devans at macports.org devans at macports.org
Fri Oct 10 13:20:54 PDT 2008


Revision: 40690
          http://trac.macports.org/changeset/40690
Author:   devans at macports.org
Date:     2008-10-10 13:20:53 -0700 (Fri, 10 Oct 2008)
Log Message:
-----------
Upgrade to 2.2.0 and take maintainership.

Modified Paths:
--------------
    trunk/dports/graphics/gimp-jp2/Portfile

Modified: trunk/dports/graphics/gimp-jp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp-jp2/Portfile	2008-10-10 19:52:07 UTC (rev 40689)
+++ trunk/dports/graphics/gimp-jp2/Portfile	2008-10-10 20:20:53 UTC (rev 40690)
@@ -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
@@ -2,24 +3,26 @@
 
-name			gimp-jp2
-version			0.1
-maintainers		nomaintainer
-description		Gimp JPEG 2000 plug-in.
+name            gimp-jp2
+version         2.2.0
+maintainers     devans
+description     GIMP Wavelet/JPEG 2000 plug-in.
 long_description \
-    ${description}
+                GIMP Wavelet/JPEG 2000 plug-in, written by Divyanshu Vats, from \
+                the 2006 GIMP Google Summer of Code wavelet project, mentored by Simon Budig.
 
 categories      graphics
 platforms       darwin
-homepage		http://registry.gimp.org/plugin?id=8629
+homepage        http://registry.gimp.org/node/9899
 
 distname        jp2
-extract.suffix  .tgz
-master_sites	macports
-checksums		md5 dfe378981796eaeefde35874d175c9e0
+master_sites    http://registry.gimp.org/files/
 
+checksums       md5     dfe378981796eaeefde35874d175c9e0 \
+                sha1    6caab9ebb067b44659d59bced3da5bb54634b690 \
+                rmd160  6694475d690824feb4a1cb8b4cb232857700694c
+
 depends_lib     lib:libgimp-2.0:gimp2 \
                 port:openjpeg
 
 post-patch {
-    reinplace "s|#include <malloc.h>||" \
-        ${worksrcpath}/src/main.c
+    reinplace "s|#include <malloc.h>||" ${worksrcpath}/src/main.c
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081010/a3936055/attachment.html 


More information about the macports-changes mailing list