[130886] trunk/dports/graphics

eborisch at macports.org eborisch at macports.org
Sat Jan 3 10:44:45 PST 2015


Revision: 130886
          https://trac.macports.org/changeset/130886
Author:   eborisch at macports.org
Date:     2015-01-03 10:44:45 -0800 (Sat, 03 Jan 2015)
Log Message:
-----------
libpgf: New port for Digikam support.

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

Added: trunk/dports/graphics/libpgf/Portfile
===================================================================
--- trunk/dports/graphics/libpgf/Portfile	                        (rev 0)
+++ trunk/dports/graphics/libpgf/Portfile	2015-01-03 18:44:45 UTC (rev 130886)
@@ -0,0 +1,49 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+
+name            libpgf
+version         6.14.12
+categories      graphics
+license         LGPL-2+
+maintainers     nomaintainer
+description     PGF image library
+
+long_description \
+    The Progressive Graphics File (PGF) is an efficient image file format, \
+    that is based on a fast, discrete wavelet transform with progressive \
+    coding features. PGF can be used for lossless and lossy compression.
+
+homepage        http://www.libpgf.org/
+
+master_sites    sourceforge:project/${name}/${name}/${version}-latest
+distname        ${name}-src-${version}
+
+depends_build   port:dos2unix \
+                port:doxygen \
+                port:graphviz \
+                port:libtool \
+                port:autoconf \
+                port:automake
+
+checksums \
+    rmd160  8ac4922959c31bb02b406165499e82417d0f6b1d \
+    sha256  bda5995d80762966a25fca3f6a9821f4458657aa87d8631c014c166ae09258eb
+
+worksrcdir      ${name}
+
+post-extract {
+    reinplace "s/libtoolize/glibtoolize/" autogen.sh
+    system -W ${worksrcpath} "dos2unix configure.ac"
+}
+
+pre-configure {
+    system -W ${worksrcpath} ./autogen.sh
+}
+
+post-destroot {
+    delete ${destroot}/${prefix}/share/man
+    copy ${worksrcpath}/COPYING \
+        ${destroot}/${prefix}/share/doc/${name}-${version}/
+}


Property changes on: trunk/dports/graphics/libpgf/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150103/720e5974/attachment.html>


More information about the macports-changes mailing list