gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r5421: update gdal to 2.2.4


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5421: update gdal to 2.2.4
Date: Thu, 19 Apr 2018 15:52:18 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5421
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Thu 2018-04-19 12:52:13 -0700
message:
  update gdal to 2.2.4
added:
  pkg/other/gdal/                gdal-20180419195117-e20u8chyujdn8sgw-1
  pkg/other/gdal/Makefile        makefile-20180419195117-e20u8chyujdn8sgw-3
  pkg/other/gdal/config.mk       config.mk-20180419195117-e20u8chyujdn8sgw-2
  pkg/other/gdal/sha256sums      sha256sums-20180419195117-e20u8chyujdn8sgw-4
=== added directory 'pkg/other/gdal'
=== added file 'pkg/other/gdal/Makefile'
--- a/pkg/other/gdal/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/other/gdal/Makefile   2018-04-19 19:52:13 +0000
@@ -0,0 +1,48 @@
+# Copyright © 2018 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME =    GDAL
+GARNAME = gdal
+GARVERSION = 2.2.4
+HOME_URL = http://www.gdal.org/
+DESCRIPTION = GDAL - Geospatial Data Abstraction Library   
+define BLURB
+GDAL is a translator library for raster and vector geospatial data
+formats. As a library, it presents a single raster abstract data model
+and single vector abstract data model to the calling application for
+all supported formats. It also comes with a variety of useful command
+line utilities for data translation and processing.
+endef
+
+######################################################################
+# http://download.osgeo.org/gdal/2.2.4/gdal-2.2.4.tar.xz
+MASTER_SITES =  http://download.osgeo.org/
+MASTER_SUBDIR = $(GARNAME)/$(GARVERSION)/
+DISTFILES = $(DISTNAME).tar.xz  
+SIGFILES =  $(DISTNAME).tar.xz.md5
+
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+

=== added file 'pkg/other/gdal/config.mk'
--- a/pkg/other/gdal/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/other/gdal/config.mk  2018-04-19 19:52:13 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/other/gdal/sha256sums'
--- a/pkg/other/gdal/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/gdal/sha256sums 2018-04-19 19:52:13 +0000
@@ -0,0 +1,2 @@
+441eb1d1acb35238ca43a1a0a649493fc91fdcbab231d0747e9d462eea192278  
download/gdal-2.2.4.tar.xz
+abfce5b1e9edd50b1d4a5cdaa97c261036744c4dc4c04abb5d22f3aad0fc2498  
download/gdal-2.2.4.tar.xz.md5


reply via email to

[Prev in Thread] Current Thread [Next in Thread]