[27311] trunk/dports/graphics

source_changes at macosforge.org source_changes at macosforge.org
Sat Jul 28 13:00:02 PDT 2007


Revision: 27311
          http://trac.macosforge.org/projects/macports/changeset/27311
Author:   yves at macports.org
Date:     2007-07-28 13:00:02 -0700 (Sat, 28 Jul 2007)

Log Message:
-----------
New openjpeg port

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

Added: trunk/dports/graphics/openjpeg/Portfile
===================================================================
--- trunk/dports/graphics/openjpeg/Portfile	                        (rev 0)
+++ trunk/dports/graphics/openjpeg/Portfile	2007-07-28 20:00:02 UTC (rev 27311)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem		1.0
+name			openjpeg
+version			1.2
+categories		graphics
+maintainers     yves
+description     Library for manipulating JPEG-2000 images
+long_description \
+	The OpenJPEG library is an open-source JPEG 2000 codec. \
+	It has been developed in order to promote the use of JPEG 2000, \
+	the new still-image compression standard from the \
+	Joint Photographic Experts Group (JPEG).
+
+platforms       darwin
+
+homepage        http://www.openjpeg.org/
+master_sites    ${homepage}/
+
+checksums		md5 4973c564c96683a921a7f6759906da4e
+distname        ${name}_v1_2
+
+worksrcdir      trunk
+
+post-patch {
+    reinplace "s|/usr|${prefix}|" \
+        ${worksrcpath}/Makefile.osx
+}
+
+use_configure   no
+
+build.target    osx
+destroot.target osxinstall


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070728/346d6ae7/attachment.html


More information about the macports-changes mailing list