[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r3899: wcslib World Coord. Sys lib, for gnuastro
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r3899: wcslib World Coord. Sys lib, for gnuastro |
Date: |
Mon, 3 Oct 2016 02:41:28 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 3899
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2016-10-02 19:41:24 -0700
message:
wcslib World Coord. Sys lib, for gnuastro
added:
pkg/other/wcslib/ wcslib-20161003024040-gmc04ts0zppyxv2e-1
pkg/other/wcslib/Makefile makefile-20161003024040-gmc04ts0zppyxv2e-3
pkg/other/wcslib/config.mk config.mk-20161003024040-gmc04ts0zppyxv2e-2
pkg/other/wcslib/sha256sums sha256sums-20161003024040-gmc04ts0zppyxv2e-4
=== added directory 'pkg/other/wcslib'
=== added file 'pkg/other/wcslib/Makefile'
--- a/pkg/other/wcslib/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/wcslib/Makefile 2016-10-03 02:41:24 +0000
@@ -0,0 +1,45 @@
+# Copyright © 2013, 2015, 2016 Brandon Invergo <address@hidden>
+#
+# This file is part of 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/>.
+
+NAME = wcslib
+GARNAME = wcslib
+GARVERSION = 5.15
+HOME_URL = http://www.atnf.csiro.au/people/mcalabre/WCS/index.html
+ # see also https://www.gnu.org/software/gnuastro/manual/html_node/
+DESCRIPTION = World Coordiante System library
+define BLURB
+The FITS "World Coordinate System" (WCS) standard defines keywords and
+usage that provide for the description of astronomical coordinate systems
+in a FITS image header.
+endef
+
+######################################################################
+#ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib.tar.bz2
+MASTER_SITES = ftp://ftp.atnf.csiro.au/
+MASTER_SUBDIR = pub/software/wcslib/
+DISTFILES = wcslib.tar.bz2
+SIGFILES =
+LICENSE = GNU Lesser General Public License version 3 or later
+
+
+BUILDDEPS = cfitsio
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
=== added file 'pkg/other/wcslib/config.mk'
--- a/pkg/other/wcslib/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/wcslib/config.mk 2016-10-03 02:41:24 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?= --enable-sse2 --enable-reentrant
+BUILD_OPTS ?=
=== added file 'pkg/other/wcslib/sha256sums'
--- a/pkg/other/wcslib/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/wcslib/sha256sums 2016-10-03 02:41:24 +0000
@@ -0,0 +1,1 @@
+8bbe40a7b055578d1a6b77e92a733d2a01ce439814ea9e5a8d8bbc23c68b56e8
download/wcslib.tar.bz2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r3899: wcslib World Coord. Sys lib, for gnuastro,
Carl Hansen <=