From owner-cvs-all@FreeBSD.ORG Fri Jul 17 16:31:36 2009 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 40FC2106566C; Fri, 17 Jul 2009 16:31:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2FFF48FC16; Fri, 17 Jul 2009 16:31:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n6HGVaJc086859; Fri, 17 Jul 2009 16:31:36 GMT (envelope-from amdmi3@repoman.freebsd.org) Received: (from amdmi3@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n6HGVa27086858; Fri, 17 Jul 2009 16:31:36 GMT (envelope-from amdmi3) Message-Id: <200907171631.n6HGVa27086858@repoman.freebsd.org> From: Dmitry Marakasov Date: Fri, 17 Jul 2009 16:31:36 +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/wcslib Makefile distinfo pkg-descr pkg-plist 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: Fri, 17 Jul 2009 16:31:36 -0000 amdmi3 2009-07-17 16:31:36 UTC FreeBSD ports repository Modified files: astro Makefile Added files: astro/wcslib Makefile distinfo pkg-descr pkg-plist Log: "WCSLIB is a C library, supplied with a full set of Fortran wrappers, that implements the "World Coordinate System" (WCS) convention in FITS (Flexible Image Transport System). It also includes a PGPLOT-based routine, PGSBOX, for drawing general curvilinear coordinate graticules and a number of utility programs." - from README file. WWW: http://www.atnf.csiro.au/people/mcalabre/WCS/index.html PR: 136776 Submitted by: Tony Maher Revision Changes Path 1.138 +1 -0 ports/astro/Makefile 1.1 +43 -0 ports/astro/wcslib/Makefile (new) 1.1 +3 -0 ports/astro/wcslib/distinfo (new) 1.1 +7 -0 ports/astro/wcslib/pkg-descr (new) 1.1 +46 -0 ports/astro/wcslib/pkg-plist (new)