*/*: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2019-05-20 17:45:03 +02:00
parent 23bedeb4e4
commit 6b48c6c132
291 changed files with 1903 additions and 1139 deletions

View File

@ -14,6 +14,7 @@
SUBDIR += kmag
SUBDIR += kmousetool
SUBDIR += kmouth
SUBDIR += libqaccessibilityclient
SUBDIR += linux-c6-atk
SUBDIR += linux-c7-atk
SUBDIR += orca

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= libqaccessibilityclient
DISTVERSION= 0.4.1
CATEGORIES= accessibility kde
MASTER_SITES= KDE/stable/${PORTNAME}/
MAINTAINER= kde@FreeBSD.org
COMMENT= Helper to make writing accessibility tools easier
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= core dbus gui widgets \
buildtools_build qmake_build
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1558262753
SHA256 (libqaccessibilityclient-0.4.1.tar.xz) = 1c768b4f4314fcae2a07cb7de7cb2ae0522b5f02b4173af3eed8bfb2a4d83429
SIZE (libqaccessibilityclient-0.4.1.tar.xz) = 105280

View File

@ -0,0 +1,8 @@
This library is used when writing accessibility clients such as screen readers.
It comes with some examples demonstrating the API. These small helpers may be
useful when testing accessibility. One of them writes all accessibiliy
interfaces an application provides as text output. The other, more advanced
application shows a tree of objects and allows some interaction and
exploration.
WWW: https://github.com/kde/libqaccessibilityclient

View File

@ -0,0 +1,11 @@
include/qaccessibilityclient/accessibleobject.h
include/qaccessibilityclient/libqaccessibilityclient-version.h
include/qaccessibilityclient/qaccessibilityclient_export.h
include/qaccessibilityclient/registry.h
lib/cmake/QAccessibilityClient/QAccessibilityClient-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/QAccessibilityClient/QAccessibilityClient.cmake
lib/cmake/QAccessibilityClient/QAccessibilityClientConfig.cmake
lib/cmake/QAccessibilityClient/QAccessibilityClientConfigVersion.cmake
lib/libqaccessibilityclient-qt5.so
lib/libqaccessibilityclient-qt5.so.0
lib/libqaccessibilityclient-qt5.so.0.4.1

View File

@ -13,6 +13,7 @@ COMMENT= Generic archive extracting mechanism (using libarchive)
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Object-Tiny>=0:devel/p5-Object-Tiny
@ -20,8 +21,8 @@ TEST_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \
p5-Path-Class>=0:devel/p5-Path-Class \
p5-Test-Pod>=1.04:devel/p5-Test-Pod
USES= libarchive perl5
USE_PERL5= modbuild
USES= perl5 libarchive
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Archive/Extract/Libarchive/Libarchive.so

View File

@ -16,8 +16,8 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Devel-CheckLib>=0:devel/p5-Devel-CheckLib
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Snappy/Snappy.so

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= zstandard
DISTVERSION= 0.11.0
DISTVERSION= 0.11.1
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1551571280
SHA256 (zstandard-0.11.0.tar.gz) = 58f2e102f4d8b82415aa8db4a18ee3f440c28b7741f1c95951236a08ec1a7d7f
SIZE (zstandard-0.11.0.tar.gz) = 641440
TIMESTAMP = 1558291318
SHA256 (zstandard-0.11.1.tar.gz) = 3c31da5d78a7b07e722e8a3e0b1295bc9b316b7e90a1666659c451a42750ffe4
SIZE (zstandard-0.11.1.tar.gz) = 641453

View File

@ -20,8 +20,9 @@ RUN_DEPENDS= p5-Astro-WaveBand>=0:astro/p5-Astro-WaveBand \
p5-Misc-Quality>=0:astro/p5-Misc-Quality \
p5-Number-Uncertainty>=0:math/p5-Number-Uncertainty
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -15,8 +15,8 @@ LICENSE= GPLv3
TEST_DEPENDS= p5-Test-Number-Delta>=1:devel/p5-Test-Number-Delta
USE_PERL5= modbuild
USES= perl5
USE_PERL5= modbuild
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Astro/PAL/PAL.so

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Astro-SpaceTrack
PORTVERSION= 0.128
PORTVERSION= 0.129
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1555258541
SHA256 (Astro-SpaceTrack-0.128.tar.gz) = 29a35c6dea74fd1777cbaa7549a419b84c998a4fd6a67fceb07fb8017a9f6581
SIZE (Astro-SpaceTrack-0.128.tar.gz) = 184169
TIMESTAMP = 1558372822
SHA256 (Astro-SpaceTrack-0.129.tar.gz) = 6750bf9385e21195f34c52092ebef7174c38d276fbb905f9987357eea475c97e
SIZE (Astro-SpaceTrack-0.129.tar.gz) = 184658

View File

@ -17,8 +17,9 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Astro-PAL>=0.99:astro/p5-Astro-PAL
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= Transparently work in waveband, wavelength, or filter
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,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Class for handling quality flags for astronomical objects
NO_ARCH= yes
USE_PERL5= configure
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/GPL
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -2,7 +2,7 @@
PORTNAME= faust
DISTVERSION= 1.4.20180118
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
PKGNAMESUFFIX= -lv2
@ -27,6 +27,8 @@ BB_COMMIT= 4dc83e28e998
WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
LDFLAGS+= -fPIC # recommended by 13i386 failure messages, it was only failing
OPTIONS_DEFINE_amd64= SIMD
OPTIONS_DEFINE_i386= SIMD
OPTIONS_DEFAULT_amd64= SIMD

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= gsequencer
DISTVERSION= 2.1.71
DISTVERSION= 2.1.72
CATEGORIES= audio
MASTER_SITES= SAVANNAH/gsequencer/2.1.x

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1558195505
SHA256 (gsequencer-2.1.71.tar.gz) = 072181c4ba368caef313065d960187dda3598d421e1b37f2dec4eaa9fea02b51
SIZE (gsequencer-2.1.71.tar.gz) = 5103439
TIMESTAMP = 1558342483
SHA256 (gsequencer-2.1.72.tar.gz) = 3bb8fbed8ddf1a14faeeb4ae7fd15e0730a76978a188df37d795d0b02c12e09e
SIZE (gsequencer-2.1.72.tar.gz) = 5104218

View File

@ -72,6 +72,7 @@
SUBDIR += minimap2
SUBDIR += molden
SUBDIR += mopac
SUBDIR += mothur
SUBDIR += mrbayes
SUBDIR += mummer
SUBDIR += muscle

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libsbml
PORTVERSION= 5.17.0
PORTVERSION= 5.18.0
CATEGORIES= biology devel
MASTER_SITES= SF/sbml/${PORTNAME}/${PORTVERSION}/stable
DISTNAME= libSBML-${PORTVERSION}-core-src

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1529913224
SHA256 (libSBML-5.17.0-core-src.tar.gz) = ab2bd29720e8d5a92166eb3eacc8d77b34e3f94a83ac19924708e1b0e4317494
SIZE (libSBML-5.17.0-core-src.tar.gz) = 14767045
TIMESTAMP = 1558342307
SHA256 (libSBML-5.18.0-core-src.tar.gz) = 900a8a41682c6fe69b162bce45e4221d7e23f30acb6c3d3516d1d931f353936a
SIZE (libSBML-5.18.0-core-src.tar.gz) = 14630152

View File

@ -105,32 +105,9 @@ include/sbml/extension/SBaseExtensionPoint.h
include/sbml/extension/SBasePlugin.h
include/sbml/extension/SBasePluginCreator.h
include/sbml/extension/SBasePluginCreatorBase.h
include/sbml/math/ASTBase.h
include/sbml/math/ASTBinaryFunctionNode.h
include/sbml/math/ASTCSymbol.h
include/sbml/math/ASTCSymbolAvogadroNode.h
include/sbml/math/ASTCSymbolDelayNode.h
include/sbml/math/ASTCSymbolRateOfNode.h
include/sbml/math/ASTCSymbolTimeNode.h
include/sbml/math/ASTCiFunctionNode.h
include/sbml/math/ASTCiNumberNode.h
include/sbml/math/ASTCnBase.h
include/sbml/math/ASTCnExponentialNode.h
include/sbml/math/ASTCnIntegerNode.h
include/sbml/math/ASTCnRationalNode.h
include/sbml/math/ASTCnRealNode.h
include/sbml/math/ASTConstantNumberNode.h
include/sbml/math/ASTFunction.h
include/sbml/math/ASTFunctionBase.h
include/sbml/math/ASTLambdaFunctionNode.h
include/sbml/math/ASTNaryFunctionNode.h
include/sbml/math/ASTNode.h
include/sbml/math/ASTNumber.h
include/sbml/math/ASTPiecewiseFunctionNode.h
include/sbml/math/ASTQualifierNode.h
include/sbml/math/ASTSemanticsNode.h
include/sbml/math/ASTTypes.h
include/sbml/math/ASTUnaryFunctionNode.h
include/sbml/math/ASTNodeType.h
include/sbml/math/DefinitionURLRegistry.h
include/sbml/math/FormulaFormatter.h
include/sbml/math/FormulaParser.h
include/sbml/math/FormulaTokenizer.h
@ -138,14 +115,28 @@ include/sbml/math/L3FormulaFormatter.h
include/sbml/math/L3Parser.h
include/sbml/math/L3ParserSettings.h
include/sbml/math/MathML.h
include/sbml/packages/l3v2extendedmath/common/L3v2extendedmathExtensionTypes.h
include/sbml/packages/l3v2extendedmath/common/l3v2extendedmathfwd.h
include/sbml/packages/l3v2extendedmath/extension/L3v2extendedmathASTPlugin.h
include/sbml/packages/l3v2extendedmath/extension/L3v2extendedmathExtension.h
include/sbml/packages/l3v2extendedmath/extension/L3v2extendedmathSBMLDocumentPlugin.h
include/sbml/packages/l3v2extendedmath/validator/L3v2extendedmathMathMLConsistencyValidator.h
include/sbml/packages/l3v2extendedmath/validator/L3v2extendedmathSBMLError.h
include/sbml/packages/l3v2extendedmath/validator/L3v2extendedmathSBMLErrorTable.h
include/sbml/packages/l3v2extendedmath/validator/L3v2extendedmathUnitConsistencyValidator.h
include/sbml/packages/l3v2extendedmath/validator/L3v2extendedmathValidator.h
include/sbml/packages/l3v2extendedmath/validator/constraints/L3v2EMArgumentsUnitsCheck.h
include/sbml/packages/l3v2extendedmath/validator/constraints/L3v2EMNumberArgsMathCheck.h
include/sbml/units/FormulaUnitsData.h
include/sbml/units/UnitFormulaFormatter.h
include/sbml/units/UnitKindList.h
include/sbml/util/CallbackRegistry.h
include/sbml/util/ElementFilter.h
include/sbml/util/IdFilter.h
include/sbml/util/IdList.h
include/sbml/util/IdentifierTransformer.h
include/sbml/util/List.h
include/sbml/util/MathFilter.h
include/sbml/util/MetaIdFilter.h
include/sbml/util/PrefixTransformer.h
include/sbml/util/Stack.h
@ -436,6 +427,7 @@ lib/cmake/sbml-static-config.cmake
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/echoSBML.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/evaluateCustomMath.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/getAllElementsWithNotes.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/inlineFunctionDefinitions.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/inlineInitialAssignments.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/layout/convertLayout.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/layout/example1-L3.py
@ -458,6 +450,7 @@ lib/cmake/sbml-static-config.cmake
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/unsetAnnotation.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/unsetNotes.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/validateSBML.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/validateSBMLWithCallback.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/r/addCVTerms.R
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/r/addModelHistory.R
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/r/addingEvidenceCodes_1.R

33
biology/mothur/Makefile Normal file
View File

@ -0,0 +1,33 @@
# $FreeBSD$
PORTNAME= mothur
DISTVERSIONPREFIX= v
DISTVERSION= 1.42.1-3
DISTVERSIONSUFFIX= -gb670137a
CATEGORIES= biology
MAINTAINER= yuri@FreeBSD.org
COMMENT= Software for bioinformatics of the microbial ecology community
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= bash:shells/bash
USES= gmake localbase readline shebangfix
SHEBANG_FILES= source/uchime_src/mk
USE_GITHUB= yes
ALL_TARGET= ${PORTNAME}
BINARY_ALIAS= g++=${CXX}
EXES= ${PORTNAME} uchime
PLIST_FILES= ${EXES:S/^/bin\//}
do-install: # https://github.com/mothur/mothur/issues/615
.for e in ${EXES}
${INSTALL_PROGRAM} ${WRKSRC}/${e} ${STAGEDIR}${PREFIX}/bin
.endfor
.include <bsd.port.mk>

3
biology/mothur/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1558374468
SHA256 (mothur-mothur-v1.42.1-3-gb670137a_GH0.tar.gz) = fe7742102af4eb62fef75357b3a2563283e70f8ec344898f7c4396ff41309bf1
SIZE (mothur-mothur-v1.42.1-3-gb670137a_GH0.tar.gz) = 1651578

4
biology/mothur/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
This project seeks to develop a single piece of open-source, expandable software
to fill the bioinformatics needs of the microbial ecology community.
WWW: https://www.mothur.org/

View File

@ -3,8 +3,7 @@
PORTNAME= phyml
DISTVERSIONPREFIX= v
DISTVERSION= 3.3.20180621
PORTREVISION= 1
DISTVERSION= 3.3.20190321
PORTEPOCH= 1
CATEGORIES= biology

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1529676287
SHA256 (stephaneguindon-phyml-v3.3.20180621_GH0.tar.gz) = a66c1c5758408578c34a17733f92db11a67aa572a06a9b5e3046009ee8bed0d3
SIZE (stephaneguindon-phyml-v3.3.20180621_GH0.tar.gz) = 2306290
TIMESTAMP = 1558343639
SHA256 (stephaneguindon-phyml-v3.3.20190321_GH0.tar.gz) = 5274546cda7445c947fd26838487cd4246e2becf18d333882b7a2a24dff853ee
SIZE (stephaneguindon-phyml-v3.3.20190321_GH0.tar.gz) = 2223457

View File

@ -3,6 +3,7 @@
PORTNAME= libcangjie
PORTVERSION= 1.3
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= chinese
@ -21,7 +22,7 @@ USES= autoreconf gmake libtool localbase pkgconfig sqlite
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_XORT= xi
USE_XORG= xi
USE_GITHUB= yes
GH_ACCOUNT= Cangjians

View File

@ -1,4 +1,3 @@
# Created by: Mathieu Arnold <mat@FreeBSD.org>
# $FreeBSD$
PORTNAME= Bucardo

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= Class-DBI-BaseDSN

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= Class-DBI-FromCGI

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= Class-DBI-Loader

View File

@ -1,4 +1,3 @@
# Created by: Mathieu Arnold <mat@FreeBSD.org>
# $FreeBSD$
PORTNAME= Class-DBI-Oracle

View File

@ -1,4 +1,3 @@
# Created by: Mathieu Arnold <mat@FreeBSD.org>
# $FreeBSD$
PORTNAME= Class-DBI-ToSax

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= DBIx-Ease

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= PyGreSQL
PORTVERSION= 5.0.6
PORTREVISION= 1
PORTVERSION= 5.1
PORTEPOCH= 1
CATEGORIES= databases python
MASTER_SITES= http://www.pygresql.org/files/ \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1532954087
SHA256 (PyGreSQL-5.0.6.tar.gz) = 274e799698b87e71ef8f7fc72464779dd1335de183983b567baa559691f1b524
SIZE (PyGreSQL-5.0.6.tar.gz) = 648481
TIMESTAMP = 1558341785
SHA256 (PyGreSQL-5.1.tar.gz) = ac4aacd22df95b2a76de2c2b9fca0265f67135c6e2f6d9a7adfea2ab7c842a0d
SIZE (PyGreSQL-5.1.tar.gz) = 642216

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= redis
DISTVERSION= 5.0.4
DISTVERSION= 5.0.5
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/
PKGNAMESUFFIX= -devel

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1553045626
SHA256 (redis-5.0.4.tar.gz) = 3ce9ceff5a23f60913e1573f6dfcd4aa53b42d4a2789e28fa53ec2bd28c987dd
SIZE (redis-5.0.4.tar.gz) = 1966337
TIMESTAMP = 1558004355
SHA256 (redis-5.0.5.tar.gz) = 2139009799d21d8ff94fc40b7f36ac46699b9e1254086299f8d3b223ca54a375
SIZE (redis-5.0.5.tar.gz) = 1975750

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= activemodel
PORTVERSION= 5.1.6.2
PORTVERSION= 5.1.7
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 5

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1552849368
SHA256 (rubygem/activemodel-5.1.6.2.gem) = b324ff341f2410a509e655000206b521fed43ff295de2589eb5eeed18d931985
SIZE (rubygem/activemodel-5.1.6.2.gem) = 51712
TIMESTAMP = 1558292579
SHA256 (rubygem/activemodel-5.1.7.gem) = 709bb03d9c950353e8f70e0ed4f12154c346d492e5bf6ea53b515413c740fc1e
SIZE (rubygem/activemodel-5.1.7.gem) = 51712

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= activerecord
PORTVERSION= 5.1.6.2
PORTVERSION= 5.1.7
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 5

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1552849372
SHA256 (rubygem/activerecord-5.1.6.2.gem) = 3f45f3bbdaf0e6583853393adac564457def668fc26023093e061dc6b977eebd
SIZE (rubygem/activerecord-5.1.6.2.gem) = 355328
TIMESTAMP = 1558292583
SHA256 (rubygem/activerecord-5.1.7.gem) = 5a1f4bf7b5e5c05a3e21e9207f1336eab026b3dfd794a37eeee4a4c81cfe8544
SIZE (rubygem/activerecord-5.1.7.gem) = 355840

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= BH
DISTVERSION= 1.66.0-1
PORTREVISION= 1
DISTVERSION= 1.69.0-1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1521636482
SHA256 (BH_1.66.0-1.tar.gz) = 17d9eb5512d74aa7dd02ec98953408422e728b01ce63493a6a473070b9596a92
SIZE (BH_1.66.0-1.tar.gz) = 11583445
TIMESTAMP = 1558280083
SHA256 (BH_1.69.0-1.tar.gz) = a0fd4364b7e368f09c56dec030823f52c16da0787580af7e4615eddeb99baca2
SIZE (BH_1.69.0-1.tar.gz) = 12378154

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= progress
PORTVERSION= 1.2.1
PORTVERSION= 1.2.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1557903391
SHA256 (progress_1.2.1.tar.gz) = 7401e86ff76bef4d26508b74ee8bd169a0377b2738d9ec79ebff0b7fd5c55326
SIZE (progress_1.2.1.tar.gz) = 28289
TIMESTAMP = 1558341968
SHA256 (progress_1.2.2.tar.gz) = b4a4d8ed55db99394b036a29a0fb20b5dd2a91c211a1d651c52a1023cc58ff35
SIZE (progress_1.2.2.tar.gz) = 29506

View File

@ -35,25 +35,25 @@ LLVMLINK_DESC= Create llvm compiler links if llvm is installed
TINDERBOX_DESC= Create tarball for tinderbox usage
MEMCACHED_DESC= Build in experimental Memcached support
USES= compiler gmake
USES= compiler
MEMCACHED_EXTRA_PATCHES= \
${FILESDIR}/extra-patch-memcached-configure.ac \
${FILESDIR}/extra-patch-memcached-Makefile.in
MEMCACHED_CONFIGURE_ENABLE= memcached
MEMCACHED_USES= autoreconf pkgconfig
MEMCACHED_USES= autoreconf gmake pkgconfig
MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached
MEMCACHED_LDFLAGS= -L${LOCALBASE}/lib
MEMCACHED_CFLAGS= -I${LOCALBASE}/include
STATIC_CONFIGURE_ENABLE= static
.if empty(OPTIONS_SLAVE:MMEMCACHED)
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile.in
.endif
.if defined(WITH_CCACHE_BUILD) && empty(OPTIONS_SLAVE:MMEMCACHED) && \
!defined(NO_CCACHE_DEPEND)
# Don't allow autoreconf. We want no dependencies on this to keep
# WITH_CCACHE_BUILD working.
USES:= ${USES:Nautoreconf}
MEMCACHED_IGNORE= MEMCACHED cannot be combined with WITH_CCACHE_BUILD. Use devel/ccache-memcached
# XXX: This needs more testing with Poudriere before enabling. Also bsd.options.mk support.
#MEMCACHED_DEPENDS_ARGS+= NO_CCACHE_DEPEND=1
@ -87,6 +87,12 @@ PORTVERSION= 3.7.1
.include <bsd.port.pre.mk>
.if defined(WITH_CCACHE_BUILD) && empty(OPTIONS_SLAVE:MMEMCACHED)
.if !empty(BUILD_DEPENDS)
.error MAINTAINER NOTE: Cannot have any BUILD_DEPENDS for default ccache packages
.endif
.endif
. if ${COMPILER_TYPE} == clang
CPPFLAGS+= -DCC_IS_CLANG
. elif ${COMPILER_TYPE} == gcc

View File

@ -0,0 +1,13 @@
--- Makefile.in.orig 2019-05-20 14:04:00 UTC
+++ Makefile.in
@@ -126,10 +126,6 @@ install: ccache$(EXEEXT) @disable_man@ccache.1
clean:
rm -rf $(files_to_clean)
-src/snprintf.o: CFLAGS += @no_implicit_fallthrough_warning@
-$(zlib_objs): CPPFLAGS += -include config.h
-$(zlib_objs): CFLAGS += @no_implicit_fallthrough_warning@
-
src/zlib/libz.a: $(zlib_objs)
$(if $(quiet),@echo " AR $@")
$(Q)$(AR) cr $@ $(zlib_objs)

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= configkit

View File

@ -2,6 +2,7 @@
PORTNAME= kcoreaddons
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org

View File

@ -0,0 +1,27 @@
--- src/lib/util/kosrelease.cpp.orig 2019-05-08 08:27:20 UTC
+++ src/lib/util/kosrelease.cpp
@@ -76,13 +76,18 @@ static QStringList splitEntry(const QString &line)
static QString defaultFilePath()
{
- if (QFile::exists(QStringLiteral("/etc/os-release"))) {
- return QStringLiteral("/etc/os-release");
- } else if (QFile::exists(QStringLiteral("/usr/lib/os-release"))) {
- return QStringLiteral("/usr/lib/os-release");
- } else {
- return QString();
+ for (const auto& path : {
+#ifdef Q_OS_FREEBSD
+ QStringLiteral("/usr/local/etc/os-release"),
+#endif
+ QStringLiteral("/etc/os-release"),
+ QStringLiteral("/usr/lib/os-release")
+ }) {
+ if (QFile::exists(path)) {
+ return path;
+ }
}
+ return QString();
}
class Q_DECL_HIDDEN KOSRelease::Private

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= libphk

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= Alzabo

View File

@ -1,4 +1,3 @@
# Created by: Mathieu Arnold <mat@FreeBSD.org>
# $FreeBSD$
PORTNAME= Attribute-Handlers-Prospective

View File

@ -1,4 +1,3 @@
# Created by: Mathieu Arnold <mat@FreeBSD.org>
# $FreeBSD$
PORTNAME= Attribute-Persistent

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= Class-Accessor-Chained

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= Class-AlzaboWrapper

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= Data-Dump-Streamer

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= Data-Dumper

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= DateTime-Calendar-FrenchRevolutionary

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= DateTime-Calendar-Hebrew

View File

@ -1,4 +1,3 @@
# Created by: Mathieu Arnold <mat@FreeBSD.org>
# $FreeBSD$
PORTNAME= DateTime-Event-Random

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= DateTime-Fiscal-Year

View File

@ -1,4 +1,3 @@
# Created by: Mathieu Arnold <mat@FreeBSD.org>
# $FreeBSD$
PORTNAME= DateTime-Format-Duration

View File

@ -1,4 +1,3 @@
# Created by: Mathieu Arnold <mat@FreeBSD.org>
# $FreeBSD$
PORTNAME= DateTime-Format-HTTP

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= DateTime-Format-IBeat

View File

@ -1,4 +1,3 @@
# Created by: Mathieu Arnold <mat@FreeBSD.org>
# $FreeBSD$
PORTNAME= DateTime-Functions

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= DateTime-Incomplete

View File

@ -1,4 +1,3 @@
# Created by: Mathieu Arnold <mat@FreeBSD.org>
# $FreeBSD$
PORTNAME= DateTime-TimeZone-LMT

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= Devel-Cover

View File

@ -1,8 +1,7 @@
# Created by: mat
# $FreeBSD$
PORTNAME= Devel-PPPort
PORTVERSION= 3.51
PORTVERSION= 3.52
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1557099605
SHA256 (Devel-PPPort-3.51.tar.gz) = 4502fb60827286663a931f26f497be0ac2a9f36cfaa73d7632c7525a9dfb53bc
SIZE (Devel-PPPort-3.51.tar.gz) = 180107
TIMESTAMP = 1558180584
SHA256 (Devel-PPPort-3.52.tar.gz) = cf4963786ea6821fcb7fe8979229f1c1c69a624b1ef968a498460792e35ec390
SIZE (Devel-PPPort-3.52.tar.gz) = 181377

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= Devel-Size

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= Devel-Trace

View File

@ -1,4 +1,3 @@
# Created by: Mathieu Arnold <mat@FreeBSD.org>
# $FreeBSD$
PORTNAME= ExtUtils-CBuilder

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Log-Report
PORTVERSION= 1.27
PORTVERSION= 1.28
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Devel-GlobalDestruction>=0.09:devel/p5-Devel-GlobalDestruction \
p5-Log-Report-Optional>=1.03:devel/p5-Log-Report-Optional \
p5-String-Print>=0.91:textproc/p5-String-Print
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1527942654
SHA256 (Log-Report-1.27.tar.gz) = 6a4ccd867e9fa410ff4d1f5801aa59a843f1407a90106c42cd2333c734dc8a18
SIZE (Log-Report-1.27.tar.gz) = 99583
TIMESTAMP = 1558180587
SHA256 (Log-Report-1.28.tar.gz) = 90199aaec7ff9b44c064ce7270d1d22d6d8de58d0ce11795aedb922e2addf817
SIZE (Log-Report-1.28.tar.gz) = 99800

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= NEXT

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= POE-Component-Cron

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= POE-Component-Schedule

View File

@ -1,4 +1,3 @@
# Created by: Mathieu Arnold <mat@FreeBSD.org>
# $FreeBSD$
PORTNAME= Script-isAperlScript

View File

@ -1,4 +1,3 @@
# Created by: mat
# $FreeBSD$
PORTNAME= Test-Cmd

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Test2-Harness
PORTVERSION= 0.001074
PORTVERSION= 0.001075
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:EXODIST

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1557679346
SHA256 (Test2-Harness-0.001074.tar.gz) = c38319481d9172287e068b9fa25d81f5eef7227aa4b30be088b367b06ea5a78f
SIZE (Test2-Harness-0.001074.tar.gz) = 187122
TIMESTAMP = 1558372501
SHA256 (Test2-Harness-0.001075.tar.gz) = 3af4637281261a616c3ed53cce13a44a3b1f0bfe9c583ac5eb358e7b66ab7188
SIZE (Test2-Harness-0.001075.tar.gz) = 187455

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pprof
DISTVERSION= g20190207
DISTVERSION= g20190515
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@ -14,7 +14,7 @@ BUILD_DEPENDS= go:lang/go
USE_GITHUB= yes
GH_ACCOUNT= google
GH_TAGNAME= b421f19
GH_TAGNAME= 54271f7
GH_TUPLE= chzyer:readline:v1.4:readline/src/github.com/chzyer/readline \
ianlancetaylor:demangle:5e5cf60:demangle/src/github.com/ianlancetaylor/demangle
GH_SUBDIR= src/github.com/google/${PORTNAME}

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1550370924
SHA256 (google-pprof-g20190207-b421f19_GH0.tar.gz) = 076c73dface43061798890d80f1baf60ccff59abbdba33347b47e6e8fa3770f8
SIZE (google-pprof-g20190207-b421f19_GH0.tar.gz) = 1143680
TIMESTAMP = 1558306391
SHA256 (google-pprof-g20190515-54271f7_GH0.tar.gz) = f41288b6148fbd57a4d86f77c6019418bd2f5aa08788dee034f43fa82d398c8b
SIZE (google-pprof-g20190515-54271f7_GH0.tar.gz) = 1143906
SHA256 (chzyer-readline-v1.4_GH0.tar.gz) = 35a66d31d8c91b6b908c40137adf75eac09bb7bd2dbb9dbb12ff74216ec6ba45
SIZE (chzyer-readline-v1.4_GH0.tar.gz) = 34261
SHA256 (ianlancetaylor-demangle-5e5cf60_GH0.tar.gz) = e092bd51ad1f058fa10f1e300e8b21b9644513a4a939c2b5ba6231c35542244f

View File

@ -3,9 +3,10 @@
PORTNAME= protobuf
PORTVERSION= 3.7.1
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/protocolbuffers/protobuf/releases/download/v${PORTVERSION}/
DISTNAME= ${PORTNAME}-all-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Data interchange format library
@ -18,7 +19,7 @@ BROKEN_sparc64= fails to compile: no atomic ops available
TEST_DEPENDS= googlemock>=0:devel/googlemock \
googletest>=0:devel/googletest
USES= autoreconf compiler:c++11-lang gmake libtool localbase pathfix pkgconfig
USES= compiler:c++11-lang gmake libtool localbase pathfix pkgconfig
CFLAGS+= -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I${WRKSRC}/src
CONFIGURE_ENV= CC_FOR_BUILD="${CC}" \
@ -33,12 +34,10 @@ TEST_ARGS= ${MAKE_ARGS} ${_MAKE_JOBS}
TEST_TARGET= check
USE_CXXSTD= c++11
USE_LDCONFIG= yes
GH_ACCOUNT= protocolbuffers
USE_GITHUB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's|^check-local:|disabled-&|' ${WRKSRC}/Makefile.am
@${REINPLACE_CMD} -Ee '/gtest|mock/ s|[^ ]*lib(.*)\.la|-l\1|' ${WRKSRC}/src/Makefile.am
@${REINPLACE_CMD} -e 's|^check-local:|disabled-&|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -Ee '/gtest|mock/ s|[^ ]*lib(.*)\.la|-l\1|' ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1553693726
SHA256 (protocolbuffers-protobuf-v3.7.1_GH0.tar.gz) = f1748989842b46fa208b2a6e4e2785133cfcc3e4d43c17fecb023733f0f5443f
SIZE (protocolbuffers-protobuf-v3.7.1_GH0.tar.gz) = 4795774
TIMESTAMP = 1558270022
SHA256 (protobuf-all-3.7.1.tar.gz) = c10ef8d8ad5a9e5f850483051b7f9ee2c8bb3ca2e0e16a4cf105bd1321afb2d6
SIZE (protobuf-all-3.7.1.tar.gz) = 7018070

View File

@ -12,8 +12,8 @@ COMMENT= RFC 7049 - Concise Binary Object Representation
LICENSE= APACHE20
USE_PYTHON= autoplist concurrent distutils
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.pre.mk>

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= distlib
DISTVERSION= 0.2.8
DISTVERSION= 0.2.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1538516015
SHA256 (distlib-0.2.8.zip) = 57977cd7d9ea27986ec62f425630e4ddb42efe651ff80bc58ed8dbc3c7c21f19
SIZE (distlib-0.2.8.zip) = 561108
TIMESTAMP = 1558291216
SHA256 (distlib-0.2.9.zip) = f59db0ed3ef8248badfee5270eca6311de3b562c5b52fe140a53c2145e242cfd
SIZE (distlib-0.2.9.zip) = 565222

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= ipykernel
PORTVERSION= 5.1.0
PORTVERSION= 5.1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,14 +14,14 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING.md
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=7.0.0:devel/ipython@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=5.0.0:devel/ipython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter_client>=0:devel/py-jupyter_client@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tornado>=4.0:www/py-tornado@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tornado>=4.2:www/py-tornado@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}traitlets>=4.1.0:devel/py-traitlets@${PY_FLAVOR}
USES= python:3.4+
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543978655
SHA256 (ipykernel-5.1.0.tar.gz) = 0fc0bf97920d454102168ec2008620066878848fcfca06c22b669696212e292f
SIZE (ipykernel-5.1.0.tar.gz) = 101198
TIMESTAMP = 1558182197
SHA256 (ipykernel-5.1.1.tar.gz) = f0e962052718068ad3b1d8bcc703794660858f58803c3798628817f492a8769c
SIZE (ipykernel-5.1.1.tar.gz) = 101399

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= ipyparallel
PORTVERSION= 6.2.3
PORTREVISION= 2
PORTVERSION= 6.2.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1540041574
SHA256 (ipyparallel-6.2.3.tar.gz) = 1e3bd58434c5d31f852ffd1af907a6485b5857966c770eac02fb0111720027cd
SIZE (ipyparallel-6.2.3.tar.gz) = 2371030
TIMESTAMP = 1558182208
SHA256 (ipyparallel-6.2.4.tar.gz) = 76c7b028962b0ba762e4e45b450ee3a4353e7221526a8af812e817d7ef6ac065
SIZE (ipyparallel-6.2.4.tar.gz) = 2374073

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pycompilation
DISTVERSION= 0.4.5
DISTVERSION= 0.4.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1553104787
SHA256 (pycompilation-0.4.5.tar.gz) = 3a85e4f67a0c087da271f730de4660351c07ab0833dfafc80743daf3cab3bd90
SIZE (pycompilation-0.4.5.tar.gz) = 19762
TIMESTAMP = 1558291121
SHA256 (pycompilation-0.4.6.tar.gz) = 06b73e2a7210b8d150ba5741723e6316cbb27a54dd434173fd76acf9d9cd671e
SIZE (pycompilation-0.4.6.tar.gz) = 19942

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= rchitect
DISTVERSION= 0.3.3
DISTVERSION= 0.3.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

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