Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ports/86161: New port: astro/stardates

0 views
Skip to first unread message

Henrik Brautaset Aronsen

unread,
Sep 15, 2005, 10:25:01 AM9/15/05
to FreeBSD-gn...@freebsd.org

>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: freebs...@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= freebs...@henrik.synth.no
XCOMMENT= Displays date in 5 formats (including stardate of course)
X
XAUTHOR= Andrew Main <zef...@fysh.org>
X
Xdo-install:
X ${INSTALL} ${WRKSRC}/stardate ${PREFIX}/bin/
X ${INSTALL_MAN} ${WRKSRC}/stardate.1 ${MAN1PREFIX}/man/man1/stardate.1
X
X.include <bsd.port.mk>
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 <zef...@fysh.org>
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 hen...@foetus.synth.no:/usr/obj/usr/src/sys/KJERNAMI i386

Anton Berezin

unread,
Sep 15, 2005, 10:46:52 AM9/15/05
to freebs...@henrik.synth.no, to...@freebsd.org, freebsd-p...@freebsd.org
Synopsis: New port: astro/stardates

State-Changed-From-To: open->feedback
State-Changed-By: tobez
State-Changed-When: Thu Sep 15 16:46:36 CEST 2005
State-Changed-Why:
+ ${CC} stardate.c > stardate

????


http://www.freebsd.org/cgi/query-pr.cgi?pr=86161

Anton Berezin

unread,
Sep 15, 2005, 10:50:14 AM9/15/05
to freebsd-p...@freebsd.org
The following reply was made to PR ports/86161; it has been noted by GNATS.

From: Anton Berezin <to...@tobez.org>
To: Henrik Brautaset Aronsen <freebs...@henrik.synth.no>
Cc: FreeBSD-gn...@FreeBSD.org
Subject: Re: ports/86161: New port: astro/stardates
Date: Thu, 15 Sep 2005 16:48:05 +0200

Also, the MAN1 is missing, which leads to broken plist.

--
An undefined problem has an infinite number of solutions.
-- Robert A. Humphrey

Henrik Brautaset Aronsen

unread,
Sep 15, 2005, 3:30:14 PM9/15/05
to freebsd-p...@freebsd.org
The following reply was made to PR ports/86161; it has been noted by GNATS.

From: Henrik Brautaset Aronsen <freebs...@henrik.synth.no>
To: bug-fo...@FreeBSD.org
Cc:
Subject: Re: ports/86161: New port: astro/stardates

Date: Thu, 15 Sep 2005 21:28:47 +0200

Sorry, I submitted an old shar file. The MAN1 and CC issues are solved in
this new archive.

Henrik



>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/Makefile
# stardates/files
# stardates/files/patch-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 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: freebs...@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= freebs...@henrik.synth.no
XCOMMENT= Displays date in 5 formats (including stardate of course)
X

XMAN1= stardate.1


X
XAUTHOR= Andrew Main <zef...@fysh.org>
X
Xdo-install:
X ${INSTALL} ${WRKSRC}/stardate ${PREFIX}/bin/
X ${INSTALL_MAN} ${WRKSRC}/stardate.1 ${MAN1PREFIX}/man/man1/stardate.1
X
X.include <bsd.port.mk>
END-of-stardates/Makefile

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 -o stardate


X+
X+clean:
X+ rm stardate
END-of-stardates/files/patch-Makefile

Pav Lucistnik

unread,
Sep 15, 2005, 7:57:53 PM9/15/05
to freebs...@henrik.synth.no, p...@freebsd.org, freebsd-p...@freebsd.org
Synopsis: New port: astro/stardates

State-Changed-From-To: feedback->closed
State-Changed-By: pav
State-Changed-When: Thu Sep 15 23:57:47 GMT 2005
State-Changed-Why:
New port added, thank you!

http://www.freebsd.org/cgi/query-pr.cgi?pr=86161

0 new messages