git: 4dd0155e8ee3 - main - cad/qspeakers: Add new port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Jun 2023 08:04:33 UTC
The branch main has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=4dd0155e8ee33e2a694f65c1f3517ca80e42066c commit 4dd0155e8ee33e2a694f65c1f3517ca80e42066c Author: Thomas Zander <riggs@FreeBSD.org> AuthorDate: 2023-06-19 16:37:46 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2023-06-21 08:04:29 +0000 cad/qspeakers: Add new port QSpeakers is an open source DIY (do it yourself) speakers enclosure design software written in C++ with Qt for the UI. This program simulates common acoustical enclosures behaviour in the mean to help users to design their own loudspeaker systems. --- cad/Makefile | 1 + cad/qspeakers/Makefile | 20 ++++++++++++++++++++ cad/qspeakers/distinfo | 3 +++ cad/qspeakers/pkg-descr | 4 ++++ cad/qspeakers/pkg-plist | 15 +++++++++++++++ 5 files changed, 43 insertions(+) diff --git a/cad/Makefile b/cad/Makefile index d8269b0f165f..8654f6ccab54 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -124,6 +124,7 @@ SUBDIR += qflow SUBDIR += qmls SUBDIR += qrouter + SUBDIR += qspeakers SUBDIR += qucs-s SUBDIR += qucsator SUBDIR += repsnapper diff --git a/cad/qspeakers/Makefile b/cad/qspeakers/Makefile new file mode 100644 index 000000000000..570ae6bdc601 --- /dev/null +++ b/cad/qspeakers/Makefile @@ -0,0 +1,20 @@ +PORTNAME= qspeakers +DISTVERSION= 1.6.7 +CATEGORIES= cad + +MAINTAINER= riggs@FreeBSD.org +COMMENT= Open source loudspeaker enclosure designer +WWW= http://brouits.free.fr/qspeakers/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= desktop-file-utils gl pkgconfig qt:5 qmake shared-mime-info +USE_GL= gl +USE_QT= charts concurrent core gui linguisttools buildtools:build \ + printsupport widgets xml + +USE_GITHUB= yes +GH_ACCOUNT= be1 + +.include <bsd.port.mk> diff --git a/cad/qspeakers/distinfo b/cad/qspeakers/distinfo new file mode 100644 index 000000000000..0c068ba11ccd --- /dev/null +++ b/cad/qspeakers/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1687127245 +SHA256 (be1-qspeakers-1.6.7_GH0.tar.gz) = 451c59eb283733cbf752be00b86366349486b542708a80cd0c67cd249c66f1f9 +SIZE (be1-qspeakers-1.6.7_GH0.tar.gz) = 207823 diff --git a/cad/qspeakers/pkg-descr b/cad/qspeakers/pkg-descr new file mode 100644 index 000000000000..40a9776736fa --- /dev/null +++ b/cad/qspeakers/pkg-descr @@ -0,0 +1,4 @@ +QSpeakers is an open source DIY speakers enclosure design software written +in C++ with Qt for the UI. This program simulates common acoustical +enclosures behaviour in the mean to help users to design their own +loudspeaker systems. diff --git a/cad/qspeakers/pkg-plist b/cad/qspeakers/pkg-plist new file mode 100644 index 000000000000..71a8a5635d82 --- /dev/null +++ b/cad/qspeakers/pkg-plist @@ -0,0 +1,15 @@ +bin/qspeakers +share/applications/qspeakers.desktop +share/icons/hicolor/scalable/apps/qspeakers.svg +share/man/man1/qspeakers.1.gz +share/metainfo/fr.free.brouits.qspeakers.metainfo.xml +share/mime/packages/application-x-qspeakers.xml +%%DATADIR%%/bandpassbox_cutting_template.scad +%%DATADIR%%/bandpassbox_template.scad +%%DATADIR%%/locale/qspeakers_en.qm +%%DATADIR%%/locale/qspeakers_fr.qm +%%DATADIR%%/portedbox_cutting_template.scad +%%DATADIR%%/portedbox_template.scad +%%DATADIR%%/qspeakers_db.xml +%%DATADIR%%/sealedbox_cutting_template.scad +%%DATADIR%%/sealedbox_template.scad