[128413] trunk/dports/perl/p5-image-imlib2/Portfile

devans at macports.org devans at macports.org
Thu Nov 20 13:52:24 PST 2014


Revision: 128413
          https://trac.macports.org/changeset/128413
Author:   devans at macports.org
Date:     2014-11-20 13:52:24 -0800 (Thu, 20 Nov 2014)
Log Message:
-----------
p5-image-imlib2: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-image-imlib2/Portfile

Modified: trunk/dports/perl/p5-image-imlib2/Portfile
===================================================================
--- trunk/dports/perl/p5-image-imlib2/Portfile	2014-11-20 21:34:07 UTC (rev 128412)
+++ trunk/dports/perl/p5-image-imlib2/Portfile	2014-11-20 21:52:24 UTC (rev 128413)
@@ -1,34 +1,37 @@
+# -*- 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
-PortGroup			perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup			Image-Imlib2 2.02
+perl5.setup         Image-Imlib2 2.02
 revision            3
-license				{Artistic-1 GPL}
-maintainers			nomaintainer
-description			Perl interface to the Imlib2 image library
-long_description \
-	Image::Imlib2 is a Perl port of Imlib2, a graphics library that \
-	does image file loading and saving as well as manipulation, \
-	arbitrary polygon support, etc. It does ALL of these operations \
-	FAST. It allows you to create colour images using a large number \
-	of graphics primitives, and output the images in a range of \
-	formats. \
-	Note that this is an early version of my attempt at a Perl \
-	interface to Imlib2. Currently, the API is just to test things \
-	out. Not everything is supported, but a great deal of \
-	functionality already exists. If you think the API can be \
-	tweaked to be a bit more intuitive, drop me a line!
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Perl interface to the Imlib2 image library
+long_description    Image::Imlib2 is a Perl port of Imlib2, a graphics library that \
+                    does image file loading and saving as well as manipulation, \
+                    arbitrary polygon support, etc. It does ALL of these operations \
+                    FAST. It allows you to create colour images using a large number \
+                    of graphics primitives, and output the images in a range of \
+                    formats. \
+                    Note that this is an early version of my attempt at a Perl \
+                    interface to Imlib2. Currently, the API is just to test things \
+                    out. Not everything is supported, but a great deal of \
+                    functionality already exists. If you think the API can be \
+                    tweaked to be a bit more intuitive, drop me a line!
 
-platforms			darwin
+platforms           darwin
 
 checksums           md5     61732eb6e37eeba2a7b4935677214bcf \
                     sha1    4dc0944efbb8ee4df86b1c86bfccefed0a8efb24 \
                     rmd160  b61a9db84270bb8818e328ea376b57c65017185a
 
 if {${perl5.major} != ""} {
-depends_build-append    port:p${perl5.major}-module-build
-depends_lib-append	port:imlib2
+    depends_build-append \
+                    port:p${perl5.major}-module-build
+
+    depends_lib-append \
+                    port:imlib2
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141120/8dc6d26c/attachment.html>


More information about the macports-changes mailing list