forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taken from: FreeBSD
- Loading branch information
Showing
495 changed files
with
12,556 additions
and
8,208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ PORTNAME= cheesecutter | |
DISTVERSIONPREFIX= v | ||
DISTVERSION= 2.9-beta-3-25 | ||
DISTVERSIONSUFFIX= -gdbe9a9d | ||
PORTREVISION= 3 | ||
PORTREVISION= 4 | ||
CATEGORIES= audio | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
PORTNAME= mousai | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 0.7.1 | ||
DISTVERSION= 0.7.2 | ||
CATEGORIES= audio | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
PORTNAME= mythmusic | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 32.0-60 | ||
PORTREVISION= 1 | ||
DISTVERSIONSUFFIX= -ge5c974e402 | ||
DISTVERSION= 33.1 | ||
CATEGORIES= audio | ||
PKGNAMEPREFIX= mythplugin- | ||
|
||
MAINTAINER?= [email protected] | ||
MAINTAINER= [email protected] | ||
COMMENT= Music playing plugin for MythTV | ||
WWW= https://www.mythtv.org/wiki/MythMusic | ||
|
||
|
@@ -16,14 +14,15 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ | |
libmp3lame.so:audio/lame \ | ||
libogg.so:audio/libogg \ | ||
libvorbis.so:audio/libvorbis \ | ||
libmyth-32.so:multimedia/mythtv | ||
libmyth-33.so:multimedia/mythtv | ||
|
||
USES= gmake qt:5 | ||
USES= gmake qt:5 shebangfix | ||
USE_GITHUB= yes | ||
GH_ACCOUNT= MythTV | ||
GH_PROJECT= mythtv | ||
USE_LDCONFIG= yes | ||
USE_QT= buildtools:build core gui qmake:build sql widgets xml | ||
SHEBANG_FILES= ../mythtv/programs/scripts/metadata/Music/mbutils.py | ||
|
||
HAS_CONFIGURE= yes | ||
CONFIGURE_ARGS= --prefix="${PREFIX}" --cc="${CC}" --cxx="${CXX}" \ | ||
|
@@ -37,7 +36,7 @@ DESTDIRNAME= INSTALL_ROOT | |
PLIST_SUB= MYTHSHARE="share/mythtv" | ||
WRKSRC_SUBDIR= mythplugins | ||
|
||
OPTIONS_DEFINE= CDIO FFTW | ||
OPTIONS_DEFINE= CDIO | ||
|
||
CDIO_LIB_DEPENDS= libcdio.so:sysutils/libcdio \ | ||
libcdio_paranoia.so:sysutils/libcdio-paranoia | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1662209393 | ||
SHA256 (MythTV-mythtv-v32.0-60-ge5c974e402_GH0.tar.gz) = fe4f06933a855969f05766946372e19af6527cdc47a58b4c36e426d737b4412e | ||
SIZE (MythTV-mythtv-v32.0-60-ge5c974e402_GH0.tar.gz) = 115969769 | ||
TIMESTAMP = 1676811612 | ||
SHA256 (MythTV-mythtv-v33.1_GH0.tar.gz) = 64abc966adf03a6764ba26e8314f4667420af1b2c4dff7f3000393de1651cd3b | ||
SIZE (MythTV-mythtv-v33.1_GH0.tar.gz) = 116920982 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- settings.pro.orig 2023-03-19 16:48:43.345465000 +0000 | ||
+++ settings.pro 2023-03-19 16:42:27.786115000 +0000 | ||
@@ -8,7 +8,7 @@ | ||
include(settings2.pro) | ||
|
||
MY_INSTALL_INCLUDE = $${SYSROOT}$${PREFIX}/include | ||
-!contains(MY_INSTALL_INCLUDE, /usr/include$) { | ||
+!contains(MY_INSTALL_INCLUDE, /usr/local/include$) { | ||
INCLUDEPATH += $${SYSROOT}$${PREFIX}/include | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
PORTNAME= ktechlab | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 0.50.0 | ||
PORTREVISION= 2 | ||
DISTVERSION= 0.51.0 | ||
CATEGORIES= cad | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -16,7 +15,7 @@ LIB_DEPENDS= libgpsim.so:misc/gpsim | |
USES= cmake compiler:c++11-lang desktop-file-utils gnome kde:5 \ | ||
localbase qt:5 shared-mime-info xorg | ||
USE_GITHUB= yes | ||
USE_QT= concurrent core dbus gui network printsupport widgets xml \ | ||
USE_QT= concurrent core dbus gui network printsupport serialport widgets xml \ | ||
qmake:build buildtools:build | ||
USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons \ | ||
crash guiaddons i18n iconthemes init itemviews jobwidgets js \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1600677429 | ||
SHA256 (ktechlab-ktechlab-v0.50.0_GH0.tar.gz) = b5adf238d2b2e8cedfb1be7e81fa6f166719955cb0d9629f270aca71b30d7311 | ||
SIZE (ktechlab-ktechlab-v0.50.0_GH0.tar.gz) = 2270771 | ||
TIMESTAMP = 1681189247 | ||
SHA256 (ktechlab-ktechlab-v0.51.0_GH0.tar.gz) = 04384221aab99252c0842ec33739ed428199f141f4fb3c6e4a6b88fd3fa5fd49 | ||
SIZE (ktechlab-ktechlab-v0.51.0_GH0.tar.gz) = 3217681 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1680108635 | ||
SHA256 (freetds-dev.1.3.120.tar.bz2) = 1973839018873c586af6c7b2192857c85b4944453539074d609f0e6b0ad13e99 | ||
SIZE (freetds-dev.1.3.120.tar.bz2) = 2300377 | ||
TIMESTAMP = 1681272949 | ||
SHA256 (freetds-dev.1.3.121.tar.bz2) = ad127f4a04099328c6cadfcf8cbad08c875e8e16e2e5be108c54d5461716780e | ||
SIZE (freetds-dev.1.3.121.tar.bz2) = 2301127 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1676907181 | ||
SHA256 (geoserver-2.22.2-mysql-plugin.zip) = a94496c6512605ebd1f5e666bf7c10e40c549c739365649593592ecf42287fff | ||
SIZE (geoserver-2.22.2-mysql-plugin.zip) = 2364790 | ||
TIMESTAMP = 1681274051 | ||
SHA256 (geoserver-2.23.0-mysql-plugin.zip) = 27298e18348d8c8d1081a9b302dac3b52c0d43067d07921ee5896203eda8b19c | ||
SIZE (geoserver-2.23.0-mysql-plugin.zip) = 2364982 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.