pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

p5-Astro-SpaceTrack: update to 0.100.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Oct 17 11:47:38 2017 +0200
Changeset:	5ba41f516f31b315f071b2063cdf05ff7c0edba1

Modified Files:
	p5-Astro-SpaceTrack/Makefile
	p5-Astro-SpaceTrack/distinfo

Log Message:
p5-Astro-SpaceTrack: update to 0.100.

0.100		2017-10-12	T. R. Wyant
    Added Iridium status decayed ('[D]', portable status is 3 --
    BODY_STATUS_IS_DECAYED).

    Add iridium_status() format 'spacetrack'. Space Track has no idea
    whether a given satellite is in service or not, but does know
    whether it has decayed. So the status reported for a given OID is
    from Celestrak if it has it and the satellite is still in orbit.
    If a satellite is not in the Celestrak data but Space Track reports
    it as still in orbit, its status will be unknown ('[?]'), and its
    portable status will be tumbling.

    Add a hard-wired internal Iridium status table having the Space
    Track data. This is used to supplement data from other sources,
    since they typically drop a satellite once it has decayed.

    Add iridium_status() option -raw, which reports statuses
    un-supplemented by Celestrak or canned data to the extent this is
    possible. This option can be specified either command-line style
    (i.e. '-raw') or in a leading hash ref (i.e. '{ raw => 1 }'). This
    is in support of generating the above hard-wired table.

    Add script 'tools/all_iridium_classic', which queries Space Track
    for all Iridium satellites, and reports the status of the
    original-design Iridiums. This is for generating the canned status
    tables in Astro::SpaceTrack and Astro::Coord::ECI::TLE.

    Remove tests for iridium_status( 'mccants' ), since this is both
    unmaintained and deprecated.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5ba41f516f31b315f071b2063cdf05ff7c0edba1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-Astro-SpaceTrack/Makefile | 2 +-
 p5-Astro-SpaceTrack/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/p5-Astro-SpaceTrack/Makefile b/p5-Astro-SpaceTrack/Makefile
index 7d2d6a54af..38f6ed91ed 100644
--- a/p5-Astro-SpaceTrack/Makefile
+++ b/p5-Astro-SpaceTrack/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.3 2015/03/11 15:06:47 uccwen Exp $
 
-DISTNAME=	Astro-SpaceTrack-0.099
+DISTNAME=	Astro-SpaceTrack-0.100
 PKGNAME=	p5-${DISTNAME}
 CATEGORIES=	geography
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Astro/}
diff --git a/p5-Astro-SpaceTrack/distinfo b/p5-Astro-SpaceTrack/distinfo
index e5f5188037..fa5eeeaf6f 100644
--- a/p5-Astro-SpaceTrack/distinfo
+++ b/p5-Astro-SpaceTrack/distinfo
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.2 2015/03/11 15:06:47 uccwen Exp $
 
-SHA1 (Astro-SpaceTrack-0.099.tar.gz) = 831664fec43fd1306b7f12715f33f8e185c7c72f
-RMD160 (Astro-SpaceTrack-0.099.tar.gz) = 8cc3e21fde81343d486cf112abc804c3f8ca9f54
-SHA512 (Astro-SpaceTrack-0.099.tar.gz) = 000d768a0fe05db853f1301eb39f10985a20c8ffdda8da54fad67349ca7e29714d9bd9653ec23781d15074a223e175e9f27d727bc14ffc46e37d81addd9ff018
-Size (Astro-SpaceTrack-0.099.tar.gz) = 165036 bytes
+SHA1 (Astro-SpaceTrack-0.100.tar.gz) = be28439551ba1ebaf8d7f4e779e94f4e58a48040
+RMD160 (Astro-SpaceTrack-0.100.tar.gz) = db2b22440a48e87cf6ad5075bb7c44e464e51aaa
+SHA512 (Astro-SpaceTrack-0.100.tar.gz) = a6e4dbc7786a3d03d28726ec250289cf2fe4212a47c73fba059cdd1ee0b88e5bbb054fd3d1a2ab58d0cf6c31d9c332568b44f65f13f60a883492963f68378160
+Size (Astro-SpaceTrack-0.100.tar.gz) = 168954 bytes
 SHA1 (patch-eg_sh__script) = 771d262de7220ac0313f664a424c7340985b308f


Home | Main Index | Thread Index | Old Index