Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2006 02:04:14 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/100620: [NEW PORT] astro/p5-Astro-SpaceTrack: Retrieve orbital data from www.space-track.org
Message-ID:  <200607201804.k6KI4E7N046257@vega.csie.NCTU.edu.tw>
Resent-Message-ID: <200607201810.k6KIADmW024539@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100620
>Category:       ports
>Synopsis:       [NEW PORT] astro/p5-Astro-SpaceTrack: Retrieve orbital data from www.space-track.org
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 20 18:10:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD Netflow.csie.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Mon May 22 16:22:37 CST 2006
>Description:
This package accesses the Space-Track web site,
http://www.space-track.org, and retrieves orbital data from this site.
You must register and get a username and password before you can make
use of this package, and you must abide by the site's restrictions,
which include not making the data available to a third party.

In addition, the celestrak method queries http://celestrak.com/ for a
named data set, and then queries http://www.space-track.org/ for the
orbital elements of the objects in the data set.

Beginning with version 0.017, there is provision for retrieval of
historical data.

Nothing is exported by default, but the shell method/subroutine can be
exported if you so desire.

Most methods return an HTTP::Response object. See the individual
method document for details. Methods which return orbital data on
success add a 'Pragma: spacetrack-type = orbit' header to the
HTTP::Response object if the request succeeds.

WWW:	http://search.cpan.org/dist/Astro-SpaceTrack/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Astro-SpaceTrack-0.022.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Astro-SpaceTrack
#	p5-Astro-SpaceTrack/pkg-descr
#	p5-Astro-SpaceTrack/Makefile
#	p5-Astro-SpaceTrack/pkg-plist
#	p5-Astro-SpaceTrack/distinfo
#
echo c - p5-Astro-SpaceTrack
mkdir -p p5-Astro-SpaceTrack > /dev/null 2>&1
echo x - p5-Astro-SpaceTrack/pkg-descr
sed 's/^X//' >p5-Astro-SpaceTrack/pkg-descr << 'END-of-p5-Astro-SpaceTrack/pkg-descr'
XThis package accesses the Space-Track web site,
Xhttp://www.space-track.org, and retrieves orbital data from this site.
XYou must register and get a username and password before you can make
Xuse of this package, and you must abide by the site's restrictions,
Xwhich include not making the data available to a third party.
X
XIn addition, the celestrak method queries http://celestrak.com/ for a
Xnamed data set, and then queries http://www.space-track.org/ for the
Xorbital elements of the objects in the data set.
X
XBeginning with version 0.017, there is provision for retrieval of
Xhistorical data.
X
XNothing is exported by default, but the shell method/subroutine can be
Xexported if you so desire.
X
XMost methods return an HTTP::Response object. See the individual
Xmethod document for details. Methods which return orbital data on
Xsuccess add a 'Pragma: spacetrack-type = orbit' header to the
XHTTP::Response object if the request succeeds.
X
XWWW:	http://search.cpan.org/dist/Astro-SpaceTrack/
END-of-p5-Astro-SpaceTrack/pkg-descr
echo x - p5-Astro-SpaceTrack/Makefile
sed 's/^X//' >p5-Astro-SpaceTrack/Makefile << 'END-of-p5-Astro-SpaceTrack/Makefile'
X# New ports collection makefile for:	p5-Astro-SpaceTrack
X# Date created:		2006-07-21
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Astro-SpaceTrack
XPORTVERSION=	0.022
XCATEGORIES=	astro perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Astro
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Retrieve orbital data from www.space-track.org
X
XRUN_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
X
XPERL_CONFIGURE=	yes
X
XMAN1=		SpaceTrack.1
XMAN3=		Astro::SpaceTrack.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600	# Inherited from www/p5-libwww
XIGNORE=		requires Perl 5.6.0 or newer.  Please install lang/perl5.8 and try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Astro-SpaceTrack/Makefile
echo x - p5-Astro-SpaceTrack/pkg-plist
sed 's/^X//' >p5-Astro-SpaceTrack/pkg-plist << 'END-of-p5-Astro-SpaceTrack/pkg-plist'
X@comment $FreeBSD$
Xbin/SpaceTrack
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SpaceTrack/.packlist
X%%SITE_PERL%%/Astro/SpaceTrack.pm
X%%SITE_PERL%%/Astro/SpaceTrack/Parser.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SpaceTrack
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro
X@dirrmtry %%SITE_PERL%%/Astro/SpaceTrack
X@dirrmtry %%SITE_PERL%%/Astro
END-of-p5-Astro-SpaceTrack/pkg-plist
echo x - p5-Astro-SpaceTrack/distinfo
sed 's/^X//' >p5-Astro-SpaceTrack/distinfo << 'END-of-p5-Astro-SpaceTrack/distinfo'
XMD5 (Astro-SpaceTrack-0.022.tar.gz) = 96889af361254d54d16ccd987f61afe2
XSHA256 (Astro-SpaceTrack-0.022.tar.gz) = 8cd2fb52ce385e9b7fd0e71c138038db70ca2750b4c2af6cbfb8345778128703
XSIZE (Astro-SpaceTrack-0.022.tar.gz) = 29674
END-of-p5-Astro-SpaceTrack/distinfo
exit
--- p5-Astro-SpaceTrack-0.022.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607201804.k6KI4E7N046257>