Skip to content

Commit

Permalink
udunits2: white space changes. closed #53455 in 02bbb66/macports-ports
Browse files Browse the repository at this point in the history
  • Loading branch information
tenomoto committed Feb 15, 2017
1 parent 02bbb66 commit ddffae7
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions science/udunits2/Portfile
@@ -1,17 +1,17 @@
# -*- 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

PortSystem 1.0
PortGroup github 1.0
PortGroup cmake 1.0

github.setup Unidata UDUNITS-2 2.2.24 v
name udunits2
maintainers takeshi
license UCAR-Unidata
platforms darwin
categories science

description Improved Unidata unit conversion libraray
PortSystem 1.0
PortGroup github 1.0
PortGroup cmake 1.0

github.setup Unidata UDUNITS-2 2.2.24 v
name udunits2
maintainers takeshi
license UCAR-Unidata
platforms darwin
categories science

description Improved Unidata unit conversion libraray
long_description \
The UDUNITS package supports units of physical quantities \
(e.g., meters, seconds). Specifically, it supports conversion \
Expand All @@ -23,19 +23,20 @@ long_description \
persistent value converters, improved API, XML unit database, \
and no Fortran or Perl API.

homepage http://www.unidata.ucar.edu/software/udunits/
homepage http://www.unidata.ucar.edu/software/udunits/

checksums rmd160 3d5781818837ecb85ab68b104197c27f0eeeb122 \
sha256 22a9bfd503fefa5992358a8ca73c74ae7bd45268f99ca3586c585651a977c6a1

depends_lib port:expat \
port:cunit
depends_lib port:expat \
port:cunit

cmake.out_of_source yes

worksrcdir UDUNITS-2-${version}
configure.args-append -DCMAKE_INSTALL_INCLUDEDIR=${prefix}/include/${name}
worksrcdir UDUNITS-2-${version}
configure.args-append\
-DCMAKE_INSTALL_INCLUDEDIR=${prefix}/include/${name}

livecheck.type regex
livecheck.url ${homepage}/udunits-current/doc/udunits/CHANGE_LOG
livecheck.regex {(^[0-9]+\.[0-9]+\.[0-9]+)}
livecheck.type regex
livecheck.url ${homepage}/udunits-current/doc/udunits/CHANGE_LOG
livecheck.regex {(^[0-9]+\.[0-9]+\.[0-9]+)}

0 comments on commit ddffae7

Please sign in to comment.