Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

11
ham/gpredict/DESCR Normal file
View File

@@ -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

27
ham/gpredict/Makefile Normal file
View File

@@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.35 2013/06/06 12:54:36 wiz Exp $
DISTNAME= gpredict-0.8.0
PKGREVISION= 19
CATEGORIES= ham
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=groundstation/}
MAINTAINER= pkgsrc-users@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
# needed for gpredict-0.8.0 and gtk2-2.20 -- remove on next update!
BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED
BUILDLINK_TRANSFORM+= rm:-DGDK_DISABLE_DEPRECATED
BUILDLINK_TRANSFORM+= rm:-DGDK_PIXBUF_DISABLE_DEPRECATED
BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
.include "../../devel/GConf/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
#.include "../../ham/hamlib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

50
ham/gpredict/PLIST Normal file
View File

@@ -0,0 +1,50 @@
@comment $NetBSD: PLIST,v 1.8 2009/06/14 18:00:34 joerg 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

6
ham/gpredict/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.5 2007/10/05 22:52:19 joerg 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
SHA1 (patch-aa) = 6f1cfbd53a457b107c380562d90d9c9be07e3661

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-aa,v 1.3 2007/10/05 22:52:19 joerg Exp $
--- src/Makefile.in.orig 2007-10-05 21:59:08.000000000 +0000
+++ src/Makefile.in
@@ -267,7 +267,6 @@ INCLUDES = \
-DG_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED \
-DGDK_PIXBUF_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
-DDATADIR=\""$(datadir)"\" \
-DPACKAGE_DATA_DIR=\""$(datadir)/gpredict"\" \
-DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/gpredict"\" \