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
531 changed files
with
6,628 additions
and
5,659 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1682172213 | ||
SHA256 (sunpy-4.1.5.tar.gz) = f5ceabbb665c52e663bea3de30fcd04eda28e262733079748ab2b0ac7704afc8 | ||
SIZE (sunpy-4.1.5.tar.gz) = 3611127 | ||
TIMESTAMP = 1684550457 | ||
SHA256 (sunpy-4.1.6.tar.gz) = a5ec2891a1f937cd3d331abd42c5fe63347c46570537caf30c08a4970036f631 | ||
SIZE (sunpy-4.1.6.tar.gz) = 3612193 |
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,5 +1,5 @@ | ||
PORTNAME= faust | ||
DISTVERSION= 2.54.9 | ||
DISTVERSION= 2.59.6 | ||
CATEGORIES= audio devel | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -18,7 +18,8 @@ USE_LDCONFIG= yes | |
USE_GITHUB= yes | ||
GH_ACCOUNT= grame-cncm | ||
GH_TUPLE= \ | ||
grame-cncm:faustlibraries:f9efea9:grame_cncm_faustlibraries/libraries | ||
grame-cncm:faustlibraries:b91fdeb:grame_cncm_faustlibraries/libraries \ | ||
ccrma:faust2ck:db879cb:faust2ck/tools/faust2ck | ||
|
||
SHEBANG_FILES= tools/faust2appls/* tools/benchmark/faustbench tools/sound2faust/sound2reader | ||
|
||
|
@@ -72,4 +73,10 @@ post-install-HIGHLIGHT-on: | |
${INSTALL_DATA} ${WRKSRC}/syntax-highlighting/faust.vim ${STAGEDIR}${PREFIX}/share/vim/vimfiles/syntax/ | ||
# 6) EMACS TODO | ||
|
||
do-test: install | ||
@${CP} ${FILESDIR}/example-freeverb_demo.dsp ${TEST_WRKSRC} | ||
@cd ${TEST_WRKSRC} && \ | ||
faust2jaqt example-freeverb_demo.dsp && \ | ||
./example-freeverb_demo | ||
|
||
.include <bsd.port.mk> |
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,5 +1,7 @@ | ||
TIMESTAMP = 1672024334 | ||
SHA256 (grame-cncm-faust-2.54.9_GH0.tar.gz) = 14648f020d77874e6f7411d7ff605820015645bbd4b891b24bee3d3a898e48d2 | ||
SIZE (grame-cncm-faust-2.54.9_GH0.tar.gz) = 70137859 | ||
SHA256 (grame-cncm-faustlibraries-f9efea9_GH0.tar.gz) = 19c98d857edee00ae7682c222377c9e4fcc51d54029d7fe59bb66b2e2cdaf77c | ||
SIZE (grame-cncm-faustlibraries-f9efea9_GH0.tar.gz) = 7810456 | ||
TIMESTAMP = 1684717642 | ||
SHA256 (grame-cncm-faust-2.59.6_GH0.tar.gz) = 71f36957d2af99c303dbc3779a9253666561b7d2ff310cd5d87d897e4a3514ba | ||
SIZE (grame-cncm-faust-2.59.6_GH0.tar.gz) = 69872005 | ||
SHA256 (grame-cncm-faustlibraries-b91fdeb_GH0.tar.gz) = 6bdf288490812aad47c003e3cbef1e9d2816d23a85fc0f348d53ba8b5d526c82 | ||
SIZE (grame-cncm-faustlibraries-b91fdeb_GH0.tar.gz) = 7852514 | ||
SHA256 (ccrma-faust2ck-db879cb_GH0.tar.gz) = 78a4ca3deef0940122c68cb4872b9423778177ddf02d113f8f01d0e37351f816 | ||
SIZE (ccrma-faust2ck-db879cb_GH0.tar.gz) = 328939 |
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,2 @@ | ||
import("stdfaust.lib"); | ||
process = ba.pulsen(1, 10000) : pm.djembe(60, 0.3, 0.4, 1) <: dm.freeverb_demo; |
File renamed without changes.
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,7 +1,6 @@ | ||
PORTNAME= mamba | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 2.3 | ||
PORTREVISION= 1 | ||
DISTVERSION= 2.5 | ||
CATEGORIES= audio | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -25,7 +24,7 @@ USE_XORG= x11 | |
USE_GITHUB= yes | ||
GH_ACCOUNT= brummer10 | ||
GH_PROJECT= Mamba | ||
GH_TUPLE= brummer10:libxputty:58c33d0:libxputty/libxputty | ||
GH_TUPLE= brummer10:libxputty:62ec1cf:libxputty/libxputty | ||
|
||
PLIST_FILES= bin/mamba \ | ||
share/applications/Mamba.desktop \ | ||
|
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,5 +1,5 @@ | ||
TIMESTAMP = 1650392672 | ||
SHA256 (brummer10-Mamba-v2.3_GH0.tar.gz) = 4f35fd17d7a71421ee3f0d99ed31ad832a4759eb3445b7c62a968e276107830c | ||
SIZE (brummer10-Mamba-v2.3_GH0.tar.gz) = 135955 | ||
SHA256 (brummer10-libxputty-58c33d0_GH0.tar.gz) = 527c09d493ae6f38890ea1aa4bf9f10f939e84cfbf0171957cf4155ec4ee515b | ||
SIZE (brummer10-libxputty-58c33d0_GH0.tar.gz) = 523074 | ||
TIMESTAMP = 1684605776 | ||
SHA256 (brummer10-Mamba-v2.5_GH0.tar.gz) = fb062ebf037593cc79690394bf1e023a65cf203064f879281bb8adcf20a9edf7 | ||
SIZE (brummer10-Mamba-v2.5_GH0.tar.gz) = 151150 | ||
SHA256 (brummer10-libxputty-62ec1cf_GH0.tar.gz) = 360f6953f336454cbce218e0ad9608e526e9187f83005645f07227fc0e8ac796 | ||
SIZE (brummer10-libxputty-62ec1cf_GH0.tar.gz) = 534098 |
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,5 @@ | ||
PORTNAME= shairport-sync | ||
DISTVERSION= 4.1.1 | ||
PORTREVISION= 2 | ||
DISTVERSION= 4.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1670329831 | ||
SHA256 (mikebrady-shairport-sync-4.1.1_GH0.tar.gz) = e55caad73dcd36341baf8947cf5e0923997370366d6caf3dd917b345089c4a20 | ||
SIZE (mikebrady-shairport-sync-4.1.1_GH0.tar.gz) = 544882 | ||
TIMESTAMP = 1684673332 | ||
SHA256 (mikebrady-shairport-sync-4.2_GH0.tar.gz) = 649d95eede8b9284b2e8b9c97d18c1c64cffae0a6c75bc4f03e3ae494a3e25b6 | ||
SIZE (mikebrady-shairport-sync-4.2_GH0.tar.gz) = 552189 |
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,8 +1,7 @@ | ||
PORTNAME= spectmorph | ||
DISTVERSION= 0.5.2 | ||
PORTREVISION= 3 | ||
DISTVERSION= 0.6.0 | ||
CATEGORIES= audio | ||
MASTER_SITES= https://spectmorph.org/files/releases/ | ||
MASTER_SITES= https://github.com/swesterfeld/spectmorph/releases/download/${DISTVERSION}/ | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Analyze and combine samples of musical instruments | ||
|
@@ -20,7 +19,7 @@ LIB_DEPENDS= libao.so:audio/libao \ | |
libfreetype.so:print/freetype2 \ | ||
libsndfile.so:audio/libsndfile | ||
|
||
USES= autoreconf desktop-file-utils gettext-runtime gl gmake gnome libtool pkgconfig python:run qt:5 shebangfix tar:bz2 xorg | ||
USES= autoreconf desktop-file-utils gettext gl gmake gnome iconv libtool pkgconfig python:run qt:5 shebangfix tar:bz2 xorg | ||
USE_QT= core gui widgets buildtools:build | ||
USE_GNOME= cairo glib20 | ||
USE_GL= gl | ||
|
@@ -46,4 +45,10 @@ LV2_DESC= Build the LV2 plugin | |
LV2_CONFIGURE_WITH= lv2 | ||
LV2_BUILD_DEPENDS= lv2>0:audio/lv2 | ||
|
||
post-install: | ||
@cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} \ | ||
lib/vst/spectmorph_vst.so \ | ||
lib/clap/SpectMorph.clap \ | ||
lib/lv2/spectmorph.lv2/spectmorph_lv2.so | ||
|
||
.include <bsd.port.mk> |
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 = 1624784043 | ||
SHA256 (spectmorph-0.5.2.tar.bz2) = 2ed06e46e0396723621b21a89e81a2850bc5b9590383ae1d37094c68673d387b | ||
SIZE (spectmorph-0.5.2.tar.bz2) = 30920194 | ||
TIMESTAMP = 1684443142 | ||
SHA256 (spectmorph-0.6.0.tar.bz2) = d6f33d7b3ea5ea0543feaa0cd92ebc1d2bf89a5af8126de69eea78f57e4134cb | ||
SIZE (spectmorph-0.6.0.tar.bz2) = 31154078 |
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,7 +1,5 @@ | ||
PORTNAME= biosoup | ||
DISTVERSION= 0.10.0-2 | ||
PORTREVISION= 1 | ||
DISTVERSIONSUFFIX= -g62b942c | ||
DISTVERSION= 0.11.0 | ||
CATEGORIES= biology devel | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1665460471 | ||
SHA256 (rvaser-biosoup-0.10.0-2-g62b942c_GH0.tar.gz) = 90caaf4d5a0a39a024688407d499ffd4fc00988411a6019d4ac9f83e9d5bc100 | ||
SIZE (rvaser-biosoup-0.10.0-2-g62b942c_GH0.tar.gz) = 7598 | ||
TIMESTAMP = 1684475677 | ||
SHA256 (rvaser-biosoup-0.11.0_GH0.tar.gz) = e4addc3965ca9291535a131c07ef958a98e779ef1375d38d354536df66e16cd4 | ||
SIZE (rvaser-biosoup-0.11.0_GH0.tar.gz) = 8555 |
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,6 +1,7 @@ | ||
PORTNAME= verilator | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 5.010 | ||
PORTREVISION= 2 | ||
CATEGORIES= cad | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -17,7 +18,8 @@ BUILD_DEPENDS= autoconf>0:devel/autoconf \ | |
${LOCALBASE}/bin/ar:devel/binutils \ | ||
help2man:misc/help2man | ||
LIB_DEPENDS= libsystemc.so:devel/systemc | ||
RUN_DEPENDS= gmake:devel/gmake # verilator runs gmake for the --hierarchical option when the 'gmake' method is chosen | ||
RUN_DEPENDS= ${LOCALBASE}/bin/ar:devel/binutils \ | ||
gmake:devel/gmake # verilator runs gmake for the --hierarchical option when the 'gmake' method is chosen | ||
|
||
USES= bison compiler:c++14-lang gmake localbase:ldflags pathfix perl5 python:build,run,test shebangfix tar:tgz | ||
USE_GITHUB= yes | ||
|
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.