Skip site navigation (1)Skip section navigation (2)
Date:      7 Oct 2001 02:30:50 -0000
From:      Joe Abley <jabley@automagic.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31093: new port "flyway"
Message-ID:  <20011007023050.83538.qmail@buffoon.automagic.org>

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

>Number:         31093
>Category:       ports
>Synopsis:       new port "flyway"
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 06 19:40:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Joe Abley
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD buffoon.automagic.org 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Wed Sep 19 23:42:19 EDT 2001 jabley@buffoon.automagic.org:/usr/obj/usr/src/sys/BUFFOON i386

>Description:

New port: flight planning software called "flyway" for pilots.
Suggest misc/flyway.

>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:
#
#	Makefile
#	distinfo
#	pkg-comment
#	pkg-descr
#	pkg-plist
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# New ports collection makefile for:	flyway
X# Date created:		Oct 8, 2001
X# Whom:			Joe Abley <jabley@automagic.org>
X#
X# $FreeBSD:$
X#
X
XPORTNAME=	flyway
XPORTVERSION=	0.2.0
XCATEGORIES=	misc
XMASTER_SITES=	http://www.xecu.net/dougbell/flyway/
X
XMAINTAINER=	jabley@automagic.org
X
XRUN_DEPENDS=	${LOCALBASE}/bin/pyuic:${PORTSDIR}/x11-toolkits/py-qt
X
XNO_BUILD=	yes
XNO_WRKSUBDIR=	yes
X
XUSE_QT_VER=	2
XUSE_PYTHON=	yes
X
Xdo-install:
X	${MKDIR} ${PREFIX}/libexec/flyway
X	${INSTALL} ${WRKSRC}/apt.dat ${WRKSRC}/fix.dat ${WRKSRC}/flycore.py \
X	  ${WRKSRC}/flyway.py \
X	  ${WRKSRC}/nav.dat ${WRKSRC}/option.py ${WRKSRC}/optiondlg.py \
X	  ${WRKSRC}/printpreview.py ${WRKSRC}/printpreview.py \
X	  ${WRKSRC}/recentfiles.py ${WRKSRC}/searchstr.py \
X	  ${WRKSRC}/textpaint.py ${WRKSRC}/tmpcontrol.py \
X	  ${WRKSRC}/units.py ${WRKSRC}/xpm.py ${PREFIX}/libexec/flyway
X	${LN} -s ${PREFIX}/libexec/flyway/flyway.py ${PREFIX}/bin/flyway
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${INSTALL_MAN} ${WRKSRC}/README.html ${PREFIX}/share/doc/flyway.html
X.endif
X
X.include <bsd.port.mk>
END-of-Makefile
echo x - distinfo
sed 's/^X//' >distinfo << 'END-of-distinfo'
XMD5 (flyway-0.2.0.tar.gz) = 9e1a0c989f38720012cf5e0f6693ccc8
END-of-distinfo
echo x - pkg-comment
sed 's/^X//' >pkg-comment << 'END-of-pkg-comment'
XX11 VFR/IFR Route Planner for Pilots
END-of-pkg-comment
echo x - pkg-descr
sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
XFlyWay is a VFR/IFR Route Planner for pilots, written by Doug Bell.
X
XWWW: http://www.xecu.net/dougbell/flyway/index.html
X
X-- Joe Abley
X   jabley@automagic.org
END-of-pkg-descr
echo x - pkg-plist
sed 's/^X//' >pkg-plist << 'END-of-pkg-plist'
X%%PORTDOCS%%share/doc/flyway.html
Xlibexec/flyway/apt.dat
Xlibexec/flyway/fix.dat
Xlibexec/flyway/flycore.py
Xlibexec/flyway/flyway.py
Xlibexec/flyway/nav.dat
Xlibexec/flyway/option.py
Xlibexec/flyway/optiondlg.py
Xlibexec/flyway/printpreview.py
Xlibexec/flyway/recentfiles.py
Xlibexec/flyway/searchstr.py
Xlibexec/flyway/textpaint.py
Xlibexec/flyway/tmpcontrol.py
Xlibexec/flyway/units.py
Xlibexec/flyway/xpm.py
Xbin/flyway
X@dirrm libexec/flyway
END-of-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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011007023050.83538.qmail>