*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2021-10-14 15:53:35 +02:00
parent 11b860eb9c
commit bdc883acfa
674 changed files with 4219 additions and 1985 deletions

View File

@ -68,6 +68,8 @@ PLATFORM_DIR_SUFFIX= FreeBSD-x86
PLATFORM_DIR_SUFFIX= FreeBSD-aarch64
. elif ${ARCH} == powerpc64
PLATFORM_DIR_SUFFIX= FreeBSD-ppc64
. elif ${ARCH} == powerpc64le
PLATFORM_DIR_SUFFIX= FreeBSD-ppc64le
. else
PLATFORM_DIR_SUFFIX= Default
. endif

View File

@ -5,11 +5,11 @@
# os=Default is meant to be generic unix/linux
-known_os_archs := Linux-x86 Linux-x86_64 Linux-arm Linux-armv6 Linux-armv7 Linux-android-arm Linux-aarch64 Linux-ppc Linux-ppc64 Linux-ppc64le Linux-s390 Linux-s390x Mac-x86 Mac-x86_64 FreeBSD-x86_64 Windows-x86 Windows-x86_64 SunOS-x86 SunOS-sparc SunOS-x86_64 AIX-ppc AIX-ppc64
+known_os_archs := Linux-x86 Linux-x86_64 Linux-arm Linux-armv6 Linux-armv7 Linux-android-arm Linux-aarch64 Linux-ppc Linux-ppc64 Linux-ppc64le Linux-s390 Linux-s390x Mac-x86 Mac-x86_64 FreeBSD-aarch64 FreeBSD-ppc64 FreeBSD-x86 FreeBSD-x86_64 Windows-x86 Windows-x86_64 SunOS-x86 SunOS-sparc SunOS-x86_64 AIX-ppc AIX-ppc64
+known_os_archs := Linux-x86 Linux-x86_64 Linux-arm Linux-armv6 Linux-armv7 Linux-android-arm Linux-aarch64 Linux-ppc Linux-ppc64 Linux-ppc64le Linux-s390 Linux-s390x Mac-x86 Mac-x86_64 FreeBSD-aarch64 FreeBSD-ppc64 FreeBSD-ppc64le FreeBSD-x86 FreeBSD-x86_64 Windows-x86 Windows-x86_64 SunOS-x86 SunOS-sparc SunOS-x86_64 AIX-ppc AIX-ppc64
os_arch := $(OS_NAME)-$(OS_ARCH)
IBM_JDK_7 := $(findstring IBM, $(shell $(JAVA) -version 2>&1 | grep IBM | grep "JRE 1.7"))
@@ -249,6 +249,27 @@ Mac-x86_64_CXXFLAGS := -Ilib/inc_mac -I$(JAVA_HOME)/i
@@ -249,6 +249,34 @@ Mac-x86_64_CXXFLAGS := -Ilib/inc_mac -I$(JAVA_HOME)/i
Mac-x86_64_LINKFLAGS := -dynamiclib
Mac-x86_64_LIBNAME := libsnappyjava.jnilib
Mac-x86_64_SNAPPY_FLAGS :=
@ -28,6 +28,13 @@
+FreeBSD-ppc64_LIBNAME := libsnappyjava.so
+FreeBSD-ppc64_SNAPPY_FLAGS :=
+
+FreeBSD-ppc64le_CXX := $(CROSS_PREFIX)g++
+FreeBSD-ppc64le_STRIP := $(CROSS_PREFIX)strip
+FreeBSD-ppc64le_CXXFLAGS := -I$(JAVA_HOME)/include -Ilib/inc_mac -O2 -fPIC -fvisibility=hidden
+FreeBSD-ppc64le_LINKFLAGS := -shared -static-libgcc
+FreeBSD-ppc64le_LIBNAME := libsnappyjava.so
+FreeBSD-ppc64le_SNAPPY_FLAGS :=
+
+FreeBSD-x86_CXX := $(CROSS_PREFIX)g++
+FreeBSD-x86_STRIP := $(CROSS_PREFIX)strip
+FreeBSD-x86_CXXFLAGS := -I$(JAVA_HOME)/include -Ilib/inc_mac -O2 -fPIC -fvisibility=hidden

View File

@ -2,16 +2,21 @@
PORTNAME= alsa-lib
PORTVERSION= 1.2.2
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= audio
MASTER_SITES= ftp://ftp.alsa-project.org/pub/lib/ \
GENTOO
MASTER_SITES= GH
USE_GITHUB= yes
GH_ACCOUNT= alsa-project
GH_PROJECT= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= ALSA compatibility library
LICENSE= LGPL21+
USES= cpe libtool:keepla tar:bzip2
USES= autoreconf cpe libtool:keepla tar:bzip2
CPE_VENDOR= alsa-project
CPE_PRODUCT= alsa
USE_LDCONFIG= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1615528054
SHA256 (alsa-lib-1.2.2.tar.bz2) = d8e853d8805574777bbe40937812ad1419c9ea7210e176f0def3e6ed255ab3ec
SIZE (alsa-lib-1.2.2.tar.bz2) = 1030747
TIMESTAMP = 1634081449
SHA256 (alsa-project-alsa-lib-v1.2.2_GH0.tar.gz) = ad4fa29e3927c5bec0f71b24b6a88523f4e386905341fc9047abef5744805023
SIZE (alsa-project-alsa-lib-v1.2.2_GH0.tar.gz) = 780688

View File

@ -2,10 +2,14 @@
PORTNAME= alsa-plugins
PORTVERSION= 1.2.2
PORTREVISION= 2
PORTREVISION= 3
DISTVERSIONPREFIX= v
CATEGORIES= audio
MASTER_SITES= ftp://ftp.alsa-project.org/pub/plugins/ \
GENTOO
MASTER_SITES= GH
USE_GITHUB= yes
GH_ACCOUNT= alsa-project
GH_PROJECT= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= ALSA compatibility library plugins
@ -14,7 +18,7 @@ LICENSE= LGPL21+
LIB_DEPENDS= libasound.so:audio/alsa-lib
USES= alias libtool:keepla localbase pkgconfig tar:bzip2
USES= alias autoreconf libtool:keepla localbase pkgconfig tar:bzip2
GNU_CONFIGURE= yes
MAKE_ARGS+= RM="${RM}"
EXTRA_PATCHES+= ${FILESDIR}/alsa-plugins.patch

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1585923260
SHA256 (alsa-plugins-1.2.2.tar.bz2) = 1c0f06450c928d711719686c9dbece2d480184f36fab11b8f0534cb7b41e337d
SIZE (alsa-plugins-1.2.2.tar.bz2) = 406494
TIMESTAMP = 1634083456
SHA256 (alsa-project-alsa-plugins-v1.2.2_GH0.tar.gz) = 1872622227c474db9db57bf5b6ec91bbef391f9750e9d64d00d05af29f579e1a
SIZE (alsa-project-alsa-plugins-v1.2.2_GH0.tar.gz) = 121998

View File

