mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
New Port: astro/jday
The jday binary can be used to convert calendar dates to astronomical julian dates. This number is useful for a variety of purposes. Especially related to calculating elapsed time between instances over large or short periods of time. PR: 23142 Submitted by: Christian Weisgerber <naddy@mips.inka.de>
This commit is contained in:
parent
7bf8e1d6ec
commit
8d68144ab1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38299
@ -4,6 +4,7 @@
|
||||
SUBDIR += dgpsip
|
||||
SUBDIR += ephem
|
||||
SUBDIR += glunarclock
|
||||
SUBDIR += jday
|
||||
SUBDIR += luna
|
||||
SUBDIR += openuniverse
|
||||
SUBDIR += p5-Astro-MoonPhase
|
||||
|
23
astro/jday/Makefile
Normal file
23
astro/jday/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: jday
|
||||
# Date created: 2000-11-27
|
||||
# Whom: Christian Weisgerber <naddy@mips.inka.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jday
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= jday
|
||||
|
||||
MAINTAINER= naddy@mips.inka.de
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/jday
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jday
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
astro/jday/distinfo
Normal file
1
astro/jday/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (jday-1.2.tar.gz) = 33f63d8e7880dc7f5181db280a243c4d
|
1
astro/jday/pkg-comment
Normal file
1
astro/jday/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Convert calendar dates to and from astronomical julian dates
|
9
astro/jday/pkg-descr
Normal file
9
astro/jday/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
The jday binary can be used to convert calendar dates to astronomical
|
||||
julian dates. This number is useful for a variety of purposes.
|
||||
Especially related to calculating elapsed time between instances
|
||||
over large or short periods of time.
|
||||
|
||||
The associated j2d binary can convert julian dates to calendar
|
||||
dates.
|
||||
|
||||
WWW: http://jday.sourceforge.net/
|
4
astro/jday/pkg-plist
Normal file
4
astro/jday/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/jday
|
||||
bin/j2d
|
||||
%%PORTDOCS%%share/doc/jday/README
|
||||
%%PORTDOCS%%@dirrm share/doc/jday
|
Loading…
Reference in New Issue
Block a user