From 6e2da9672f79f44048d597f0f61e4646cdeade9d Mon Sep 17 00:00:00 2001 From: Robert Clausecker Date: Fri, 27 Sep 2024 12:48:46 +0200 Subject: filesystems: add new category for file systems and related utilities The filesystems category houses file systems and file system utilities. It is added mainly to turn the sysutils/fusefs-* pseudo-category into a proper one, but is also useful for the sundry of other file systems related ports found in the tree. Ports that seem like they belong there are moved to the new category. Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are not moved as they currently don't fetch and don't have TIMESTAMP set in their distinfo, but that is required to be able to push a rename of the port by the pre-receive hook. Approved by: portmgr (rene) Reviewed by: mat Pull Request: https://github.com/freebsd/freebsd-ports/pull/302 PR: 281988 --- filesystems/dsbmc/Makefile | 24 ++++++++++++++++++++++++ filesystems/dsbmc/distinfo | 3 +++ filesystems/dsbmc/files/patch-src_mainwin.cpp | 13 +++++++++++++ filesystems/dsbmc/pkg-descr | 2 ++ filesystems/dsbmc/pkg-plist | 3 +++ 5 files changed, 45 insertions(+) create mode 100644 filesystems/dsbmc/Makefile create mode 100644 filesystems/dsbmc/distinfo create mode 100644 filesystems/dsbmc/files/patch-src_mainwin.cpp create mode 100644 filesystems/dsbmc/pkg-descr create mode 100644 filesystems/dsbmc/pkg-plist (limited to 'filesystems/dsbmc') diff --git a/filesystems/dsbmc/Makefile b/filesystems/dsbmc/Makefile new file mode 100644 index 000000000000..dc7efcab0ba1 --- /dev/null +++ b/filesystems/dsbmc/Makefile @@ -0,0 +1,24 @@ +PORTNAME= dsbmc +DISTVERSION= 1.2 +PORTREVISION= 1 +CATEGORIES= filesystems sysutils + +MAINTAINER= mk@nic-nac-project.org +COMMENT= Qt client for DSBMD that lets you mount media, and more +WWW= https://github.com/mrclksr/DSBMC + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= dsbmd>=0.3:filesystems/dsbmd + +USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5 tar:tgz + +USE_GL= gl +USE_QT= buildtools:build core gui linguisttools:build widgets + +USE_GITHUB= yes +GH_ACCOUNT= mrclksr +GH_PROJECT= DSBMC + +.include diff --git a/filesystems/dsbmc/distinfo b/filesystems/dsbmc/distinfo new file mode 100644 index 000000000000..54db0704df9e --- /dev/null +++ b/filesystems/dsbmc/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1612973352 +SHA256 (mrclksr-DSBMC-1.2_GH0.tar.gz) = 511c2e2454290614c526872c9abeaf127a7d074b2acec5edf4a02cac2bb324f5 +SIZE (mrclksr-DSBMC-1.2_GH0.tar.gz) = 38680 diff --git a/filesystems/dsbmc/files/patch-src_mainwin.cpp b/filesystems/dsbmc/files/patch-src_mainwin.cpp new file mode 100644 index 000000000000..eb6e5ef3efba --- /dev/null +++ b/filesystems/dsbmc/files/patch-src_mainwin.cpp @@ -0,0 +1,13 @@ +Add Qt5.14 compatibility + +--- src/mainwin.cpp.orig 2020-04-04 08:18:00 UTC ++++ src/mainwin.cpp +@@ -27,6 +27,8 @@ + #include + #include + #include ++#include ++#include + #include + #include + diff --git a/filesystems/dsbmc/pkg-descr b/filesystems/dsbmc/pkg-descr new file mode 100644 index 000000000000..89f7c093e72d --- /dev/null +++ b/filesystems/dsbmc/pkg-descr @@ -0,0 +1,2 @@ +DSBMC is a Qt client for DSBMD. It allows you to mount, unmount, open media +in a file manager, set the reading speed of a CD/DVD or play a CD/DVD. diff --git a/filesystems/dsbmc/pkg-plist b/filesystems/dsbmc/pkg-plist new file mode 100644 index 000000000000..8eb4f23eed53 --- /dev/null +++ b/filesystems/dsbmc/pkg-plist @@ -0,0 +1,3 @@ +bin/dsbmc +share/applications/dsbmc.desktop +%%DATADIR%%/dsbmc_de.qm -- cgit v1.2.3