diff options
author | shurd <shurd@FreeBSD.org> | 2015-01-07 20:16:26 +0800 |
---|---|---|
committer | shurd <shurd@FreeBSD.org> | 2015-01-07 20:16:26 +0800 |
commit | 3af0b1e081f9b0738cc65e9e4521ab7e1fc1be9b (patch) | |
tree | 83ab7b07a849aa6f83d6d2ece12119a79d8aae73 | |
parent | d5e50c78c6d7252afed3397f93a0c3cc549e7d00 (diff) | |
download | freebsd-ports-gnome-3af0b1e081f9b0738cc65e9e4521ab7e1fc1be9b.tar.gz freebsd-ports-gnome-3af0b1e081f9b0738cc65e9e4521ab7e1fc1be9b.tar.zst freebsd-ports-gnome-3af0b1e081f9b0738cc65e9e4521ab7e1fc1be9b.zip |
Ressurect comms/qtel as a slave port of comms/svxlink
QTel is an open-source echolink client using Qt.
This allows a pkg of svxlink to not require Qt, but sill allows QTel to be
installed via pkg.
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/qtel/Makefile | 19 | ||||
-rw-r--r-- | comms/qtel/pkg-descr | 4 | ||||
-rw-r--r-- | comms/qtel/pkg-plist | 21 |
5 files changed, 45 insertions, 1 deletions
@@ -4458,7 +4458,6 @@ comms/kmobiletools||2013-07-26|Has expired: Depends on Qt 3.x comms/kpsk||2013-07-26|Has expired: Depends on Qt 3.x comms/ktrack||2013-07-26|Has expired: Depends on Qt 3.x comms/linpsk||2013-07-26|Has expired: Depends on Qt 3.x -comms/qtel||2013-07-26|Has expired: Depends on Qt 3.x converters/ktextdecode||2013-07-26|Has expired: Depends on Qt 3.x databases/kmysqladmin||2013-07-26|Has expired: Depends on Qt 3.x databases/knoda||2013-07-26|Has expired: Depends on Qt 3.x diff --git a/comms/Makefile b/comms/Makefile index ae6d4c6eb5d3..a6e5255af040 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -134,6 +134,7 @@ SUBDIR += qrq SUBDIR += qsstv SUBDIR += qt5-serialport + SUBDIR += qtel SUBDIR += quisk SUBDIR += remserial SUBDIR += rtl-sdr diff --git a/comms/qtel/Makefile b/comms/qtel/Makefile new file mode 100644 index 000000000000..315b07bd0675 --- /dev/null +++ b/comms/qtel/Makefile @@ -0,0 +1,19 @@ +# Created by: shurd +# $FreeBSD$ + +PORTNAME= qtel + +MAINTAINER= hamradio@freebsd.org +COMMENT= Qtel Echolink client + +LICENSE= GPLv2 + +LIB_DEPENDS= libecholib.so:${PORTSDIR}/comms/svxlink + +MASTERDIR= ${.CURDIR}/../svxlink +USE_QT4= corelib gui network qmake_build linguist_build moc_build rcc_build uic_build +PKGDIR= ${.CURDIR} +CMAKE_ARGS+= -DUSE_QT:BOOL=YES \ + -DQT_ONLY:BOOL=YES + +.include "${MASTERDIR}/Makefile" diff --git a/comms/qtel/pkg-descr b/comms/qtel/pkg-descr new file mode 100644 index 000000000000..8f115627b7e6 --- /dev/null +++ b/comms/qtel/pkg-descr @@ -0,0 +1,4 @@ +Qtel, the Qt EchoLink client, is a graphical application used to access the +EchoLink network. + +WWW: http://www.svxlink.org/ diff --git a/comms/qtel/pkg-plist b/comms/qtel/pkg-plist new file mode 100644 index 000000000000..103fc47a269e --- /dev/null +++ b/comms/qtel/pkg-plist @@ -0,0 +1,21 @@ +bin/qtel +include/svxlink/AsyncQtApplication.h +%%STATIC%%lib/libasyncqt.a +lib/libasyncqt.so.1.3.0 +lib/libasyncqt.so.1.3 +lib/libasyncqt.so +share/applications/qtel.desktop +share/qtel/translations/qtel_sv.qm +share/qtel/translations/qtel_de.qm +share/qtel/translations/qtel_tr.qm +share/qtel/translations/qtel_nl.qm +share/qtel/translations/qtel_it.qm +share/qtel/translations/qtel_uk.qm +share/qtel/translations/qtel_ru.qm +share/qtel/translations/qtel_hu.qm +share/qtel/translations/qtel_es.qm +share/qtel/translations/qtel_ja.qm +share/qtel/translations/qtel_fr.qm +share/qtel/sounds/connect.raw +share/icons/link.xpm +man/man1/qtel.1.gz |