From owner-cvs-all@FreeBSD.ORG Thu Jan 6 00:36:56 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C36BB106566B; Thu, 6 Jan 2011 00:36:56 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B2EBE8FC13; Thu, 6 Jan 2011 00:36:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p060aucc001691; Thu, 6 Jan 2011 00:36:56 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p060aubJ001690; Thu, 6 Jan 2011 00:36:56 GMT (envelope-from wen) Message-Id: <201101060036.p060aubJ001690@repoman.freebsd.org> From: Wen Heping Date: Thu, 6 Jan 2011 00:36:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro Makefile ports/astro/p5-Astro-FITS-CFITSIO Makefile distinfo pkg-descr pkg-plist ports/astro/p5-Astro-FITS-CFITSIO/files patch-Makefile.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2011 00:36:56 -0000 wen 2011-01-06 00:36:56 UTC FreeBSD ports repository Modified files: astro Makefile Added files: astro/p5-Astro-FITS-CFITSIO Makefile distinfo pkg-descr pkg-plist astro/p5-Astro-FITS-CFITSIO/files patch-Makefile.PL Log: Astro::FITS::CFITSIO is a perl interface to William Pence's cfitsio subroutine library. For more information on cfitsio, see http://heasarc.gsfc.nasa.gov/fitsio. This module attempts to provide a wrapper for nearly every cfitsio routine, while retaining as much cfitsio behavior as possible. As such, one should be aware that it is still somewhat low-level, in the sense that handing an array which is not the correct size to a routine like fits_write_img() may cause SIGSEGVs. WWW: http://search.cpan.org/dist/Astro-FITS-CFITSIO/ Revision Changes Path 1.153 +1 -0 ports/astro/Makefile 1.1 +28 -0 ports/astro/p5-Astro-FITS-CFITSIO/Makefile (new) 1.1 +2 -0 ports/astro/p5-Astro-FITS-CFITSIO/distinfo (new) 1.1 +13 -0 ports/astro/p5-Astro-FITS-CFITSIO/files/patch-Makefile.PL (new) 1.1 +11 -0 ports/astro/p5-Astro-FITS-CFITSIO/pkg-descr (new) 1.1 +10 -0 ports/astro/p5-Astro-FITS-CFITSIO/pkg-plist (new)