Revision: 149039 https://trac.macports.org/changeset/149039 Author: khindenburg@macports.org Date: 2016-05-25 17:28:19 -0700 (Wed, 25 May 2016) Log Message: ----------- libicns: add modeline + whitespace changes Modified Paths: -------------- trunk/dports/graphics/libicns/Portfile Modified: trunk/dports/graphics/libicns/Portfile =================================================================== --- trunk/dports/graphics/libicns/Portfile 2016-05-25 23:12:49 UTC (rev 149038) +++ trunk/dports/graphics/libicns/Portfile 2016-05-26 00:28:19 UTC (rev 149039) @@ -1,15 +1,17 @@ +# -*- 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 +PortSystem 1.0 -name libicns -version 0.7.1 -revision 4 -categories graphics devel +name libicns +version 0.7.1 +revision 4 +categories graphics devel # lib is LGPL, executables are GPL -license {LGPL-2.1+ GPL-2+} -maintainers nomaintainer -description libicns is a library for manipulation of the Mac OS icns resource format and includes the icns2png converter +license {LGPL-2.1+ GPL-2+} +maintainers nomaintainer + +description libicns is a library for manipulation of the Mac OS icns resource format and includes the icns2png converter long_description \ libicns is a library for manipulation of the Mac OS icns resource format, also known \ as the IconFamily resource type. It can read and write files from the Mac OS X icns \ @@ -21,8 +23,8 @@ 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. -homepage http://icns.sourceforge.net/ -master_sites sourceforge:icns +homepage http://icns.sourceforge.net/ +master_sites sourceforge:icns platforms darwin
participants (1)
-
khindenburg@macports.org