From owner-freebsd-ports Mon Nov 27 12:40: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3D5537B4C5 for ; Mon, 27 Nov 2000 12:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA64221; Mon, 27 Nov 2000 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id AF3C737B4D7 for ; Mon, 27 Nov 2000 12:31:42 -0800 (PST) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 140Uw8-0002tB-00; Mon, 27 Nov 2000 21:31:40 +0100 Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.11.0/8.11.0) id eARK0mJ98832; Mon, 27 Nov 2000 21:00:48 +0100 (CET) (envelope-from naddy) Message-Id: <200011272000.eARK0mJ98832@kemoauc.mips.inka.de> Date: Mon, 27 Nov 2000 21:00:48 +0100 (CET) From: Christian Weisgerber Reply-To: naddy@mips.inka.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/23142: New: astro/jday Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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