*/*: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2021-06-10 21:04:46 +02:00
parent 06fc78bc86
commit 25bb759504
509 changed files with 3355 additions and 3052 deletions

View File

@ -31,4 +31,10 @@ CMAKE_ARGS+= -DUSE_SYSTEM_GTEST:BOOL=YES \
-DUSE_SYSTEM_LIBINDI:BOOL=YES \
-DUSE_SYSTEM_EIGEN3:BOOL=YES
.include <bsd.port.options.mk>
.if ${ARCH} != aarch64 && ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != amd64 && ${ARCH} != i386
CMAKE_ARGS+= -DOPENSOURCE_ONLY:BOOL=YES
.endif
.include <bsd.port.mk>

View File

@ -4,8 +4,8 @@ PORTNAME= ezstream
PORTVERSION= 0.5.6
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/ezstream/ \
http://svn.xiph.org/releases/ezstream/
MASTER_SITES= https://downloads.xiph.org/releases/ezstream/ \
https://ftp.osuosl.org/pub/xiph/releases/ezstream/
MAINTAINER= ayu@commun.jp
COMMENT= Command line utility for streaming to icecast servers

View File

@ -4,7 +4,8 @@ PORTNAME= flac
PORTVERSION= 1.3.3
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://downloads.xiph.org/releases/flac/
MASTER_SITES= https://downloads.xiph.org/releases/flac/ \
https://ftp.osuosl.org/pub/xiph/releases/flac/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Free lossless audio codec

View File

@ -5,7 +5,7 @@ PORTVERSION= 2.4.4
PORTEPOCH= 1
CATEGORIES= audio net
MASTER_SITES= https://downloads.xiph.org/releases/icecast/:source \
https://svn.xiph.org/releases/icecast/:source \
https://ftp.osuosl.org/pub/xiph/releases/icecast/:source \
LOCAL/sunpoet/icecast:icon,source \
https://github.com/xiph/Icecast-Server/raw/master/web/:icon
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source \

View File

@ -5,7 +5,7 @@ PORTVERSION= 2.0.3
PORTEPOCH= 1
CATEGORIES= audio net
MASTER_SITES= https://downloads.xiph.org/releases/ices/ \
https://svn.xiph.org/releases/ices/
https://ftp.osuosl.org/pub/xiph/releases/ices/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Vorbis streaming source client for icecast 2

View File

@ -4,7 +4,8 @@ PORTNAME= libao
PORTVERSION= 1.2.0
PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/ao/
MASTER_SITES= https://downloads.xiph.org/releases/ao/ \
https://ftp.osuosl.org/pub/xiph/releases/ao/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Portable audio output library

View File

@ -4,7 +4,8 @@ PORTNAME= libfishsound
PORTVERSION= 1.0.0
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/libfishsound/ \
MASTER_SITES= https://downloads.xiph.org/releases/libfishsound/ \
https://ftp.osuosl.org/pub/xiph/releases/libfishsound/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org

View File

@ -2,8 +2,8 @@ PORTNAME= liboggz
PORTVERSION= 1.1.1
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/liboggz/ \
http://wickedmachine.net/mirror/
MASTER_SITES= https://downloads.xiph.org/releases/liboggz/ \
https://ftp.osuosl.org/pub/xiph/releases/liboggz/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple Ogg API

View File

@ -4,7 +4,7 @@ PORTNAME= libshout
PORTVERSION= 2.4.5
CATEGORIES= audio net
MASTER_SITES= https://downloads.xiph.org/releases/libshout/ \
https://svn.xiph.org/releases/libshout/ \
https://ftp.osuosl.org/pub/xiph/releases/libshout/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org

View File

@ -0,0 +1,22 @@
Keep rsync optional with meson >= 0.58 after
https://github.com/mesonbuild/meson/commit/80c89a650b6f
--- doc/meson.build.orig 2020-10-16 10:59:17 UTC
+++ doc/meson.build
@@ -18,6 +18,8 @@ if get_option('html_manual')
install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name()),
)
+ rsync = find_program('rsync', required: false)
+ if rsync.found()
custom_target(
'upload',
input: sphinx_output,
@@ -29,6 +31,7 @@ if get_option('html_manual')
'--chmod=a+rX',
],
)
+ endif
endif
if get_option('manual')

View File

@ -1,7 +1,8 @@
PORTNAME= opusfile
PORTVERSION= 0.12
CATEGORIES= audio
MASTER_SITES= https://downloads.xiph.org/releases/opus/
MASTER_SITES= https://downloads.xiph.org/releases/opus/ \
https://ftp.osuosl.org/pub/xiph/releases/opus/
MAINTAINER= liangtai.s16@gmail.com
COMMENT= Opus playback library

View File

@ -4,7 +4,8 @@ PORTNAME= vorbis-tools
PORTVERSION= 1.4.2
PORTEPOCH= 3
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ \
https://ftp.osuosl.org/pub/xiph/releases/vorbis/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Play, encode, and manage Ogg Vorbis files

View File

@ -18,6 +18,12 @@ SHEBANG_FILES= ${WRKSRC}/*.pl
MAKE_FLAGS= openmp=yes
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USES+= compiler:gcc-c++11-lib
.endif
post-patch:
@${REINPLACE_CMD} \
-e 's|/bin/bash|${LOCALBASE}/bin/bash|g' \

View File

@ -16,6 +16,12 @@ BROKEN_armv7= fails to compile: FastTree-2.1.10.c:305:10: 'omp.h' file not foun
NO_WRKSUBDIR= yes
PLIST_FILES= bin/FastTree
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USES= compiler:gcc-c++11-lib
.endif
do-extract:
@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
@${CP} ${FILESDIR}/Makefile ${WRKSRC}

View File

@ -53,7 +53,7 @@ SHEBANG_FILES= pcbnew/python/plugins/touch_slider_wizard.py
CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \
-DCMAKE_BUILD_TYPE="Debug" \
-DKICAD_TESTING_VERSION=ON \
-DKICAD_BUILD_VERSION=${DISTVERSION} \
-DKICAD_VERSION=${DISTVERSION} \
-DCMAKE_INCLUDE_PATH="${WRKSRC}/include ${LOCALBASE}/include" \
-DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \
-DwxWidgets_USE_DEBUG=ON \

View File

@ -1,2 +1,2 @@
GIT_SRC_HASH= f88be65825d8f23379b55f333a2b7054bea01c58
GIT_SRC_DATE= 20210215215911
GIT_SRC_HASH= 1c3df973d6a480277f0853caad0e7e255981c929
GIT_SRC_DATE= 20210610134502

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1617884322
SHA256 (kicad/kicad/code-kicad-f88be65825d8f23379b55f333a2b7054bea01c58_GL0.tar.gz) = e15acbc8730f779ab5736bb69117558a3da283b2001b0720b2e30b4b94a15e90
SIZE (kicad/kicad/code-kicad-f88be65825d8f23379b55f333a2b7054bea01c58_GL0.tar.gz) = 33377789
TIMESTAMP = 1623329556
SHA256 (kicad/kicad/code-kicad-1c3df973d6a480277f0853caad0e7e255981c929_GL0.tar.gz) = 7b7e5bcd537ba0e854d32ddc2461eee25c2ce14dcd526c820dc7ac51e462fbbc
SIZE (kicad/kicad/code-kicad-1c3df973d6a480277f0853caad0e7e255981c929_GL0.tar.gz) = 35907193

View File

@ -0,0 +1,11 @@
--- 3d-viewer/3d_rendering/legacy/3d_model.cpp.orig 2021-06-08 11:48:08 UTC
+++ 3d-viewer/3d_rendering/legacy/3d_model.cpp
@@ -488,7 +488,7 @@ void MODEL_3D::DrawBbox() const
reinterpret_cast<const void*>( offsetof( VERTEX, m_color ) ) );
glDrawElements( GL_LINES, bbox_idx_count, m_bbox_index_buffer_type,
- reinterpret_cast<const void*>( NULL ) );
+ reinterpret_cast<const void*>( 0 ) );
}

View File

@ -1,22 +0,0 @@
--- CMakeLists.txt.orig 2019-03-11 16:59:38.982264000 +0100
+++ CMakeLists.txt 2019-03-11 17:00:47.354215000 +0100
@@ -668,8 +668,8 @@ if( KICAD_SCRIPTING OR KICAD_SCRIPTING_MODULES )
set( PythonLibs_FIND_VERSION 3.3 )
else()
# force a python version < 3.0
- set( PythonInterp_FIND_VERSION 2.6 )
- set( PythonLibs_FIND_VERSION 2.6 )
+ set( PythonInterp_FIND_VERSION 2.7 )
+ set( PythonLibs_FIND_VERSION 2.7 )
endif()
find_package( PythonInterp )
@@ -711,7 +711,7 @@ if( KICAD_SCRIPTING OR KICAD_SCRIPTING_MODULES )
if( KICAD_SCRIPTING_PYTHON3 )
find_package( PythonLibs 3.3 REQUIRED )
else()
- find_package( PythonLibs 2.6 REQUIRED )
+ find_package( PythonLibs 2.7 REQUIRED )
endif()
if( KICAD_SCRIPTING_WXPYTHON )

View File

@ -1,8 +1,10 @@
--- include/gal/graphics_abstraction_layer.h.orig 2016-04-16 13:14:32.003824016 +0200
+++ include/gal/graphics_abstraction_layer.h 2016-04-16 13:15:06.143789160 +0200
@@ -31,4 +31,5 @@
--- include/gal/graphics_abstraction_layer.h.orig 2021-06-08 00:34:09 UTC
+++ include/gal/graphics_abstraction_layer.h
@@ -30,6 +30,7 @@
#include <deque>
#include <stack>
#include <limits>
+#include <cmath>
#include <math/matrix3x3.h>

View File

@ -1,9 +1,11 @@
--- include/kiway.h.orig 2015-01-10 18:11:39.000000000 +0000
+++ include/kiway.h 2015-01-11 10:51:52.458174797 +0000
@@ -115,5 +115,5 @@
--- include/kiway.h.orig 2021-06-08 00:34:09 UTC
+++ include/kiway.h
@@ -113,7 +113,7 @@
#define KIFACE_INSTANCE_NAME_AND_VERSION "KIFACE_1"
#ifndef SWIG
-#if defined(__linux__) || defined(__FreeBSD__)
+#if defined(__linux__) || defined(__FreeBSD__) || defined(__DragonFly__)
#define LIB_ENV_VAR wxT( "LD_LIBRARY_PATH" )
#elif defined(__WXMAC__)
#define LIB_ENV_VAR wxT( "DYLD_LIBRARY_PATH" )

View File

@ -1,6 +1,7 @@
bin/_cvpcb.kiface
bin/_eeschema.kiface
bin/_gerbview.kiface
bin/_kipython.kiface
bin/_pcb_calculator.kiface
bin/_pcbnew.kiface
bin/_pl_editor.kiface
@ -23,13 +24,12 @@ lib/libkicad_3dsg.so
lib/libkicad_3dsg.so.2.0.0
%%PYTHON_SITELIBDIR%%/_pcbnew.so
%%PYTHON_SITELIBDIR%%/pcbnew.py
share/appdata/kicad.appdata.xml
%%DESKTOPDIR%%/bitmap2component.desktop
%%DESKTOPDIR%%/eeschema.desktop
%%DESKTOPDIR%%/gerbview.desktop
%%DESKTOPDIR%%/kicad.desktop
%%DESKTOPDIR%%/pcbcalculator.desktop
%%DESKTOPDIR%%/pcbnew.desktop
%%DESKTOPDIR%%/org.kicad.bitmap2component.desktop
%%DESKTOPDIR%%/org.kicad.eeschema.desktop
%%DESKTOPDIR%%/org.kicad.gerbview.desktop
%%DESKTOPDIR%%/org.kicad.kicad.desktop
%%DESKTOPDIR%%/org.kicad.pcbcalculator.desktop
%%DESKTOPDIR%%/org.kicad.pcbnew.desktop
%%PORTDOCS%%%%DOCSDIR%%/scripts/lib_convert.py
%%PORTDOCS%%%%DOCSDIR%%/scripts/test_kicad_plugin.py
%%PORTDOCS%%%%DOCSDIR%%/scripts/test_plugin.py
@ -97,12 +97,10 @@ share/icons/hicolor/scalable/mimetypes/application-x-kicad-pcb.svg
share/icons/hicolor/scalable/mimetypes/application-x-kicad-project.svg
share/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic.svg
%%DATADIR%%/demos/complex_hierarchy/ampli_ht.kicad_sch
%%DATADIR%%/demos/complex_hierarchy/complex_hierarchy-cache.lib
%%DATADIR%%/demos/complex_hierarchy/complex_hierarchy.kicad_pcb
%%DATADIR%%/demos/complex_hierarchy/complex_hierarchy.kicad_pro
%%DATADIR%%/demos/complex_hierarchy/complex_hierarchy.kicad_sch
%%DATADIR%%/demos/complex_hierarchy/complex_hierarchy_schlib.kicad_sym
%%DATADIR%%/demos/complex_hierarchy/complex_hierarchy_schlib.lib
%%DATADIR%%/demos/complex_hierarchy/fp-lib-table
%%DATADIR%%/demos/complex_hierarchy/sym-lib-table
%%DATADIR%%/demos/custom_pads_test/custom_pads_schlib.kicad_sym
@ -171,7 +169,7 @@ share/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic.svg
%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/sym-lib-table
%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/xilinx.kicad_sch
%%DATADIR%%/demos/microwave/microwave.kicad_pcb
%%DATADIR%%/demos/microwave/microwave.pro
%%DATADIR%%/demos/microwave/microwave.kicad_pro
%%DATADIR%%/demos/microwave/shape1.txt
%%DATADIR%%/demos/pic_programmer/fp-lib-table
%%DATADIR%%/demos/pic_programmer/libs/3d_shapes/adjustable_rx2v4.wrl
@ -230,6 +228,25 @@ share/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic.svg
%%DATADIR%%/demos/stickhub/StickHub.kicad_pcb
%%DATADIR%%/demos/stickhub/StickHub.kicad_pro
%%DATADIR%%/demos/stickhub/StickHub.kicad_sch
%%DATADIR%%/demos/stickhub/footprints.pretty/1005_C.kicad_mod
%%DATADIR%%/demos/stickhub/footprints.pretty/1006_C.kicad_mod
%%DATADIR%%/demos/stickhub/footprints.pretty/1608_C.kicad_mod
%%DATADIR%%/demos/stickhub/footprints.pretty/1P-1.5x1.5.kicad_mod
%%DATADIR%%/demos/stickhub/footprints.pretty/2012_C.kicad_mod
%%DATADIR%%/demos/stickhub/footprints.pretty/CP_Elec_6.3x11_Board_Edge_Mirrored.kicad_mod
%%DATADIR%%/demos/stickhub/footprints.pretty/Creative_Commons_BY_Mask.kicad_mod
%%DATADIR%%/demos/stickhub/footprints.pretty/Creative_Commons_CC_Mask.kicad_mod
%%DATADIR%%/demos/stickhub/footprints.pretty/Creative_Commons_NC_Mask.kicad_mod
%%DATADIR%%/demos/stickhub/footprints.pretty/Creative_Commons_SA_Mask.kicad_mod
%%DATADIR%%/demos/stickhub/footprints.pretty/Crystal_4-SMD_2.5x2mm.kicad_mod
%%DATADIR%%/demos/stickhub/footprints.pretty/Duo_LED_1.6x0.8_Kingbright_APHB1608LZGKSURKC.kicad_mod
%%DATADIR%%/demos/stickhub/footprints.pretty/JP-2_1.5x1.5.kicad_mod
%%DATADIR%%/demos/stickhub/footprints.pretty/JST_SH_SM04B-SRSS-TB_1x04-1MP_P1.00mm_Horizontal.kicad_mod
%%DATADIR%%/demos/stickhub/footprints.pretty/LQFP-48_7x7mm_P0.5mm.kicad_mod
%%DATADIR%%/demos/stickhub/footprints.pretty/Plain_Hole_3mm.kicad_mod
%%DATADIR%%/demos/stickhub/footprints.pretty/TDFN-8_1.5x2mm_Fused-Lead_JEDEC_MO-252_W2015D.kicad_mod
%%DATADIR%%/demos/stickhub/footprints.pretty/USB_A_PCB_traces_small.kicad_mod
%%DATADIR%%/demos/stickhub/fp-lib-table
%%DATADIR%%/demos/stickhub/sym-lib-table
%%DATADIR%%/demos/test_pads_inside_pads/sym-lib-table
%%DATADIR%%/demos/test_pads_inside_pads/test_pads_inside_pads.kicad_pcb
@ -244,7 +261,6 @@ share/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic.svg
%%DATADIR%%/demos/test_xil_95108/sym-lib-table
%%DATADIR%%/demos/video/bus_pci.kicad_sch
%%DATADIR%%/demos/video/esvideo.kicad_sch
%%DATADIR%%/demos/video/esvideo.sch
%%DATADIR%%/demos/video/fp-lib-table
%%DATADIR%%/demos/video/graphic.kicad_sch
%%DATADIR%%/demos/video/libs/footprints.pretty/CV3-30PF.kicad_mod
@ -273,14 +289,16 @@ share/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic.svg
%%DATADIR%%/plugins/bom_csv_sorted_by_ref.py
%%DATADIR%%/plugins/bom_html_grouped_by_value.py
%%DATADIR%%/plugins/bom_html_with_advanced_grouping.py
%%DATADIR%%/plugins/bom_sorted_by_ref.py
%%DATADIR%%/plugins/bom_txt_sorted_by_ref.py
%%DATADIR%%/plugins/bom_with_title_block_2_csv.xsl
%%DATADIR%%/plugins/kicad_netlist_reader.py
%%DATADIR%%/plugins/netlist_form_OrcadPcb2.xsl
%%DATADIR%%/plugins/netlist_form_cadstar-RINF.xsl
%%DATADIR%%/plugins/netlist_form_cadstar.xsl
%%DATADIR%%/plugins/netlist_form_pads-pcb.asc.xsl
%%DATADIR%%/resources/images.tar.gz
%%DATADIR%%/scripting/kicad_pyshell/__init__.py
%%DATADIR%%/scripting/kicad_pyshell/kicad_pyeditor.py
%%DATADIR%%/scripting/plugins/FPC_wizard.py
%%DATADIR%%/scripting/plugins/FootprintWizardBase.py
%%DATADIR%%/scripting/plugins/PadArray.py
@ -298,5 +316,6 @@ share/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic.svg
%%DATADIR%%/scripting/plugins/uss39_barcode.py
%%DATADIR%%/scripting/plugins/zip_wizard.py
%%DATADIR%%/template/kicad.kicad_pro
share/metainfo/org.kicad.kicad.metainfo.xml
share/mime/packages/kicad-gerbers.xml
share/mime/packages/kicad-kicad.xml

View File

@ -1,5 +1,5 @@
PORTNAME= osm2pgsql
PORTVERSION= 1.4.2
PORTVERSION= 1.5.0
CATEGORIES= converters geography
MAINTAINER= amdmi3@FreeBSD.org
@ -13,16 +13,18 @@ LIB_DEPENDS= libproj.so:graphics/proj \
libexpat.so:textproc/expat2 \
libfmt.so:devel/libfmt
BUILD_DEPENDS= ${LOCALBASE}/include/osmium/version.hpp:astro/libosmium \
${LOCALBASE}/include/protozero/version.hpp:devel/protozero
${LOCALBASE}/include/protozero/version.hpp:devel/protozero \
${LOCALBASE}/include/rapidjson/stringbuffer.h:devel/rapidjson
USE_GITHUB= yes
GH_ACCOUNT= openstreetmap
USES= cmake compiler:c++11-lang pgsql
USES= cmake compiler:c++14-lang pgsql
CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Git \
EXTERNAL_LIBOSMIUM \
EXTERNAL_PROTOZERO \
EXTERNAL_FMT
EXTERNAL_FMT \
EXTERNAL_RAPIDJSON
PLIST_FILES= bin/osm2pgsql \
share/man/man1/osm2pgsql.1.gz

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1617821521
SHA256 (openstreetmap-osm2pgsql-1.4.2_GH0.tar.gz) = fc68283930ccd468ed9b28685150741b16083fec86800a4b011884ae22eb061c
SIZE (openstreetmap-osm2pgsql-1.4.2_GH0.tar.gz) = 2469766
TIMESTAMP = 1623246635
SHA256 (openstreetmap-osm2pgsql-1.5.0_GH0.tar.gz) = d31be268dda21cf31418f68c78b8e0cbbd90cd8a283c4dfe0c134a7960936fce
SIZE (openstreetmap-osm2pgsql-1.5.0_GH0.tar.gz) = 2577007

View File

@ -14,4 +14,6 @@ COMMENT= Perl5 module for uuencode and uudecode
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1008,6 +1008,7 @@
SUBDIR += sqlite3
SUBDIR += sqlitebrowser
SUBDIR += sqliteconvert
SUBDIR += sqlitecpp
SUBDIR += sqlitemanager
SUBDIR += sqliteodbc
SUBDIR += sqlitestudio

View File

@ -12,8 +12,8 @@ COMMENT= Synchronous multi-master replication engine
LICENSE= GPLv2
NOT_FOR_ARCHS= i386
# On i386 older versions of clang produce:
NOT_FOR_ARCHS= i386 powerpc
# On i386 or powerpc older versions of clang produce:
# cannot compile this atomic library call yet ... __atomic_add_fetch
# whereas newer ones generate a call to __atomic_add_fetch which ends up with
# undefined reference at link time:
@ -22,6 +22,7 @@ NOT_FOR_ARCHS= i386
# https://bugs.llvm.org//show_bug.cgi?id=24908
# https://tracker.crystax.net/issues/1263
NOT_FOR_ARCHS_REASON_i386=Uses 64 bit atomics that clang cannot generate on i386
NOT_FOR_ARCHS_REASON_powerpc=Uses 64 bit atomics that clang cannot generate on powerpc
BUILD_DEPENDS= checkmk:devel/check \
${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs \

View File

@ -1,7 +1,7 @@
# Created by: Gea-Suan Lin <gslin@gslin.org>
PORTNAME= liquibase
PORTVERSION= 3.8.1
PORTVERSION= 4.3.5
CATEGORIES= databases java
MASTER_SITES= https://github.com/liquibase/liquibase/releases/download/v${PORTVERSION}/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1573080630
SHA256 (liquibase-3.8.1.tar.gz) = 11e5cbb7f5b92aa41e79154708a5f8d33083ecb890b27d5e9f9d56b24f7478e9
SIZE (liquibase-3.8.1.tar.gz) = 7300065
TIMESTAMP = 1621844103
SHA256 (liquibase-4.3.5.tar.gz) = 5ce62afa9efa5c5b7b8f8a31302959a31e70b1a5ee579a2f701ea464984c0655
SIZE (liquibase-4.3.5.tar.gz) = 6873433

View File

@ -1,10 +1,8 @@
bin/liquibase
%%DATADIR%%/commons-cli-1.4.jar
%%DATADIR%%/jaxb-api-2.2.11.jar
%%DATADIR%%/jaxb-core-2.2.11.jar
%%DATADIR%%/jaxb-impl-2.2.11.jar
%%DATADIR%%/h2-1.4.200.jar
%%DATADIR%%/jaxb-api-2.3.0.jar
%%DATADIR%%/jaxb-core-2.3.0.jar
%%DATADIR%%/jaxb-impl-2.3.0.jar
%%DATADIR%%/liquibase.jar
%%DATADIR%%/logback-classic-1.2.3.jar
%%DATADIR%%/logback-core-1.2.3.jar
%%DATADIR%%/slf4j-api-1.7.28.jar
%%DATADIR%%/snakeyaml-1.24.jar
%%DATADIR%%/snakeyaml-1.27.jar

View File

@ -8,7 +8,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Flask-SQLAlchemy-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Adds SQLAlchemy support to Flask
COMMENT= Add SQLAlchemy support to your Flask application
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.rst

View File

@ -1,7 +1,7 @@
# Created by: Alessando Sagratini <ale_sagra@hotmail.com>
PORTNAME= pymemcache
PORTVERSION= 3.4.3
PORTVERSION= 3.4.4
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1620834024
SHA256 (pymemcache-3.4.3.tar.gz) = 1d628659f8d88c88832448f3917a2b68468ec8f1515108726c26efc968c413af
SIZE (pymemcache-3.4.3.tar.gz) = 48178
TIMESTAMP = 1622695266
SHA256 (pymemcache-3.4.4.tar.gz) = 8185a099a4823789560cb051d98daa51e2e4d4aa9fc6027c86766892408d984e
SIZE (pymemcache-3.4.4.tar.gz) = 48693

View File

@ -1,5 +1,5 @@
PORTNAME= sqlalchemy
PORTVERSION= 1.4.15
PORTVERSION= 1.4.16
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1621183194
SHA256 (SQLAlchemy-1.4.15.tar.gz) = 0ff100c75cd175f35f4d24375a0b3d82461f5b1af5fc8d112ef0e5ceea8049e6
SIZE (SQLAlchemy-1.4.15.tar.gz) = 7621840
TIMESTAMP = 1622213936
SHA256 (SQLAlchemy-1.4.16.tar.gz) = ed53c2fb5d3981f3e718894b1978c3b33c4786c7f6a355300409ebbeb24bd497
SIZE (SQLAlchemy-1.4.16.tar.gz) = 7629704

View File

@ -0,0 +1,25 @@
PORTNAME= sqlitecpp
DISTVERSION= 3.1.1-28
DISTVERSIONSUFFIX= -g0c46d86
CATEGORIES= databases devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= SQLiteC++: Easy to use C++ SQLite3 wrapper
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
TEST_DEPENDS= googletest>0:devel/googletest
USES= cmake:testing compiler:c++11-lang sqlite
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= SRombauts
GH_PROJECT= SQLiteCpp
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= SQLITECPP_INTERNAL_SQLITE SQLITECPP_RUN_CPPLINT
CMAKE_TESTING_ON= SQLITECPP_BUILD_TESTS
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1623289372
SHA256 (SRombauts-SQLiteCpp-3.1.1-28-g0c46d86_GH0.tar.gz) = f7037c4726fae366988467b21d8c699211c6a19f051c5544653b4d413087dc7f
SIZE (SRombauts-SQLiteCpp-3.1.1-28-g0c46d86_GH0.tar.gz) = 2431117

View File

@ -0,0 +1,4 @@
SQLiteC++ offers an encapsulation layer around the native C APIs of SQLite, with
a few intuitive and well documented C++ classes.
WWW: https://github.com/SRombauts/SQLiteCpp

View File

@ -0,0 +1,18 @@
include/SQLiteCpp/Assertion.h
include/SQLiteCpp/Backup.h
include/SQLiteCpp/Column.h
include/SQLiteCpp/Database.h
include/SQLiteCpp/Exception.h
include/SQLiteCpp/ExecuteMany.h
include/SQLiteCpp/SQLiteCpp.h
include/SQLiteCpp/Savepoint.h
include/SQLiteCpp/Statement.h
include/SQLiteCpp/Transaction.h
include/SQLiteCpp/Utils.h
include/SQLiteCpp/VariadicBind.h
lib/cmake/SQLiteCpp/SQLiteCppConfig.cmake
lib/cmake/SQLiteCpp/SQLiteCppConfigVersion.cmake
lib/cmake/SQLiteCpp/SQLiteCppTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/SQLiteCpp/SQLiteCppTargets.cmake
lib/libSQLiteCpp.so
lib/libSQLiteCpp.so.0

View File

@ -184,7 +184,7 @@ sysrc nginx_enable=YES
service nginx start
.Ed
.Pp
.Em \In a real world setup, nginx should be configured to use TLS
.Em \&In a real world setup, nginx should be configured to use TLS
.Em and (potentially) client certificates .
.Sh SFTP SETUP
Setting up

View File

@ -2360,6 +2360,7 @@
SUBDIR += p5-ExtUtils-XSpp
SUBDIR += p5-FFI-CheckLib
SUBDIR += p5-FFI-Platypus
SUBDIR += p5-FFI-Platypus-Declare
SUBDIR += p5-FSA-Rules
SUBDIR += p5-Feature-Compat-Try
SUBDIR += p5-Fennec-Lite
@ -4252,7 +4253,6 @@
SUBDIR += py-capturer
SUBDIR += py-case
SUBDIR += py-castellan
SUBDIR += py-castellan1
SUBDIR += py-catalogue
SUBDIR += py-cbor
SUBDIR += py-cbor2
@ -4283,14 +4283,12 @@
SUBDIR += py-click-threading
SUBDIR += py-click6
SUBDIR += py-cliff
SUBDIR += py-cliff2
SUBDIR += py-cligj
SUBDIR += py-clikit
SUBDIR += py-clint
SUBDIR += py-cloudpickle
SUBDIR += py-cluster
SUBDIR += py-cmd2
SUBDIR += py-cmd208
SUBDIR += py-cmdtest
SUBDIR += py-codecov
SUBDIR += py-codegen
@ -4466,11 +4464,11 @@
SUBDIR += py-future
SUBDIR += py-future-annotations
SUBDIR += py-futurist
SUBDIR += py-futurist1
SUBDIR += py-fuzzywuzzy
SUBDIR += py-fypp
SUBDIR += py-game
SUBDIR += py-game_sdl2
SUBDIR += py-gapic-generator
SUBDIR += py-gast
SUBDIR += py-genson
SUBDIR += py-genty
@ -4489,7 +4487,6 @@
SUBDIR += py-gobject3
SUBDIR += py-google-cloud-iam
SUBDIR += py-google-crc32c
SUBDIR += py-google-crc32c0
SUBDIR += py-google-i18n-address
SUBDIR += py-google-pasta
SUBDIR += py-google-re2
@ -4564,13 +4561,11 @@
SUBDIR += py-jaraco
SUBDIR += py-jaraco.classes
SUBDIR += py-jaraco.context
SUBDIR += py-jaraco.context2
SUBDIR += py-jaraco.functools
SUBDIR += py-jaraco.itertools
SUBDIR += py-jaraco.logging
SUBDIR += py-jaraco.timing
SUBDIR += py-jaraco.util
SUBDIR += py-jaraco.util13
SUBDIR += py-javaproperties
SUBDIR += py-jdcal
SUBDIR += py-jedi
@ -4614,9 +4609,7 @@
SUBDIR += py-kazoo
SUBDIR += py-keystone-engine
SUBDIR += py-keystoneauth1
SUBDIR += py-keystoneauth13
SUBDIR += py-keystonemiddleware
SUBDIR += py-keystonemiddleware8
SUBDIR += py-kitchen
SUBDIR += py-knack
SUBDIR += py-l18n
@ -4644,6 +4637,7 @@
SUBDIR += py-llfuse
SUBDIR += py-llvmcpy
SUBDIR += py-llvmlite
SUBDIR += py-lml
SUBDIR += py-lockfile
SUBDIR += py-logan
SUBDIR += py-logbook
@ -4737,7 +4731,6 @@
SUBDIR += py-opendht
SUBDIR += py-opengrok-tools
SUBDIR += py-openstacksdk
SUBDIR += py-openstacksdk043
SUBDIR += py-opentracing
SUBDIR += py-opster
SUBDIR += py-optik
@ -4748,53 +4741,31 @@
SUBDIR += py-ordereddict
SUBDIR += py-orderedmultidict
SUBDIR += py-os-brick
SUBDIR += py-os-brick2
SUBDIR += py-os-client-config
SUBDIR += py-os-client-config1
SUBDIR += py-os-service-types
SUBDIR += py-os-vif
SUBDIR += py-os-win
SUBDIR += py-os-win4
SUBDIR += py-osc-lib
SUBDIR += py-osc-lib1
SUBDIR += py-oslo.cache
SUBDIR += py-oslo.cache1
SUBDIR += py-oslo.concurrency
SUBDIR += py-oslo.concurrency3
SUBDIR += py-oslo.config
SUBDIR += py-oslo.config7
SUBDIR += py-oslo.context
SUBDIR += py-oslo.context2
SUBDIR += py-oslo.db
SUBDIR += py-oslo.db6
SUBDIR += py-oslo.i18n
SUBDIR += py-oslo.i18n3
SUBDIR += py-oslo.limit
SUBDIR += py-oslo.log
SUBDIR += py-oslo.log3
SUBDIR += py-oslo.messaging
SUBDIR += py-oslo.messaging10
SUBDIR += py-oslo.middleware
SUBDIR += py-oslo.middleware3
SUBDIR += py-oslo.policy
SUBDIR += py-oslo.policy2
SUBDIR += py-oslo.privsep
SUBDIR += py-oslo.privsep1
SUBDIR += py-oslo.reports
SUBDIR += py-oslo.reports1
SUBDIR += py-oslo.rootwrap
SUBDIR += py-oslo.rootwrap5
SUBDIR += py-oslo.serialization
SUBDIR += py-oslo.serialization2
SUBDIR += py-oslo.service
SUBDIR += py-oslo.service1
SUBDIR += py-oslo.upgradecheck
SUBDIR += py-oslo.utils
SUBDIR += py-oslo.utils3
SUBDIR += py-oslo.versionedobjects
SUBDIR += py-oslo.versionedobjects1
SUBDIR += py-oslo.vmware
SUBDIR += py-oslo.vmware2
SUBDIR += py-oslotest
SUBDIR += py-osprofiler
SUBDIR += py-outcome
@ -4900,7 +4871,6 @@
SUBDIR += py-pybind11
SUBDIR += py-pybix
SUBDIR += py-pycadf
SUBDIR += py-pycadf2
SUBDIR += py-pycalendar
SUBDIR += py-pycallgraph
SUBDIR += py-pycapsicum
@ -5186,11 +5156,9 @@
SUBDIR += py-tartiflette
SUBDIR += py-tartiflette-aiohttp
SUBDIR += py-taskflow
SUBDIR += py-taskflow3
SUBDIR += py-tasklib
SUBDIR += py-tblib
SUBDIR += py-tempora
SUBDIR += py-tempora1
SUBDIR += py-tenacity
SUBDIR += py-termcolor
SUBDIR += py-termstyle
@ -5209,12 +5177,10 @@
SUBDIR += py-timelib
SUBDIR += py-tinyarray
SUBDIR += py-tinyrpc
SUBDIR += py-tinyrpc0
SUBDIR += py-tipper
SUBDIR += py-tokenize-rt
SUBDIR += py-toolz
SUBDIR += py-tooz
SUBDIR += py-tooz1
SUBDIR += py-toposort
SUBDIR += py-tox
SUBDIR += py-traceback2
@ -5230,7 +5196,6 @@
SUBDIR += py-twiggy
SUBDIR += py-twilio
SUBDIR += py-twine
SUBDIR += py-twine1
SUBDIR += py-twisted
SUBDIR += py-txaio
SUBDIR += py-typechecks
@ -6482,6 +6447,7 @@
SUBDIR += rubygem-power_assert
SUBDIR += rubygem-powerbar
SUBDIR += rubygem-powerpack
SUBDIR += rubygem-pp
SUBDIR += rubygem-pqueue
SUBDIR += rubygem-prettyprint
SUBDIR += rubygem-progressbar
@ -6556,6 +6522,7 @@
SUBDIR += rubygem-rgen
SUBDIR += rubygem-rgl
SUBDIR += rubygem-rice
SUBDIR += rubygem-rinda
SUBDIR += rubygem-rodzilla
SUBDIR += rubygem-rotp
SUBDIR += rubygem-rr
@ -6775,6 +6742,7 @@
SUBDIR += rubygem-warbler
SUBDIR += rubygem-warden
SUBDIR += rubygem-wdm
SUBDIR += rubygem-weakref
SUBDIR += rubygem-web-console-rails60
SUBDIR += rubygem-web-console-rails61
SUBDIR += rubygem-web-console2

View File

@ -17,9 +17,6 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \
LIB_DEPENDS= libguile-2.2.so:lang/guile2
RUN_DEPENDS= bash:shells/bash
# bin/columns
CONFLICTS_INSTALL= columns
USES= gmake gnome libtool pathfix perl5 pkgconfig shebangfix tar:xz
USE_GNOME= libxml2
USE_PERL5= build
@ -36,6 +33,9 @@ USE_LDCONFIG= yes
INFO= autogen
# bin/columns
CONFLICTS_INSTALL= columns
SHEBANG_FILES= autoopts/tpl/*.pl
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
PORTNAME= brz
PORTVERSION= 3.1.0
PORTVERSION= 3.2.0
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1592005860
SHA256 (breezy-3.1.0.tar.gz) = 1eff207403f48898fa3b3ffa7a4275197c6c58fec105ef267caf1f5fd5a6c7be
SIZE (breezy-3.1.0.tar.gz) = 9389366
TIMESTAMP = 1623018325
SHA256 (breezy-3.2.0.tar.gz) = 97028f93e53128085f22051bd713cb27fcdae7755d1de9e606bafce514e9129b
SIZE (breezy-3.2.0.tar.gz) = 9444372

View File

@ -9,11 +9,19 @@ COMMENT= Common library for scalable and portable distributed machine learning
LICENSE= APACHE20
USES= cmake compiler:c++11-lang
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= dmlc
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c++11-lang
.endif
.include <bsd.port.mk>

View File

@ -13,9 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= git:devel/git
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
GH_ACCOUNT= ejwa
USE_GITHUB= yes

View File

@ -0,0 +1,11 @@
--- meson.build.orig 2021-06-09 23:37:27 UTC
+++ meson.build
@@ -19,7 +19,7 @@ if wrapper.contains('java')
endif
# See https://github.com/kiwix/kiwix-lib/issues/371
-if ['arm', 'mips', 'm68k', 'ppc', 'sh4'].contains(target_machine.cpu_family())
+if ['arm', 'mips', 'm68k', 'sh4'].contains(target_machine.cpu_family())
extra_libs += '-latomic'
endif

View File

@ -1,6 +1,6 @@
PORTNAME= level-zero
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.0
DISTVERSION= 1.3.6
CATEGORIES= devel
MAINTAINER= jbeich@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1622126368
SHA256 (oneapi-src-level-zero-v1.3.0_GH0.tar.gz) = 65f47c6627c6eafe95bb06c0f5f4a697f386ec7d502cf13513c6ac324114f05f
SIZE (oneapi-src-level-zero-v1.3.0_GH0.tar.gz) = 375296
TIMESTAMP = 1623194587
SHA256 (oneapi-src-level-zero-v1.3.6_GH0.tar.gz) = c2b3bd6e4ee3cc874bdcc32bc8705bd217ffc46b194c77e27b23b8391c0c9704
SIZE (oneapi-src-level-zero-v1.3.6_GH0.tar.gz) = 377562

View File

@ -1,6 +1,7 @@
include/level_zero/layers/zel_tracing_api.h
include/level_zero/layers/zel_tracing_ddi.h
include/level_zero/layers/zel_tracing_register_cb.h
include/level_zero/loader/ze_loader.h
include/level_zero/ze_api.h
include/level_zero/ze_ddi.h
include/level_zero/zes_api.h
@ -9,12 +10,12 @@ include/level_zero/zet_api.h
include/level_zero/zet_ddi.h
lib/libze_loader.so
lib/libze_loader.so.1
lib/libze_loader.so.1.3.0
lib/libze_loader.so.1.3.6
lib/libze_tracing_layer.so
lib/libze_tracing_layer.so.1
lib/libze_tracing_layer.so.1.3.0
lib/libze_tracing_layer.so.1.3.6
lib/libze_validation_layer.so
lib/libze_validation_layer.so.1
lib/libze_validation_layer.so.1.3.0
lib/libze_validation_layer.so.1.3.6
libdata/pkgconfig/level-zero.pc
libdata/pkgconfig/libze_loader.pc

View File

@ -23,8 +23,9 @@ RUN_DEPENDS= p5-Any-Moose>=0:devel/p5-Any-Moose \
TEST_DEPENDS= p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle \
p5-Test-Requires>=0:devel/p5-Test-Requires
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -13,8 +13,9 @@ COMMENT= Rapid creation of command line applications
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -19,8 +19,9 @@ RUN_DEPENDS= p5-CPAN-DistnameInfo>=0.10:devel/p5-CPAN-DistnameInfo \
p5-libwww>=0:www/p5-libwww \
p5-local-lib>=0:devel/p5-local-lib
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -13,8 +13,9 @@ COMMENT= Tie-able array that allows only unique values
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -11,9 +11,12 @@ COMMENT= Load subroutines only on demand
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE_ART10= ${WRKSRC}/Artistic
LICENSE_FILE_GPLv1+ = ${WRKSRC}/Copying
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>

View File

@ -14,15 +14,16 @@ COMMENT= Class that provides an event callback interface
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
OPTIONS_DEFINE= EXAMPLES
USES= perl5 shebangfix
USE_PERL5= configure
NO_ARCH= yes
USE_PERL5= configure
USES= perl5 shebangfix
SHEBANG_FILES= samples/simple_example
perl_OLD_CMD= /opt/perl/bin/perl
OPTIONS_DEFINE= EXAMPLES
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/samples/simple_example ${STAGEDIR}${EXAMPLESDIR}/

View File

@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Create Bread::Board containers as normal Moose objects
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Bread-Board>=0.22:devel/p5-Bread-Board \
@ -21,8 +21,9 @@ RUN_DEPENDS= p5-Bread-Board>=0.22:devel/p5-Bread-Board \
p5-Moose>=2.0200:devel/p5-Moose
TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -14,8 +14,9 @@ COMMENT= Alias for __PACKAGE__
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -13,8 +13,9 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -13,8 +13,9 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Carp-Always>=0.10:devel/p5-Carp-Always
TEST_DEPENDS= p5-IO-Pty-Easy>=0:devel/p5-IO-Pty-Easy
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -16,8 +16,9 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Accessor>0:devel/p5-Class-Accessor
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -12,6 +12,7 @@ COMMENT= Arrays, hashes, booleans, integers, sets, and more
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
@ -19,8 +20,9 @@ RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
p5-Data-Miscellany>=0:devel/p5-Data-Miscellany \
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -12,8 +12,9 @@ COMMENT= Minimalistic variant of p5-Class-Accessor
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -20,8 +20,9 @@ TEST_DEPENDS= p5-IO-Stringy>=2.1:devel/p5-IO-Stringy \
p5-Test-Deep>=0.110:devel/p5-Test-Deep \
p5-Test-Pod>=1.48:devel/p5-Test-Pod
NO_ARCH= yes
USE_PERL5= modbuild
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -15,8 +15,9 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Params-Classify>=0:devel/p5-Params-Classify
NO_ARCH= yes
USE_PERL5= modbuild
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -14,8 +14,9 @@ COMMENT= Utility subroutines for building "inside-out" objects
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -13,8 +13,9 @@ COMMENT= Perl module for natively copying Perl data structures
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
WRKSRC= ${WRKDIR}/${PORTNAME}
post-install:

View File

@ -16,8 +16,9 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -11,6 +11,7 @@ COMMENT= Load (and optionally decrypt via GnuPG) user/pass identity information
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-File-HomeDir>=0:devel/p5-File-HomeDir \
@ -18,8 +19,9 @@ RUN_DEPENDS= p5-File-HomeDir>=0:devel/p5-File-HomeDir \
p5-IPC-Run>=0:devel/p5-IPC-Run
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -15,8 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= p5-Test-Output>=0:devel/p5-Test-Output \
p5-Test-Warn>=0:devel/p5-Test-Warn
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -16,8 +16,8 @@ LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-LeakTrace>=0:devel/p5-Test-LeakTrace \
p5-Test-Requires>=0.03:devel/p5-Test-Requires
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Data/Clone/Clone.so

View File

@ -14,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= p5-Test-Bits>=0:devel/p5-Test-Bits
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -12,8 +12,9 @@ COMMENT= Details of the native integer data type
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USE_PERL5= modbuild
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -12,8 +12,9 @@ COMMENT= Find gaps and intersections in lists of ranges
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,7 +1,7 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= ExtUtils-CppGuess
PORTVERSION= 0.21
PORTVERSION= 0.22
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1579945437
SHA256 (ExtUtils-CppGuess-0.21.tar.gz) = ff629178321a1e591b83f809712593eae4408a413aa448654bce59b156f24153
SIZE (ExtUtils-CppGuess-0.21.tar.gz) = 14067
TIMESTAMP = 1622213932
SHA256 (ExtUtils-CppGuess-0.22.tar.gz) = 67db6fe271f5eeb0d3a3444c03fffab07b9a130a5742ec48eed6eca1b226a329
SIZE (ExtUtils-CppGuess-0.22.tar.gz) = 15285

View File

@ -0,0 +1,25 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= FFI-Platypus-Declare
PORTVERSION= 1.34
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Declarative interface to FFI::Platypus
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-FFI-Platypus>=1.33:devel/p5-FFI-Platypus
TEST_DEPENDS= p5-FFI-CheckLib>=0:devel/p5-FFI-CheckLib
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1622213912
SHA256 (FFI-Platypus-Declare-1.34.tar.gz) = a49f4eea480dcd646e59b51810731d9504bc769c5d389bff796bd687ca14d638
SIZE (FFI-Platypus-Declare-1.34.tar.gz) = 22244

View File

@ -0,0 +1,5 @@
FFI::Platypus::Declare provides a declarative interface to FFI::Platypus. It
provides a more concise interface at the cost of a little less power, and a
little more namespace pollution.
WWW: https://metacpan.org/release/FFI-Platypus-Declare

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/FFI/Platypus/Declare.pm
%%PERL5_MAN3%%/FFI::Platypus::Declare.3.gz

View File

@ -4,7 +4,7 @@ PORTNAME= Glib
PORTVERSION= 1.3293
CATEGORIES= devel perl5
MASTER_SITES= CPAN \
SF/gtk2-perl/${PORTNAME}/${PORTVERSION}
SF/gtk2-perl/Glib/${PORTVERSION}
MASTER_SITE_SUBDIR= CPAN:XAOC
PKGNAMEPREFIX= p5-

View File

@ -1,5 +1,5 @@
PORTNAME= astroid
PORTVERSION= 2.5.6
PORTVERSION= 2.5.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,6 +10,7 @@ COMMENT= Abstract syntax tree for Python with inference support
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=1.4.0:devel/py-lazy-object-proxy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wrapt>=1.11<1.13:devel/py-wrapt@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
@ -22,7 +23,8 @@ NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<1.5:devel/py-typed-ast@${PY_FLAVOR}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<1.5:devel/py-typed-ast@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR}
.endif
do-test:

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1619725343
SHA256 (astroid-2.5.6.tar.gz) = 8a398dfce302c13f14bab13e2b14fe385d32b73f4e4853b9bdfb64598baa1975
SIZE (astroid-2.5.6.tar.gz) = 181541
TIMESTAMP = 1622213938
SHA256 (astroid-2.5.7.tar.gz) = d66a600e1602736a0f24f725a511b0e50d12eb18f54b31ec276d2c26a0a62c6a
SIZE (astroid-2.5.7.tar.gz) = 183983

View File

@ -1,7 +1,7 @@
# Created by: Sofian Brabez <sbrabez@gmail.com>
PORTNAME= bitstring
PORTVERSION= 3.1.5
PORTVERSION= 3.1.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,13 +12,14 @@ COMMENT= Simple construction, analysis, and modification of binary data
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+ zip
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
PORTDOCS= PKG-INFO README.rst release_notes.txt
OPTIONS_DEFINE= DOCS
NO_ARCH= yes
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1506088290
SHA256 (bitstring-3.1.5.zip) = c163a86fcef377c314690051885d86b47419e3e1770990c212e16723c1c08faa
SIZE (bitstring-3.1.5.zip) = 624428
TIMESTAMP = 1622714501
SHA256 (bitstring-3.1.7.tar.gz) = fdf3eb72b229d2864fb507f8f42b1b2c57af7ce5fec035972f9566de440a864a
SIZE (bitstring-3.1.7.tar.gz) = 195788

View File

@ -1,41 +0,0 @@
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
PORTNAME= castellan
PORTVERSION= 1.4.0
PORTREVISION= 6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 1
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generic Key Manager interface for OpenStack
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=2.1:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-barbicanclient>=4.5.2:net/py-python-barbicanclient@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.4.0:devel/py-keystoneauth1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.config>=6.4.0:devel/py-oslo.config@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.context>=2.19.2:devel/py-oslo.context@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.log>=3.36.0:devel/py-oslo.log@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR}
USES= python:3.6+ shebangfix
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
# castellan 2.0.0+ requires Python 3.6+
PORTSCOUT= limit:^1\.
SHEBANG_GLOB= *.sh
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1578584011
SHA256 (castellan-1.4.0.tar.gz) = 6b3f88168e4b3be6ffdaada4b8b3b25bd9b5caacc2bbaf44f9b64fa4ebdc7060
SIZE (castellan-1.4.0.tar.gz) = 68508

View File

@ -1,4 +0,0 @@
Generic Key Manager interface for OpenStack.
WWW: https://docs.openstack.org/castellan/latest/
WWW: https://github.com/openstack/castellan

View File

@ -1,34 +0,0 @@
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
PORTNAME= cliff
PORTVERSION= 2.18.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 2
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Command Line Interface Formulation Framework
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.2<0.8:devel/py-prettytable0@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.0:devel/py-pyparsing@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=3.12:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cmd2>=0.8.0:devel/py-cmd2@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
# cliff 3.0.0+ requires Python 3.6+
PORTSCOUT= limit:^2\.
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1578584013
SHA256 (cliff-2.18.0.tar.gz) = 4893742290d4728324a164c4f4dfeafe5f7ec61a6b49c99d76cece98730667f2
SIZE (cliff-2.18.0.tar.gz) = 77905

View File

@ -1,5 +0,0 @@
cliff is a framework for building command line programs. It uses setuptools
entry points to provide subcommands, output formatters, and other extensions.
WWW: https://docs.openstack.org/cliff/latest/
WWW: https://github.com/openstack/cliff

View File

@ -1,28 +0,0 @@
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
PORTNAME= cmd2
PORTVERSION= 0.8.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 08
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Build interactive command line applications in Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyperclip>=0:devel/py-pyperclip@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
# cmd2 0.9.0.1+ requires Python 3.4+
PORTSCOUT= limit:^0\.8
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1578401136
SHA256 (cmd2-0.8.9.tar.gz) = 145cb677ebd0e3cae546ab81c30f6c25e0b08ba0f1071df854d53707ea792633
SIZE (cmd2-0.8.9.tar.gz) = 112543

View File

@ -1,8 +0,0 @@
cmd2 is a tool for building interactive command line applications in Python. Its
goal is to make it quick and easy for developers to build feature-rich and
user-friendly interactive command line applications. It provides a simple API
which is an extension of Python's built-in cmd module. cmd2 provides a wealth of
features on top of cmd to make your life easier and eliminates much of the
boilerplate code which would be necessary when using cmd.
WWW: https://github.com/python-cmd2/cmd2

View File

@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= dask
PORTVERSION= 2021.5.0
PORTVERSION= 2021.5.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1621183202
SHA256 (dask-2021.5.0.tar.gz) = f92dfcaebb41427042bd4f79f8aa6bbf2e7d796e0e655db0ffbe3003fe31681c
SIZE (dask-2021.5.0.tar.gz) = 3710206
TIMESTAMP = 1622213940
SHA256 (dask-2021.5.1.tar.gz) = 4f2a0f67cc99ca511cefa0a7d383870807776a17c26a8da788dafb68ab552079
SIZE (dask-2021.5.1.tar.gz) = 3713937

View File

@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= ddtrace
PORTVERSION= 0.49.1
PORTVERSION= 0.49.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1622213924
SHA256 (ddtrace-0.49.1.tar.gz) = 5754c0a2ee5b5c2d17a01a23c1c6780bccdf4a158bf3844d041bd5df4708e956
SIZE (ddtrace-0.49.1.tar.gz) = 1250679
TIMESTAMP = 1622213942
SHA256 (ddtrace-0.49.2.tar.gz) = 71d2bd191ed03a645e6cb869484f1f1db58adadaca5368bcce18e33138a71d1d
SIZE (ddtrace-0.49.2.tar.gz) = 1250883

View File

@ -1,29 +0,0 @@
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
PORTNAME= futurist
PORTVERSION= 1.10.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 1
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Useful additions to futures, from the future
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.1<0.8:devel/py-prettytable0@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
# futurist 2.0.0+ requires Python 3.6+
PORTSCOUT= limit:^1\.
.include <bsd.port.mk>

Some files were not shown because too many files have changed in this diff Show More