Skip to content

Commit

Permalink
comms/suwidgets: New port: Sigutils-related widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jan 8, 2023
1 parent 0e7b855 commit e57e88a
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 0 deletions.
1 change: 1 addition & 0 deletions comms/Makefile
Expand Up @@ -185,6 +185,7 @@
SUBDIR += sredird
SUBDIR += sunxi-tools
SUBDIR += suscan
SUBDIR += suwidgets
SUBDIR += svxlink
SUBDIR += syncterm
SUBDIR += tcpser
Expand Down
28 changes: 28 additions & 0 deletions comms/suwidgets/Makefile
@@ -0,0 +1,28 @@
PORTNAME= suwidgets
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0-147
DISTVERSIONSUFFIX= -g826b3ee
CATEGORIES= comms

MAINTAINER= yuri@FreeBSD.org
COMMENT= Sigutils-related widgets
WWW= https://github.com/BatchDrake/SuWidgets

LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libfftw3.so:math/fftw3 \
libsigutils.so:comms/sigutils

USES= gl pkgconfig qmake qt:5
USE_QT= core designer gui opengl widgets xml buildtools:build
USE_GL= gl
USE_LDCONFIG= yes

QMAKE_SOURCE_PATH= ${WRKSRC}/SuWidgets.pro

USE_GITHUB= yes
GH_ACCOUNT= BatchDrake
GH_PROJECT= SuWidgets

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions comms/suwidgets/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1673119565
SHA256 (BatchDrake-SuWidgets-v0.1.0-147-g826b3ee_GH0.tar.gz) = db3c338be36de37135636ac321bc31a258ea3c3e0a497450adec454a5118b569
SIZE (BatchDrake-SuWidgets-v0.1.0-147-g826b3ee_GH0.tar.gz) = 143422
1 change: 1 addition & 0 deletions comms/suwidgets/pkg-descr
@@ -0,0 +1 @@
Sigutils-related widgets that are used in SigDigger.
28 changes: 28 additions & 0 deletions comms/suwidgets/pkg-plist
@@ -0,0 +1,28 @@
include/SuWidgets/ColorChooserButton.h
include/SuWidgets/Constellation.h
include/SuWidgets/Decider.h
include/SuWidgets/FrequencySpinBox.h
include/SuWidgets/GLWaterfall.h
include/SuWidgets/Histogram.h
include/SuWidgets/LCD.h
include/SuWidgets/MultiToolBox.h
include/SuWidgets/QVerticalLabel.h
include/SuWidgets/SuWidgetsHelpers.h
include/SuWidgets/SymView.h
include/SuWidgets/TVDisplay.h
include/SuWidgets/ThrottleableWidget.h
include/SuWidgets/TimeSpinBox.h
include/SuWidgets/Transition.h
include/SuWidgets/Version.h
include/SuWidgets/WFHelpers.h
include/SuWidgets/Waterfall.h
include/SuWidgets/WaveView.h
include/SuWidgets/WaveViewTree.h
include/SuWidgets/Waveform.h
include/SuWidgets/ctkPimpl.h
include/SuWidgets/ctkRangeSlider.h
lib/libsuwidgets.so
lib/libsuwidgets.so.0
lib/libsuwidgets.so.0.3
lib/libsuwidgets.so.0.3.0
%%QT_PLUGINDIR%%/designer/libsuwidgetsplugin.so

0 comments on commit e57e88a

Please sign in to comment.