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
256 changed files
with
5,192 additions
and
1,232 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 = 1470041319 | ||
SHA256 (Cyan4973-zstd-v0.8.0_GH0.tar.gz) = 297ef978fd956a503de6a303f7d58714de3300f602c7cf5e4b382a82f1483051 | ||
SIZE (Cyan4973-zstd-v0.8.0_GH0.tar.gz) = 596389 | ||
TIMESTAMP = 1471529863 | ||
SHA256 (Cyan4973-zstd-v0.8.1_GH0.tar.gz) = 4632bee45988dd0fe3edf1e67bdf0a833895cbb1a7d1eb23ef0b7d753f8bffdd | ||
SIZE (Cyan4973-zstd-v0.8.1_GH0.tar.gz) = 605676 |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Created by: Tobias Kortkamp <[email protected]> | ||
# $FreeBSD$ | ||
|
||
# Based on the OpenBSD port audio/aucatctl | ||
# $OpenBSD: Makefile,v 1.3 2014/07/13 11:40:23 armani Exp $ | ||
|
||
PORTNAME= aucatctl | ||
PORTVERSION= 0.1 | ||
CATEGORIES= audio | ||
MASTER_SITES= http://www.sndio.org/ | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Control sndiod and/or aucat volumes | ||
|
||
LICENSE= ISCL | ||
|
||
LIB_DEPENDS= libsndio.so:audio/sndio | ||
|
||
MAKE_ARGS= INCLUDE="-I${LOCALBASE}/include" \ | ||
LIB="-L${LOCALBASE}/lib" | ||
|
||
PLIST_FILES= bin/aucatctl \ | ||
man/man1/aucatctl.1.gz | ||
|
||
do-install: | ||
${INSTALL_PROGRAM} ${WRKSRC}/aucatctl ${STAGEDIR}${PREFIX}/bin | ||
${INSTALL_MAN} ${WRKSRC}/aucatctl.1 ${STAGEDIR}${PREFIX}/man/man1 | ||
|
||
.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
TIMESTAMP = 1469051487 | ||
SHA256 (aucatctl-0.1.tar.gz) = 524f2fae47db785234f166551520d9605b9a27551ca438bd807e3509ce246cf0 | ||
SIZE (aucatctl-0.1.tar.gz) = 4364 |
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,4 @@ | ||
The aucatctl utility sends MIDI messages to control sndiod and/or | ||
aucat volumes. | ||
|
||
WWW: http://www.sndio.org/ |
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,30 @@ | ||
# Created by: Tobias Kortkamp <[email protected]> | ||
# $FreeBSD$ | ||
|
||
PORTNAME= pulseaudio-module-sndio | ||
PORTVERSION= 8.0 | ||
CATEGORIES= audio | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Sndio module for PulseAudio | ||
|
||
LICENSE= ISCL | ||
|
||
LIB_DEPENDS+= libsndio.so:audio/sndio \ | ||
libpulse.so:audio/pulseaudio | ||
|
||
USES= pkgconfig | ||
|
||
PULSE_VERSION?= ${PORTVERSION} | ||
PULSE_MODDIR= ${LOCALBASE}/lib/pulse-${PULSE_VERSION}/modules | ||
|
||
USE_GITHUB= yes | ||
GH_ACCOUNT= t6 | ||
|
||
MAKE_ARGS= PULSE_VERSION="${PULSE_VERSION}" \ | ||
PULSE_MODDIR="${PULSE_MODDIR}" \ | ||
STAGEDIR="${STAGEDIR}" | ||
|
||
PLIST_FILES= ${PULSE_MODDIR}/module-sndio.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
TIMESTAMP = 1470670520 | ||
SHA256 (t6-pulseaudio-module-sndio-8.0_GH0.tar.gz) = eae7dce7220af6a508a42fcfe22d365c495e9dd2ab4d2eb1dae4c0bef0f9581a | ||
SIZE (t6-pulseaudio-module-sndio-8.0_GH0.tar.gz) = 92204 |
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,3 @@ | ||
A module for PulseAudio to support playing to sndio servers. | ||
|
||
WWW: https://github.com/t6/pulseaudio-module-sndio/ |
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,9 @@ | ||
To use the sndio PulseAudio module load it with | ||
|
||
pacmd load-module module-sndio | ||
|
||
You can use audio/pavucontrol or pacmd to switch a specific stream | ||
over to use it. Unloading the OSS module will send all streams over | ||
sndio: | ||
|
||
pacmd unload-module module-oss |
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 @@ | ||
TIMESTAMP = 1470239631 | ||
SHA256 (teamspeak3-server_freebsd_amd64-3.0.13.tar.bz2) = 545eeb535412b2ee04f8d17bb24536f7dc521d21bec89c7160ddb4f15c21120f | ||
SIZE (teamspeak3-server_freebsd_amd64-3.0.13.tar.bz2) = 5961882 | ||
TIMESTAMP = 1470240656 | ||
SHA256 (teamspeak3-server_freebsd_x86-3.0.13.tar.bz2) = 72c8d3304095334a309f968ab5efe6ccf37b4c9a2c1f8820dfcb59aa7bd495b4 | ||
SIZE (teamspeak3-server_freebsd_x86-3.0.13.tar.bz2) = 5896735 | ||
TIMESTAMP = 1471365296 | ||
SHA256 (teamspeak3-server_freebsd_amd64-3.0.13.2.tar.bz2) = d390c1654da912955dd437fcb3ebe97abfd419fd3fb2643f8dec5a7cedd53db2 | ||
SIZE (teamspeak3-server_freebsd_amd64-3.0.13.2.tar.bz2) = 6007377 | ||
TIMESTAMP = 1471365315 | ||
SHA256 (teamspeak3-server_freebsd_x86-3.0.13.2.tar.bz2) = 30afdc5e88d7e3f7e5772adbf12b23b1b34438554ed582eb3dc7301d5dd38102 | ||
SIZE (teamspeak3-server_freebsd_x86-3.0.13.2.tar.bz2) = 5930790 |
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 = 1468828212 | ||
SHA256 (stress-ng-0.06.12.tar.gz) = ca0d610274bf70923572d00019b1b358b620696a58f23bee6d889ad332d5216d | ||
SIZE (stress-ng-0.06.12.tar.gz) = 330334 | ||
TIMESTAMP = 1471512152 | ||
SHA256 (stress-ng-0.06.14.tar.gz) = 1b9611f0e69645d271ef9ce39cab4f22ce1a98590ccd9ef41635b7c95d677e1a | ||
SIZE (stress-ng-0.06.14.tar.gz) = 332760 |
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
2 changes: 1 addition & 1 deletion
2
...marc/files/patch-src__control__defaults.h → ...lamarc/files/patch-src_control_defaults.h
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,12 +2,11 @@ | |
# $FreeBSD$ | ||
|
||
PORTNAME= firebird | ||
PORTVERSION= 2.5.4 | ||
PORTREVISION= 7 | ||
PORTVERSION= 2.5.6 | ||
CATEGORIES?= databases | ||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/.0//}-Release/ | ||
PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server | ||
DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}.26856-0 | ||
DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}.27020-0 | ||
DIST_SUBDIR= ${PORTNAME} | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -24,7 +23,7 @@ LICENSE_PERMS_IPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept | |
|
||
LIB_DEPENDS= libicuuc.so:devel/icu | ||
|
||
USES= gmake pkgconfig tar:bzip2 | ||
USES= cpe gmake pkgconfig tar:bzip2 | ||
GNU_CONFIGURE= yes | ||
MAKE_JOBS_UNSAFE= yes | ||
|
||
|
@@ -90,7 +89,7 @@ UDF_SQL= src/extlib/ib_udf2.sql src/extlib/fbudf/fbudf.sql | |
PKGINSTALL?= ${PKGDIR}/pkg-install-server | ||
.else | ||
# Client part stuff | ||
LIB_DEPENDS+= libedit.so.0:devel/libedit | ||
USES+= libedit | ||
LDFLAGS+= -L${LOCALBASE}/lib # to link in lncurses pulled in by libedit | ||
|
||
CONFIGURE_ARGS+= --with-system-editline | ||
|
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,2 +1,3 @@ | ||
SHA256 (firebird/Firebird-2.5.4.26856-0.tar.bz2) = 4e775dcf218640d3af507a816aef0060f52a295b9ee5f66ec66f0b0564da18d3 | ||
SIZE (firebird/Firebird-2.5.4.26856-0.tar.bz2) = 13744859 | ||
TIMESTAMP = 1468845026 | ||
SHA256 (firebird/Firebird-2.5.6.27020-0.tar.bz2) = 8e416f2f9a8f1fce2aa872925ca2016010878265ec56fe0a32a73e0080378826 | ||
SIZE (firebird/Firebird-2.5.6.27020-0.tar.bz2) = 13610463 |
11 changes: 0 additions & 11 deletions
11
databases/firebird25-server/files/patch-builds-posix_empty.vers
This file was deleted.
Oops, something went wrong.
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
11 changes: 11 additions & 0 deletions
11
databases/firebird25-server/files/patch-builds_posix_empty.vers
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 @@ | ||
--- builds/posix/empty.vers.orig 2016-06-30 09:34:53 UTC | ||
+++ builds/posix/empty.vers | ||
@@ -27,6 +27,8 @@ | ||
{ | ||
global: | ||
main; | ||
+ __progname; | ||
+ environ; | ||
|
||
local: | ||
*; |
4 changes: 2 additions & 2 deletions
4
...er/files/patch-builds-posix_firebird.vers → ...er/files/patch-builds_posix_firebird.vers
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
2 changes: 1 addition & 1 deletion
2
databases/firebird25-server/files/patch-builds_posix_make.defaults
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
2 changes: 1 addition & 1 deletion
2
databases/firebird25-server/files/patch-builds_posix_make.rules
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
6 changes: 3 additions & 3 deletions
6
databases/firebird25-server/files/patch-src-common-classes-FpeControl.h
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
8 changes: 4 additions & 4 deletions
8
...5-server/files/patch-src-jrd_isc_sync.cpp → ...-server/files/patch-src_jrd_isc__sync.cpp
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,2 +1,3 @@ | ||
SHA256 (hsqldb-2.3.3.zip) = b9a84c79a62fd0ca4af126f49aed8a6d21440f1007f1e13e8cfeb8a67dbd473e | ||
SIZE (hsqldb-2.3.3.zip) = 7768831 | ||
TIMESTAMP = 1469742798 | ||
SHA256 (hsqldb-2.3.4.zip) = c00547495ca8f1de29ccbdd41965ab130acbc616f32dcbe58b3aed16169c962e | ||
SIZE (hsqldb-2.3.4.zip) = 7847408 |
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.