[137806] trunk/dports/databases/metakit/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jun 20 05:44:31 PDT 2015


Revision: 137806
          https://trac.macports.org/changeset/137806
Author:   ryandesign at macports.org
Date:     2015-06-20 05:44:31 -0700 (Sat, 20 Jun 2015)
Log Message:
-----------
metakit: add modeline and adjust whitespace

Modified Paths:
--------------
    trunk/dports/databases/metakit/Portfile

Modified: trunk/dports/databases/metakit/Portfile
===================================================================
--- trunk/dports/databases/metakit/Portfile	2015-06-20 12:42:51 UTC (rev 137805)
+++ trunk/dports/databases/metakit/Portfile	2015-06-20 12:44:31 UTC (rev 137806)
@@ -1,16 +1,23 @@
+# -*- 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
 PortGroup           github 1.0
 
 github.setup        jcw metakit 2.4.9.8
-categories		databases
-license			MIT
+categories          databases
+platforms           darwin
 maintainers         ryandesign openmaintainer
-description		an efficient embedded database library with a small footprint
-platforms		darwin
-long_description	Metakit is an efficient embedded database library with a small footprint. It fills the gap between flat-file, relational, object-oriented, and tree-structured databases, supporting relational joins, serialization, nested structures, and instant schema evolution.
+license             MIT
 
+description         an efficient embedded database library with a small footprint
+
+long_description    Metakit is an efficient embedded database library with a \
+                    small footprint. It fills the gap between flat-file, \
+                    relational, object-oriented, and tree-structured \
+                    databases, supporting relational joins, serialization, \
+                    nested structures, and instant schema evolution.
+
 homepage            http://equi4.com/metakit/
 
 checksums           rmd160  822e134600de16f62f5aaba30b33246c964c6e2e \
@@ -22,7 +29,7 @@
                     patch-unix-Makefile.in.diff
 
 configure.dir       ${worksrcpath}/builds
-configure.cmd		../unix/configure
+configure.cmd       ../unix/configure
 configure.args      --with-tcl=${prefix}/include,${prefix}/lib
 
 build.dir           ${configure.dir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150620/5f690cf9/attachment.html>


More information about the macports-changes mailing list