[133946] trunk/dports/sysutils/xpkg/Portfile

larryv at macports.org larryv at macports.org
Sun Mar 15 18:14:41 PDT 2015


Revision: 133946
          https://trac.macports.org/changeset/133946
Author:   larryv at macports.org
Date:     2015-03-15 18:14:41 -0700 (Sun, 15 Mar 2015)
Log Message:
-----------
xpkg: Add modeline, rearrange, and reformat (NFC)

Modified Paths:
--------------
    trunk/dports/sysutils/xpkg/Portfile

Modified: trunk/dports/sysutils/xpkg/Portfile
===================================================================
--- trunk/dports/sysutils/xpkg/Portfile	2015-03-16 01:06:59 UTC (rev 133945)
+++ trunk/dports/sysutils/xpkg/Portfile	2015-03-16 01:14:41 UTC (rev 133946)
@@ -1,23 +1,25 @@
+# -*- 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			xpkg
-version			0.1.3a
-categories		sysutils
-license			BSD
-platforms		darwin
-maintainers		nomaintainer
-description		xpkg package manager alpha release
-long_description	${description}
+name                xpkg
+version             0.1.3a
+categories          sysutils
+platforms           darwin
+license             BSD
+maintainers         nomaintainer
 
-homepage		http://web.archive.org/web/http://www.xpkg.org/
-master_sites	${homepage}files/
-checksums		sha1 5ba46247546bf8e9318dfad79a6d04b307feadfe
-use_bzip2		yes
+description         xpkg package manager alpha release
+long_description    ${description}
+homepage            http://web.archive.org/web/http://www.xpkg.org
 
-depends_build	port:bison
-depends_lib		port:xar port:sqlite3
+depends_build       port:bison
+depends_lib         port:sqlite3 port:xar
 
-configure.args	--mandir=${prefix}/share/man
-configure.cflags-append	"-I${prefix}/include"
+master_sites        ${homepage}/files/
+use_bzip2           yes
+checksums           sha1 5ba46247546bf8e9318dfad79a6d04b307feadfe
+
+configure.args      --mandir=${prefix}/share/man
+configure.cflags-append "-I${prefix}/include"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150315/94aec2e5/attachment.html>


More information about the macports-changes mailing list