summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-14 14:35:12 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-14 14:35:12 +0000
commit2c8af1eba34c90fb4ab8d6bfe654241c3ea20d04 (patch)
treee4ca3206e7a8e5f0f100a5beef92b337eaf9050c /misc
parentAdd Guppi into RUN_DEPENDS, so that user gets graph plotting features right (diff)
add flyway 0.2.2
A VFR/IFR Route Planner for Pilots
Notes
Notes: svn path=/head/; revision=56075
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/flyway/Makefile32
-rw-r--r--misc/flyway/distinfo1
-rw-r--r--misc/flyway/pkg-comment1
-rw-r--r--misc/flyway/pkg-descr8
-rw-r--r--misc/flyway/pkg-plist19
6 files changed, 62 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index abb737f75e01..4fb440d6361b 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -74,6 +74,7 @@
SUBDIR += figlet
SUBDIR += figlet-fonts
SUBDIR += findutils
+ SUBDIR += flyway
SUBDIR += fortuneit
SUBDIR += freedialog
SUBDIR += ftree
diff --git a/misc/flyway/Makefile b/misc/flyway/Makefile
new file mode 100644
index 000000000000..db5529f694de
--- /dev/null
+++ b/misc/flyway/Makefile
@@ -0,0 +1,32 @@
+# ex:ts=8
+# Ports collection makefile for: flyway
+# Date created: Mar 14, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= flyway
+PORTVERSION= 0.2.2
+CATEGORIES= misc python
+MASTER_SITES= http://www.xecu.net/dougbell/flyway/
+
+MAINTAINER= ports@FreeBSD.org
+
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/qt.py:${PORTSDIR}/x11-toolkits/py-qt
+
+USE_PYTHON= yes
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+
+do-install:
+ @${MKDIR} ${PYTHON_SITELIBDIR}/${PORTNAME}
+ ${CP} ${WRKSRC}/*.py ${PYTHON_SITELIBDIR}/${PORTNAME}
+ ${CP} ${WRKSRC}/*.dat ${PYTHON_SITELIBDIR}/${PORTNAME}
+ @${LN} -sf ${PYTHON_SITELIBDIR}/${PORTNAME}/flyway.py ${PREFIX}/bin/flyway
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${CP} ${WRKSRC}/README.html ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/misc/flyway/distinfo b/misc/flyway/distinfo
new file mode 100644
index 000000000000..17b870bc36ed
--- /dev/null
+++ b/misc/flyway/distinfo
@@ -0,0 +1 @@
+MD5 (flyway-0.2.2.tar.gz) = a4eabec6da80935936f5000b7184252d
diff --git a/misc/flyway/pkg-comment b/misc/flyway/pkg-comment
new file mode 100644
index 000000000000..ede433474087
--- /dev/null
+++ b/misc/flyway/pkg-comment
@@ -0,0 +1 @@
+A VFR/IFR Route Planner for Pilots
diff --git a/misc/flyway/pkg-descr b/misc/flyway/pkg-descr
new file mode 100644
index 000000000000..0aee7635886b
--- /dev/null
+++ b/misc/flyway/pkg-descr
@@ -0,0 +1,8 @@
+Flyway allows the user to find and enter U.S. waypoints (airports, navaids,
+and fixes), then it calculates courses, wind corrections, and travel times.
+Information about the waypoints is provided (including frequencies, elevation,
+fuel availability, and runway descriptions). The route data can also be used
+to fill in an editable FAA Flight Plan form, and a very rough map of the
+route can be displayed.
+
+WWW: http://www.xecu.net/dougbell/flyway/
diff --git a/misc/flyway/pkg-plist b/misc/flyway/pkg-plist
new file mode 100644
index 000000000000..423a53768783
--- /dev/null
+++ b/misc/flyway/pkg-plist
@@ -0,0 +1,19 @@
+bin/flyway
+lib/%%PYTHON_VERSION%%/site-packages/flyway/apt.dat
+lib/%%PYTHON_VERSION%%/site-packages/flyway/fix.dat
+lib/%%PYTHON_VERSION%%/site-packages/flyway/flycore.py
+lib/%%PYTHON_VERSION%%/site-packages/flyway/flyway.py
+lib/%%PYTHON_VERSION%%/site-packages/flyway/helpview.py
+lib/%%PYTHON_VERSION%%/site-packages/flyway/nav.dat
+lib/%%PYTHON_VERSION%%/site-packages/flyway/option.py
+lib/%%PYTHON_VERSION%%/site-packages/flyway/optiondlg.py
+lib/%%PYTHON_VERSION%%/site-packages/flyway/printpreview.py
+lib/%%PYTHON_VERSION%%/site-packages/flyway/recentfiles.py
+lib/%%PYTHON_VERSION%%/site-packages/flyway/searchstr.py
+lib/%%PYTHON_VERSION%%/site-packages/flyway/textpaint.py
+lib/%%PYTHON_VERSION%%/site-packages/flyway/tmpcontrol.py
+lib/%%PYTHON_VERSION%%/site-packages/flyway/units.py
+lib/%%PYTHON_VERSION%%/site-packages/flyway/xpm.py
+@dirrm lib/%%PYTHON_VERSION%%/site-packages/flyway
+%%PORTDOCS%%share/doc/flyway/README.html
+%%PORTDOCS%%@dirrm share/doc/flyway