[Lunar-commits] <moonbase-other> CCfits: adding to moonbase, will be a depends for luminance-hdr
Dennis Veatch
dennisveatch at bellsouth.net
Mon Sep 29 14:51:14 CEST 2014
commit 9545a161ab460b223f5bc9f132307194d67aaff1
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Mon, 29 Sep 2014 08:50:53 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/9545a161ab460b223f5bc9f132307194d67aaff1
CCfits: adding to moonbase, will be a depends for luminance-hdr
---
libs/CCfits/DEPENDS | +1/-0
libs/CCfits/DETAILS | +15/-0
2 files changed, 16 insertions(+)
--- /dev/null
+++ b/libs/CCfits/DEPENDS
@@ -0,0 +1 @@
+depends cfitsio
--- /dev/null
+++ b/libs/CCfits/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=CCfits
+ VERSION=2.4
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=https://heasarc.gsfc.nasa.gov/fitsio/CCfits/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_VFY=sha1:3de2a6379bc1024300befae95cfdf33645a7b64a
+ WEB_SITE=https://heasarc.gsfc.nasa.gov/fitsio/CCfits/
+ ENTERED=20140929
+ UPDATED=20140929
+ SHORT="object oriented interface to the cfitsio library"
+cat << EOF
+CCfits is an object oriented interface to the cfitsio library. It is designed to make the capabilities
+of cfitsio available to programmers working in C++. It is written in ANSI C++ and implemented using the
+C++ Standard Library with namespaces, exception handling, and member template functions.
+EOF
More information about the Lunar-commits
mailing list