[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r6649: update proj to 6.1.0
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r6649: update proj to 6.1.0 |
Date: |
Wed, 26 Jun 2019 19:47:48 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 6649
revision-id: address@hidden-20190626234743-wrezofkqva7jvvma
parent: address@hidden-20190626151047-049st5yutu80vw8x
committer: address@hidden
branch nick: trunk
timestamp: Wed 2019-06-26 16:47:43 -0700
message:
update proj to 6.1.0
added:
pkg/other/proj/ proj-20190626234728-cr8zkqxgya5jxya1-1
pkg/other/proj/Makefile makefile-20190626234728-cr8zkqxgya5jxya1-3
pkg/other/proj/config.mk config.mk-20190626234728-cr8zkqxgya5jxya1-2
pkg/other/proj/sha256sums sha256sums-20190626234728-cr8zkqxgya5jxya1-4
=== added directory 'pkg/other/proj'
=== added file 'pkg/other/proj/Makefile'
--- a/pkg/other/proj/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/proj/Makefile 2019-06-26 23:47:43 +0000
@@ -0,0 +1,48 @@
+# Copyright © 2019 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# 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 = proj
+GARNAME = proj
+GARVERSION = 6.1.0
+HOME_URL = http://www.proj.org
+ # additional data and docs there
+DESCRIPTION = library for doing geodesic and cartographic projections
+define BLURB
+
+endef
+LICENSE = MIT
+######################################################################
+# http://download.osgeo.org/proj/proj-6.1.0.tar.gz
+MASTER_SITES = http://download.osgeo.org/
+MASTER_SUBDIR = proj/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.md5
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
=== added file 'pkg/other/proj/config.mk'
--- a/pkg/other/proj/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/proj/config.mk 2019-06-26 23:47:43 +0000
@@ -0,0 +1,5 @@
+## Configuration options
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/other/proj/sha256sums'
--- a/pkg/other/proj/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/proj/sha256sums 2019-06-26 23:47:43 +0000
@@ -0,0 +1,2 @@
+676165c54319d2f03da4349cbd7344eb430b225fe867a90191d848dc64788008
download/proj-6.1.0.tar.gz
+abd25abed51cd8a401c7cdc7f98222475d770b3e6941e2b09cfaf520981ac227
download/proj-6.1.0.tar.gz.md5
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r6649: update proj to 6.1.0,
Carl Hansen <=