svn commit: r302004 - in head/astro: . p5-Starlink-AST

Wen Heping wen at FreeBSD.org
Sat Aug 4 07:14:26 UTC 2012


Author: wen
Date: Sat Aug  4 07:14:25 2012
New Revision: 302004
URL: http://svn.freebsd.org/changeset/ports/302004

Log:
  Starlink::AST provides a perl wrapper to the Starlink AST library.
  The Starlink AST library provides facilities for transforming coordinates
  from one system to another in an object oriented manner. Multiple
  coordinate frames can be associated with a data set and it is also
  possible to generate automatic mappings between frames.
  
  Coordinate frame objects can be imported from FITS headers and from
  NDF files.
  
  WWW: http://search.cpan.org/dist/Starlink-AST/

Added:
  head/astro/p5-Starlink-AST/
  head/astro/p5-Starlink-AST/Makefile   (contents, props changed)
  head/astro/p5-Starlink-AST/distinfo   (contents, props changed)
  head/astro/p5-Starlink-AST/pkg-descr   (contents, props changed)
  head/astro/p5-Starlink-AST/pkg-plist   (contents, props changed)
Modified:
  head/astro/Makefile

Modified: head/astro/Makefile
==============================================================================
--- head/astro/Makefile	Sat Aug  4 07:11:32 2012	(r302003)
+++ head/astro/Makefile	Sat Aug  4 07:14:25 2012	(r302004)
@@ -74,6 +74,7 @@
     SUBDIR += p5-GPS-OID
     SUBDIR += p5-Geo-METAR
     SUBDIR += p5-Misc-Quality
+    SUBDIR += p5-Starlink-AST
     SUBDIR += p5-Weather-Underground
     SUBDIR += p5-ZConf-Weather
     SUBDIR += phoon

Added: head/astro/p5-Starlink-AST/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/p5-Starlink-AST/Makefile	Sat Aug  4 07:14:25 2012	(r302004)
@@ -0,0 +1,28 @@
+# New ports collection makefile for:	p5-Starlink-AST
+# Date created:				2012-07-01
+# Whom:					Wen Heping<wen at FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	Starlink-AST
+PORTVERSION=	1.02
+CATEGORIES=	astro perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:TJENNESS
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	wen at FreeBSD.org
+COMMENT=	Interface to the Starlink AST library
+
+BUILD_DEPENDS=	p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
+RUN_DEPENDS=	p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
+
+PERL_MODBUILD=	yes
+
+MAN3=		Starlink::AST.3 \
+		Starlink::AST::PGPLOT.3 \
+		Starlink::AST::Tk.3 \
+		Starlink::AST::PLplot.3
+
+.include <bsd.port.mk>

Added: head/astro/p5-Starlink-AST/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/p5-Starlink-AST/distinfo	Sat Aug  4 07:14:25 2012	(r302004)
@@ -0,0 +1,2 @@
+SHA256 (Starlink-AST-1.02.tar.gz) = 8669ce97f8f35e3e7a32b052bf25243cb200fd02ec47b58c090ae940d2bdcde2
+SIZE (Starlink-AST-1.02.tar.gz) = 5371426

Added: head/astro/p5-Starlink-AST/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/p5-Starlink-AST/pkg-descr	Sat Aug  4 07:14:25 2012	(r302004)
@@ -0,0 +1,10 @@
+Starlink::AST provides a perl wrapper to the Starlink AST library.
+The Starlink AST library provides facilities for transforming coordinates
+from one system to another in an object oriented manner. Multiple
+coordinate frames can be associated with a data set and it is also
+possible to generate automatic mappings between frames.
+
+Coordinate frame objects can be imported from FITS headers and from
+NDF files.
+
+WWW: http://search.cpan.org/dist/Starlink-AST/

Added: head/astro/p5-Starlink-AST/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/p5-Starlink-AST/pkg-plist	Sat Aug  4 07:14:25 2012	(r302004)
@@ -0,0 +1,10 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Starlink/AST/AST.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Starlink/AST/AST.so
+%%SITE_PERL%%/%%PERL_ARCH%%/Starlink/AST/Tk.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Starlink/AST/PGPLOT.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Starlink/AST/PLplot.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Starlink/AST.pm
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Starlink/AST
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Starlink
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Starlink/AST
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Starlink



More information about the svn-ports-all mailing list