[61434] trunk/dports/databases/tokyocabinet/Portfile

stromnov at macports.org stromnov at macports.org
Fri Dec 11 05:22:58 PST 2009


Revision: 61434
          http://trac.macports.org/changeset/61434
Author:   stromnov at macports.org
Date:     2009-12-11 05:22:54 -0800 (Fri, 11 Dec 2009)
Log Message:
-----------
tokyocabinet: fix spaces

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

Modified: trunk/dports/databases/tokyocabinet/Portfile
===================================================================
--- trunk/dports/databases/tokyocabinet/Portfile	2009-12-11 08:54:16 UTC (rev 61433)
+++ trunk/dports/databases/tokyocabinet/Portfile	2009-12-11 13:22:54 UTC (rev 61434)
@@ -1,40 +1,45 @@
 # -*- 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            tokyocabinet
-version         1.4.39
-categories      databases
-maintainers     stromnov openmaintainer
-platforms       darwin
-description     Tokyo Cabinet is a library of routines for managing a database.
-long_description \
-    Tokyo Cabinet is a library of routines for managing a database. The database\
-    is a simple data file containing records, each is a pair of a key and a value.\
-    Every key and value is serial bytes with variable length. Both binary data and\
-    character string can be used as a key and a value. There is neither concept of\
-    data tables nor data types. Records are organized in hash table or B+ tree.
-homepage        http://1978th.net/tokyocabinet/
-master_sites    ${homepage}
+name                tokyocabinet
+version             1.4.39
+categories          databases
+maintainers         stromnov openmaintainer
+platforms           darwin
 
-checksums       md5     0cc77e1eeea1e767d6ffbfd9a640602a \
-                sha1    1b890777e389cad9fde1ee9b357f3dba8169d49f \
-                rmd160  e40d8af09cac88ec90ecda97313f210fd33e9f5d
+description         Tokyo Cabinet is a library of routines for managing   \
+                    a database.
 
-depends_lib     port:zlib
+long_description    \
+    Tokyo Cabinet is a library of routines for managing a database.  The  \
+    database is a simple data file containing records, each is a pair of  \
+    a key and a value.  Every key and value is serial bytes with variable \
+    length.  Both binary data and character string can be used as a key   \
+    and a value.  There is neither concept of data tables nor data types. \
+    Records are organized in hash table or B+ tree.
 
+homepage            http://1978th.net/tokyocabinet/
+master_sites        ${homepage}
+
+checksums           md5     0cc77e1eeea1e767d6ffbfd9a640602a \
+                    sha1    1b890777e389cad9fde1ee9b357f3dba8169d49f \
+                    rmd160  e40d8af09cac88ec90ecda97313f210fd33e9f5d
+
+depends_lib         port:zlib
+
 # To avoid linking against a previously installed version, remove the default
 # CPPFLAGS and LDFLAGS. The build scripts already add the
 # destination include and lib directories.
 configure.cppflags
 configure.ldflags
 
-configure.args  --mandir=${prefix}/share/man \
-                --datadir=${prefix}/share/doc
+configure.args      --mandir=${prefix}/share/man \
+                    --datadir=${prefix}/share/doc
 
-test.run yes
-test.target check
+test.run            yes
+test.target         check
 
 variant debug conflicts devel profile fastest description {build for debugging} {
     configure.args-append   --enable-debug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091211/1182818e/attachment.html>


More information about the macports-changes mailing list