summaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-11 03:40:09 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-11 03:40:09 +0800
commitfc6592a4e3451b0f900b39eb2f4e9f422e8393f4 (patch)
treea2a5f58b68e0dcd390896d683fbf542f2fac146b /comms
parentcd7e0a3be4084a5b6b705481ba4805dc84eb3bc8 (diff)
downloadmarcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar.gz
marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar.zst
marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.zip
Fix the build with new gtk20.
Reported by: pointyhat-exp git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9744 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'comms')
-rw-r--r--comms/grig/Makefile30
-rw-r--r--comms/grig/distinfo3
-rw-r--r--comms/grig/pkg-descr13
-rw-r--r--comms/grig/pkg-plist14
-rw-r--r--comms/xdx/Makefile28
-rw-r--r--comms/xdx/distinfo3
-rw-r--r--comms/xdx/pkg-descr8
-rw-r--r--comms/xdx/pkg-plist28
8 files changed, 127 insertions, 0 deletions
diff --git a/comms/grig/Makefile b/comms/grig/Makefile
new file mode 100644
index 000000000..eca87c163
--- /dev/null
+++ b/comms/grig/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: grig
+# Date created: 2004-01-22
+# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
+#
+# $FreeBSD$
+#
+
+PORTNAME= grig
+PORTVERSION= 0.7.2
+PORTREVISION= 1
+CATEGORIES= comms hamradio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= groundstation
+
+MAINTAINER= matt@chronos.org.uk
+COMMENT= Amateur Radio control front-end
+
+LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib
+
+USE_GNOME= gtk20
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+MAN1= grig.1
+
+post-patch:
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|-D.*_DISABLE_DEPRECATED||g'
+
+.include <bsd.port.mk>
diff --git a/comms/grig/distinfo b/comms/grig/distinfo
new file mode 100644
index 000000000..cc064c26a
--- /dev/null
+++ b/comms/grig/distinfo
@@ -0,0 +1,3 @@
+MD5 (grig-0.7.2.tar.gz) = c83fd4b8b32ca84a4021e8afad6f9b64
+SHA256 (grig-0.7.2.tar.gz) = b902f56a8bc287048fcbacbb331cab906b221f81696a1317973c505c870b1b51
+SIZE (grig-0.7.2.tar.gz) = 494153
diff --git a/comms/grig/pkg-descr b/comms/grig/pkg-descr
new file mode 100644
index 000000000..3977841cd
--- /dev/null
+++ b/comms/grig/pkg-descr
@@ -0,0 +1,13 @@
+Grig is a graphical front-end to the Ham Radio libraries
+written using Gtk+ and Gnome widgets by Alexandru Csete.
+
+Part of the grounstation suite, it purpose is to control
+an amateur radio transceiver from X. It supports any of
+the transceivers that hamlib supports, including rpc.rigd
+over the network.
+
+The groundstation suite comprises Gnome-rig and Gnome-predict
+and is intended to provide a low-cost amateur radio station
+with the facilities of a high-end satellite station.
+
+WWW: http://groundstation.sourceforge.net/
diff --git a/comms/grig/pkg-plist b/comms/grig/pkg-plist
new file mode 100644
index 000000000..d9efd004c
--- /dev/null
+++ b/comms/grig/pkg-plist
@@ -0,0 +1,14 @@
+bin/grig
+%%DATADIR%%/AUTHORS
+%%DATADIR%%/COPYING
+%%DATADIR%%/ChangeLog
+%%DATADIR%%/NEWS
+%%DATADIR%%/README
+share/pixmaps/grig/digits_normal.png
+share/pixmaps/grig/digits_small.png
+share/pixmaps/grig/grig-logo.png
+share/pixmaps/grig/ic910.png
+share/pixmaps/grig/smeter.png
+@dirrm share/pixmaps/grig
+@dirrm %%DATADIR%%
+@dirrmtry locale
diff --git a/comms/xdx/Makefile b/comms/xdx/Makefile
new file mode 100644
index 000000000..ca9b14d0d
--- /dev/null
+++ b/comms/xdx/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: xdx
+# Date created: 2004-05-21
+# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xdx
+PORTVERSION= 2.2
+PORTREVISION= 1
+CATEGORIES= comms hamradio
+MASTER_SITES= http://pg4i.chronos.org.uk/download/ \
+ http://www.qsl.net/pg4i/download/
+
+MAINTAINER= matt@chronos.org.uk
+COMMENT= Amateur Radio DX cluster monitor
+
+USE_GNOME= gtk20
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+MAN1= xdx.1
+
+post-patch:
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|-D.*_DISABLE_DEPRECATED||g'
+
+.include <bsd.port.mk>
diff --git a/comms/xdx/distinfo b/comms/xdx/distinfo
new file mode 100644
index 000000000..93221f7c1
--- /dev/null
+++ b/comms/xdx/distinfo
@@ -0,0 +1,3 @@
+MD5 (xdx-2.2.tar.gz) = 7085fc49eacdf12f7ebaad08a2c37892
+SHA256 (xdx-2.2.tar.gz) = 312c3fa69221124e04b6e47b81b515a1706ebed54e5ff181da57ef2aade75834
+SIZE (xdx-2.2.tar.gz) = 253015
diff --git a/comms/xdx/pkg-descr b/comms/xdx/pkg-descr
new file mode 100644
index 000000000..4a617d99b
--- /dev/null
+++ b/comms/xdx/pkg-descr
@@ -0,0 +1,8 @@
+Xdx is a client to connect to a DX-cluster. Dx messages will be
+displayed in a list, announcements will go to a text widget.
+
+As well as the usual functions, if you have hamlib installed
+it can control the radio and set the frequency simply by double
+clicking a DX-spot (using rigctl).
+
+WWW: http://pg4i.chronos.org.uk/linux/xdx.html
diff --git a/comms/xdx/pkg-plist b/comms/xdx/pkg-plist
new file mode 100644
index 000000000..cbf7b492e
--- /dev/null
+++ b/comms/xdx/pkg-plist
@@ -0,0 +1,28 @@
+bin/xdx
+share/applications/Xdx.desktop
+%%DATADIR%%/MANUAL
+%%DATADIR%%/MANUAL.es
+%%DATADIR%%/MANUAL.fr
+%%DATADIR%%/MANUAL.nl
+%%DATADIR%%/MANUAL.pl
+%%DATADIR%%/pixmaps/bigsmile.png
+%%DATADIR%%/pixmaps/cry.png
+%%DATADIR%%/pixmaps/sad.png
+%%DATADIR%%/pixmaps/smile.png
+%%DATADIR%%/pixmaps/wink.png
+%%DATADIR%%/pixmaps/xdx-logo.png
+%%DATADIR%%/pixmaps/xdx-logo.xcf
+%%DATADIR%%/pixmaps/xdx.png
+%%DATADIR%%/pixmaps/xdx.xcf
+%%DATADIR%%/pixmaps/xdx.xpm
+%%DATADIR%%/sounds/attention.wav
+%%DATADIR%%/wwv.gnuplot
+%%DATADIR%%/wwv.gnuplot~
+share/locale/es/LC_MESSAGES/xdx.mo
+share/locale/fr/LC_MESSAGES/xdx.mo
+share/locale/nl/LC_MESSAGES/xdx.mo
+share/locale/pl/LC_MESSAGES/xdx.mo
+@dirrm %%DATADIR%%/sounds
+@dirrm %%DATADIR%%/pixmaps
+@dirrm %%DATADIR%%
+@dirrmtry share/applications