From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 15 14:30:25 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1470416A420 for ; Thu, 15 Sep 2005 14:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 596DC43D70 for ; Thu, 15 Sep 2005 14:30:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8FEUELQ018457 for ; Thu, 15 Sep 2005 14:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8FEUEGB018454; Thu, 15 Sep 2005 14:30:14 GMT (envelope-from gnats) Resent-Date: Thu, 15 Sep 2005 14:30:14 GMT Resent-Message-Id: <200509151430.j8FEUEGB018454@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Henrik Brautaset Aronsen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29E2816A422 for ; Thu, 15 Sep 2005 14:25:05 +0000 (GMT) (envelope-from henrik@foetus.synth.no) Received: from foetus.synth.no (synth.no [195.139.204.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C82D43D45 for ; Thu, 15 Sep 2005 14:25:03 +0000 (GMT) (envelope-from henrik@foetus.synth.no) Received: from foetus.synth.no (henrik@localhost [127.0.0.1]) by foetus.synth.no (8.13.4/8.13.4/synth) with ESMTP id j8FEP1Gs012902 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 15 Sep 2005 16:25:02 +0200 (CEST) (envelope-from henrik@foetus.synth.no) Received: (from henrik@localhost) by foetus.synth.no (8.13.4/8.12.3/Submit) id j8FEP1IG012901; Thu, 15 Sep 2005 16:25:01 +0200 (CEST) (envelope-from henrik) Message-Id: <200509151425.j8FEP1IG012901@foetus.synth.no> Date: Thu, 15 Sep 2005 16:25:01 +0200 (CEST) From: Henrik Brautaset Aronsen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/86161: New port: astro/stardates X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 14:30:25 -0000 >Number: 86161 >Category: ports >Synopsis: New port: astro/stardates >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 15 14:30:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Henrik Brautaset Aronsen >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: >Description: New port: astro/stardates Displays date in 5 formats (including stardate of course) >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: # # stardates # stardates/distinfo # stardates/files # stardates/files/patch-Makefile # stardates/Makefile # stardates/pkg-descr # stardates/pkg-plist # echo c - stardates mkdir -p stardates > /dev/null 2>&1 echo x - stardates/distinfo sed 's/^X//' >stardates/distinfo << 'END-of-stardates/distinfo' XMD5 (stardates-1.6.1.tar.gz) = 266e8671fdea2048f7d99f0e5338d156 XSIZE (stardates-1.6.1.tar.gz) = 15610 END-of-stardates/distinfo echo c - stardates/files mkdir -p stardates/files > /dev/null 2>&1 echo x - stardates/files/patch-Makefile sed 's/^X//' >stardates/files/patch-Makefile << 'END-of-stardates/files/patch-Makefile' Xdiff -urN Makefile.orig Makefile X--- Makefile.orig Thu Jan 1 01:00:00 1970 X+++ Makefile Thu Sep 15 15:11:50 2005 X@@ -0,0 +1,7 @@ X+all: default X+ X+default: X+ ${CC} stardate.c > stardate X+ X+clean: X+ rm stardate END-of-stardates/files/patch-Makefile echo x - stardates/Makefile sed 's/^X//' >stardates/Makefile << 'END-of-stardates/Makefile' X# New ports collection makefile for: stardates X# Date created: 15 September 2005 X# Whom: freebsd-ports@henrik.synth.no X# X# $FreeBSD$ X# X XPORTNAME= stardates XPORTVERSION= 1.6.1 XCATEGORIES= astro XMASTER_SITES= ftp://ftp.cc.umanitoba.ca/startrek/stardates-pgms/ \ X http://trek.starshine.org/downlink/utilities/ \ X http://trek-stage.parts-unknown.org/downlink/ X XMAINTAINER= freebsd-ports@henrik.synth.no XCOMMENT= Displays date in 5 formats (including stardate of course) X XAUTHOR= Andrew Main X Xdo-install: X ${INSTALL} ${WRKSRC}/stardate ${PREFIX}/bin/ X ${INSTALL_MAN} ${WRKSRC}/stardate.1 ${MAN1PREFIX}/man/man1/stardate.1 X X.include END-of-stardates/Makefile echo x - stardates/pkg-descr sed 's/^X//' >stardates/pkg-descr << 'END-of-stardates/pkg-descr' XDisplays date in 5 formats (including stardate of course) X XAuthor: Andrew Main END-of-stardates/pkg-descr echo x - stardates/pkg-plist sed 's/^X//' >stardates/pkg-plist << 'END-of-stardates/pkg-plist' Xbin/stardate END-of-stardates/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: >System: FreeBSD foetus.synth.no 4.10-STABLE FreeBSD 4.10-STABLE #3: Mon Sep 20 15:21:19 CEST 2004 henrik@foetus.synth.no:/usr/obj/usr/src/sys/KJERNAMI i386