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
443 changed files
with
3,991 additions
and
1,985 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1634222739 | ||
SHA256 (mkgmap-r4808.tar.gz) = 8fc80d3ea5e51151ff430fbdaad3ec6e314ae1ce54e42beaa9a7dc25c0eda2d4 | ||
SIZE (mkgmap-r4808.tar.gz) = 3517992 | ||
TIMESTAMP = 1635256433 | ||
SHA256 (mkgmap-r4810.tar.gz) = cf9a2684eb67ab1d8a6f4c604280af2a86e98c29f06d25b4929b91d1c9c374b1 | ||
SIZE (mkgmap-r4810.tar.gz) = 3518019 |
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,16 @@ | ||
PORTNAME= extension-helpers | ||
DISTVERSION= 0.1 | ||
CATEGORIES= astro | ||
MASTER_SITES= CHEESESHOP | ||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Building and installing packages in the Astropy ecosystem | ||
|
||
LICENSE= BSD3CLAUSE | ||
LICENSE_FILE= ${WRKSRC}/LICENSE.rst | ||
|
||
USES= python:3.6+ | ||
USE_PYTHON= autoplist distutils | ||
|
||
.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 = 1635380088 | ||
SHA256 (extension-helpers-0.1.tar.gz) = ac8a6fe91c6d98986a51a9f08ca0c7945f8fd70d95b662ced4040ae5eb973882 | ||
SIZE (extension-helpers-0.1.tar.gz) = 24306 |
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,6 @@ | ||
The extension-helpers package includes convenience helpers to assist | ||
with building Python packages with compiled C/Cython extensions. It | ||
is developed by the Astropy project but is intended to be general | ||
and usable by any Python package. | ||
|
||
WWW: https://extension-helpers.readthedocs.io/ |
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 @@ | ||
PORTNAME= pyerfa | ||
DISTVERSION= 2.0.0 | ||
CATEGORIES= astro | ||
MASTER_SITES= CHEESESHOP | ||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Python wrapper for the ERFA library | ||
|
||
LICENSE= BSD3CLAUSE | ||
LICENSE_FILE= ${WRKSRC}/LICENSE.rst | ||
|
||
BUILD_DEPENDS= ${PYNUMPY} \ | ||
${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ | ||
${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ | ||
${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} | ||
RUN_DEPENDS= ${PYNUMPY} | ||
|
||
USES= python:3.6+ | ||
USE_PYTHON= autoplist distutils | ||
|
||
.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 = 1635385118 | ||
SHA256 (pyerfa-2.0.0.tar.gz) = f904231e1a570f94440e06140799590895107f942847b52a753ce81c9609162d | ||
SIZE (pyerfa-2.0.0.tar.gz) = 808283 |
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,7 @@ | ||
PyERFA is the Python wrapper for the ERFA library (Essential Routines for | ||
Fundamental Astronomy), a C library containing key algorithms for astronomy, | ||
which is based on the SOFA library published by the International Astronomical | ||
Union (IAU). All C routines are wrapped as Numpy universal functions, so | ||
that they can be called with scalar or array inputs. | ||
|
||
WWW: https://github.com/liberfa/pyerfa |
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,6 +1,6 @@ | ||
PORTNAME= praat | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 6.1.53 | ||
DISTVERSION= 6.1.54 | ||
CATEGORIES= audio science | ||
|
||
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 = 1631703024 | ||
SHA256 (praat-praat-v6.1.53_GH0.tar.gz) = 9d3ee242533194cd22945c42eb6ff8fc3b8f829d4c4f2bef6483f8a892f8cf00 | ||
SIZE (praat-praat-v6.1.53_GH0.tar.gz) = 33659190 | ||
TIMESTAMP = 1635286983 | ||
SHA256 (praat-praat-v6.1.54_GH0.tar.gz) = ffd4a2c482d2bc561409ebf7688ca1408e9fe25b0f2a8338e5d190043ddcc689 | ||
SIZE (praat-praat-v6.1.54_GH0.tar.gz) = 33657676 |
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 = 1625653795 | ||
SHA256 (cutelyst-asql-v0.43.0_GH0.tar.gz) = 77eb209f663d9d6cca448064c1167d16b43e14e435eb04e4fc13cfe6d01564df | ||
SIZE (cutelyst-asql-v0.43.0_GH0.tar.gz) = 33998 | ||
TIMESTAMP = 1635446790 | ||
SHA256 (cutelyst-asql-v0.46.0_GH0.tar.gz) = e477d4c65f367aa58c74ad029801a2c5214b1a222640a61114cf3d6b8594eb4d | ||
SIZE (cutelyst-asql-v0.46.0_GH0.tar.gz) = 34882 |
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
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,7 @@ | ||
# Created by: Alexander Logvinov <[email protected]> | ||
|
||
PORTNAME= geoserver | ||
PORTVERSION= 2.19.2 | ||
PORTVERSION= 2.20.0 | ||
CATEGORIES= databases geography java | ||
MASTER_SITES= SF/${PORTNAME}/GeoServer/${PORTVERSION}/extensions | ||
PKGNAMESUFFIX= -mysql-plugin | ||
|
@@ -21,7 +21,7 @@ NO_ARCH= yes | |
|
||
GSLIBDIR= geoserver/webapps/geoserver/WEB-INF/lib | ||
SUB_FILES= pkg-message | ||
PLIST_FILES= ${GSLIBDIR}/gt-jdbc-mysql-25.2.jar \ | ||
PLIST_FILES= ${GSLIBDIR}/gt-jdbc-mysql-26.0.jar \ | ||
${GSLIBDIR}/mysql-connector-java-8.0.23.jar | ||
|
||
do-install: | ||
|
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 = 1632747630 | ||
SHA256 (geoserver-2.19.2-mysql-plugin.zip) = c6612aedd8597a7219af839c23ef416bb1930277e6406d9e25a142a18558435b | ||
SIZE (geoserver-2.19.2-mysql-plugin.zip) = 2316819 | ||
TIMESTAMP = 1635439939 | ||
SHA256 (geoserver-2.20.0-mysql-plugin.zip) = 83e9c09568b2366058cd30d43572fb3adbfc420e2ded03bb02fee4b2ac2c9c39 | ||
SIZE (geoserver-2.20.0-mysql-plugin.zip) = 2316846 |
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,7 @@ | ||
# Created by: "Mahdi Mokhtari <[email protected]>" | ||
|
||
PORTNAME= mysql | ||
PORTREVISION= 0 | ||
PORTREVISION= 1 | ||
PKGNAMESUFFIX= 80-client | ||
|
||
COMMENT= Multithreaded SQL database (client) | ||
|
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,7 +3,7 @@ | |
DISTVERSION?= 10.18 | ||
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and | ||
# not their own. Probably best to keep it at ?=0 when reset here too. | ||
PORTREVISION?= 0 | ||
PORTREVISION?= 1 | ||
|
||
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
DISTVERSION?= 11.13 | ||
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and | ||
# not their own. Probably best to keep it at ?=0 when reset here too. | ||
PORTREVISION?= 0 | ||
PORTREVISION?= 1 | ||
|
||
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
DISTVERSION?= 13.4 | ||
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and | ||
# not their own. Probably best to keep it at ?=0 when reset here too. | ||
PORTREVISION?= 0 | ||
PORTREVISION?= 1 | ||
|
||
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
DISTVERSION?= 9.6.23 | ||
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and | ||
# not their own. Probably best to keep it at ?=0 when reset here too. | ||
PORTREVISION?= 0 | ||
PORTREVISION?= 1 | ||
PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} | ||
|
||
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,7 +1,7 @@ | ||
# Created by: Sergey Skvortsov <[email protected]> | ||
|
||
PORTNAME= redis | ||
PORTVERSION= 7.0.0.20211019 | ||
PORTVERSION= 7.0.0.20211027 | ||
CATEGORIES= databases | ||
PKGNAMESUFFIX= -devel | ||
|
||
|
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING | |
USES+= compiler:c11 cpe gmake | ||
CPE_VENDOR= redislabs | ||
USE_GITHUB= yes | ||
GH_TUPLE= redis:redis:4962c55 | ||
GH_TUPLE= redis:redis:b7afac6 | ||
|
||
OPTIONS_DEFINE= JEMALLOC TESTS TLS TRIB | ||
OPTIONS_RADIO= EXTLUA | ||
|
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 = 1634694176 | ||
SHA256 (redis-redis-7.0.0.20211019-4962c55_GH0.tar.gz) = 8f6de75809cd55f3e87600c7098762d304ec2e1ca411db91c5df5206a81ecd94 | ||
SIZE (redis-redis-7.0.0.20211019-4962c55_GH0.tar.gz) = 2639422 | ||
TIMESTAMP = 1635342301 | ||
SHA256 (redis-redis-7.0.0.20211027-b7afac6_GH0.tar.gz) = 784295b414ceefb1852c01ea159297bb9e54ad47d19b05865db9c61c3dd5b7d2 | ||
SIZE (redis-redis-7.0.0.20211027-b7afac6_GH0.tar.gz) = 2656094 |
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.