@ -1,33 +0,0 @@
--- configure.orig 2016-03-31 13:14:07 UTC
+++ configure
@@ -12402,21 +12402,22 @@ else
$as_echo "yes" >&6; }
HAVE_SPEEXDSP="yes"
fi
- if test "$HAVE_SPEEXDSP" = "yes"; then
- HAVE_SPEEXDSP_TRUE=
- HAVE_SPEEXDSP_FALSE='#'
-else
- HAVE_SPEEXDSP_TRUE='#'
- HAVE_SPEEXDSP_FALSE=
-fi
-
# Check whether --with-speex was given.
if test "${with_speex+set}" = set; then :
withval=$with_speex; PPH=$withval
else
PPH="lib"
+fi
+
+
+ if test "$HAVE_SPEEXDSP" = "yes" -a "$PPH" != "no"; then
+ HAVE_SPEEXDSP_TRUE=
+ HAVE_SPEEXDSP_FALSE='#'
+else
+ HAVE_SPEEXDSP_TRUE='#'
+ HAVE_SPEEXDSP_FALSE=
fi

View File

@ -0,0 +1,17 @@
--- configure.ac.orig 2020-02-19 09:35:42 UTC
+++ configure.ac
@@ -145,12 +145,13 @@ AC_ARG_ENABLE([speexdsp],
if test "x$enable_speexdsp" != "xno"; then
PKG_CHECK_MODULES(speexdsp, [speexdsp >= 1.2rc2], [HAVE_SPEEXDSP="yes"], [HAVE_SPEEXDSP=""])
fi
-AM_CONDITIONAL(HAVE_SPEEXDSP, test "$HAVE_SPEEXDSP" = "yes")
AC_ARG_WITH([speex],
AS_HELP_STRING([--with-speex={builtin|lib|no}],
[build speex resampler (built-in code, link with external lib, or no build)]),
[PPH=$withval], [PPH="lib"])
+
+AM_CONDITIONAL(HAVE_SPEEXDSP, test "$HAVE_SPEEXDSP" = "yes")
USE_LIBSPEEX=""
if test "$PPH" = "lib"; then

View File

@ -2,9 +2,14 @@
PORTNAME= alsa-utils
PORTVERSION= 1.2.2
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= audio
MASTER_SITES= ftp://ftp.alsa-project.org/pub/utils/ \
GENTOO
MASTER_SITES= GH
USE_GITHUB= yes
GH_ACCOUNT= alsa-project
GH_PROJECT= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= ALSA compatibility utilities

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1615527978
SHA256 (alsa-utils-1.2.2.tar.bz2) = 44807bd578c5f6df6e91a11b8d37e546424a5a1ea8d8e659ee359fe01730e4f3
SIZE (alsa-utils-1.2.2.tar.bz2) = 1274821
TIMESTAMP = 1634081670
SHA256 (alsa-project-alsa-utils-v1.2.2_GH0.tar.gz) = 9da1ce4f12a4dd56d55cd5a8f6ae7d56ac91397c3d37fdfcd737adeeb34fce1c
SIZE (alsa-project-alsa-utils-v1.2.2_GH0.tar.gz) = 1252639

View File

@ -0,0 +1,8 @@
--- alsactl/Makefile.am.orig 2020-02-19 12:02:10 UTC
+++ alsactl/Makefile.am
@@ -66,4 +66,4 @@ CLEANFILES = \
90-alsa-restore.rules
%.7: %.xml
- xmlto man $?
+ $(xmlto) man $?

View File

@ -1,11 +0,0 @@
--- alsactl/Makefile.in.orig 2021-03-12 04:46:51 UTC
+++ alsactl/Makefile.in
@@ -1110,7 +1110,7 @@ alsa-restore.service: alsa-restore.service.in
$(edit)
%.7: %.xml
- xmlto man $?
+ $(xmlto) man $?
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.

View File

@ -1,14 +1,12 @@
# Created by: takefu <takefu@airport.fm>
PORTNAME= libaacplus
PORTVERSION= 2.0.2
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= http://tipok.org.ua/downloads/media/aacplus/libaacplus/ \
ftp://ftp.3gpp.org/Specs/archive/26_series/26.410/:site2 \
http://www.3gpp.org/ftp/Specs/archive/26_series/26.410/:site2
https://www.3gpp.org/ftp/Specs/archive/26_series/26.410/:site2
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${SRC26410}:site2
${SRC26410}.zip:site2
MAINTAINER= takefu@airport.fm
COMMENT= HE-AAC+ Codec as Shared Library
@ -17,23 +15,23 @@ LICENSE= libaacplus
LICENSE_NAME= 3GPP
LICENSE_TEXT= unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies
LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
LICENSE_DISTFILES_3GPP= ${SRC26410}
CONFLICTS= aacplusenc-0*
DEPRECATED= Abandoned upstream, no new release since 2011
EXPIRATION_DATE=2021-12-31
USES= autoreconf cpe pathfix pkgconfig libtool
USE_CSTD= gnu89
USES= autoreconf cpe pathfix pkgconfig libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
INSTALL_TARGET= install-strip
CPE_VENDOR= libaacplus_project
CONFLICTS= aacplusenc-0*
OPTIONS_DEFINE= FFTW3
OPTIONS_DEFAULT=FFTW3
SRC26410= 26410-800.zip
FFTW3_DESC= Use FFTW3 library for performance
FFTW3_LIB_DEPENDS= libfftw3.so:math/fftw3 \
@ -41,13 +39,18 @@ FFTW3_LIB_DEPENDS= libfftw3.so:math/fftw3 \
FFTW3_CONFIGURE_ON= --with-fftw3=yes --with-fftw3-prefix=${LOCALBASE}
FFTW3_CONFIGURE_OFF= --with-fftw3=no
LICENSE_DISTFILES_3GPP= ${SRC26410}.zip
SRC26410= 26410-g00
pre-configure:
@${CP} ${DISTDIR}/26410-800.zip ${WRKSRC}/src
@${CP} ${DISTDIR}/${SRC26410}.zip ${WRKSRC}/src
@${REINPLACE_CMD} -e 's,@includedir@\/aacplus,@prefix@\/include,' \
${WRKSRC}/aacplus.pc.in
@${REINPLACE_CMD} -e 's,\/aacplus\.h,\/libaacplus\/aacplus\.h,' \
${WRKSRC}/aacplus.spec.in
@${REINPLACE_CMD} -e 's,INCLUDES,AM_CPPFLAGS,'\
${WRKSRC}/frontend/Makefile.am ${WRKSRC}/src/Makefile.am
@${REINPLACE_CMD} -e 's,%%SRC26410%%,${SRC26410},g' \
${WRKSRC}/src/Makefile.am
.include <bsd.port.mk>

View File

@ -1,4 +1,5 @@
TIMESTAMP = 1630653095
SHA256 (libaacplus-2.0.2.tar.gz) = 60dceb64d4ecf0be8d21661d5af2f214710f9d5b6ab389a5bdebf746baa7e1d7
SIZE (libaacplus-2.0.2.tar.gz) = 42155
SHA256 (26410-800.zip) = 4e7b3268b4e21a4dc2c88ee3af57c9115334d6b616a6e5f2e3f43643bf37b72f
SIZE (26410-800.zip) = 1348294
SHA256 (26410-g00.zip) = 2a180b4a71160bdf37f49c47be6e67e0674f560b7d329088b2f13d232ed82db2
SIZE (26410-g00.zip) = 1215311

View File

@ -1,19 +1,53 @@
--- src/Makefile.am.orig 2010-11-10 21:27:41 UTC
+++ src/Makefile.am
@@ -206,14 +206,14 @@ $(library_sources_used):
@@ -1,5 +1,5 @@
-DISTCLEANFILES = 26410-800.zip $(top_srcdir)/26410-800.doc 26410-800-ANSI-C_source_code.zip $(library_sources_used) $(library_headers_used)
+DISTCLEANFILES = %%SRC26410%%.zip $(top_srcdir)/%%SRC26410%%.doc %%SRC26410%%-ANSI-C_source_code.zip $(library_sources_used) $(library_headers_used)
EXTRA_DIST = libaacplus.sym
INCLUDES = @FFTW3_INCFLAGS@ -I$(top_srcdir)/include
LDADD = @FFTW3_LDFLAGS@
@@ -191,9 +191,9 @@ remove_debugging_symbols:
unpack_3gp_sources:
if ! [ -e $(srcdir)/aacenc.c ]; \
then \
- $(MAKE) $(srcdir)/26410-800-ANSI-C_source_code.zip; \
+ $(MAKE) $(srcdir)/%%SRC26410%%-ANSI-C_source_code.zip; \
$(MAKE) $(srcdir)/FloatFR_aacPlusenc; \
- rm -f $(srcdir)/26410-800-ANSI-C_source_code.zip; \
+ rm -f $(srcdir)/%%SRC26410%%-ANSI-C_source_code.zip; \
$(MAKE) sources_delete; \
$(MAKE) sources_copy; \
rm -rf $(srcdir)/FloatFR_aacPlusenc; \
@@ -206,22 +206,22 @@ $(library_sources_used):
$(MAKE) unpack_3gp_sources
$(srcdir)/FloatFR_aacPlusenc:
- cd $(srcdir) && $(UNZIP) 26410-800-ANSI-C_source_code.zip
+ cd $(srcdir) && /usr/bin/bsdtar xf 26410-800-ANSI-C_source_code.zip
+ cd $(srcdir) && /rescue/tar xf %%SRC26410%%-ANSI-C_source_code.zip
mv -f $(srcdir)/3GPP_enhanced_aacPlus_src_*/FloatFR_aacPlusenc $(srcdir)
rm -rf $(srcdir)/3GPP_enhanced_aacPlus_src_*
$(srcdir)/26410-800-ANSI-C_source_code.zip: $(srcdir)/26410-800.zip
rm -f $(srcdir)/26410-800-ANSI-C_source_code.zip $(srcdir)/26410-800.doc
-$(srcdir)/26410-800-ANSI-C_source_code.zip: $(srcdir)/26410-800.zip
- rm -f $(srcdir)/26410-800-ANSI-C_source_code.zip $(srcdir)/26410-800.doc
- cd $(srcdir) && $(UNZIP) 26410-800.zip
+ cd $(srcdir) && /usr/bin/bsdtar xf 26410-800.zip
mv $(srcdir)/26410-800.doc $(top_srcdir)/26410-800.doc
chmod og-w $(top_srcdir)/26410-800.doc
- mv $(srcdir)/26410-800.doc $(top_srcdir)/26410-800.doc
- chmod og-w $(top_srcdir)/26410-800.doc
+$(srcdir)/%%SRC26410%%-ANSI-C_source_code.zip: $(srcdir)/%%SRC26410%%.zip
+ rm -f $(srcdir)/%%SRC26410%%-ANSI-C_source_code.zip $(srcdir)/%%SRC26410%%.doc
+ cd $(srcdir) && /rescue/tar xf %%SRC26410%%.zip
+ mv $(srcdir)/%%SRC26410%%.doc $(top_srcdir)/%%SRC26410%%.doc
+ chmod og-w $(top_srcdir)/%%SRC26410%%.doc
-$(srcdir)/26410-800.zip:
- cd $(srcdir) && $(DOWNLOADER_PROG) http://www.3gpp.org/ftp/Specs/archive/26_series/26.410/26410-800.zip
+$(srcdir)/%%SRC26410%%.zip:
+ cd $(srcdir) && $(DOWNLOADER_PROG) http://www.3gpp.org/ftp/Specs/archive/26_series/26.410/%%SRC26410%%.zip
extraclean:
- rm -f $(distdir)/($(library_sources_used)) $(distdir)/($(library_headers_used)) $(distdir)/26410-800.zip $(distdir)/../26410-800.doc $(distdir)/26410-800_ANSI-C_source_code.zip
+ rm -f $(distdir)/($(library_sources_used)) $(distdir)/($(library_headers_used)) $(distdir)/%%SRC26410%%.zip $(distdir)/../%%SRC26410%%.doc $(distdir)/%%SRC26410%%_ANSI-C_source_code.zip
# WARNING: These commands use internal automake command and may fail in future version.
extradist-gzip: distdir extraclean

View File

@ -1,3 +1,3 @@
HE-AAC+ Codec as Shared Library
WWW: http://tipok.org.ua/node/17/
WWW: https://tipok.org.ua/node/17/

View File

@ -14,7 +14,8 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= python:3.6+
USES= cpe python:3.6+
CPE_VENDOR= travis_shirk
USE_PYTHON= autoplist distutils
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecation>0:devel/py-deprecation@${PY_FLAVOR} \

View File

@ -1,7 +1,7 @@
# Created by: Mark Felder <feld@FreeBSD.org>
PORTNAME= pylast
PORTVERSION= 4.2.1
PORTVERSION= 4.3.0
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1619910313
SHA256 (pylast-4.2.1.tar.gz) = 4757a7424ea5bae062a1b30f0e7e71d525f1ef3508ff973c74fb725a4986ff5f
SIZE (pylast-4.2.1.tar.gz) = 44324
TIMESTAMP = 1634111708
SHA256 (pylast-4.3.0.tar.gz) = 71fd876e3753009bd10ea55b3f8f7c5d68591ee18a4127d257fc4a418010aa5c
SIZE (pylast-4.3.0.tar.gz) = 43760

View File

@ -9,7 +9,8 @@ COMMENT= Simple software midi player and core softsynth library
# player: GPLv3, library: LGPL3
LICENSE= LGPL3
USES= cmake
USES= cmake cpe
CPE_VENDOR= mindwerks
USE_LDCONFIG= yes
USE_GITHUB= yes

View File

@ -29,7 +29,8 @@ PREFIX= /usr
CONFIGURE_ENV+= ${_tool}_FOR_TARGET="${${_tool}}"
.endfor
USES= gmake libtool tar:xz makeinfo
USES= cpe gmake libtool tar:xz makeinfo
CPE_VENDOR= gnu
PLIST_SUB= OPSYS=${OPSYS:tl} \
SUFFIX=${SUFFIX} \
GCC_TARGET=${GCC_TARGET} \

View File

@ -1,7 +1,7 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= benchmark-ips
PORTVERSION= 2.9.1
PORTVERSION= 2.9.2
CATEGORIES= benchmarks rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1622213936
SHA256 (rubygem/benchmark-ips-2.9.1.gem) = 231a7b0283057734e0b1cb87cabac3c2603f96031d39adaeb368701c4ae4a132
SIZE (rubygem/benchmark-ips-2.9.1.gem) = 21504
TIMESTAMP = 1634111832
SHA256 (rubygem/benchmark-ips-2.9.2.gem) = 326448bfe7d8471fff5b41b45e429d36f49997737cc89055c85ec884c5fda9f8
SIZE (rubygem/benchmark-ips-2.9.2.gem) = 21504

View File

@ -138,12 +138,14 @@
SUBDIR += psi88
SUBDIR += py-Genesis-PyAPI
SUBDIR += py-PySCeS
SUBDIR += py-bigwig
SUBDIR += py-pybigwig
SUBDIR += py-biom-format
SUBDIR += py-biopython
SUBDIR += py-bx-python
SUBDIR += py-crossmap
SUBDIR += py-cutadapt
SUBDIR += py-deeptools
SUBDIR += py-deeptoolsintervals
SUBDIR += py-dnaio
SUBDIR += py-ete3
SUBDIR += py-gffutils
@ -159,6 +161,7 @@
SUBDIR += py-orange3-bioinformatics
SUBDIR += py-orange3-single-cell
SUBDIR += py-pandas-charm
SUBDIR += py-py2bit
SUBDIR += py-pyfaidx
SUBDIR += py-pysam
SUBDIR += py-python-libsbml

View File

@ -1,5 +1,5 @@
PORTNAME= biostar-tools
PORTVERSION= 1.8.0
PORTVERSION= 1.9.0
CATEGORIES= biology python
MAINTAINER= jwb@FreeBSD.org
@ -61,7 +61,8 @@ RUN_DEPENDS= wget>0:ftp/wget \
${PYTHON_PKGNAMEPREFIX}pywgsim>0:biology/py-pywgsim@${PY_FLAVOR} \
sam2pairwise>0:biology/sam2pairwise \
kallisto>0:biology/kallisto \
bamutil>0:biology/bamutil
bamutil>0:biology/bamutil \
${PYTHON_PKGNAMEPREFIX}deepTools>0:biology/py-deeptools@${PY_FLAVOR}
USES= metaport python

View File

@ -1 +1 @@
TIMESTAMP = 1634056949
TIMESTAMP = 1634212395

View File

@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0.10.4:devel/py-nose@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysam>0:biology/py-pysam@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}bx-python>0:biology/py-bx-python@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyBigWig>0:biology/py-bigwig@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}pyBigWig>0:biology/py-pybigwig@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist concurrent cython distutils

