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
197 changed files
with
1,619 additions
and
3,027 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
PORTNAME= flacon | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 2.0.0 | ||
DISTVERSION= 2.1.0 | ||
CATEGORIES= audio | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -25,9 +25,9 @@ QT5_CMAKE_ON= -DUSE_QT5:BOOL=ON | |
QT5_USE= QT5=${_QT5_DEPS},${_QT5_BDEPS:C/,/_build&/g:%=_build} | ||
QT5_USE_OFF= QT4=${_QT4_DEPS},${_QT4_BDEPS:C/,/_build&/g:%=_build} | ||
|
||
_QT4_DEPS= gui,network | ||
_QT4_DEPS= corelib,gui,network | ||
_QT4_BDEPS= linguisttools,moc,qmake,rcc,uic | ||
_QT5_DEPS= gui,network,widgets | ||
_QT5_DEPS= core,gui,network,widgets | ||
_QT5_BDEPS= qmake,buildtools,linguisttools | ||
|
||
.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,2 +1,3 @@ | ||
SHA256 (flacon-flacon-v2.0.0_GH0.tar.gz) = abd6420d8c686bc19f148d9f4b220474939a998d9a214106b5a9c1e2058107f3 | ||
SIZE (flacon-flacon-v2.0.0_GH0.tar.gz) = 317343 | ||
TIMESTAMP = 1475427605 | ||
SHA256 (flacon-flacon-v2.1.0_GH0.tar.gz) = 787b84ba6f068bb54954ec4681f21aa815fe6f25f19f43f10942c5fcec967e2d | ||
SIZE (flacon-flacon-v2.1.0_GH0.tar.gz) = 337008 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,13 +17,15 @@ share/icons/hicolor/48x48/apps/flacon.png | |
%%DATADIR%%/translations/flacon_ja_JP.qm | ||
%%DATADIR%%/translations/flacon_lt.qm | ||
%%DATADIR%%/translations/flacon_nb.qm | ||
%%DATADIR%%/translations/flacon_nl.qm | ||
%%DATADIR%%/translations/flacon_pl.qm | ||
%%DATADIR%%/translations/flacon_pl_PL.qm | ||
%%DATADIR%%/translations/flacon_pt_BR.qm | ||
%%DATADIR%%/translations/flacon_pt_PT.qm | ||
%%DATADIR%%/translations/flacon_ro_RO.qm | ||
%%DATADIR%%/translations/flacon_ru.qm | ||
%%DATADIR%%/translations/flacon_sr.qm | ||
%%DATADIR%%/translations/[email protected] | ||
%%DATADIR%%/translations/flacon_tr.qm | ||
%%DATADIR%%/translations/flacon_uk.qm | ||
%%DATADIR%%/translations/flacon_zh_CN.qm | ||
|
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,8 @@ | |
# $FreeBSD$ | ||
|
||
PORTNAME= schism | ||
PORTVERSION= 20100101 | ||
PORTREVISION= 4 | ||
PORTVERSION= 20160521 | ||
CATEGORIES= audio | ||
MASTER_SITES= http://schismtracker.org/dl/ \ | ||
LOCAL/ehaupt | ||
DISTNAME= schismtracker-${PORTVERSION} | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Module tracker editor/player resembling impulse tracker | ||
|
@@ -16,17 +12,28 @@ LICENSE= GPLv2 | |
|
||
ONLY_FOR_ARCHS= i386 amd64 | ||
|
||
USES= tar:bzip2 | ||
USE_SDL= yes | ||
USES= autoreconf python compiler:c++11-lib | ||
USE_SDL= sdl | ||
USE_XORG= x11 xext xv | ||
GNU_CONFIGURE= yes | ||
|
||
PLIST_FILES= bin/${PORTNAME} | ||
USE_GITHUB= yes | ||
GH_ACCOUNT= schismtracker | ||
GH_PROJECT= schismtracker | ||
|
||
WRKSRC= ${WRKDIR}/${DISTNAME} | ||
PLIST_FILES= bin/${PORTNAME} | ||
|
||
# releases up to version 20120105 either segfault or don't run | ||
PORTSCOUT= skipv:20100202,20101127,20101128,20110101,20120105 | ||
# if you touch these make sure configure finds X11/XKBlib.h presence | ||
LDFLAGS+= `sdl-config --libs` | ||
LIBS+= -lm -lX11 | ||
CPPFLAGS+= -I${LOCALBASE}/include | ||
|
||
post-patch: | ||
@${REINPLACE_CMD} \ | ||
-e "s|^\(AC_INIT.*\)\[last_git_commit\]|\1${PORTVERSION}|" \ | ||
-e '/^m4_define.*last_git_commit.*git/d' \ | ||
${WRKSRC}/configure.ac | ||
@${REINPLACE_CMD} -e '/^schismtracker_LDADD/d' ${WRKSRC}/Makefile.am | ||
|
||
do-install: | ||
${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${STAGEDIR}${PREFIX}/bin/${PORTNAME} | ||
|
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 (schismtracker-20100101.tar.bz2) = bbcd82f0ae9d97361ba21c75296de3481b84cfea2ed9e68a5bafb5364f2a3894 | ||
SIZE (schismtracker-20100101.tar.bz2) = 1047576 | ||
TIMESTAMP = 1475444087 | ||
SHA256 (schismtracker-schismtracker-20160521_GH0.tar.gz) = 9f49028dbf7c90fd0a9f0c664b47e479c81e6d4f746a8624a98de6513911d930 | ||
SIZE (schismtracker-schismtracker-20160521_GH0.tar.gz) = 1026780 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- player/snd_gm.c.orig 2016-10-03 07:37:10 UTC | ||
+++ player/snd_gm.c | ||
@@ -33,6 +33,7 @@ | ||
#include "snd_gm.h" | ||
|
||
#include <math.h> // for log and log2 | ||
+#include <tgmath.h> | ||
#if !defined(HAVE_LOG2) && !defined(__USE_ISOC99) && !defined(log2) | ||
static double log2(double d) | ||
{ |
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 (enca-1.18.tar.xz) = 019995e9324510f0667b73e88753bc496c744f93bff48bbfb114165f8875326c | ||
SIZE (enca-1.18.tar.xz) = 453512 | ||
TIMESTAMP = 1473534711 | ||
SHA256 (enca-1.19.tar.xz) = 3a487eca40b41021e2e4b7a6440b97d822e6532db5464471f572ecf77295e8b8 | ||
SIZE (enca-1.19.tar.xz) = 465412 |
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 = 1463998110 | ||
SHA256 (mysql-connector-java-5.1.39.tar.gz) = fa1bdc9ee5323642c5a533fa73fbcf537b26a979e5981c486c24256c433c7718 | ||
SIZE (mysql-connector-java-5.1.39.tar.gz) = 3899019 | ||
TIMESTAMP = 1475571381 | ||
SHA256 (mysql-connector-java-5.1.40.tar.gz) = 668330de57485999cdbbcad22ea21159a0fc3711f11ccbca7b12b65195fa7539 | ||
SIZE (mysql-connector-java-5.1.40.tar.gz) = 3911557 |
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 (Horde/Horde_Mongo-1.0.2.tgz) = 10beb63f60a3ce5530d7219c7ef19b609e13e2021449a92dea4afaa5cf06408b | ||
SIZE (Horde/Horde_Mongo-1.0.2.tgz) = 11015 | ||
TIMESTAMP = 1475534344 | ||
SHA256 (Horde/Horde_Mongo-1.1.0.tgz) = 1aaa2ce0005ed794848c75b8a7f884c0fc31a7050166e32b859ffc4e2d3047c5 | ||
SIZE (Horde/Horde_Mongo-1.1.0.tgz) = 99713 |
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 |
---|---|---|
|
@@ -3,15 +3,17 @@ | |
|
||
PORTNAME= pg_stat_kcache | ||
DISTVERSIONPREFIX= REL | ||
DISTVERSION= 2_0_2 | ||
DISTVERSION= 2_0_3 | ||
CATEGORIES= databases | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Gather statistics about PostgreSQL I/O and CPU usage | ||
|
||
LICENSE= PostgreSQL | ||
|
||
USE_GITHUB= yes | ||
GH_ACCOUNT= dalibo | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Gather statistics about PostgreSQL I/O and CPU usage | ||
|
||
USES= gmake pgsql:9.4+ | ||
WANT_PGSQL= server contrib | ||
|
||
|
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 = 1464768857 | ||
SHA256 (dalibo-pg_stat_kcache-REL2_0_2_GH0.tar.gz) = 72b8850c7ede052bce2a51aa6a11b3ec1db2214dcea3911be0aa5324040154f1 | ||
SIZE (dalibo-pg_stat_kcache-REL2_0_2_GH0.tar.gz) = 9731 | ||
TIMESTAMP = 1475570856 | ||
SHA256 (dalibo-pg_stat_kcache-REL2_0_3_GH0.tar.gz) = b1a5e66d58e98f5fbd6bf1b60c6105edc994df21b159590999bea6c60d6fc2f2 | ||
SIZE (dalibo-pg_stat_kcache-REL2_0_3_GH0.tar.gz) = 10323 |
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,4 +1,4 @@ | ||
Gathers statistics about real reads and writes done by the filesystem layer. It | ||
is provided in the form of an extension for PostgreSQL >= 9.4. | ||
|
||
WWW: https://github.com/dalibo/pg_stat_kcache | ||
WWW: https://github.com/dalibo/pg_stat_kcache |
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,5 +1,7 @@ | ||
lib/postgresql/pg_stat_kcache.so | ||
share/doc/postgresql/extension/pg_stat_kcache-README.rst | ||
share/postgresql/extension/pg_stat_kcache--2.0.2--2.0.3.sql | ||
share/postgresql/extension/pg_stat_kcache--2.0.1--2.0.2.sql | ||
share/postgresql/extension/pg_stat_kcache--2.0.2.sql | ||
share/postgresql/extension/pg_stat_kcache--2.0.3.sql | ||
share/postgresql/extension/pg_stat_kcache.control |
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 = 1466256224 | ||
SHA256 (rogerbinns-apsw-3.13.0-r1_GH0.tar.gz) = de096149be32716e9c5dda2d1f20d59bb0609504c66c68e0ea9a3bf9953085f0 | ||
SIZE (rogerbinns-apsw-3.13.0-r1_GH0.tar.gz) = 311159 | ||
TIMESTAMP = 1475531833 | ||
SHA256 (rogerbinns-apsw-3.14.1-r1_GH0.tar.gz) = 9b3fc7665f9ff7ac35d2b03ceabe649bcfef5e07ff340d5f2a58957710a15a3f | ||
SIZE (rogerbinns-apsw-3.14.1-r1_GH0.tar.gz) = 311486 |
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 = 1472301221 | ||
SHA256 (sqlitebrowser-sqlitebrowser-v3.9.0_GH0.tar.gz) = 0ccbf05e9c5f544a542399332dd70ef365fab4ded6b838e29ba4fb1375872bf2 | ||
SIZE (sqlitebrowser-sqlitebrowser-v3.9.0_GH0.tar.gz) = 1701943 | ||
TIMESTAMP = 1475468807 | ||
SHA256 (sqlitebrowser-sqlitebrowser-v3.9.1_GH0.tar.gz) = d0d2e06a69927ba1d0b955f3261ce70c61befc5bd5ddaa06752dae8bb4219ed8 | ||
SIZE (sqlitebrowser-sqlitebrowser-v3.9.1_GH0.tar.gz) = 1704713 |
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.