[39274] trunk/dports/science

landonf at macports.org landonf at macports.org
Thu Aug 14 23:43:45 PDT 2008


Revision: 39274
          http://trac.macosforge.org/projects/macports/changeset/39274
Author:   landonf at macports.org
Date:     2008-08-14 23:43:45 -0700 (Thu, 14 Aug 2008)
Log Message:
-----------
Add a port for the GeoExpress SDK. This port is a bit unusual, in that the software is binary-only and must be downloaded manually.

Added Paths:
-----------
    trunk/dports/science/geoexpress-sdk/
    trunk/dports/science/geoexpress-sdk/Portfile

Added: trunk/dports/science/geoexpress-sdk/Portfile
===================================================================
--- trunk/dports/science/geoexpress-sdk/Portfile	                        (rev 0)
+++ trunk/dports/science/geoexpress-sdk/Portfile	2008-08-15 06:43:45 UTC (rev 39274)
@@ -0,0 +1,41 @@
+# $Id: $
+
+PortSystem 1.0
+name		geoexpress-sdk
+version		7.0.0.2167
+maintainers	landonf openmaintainer
+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
+
+distname	Geo_DSDK-${version}.darwin9.universal.gccA40
+worksrcdir	Geo_DSDK-${version}
+
+checksums	md5	526277e18ecaa69c22ab55def986f3d8 \
+		sha1	3252d905bdb555385afb13c8726faf8d5c65d79e \
+		rmd160	380c80b8bb039c9e853d9813623a854f8fe24819
+
+
+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}"
+	}
+}
+
+configure {}
+build {}
+
+destroot {
+	file copy ${worksrcpath} ${destroot}/${prefix}/share/Geo_DSDK
+	system "ln -s ${prefix}/share/Geo_DSDK/bin/mrsiddecode ${destroot}/${prefix}/bin"
+	system "ln -s ${prefix}/share/Geo_DSDK/bin/mrsidinfo ${destroot}/${prefix}/bin"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080814/234abce2/attachment.html 


More information about the macports-changes mailing list