[68891] trunk/dports/graphics/sane-backends/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jun 16 19:35:06 PDT 2010


Revision: 68891
          http://trac.macports.org/changeset/68891
Author:   ryandesign at macports.org
Date:     2010-06-16 19:35:01 -0700 (Wed, 16 Jun 2010)
Log Message:
-----------
sane-backends: whitespace / formatting changes only

Modified Paths:
--------------
    trunk/dports/graphics/sane-backends/Portfile

Modified: trunk/dports/graphics/sane-backends/Portfile
===================================================================
--- trunk/dports/graphics/sane-backends/Portfile	2010-06-17 00:25:08 UTC (rev 68890)
+++ trunk/dports/graphics/sane-backends/Portfile	2010-06-17 02:35:01 UTC (rev 68891)
@@ -1,44 +1,48 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem                  1.0
 
-name            sane-backends
-version         1.0.20
-revision        3
-categories      graphics
-maintainers     nomaintainer
-description     Backends for scanner access
-homepage        http://www.sane-project.org/
-platforms       darwin
+name                        sane-backends
+version                     1.0.20
+revision                    3
+categories                  graphics
+platforms                   darwin
+maintainers                 nomaintainer
+homepage                    http://www.sane-project.org/
 
-long_description These are the backends for the Scanner Access Now Easy \
-                 project. They allow you to access various scanners either \
-                 locally or remote using saned.
+description                 Backends for scanner access
 
-master_sites    ftp://ftp.sane-project.org/pub/sane/${distname}/ \
-                ftp://ftp.sane-project.org/pub/sane/old-versions/${distname}/
+long_description            These are the backends for the Scanner Access Now \
+                            Easy project. They allow you to access various \
+                            scanners either locally or remote using saned.
 
-checksums       md5     a0cfdfdebca2feb4f2ba5d3418b15a42 \
-                sha1    3b4d2ecde8be404bb44269771cf5dc6e4c10b086 \
-                rmd160  b80c0a15a75b3bce07060d65aecdcaf7860c323b
+master_sites                ftp://ftp.sane-project.org/pub/sane/${distname}/ \
+                            ftp://ftp.sane-project.org/pub/sane/old-versions/${distname}/
 
-depends_lib     port:jpeg \
-                port:libusb-compat \
-                port:tiff \
-                port:zlib
+checksums                   md5     a0cfdfdebca2feb4f2ba5d3418b15a42 \
+                            sha1    3b4d2ecde8be404bb44269771cf5dc6e4c10b086 \
+                            rmd160  b80c0a15a75b3bce07060d65aecdcaf7860c323b
 
-patchfiles      patch-configure.diff
+depends_lib                 port:jpeg \
+                            port:libusb-compat \
+                            port:tiff \
+                            port:zlib
 
-configure.cppflags-append -no-cpp-precomp -fno-common
-configure.args  --mandir=${prefix}/share/man \
-                --with-docdir=${prefix}/share/doc/${name} \
-                --enable-local-backends --enable-libusb \
-                --without-gphoto2
+patchfiles                  patch-configure.diff
 
-use_parallel_build no
+configure.cppflags-append   -no-cpp-precomp \
+                            -fno-common
 
+configure.args              --mandir=${prefix}/share/man \
+                            --with-docdir=${prefix}/share/doc/${name} \
+                            --enable-local-backends \
+                            --enable-libusb \
+                            --without-gphoto2
+
+use_parallel_build          no
+
 pre-destroot {
-               xinstall -d -o root -g admin -m 775 ${destroot}${prefix}/var/lock
+    xinstall -d -o root -g admin -m 775 ${destroot}${prefix}/var/lock
 }
 
 destroot.keepdirs ${destroot}${prefix}/var/lock
@@ -61,6 +65,6 @@
     configure.args-append   --with-gphoto2
 }
 
-livecheck.type  regex
-livecheck.url   ftp://ftp.sane-project.org/pub/sane/
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)"
+livecheck.type              regex
+livecheck.url               ftp://ftp.sane-project.org/pub/sane/
+livecheck.regex             "${name}-(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100616/b34329ed/attachment.html>


More information about the macports-changes mailing list