View File

@ -0,0 +1,26 @@
PORTNAME= deepTools
DISTVERSION= 3.5.1
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jwb@FreeBSD.org
COMMENT= User-friendly tools for exploring deep-sequencing data
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.17.0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=3.3.0:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pysam>=0.14.0:biology/py-pysam@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}py2bit>=0.3.0:biology/py-py2bit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpydoc>=0.5:textproc/py-numpydoc@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyBigWig>=0.3.18:biology/py-pybigwig@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}plotly>=4.9:graphics/py-plotly@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}deeptoolsintervals>=0.1.8:biology/py-deeptoolsintervals@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1617285775
SHA256 (deepTools-3.5.1.tar.gz) = 62eea132513afa5f6bb51387e5866a5c3a26613aeb7e8c9600c38becf2ecb716
SIZE (deepTools-3.5.1.tar.gz) = 199732

View File

@ -0,0 +1,9 @@
deepTools contains useful modules to process the mapped reads data for
multiple quality checks, creating normalized coverage files in standard
bedGraph and bigWig file formats, that allow comparison between
different files (for example, treatment and control). Finally, using
such normalized and standardized files, deepTools can create many
publication-ready visualizations to identify enrichments and for
functional annotations of the genome.
WWW: https://github.com/deeptools/deepTools

