[125895] trunk/dports/security/afflib/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Sep 28 19:11:33 PDT 2014


Revision: 125895
          https://trac.macports.org/changeset/125895
Author:   ryandesign at macports.org
Date:     2014-09-28 19:11:33 -0700 (Sun, 28 Sep 2014)
Log Message:
-----------
afflib: add modeline and adjust whitespace and formatting

Modified Paths:
--------------
    trunk/dports/security/afflib/Portfile

Modified: trunk/dports/security/afflib/Portfile
===================================================================
--- trunk/dports/security/afflib/Portfile	2014-09-29 02:05:01 UTC (rev 125894)
+++ trunk/dports/security/afflib/Portfile	2014-09-29 02:11:33 UTC (rev 125895)
@@ -1,56 +1,54 @@
+# -*- 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		afflib
-version		3.6.12
-revision	1
-categories	security
-maintainers	nomaintainer
-description	The Advanced Forensic Format
-homepage	http://www.afflib.org/
-platforms	darwin
+name                afflib
+version             3.6.12
+revision            1
+categories          security
+platforms           darwin
+maintainers         nomaintainer
 
-long_description AFF(R) is an open and extensible file format designed \
-			to store disk images and associated metadata.
+description         The Advanced Forensic Format
 
-master_sites	http://www.afflib.org/downloads/
+long_description    AFF(R) is an open and extensible file format designed \
+                    to store disk images and associated metadata.
 
-checksums	sha1    1bd156a7e970253c3e2df5b55046142073b311fe \
-		rmd160  aebb740513992d6ef24cf6a54a965ff3c1a5d9cb
+homepage            http://www.afflib.org/
+master_sites        http://www.afflib.org/downloads/
 
-depends_lib	port:libewf	\
-		port:openssl	\
-		port:readline	\
-		port:expat	\
-		port:zlib
+checksums           sha1    1bd156a7e970253c3e2df5b55046142073b311fe \
+                    rmd160  aebb740513992d6ef24cf6a54a965ff3c1a5d9cb
 
-patchfiles	patch-configure.ac.diff
+depends_lib         port:expat \
+                    port:libewf \
+                    port:openssl \
+                    port:readline \
+                    port:zlib
 
-use_autoreconf	yes
+patchfiles          patch-configure.ac.diff
 
-configure.args	--enable-fuse=no	\
-		--enable-s3=no	
+use_autoreconf      yes
 
-##		--with-ssl=${prefix}	\
-##		--with-zlib=${prefix}
+configure.args      --enable-fuse=no \
+                    --enable-s3=no
 
+##                  --with-ssl=${prefix} \
+##                  --with-zlib=${prefix}
 
+
 variant s3 description {Enable the use of Amazon's S3 service} {
-	configure.args-append	--enable-s3=yes	\
-				--with-curl=${prefix}/lib
-	configure.args-delete	--enable-s3=no
-	depends_lib-append	port:curl
+    depends_lib-append      port:curl
+
+    configure.args-append   --enable-s3=yes \
+                            --with-curl=${prefix}/lib
+    configure.args-delete   --enable-s3=no
 }
 
 
 ## untested....
 ## variant fuse description {Access AFF data through FUSE} {
-## 	configure.args-append	--enable-fuse=yes
-## 	configure.args-delete	--enable-fuse=no
-## 	'port lint' is silly about trailing whitespace in comments
+##      configure.args-append   --enable-fuse=yes
+##      configure.args-delete   --enable-fuse=no
 ## }
-##
-
-#
-##EOF
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140928/26cf5277/attachment.html>


More information about the macports-changes mailing list