diff options
author | jeh <jeh@FreeBSD.org> | 2001-02-13 11:29:08 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-02-13 11:29:08 +0000 |
commit | 7586d18cc0eb07650918d1df9562a1ac4a712277 (patch) | |
tree | 0b1bd427dd8fa3684ed13ea252795565b53bf3f4 /astro | |
parent | 973b0f966966b1c5f668b423bd9a8b0d393a817d (diff) | |
download | FreeBSD-ports-7586d18cc0eb07650918d1df9562a1ac4a712277.zip FreeBSD-ports-7586d18cc0eb07650918d1df9562a1ac4a712277.tar.gz |
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>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/jday/Makefile | 23 | ||||
-rw-r--r-- | astro/jday/distinfo | 1 | ||||
-rw-r--r-- | astro/jday/pkg-comment | 1 | ||||
-rw-r--r-- | astro/jday/pkg-descr | 9 | ||||
-rw-r--r-- | astro/jday/pkg-plist | 4 |
6 files changed, 39 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 69bfac3..2383cc0 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -4,6 +4,7 @@ SUBDIR += dgpsip SUBDIR += ephem SUBDIR += glunarclock + SUBDIR += jday SUBDIR += luna SUBDIR += openuniverse SUBDIR += p5-Astro-MoonPhase diff --git a/astro/jday/Makefile b/astro/jday/Makefile new file mode 100644 index 0000000..9a1c5ee --- /dev/null +++ b/astro/jday/Makefile @@ -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> diff --git a/astro/jday/distinfo b/astro/jday/distinfo new file mode 100644 index 0000000..547fd0e --- /dev/null +++ b/astro/jday/distinfo @@ -0,0 +1 @@ +MD5 (jday-1.2.tar.gz) = 33f63d8e7880dc7f5181db280a243c4d diff --git a/astro/jday/pkg-comment b/astro/jday/pkg-comment new file mode 100644 index 0000000..dde26c6 --- /dev/null +++ b/astro/jday/pkg-comment @@ -0,0 +1 @@ +Convert calendar dates to and from astronomical julian dates diff --git a/astro/jday/pkg-descr b/astro/jday/pkg-descr new file mode 100644 index 0000000..ad63a46 --- /dev/null +++ b/astro/jday/pkg-descr @@ -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/ diff --git a/astro/jday/pkg-plist b/astro/jday/pkg-plist new file mode 100644 index 0000000..0687282 --- /dev/null +++ b/astro/jday/pkg-plist @@ -0,0 +1,4 @@ +bin/jday +bin/j2d +%%PORTDOCS%%share/doc/jday/README +%%PORTDOCS%%@dirrm share/doc/jday |