[104364] trunk/dports/graphics/nifticlib/Portfile

sean at macports.org sean at macports.org
Sat Mar 23 18:49:32 PDT 2013


Revision: 104364
          https://trac.macports.org/changeset/104364
Author:   sean at macports.org
Date:     2013-03-23 18:49:32 -0700 (Sat, 23 Mar 2013)
Log Message:
-----------
nifticlib: whitespace cleanup; maintainer timeout

Modified Paths:
--------------
    trunk/dports/graphics/nifticlib/Portfile

Modified: trunk/dports/graphics/nifticlib/Portfile
===================================================================
--- trunk/dports/graphics/nifticlib/Portfile	2013-03-23 21:55:40 UTC (rev 104363)
+++ trunk/dports/graphics/nifticlib/Portfile	2013-03-24 01:49:32 UTC (rev 104364)
@@ -1,23 +1,31 @@
 # -*- 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
 PortGroup           cmake 1.0
+
 name                nifticlib
 version             1.1.0
 revision            1
 categories          graphics science
 maintainers         jameskyle
-description         niftilib is a collection of i/o routines for the nifti1 neuroimage data format.
-long_description    niftilib is a collection of i/o routines for the nifti1 neuroimage data format. C (nifticlib), Java (niftijlib), Matlab (niftimatlib), and Python (pynifti) code is available. Information about the nifti format is available at http://nifti.nimh.nih.gov/df
 
+description         niftilib is a collection of i/o routines for the nifti1 neuroimage data format
+
+long_description    ${description}. C (nifticlib), Java (niftijlib), Matlab (niftimatlib), and \
+    Python (pynifti) code is available. Information about the nifti format is available at \
+    http://nifti.nimh.nih.gov/df
+
 homepage            http://sourceforge.net/projects/niftilib
 platforms           darwin
 master_sites        sourceforge:niftilib
+
 checksums           md5     671c020b3ad54ecdae595983a7d73f79 \
                     sha1    f1837fa6b99e32f9f80a73ebda56ff5e1e9d6efd \
                     rmd160  3d70405085b3c432638baa48c71669b1235d385e
 
-configure.args-append -DBUILD_SHARED_LIBS:BOOL=True \
-                      -DCMAKE_INSTALL_NAME_DIR:STRING=${prefix}/lib
-livecheck.url http://sourceforge.net/export/rss2_projfiles.php?project=niftilib
-livecheck.regex {nifticlib-([0-9.]+).tar.gz}
+configure.args      -DBUILD_SHARED_LIBS:BOOL=True \
+                    -DCMAKE_INSTALL_NAME_DIR:STRING=${prefix}/lib
+
+livecheck.url       http://sourceforge.net/export/rss2_projfiles.php?project=niftilib
+livecheck.regex     {nifticlib-([0-9.]+).tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130323/0e3ebb3b/attachment.html>


More information about the macports-changes mailing list