[86392] trunk/dports/graphics/jbig2dec/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Oct 24 23:36:09 PDT 2011


Revision: 86392
          http://trac.macports.org/changeset/86392
Author:   ryandesign at macports.org
Date:     2011-10-24 23:36:08 -0700 (Mon, 24 Oct 2011)
Log Message:
-----------
jbig2dec: fix license, fix typo in long_description, install doc files

Modified Paths:
--------------
    trunk/dports/graphics/jbig2dec/Portfile

Modified: trunk/dports/graphics/jbig2dec/Portfile
===================================================================
--- trunk/dports/graphics/jbig2dec/Portfile	2011-10-25 06:29:19 UTC (rev 86391)
+++ trunk/dports/graphics/jbig2dec/Portfile	2011-10-25 06:36:08 UTC (rev 86392)
@@ -5,14 +5,16 @@
 
 name                jbig2dec
 version             0.11
+revision            1
 categories          graphics
 platforms           darwin
 maintainers         nomaintainer
-license             GPL-3
+# COPYING is GPL 3, but LICENSE says it's GPL 2+
+license             GPL-2+
 
 description         decoder implementation of the JBIG2 image compression format
 
-long_description    jbig2dec is a decoder-only implementationo of the JBIG2 \
+long_description    jbig2dec is a decoder-only implementation of the JBIG2 \
                     compression format. It is currently in the alpha stage, \
                     however, it maintains parity with other available encoders.
 
@@ -24,3 +26,14 @@
 
 checksums           rmd160  7c94cb5409371beff8f289beded40b02e0f55e89 \
                     sha256  016bf8148c850736c19e5e0336c43912d98d68f90c9171912c4f67f5c060adf5
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        CHANGES \
+        COPYING \
+        LICENSE \
+        README \
+        ${docdir}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111024/1b670ab1/attachment.html>


More information about the macports-changes mailing list