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: HardenedBSD
- Loading branch information
Showing
215 changed files
with
2,111 additions
and
693 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 |
---|---|---|
|
@@ -2,16 +2,15 @@ | |
# $FreeBSD$ | ||
|
||
PORTNAME= libosmium | ||
PORTVERSION= 2.13.1 | ||
PORTVERSION= 2.14.0 | ||
DISTVERSIONPREFIX= v | ||
PORTREVISION= 4 | ||
CATEGORIES= astro geography devel | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Fast and flexible C++ library for working with OpenStreetMap data | ||
|
||
LICENSE= BSL | ||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt | ||
LICENSE_FILE= ${WRKSRC}/LICENSE | ||
|
||
BROKEN_powerpc64= fails to compile: types_from_string.hpp: error: 'strtoll' is not a member of 'std' | ||
|
||
|
@@ -20,21 +19,22 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ | |
libgeos.so:graphics/geos \ | ||
libexpat.so:textproc/expat2 | ||
BUILD_DEPENDS= sparsehash>=0:devel/sparsehash \ | ||
${LOCALBASE}/include/utf8.h:devel/utf8cpp | ||
RUN_DEPENDS= ${LOCALBASE}/include/utf8.h:devel/utf8cpp | ||
${LOCALBASE}/include/utf8.h:devel/utf8cpp \ | ||
${LOCALBASE}/include/protozero/version.hpp:devel/protozero | ||
RUN_DEPENDS= ${LOCALBASE}/include/utf8.h:devel/utf8cpp \ | ||
${LOCALBASE}/include/protozero/version.hpp:devel/protozero | ||
|
||
USE_GITHUB= yes | ||
GH_ACCOUNT= osmcode | ||
|
||
USES= cmake compiler:c++11-lib | ||
CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=OFF | ||
|
||
# if/when corresponding ports appear in the tree, these will need to | ||
# be turned from depends | ||
CMAKE_ARGS+= -DINSTALL_GDALCPP:BOOL=ON \ | ||
-DINSTALL_PROTOZERO:BOOL=ON | ||
# if/when corresponding port appears in the tree, this will need to | ||
# be turned into dependency | ||
CMAKE_ARGS+= -DINSTALL_GDALCPP:BOOL=ON | ||
|
||
# though it builds tests, the library itself is header-only | ||
# although it builds tests the library itself is header-only | ||
NO_ARCH= yes | ||
|
||
PORTDOCS= * | ||
|
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 = 1504088485 | ||
SHA256 (osmcode-libosmium-v2.13.1_GH0.tar.gz) = a73cd56838a7438bd9ed208c9ce6794e2d55a1854039c4277a0c160d5071b909 | ||
SIZE (osmcode-libosmium-v2.13.1_GH0.tar.gz) = 493918 | ||
TIMESTAMP = 1522624701 | ||
SHA256 (osmcode-libosmium-v2.14.0_GH0.tar.gz) = ac385c13b1989cf60f9f2e0395a9d8f73ea557fbe8a35cabb0e5f0b74cf43b49 | ||
SIZE (osmcode-libosmium-v2.14.0_GH0.tar.gz) = 489137 |
11 changes: 0 additions & 11 deletions
11
astro/libosmium/files/patch-include_osmium_util_endian.hpp
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
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,9 @@ | ||
# $FreeBSD$ | ||
|
||
PORTNAME= asterisk-espeak | ||
PORTNAME= espeak | ||
PORTVERSION= 4.0 | ||
DISTVERSIONPREFIX= v | ||
PORTREVISION= 1 | ||
CATEGORIES= audio | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -12,8 +13,19 @@ LICENSE= GPLv2 | |
|
||
LIB_DEPENDS= libespeak.so:audio/espeak \ | ||
libsamplerate.so:audio/libsamplerate | ||
BUILD_DEPENDS= asterisk:net/asterisk13 | ||
RUN_DEPENDS= asterisk:net/asterisk13 | ||
|
||
FLAVORS= asterisk13 asterisk15 | ||
FLAVOR?= ${FLAVORS[1]} | ||
|
||
asterisk13_PKGNAMEPREFIX= asterisk13- | ||
asterisk13_CONFLICTS_INSTALL= asterisk15-espeak | ||
asterisk13_BUILD_DEPENDS= asterisk:net/asterisk13 | ||
asterisk13_RUN_DEPENDS= asterisk:net/asterisk13 | ||
|
||
asterisk15_PKGNAMEPREFIX= asterisk15- | ||
asterisk15_CONFLICTS_INSTALL= asterisk13-espeak | ||
asterisk15_BUILD_DEPENDS= asterisk:net/asterisk15 | ||
asterisk15_RUN_DEPENDS= asterisk:net/asterisk15 | ||
|
||
USES= compiler gmake localbase | ||
INSTALL_TARGET= install samples | ||
|
@@ -28,6 +40,10 @@ GH_PROJECT= Asterisk-eSpeak | |
CFLAGS+= -fblocks | ||
.endif | ||
|
||
post-patch: | ||
@${REINPLACE_CMD} -e '/ASTERISK_REGISTER_FILE/d' \ | ||
${WRKSRC}/app_espeak.c | ||
|
||
post-install: | ||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/asterisk/modules/app_espeak.so | ||
|
||
|
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,9 @@ | ||
# $FreeBSD$ | ||
|
||
PORTNAME= asterisk-flite | ||
PORTNAME= flite | ||
PORTVERSION= 3.0 | ||
DISTVERSIONPREFIX= v | ||
PORTREVISION= 1 | ||
CATEGORIES= audio | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -11,8 +12,19 @@ COMMENT= Flite dialplan application for Asterisk | |
LICENSE= GPLv2 | ||
|
||
LIB_DEPENDS= libflite.so:audio/flite | ||
BUILD_DEPENDS= asterisk:net/asterisk13 | ||
RUN_DEPENDS= asterisk:net/asterisk13 | ||
|
||
FLAVORS= asterisk13 asterisk15 | ||
FLAVOR?= ${FLAVORS[1]} | ||
|
||
asterisk13_PKGNAMEPREFIX= asterisk13- | ||
asterisk13_CONFLICTS_INSTALL= asterisk15-flite | ||
asterisk13_BUILD_DEPENDS= asterisk:net/asterisk13 | ||
asterisk13_RUN_DEPENDS= asterisk:net/asterisk13 | ||
|
||
asterisk15_PKGNAMEPREFIX= asterisk15- | ||
asterisk15_CONFLICTS_INSTALL= asterisk13-flite | ||
asterisk15_BUILD_DEPENDS= asterisk:net/asterisk15 | ||
asterisk15_RUN_DEPENDS= asterisk:net/asterisk15 | ||
|
||
USES= compiler gmake localbase | ||
INSTALL_TARGET= install samples | ||
|
@@ -27,6 +39,10 @@ GH_PROJECT= Asterisk-Flite | |
CFLAGS+= -fblocks | ||
.endif | ||
|
||
post-patch: | ||
@${REINPLACE_CMD} -e '/ASTERISK_REGISTER_FILE/d' \ | ||
${WRKSRC}/app_flite.c | ||
|
||
post-install: | ||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/asterisk/modules/app_flite.so | ||
|
||
|
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 = 1510308936 | ||
SHA256 (ncmpcpp-0.8.1.tar.bz2) = 4df9570a1db4ba2dc9b759aab88b283c00806fb5d2bce5f5d27a2eb10e6888ff | ||
SIZE (ncmpcpp-0.8.1.tar.bz2) = 464123 | ||
TIMESTAMP = 1523589893 | ||
SHA256 (ncmpcpp-0.8.2.tar.bz2) = 650ba3e8089624b7ad9e4cc19bc1ac6028edb7523cc111fa1686ea44c0921554 | ||
SIZE (ncmpcpp-0.8.2.tar.bz2) = 465713 |
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 = 1521533263 | ||
SHA256 (xfce4/xfce4-pulseaudio-plugin-0.4.0.tar.bz2) = aef9ad68a0b604a6aeca4c08146f3eb42bedb4fe1c8b65b82679cec0e2fc1cb3 | ||
SIZE (xfce4/xfce4-pulseaudio-plugin-0.4.0.tar.bz2) = 391068 | ||
TIMESTAMP = 1523526880 | ||
SHA256 (xfce4/xfce4-pulseaudio-plugin-0.4.1.tar.bz2) = 6ca88314dbac3e24c0e1bfc593fad6edb66319766be62e8256c81b0314f049f0 | ||
SIZE (xfce4/xfce4-pulseaudio-plugin-0.4.1.tar.bz2) = 391791 |
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 @@ | |
# $FreeBSD$ | ||
|
||
PORTNAME= cassandra-cpp-driver | ||
PORTVERSION= 2.8.1 | ||
PORTVERSION= 2.9.0 | ||
CATEGORIES= databases | ||
|
||
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 = 1519988768 | ||
SHA256 (datastax-cpp-driver-2.8.1_GH0.tar.gz) = c90b1871ee66d2589a9c297c82b3e541ae574c43cce0560f0f253e5023b30413 | ||
SIZE (datastax-cpp-driver-2.8.1_GH0.tar.gz) = 1526453 | ||
TIMESTAMP = 1523520254 | ||
SHA256 (datastax-cpp-driver-2.9.0_GH0.tar.gz) = 9c61e58092b0ffc1b2bf783e66481565bd7c49424e94bd8d4a2a8936488dff25 | ||
SIZE (datastax-cpp-driver-2.9.0_GH0.tar.gz) = 9178588 |
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 (pgbouncer-1.7.2.tar.gz) = de36b318fe4a2f20a5f60d1c5ea62c1ca331f6813d2c484866ecb59265a160ba | ||
SIZE (pgbouncer-1.7.2.tar.gz) = 462374 | ||
TIMESTAMP = 1523524075 | ||
SHA256 (pgbouncer-1.8.1.tar.gz) = fa8bde2a2d2c8c80d53a859f8e48bc6713cf127e31c77d8f787bbc1d673e8dc8 | ||
SIZE (pgbouncer-1.8.1.tar.gz) = 465930 |
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,22 @@ | ||
# $FreeBSD$ | ||
|
||
PORTNAME= influxdb | ||
PORTVERSION= 5.0.0 | ||
CATEGORIES= databases python | ||
MASTER_SITES= CHEESESHOP | ||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Python Client for InfluxDB | ||
|
||
LICENSE= MIT | ||
|
||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${FLAVOR} \ | ||
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR} \ | ||
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} \ | ||
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} | ||
|
||
USES= python | ||
USE_PYTHON= distutils concurrent autoplist | ||
|
||
.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 = 1521112563 | ||
SHA256 (influxdb-5.0.0.tar.gz) = 6adba2ddfd5781a06b5204339e679d66645bf6cc2b7f493eb9d7c8986d714e80 | ||
SIZE (influxdb-5.0.0.tar.gz) = 56396 |
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 @@ | ||
InfluxDB-Python is a client for interacting with InfluxDB. | ||
|
||
WWW: https://pypi.python.org/pypi/influxdb |
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 = 1499768437 | ||
SHA256 (zim-0.67.tar.gz) = b37cef3d4906aa263abccb1493929a7ea6b9e8d11a50ed92cd437e8f93ffabbd | ||
SIZE (zim-0.67.tar.gz) = 2034747 | ||
TIMESTAMP = 1523480995 | ||
SHA256 (zim-0.68.tar.gz) = d91518e010f6a6e951a75314138b5545a4c51151fc99f513aa7768a18858df15 | ||
SIZE (zim-0.68.tar.gz) = 2044224 |
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,14 +2,14 @@ | |
# $FreeBSD$ | ||
|
||
PORTNAME= lubridate | ||
PORTVERSION= 1.7.3 | ||
PORTVERSION= 1.7.4 | ||
CATEGORIES= devel | ||
DISTNAME= ${PORTNAME}_${PORTVERSION} | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Make Dealing with Dates a Little Easier | ||
|
||
LICENSE= GPLv2 | ||
LICENSE= GPLv2+ | ||
|
||
CRAN_DEPENDS= R-cran-stringr>0:textproc/R-cran-stringr \ | ||
R-cran-Rcpp>=0.12.13:devel/R-cran-Rcpp | ||
|
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 = 1520826043 | ||
SHA256 (lubridate_1.7.3.tar.gz) = 2cffbf54afce1d068e65241fb876a77b10ee907d5a19d2ffa84d5ba8a2c3f3df | ||
SIZE (lubridate_1.7.3.tar.gz) = 447719 | ||
TIMESTAMP = 1523581143 | ||
SHA256 (lubridate_1.7.4.tar.gz) = 510ca87bd91631c395655ee5029b291e948b33df09e56f6be5839f43e3104891 | ||
SIZE (lubridate_1.7.4.tar.gz) = 449850 |
Oops, something went wrong.