Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Dec 2000 21:13:37 -0800 (PST)
From:      kew@icehouse.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23245: new port
Message-ID:  <200012030513.eB35Db402126@mars.walker.dom>

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

>Number:         23245
>Category:       ports
>Synopsis:       new port
>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:   Sat Dec 02 21:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Keith Walker
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

	

>Description:

	

>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:
#
#	sscalc/Makefile
#	sscalc/pkg-descr
#	sscalc/pkg-plist
#	sscalc/pkg-comment
#	sscalc/distinfo
#
echo x - sscalc/Makefile
sed 's/^X//' >sscalc/Makefile << 'END-of-sscalc/Makefile'
X# New ports collection makefile for: 	sscalc
X# Date created:				Wed Nov 29 15:08:00 PST 2000
X# Whom:					Keith Walker <kew@icehouse.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	sscalc
XPORTVERSION=	1.0
XCATEGORIES=	astro
XMASTER_SITES=	http://www.icehouse.net/kew/
X
XMAINTAINER=	kew@icehouse.net
X
Xpre-fetch:
X.if !defined(LAT)
X	@${ECHO_MSG} "Type \"make LAT=<nnn.nn> LON=<nnn.nn>\" to hardwire your site"
X.else
X	@${ECHO_MSG} "Compiling in lat/longs"
X.endif
X
Xpost-install:
X	@strip ${PREFIX}/bin/sscalc
X	@${MKDIR} ${PREFIX}/share/doc/sscalc
X	${INSTALL_DATA} ${WRKSRC}/cities.txt ${PREFIX}/share/doc/sscalc
X	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sscalc
X
X.include <bsd.port.mk>
END-of-sscalc/Makefile
echo x - sscalc/pkg-descr
sed 's/^X//' >sscalc/pkg-descr << 'END-of-sscalc/pkg-descr'
XThis is sscalc, a sunrise/sunset time calculator, ported to C.
XYou can find the sunrise and sunset times for anywhere in the world
Xas long as you know the latitude and longitude of the location.
X
XThe program is a port of the Javascript program located at
Xhttp://www.srrb.noaa.gov/highlights/sunrise/gen.html
X
XThe page was written by Aaron Horiuchi, Chris Lehman and Chris
XCornwall.
END-of-sscalc/pkg-descr
echo x - sscalc/pkg-plist
sed 's/^X//' >sscalc/pkg-plist << 'END-of-sscalc/pkg-plist'
Xbin/sscalc
Xshare/doc/sscalc/cities.txt
Xshare/doc/sscalc/README
X@dirrm share/doc/sscalc
END-of-sscalc/pkg-plist
echo x - sscalc/pkg-comment
sed 's/^X//' >sscalc/pkg-comment << 'END-of-sscalc/pkg-comment'
XA sunrise/sunset time calculator
END-of-sscalc/pkg-comment
echo x - sscalc/distinfo
sed 's/^X//' >sscalc/distinfo << 'END-of-sscalc/distinfo'
XMD5 (sscalc-1.0.tar.gz) = e3777b9b3031af7215c514fc3c0665b3
END-of-sscalc/distinfo
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?200012030513.eB35Db402126>