[csw-devel] SF.net SVN: gar:[8443] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Feb 9 16:55:23 CET 2010


Revision: 8443
          http://gar.svn.sourceforge.net/gar/?rev=8443&view=rev
Author:   dmichelsen
Date:     2010-02-09 15:55:23 +0000 (Tue, 09 Feb 2010)

Log Message:
-----------
cfitsio: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/cfitsio/
    csw/mgar/pkg/cfitsio/branches/
    csw/mgar/pkg/cfitsio/tags/
    csw/mgar/pkg/cfitsio/trunk/
    csw/mgar/pkg/cfitsio/trunk/Makefile
    csw/mgar/pkg/cfitsio/trunk/checksums
    csw/mgar/pkg/cfitsio/trunk/files/


Property changes on: csw/mgar/pkg/cfitsio/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/cfitsio/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cfitsio/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/cfitsio/trunk/Makefile	2010-02-09 15:55:23 UTC (rev 8443)
@@ -0,0 +1,37 @@
+GARNAME = cfitsio
+GARVERSION = 3.24
+CATEGORIES = lib
+
+DESCRIPTION = A library of C and Fortran subroutines for reading and writing data files in FITS
+define BLURB
+  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
+
+MASTER_SITES = ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/
+DISTFILES  = $(GARNAME)3240.tar.gz
+
+DISTNAME = $(GARNAME)
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+SPKG_SOURCEURL = http://heasarc.gsfc.nasa.gov/fitsio/
+
+LICENSE = License.txt
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+BUILD_ARGS = all testprog
+
+TEST_SCRIPTS = custom
+
+include gar/category.mk
+
+# Test procedure taken from README
+test-custom:
+	(cd $(WORKSRC); ./testprog > testprog.lis; diff testprog.lis testprog.out && cmp testprog.fit testprog.std)
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/cfitsio/trunk/checksums
===================================================================
--- csw/mgar/pkg/cfitsio/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/cfitsio/trunk/checksums	2010-02-09 15:55:23 UTC (rev 8443)
@@ -0,0 +1 @@
+ba34e71562ed381a238678daffb116fb  cfitsio3240.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list