summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorwulf <wulf>2007-07-02 16:34:50 +0000
committerwulf <wulf>2007-07-02 16:34:50 +0000
commit27d5ee227a2f0ecf3dc2347d98734143b2ef9277 (patch)
tree04190ebe78157fcfe42e1557d57d469dd2538637 /ham
parente93a589f04d9f34e363d1acc6123fe508f3a509e (diff)
downloadpkgsrc-27d5ee227a2f0ecf3dc2347d98734143b2ef9277.tar.gz
Updated ham/gpredict to 0.8.0: No longer needs gnome1
Changes since last version: * allow 4 decimal digits for QTH long/lat * implementation of map selector with preview * implementation of manual time control * use simulated realtime for countdown till next AOS * allow running in realtime mode with time offset * many bugfixes and enhancements
Diffstat (limited to 'ham')
-rw-r--r--ham/gpredict/DESCR11
-rw-r--r--ham/gpredict/Makefile20
-rw-r--r--ham/gpredict/PLIST55
-rw-r--r--ham/gpredict/distinfo5
4 files changed, 91 insertions, 0 deletions
diff --git a/ham/gpredict/DESCR b/ham/gpredict/DESCR
new file mode 100644
index 00000000000..90ce55b6aba
--- /dev/null
+++ b/ham/gpredict/DESCR
@@ -0,0 +1,11 @@
+Gpredict is a satellite tracking program for Unix-like operating systems.
+Whilst still in its infancy it already sports some very useful features:
+
+ * Realtime satellite tracking
+ - using a world map displaying its footprints
+ - using a list showing current position and elevation
+ - AOS/LOS Time
+ - detailed satellite orbit data
+ - display of track plot
+ * Realtime antenna tracking control
+ * Control over radio equipment control by means of hamlib library
diff --git a/ham/gpredict/Makefile b/ham/gpredict/Makefile
new file mode 100644
index 00000000000..0c3edea1742
--- /dev/null
+++ b/ham/gpredict/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.12 2007/07/02 16:34:50 wulf Exp $
+
+DISTNAME= gpredict-0.8.0
+CATEGORIES= ham
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=groundstation/}
+
+MAINTAINER= wulf@NetBSD.org
+HOMEPAGE= http://groundstation.sourceforge.net/
+COMMENT= Gnome satellite tracking program
+
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake msgfmt pkg-config intltool
+USE_PKGLOCALEDIR=yes
+GNU_CONFIGURE= yes
+
+.include "../../devel/GConf2/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+#.include "../../ham/hamlib/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ham/gpredict/PLIST b/ham/gpredict/PLIST
new file mode 100644
index 00000000000..fdc65baa07d
--- /dev/null
+++ b/ham/gpredict/PLIST
@@ -0,0 +1,55 @@
+@comment $NetBSD: PLIST,v 1.7 2007/07/02 16:34:50 wulf Exp $
+bin/gpredict
+man/man1/gpredict.1
+share/gpredict/AUTHORS
+share/gpredict/COPYING
+share/gpredict/ChangeLog
+share/gpredict/NEWS
+share/gpredict/README
+share/gpredict/TODO
+share/gpredict/data/Amateur.mod
+share/gpredict/data/amateur.tle
+share/gpredict/data/cubesat.tle
+share/gpredict/data/galileo.tle
+share/gpredict/data/geo.tle
+share/gpredict/data/gps-ops.tle
+share/gpredict/data/iridium.tle
+share/gpredict/data/locations.dat
+share/gpredict/data/military.tle
+share/gpredict/data/radar.tle
+share/gpredict/data/sample.qth
+share/gpredict/data/science.tle
+share/gpredict/data/weather.tle
+share/pixmaps/gpredict/icons/gpredict-antenna.png
+share/pixmaps/gpredict/icons/gpredict-azel-small.png
+share/pixmaps/gpredict/icons/gpredict-calendar.png
+share/pixmaps/gpredict/icons/gpredict-clock-small.png
+share/pixmaps/gpredict/icons/gpredict-clock.png
+share/pixmaps/gpredict/icons/gpredict-crash.png
+share/pixmaps/gpredict/icons/gpredict-icon.png
+share/pixmaps/gpredict/icons/gpredict-layout-1.png
+share/pixmaps/gpredict/icons/gpredict-layout-2.png
+share/pixmaps/gpredict/icons/gpredict-layout-3.png
+share/pixmaps/gpredict/icons/gpredict-layout-4.png
+share/pixmaps/gpredict/icons/gpredict-mod-attach.png
+share/pixmaps/gpredict/icons/gpredict-mod-close.png
+share/pixmaps/gpredict/icons/gpredict-mod-config.png
+share/pixmaps/gpredict/icons/gpredict-mod-detach.png
+share/pixmaps/gpredict/icons/gpredict-mod-popup.png
+share/pixmaps/gpredict/icons/gpredict-notebook.png
+share/pixmaps/gpredict/icons/gpredict-oscilloscope.png
+share/pixmaps/gpredict/icons/gpredict-planner-small.png
+share/pixmaps/gpredict/icons/gpredict-planner.png
+share/pixmaps/gpredict/icons/gpredict-polar-small.png
+share/pixmaps/gpredict/icons/gpredict-sat-list.png
+share/pixmaps/gpredict/icons/gpredict-sat-pref.png
+share/pixmaps/gpredict/maps/earth_800.png
+share/pixmaps/gpredict/maps/nasa-topo_1024.jpg
+share/pixmaps/gpredict/maps/nasa-topo_1600.jpg
+share/pixmaps/gpredict/maps/nasa-topo_2048.jpg
+share/pixmaps/gpredict/maps/nasa-topo_800.png
+@dirrm share/pixmaps/gpredict/maps
+@dirrm share/pixmaps/gpredict/icons
+@dirrm share/pixmaps/gpredict
+@dirrm share/gpredict/data
+@dirrm share/gpredict
diff --git a/ham/gpredict/distinfo b/ham/gpredict/distinfo
new file mode 100644
index 00000000000..7196a4a02c4
--- /dev/null
+++ b/ham/gpredict/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.4 2007/07/02 16:34:51 wulf Exp $
+
+SHA1 (gpredict-0.8.0.tar.gz) = fa0b5367d4a2b5f71b5a53c685f7029987673bb7
+RMD160 (gpredict-0.8.0.tar.gz) = 2f5c206e0c7af0512130f69350a80bfa78968c2e
+Size (gpredict-0.8.0.tar.gz) = 2305701 bytes