View File

@ -0,0 +1,16 @@
PORTNAME= deeptoolsintervals
DISTVERSION= 0.1.9
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jwb@FreeBSD.org
COMMENT= Python interface for deepTools interval trees
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1617289403
SHA256 (deeptoolsintervals-0.1.9.tar.gz) = 7d94c36fd2b6f10d8b99e536d2672e8228971f1fc810497d33527bba2c40d4f6
SIZE (deeptoolsintervals-0.1.9.tar.gz) = 41123

View File

@ -0,0 +1,11 @@
--- setup.py.orig 2021-10-13 15:57:11 UTC
+++ setup.py
@@ -32,7 +32,7 @@ setup(name='deeptoolsintervals',
author_email="ryan@ie-freiburg.mpg.de",
url="https://github.com/deeptools/deeptools_intervals",
keywords=["bioinformatics", "GTF"],
- classifier=["Development Status :: 5 - Production/Stable",
+ classifiers=["Development Status :: 5 - Production/Stable",
"Environment :: Console",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",

View File

@ -0,0 +1,4 @@
Deeptools_intervals is an interval tree backend designed to interface
with deepTools, supporting metadata associated with each interval.
WWW: https://github.com/deeptools/deeptools_intervals

View File

@ -0,0 +1,16 @@
PORTNAME= py2bit
DISTVERSION= 0.3.0
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jwb@FreeBSD.org
COMMENT= Python interface for 2bit packed nucleotide files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1617287956
SHA256 (py2bit-0.3.0.tar.gz) = 450555c40cba66957ac8c9a4b6afb625fb34c4bb41638de78c87661ff8b682ef
SIZE (py2bit-0.3.0.tar.gz) = 16010

View File

@ -0,0 +1,5 @@
py2bit is a python extension, written in C, for quick access to 2bit
files for randomly accessible, packed nucleotide sequences. The
extension uses lib2bit for file access.
WWW: https://github.com/deeptools/py2bit

View File

@ -1,7 +1,7 @@
# Created by: Hannes Hauswedell <h2+fbsdports@fsfe.org>
PORTNAME= ugene
PORTVERSION= 40.0
PORTVERSION= 40.1
CATEGORIES= biology science
MAINTAINER= h2+fbsdports@fsfe.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1631110733
SHA256 (ugeneunipro-ugene-40.0_GH0.tar.gz) = 7a2f06141d571f45ce61e68af0a2456a3b3892b2d97104ec7ddfd1113b447c0f
SIZE (ugeneunipro-ugene-40.0_GH0.tar.gz) = 28789225
TIMESTAMP = 1633934483
SHA256 (ugeneunipro-ugene-40.1_GH0.tar.gz) = 92b954449f697957c6b6b2da803ba6ae9ad546f44c584bbb2ab8600ac8b45a6e
SIZE (ugeneunipro-ugene-40.1_GH0.tar.gz) = 28791083

View File

@ -24,7 +24,8 @@ LIB_DEPENDS= libtbb.so:devel/onetbb \
BUILD_DEPENDS= cereal>=1.3.0.10:devel/cereal \
cgal>=5.0.2:math/cgal
USES= cmake desktop-file-utils eigen:3 gettext gl iconv pkgconfig
USES= cmake cpe desktop-file-utils eigen:3 gettext gl iconv pkgconfig
CPE_VENDOR= prusa3d
CMAKE_ARGS+= -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \
-DSLIC3R_GTK=3 \
-DSLIC3R_FHS=1

View File

@ -17,7 +17,8 @@ BROKEN_armv7= fails to compile: cadheader.cpp: ambiguous conversion for functio
USE_GITHUB= yes
GH_ACCOUNT= sandyre
USES= cmake compiler:c++11-lib
USES= cmake cpe compiler:c++11-lib
CPE_VENDOR= ${PORTNAME}_project
USE_LDCONFIG= yes
.include <bsd.port.mk>

View File

@ -13,7 +13,9 @@ LIB_DEPENDS= libplist-2.0.so:devel/libplist
CONFLICTS_INSTALL=usbmuxd-1.0.[6-8]
USES= libtool pathfix pkgconfig tar:bzip2
USES= cpe libtool pathfix pkgconfig tar:bzip2
USES= cpe
CPE_VENDOR= libimobiledevice
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes

View File

@ -10,6 +10,8 @@ COMMENT= Dumb Terminal Emulator
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cpe
CPE_VENDOR= ${PORTNAME}_project
USE_GITHUB= yes
GH_ACCOUNT= npat-efault

View File

@ -1,9 +1,9 @@
# Created by: ijliao
PORTNAME= fribidi
PORTVERSION= 1.0.10
DISTVERSION= 1.0.11
CATEGORIES= converters
MASTER_SITES= https://github.com/fribidi/fribidi/releases/download/v${PORTVERSION}/
MASTER_SITES= https://github.com/fribidi/fribidi/releases/download/v${DISTVERSION}/
MAINTAINER= desktop@FreeBSD.org
COMMENT= Free Implementation of the Unicode Bidirectional Algorithm
@ -11,11 +11,19 @@ COMMENT= Free Implementation of the Unicode Bidirectional Algorithm
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe meson tar:xz
USE_LDCONFIG= yes
MESON_ARGS= -Dtests=false
USES= cpe meson python:3.6+,test shebangfix tar:xz
CPE_VENDOR= gnu
SHEBANG_FILES= test/test-runner.py
USE_LDCONFIG= yes
TEST_TARGET= test
OPTIONS_DEFINE= OPTIMIZED_CFLAGS TEST
OPTIONS_DEFAULT=OPTIMIZED_CFLAGS
OPTIMIZED_CFLAGS_CFLAGS= -O3
TEST_MESON_TRUE=tests
post-patch:
@${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' < \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1600950598
SHA256 (fribidi-1.0.10.tar.xz) = 7f1c687c7831499bcacae5e8675945a39bacbad16ecaa945e9454a32df653c01
SIZE (fribidi-1.0.10.tar.xz) = 1147588
TIMESTAMP = 1634154952
SHA256 (fribidi-1.0.11.tar.xz) = 30f93e9c63ee627d1a2cedcf59ac34d45bf30240982f99e44c6e015466b4e73d
SIZE (fribidi-1.0.11.tar.xz) = 1077004

View File

@ -0,0 +1,11 @@
--- test/meson.build.orig 2021-10-13 20:07:06 UTC
+++ test/meson.build
@@ -19,7 +19,7 @@ foreach t : tests
endforeach
if get_option('fuzzer_ldflags') != ''
- cases = run_command(import('python3').find_python(), '-c',
+ cases = run_command(import('python').find_installation(), '-c',
'''import os; print('\n'.join(os.listdir('@0@')))'''.format(join_paths(meson.current_source_dir(), 'fuzzing'))
).stdout().strip().split('\n')
foreach case : cases

View File

@ -1,7 +1,7 @@
# Created by: Rong-En Fan <rafan@infor.org>
PORTNAME= Encode
PORTVERSION= 3.12
PORTVERSION= 3.14
CATEGORIES= converters perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DANKOGAI

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1632036932
SHA256 (Encode-3.12.tar.gz) = 38da5b7f74bc402075f5994557b5f1426636291efea0f39fcdf4b1366b0756fd
SIZE (Encode-3.12.tar.gz) = 2056308
TIMESTAMP = 1634111674
SHA256 (Encode-3.14.tar.gz) = a9c48f30ffc785c07e0db8a803074109ff3ffe979af6e1a6769741ca7f587776
SIZE (Encode-3.14.tar.gz) = 2056480

View File

@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python:3.6+
USES= cpe python:3.6+
CPE_VENDOR= ${PORTNAME}_project
USE_PYTHON= autoplist distutils
# Make setup.py test target work with setup.py:test_suite

View File

@ -19,6 +19,8 @@ USES= autoreconf libtool pathfix perl5 shebangfix
USE_GITHUB= yes
GH_ACCOUNT= Yeraze
USES= cpe
CPE_VENDOR= ${PORTNAME}_project
USE_PERL5= run
SHEBANG_FILES= ytnef/ytnefprocess

View File

@ -573,6 +573,7 @@
SUBDIR += pg_citus
SUBDIR += pg_dirtyread
SUBDIR += pg_ed25519
SUBDIR += pg_filedump
SUBDIR += pg_hashids
SUBDIR += pg_partman
SUBDIR += pg_qualstats

View File

@ -1,7 +1,7 @@
# Created by: Jov amutu@amutu.com
PORTNAME= ora2pg
PORTVERSION= 21.1
PORTVERSION= 22.1
DISTVERSIONPREFIX= v
CATEGORIES= databases

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1618020888
SHA256 (darold-ora2pg-v21.1_GH0.tar.gz) = 3dd6def530ce9f9a06147af205307a419c711760572b2ab1ed25d41ae140aa09
SIZE (darold-ora2pg-v21.1_GH0.tar.gz) = 465758
TIMESTAMP = 1634194491
SHA256 (darold-ora2pg-v22.1_GH0.tar.gz) = 9157c9be2cee03df69eae67f92a5df8eeb8f47892ac436311da4ae145a9630a0
SIZE (darold-ora2pg-v22.1_GH0.tar.gz) = 477521

View File

@ -1,5 +1,5 @@
PORTNAME= DBIx-Class-Migration
PORTVERSION= 0.073
PORTVERSION= 0.075
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1553473945
SHA256 (DBIx-Class-Migration-0.073.tar.gz) = bdbd145cc0173fe274aed4412f84b93520053f2203c0748758b759ebd360735c
SIZE (DBIx-Class-Migration-0.073.tar.gz) = 180194
TIMESTAMP = 1634125535
SHA256 (DBIx-Class-Migration-0.075.tar.gz) = e517362fcaca0d7bcd2cdc035841f8b49d686bbca5660c2e4387b11a0d739d61
SIZE (DBIx-Class-Migration-0.075.tar.gz) = 188825

View File

@ -1,7 +1,7 @@
# Created by: Jov amutu@amutu.com
PORTNAME= pgFormatter
PORTVERSION= 5.0
PORTVERSION= 5.1
DISTVERSIONPREFIX= v
CATEGORIES= databases

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1613478311
SHA256 (darold-pgFormatter-v5.0_GH0.tar.gz) = 1bb5b2e2b4ca27789d617456e1a0301a0c2e3c4a32f93ccbf71bdf1ff0219217
SIZE (darold-pgFormatter-v5.0_GH0.tar.gz) = 1311094
TIMESTAMP = 1634111644
SHA256 (darold-pgFormatter-v5.1_GH0.tar.gz) = 9d9974f70002e12ea12344d4373202a637572729c297f3f85e51fb2f60519997
SIZE (darold-pgFormatter-v5.1_GH0.tar.gz) = 1314702

View File

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= pg_filedump
PORTVERSION= 14.0
CATEGORIES= databases
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Display formatted contents of a PostgreSQL heap, index, or control file
LICENSE= GPLv2+
USES= gmake pgsql
MAKE_ARGS= PG_LDFLAGS=-lintl
WANT_PGSQL= lib server
PLIST_FILES= bin/pg_filedump
GH_ACCOUNT= df7cb
GH_TAGNAME= REL_${PORTVERSION:R}_${PORTVERSION:E}
USE_GITHUB= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1634111636
SHA256 (df7cb-pg_filedump-14.0-REL_14_0_GH0.tar.gz) = 46608d7eed343a566e58b67b31452799bb9f0083de1c7b8b2d356a4029f23fbf
SIZE (df7cb-pg_filedump-14.0-REL_14_0_GH0.tar.gz) = 30684

View File

@ -0,0 +1,17 @@
pg_filedump is a utility to format PostgreSQL heap/index/control files into a
human-readable form. You can format/dump the files several ways, as listed in
the Invocation section, as well as dumping straight binary.
The type of file (heap/index) can usually be determined automatically by the
content of the blocks within the file. However, to format a pg_control file you
must use the -c option.
The default is to format the entire file using the block size listed in block 0
and display block relative addresses. These defaults can be modified using
run-time options.
Some options may seem strange but they're there for a reason. For example, block
size. It's there because if the header of block 0 is corrupt, you need a method
of forcing a block size.
WWW: https://github.com/df7cb/pg_filedump

View File

@ -1,7 +1,7 @@
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
PORTNAME= pgmetrics
PORTVERSION= 1.11.0
PORTVERSION= 1.12.0
DISTVERSIONPREFIX=v
CATEGORIES= databases

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1618559219
SHA256 (rapidloop-pgmetrics-v1.11.0_GH0.tar.gz) = e93ec6b03a20faa07a3796db1f65116353274453ae51df26feac315a2fb1cdea
SIZE (rapidloop-pgmetrics-v1.11.0_GH0.tar.gz) = 58047
TIMESTAMP = 1634198114
SHA256 (rapidloop-pgmetrics-v1.12.0_GH0.tar.gz) = 82f2527b4754f3b96282d14de7ddbd98fa7030ede193361062b6a83f51c68acf
SIZE (rapidloop-pgmetrics-v1.12.0_GH0.tar.gz) = 59899
SHA256 (aws-aws-sdk-go-v1.29.29_GH0.tar.gz) = f0818823a2402900216295cc95e64ff8042d698e031cc2a660528866d0fc15ec
SIZE (aws-aws-sdk-go-v1.29.29_GH0.tar.gz) = 14308891
SHA256 (dustin-go-humanize-bb3d318650d4_GH0.tar.gz) = 2528a929daba61ff84ee81b397321b022b2f1cc134068f0afac5edaeb4894894

View File

@ -1,5 +1,5 @@
PORTNAME= puppetdb-terminus
PORTVERSION= 6.18.0
PORTVERSION= 6.19.0
CATEGORIES= databases ruby
MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/
PKGNAMESUFFIX= 6

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1626931664
SHA256 (puppetdb-6.18.0.tar.gz) = 150c4ef06c265f38ef4dd73c6dfd54fd7fa0a71e1400a2ba2fd4c1b227cfdfea
SIZE (puppetdb-6.18.0.tar.gz) = 47459324
TIMESTAMP = 1634188724
SHA256 (puppetdb-6.19.0.tar.gz) = a679f921e716c49b30d3a252f7436f17f1daad4e2c48d0f72096424b1c037cdb
SIZE (puppetdb-6.19.0.tar.gz) = 48048366

View File

@ -1,4 +1,4 @@
--- Makefile.orig 2021-07-13 22:34:05 UTC
--- Makefile.orig 2021-10-07 07:55:24 UTC
+++ Makefile
@@ -1,7 +1,7 @@
prefix = /usr/local
@ -13,21 +13,21 @@
install-puppetdb-termini:
- install -Dm 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb"
- install -Dm 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb"
- install -Dm 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb"
- install -Dm 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb"
- install -Dm 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb"
- install -Dm 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb"
- install -Dm 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb"
- install -Dm 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb"
- install -Dm 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb"
- install -Dm 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb"
- install -Dm 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb"
- install -Dm 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb"
- install -Dm 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb"
- install -Dm 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb"
- install -Dm 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb"
- install -Dm 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb"
- install -Dm 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb"
- install -Dm 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb"
- install -Dm 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb"
- install -Dm 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb"
- install -Dm 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb"
- install -Dm 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb"
- install -Dm 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb"
+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet"
+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/face"
@ -41,21 +41,21 @@
+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/reports"
+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/util"
+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb"
+ install -m 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb"
+ install -m 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb"
+ install -m 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb"
+ install -m 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb"
+ install -m 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb"
+ install -m 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb"
+ install -m 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb"
+ install -m 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb"
+ install -m 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb"
+ install -m 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb"
+ install -m 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb"
+ install -m 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb"
+ install -m 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb"
+ install -m 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb"
+ install -m 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb"
+ install -m 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb"
+ install -m 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb"
+ install -m 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb"
+ install -m 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb"
+ install -m 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb"
+ install -m 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb"
+ install -m 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb"
+ install -m 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb"
install-rpm-sysv-init: install-rpm-preinst

View File

@ -1,5 +1,5 @@
PORTNAME= puppetdb
PORTVERSION= 6.18.0
PORTVERSION= 6.19.0
CATEGORIES= databases java
MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/
PKGNAMESUFFIX= 6

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1626931697
SHA256 (puppetdb-6.18.0.tar.gz) = 150c4ef06c265f38ef4dd73c6dfd54fd7fa0a71e1400a2ba2fd4c1b227cfdfea
SIZE (puppetdb-6.18.0.tar.gz) = 47459324
TIMESTAMP = 1634188627
SHA256 (puppetdb-6.19.0.tar.gz) = a679f921e716c49b30d3a252f7436f17f1daad4e2c48d0f72096424b1c037cdb
SIZE (puppetdb-6.19.0.tar.gz) = 48048366

View File

@ -1,4 +1,4 @@
--- Makefile.orig 2021-07-13 22:34:05 UTC
--- Makefile.orig 2021-10-07 07:55:24 UTC
+++ Makefile
@@ -1,24 +1,24 @@
-prefix = /usr/local
@ -17,23 +17,23 @@
install -m 0774 ext/ezbake-functions.sh "$(DESTDIR)$(datadir)/puppetdb"
install -m 0644 ext/ezbake.manifest "$(DESTDIR)$(datadir)/puppetdb"
- install -d -m 0755 "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d"
- install -m 0644 ext/config/logback.xml "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/logback.xml"
- install -m 0644 ext/config/bootstrap.cfg "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/bootstrap.cfg"
- install -m 0644 ext/config/request-logging.xml "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/request-logging.xml"
- install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/config.ini"
- install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/repl.ini"
- install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/auth.conf"
- install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/database.ini"
- install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/jetty.ini"
- install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/repl.ini"
- install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/config.ini"
- install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/auth.conf"
- install -m 0644 ext/config/request-logging.xml "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/request-logging.xml"
- install -m 0644 ext/config/bootstrap.cfg "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/bootstrap.cfg"
- install -m 0644 ext/config/logback.xml "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/logback.xml"
+ install -d -m 0755 "$(DESTDIR)$(confdir)/puppetdb/conf.d"
+ install -m 0644 ext/config/logback.xml "$(DESTDIR)$(confdir)/puppetdb/logback.xml.sample"
+ install -m 0644 ext/config/bootstrap.cfg "$(DESTDIR)$(confdir)/puppetdb/bootstrap.cfg.sample"
+ install -m 0644 ext/config/request-logging.xml "$(DESTDIR)$(confdir)/puppetdb/request-logging.xml.sample"
+ install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/config.ini.sample"
+ install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/repl.ini.sample"
+ install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetdb/conf.d/auth.conf.sample"
+ install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/database.ini.sample"
+ install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/jetty.ini.sample"
+ install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/repl.ini.sample"
+ install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/config.ini.sample"
+ install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetdb/conf.d/auth.conf.sample"
+ install -m 0644 ext/config/request-logging.xml "$(DESTDIR)$(confdir)/puppetdb/request-logging.xml.sample"
+ install -m 0644 ext/config/bootstrap.cfg "$(DESTDIR)$(confdir)/puppetdb/bootstrap.cfg.sample"
+ install -m 0644 ext/config/logback.xml "$(DESTDIR)$(confdir)/puppetdb/logback.xml.sample"
install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb/cli"
install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb/cli/apps"
install -d -m 0755 "$(DESTDIR)$(bindir)"

View File

@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= asyncmy
PORTVERSION= 0.2.0
PORTVERSION= 0.2.1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1632664284
SHA256 (asyncmy-0.2.0.tar.gz) = b0c8c13d5d408a76eb65d767096d02757cd4e2b364c1c81384521cb8021cc160
SIZE (asyncmy-0.2.0.tar.gz) = 60411
TIMESTAMP = 1634111710
SHA256 (asyncmy-0.2.1.tar.gz) = e44f6a86746c89e208731e040b829e9043bbeda6100d399ffc0c26ea99694a63
SIZE (asyncmy-0.2.1.tar.gz) = 62348

View File

@ -1,7 +1,7 @@
# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= pg8000
PORTVERSION= 1.21.3
PORTVERSION= 1.22.0
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1634020294
SHA256 (pg8000-1.21.3.tar.gz) = f73f1d477cda12a7b784be73c8a0c06c71e4284ef90cae4883cbc7c524b95fbf
SIZE (pg8000-1.21.3.tar.gz) = 118825
TIMESTAMP = 1634194467
SHA256 (pg8000-1.22.0.tar.gz) = c5172252fc92142ec104cd5e7231be4580a1a0a814403707bafbf7bb8383a29a
SIZE (pg8000-1.22.0.tar.gz) = 116910

View File

@ -1,8 +1,7 @@
# Created by: Sergey A. Osokin <osa@FreeBSD.org>
PORTNAME= redisjson
PORTVERSION= 0.0.0.0.2021.08.30.01
PORTREVISION= 1
PORTVERSION= 0.0.0.0.2021.10.05.01
CATEGORIES= databases
MAINTAINER= osa@FreeBSD.org
@ -18,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/libclang.so:devel/llvm${LLVM
USES= cargo
USE_GITHUB= nodefault
GH_TUPLE= RedisJSON:redisjson:90bc4a0:redisjson \
GH_TUPLE= RedisJSON:redisjson:2d9ac84:redisjson \
RedisJSON:jsonpath:14af7aa5435f3e676ceb3441ad78b9c8cb3ffa3a:jsonpath_lib
CARGO_CRATES= aho-corasick-0.7.15 \
@ -106,7 +105,7 @@ CARGO_CRATES= aho-corasick-0.7.15 \
CARGO_USE_GITHUB= yes
WRKSRC= ${WRKDIR}/RedisJSON-90bc4a0
WRKSRC= ${WRKDIR}/RedisJSON-2d9ac84
PLIST_FILES= lib/librejson.so

View File

@ -1,4 +1,4 @@
TIMESTAMP = 1630353808
TIMESTAMP = 1634072890
SHA256 (rust/crates/aho-corasick-0.7.15.crate) = 7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5
SIZE (rust/crates/aho-corasick-0.7.15.crate) = 113071
SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b
@ -163,7 +163,7 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998
SHA256 (rust/crates/wyz-0.2.0.crate) = 85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214
SIZE (rust/crates/wyz-0.2.0.crate) = 12926
SHA256 (RedisJSON-redisjson-90bc4a0_GH0.tar.gz) = 743a342ad1c61e38621a94f247802a04d3e0defa86a826e72ceb13bb3f57d400
SIZE (RedisJSON-redisjson-90bc4a0_GH0.tar.gz) = 591636
SHA256 (RedisJSON-redisjson-2d9ac84_GH0.tar.gz) = 74f536a516d609512c198e09637a89a203c89555cd866f36157bb647a4910ddf
SIZE (RedisJSON-redisjson-2d9ac84_GH0.tar.gz) = 592087
SHA256 (RedisJSON-jsonpath-14af7aa5435f3e676ceb3441ad78b9c8cb3ffa3a_GH0.tar.gz) = 1d3e33b0211b36b9a35ce3a4cd3da8d4109fcceb751131e1dd4e7fc00bb4e347
SIZE (RedisJSON-jsonpath-14af7aa5435f3e676ceb3441ad78b9c8cb3ffa3a_GH0.tar.gz) = 448708

View File

@ -70,10 +70,6 @@ PLIST_SUB+= LITE=""
.if ${CHOSEN_COMPILER_TYPE} == clang
CXXFLAGS+= -Wno-inconsistent-missing-override -Wno-unused-parameter -Wno-unused-variable
# Clang 8 detects shadow enums and stops the build. This workaround adds -Wno-error=shadow to bypass it.
.if ${COMPILER_VERSION} >= 80
CXXFLAGS+= -Wno-error=shadow
.endif
.endif
post-patch:

View File

@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= flipper-active_record
PORTVERSION= 0.22.1
PORTVERSION= 0.22.2
CATEGORIES= databases rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1632037290
SHA256 (rubygem/flipper-active_record-0.22.1.gem) = d9636394678a4e33dd71e6484ad7f563f4c50a77eb52a53939ef7a5415f257ba
SIZE (rubygem/flipper-active_record-0.22.1.gem) = 9728
TIMESTAMP = 1634111834
SHA256 (rubygem/flipper-active_record-0.22.2.gem) = 9953e4953c5dba4244b6fa536794d77fb77efc04e9218619855b1f0831ae87e9
SIZE (rubygem/flipper-active_record-0.22.2.gem) = 9728

View File

@ -15,7 +15,8 @@ LIB_DEPENDS= libcapnp.so:devel/capnproto080 \
libfmt.so:devel/libfmt \
liblz4.so:archivers/liblz4 \
libzstd.so:archivers/zstd
RUN_DEPENDS= catch>=0:devel/catch \
RUN_DEPENDS= capnproto080>=0.8.0:devel/capnproto080 \
catch>=0:devel/catch \
clipp>=0:devel/clipp \
spdlog>=1.4:devel/spdlog

View File

@ -22,7 +22,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libpolkit-gobject-1.so:sysutils/polkit \
libxkbfile.so:x11/libxkbfile
USES= gl gnome xorg
USES= cpe gl gnome xorg
USE_GL= gl glu
USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 pangox-compat

View File

@ -22,7 +22,8 @@ RUN_DEPENDS= accountwizard:deskutils/kmail-account-wizard \
mboximporter:deskutils/mbox-importer \
sieveeditor:deskutils/pim-sieve-editor
USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:5 qt:5 tar:xz
USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext kde:5 qt:5 tar:xz
CPE_VENDOR= kde
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons guiaddons i18n iconthemes imap \
itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \

View File

@ -1,7 +1,7 @@
# Created by: alepulver@FreeBSD.org
PORTNAME= menumaker
PORTVERSION= 0.99.12
PORTVERSION= 0.99.13
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1591675191
SHA256 (menumaker-0.99.12.tar.gz) = e3a3566186a5a9ed4d721c1e7788a5af243c8c8a45b96fe6fff3e94580289b0c
SIZE (menumaker-0.99.12.tar.gz) = 206208
TIMESTAMP = 1633996648
SHA256 (menumaker-0.99.13.tar.gz) = 2415ece619edd6c9db9c1d618bbabb1c123bacda743a86a52de20cd2e2427641
SIZE (menumaker-0.99.13.tar.gz) = 202947

View File

@ -19,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyinotify>0:devel/py-pyinotify@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xlib>0:x11-toolkits/py-xlib@${PY_FLAVOR}
USES= python:3.6+ shebangfix
USES= cpe python:3.6+ shebangfix
CPE_VENDOR= ${PORTNAME}_project
USE_PYTHON= distutils concurrent
USE_GITHUB= yes

View File

@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} \
xdg-open:devel/xdg-utils \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
USES= desktop-file-utils gettext gnome python:3.3+ shared-mime-info
USES= cpe desktop-file-utils gettext gnome python:3.3+ shared-mime-info
CPE_VENDOR= zim-wiki
USE_GNOME= gtk30 pygobject3
USE_PYTHON= autoplist distutils noflavors

View File

@ -5635,6 +5635,7 @@
SUBDIR += rubygem-aws-partitions
SUBDIR += rubygem-aws-sdk
SUBDIR += rubygem-aws-sdk-accessanalyzer
SUBDIR += rubygem-aws-sdk-account
SUBDIR += rubygem-aws-sdk-acm
SUBDIR += rubygem-aws-sdk-acmpca
SUBDIR += rubygem-aws-sdk-alexaforbusiness
@ -5668,6 +5669,7 @@
SUBDIR += rubygem-aws-sdk-chimesdkidentity
SUBDIR += rubygem-aws-sdk-chimesdkmessaging
SUBDIR += rubygem-aws-sdk-cloud9
SUBDIR += rubygem-aws-sdk-cloudcontrolapi
SUBDIR += rubygem-aws-sdk-clouddirectory
SUBDIR += rubygem-aws-sdk-cloudformation
SUBDIR += rubygem-aws-sdk-cloudfront

View File

@ -1,7 +1,7 @@
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
PORTNAME= styleguide
PORTVERSION= 20210720
PORTVERSION= 20210913
CATEGORIES= devel
PKGNAMEPREFIX= google-
@ -18,7 +18,7 @@ USES= python shebangfix
USE_GITHUB= yes
GH_ACCOUNT= google
GH_TAGNAME= d88a5b7
GH_TAGNAME= 9a6a5d3
NO_ARCH= yes
NO_BUILD= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1628103032
SHA256 (google-styleguide-20210720-d88a5b7_GH0.tar.gz) = d0deb90e6794544d1f6f1ecc96d9629a77d692044149e65e38490d0c81502baf
SIZE (google-styleguide-20210720-d88a5b7_GH0.tar.gz) = 1091830
TIMESTAMP = 1634111646
SHA256 (google-styleguide-20210913-9a6a5d3_GH0.tar.gz) = 8e5538869bd6a395c422a59715f49e62707e8a799de03bea4df5e41f7636f772
SIZE (google-styleguide-20210913-9a6a5d3_GH0.tar.gz) = 1092498

View File

@ -3,7 +3,7 @@
PORTNAME= isl
PORTVERSION= 0.24
CATEGORIES= devel math
MASTER_SITES= http://isl.gforge.inria.fr/ GENTOO
MASTER_SITES= SOURCEFORGE/libisl
MAINTAINER= ports@FreeBSD.org
COMMENT= Integer Set Library
@ -14,9 +14,17 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgmp.so:math/gmp
USES= libtool pkgconfig tar:xz
CONFIGURE_ARGS= --with-gmp-prefix=${LOCALBASE}
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
CONFIGURE_ARGS= --with-gmp-prefix=${LOCALBASE}
OPTIONS_DEFINE= OPTIMIZED_CFLAGS
OPTIONS_DEFAULT=OPTIMIZED_CFLAGS
OPTIMIZED_CFLAGS_CFLAGS= -O3
.include <bsd.port.mk>

View File

@ -0,0 +1,11 @@
--- configure.orig 2021-10-14 09:28:15 UTC
+++ configure
@@ -6984,7 +6984,7 @@ fi
echo "* (otherwise, a default of CFLAGS=-O3 will be used) *"
echo "********************************************************"
echo ""
- CFLAGS="-O3"
+ CFLAGS="$ac_cv_env_CFLAGS_value"
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $CFLAGS" >&5

View File

@ -7,4 +7,4 @@ vertex enumeration. It also includes an ILP solver based on generalized
basis reduction, transitive closures on maps (which may encode infinite
graphs), dependence analysis and bounds on piecewise step-polynomials.
WWW: http://isl.gforge.inria.fr/
WWW: https://libisl.sourceforge.io/

View File

@ -28,7 +28,6 @@ GH_ACCOUNT= kiwix
GH_TUPLE= kiwix:${PORTNAME}:${PORTVERSION}:DEFAULT \
kainjow:Mustache:a7eebc9:mustache
MESON_ARGS= -Dctpp2-install-prefix=${LOCALBASE}
CPPFLAGS+= -I${WRKSRC_mustache}
CXXFLAGS+= -I${WRKSRC_mustache}
LDFLAGS+= -lz

View File

@ -77,9 +77,7 @@ VARDIR= /var
MESON_ARGS+= \
-Ddriver_remote=enabled \
-Ddbus=disabled \
-Dpolkit=disabled \
-Dhal=disabled \
-Dudev=disabled \
-Dnetcf=disabled \
-Dsysctl_config=disabled \

View File

@ -1,6 +1,5 @@
PORTNAME= B-Hooks-OP-Check-EntersubForCV
PORTVERSION= 0.09
PORTREVISION= 1
PORTVERSION= 0.10
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,2 +1,3 @@
SHA256 (B-Hooks-OP-Check-EntersubForCV-0.09.tar.gz) = e2da757882d8d5096e8ea0a424cb60e53a329926b28cb9815fbc2c4923fc7bcd
SIZE (B-Hooks-OP-Check-EntersubForCV-0.09.tar.gz) = 23044
TIMESTAMP = 1634127706
SHA256 (B-Hooks-OP-Check-EntersubForCV-0.10.tar.gz) = 70909763bfd9d1919890df0e662e99b2bd8db8fa4e585a1224a26ffb12a078cc
SIZE (B-Hooks-OP-Check-EntersubForCV-0.10.tar.gz) = 22812

View File

@ -1,7 +1,7 @@
# Created by: Sergey Skvortsov <skv@protey.ru>
PORTNAME= Cache-FastMmap
PORTVERSION= 1.56
PORTVERSION= 1.57
CATEGORIES= devel perl5
MASTER_SITES= CPAN CPAN/Cache
MASTER_SITE_SUBDIR= CPAN:ROBM

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1609599049
SHA256 (Cache-FastMmap-1.56.tar.gz) = 8becaf0dacc876e9f60f4737104b79fd4e343d6fd984cef7d7a6dd14516b2159
SIZE (Cache-FastMmap-1.56.tar.gz) = 56713
TIMESTAMP = 1634127855
SHA256 (Cache-FastMmap-1.57.tar.gz) = e04b3a28d989edb8fb96eafacdc2b87f9eccb84f047eb2e27cb26aa7d08cc7b8
SIZE (Cache-FastMmap-1.57.tar.gz) = 57502

View File

@ -1,10 +1,10 @@
PORTNAME= Calendar-Simple
PORTVERSION= 1.21
PORTREVISION= 2
PORTVERSION= 2.0.1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAVECROSS
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to create simple calendars

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