Skip to content
Permalink
Browse files

geoexpress-sdk: whitespace only

  • Loading branch information
mojca committed Mar 12, 2018
1 parent 6835bc5 commit a7ea8ecd1014dc7e1bfb6a0fa4255050ee7c0fcd
Showing with 30 additions and 30 deletions.
  1. +30 −30 science/geoexpress-sdk/Portfile
@@ -1,40 +1,40 @@
PortSystem 1.0
name geoexpress-sdk
version 9.0.0.3864
maintainers nomaintainer
platforms darwin
description LizardTech's SDK for reading MrSID and JPEG 2000 imagery
long_description \
LizardTech's SDK for reading MrSID and JPEG 2000 imagery. This \
SDK is NOT open source software, and must be downloaded \
manually from http://www.lizardtech.com/developer/ \
Please carefully review the SDK agreement prior to downloading \
and installing this software.
homepage http://www.lizardtech.com/developer/
master_sites http://www.lizardtech.com/developer/
categories science
license Restrictive NoMirror

distname MrSID_DSDK-${version}-darwin12.universal.gccA42
worksrcdir MrSID_DSDK-${version}-darwin12.universal.gccA42

checksums rmd160 8dfa4c95cd5f238b88e5629da097462a4fc77407 \
sha256 e8918b08571d7669cf44b363494de9767f61375f323bb6aab83069bd13d1f9bd
PortSystem 1.0

name geoexpress-sdk
version 9.0.0.3864
maintainers nomaintainer
platforms darwin
description LizardTech's SDK for reading MrSID and JPEG 2000 imagery
long_description LizardTech's SDK for reading MrSID and JPEG 2000 imagery. This \
SDK is NOT open source software, and must be downloaded \
manually from http://www.lizardtech.com/developer/ \
Please carefully review the SDK agreement prior to downloading \
and installing this software.
homepage http://www.lizardtech.com/developer/
master_sites http://www.lizardtech.com/developer/
categories science
license Restrictive NoMirror

distname MrSID_DSDK-${version}-darwin12.universal.gccA42
worksrcdir MrSID_DSDK-${version}-darwin12.universal.gccA42

checksums rmd160 8dfa4c95cd5f238b88e5629da097462a4fc77407 \
sha256 e8918b08571d7669cf44b363494de9767f61375f323bb6aab83069bd13d1f9bd

fetch {
file mkdir ${distpath}
if {![file exists ${distpath}/${distfiles}]} {
error "NOTE: Due to licensing restrictions, '${distfiles}' must be manually downloaded from ${homepage} and placed in ${distpath}"
}
file mkdir ${distpath}
if {![file exists ${distpath}/${distfiles}]} {
error "NOTE: Due to licensing restrictions, '${distfiles}' must be manually downloaded from ${homepage} and placed in ${distpath}"
}
}

use_configure no
use_configure no
build {}

destroot {
file copy ${worksrcpath} ${destroot}${prefix}/share/Geo_DSDK
system "ln -s ${prefix}/share/Geo_DSDK/Raster_DSDK/bin/mrsiddecode ${destroot}${prefix}/bin/mrsiddecode"
system "ln -s ${prefix}/share/Geo_DSDK/Raster_DSDK/bin/mrsidinfo ${destroot}${prefix}/bin/mrsidinfo"
file copy ${worksrcpath} ${destroot}${prefix}/share/Geo_DSDK
system "ln -s ${prefix}/share/Geo_DSDK/Raster_DSDK/bin/mrsiddecode ${destroot}${prefix}/bin/mrsiddecode"
system "ln -s ${prefix}/share/Geo_DSDK/Raster_DSDK/bin/mrsidinfo ${destroot}${prefix}/bin/mrsidinfo"

system "install_name_tool -change /data/builds/Bob/darwin12.universal.gccA42__default/xt_lib_geos/darwin12.universal.gccA42/Release/src/geos-2.2.3/../../../../dist/darwin12.universal.gccA42/Release/lib/libgeos_c.1.dylib ${prefix}/share/Geo_DSDK/Raster_DSDK/lib/libgeos_c.1.dylib ${destroot}${prefix}/share/Geo_DSDK/Raster_DSDK/bin/mrsiddecode"

0 comments on commit a7ea8ec

Please sign in to comment.
You can’t perform that action at this time.