From jabley@buffoon.automagic.org  Sat Oct  6 19:30:51 2001
Return-Path: <jabley@buffoon.automagic.org>
Received: from buffoon.automagic.org (buffoon.automagic.org [208.185.30.208])
	by hub.freebsd.org (Postfix) with SMTP id 827A137B405
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Oct 2001 19:30:51 -0700 (PDT)
Received: (qmail 83539 invoked by uid 1000); 7 Oct 2001 02:30:50 -0000
Message-Id: <20011007023050.83538.qmail@buffoon.automagic.org>
Date: 7 Oct 2001 02:30:50 -0000
From: Joe Abley <jabley@automagic.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port "flyway"
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         31093
>Category:       ports
>Synopsis:       new port "flyway"
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    ade
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 06 19:40:01 PDT 2001
>Closed-Date:    Sat Apr 13 10:58:28 PDT 2002
>Last-Modified:  Sat Apr 13 10:58:28 PDT 2002
>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:
State-Changed-From-To: open->analyzed 
State-Changed-By: petef 
State-Changed-When: Sun Dec 2 03:31:46 PST 2001 
State-Changed-Why:  
Seems to be a problem with MASTER_SITES: 
State-Changed-From-To: analyzed->closed 
State-Changed-By: ade 
State-Changed-When: Sat Apr 13 10:58:00 PDT 2002 
State-Changed-Why:  
Timeout (4 months) in analyzed. 


Responsible-Changed-From-To: freebsd-ports->ade 
Responsible-Changed-By: ade 
Responsible-Changed-When: Sat Apr 13 10:58:00 PDT 2002 
Responsible-Changed-Why:  
My fault[tm] 

http://www.freebsd.org/cgi/query-pr.cgi?pr=31093 
>Unformatted:
 >> Attempting to fetch from http://www.xecu.net/dougbell/flyway/. 
 fetch: flyway-0.2.0.tar.gz: Not Found 
 
 
 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31093 
