summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2010-10-28 22:15:15 +0200
committerAndraž Levstik2010-10-28 22:15:15 +0200
commit3f54ff87e50af512ca8684d119ea7ca02f65eb23 (patch)
tree7a36f68023a5b5d701d243d8370c29da37bab52f
parentf5823dc14861fb55190d4298bdef46ad3d92dcfc (diff)
libgeotiff: Library for accessing Geo tags in a GeoTIFF file.
-rwxr-xr-xscience/libgeotiff/BUILD2
-rwxr-xr-xscience/libgeotiff/DEPENDS5
-rwxr-xr-xscience/libgeotiff/DETAILS25
-rw-r--r--science/libgeotiff/HISTORY3
4 files changed, 35 insertions, 0 deletions
diff --git a/science/libgeotiff/BUILD b/science/libgeotiff/BUILD
new file mode 100755
index 0000000000..0f8945063d
--- /dev/null
+++ b/science/libgeotiff/BUILD
@@ -0,0 +1,2 @@
+OPTS="--enable-incode-epsg $OPTS" &&
+default_build
diff --git a/science/libgeotiff/DEPENDS b/science/libgeotiff/DEPENDS
new file mode 100755
index 0000000000..2546a68200
--- /dev/null
+++ b/science/libgeotiff/DEPENDS
@@ -0,0 +1,5 @@
+depends tiff &&
+optional_depends proj4 \
+ "--with-proj" \
+ "--without-proj" \
+ "Ability to report corner coordinates in lat/long"
diff --git a/science/libgeotiff/DETAILS b/science/libgeotiff/DETAILS
new file mode 100755
index 0000000000..3ad80608bb
--- /dev/null
+++ b/science/libgeotiff/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=libgeotiff
+ VERSION=1.2.5
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=ftp://ftp.remotesensing.org/pub/geotiff/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:ee1ae8e564546d262457fe10f53fdeb1f86ec8ecd555ce59b55bf2742206c0e4c77ba04c6227232f5443a82a0c678b4c1ea45a447029f9d66732d2432c65fa43
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://geotiff.maptools.org/"
+ LICENSE[0]="MIT/X"
+ ENTERED=20091102
+ KEYWORDS="Scientific/Engineering, Software Development, Libraries
+Minor feature enhancements
+Minor feature enhancements
+Minor feature enhancements
+Minor bugfixes
+Major feature enhancements"
+ SHORT="Library for accessing "Geo" tags in a GeoTIFF file."
+cat << EOF
+libgeotiff is a library (normally built on top of libtiff) for reading and
+writing coordinate system information from/to GeoTIFF files. It includes CSV
+files for expanding projected coordinate system codes into full projections
+definitions and examples of transforming the definitions into a form that
+can be used with the PROJ.4 projections library. It also includes the sample
+applications listgeo (for dumping GeoTIFF information in readable form)
+and geotifcp (for applying geotiff tags to an existing TIFF or GeoTIFF file).
+EOF
diff --git a/science/libgeotiff/HISTORY b/science/libgeotiff/HISTORY
new file mode 100644
index 0000000000..f6a4b684a7
--- /dev/null
+++ b/science/libgeotiff/HISTORY
@@ -0,0 +1,3 @@
+2009-11-02 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
+ * BUILD, DEPENDS, DETAILS: spell created
+