ports/68283: New port: comms/predict amateur radio satellite tracking program
Diane Bruce
db at db.net
Thu Jun 24 16:20:15 UTC 2004
>Number: 68283
>Category: ports
>Synopsis: New port: comms/predict amateur radio satellite tracking program
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Jun 24 16:20:03 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Diane Bruce
>Release: FreeBSD 5.2.1-RELEASE i386
>Organization:
Diane Bruce
>Environment:
System: FreeBSD night.db.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Wed Feb 25 22:33:42 EST 2004 root at night.db.net:/usr/src/sys/i386/compile/NIGHT i386
>Description:
New Port comms/predict
>How-To-Repeat:
>Fix:
--- predict-port.shar begins here ---
# 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:
#
# predict-port
# predict-port/Makefile
# predict-port/pkg-descr
# predict-port/pkg-plist
# predict-port/distinfo
# predict-port/files
# predict-port/files/predict.h
# predict-port/files/Makefile
#
echo c - predict-port
mkdir -p predict-port > /dev/null 2>&1
echo x - predict-port/Makefile
sed 's/^X//' >predict-port/Makefile << 'END-of-predict-port/Makefile'
X# ports collection makefile for: predict
X# Date created: 11 February 2004
X# Whom: db
X#
X# $FreeBSD$
X#
X
XPORTNAME= predict
XPORTVERSION= 2.2.2
XCATEGORIES= comms
XMASTER_SITES= ftp://ftp.amsat.org/amsat/software/Linux/
XDIST_SUBDIR= ${PORTNAME}
X
XMAINTAINER= db at db.net
XCOMMENT= Satellite tracking program for amateur radio satellites
X
XINSTALL_TARGET= install install.man
X
Xpost-patch:
X ${CP} ${FILESDIR}/predict.h ${WRKSRC}
X ${CP} ${FILESDIR}/Makefile ${WRKSRC}
X
XMAN1= predict.1
XMANCOMPRESSED= no
X
X.include <bsd.port.mk>
END-of-predict-port/Makefile
echo x - predict-port/pkg-descr
sed 's/^X//' >predict-port/pkg-descr << 'END-of-predict-port/pkg-descr'
XThis is a satellite tracking program for amateur radio satellites.
XWritten by John A. Magliacane, KD2BD
X
XWWW: http://www.qsl.net/kd2bd/predict.html
X
X- Diane Bruce, VA3DB
Xdb at db.net
END-of-predict-port/pkg-descr
echo x - predict-port/pkg-plist
sed 's/^X//' >predict-port/pkg-plist << 'END-of-predict-port/pkg-plist'
Xbin/predict
END-of-predict-port/pkg-plist
echo x - predict-port/distinfo
sed 's/^X//' >predict-port/distinfo << 'END-of-predict-port/distinfo'
XMD5 (predict/predict-2.2.2.tar.gz) = 2512bc6b584ece66de027e46f114ab53
XSIZE (predict/predict-2.2.2.tar.gz) = 1637893
END-of-predict-port/distinfo
echo c - predict-port/files
mkdir -p predict-port/files > /dev/null 2>&1
echo x - predict-port/files/predict.h
sed 's/^X//' >predict-port/files/predict.h << 'END-of-predict-port/files/predict.h'
Xchar *predictpath={"/usr/local/bin/predict"}, soundcard=1, *version={"2.2.2"};
END-of-predict-port/files/predict.h
echo x - predict-port/files/Makefile
sed 's/^X//' >predict-port/files/Makefile << 'END-of-predict-port/files/Makefile'
X.ifndef CC
XCC = -cc
X.endif
X.ifndef CPPFLAGS
XCPPFLAGS =
X.endif
X.ifndef CFLAGS
XCFLAGS = -O2
X.endif
X
Xdefault: all
X
Xall: predict
X
XSRCS = \
X predict.c
X
XOBJS = ${SRCS:.c=.o}
XLIBS = -lm -lncurses -pthread -o predict
X#
X#
XHDRS = predict.h
X
Xpredict: ${OBJS} ${HDRS}
X ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS}
X
X.c.o:
X ${CC} ${CPPFLAGS} ${CFLAGS} -c $<
X
X,v.c:
X co $<
X
Xclean:
X rm -f *.o predict *core *~ \#* *.txt
X
Xinstall:
X echo INSTALL
X install predict ${PREFIX}/bin
X
Xinstall.man:
X install docs/man/predict.1 ${PREFIX}/man/man1
X
X.PHONY: clean build
END-of-predict-port/files/Makefile
exit
--- predict-port.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list