Revision: 149040 https://trac.macports.org/changeset/149040 Author: khindenburg@macports.org Date: 2016-05-25 17:47:39 -0700 (Wed, 25 May 2016) Log Message: ----------- libicns: update to 0.8.1 new maintainer #51481 Modified Paths: -------------- trunk/dports/graphics/libicns/Portfile Removed Paths: ------------- trunk/dports/graphics/libicns/files/ Modified: trunk/dports/graphics/libicns/Portfile =================================================================== --- trunk/dports/graphics/libicns/Portfile 2016-05-26 00:28:19 UTC (rev 149039) +++ trunk/dports/graphics/libicns/Portfile 2016-05-26 00:47:39 UTC (rev 149040) @@ -4,12 +4,11 @@ PortSystem 1.0 name libicns -version 0.7.1 -revision 4 +version 0.8.1 categories graphics devel # lib is LGPL, executables are GPL license {LGPL-2.1+ GPL-2+} -maintainers nomaintainer +maintainers gmail.com:dardo82 openmaintainer description libicns is a library for manipulation of the Mac OS icns resource format and includes the icns2png converter long_description \ @@ -21,16 +20,17 @@ against (a patched version of) Jasper, it also has full support for 256x256 and 512x512 \ 32-bit icons with masks as alpha channels. libicns includes icns2png, a tool for extracting \ the images contained within icns files, and saving them as png images. It also includes \ - png2icns, a tool for creating icns files from a set of png images. + png2icns, a tool for creating icns files from a set of png images. \ + Furthermore, release 0.8.1 implements 1024x1024 support. homepage http://icns.sourceforge.net/ master_sites sourceforge:icns platforms darwin -checksums sha1 e12a6ca21988929d56320ac1b96a1a059af0fd43 +checksums rmd160 e9609c97e76f54a16e1de0f79008fc74705b1aa6 \ + sha256 335f10782fc79855cf02beac4926c4bf9f800a742445afbbf7729dab384555c2 - # Note we need a patched jasper >= 1.900.1_5 depends_lib port:zlib port:libpng port:jasper port:jpeg -patchfiles libpng14.diff +livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
participants (1)
-
khindenburg@macports.org