Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2000 21:00:48 +0100 (CET)
From:      Christian Weisgerber <naddy@mips.inka.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23142: New: astro/jday
Message-ID:  <200011272000.eARK0mJ98832@kemoauc.mips.inka.de>

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

>Number:         23142
>Category:       ports
>Synopsis:       New: astro/jday
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 27 12:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Christian Weisgerber
>Release:        FreeBSD 5.0-CURRENT alpha
>Organization:
>Environment:

>Description:

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/

>How-To-Repeat:

>Fix:

# 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:
#
#	jday
#	jday/Makefile
#	jday/pkg-comment
#	jday/distinfo
#	jday/pkg-descr
#	jday/pkg-plist
#
echo c - jday
mkdir -p jday > /dev/null 2>&1
echo x - jday/Makefile
sed 's/^X//' >jday/Makefile << 'END-of-jday/Makefile'
X# New ports collection makefile for:   jday
X# Date created:                2000-11-27
X# Whom:                        Christian Weisgerber <naddy@mips.inka.de>
X#
X# $FreeBSD$
X
XPORTNAME=	jday
XPORTVERSION= 	1.2
XCATEGORIES=	astro
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	jday
X
XMAINTAINER=	naddy@mips.inka.de
X
XGNU_CONFIGURE=	yes
X
Xpost-install:
X	${MKDIR} ${PREFIX}/share/doc/jday
X	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jday
X
X.include <bsd.port.mk>
END-of-jday/Makefile
echo x - jday/pkg-comment
sed 's/^X//' >jday/pkg-comment << 'END-of-jday/pkg-comment'
XConvert calendar dates to and from astronomical julian dates
END-of-jday/pkg-comment
echo x - jday/distinfo
sed 's/^X//' >jday/distinfo << 'END-of-jday/distinfo'
XMD5 (jday-1.2.tar.gz) = 33f63d8e7880dc7f5181db280a243c4d
END-of-jday/distinfo
echo x - jday/pkg-descr
sed 's/^X//' >jday/pkg-descr << 'END-of-jday/pkg-descr'
XThe jday binary can be used to convert calendar dates to astronomical
Xjulian dates.  This number is useful for a variety of purposes.
XEspecially related to calculating elapsed time between instances
Xover large or short periods of time.
X
XThe associated j2d binary can convert julian dates to calendar
Xdates.
X
XWWW: http://jday.sourceforge.net/
END-of-jday/pkg-descr
echo x - jday/pkg-plist
sed 's/^X//' >jday/pkg-plist << 'END-of-jday/pkg-plist'
Xbin/jday
Xbin/j2d
Xshare/doc/jday/README
X@dirrm share/doc/jday
END-of-jday/pkg-plist
exit


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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