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
110 changed files
with
1,306 additions
and
383 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PORTNAME= wavbreaker | ||
PORTVERSION= 0.14 | ||
DISTVERSION= 0.15 | ||
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 = 1647514486 | ||
SHA256 (thp-wavbreaker-0.14_GH0.tar.gz) = ad6ad4dda8c1e435e8dbe22d30176bc54130b1120fda335c1776493535ed3f43 | ||
SIZE (thp-wavbreaker-0.14_GH0.tar.gz) = 368275 | ||
TIMESTAMP = 1649105239 | ||
SHA256 (thp-wavbreaker-0.15_GH0.tar.gz) = dac911a309ba65d5fae880b42c683868ab9fa275a4dc308e4b7cefb4dbcab3c9 | ||
SIZE (thp-wavbreaker-0.15_GH0.tar.gz) = 380764 |
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 |
---|---|---|
|
@@ -5,6 +5,9 @@ PORTVERSION= 2.0.8 | |
DISTVERSIONPREFIX= v | ||
CATEGORIES= devel | ||
|
||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ | ||
PATCHFILES= 6c94276f361614b4c447.diff:-p1 e08856647724737ca15e.diff:-p1 | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Machine learning system | ||
|
||
|
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,7 @@ | ||
TIMESTAMP = 1451341539 | ||
SHA256 (mmottl-aifad-v2.0.8_GH0.tar.gz) = 05fad5062601ec99c5d40a0202ba818f77309a12c1469d23acddf2353d255c7c | ||
SIZE (mmottl-aifad-v2.0.8_GH0.tar.gz) = 105438 | ||
SHA256 (6c94276f361614b4c447.diff) = c67d06224c70906b7e4305a9e7cf830eaf0422626962dd7d1792441d23f514bb | ||
SIZE (6c94276f361614b4c447.diff) = 2056 | ||
SHA256 (e08856647724737ca15e.diff) = 216dad3a8411882ef7bd34706dfbd9ad47978e1fdddc1790f9389d1d08607121 | ||
SIZE (e08856647724737ca15e.diff) = 476 |
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= gitaly | ||
DISTVERSION= 14.9.1 | ||
PORTREVISION= 1 | ||
DISTVERSION= 14.9.2 | ||
PORTREVISION= 0 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -49,7 +49,7 @@ MAKE_ENV+= ${GO_ENV} | |
USE_GITLAB= yes | ||
GL_ACCOUNT= gitlab-org | ||
# Find this here: https://gitlab.com/gitlab-org/gitaly/-/tags | ||
GL_COMMIT= 402944bf57a1edd384e5fed24473f83280979a80 | ||
GL_COMMIT= 8cd7ea86f577e946abb3a8829e56d735b351cc26 | ||
|
||
# for go dependencies | ||
USE_GITHUB= nodefault | ||
|
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,43 +1,33 @@ | ||
# Created by: Stanislav Sedov <[email protected]> | ||
|
||
PORTNAME= cfg | ||
PORTVERSION= 2.0.4 | ||
DISTVERSIONPREFIX= v | ||
PORTVERSION= 2.2.0 | ||
CATEGORIES= devel | ||
PKGNAMEPREFIX= ocaml- | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Library for manipulation of context-free grammars | ||
COMMENT= Library for manipulating context-free grammars | ||
|
||
LICENSE= LGPL21+ | ||
LICENSE_FILE= ${WRKSRC}/COPYING.txt | ||
LICENSE_FILE= ${WRKSRC}/LICENSE.md | ||
|
||
BUILD_DEPENDS= menhir:devel/menhir | ||
BUILD_DEPENDS+= ocamlbuild:devel/ocaml-ocamlbuild | ||
BUILD_DEPENDS= dune:devel/ocaml-dune | ||
|
||
USE_GITHUB= yes | ||
GH_ACCOUNT= mmottl | ||
|
||
USE_OCAML= yes | ||
USE_OCAML_FINDLIB=yes | ||
USE_OCAMLFIND_PLIST=yes | ||
USE_OCAML_WASH= yes | ||
|
||
HAS_CONFIGURE= yes | ||
CONFIGURE_ARGS= --prefix ${PREFIX} --disable-docs --disable-examples | ||
MAKE_JOBS_UNSAFE=yes | ||
|
||
DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} | ||
EXAMPLESDIR= ${OCAML_EXAMPLESDIR}/${PORTNAME} | ||
|
||
PORTDOCS= * | ||
PORTEXAMPLES= * | ||
|
||
OPTIONS_DEFINE= DOCS EXAMPLES | ||
|
||
post-install-DOCS-on: | ||
@${MKDIR} ${STAGEDIR}${DOCSDIR} | ||
cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS.txt CHANGES.txt README.md ${STAGEDIR}${DOCSDIR} | ||
do-build: | ||
cd ${BUILD_WRKSRC} && dune build --verbose | ||
|
||
do-install: | ||
cd ${INSTALL_WRKSRC} && dune install --destdir=${STAGEDIR} \ | ||
--prefix=${PREFIX} --libdir=${OCAML_SITELIBDIR} | ||
|
||
post-install-EXAMPLES-on: | ||
@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) | ||
|
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 (mmottl-cfg-v2.0.4_GH0.tar.gz) = 13778fd8a827a3c9491e092a9daea073ef7f59c043a23bdcdc05b85253405595 | ||
SIZE (mmottl-cfg-v2.0.4_GH0.tar.gz) = 61660 | ||
TIMESTAMP = 1534699827 | ||
SHA256 (mmottl-cfg-2.2.0_GH0.tar.gz) = 72c0f3734c1eb99ae11a88db3332bee8e6b17160e74e92f1f0931b3ae7ef00fd | ||
SIZE (mmottl-cfg-2.2.0_GH0.tar.gz) = 19189 |
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,50 @@ | ||
%%OCAML_SITELIBDIR%%/cfg/META | ||
%%OCAML_SITELIBDIR%%/cfg/bnf_lexer.ml | ||
%%OCAML_SITELIBDIR%%/cfg/bnf_parser.ml | ||
%%OCAML_SITELIBDIR%%/cfg/bnf_parser.mli | ||
%%OCAML_SITELIBDIR%%/cfg/bnf_pp.ml | ||
%%OCAML_SITELIBDIR%%/cfg/bnf_pp.mli | ||
%%OCAML_SITELIBDIR%%/cfg/bnf_spec.ml | ||
%%OCAML_SITELIBDIR%%/cfg/bnf_spec.mli | ||
%%OCAML_SITELIBDIR%%/cfg/cfg.a | ||
%%OCAML_SITELIBDIR%%/cfg/cfg.cma | ||
%%OCAML_SITELIBDIR%%/cfg/cfg.cmi | ||
%%OCAML_SITELIBDIR%%/cfg/cfg.cmt | ||
%%OCAML_SITELIBDIR%%/cfg/cfg.cmx | ||
%%OCAML_SITELIBDIR%%/cfg/cfg.cmxa | ||
%%OCAML_SITELIBDIR%%/cfg/cfg.cmxs | ||
%%OCAML_SITELIBDIR%%/cfg/cfg.ml | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Bnf_lexer.cmi | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Bnf_lexer.cmt | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Bnf_lexer.cmx | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Bnf_parser.cmi | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Bnf_parser.cmt | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Bnf_parser.cmti | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Bnf_parser.cmx | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Bnf_pp.cmi | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Bnf_pp.cmt | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Bnf_pp.cmti | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Bnf_pp.cmx | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Bnf_spec.cmi | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Bnf_spec.cmt | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Bnf_spec.cmti | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Bnf_spec.cmx | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Cfg_impl.cmi | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Cfg_impl.cmt | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Cfg_impl.cmti | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Cfg_impl.cmx | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Cfg_intf.cmi | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Cfg_intf.cmt | ||
%%OCAML_SITELIBDIR%%/cfg/cfg__Cfg_intf.cmx | ||
%%OCAML_SITELIBDIR%%/cfg/cfg_impl.ml | ||
%%OCAML_SITELIBDIR%%/cfg/cfg_impl.mli | ||
%%OCAML_SITELIBDIR%%/cfg/cfg_intf.ml | ||
%%OCAML_SITELIBDIR%%/cfg/dune-package | ||
%%OCAML_SITELIBDIR%%/cfg/opam | ||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md | ||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md | ||
%%PORTDOCS%%%%DOCSDIR%%/README.md | ||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile | ||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bnf.ml | ||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dune | ||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.bnf |
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 @@ | ||
PORTNAME= rpcs3 | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 0.0.21-13393 # git rev-list --count HEAD | ||
DISTVERSIONSUFFIX= -g3002e592c3 | ||
DISTVERSION= 0.0.21-13399 # git rev-list --count HEAD | ||
DISTVERSIONSUFFIX= -gfc05511354 | ||
CATEGORIES= emulators | ||
|
||
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
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: Aaron Dalton <[email protected]> | ||
|
||
PORTNAME= File-Fetch | ||
PORTVERSION= 1.00 | ||
PORTVERSION= 1.04 | ||
CATEGORIES= ftp www perl5 | ||
MASTER_SITES= CPAN | ||
PKGNAMEPREFIX= p5- | ||
|
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 = 1608366298 | ||
SHA256 (File-Fetch-1.00.tar.gz) = a3f92fc7baa40186674657956c2cf46d0a288e22999b4afdd8c88024f644a43e | ||
SIZE (File-Fetch-1.00.tar.gz) = 20875 | ||
TIMESTAMP = 1649083062 | ||
SHA256 (File-Fetch-1.04.tar.gz) = 804d49fed7516304b41180efca5fb5adf974ec2358fed1880088f2c8e9d78b0f | ||
SIZE (File-Fetch-1.04.tar.gz) = 21026 |
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,6 +1,6 @@ | ||
PORTNAME= vulkan-extension-layer | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 1.3.209 | ||
DISTVERSION= 1.3.210 | ||
CATEGORIES= graphics | ||
|
||
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 = 1648498744 | ||
SHA256 (KhronosGroup-Vulkan-ExtensionLayer-v1.3.209_GH0.tar.gz) = 5035ffd90f319d6bb9af9132c42a3b86e9d400002ef6b4ae2c635bf9399ba0b2 | ||
SIZE (KhronosGroup-Vulkan-ExtensionLayer-v1.3.209_GH0.tar.gz) = 466059 | ||
TIMESTAMP = 1649087787 | ||
SHA256 (KhronosGroup-Vulkan-ExtensionLayer-v1.3.210_GH0.tar.gz) = a95c2b5ba0dd1ae8c697fe701ec1bc128165adadc4ae3bbac438b4d2bc71bddd | ||
SIZE (KhronosGroup-Vulkan-ExtensionLayer-v1.3.210_GH0.tar.gz) = 467470 |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
PORTVERSION= 1.17.8 | ||
# Always set PORTREVISION and PORTEPOCH explicitly as otherwise they are inherited from lang/go | ||
PORTREVISION= 0 | ||
PORTEPOCH= 0 | ||
MASTER_SITES= https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \ | ||
LOCAL/dmgk:bootstrap | ||
PKGNAMESUFFIX= 117 | ||
DISTFILES= go-${OPSYS:tl}-${GOARCH_${ARCH}}${GOARM_${ARCH}}-${BOOTSTRAP_TAG}.tar.xz:bootstrap | ||
|
||
# Avoid conflicting patch files | ||
PATCHFILES= | ||
|
||
COMMENT= Go programming language (development version) | ||
|
||
USE_GITHUB= yes | ||
GH_ACCOUNT= golang | ||
GH_TAGNAME= 7dd10d4ce20e64d96a10cb67794851a58d96a2aa | ||
|
||
CONFLICTS_INSTALL= go | ||
|
||
MASTERDIR= ${.CURDIR}/../go | ||
PATCHDIR= ${.CURDIR}/files | ||
DISTINFO_FILE= ${.CURDIR}/distinfo | ||
|
||
post-extract: | ||
@[ -f ${WRKSRC}/VERSION ] || ${ECHO_CMD} "${PORTVERSION} +${GH_TAGNAME}" > ${WRKSRC}/VERSION | ||
|
||
.include "${MASTERDIR}/Makefile" |
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,13 @@ | ||
TIMESTAMP = 1649116438 | ||
SHA256 (go-freebsd-arm64-go1.14.tar.xz) = d1db1a73575b361815b7fafdc33b095337f7f3795ba9960ae712f6f4754a9ca6 | ||
SIZE (go-freebsd-arm64-go1.14.tar.xz) = 17956864 | ||
SHA256 (golang-go-1.17.8-7dd10d4ce20e64d96a10cb67794851a58d96a2aa_GH0.tar.gz) = 903cb4363af9a1c9a6c9d08ea0525983634862a5cb1f893b0b6156e3b99f847c | ||
SIZE (golang-go-1.17.8-7dd10d4ce20e64d96a10cb67794851a58d96a2aa_GH0.tar.gz) = 22176903 | ||
SHA256 (go-freebsd-amd64-go1.14.tar.xz) = 3b259247fb228258a4f31e283e9aa23cafd590eabce334666a9e9b2ffe47c19b | ||
SIZE (go-freebsd-amd64-go1.14.tar.xz) = 35927980 | ||
SHA256 (go-freebsd-arm6-go1.14.tar.xz) = 5846b4bbc6881c6c04daffbdb647d53a5b002a0e177271ecfcabef734b209614 | ||
SIZE (go-freebsd-arm6-go1.14.tar.xz) = 35164388 | ||
SHA256 (go-freebsd-arm7-go1.14.tar.xz) = 3d40c0f093bc3dc6cb84e92f8462a9c6a88a19a0ba75f813211f9d5d766b7737 | ||
SIZE (go-freebsd-arm7-go1.14.tar.xz) = 35398032 | ||
SHA256 (go-freebsd-386-go1.14.tar.xz) = c1a798154ae1ed2be6027d883e4611dd19edbe07a3f6d4f71d9437bddf3ed9ca | ||
SIZE (go-freebsd-386-go1.14.tar.xz) = 36118928 |
Oops, something went wrong.