[131667] trunk/dports/databases/gigabase/Portfile
stromnov at macports.org
stromnov at macports.org
Thu Jan 15 06:02:26 PST 2015
Revision: 131667
https://trac.macports.org/changeset/131667
Author: stromnov at macports.org
Date: 2015-01-15 06:02:26 -0800 (Thu, 15 Jan 2015)
Log Message:
-----------
gigabase: reformat
Modified Paths:
--------------
trunk/dports/databases/gigabase/Portfile
Modified: trunk/dports/databases/gigabase/Portfile
===================================================================
--- trunk/dports/databases/gigabase/Portfile 2015-01-15 13:57:42 UTC (rev 131666)
+++ trunk/dports/databases/gigabase/Portfile 2015-01-15 14:02:26 UTC (rev 131667)
@@ -1,25 +1,36 @@
+# -*- 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 gigabase
-version 3.15
-revision 0
-categories databases
-license Permissive
-maintainers stromnov openmaintainer
-description Main Memory Relational Database Management System
-long_description \
- GigaBASE is object-relational embedded database engine for \
- C++ applications. It provides SQL-like query language, smart \
- C++ interface (loading objects instead of tupples), transaction \
- based on shadowing page algorithm (no separate log file and \
- very fast).
-homepage http://www.garret.ru/gigabase.html
-platforms darwin
-master_sites sourceforge
-checksums md5 4f82f955223e33089fb635a41ab5efd8
-worksrcdir ${name}
-patchfiles patch-unisock.cpp.diff
-configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man
-destroot.destdir prefix=${destroot}${prefix}
+name gigabase
+version 3.15
+revision 0
+categories databases
+platforms darwin
+license Permissive
+
+maintainers stromnov openmaintainer
+
+description Main Memory Relational Database Management System
+
+long_description \
+ GigaBASE is object-relational embedded database engine for \
+ C++ applications. It provides SQL-like query language, smart \
+ C++ interface (loading objects instead of tupples), transaction \
+ based on shadowing page algorithm (no separate log file and \
+ very fast).
+
+homepage http://www.garret.ru/gigabase.html
+master_sites sourceforge
+
+checksums rmd160 b7b620e096f0bacf39fc62d863348c2ece56b0b2 \
+ sha256 1a7300bb478261de5040e64978845e938d6e561daf5ab1d8da84926d350d9db8
+
+worksrcdir ${name}
+
+patchfiles patch-unisock.cpp.diff
+
+configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man
+
+destroot.destdir prefix=${destroot}${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150115/af3e2df3/attachment.html>
More information about the macports-changes
mailing list