[95983] trunk/dports/databases/xbase/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jul 27 07:33:49 PDT 2012


Revision: 95983
          https://trac.macports.org/changeset/95983
Author:   ryandesign at macports.org
Date:     2012-07-27 07:33:49 -0700 (Fri, 27 Jul 2012)
Log Message:
-----------
xbase: whitespace changes; add modeline

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

Modified: trunk/dports/databases/xbase/Portfile
===================================================================
--- trunk/dports/databases/xbase/Portfile	2012-07-27 14:16:42 UTC (rev 95982)
+++ trunk/dports/databases/xbase/Portfile	2012-07-27 14:33:49 UTC (rev 95983)
@@ -1,34 +1,38 @@
+# -*- 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			xbase
-version			3.1.2
-categories		databases devel
+name                xbase
+version             3.1.2
+categories          databases devel
 # lib is LGPL, executables are GPL
-license			{LGPL GPL-2+}
-platforms		darwin
-maintainers		nomaintainer
-description		XBase compatible C++ class library
-long_description	Xbase is an XBase compatible C++ class library. It \
-				provides C and C++ programmers with a cross-platform class and \
-				function library for manipulating Xbase type datafiles and \
-				indexes. There is support for .DBF and .NDX files (including \
-				support for Dbase III and IV memo fields, dates, and record \
-				and file locking), and limited support is also supplied for \
-				.NTX (clipper index) files.
+license             {LGPL GPL-2+}
+platforms           darwin
+maintainers         nomaintainer
 
-homepage		http://linux.techass.com/projects/xdb/
-master_sites		sourceforge:project/xdb/Source/${version}
-distname        ${name}64-${version}
-checksums       md5     7f3a727c142b4339faa781e1f6d5871c \
-                sha1    5bd433a4f748a6fa1a7855b6a2325483d4ee7206 \
-                rmd160  8f2a16fcecd6098b7b3ca47354e33a387a7dc1d9
+description         XBase compatible C++ class library
 
-patchfiles      patch-xbase64-cpp.diff \
-                patch-xblock-cpp.diff \
-                patch-xbtypes-h.diff
+long_description    Xbase is an XBase compatible C++ class library. It \
+                    provides C and C++ programmers with a cross-platform \
+                    class and function library for manipulating Xbase type \
+                    datafiles and indexes. There is support for .DBF and \
+                    .NDX files (including support for Dbase III and IV memo \
+                    fields, dates, and record and file locking), and limited \
+                    support is also supplied for .NTX (clipper index) files.
 
+homepage            http://linux.techass.com/projects/xdb/
+master_sites        sourceforge:project/xdb/Source/${version}
+distname            ${name}64-${version}
+
+checksums           md5     7f3a727c142b4339faa781e1f6d5871c \
+                    sha1    5bd433a4f748a6fa1a7855b6a2325483d4ee7206 \
+                    rmd160  8f2a16fcecd6098b7b3ca47354e33a387a7dc1d9
+
+patchfiles          patch-xbase64-cpp.diff \
+                    patch-xblock-cpp.diff \
+                    patch-xbtypes-h.diff
+
 configure.args-append --without-xbase-locking
 
 use_parallel_build  no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120727/37518c61/attachment.html>


More information about the macports-changes mailing list