[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r3897: CFITSIO data file library , needed for gnuast
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r3897: CFITSIO data file library , needed for gnuastro |
Date: |
Mon, 3 Oct 2016 02:11:19 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 3897
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2016-10-02 19:11:13 -0700
message:
CFITSIO data file library , needed for gnuastro
added:
pkg/other/cfitsio/ cfitsio-20161003020958-ocsyygda37l792uz-1
pkg/other/cfitsio/Makefile makefile-20161003020958-ocsyygda37l792uz-2
pkg/other/cfitsio/config.mk config.mk-20161003020958-ocsyygda37l792uz-3
pkg/other/cfitsio/sha256sums sha256sums-20161003020958-ocsyygda37l792uz-4
=== added directory 'pkg/other/cfitsio'
=== added file 'pkg/other/cfitsio/Makefile'
--- a/pkg/other/cfitsio/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/cfitsio/Makefile 2016-10-03 02:11:13 +0000
@@ -0,0 +1,49 @@
+# 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 = CFITSIO
+GARNAME = cfitsio
+GARVERSION = 3.390
+HOME_URL = http://heasarc.gsfc.nasa.gov/fitsio/
+DESCRIPTION = CFITSIO - A FITS File Subroutine Library
+define BLURB =
+CFITSIO is a library of C and Fortran subroutines for reading and writing
+data files in FITS (Flexible Image Transport System) data format. CFITSIO
+provides simple high-level routines for reading and writing FITS files
+that insulate the programmer from the internal complexities of the FITS
+format. CFITSIO also provides many advanced features for manipulating
+and filtering the information in FITS files.
+endef
+
+######################################################################
+#http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio3390.tar.gz
+
+MASTER_SITES = http://heasarc.gsfc.nasa.gov/
+MASTER_SUBDIR = /FTP/software/fitsio/c/
+DISTFILES = cfitsio3390.tar.gz
+SIGFILES =
+LICENSE = U.S.A. government non-copyright; see License.txt
+WORKSRC = $(WORKDIR)/$(GARNAME)/
+
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
=== added file 'pkg/other/cfitsio/config.mk'
--- a/pkg/other/cfitsio/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/cfitsio/config.mk 2016-10-03 02:11:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/other/cfitsio/sha256sums'
--- a/pkg/other/cfitsio/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/cfitsio/sha256sums 2016-10-03 02:11:13 +0000
@@ -0,0 +1,1 @@
+62d3d8f38890275cc7a78f5e9a4b85d7053e75ae43e988f1e2390e539ba7f409
download/cfitsio3390.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r3897: CFITSIO data file library , needed for gnuastro,
Carl Hansen <=