*/*: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2018-12-05 04:28:20 +01:00
parent ed82e22310
commit cb5a5cdaea
446 changed files with 5125 additions and 3550 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= c-blosc
PORTVERSION= 1.14.4
PORTVERSION= 1.15.0
DISTVERSIONPREFIX= v
CATEGORIES= archivers devel

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1532962746
SHA256 (Blosc-c-blosc-v1.14.4_GH0.tar.gz) = 42a85de871d142cdc89b607a90cceeb0eab60d995f6fae8d44aae397ab414002
SIZE (Blosc-c-blosc-v1.14.4_GH0.tar.gz) = 785771
TIMESTAMP = 1543666930
SHA256 (Blosc-c-blosc-v1.15.0_GH0.tar.gz) = dbbb01f9fedcdf2c2ff73296353a9253f44ce9de89c081cbd8146170dce2ba8f
SIZE (Blosc-c-blosc-v1.15.0_GH0.tar.gz) = 825867

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= josm
PORTVERSION= 14382
PORTVERSION= 14460
CATEGORIES= astro java
MASTER_SITES= http://josm.openstreetmap.de/download/ \
http://mirror.amdmi3.ru/distfiles/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1541171758
SHA256 (josm-snapshot-14382.jar) = 4ffe4789c5e9a6ee3805944c509d6ad66806fe9033d1dd5e497cbb9065ea56a8
SIZE (josm-snapshot-14382.jar) = 13348946
TIMESTAMP = 1543847698
SHA256 (josm-snapshot-14460.jar) = c561a5ba640bfd4da801dd7419644821fc50d10d9624a742e48cc8dd521825c9
SIZE (josm-snapshot-14460.jar) = 13474366

View File

@ -4,7 +4,7 @@
PORTNAME= libosmpbf
PORTVERSION= 1.3.3
DISTVERSIONPREFIX= v
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= astro geography devel
MAINTAINER= amdmi3@FreeBSD.org
@ -21,6 +21,7 @@ USE_GITHUB= yes
GH_ACCOUNT= scrosby
GH_PROJECT= OSM-binary
USES= cmake
USES= cmake compiler:c++11-lang
USE_CXXSTD= c++11
.include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
PORTNAME= merkaartor
PORTVERSION= 0.18.2
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= astro
MAINTAINER= dev2@heesakkers.info

View File

@ -51,7 +51,8 @@ pre-configure:
@${ECHO_CMD} ${DISTVERSION} > ${WRKSRC}/version
pre-build-VT-on:
psf2bdf ${WRKSRC}/cava.psf > ${WRKSRC}/cava.bdf
psf2bdf --fontname="-gnu-cava-medium-r-normal--16-160-75-75-c-80-iso10646-1" \
${WRKSRC}/cava.psf > ${WRKSRC}/cava.bdf
vtfontcvt ${WRKSRC}/cava.bdf ${WRKSRC}/cava.fnt
post-install-DOCS-on:

View File

@ -5,7 +5,7 @@ PORTNAME= clementine
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.1-441
DISTVERSIONSUFFIX= -gc01b7bc
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= audio
PKGNAMESUFFIX= -player
@ -40,6 +40,7 @@ USES= cmake \
gettext-tools \
pkgconfig \
qt:4 sqlite
USE_CXXSTD= c++11
USE_GL= gl glew glu
USE_XORG= x11

View File

@ -8,7 +8,7 @@ CATEGORIES= audio
MASTER_SITES= http://www.speech.cs.cmu.edu/flite/packed/${PORTNAME}-${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-release
MAINTAINER= sobomax@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Small run-time speech synthesis engine
OPTIONS_DEFINE= DOCS

View File

@ -3,6 +3,7 @@
PORTNAME= mixxx
DISTVERSION= 2.1.5
PORTREVISION= 1
DISTVERSIONPREFIX= release-
CATEGORIES= audio

View File

@ -3,7 +3,7 @@
PORTNAME= mixxx
PORTVERSION= 2.0.0
DISTVERSIONSUFFIX= -src
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/
PKGNAMESUFFIX= 20
@ -34,7 +34,8 @@ LIB_DEPENDS= libchromaprint.so:audio/chromaprint \
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= qt:4 scons iconv pkgconfig
USES= compiler:c++11-lang iconv pkgconfig qt:4 scons
USE_CXXSTD= c++11
USE_QT= corelib gui network opengl script scripttools sql sql-sqlite3 \
svg testlib xml xmlpatterns linguisttools_build moc_build \
qmake_build rcc_build uic_build

View File

@ -3,7 +3,7 @@
PORTNAME= mumble
PORTVERSION= 1.2.19
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= audio
MAINTAINER= feld@FreeBSD.org
@ -24,7 +24,8 @@ LIB_DEPENDS+= libspeex.so:audio/speex \
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
USES= compiler cpe desktop-file-utils gmake pkgconfig qmake qt:4 ssl
USES= compiler:c++11-lang cpe desktop-file-utils gmake pkgconfig qmake qt:4 ssl
USE_CXXSTD= c++11
USE_GITHUB= yes
GH_ACCOUNT= mumble-voip
GH_PROJECT= mumble celt-0.7.0:mumble_celt_0_7 celt-0.11.0:mumble_celt_0_11

View File

@ -0,0 +1,13 @@
--- cplusplus.pri.orig 2017-01-27 12:29:08 UTC
+++ cplusplus.pri
@@ -103,8 +103,8 @@ unix {
# older compilers. In GCC, the following
# flags mean the same thing:
# -std=c++98, -std=c++03, -ansi.
- QMAKE_CXXFLAGS += -std=c++98
- QMAKE_LFLAGS += -std=c++98
+ # QMAKE_CXXFLAGS += -std=c++98
+ # QMAKE_LFLAGS += -std=c++98
}

View File

@ -3,7 +3,7 @@
PORTNAME= murmur
PORTVERSION= 1.2.19
PORTREVISION= 15
PORTREVISION= 16
CATEGORIES= audio net
MAINTAINER= feld@FreeBSD.org
@ -21,6 +21,7 @@ LIB_DEPENDS= libprotobuf.so:devel/protobuf
USERS= murmur
GROUPS= murmur
USES= compiler:c++11-lang qmake pkgconfig qt:4 ssl
USE_CXXSTD= c++11
USE_QT= moc_build corelib network sql xml
USE_GITHUB= YES

View File

@ -0,0 +1,13 @@
--- cplusplus.pri.orig 2017-01-27 12:29:08 UTC
+++ cplusplus.pri
@@ -103,8 +103,8 @@ unix {
# older compilers. In GCC, the following
# flags mean the same thing:
# -std=c++98, -std=c++03, -ansi.
- QMAKE_CXXFLAGS += -std=c++98
- QMAKE_LFLAGS += -std=c++98
+ # QMAKE_CXXFLAGS += -std=c++98
+ # QMAKE_LFLAGS += -std=c++98
}

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= vmpk
DISTVERSION= 0.7.0
DISTVERSION= 0.7.1
CATEGORIES= audio
MASTER_SITES= https://phoenixnap.dl.sourceforge.net/project/vmpk/vmpk/${PORTVERSION}/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1532070461
SHA256 (vmpk-0.7.0.tar.bz2) = 87869012ff983933059e8af4d806e7301e796c097682fb9decfefb2a864367ea
SIZE (vmpk-0.7.0.tar.bz2) = 470355
TIMESTAMP = 1543967549
SHA256 (vmpk-0.7.1.tar.bz2) = 06d78872b8c23976cd1ed4e66ac6a3bfce93af28ce8db96c2c015cf185ce651b
SIZE (vmpk-0.7.1.tar.bz2) = 493007

View File

@ -3,7 +3,7 @@
PORTNAME= sipp
PORTVERSION= 3.5.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= benchmarks net
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/
@ -18,9 +18,10 @@ BROKEN_powerpc64= fails to compile: stat.hpp:307: error: ISO C++ does not suppor
BUILD_DEPENDS= help2man:misc/help2man
USES= autoreconf gmake ncurses pkgconfig
PLIST_FILES= bin/sipp man/man1/sipp.1.gz
USES= autoreconf gmake ncurses
GNU_CONFIGURE= yes
OPTIONS_DEFINE= OPENSSL GSL PCAP RTPSTREAM SCTP

View File

@ -37,6 +37,7 @@
SUBDIR += fluctuate
SUBDIR += freebayes
SUBDIR += garlic
SUBDIR += gatk
SUBDIR += gff2ps
SUBDIR += gmap
SUBDIR += gperiodic

45
biology/gatk/Makefile Normal file
View File

@ -0,0 +1,45 @@
# $FreeBSD$
PORTNAME= gatk
DISTVERSION= 4.0.11.0
CATEGORIES= biology java
MASTER_SITES= LOCAL/yuri/:deps
DISTFILES= ${PORTNAME}-${DISTVERSION}-deps${EXTRACT_SUFX}:deps
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Variant discovery in high-throughput sequencing data
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
BUILD_DEPENDS= gradle4:devel/gradle4
USES= gettext-runtime
USE_GITHUB= yes
GH_ACCOUNT= broadinstitute
USE_JAVA= yes
SUB_FILES= ${PORTNAME}.sh
SUB_LIST= PORTVERSION=${PORTVERSION} JAVA=${JAVA}
NO_ARCH= yes
DEPS_CACHE_DIR= /tmp # should be ${WRKDIR}, but workaround for the gradle bug that dependency cache is not relocable: https://github.com/gradle/gradle/issues/1338
PLIST_FILES= bin/${PORTNAME} \
${JAVAJARDIR}/GenomeAnalysisTK-${PORTVERSION}.jar
post-extract: # to rebuild the deps archive: 1. remove post-extract: 2. remove --offline 3. build 4. package ${DEPS_CACHE_DIR}/gradle-${PORTNAME} into the deps archive
@cd ${DEPS_CACHE_DIR} && ${TAR} xzf ${DISTDIR}/${PORTNAME}-${DISTVERSION}-deps${EXTRACT_SUFX}
do-build:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle4 \
--gradle-user-home ${DEPS_CACHE_DIR}/gradle-${PORTNAME} --project-cache-dir ${DEPS_CACHE_DIR}/gradle-${PORTNAME} \
--offline --build-cache localJar
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/build/libs/gatk-package-1.0-SNAPSHOT-local.jar ${STAGEDIR}${JAVAJARDIR}/GenomeAnalysisTK-${PORTVERSION}.jar
.include <bsd.port.mk>

5
biology/gatk/distinfo Normal file
View File

@ -0,0 +1,5 @@
TIMESTAMP = 1543823410
SHA256 (gatk-4.0.11.0-deps.tar.gz) = 457ed3bf756a673daa2d123fef1d8525e57f20708f134c9b897946ea49561a36
SIZE (gatk-4.0.11.0-deps.tar.gz) = 225800131
SHA256 (broadinstitute-gatk-4.0.11.0_GH0.tar.gz) = ba4cc922bae2cdec728984518644bb0a12be2b6916297e2eb3b862cb42841039
SIZE (broadinstitute-gatk-4.0.11.0_GH0.tar.gz) = 74603782

View File

@ -0,0 +1,25 @@
#!/bin/sh
export LC_ALL=en_US.UTF-8
MEM_OPTS_SET_BY_USER="no"
for o in $@; do
case $o in
-X* )
MEM_OPTS_SET_BY_USER="yes"
;;
esac
done
if [ $MEM_OPTS_SET_BY_USER = "no" ]; then
# memory options
physmem_b=$(sysctl -n hw.physmem)
physmem_mb=$((physmem_b/1024/1024))
physmem_mb=$((physmem_mb*3/4)) # allow 3/4 of the memory
# -Xms<size> set initial Java heap size
# -Xmx<size> set maximum Java heap size
MEM_OPTS="-Xms512m -Xmx${physmem_mb}m"
fi
# execute the command
%%JAVA%% $MEM_OPTS -jar %%JAVAJARDIR%%/GenomeAnalysisTK-%%PORTVERSION%%.jar "$@"

View File

@ -0,0 +1,29 @@
--- build.gradle.orig 2018-10-23 15:15:16 UTC
+++ build.gradle
@@ -115,7 +115,7 @@ def resolveLargeResourceStubFiles(largeR
}
// check for stub files, try to pull once if there are any, then check again
- if (checkForLFSStubFiles(largeResourcesFolder)) {
+ if (false && checkForLFSStubFiles(largeResourcesFolder)) {
final gitLFSPullLargeResources = "git lfs pull --include $largeResourcesFolder"
execGitLFSCommand(gitLFSPullLargeResources)
if (checkForLFSStubFiles(largeResourcesFolder)) {
@@ -135,7 +135,7 @@ def ensureBuildPrerequisites(requiredJav
"The ClassLoader obtained from the Java ToolProvider is null. "
+ "A Java $requiredJavaVersion JDK must be installed. $buildPrerequisitesMessage")
}
- if (!file(".git").isDirectory()) {
+ if (false && !file(".git").isDirectory()) {
throw new GradleException("The GATK Github repository must be cloned using \"git clone\" to run the build. "
+ "$buildPrerequisitesMessage")
}
@@ -366,7 +366,7 @@ def createGatkSymlinks(destinationDir, a
}
final isRelease = Boolean.getBoolean("release")
-version = (isRelease ? gitVersion() : gitVersion() + "-SNAPSHOT").replaceAll(".dirty", "")
+version = (isRelease ? "1.0" : "1.0" + "-SNAPSHOT").replaceAll(".dirty", "")
logger.info("build for version:" + version)
group = 'org.broadinstitute'

13
biology/gatk/pkg-descr Normal file
View File

@ -0,0 +1,13 @@
GATK, pronounced "Gee Ay Tee Kay" (not "Gat-Kay"), stands for
GenomeAnalysisToolkit. It is a collection of command-line tools for analyzing
high-throughput sequencing data with a primary focus on variant discovery. The
tools can be used individually or chained together into complete workflows.
end-to-end workflows are provided, called GATK Best Practices, tailored for
specific use cases.
Developed in the Data Sciences Platform at the Broad Institute, the toolkit
offers a wide variety of tools with a primary focus on variant discovery and
genotyping. Its powerful processing engine and high-performance computing
features make it capable of taking on projects of any size.
WWW: https://software.broadinstitute.org/gatk/

View File

@ -16,7 +16,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/license.txt
BUILD_DEPENDS= openjfx8-devel>0:java/openjfx8-devel \
gradle:devel/gradle
gradle4:devel/gradle4
RUN_DEPENDS= openjfx8-devel>0:java/openjfx8-devel
USES= gettext-runtime
@ -40,7 +40,7 @@ PLIST_FILES= bin/${PORTNAME} \
share/pixmaps/igv.png
do-build:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle createDist
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle4 createDist
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

View File

@ -11,8 +11,8 @@ COMMENT= Library to deal with pinyin
LICENSE= GPLv2
USES= bdb compiler:c++11-lang gettext gmake libtool pathfix pkgconfig
USE_GNOME= glib20
USES= bdb gettext gmake libtool pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= flrig
PORTVERSION= 1.3.39
PORTVERSION= 1.3.41
CATEGORIES= comms hamradio
MASTER_SITES= SF/fldigi/${PORTNAME}
@ -14,6 +14,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config"
PLIST_FILES= bin/flrig share/applications/flrig.desktop \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1518294187
SHA256 (flrig-1.3.39.tar.gz) = a56cd97ef95f00da123e21173a400ce9d9a2389d3178b86b9fabf2e0ca176901
SIZE (flrig-1.3.39.tar.gz) = 711661
TIMESTAMP = 1543950748
SHA256 (flrig-1.3.41.tar.gz) = a463d82224ee9ca67f134e0253939a81c31707366e9ee5c6f3f7def1be22016e
SIZE (flrig-1.3.41.tar.gz) = 784713

View File

@ -1,11 +0,0 @@
--- src/main.cxx.orig 2018-01-18 20:38:50 UTC
+++ src/main.cxx
@@ -514,7 +514,7 @@ int parse_args(int argc, char **argv, int& idx)
exit(0);
}
if (strcasecmp("--version", argv[idx]) == 0) {
- printf("Version: "VERSION"\n");
+ printf("Version: %s\n",VERSION);
exit (0);
}
if (strcasecmp("--rig_debug", argv[idx]) == 0) {

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= Horde_ActiveSync
DISTVERSION= 2.39.4
DISTVERSION= 2.39.5
CATEGORIES= comms www pear
MAINTAINER= horde@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1540900683
SHA256 (Horde/Horde_ActiveSync-2.39.4.tgz) = 3cb3619afe84bbe2c8d0d794ea61a26369f784f60e90622dabcfcc77d9f44827
SIZE (Horde/Horde_ActiveSync-2.39.4.tgz) = 399662
TIMESTAMP = 1543836154
SHA256 (Horde/Horde_ActiveSync-2.39.5.tgz) = 88d419cd0e795338296b06a990f6c18a4befd15d95451bda92a37c877087305a
SIZE (Horde/Horde_ActiveSync-2.39.5.tgz) = 400203

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= galera
PORTVERSION?= 25.3.24
PORTVERSION?= 25.3.25
DISTVERSIONPREFIX?= release_
CATEGORIES= databases

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1535981393
SHA256 (codership-galera-release_25.3.24_GH0.tar.gz) = 0a144f3750e8e6db22cbbf715b4a9fbd15686cb315998959fb493f8b28846685
SIZE (codership-galera-release_25.3.24_GH0.tar.gz) = 3282587
TIMESTAMP = 1543852208
SHA256 (codership-galera-release_25.3.25_GH0.tar.gz) = f8b508e4a2ca5d36042c2b260375e3f4ecc189029e73356bf435261aa6186107
SIZE (codership-galera-release_25.3.25_GH0.tar.gz) = 3282519
SHA256 (codership-wsrep-API-eab2d5d5a31672c0b7d116ef1629ff18392fd7d0_GH0.tar.gz) = 3c235868ed330d8d702e7b7541c24c1926b1fd9e6b8aa673b032a2318896e8a0
SIZE (codership-wsrep-API-eab2d5d5a31672c0b7d116ef1629ff18392fd7d0_GH0.tar.gz) = 47032

View File

@ -3,7 +3,7 @@
PORTNAME?= mysql
PORTVERSION= 5.7.24
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES= databases ipv6
MASTER_SITES= MYSQL/MySQL-5.7
PKGNAMESUFFIX?= 57-server
@ -98,6 +98,7 @@ SUB_FILES= my.cnf.sample
USERS= mysql
GROUPS= mysql
USE_CXXSTD= c++11
USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin
MMAN1= my_print_defaults.1 myisam_ftdump.1 myisamchk.1 myisamlog.1 myisampack.1 \

View File

@ -3,7 +3,7 @@
PORTNAME?= mysql
PORTVERSION= 8.0.12
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES= databases ipv6
MASTER_SITES= MYSQL/MySQL-8.0
PKGNAMESUFFIX?= 80-server

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= redisdesktopmanager
PORTVERSION= 0.9.6
PORTREVISION= 1
PORTVERSION= 0.9.9
CATEGORIES= databases
MAINTAINER= swills@FreeBSD.org
@ -27,8 +26,7 @@ GH_TUPLE= \
uglide:RedisDesktopManager:${PORTVERSION}:DEFAULT/RedisDesktopManager-${PORTVERSION} \
benlau:asyncfuture:4579d53:asyncfuture/3rdparty/asyncfuture \
RedisDesktop:CrashReporter:0202f9b:crashreporter/3rdparty/crashreporter \
easylogging:easyloggingpp:f926802:easylogging/3rdparty/easyloggingpp \
uglide:qredisclient:bede971:qredisclient/3rdparty/qredisclient \
uglide:qredisclient:e645999:qredisclient/3rdparty/qredisclient \
sijk:qt-unix-signals:d6a1d12:qtunixsignals/3rdparty/qt-unix-signals \
uglide:qsshclient:6fa7fb7:qsshclient/3rdparty/qredisclient/3rdparty/qsshclient \
redis:hiredis:53c3243:hiredis/3rdparty/qredisclient/3rdparty/hiredis \

View File

@ -1,18 +1,14 @@
TIMESTAMP = 1537573499
SHA256 (uglide-RedisDesktopManager-0.9.6_GH0.tar.gz) = 672681d7a923d627f462be8bf8c3f0872d808e042503b2a5fe727fa878e520b1
SIZE (uglide-RedisDesktopManager-0.9.6_GH0.tar.gz) = 1997779
TIMESTAMP = 1543593147
SHA256 (uglide-RedisDesktopManager-0.9.9_GH0.tar.gz) = 8f7244813d5a82bc686a3af9f98e1372479c9861d724ba7e7a2b162ccf35d9bb
SIZE (uglide-RedisDesktopManager-0.9.9_GH0.tar.gz) = 1980287
SHA256 (benlau-asyncfuture-4579d53_GH0.tar.gz) = ce5a3a4bc61f22f182eb8f932a3736289fc541e7487244fd57c93a141a038fe4
SIZE (benlau-asyncfuture-4579d53_GH0.tar.gz) = 31928
SHA256 (RedisDesktop-CrashReporter-0202f9b_GH0.tar.gz) = 4b0745dd12449716279a618eab0c8706422a0f67af680d0bf71471f9dbd371cb
SIZE (RedisDesktop-CrashReporter-0202f9b_GH0.tar.gz) = 14232
SHA256 (easylogging-easyloggingpp-f926802_GH0.tar.gz) = 362294c79de7a5dfa76a56cbfcdcaf99e21bbd05b19ef5b76700fd576a2e1ff2
SIZE (easylogging-easyloggingpp-f926802_GH0.tar.gz) = 463948
SHA256 (uglide-qredisclient-bede971_GH0.tar.gz) = 37b1e76ca89ca45fd0dcf56df4f2c90b3e5f4c2b441276937f7581804d952a16
SIZE (uglide-qredisclient-bede971_GH0.tar.gz) = 215454
SHA256 (uglide-qredisclient-e645999_GH0.tar.gz) = ceda742955aa46d7cd32334c610b608f5274fa022eb5d2044a36577caadaa640
SIZE (uglide-qredisclient-e645999_GH0.tar.gz) = 214348
SHA256 (sijk-qt-unix-signals-d6a1d12_GH0.tar.gz) = 8bbc578430ab2fd6665ff2f2f6fcf402b3346b6d3cdfcc16e8c1d8f5a8f75ea2
SIZE (sijk-qt-unix-signals-d6a1d12_GH0.tar.gz) = 3792
SHA256 (google-breakpad-9fecc95_GH0.tar.gz) = e4bd6118f84f4a0cf89a035ff9e4ac65542fb12d3e69e89c80d5ba3f127d2ed6
SIZE (google-breakpad-9fecc95_GH0.tar.gz) = 5208769
SHA256 (uglide-qsshclient-6fa7fb7_GH0.tar.gz) = b9eaed71f8cae6d4fa1e6cf7de979ba8a5d1a14e2681cf1a0f2bfc42d5960ea1
SIZE (uglide-qsshclient-6fa7fb7_GH0.tar.gz) = 10446
SHA256 (redis-hiredis-53c3243_GH0.tar.gz) = 38e38efff19715d5e2f49c77b9db35f7cd005d66ae3d0944630424c64cf3950d

View File

@ -1,6 +1,6 @@
--- 3rdparty/3rdparty.pri.orig 2018-09-22 00:19:48 UTC
--- 3rdparty/3rdparty.pri.orig 2018-11-30 15:24:26 UTC
+++ 3rdparty/3rdparty.pri
@@ -81,15 +81,11 @@ unix:!macx { # ubuntu & debian
@@ -88,15 +88,11 @@ unix:!macx { # ubuntu & debian
#QMAKE_LFLAGS = -Wl,-rpath=/home/user/Qt5.9.3/5.9.3/gcc_64/lib
}

View File

@ -1,11 +1,20 @@
--- src/app/app.cpp.orig 2018-08-31 12:53:12 UTC
--- src/app/app.cpp.orig 2018-11-27 08:26:54 UTC
+++ src/app/app.cpp
@@ -224,8 +224,6 @@ void Application::initConnectionsManager()
void Application::initUpdater()
{
- m_updater = QSharedPointer<Updater>(new Updater());
- connect(m_updater.data(), SIGNAL(updateUrlRetrived(QString &)), this, SLOT(OnNewUpdateAvailable(QString &)));
@@ -37,7 +37,6 @@ Application::Application(int& argc, char** argv)
processCmdArgs();
initAppFonts();
initRedisClient();
- initUpdater();
installTranslator();
}
void Application::installTranslator()
@@ -203,9 +202,6 @@ void Application::initQml() {
}
void Application::initUpdater() {
- m_updater = QSharedPointer<Updater>(new Updater());
- connect(m_updater.data(), SIGNAL(updateUrlRetrived(QString&)), this,
- SLOT(OnNewUpdateAvailable(QString&)));
}
void Application::installTranslator() {

View File

@ -0,0 +1,11 @@
--- src/modules/server-stats/serverstatsmodel.cpp.orig 2018-11-30 15:43:21 UTC
+++ src/modules/server-stats/serverstatsmodel.cpp
@@ -21,7 +21,7 @@ ServerStats::Model::Model(QSharedPointer<RedisClient::
return;
}
- m_serverInfo = RedisClient::ServerInfo::fromString(r.toRawString(-1))
+ m_serverInfo = RedisClient::ServerInfo::fromString(r.toRawString())
.parsed.toVariantMap();
emit serverInfoChanged();
});

View File

@ -1,6 +1,6 @@
--- src/rdm.pro.orig 2018-08-31 12:53:12 UTC
--- src/rdm.pro.orig 2018-11-27 08:26:54 UTC
+++ src/rdm.pro
@@ -26,8 +26,6 @@ SOURCES += \
@@ -25,8 +25,6 @@ SOURCES += \
$$PWD/modules/connections-tree/items/*.cpp \
$$PWD/modules/console/*.cpp \
$$PWD/modules/value-editor/*.cpp \
@ -9,7 +9,7 @@
$$PWD/modules/bulk-operations/*.cpp \
$$PWD/modules/common/*.cpp \
$$PWD/modules/server-stats/*.cpp \
@@ -42,8 +40,6 @@ HEADERS += \
@@ -41,8 +39,6 @@ HEADERS += \
$$PWD/modules/connections-tree/items/*.h \
$$PWD/modules/console/*.h \
$$PWD/modules/value-editor/*.h \
@ -18,7 +18,7 @@
$$PWD/modules/*.h \
$$PWD/modules/bulk-operations/*.h \
$$PWD/modules/common/*.h \
@@ -97,8 +93,8 @@ unix:!macx { # ubuntu & debian
@@ -96,8 +92,8 @@ unix:!macx { # ubuntu & debian
QMAKE_CXXFLAGS += -Wno-sign-compare

View File

@ -8,7 +8,7 @@ CATEGORIES= databases
MASTER_SITES= http://download.sippysoft.com/thirdparty/
DISTNAME= ${PORTNAME}-${GITREVISION}
MAINTAINER= sobomax@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility to merge existing RRD data from backups into new RRD files
LICENSE= GPLv3+

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= sqlite3
PORTVERSION= 3.25.1
PORTVERSION= 3.26.0
CATEGORIES= databases tcl
MASTER_SITES= https://www.sqlite.org/2018/ http://www2.sqlite.org/2018/ http://www3.sqlite.org/2018/
PKGNAMEPREFIX= tcl-
@ -14,14 +14,14 @@ LICENSE= PD
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
USES= pkgconfig tcl:tea
USE_LDCONFIG= yes
OPTIONS_DEFINE= EXAMPLES THREADS
OPTIONS_DEFAULT= THREADS
WRKSRC= ${WRKDIR}/${DISTNAME}/tea
USES= pkgconfig tcl:tea
USE_LDCONFIG= yes
CFLAGS+= `pkg-config --cflags sqlite3`
LDFLAGS+= `pkg-config --libs sqlite3`
CONFIGURE_ARGS= --with-system-sqlite

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1537457415
SHA256 (sqlite-autoconf-3250100.tar.gz) = 96ed46bd87f093073ca8afd613020def847009b611c89f397bc24bd932ec6fd1
SIZE (sqlite-autoconf-3250100.tar.gz) = 2763831
TIMESTAMP = 1543740958
SHA256 (sqlite-autoconf-3260000.tar.gz) = 5daa6a3fb7d1e8c767cd59c4ded8da6e4b00c61d3b466d0685e35c4dd6d7bf5d
SIZE (sqlite-autoconf-3260000.tar.gz) = 2779667

View File

@ -3,7 +3,7 @@
PORTNAME= xapian-bindings
PORTVERSION= 1.2.25
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
LOCAL/sunpoet
@ -12,20 +12,15 @@ PKGNAMESUFFIX= 12
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Bindings allowing Xapian to be used from various programming languages
DEPRECATED= Works only with EOL php 5.6
EXPIRATION_DATE= 2018-12-30
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
IGNORE_WITH_PHP= 70 71 72 73
LIB_DEPENDS= libxapian.so:databases/xapian-core12
CONFLICTS= xapian-bindings
OPTIONS_DEFINE= DOCS LUA PHP PYTHON RUBY
OPTIONS_DEFAULT=PHP PYTHON RUBY
OPTIONS_DEFINE= DOCS LUA PYTHON RUBY
OPTIONS_DEFAULT=PYTHON RUBY
OPTIONS_SUB= yes
# BROKEN: ruby.h: error: wrong number of arguments specified for 'deprecated' attribute
@ -44,9 +39,6 @@ PORTDOCS= *
LUA_CONFIGURE_ENV= LUA="${LUA_CMD}" LUA_INC="${LUA_INCDIR}" LUA_LIB="${LUA_MODLIBDIR}" LUA_SO=.so
LUA_CONFIGURE_WITH= lua
LUA_USES= lua
PHP_CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config
PHP_CONFIGURE_WITH= php
PHP_USES= php:build
PYTHON_CONFIGURE_ENV= PYTHON_LIB=${PYTHON_SITELIBDIR}
PYTHON_CONFIGURE_WITH= python
PYTHON_USES= python:2.7

View File

@ -1,6 +1,4 @@
%%LUA%%%%LUA_MODLIBDIR%%/xapian.so
%%PHP%%lib/php/%%PHP_EXT_DIR%%/xapian.so
%%PHP%%%%DATADIR%%/php5/xapian.php
%%PYTHON%%%%PYTHON_SITELIBDIR%%/xapian/__init__.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/xapian/__init__.pyc
%%PYTHON%%%%PYTHON_SITELIBDIR%%/xapian/__init__.pyo

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= fet
DISTVERSION= 5.37.1
PORTREVISION= 1
DISTVERSION= 5.37.2
CATEGORIES= deskutils kde
MASTER_SITES= http://lalescu.ro/liviu/fet/download/ \
http://lalescu.ro/liviu/fet/download/old/ \
@ -16,7 +15,9 @@ COMMENT= Free timetabling software
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c++14-lang qmake tar:bzip2
USES= compiler:c++14-lang qmake qt:5 tar:bzip2
USE_GL= gl
USE_QT= buildtools_build core printsupport widgets xml
USE_CXXSTD= c++14
PORTEXAMPLES= *
@ -29,29 +30,16 @@ DESKTOP_ENTRIES="FET" \
true
OPTIONS_DEFINE= EXAMPLES NLS ONLYCL
OPTIONS_SINGLE= QTVER
OPTIONS_SINGLE_QTVER= QT4 QT5
OPTIONS_DEFAULT= QT5
ONLYCL_DESC= Build only command line version (without Qt GUI)
OPTIONS_SUB= yes
QT4_USES= qt:4
QT4_USE= QT=corelib,moc_build,rcc_build,uic_build,xml
QT5_USES= qt:5
QT5_USE= QT=buildtools_build,core,printsupport,widgets,xml GL=gl
INSTALL_TARGET= ${WRKSRC}/fet-cl
ONLYCL_VARS= QMAKE_SOURCE_PATH=${WRKSRC}/src/src-cl.pro
ONLYCL_VARS_OFF= INSTALL_TARGET+=${WRKSRC}/fet USE_QT+="gui network"
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MQT4}
DEPRECATED= Qt4 has been EOL since december 2015
EXPIRATION_DATE= 2019-03-15
.endif
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share/fet|${DATADIR}|g' \
${WRKSRC}/src/interface/fet.cpp

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1533926344
SHA256 (fet-5.37.1.tar.bz2) = 1832d4668158fa7296634ab06a54bf6227cc1b18b2b74e3fbdaa9133af579e42
SIZE (fet-5.37.1.tar.bz2) = 11854219
TIMESTAMP = 1543777638
SHA256 (fet-5.37.2.tar.bz2) = 09023000127a6f67c3851a0d9bc255faad0794ee598cbfa892f57b6b8046a2a1
SIZE (fet-5.37.2.tar.bz2) = 11866911

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= freeplane
DISTVERSION= 1.7.2
DISTVERSION= 1.7.3
CATEGORIES= deskutils editors java
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable
DISTNAME= ${PORTNAME}_bin-${PORTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543130791
SHA256 (freeplane_bin-1.7.2.zip) = 37fd272765a4890622a56a612726c0a296dc6ac7036f46d7bc608e9979ce963c
SIZE (freeplane_bin-1.7.2.zip) = 34612803
TIMESTAMP = 1543647431
SHA256 (freeplane_bin-1.7.3.zip) = b95271854a59b5ce93b9bdfc4558e6e75a4cba606a97bfc20b422dccfdf0ce91
SIZE (freeplane_bin-1.7.3.zip) = 34616824

View File

@ -2198,6 +2198,7 @@
SUBDIR += p5-Clone-More
SUBDIR += p5-Clone-PP
SUBDIR += p5-Code-Perl
SUBDIR += p5-Color-ANSI-Util
SUBDIR += p5-Commandable
SUBDIR += p5-Commands-Guarded
SUBDIR += p5-CommitBit
@ -2270,6 +2271,7 @@
SUBDIR += p5-Data-Diver
SUBDIR += p5-Data-Domain
SUBDIR += p5-Data-Dump
SUBDIR += p5-Data-Dump-Color
SUBDIR += p5-Data-Dump-Streamer
SUBDIR += p5-Data-DumpXML
SUBDIR += p5-Data-Dumper
@ -6425,7 +6427,6 @@
SUBDIR += zookeeper
SUBDIR += zpu-binutils
SUBDIR += zpu-gcc
SUBDIR += ztcl
SUBDIR += zthread
SUBDIR += zziplib

View File

@ -9,6 +9,9 @@ MASTER_SITES= http://www.antlr2.org/download/
MAINTAINER= makc@FreeBSD.org
COMMENT= ANother Tool for Language Recognition
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
CONFLICTS= pccts-[0-9]*
USES= gmake

View File

@ -3,4 +3,4 @@ language tool that provides a framework for constructing recognizers,
compilers, and translators from grammatical descriptions containing
C++ or Java actions.
WWW: http://www.antlr2.org
WWW: https://www.antlr2.org/

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bazel
DISTVERSION= 0.19.0
DISTVERSION= 0.20.0
CATEGORIES= devel java
MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/
DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist
@ -24,7 +24,7 @@ BUILD_DEPENDS= bash:shells/bash \
# In bazel, a release is always code-wise identical to the final release candidate.
# Hence we can also download that one and so have a simple way to also test earlier release
# candidates.
FINALRC= 9
FINALRC= 5
USES= shebangfix zip:infozip python
SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so)

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1540850893
SHA256 (bazel-0.19.0rc9-dist.zip) = 312af013a796510bf68644b69b460dde593cfaa1be4de81640f79f977ca80b69
SIZE (bazel-0.19.0rc9-dist.zip) = 87331141
TIMESTAMP = 1543820965
SHA256 (bazel-0.20.0rc5-dist.zip) = 3679dcadb980b03e78ffdc1f081f0a0a60bf8d97395e91bd93c4ce7b2f804a07
SIZE (bazel-0.20.0rc5-dist.zip) = 87599563

View File

@ -5,7 +5,7 @@ PORTNAME= debugedit
PORTVERSION= 20170411.1
CATEGORIES= devel
MAINTAINER= sobomax@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= ELF file debug information extractor and editor
LICENSE= GPLv2+

View File

@ -2,22 +2,19 @@
# $FreeBSD$
PORTNAME= fossology
PORTVERSION= 3.3.0
PORTVERSION= 3.4.0
CATEGORIES= devel
PKGNAMESUFFIX= -nomos-standalone
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Standalone Nomos license scanner from fossology project
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= gawk:lang/gawk
USE_GITHUB= yes
GH_TAGNAME= 660fc06
USES= gmake gettext pkgconfig
USE_GNOME= glib20
@ -25,6 +22,7 @@ USE_GNOME= glib20
BUILD_WRKSRC= ${WRKSRC}/src/nomos/agent
MAKEFILE= Makefile.sa
MAKE_JOBS_UNSAFE= yes
ALL_TARGET= nomossa
PLIST_FILES= bin/nomossa

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1525789205
SHA256 (fossology-fossology-3.3.0-660fc06_GH0.tar.gz) = f056c2fead153042e4bae54c0678da21ba50458156e3f0f15d82af09e281d55c
SIZE (fossology-fossology-3.3.0-660fc06_GH0.tar.gz) = 14160449
TIMESTAMP = 1543848059
SHA256 (fossology-fossology-3.4.0_GH0.tar.gz) = 5a984e9a464f00c8455ba27a04f503b269e9f8e4e0d859b8000ecf31aa2078e9
SIZE (fossology-fossology-3.4.0_GH0.tar.gz) = 19826517

View File

@ -20,7 +20,7 @@
+LDFLAGS_LOCAL = `pkg-config glib-2.0 --libs`
-all: encode $(EXE)
+all: $(EXE)
+all: encode $(EXE)
debug: nomos-gl

View File

@ -1,105 +0,0 @@
commit 9a138091eb231c1cf552e41f8d35d4f4e12eb985
Author: Dmitry Marakasov <amdmi3@amdmi3.ru>
Date: Sat Apr 28 20:27:43 2018 +0300
fix(nomos): fix posix incomparible regular expressions
diff --git src/nomos/agent/STRINGS.in src/nomos/agent/STRINGS.in
index 706dcabca..c64f75b64 100644
--- src/nomos/agent/STRINGS.in
+++ src/nomos/agent/STRINGS.in
@@ -1299,7 +1299,7 @@
#####
%ENTRY% _LT_COMMERCIAL_5
%KEY% "license"
-%STR% "((may|can)|( be|)) used? (this file |)in accordance with the commercial license agreement"
+%STR% "((may|can)|( be)?) used? (this file )?in accordance with the commercial license agreement"
#####
%ENTRY% _LT_COMMERCIAL_6
%KEY% "license"
@@ -1652,7 +1652,7 @@
#
%ENTRY% _LT_DUAL_LICENSE_28
%KEY% "licen[cs]"
-%STR% "either under the terms of =SOME= license (version|) =SOME= or at your option under =SOME= license"
+%STR% "either under the terms of =SOME= license (version)? =SOME= or at your option under =SOME= license"
#
%ENTRY% _LT_DUAL_LICENSE_29
%KEY% "licen[cs]"
@@ -2321,7 +2321,7 @@
#
%ENTRY% _LT_FREE_94
%KEY% "permi[st]"
-%STR% "permission is granted to r?e?-?distribute =FEW= in any (manner|way) provid(ed|ing) (that |)this (copyright |)notice (remains intact|(is (not modified|acknowledged|not removed)))"
+%STR% "permission is granted to r?e?-?distribute =FEW= in any (manner|way) provid(ed|ing) (that )?this (copyright )?notice (remains intact|(is (not modified|acknowledged|not removed)))"
#
%ENTRY% _LT_FREE_95
%KEY% "distribut"
@@ -3891,7 +3891,7 @@
#
%ENTRY% _LT_MIT_4
%KEY% "permi[st]"
-%STR% "permission to use copy modify and/?o?r? distribute this (software|program) for any purpose (with or|and) without fee is hereby granted provided that (the above|this) copyright (notice|) and (this|) permission notice appear (in|on) all copies"
+%STR% "permission to use copy modify and/?o?r? distribute this (software|program) for any purpose (with or|and) without fee is hereby granted provided that (the above|this) copyright (notice)? and (this)? permission notice appear (in|on) all copies"
#
%ENTRY% _LT_MIT_5
%KEY% "permi[st]"
@@ -6229,7 +6229,7 @@ k
#
%ENTRY% _LT_SEE_OTHER_11
%KEY% "(©|\(c\)|copyright|\<c\>[^+:]|&copy)"
-%STR% "see =FEW= for (the |)copyright (information|notice)"
+%STR% "see =FEW= for (the )?copyright (information|notice)"
#
%ENTRY% _LT_SEE_OTHER_12
%KEY% "copyright"
@@ -6249,7 +6249,7 @@ k
#
%ENTRY% _LT_SEE_OTHER_16
%KEY% "copyright"
-%STR% "for conditions? =FEW= and use see (the |)copyright notice"
+%STR% "for conditions? =FEW= and use see (the )?copyright notice"
#
%ENTRY% _LT_SEE_OTHER_17
%KEY% "copyright"
@@ -8264,22 +8264,22 @@ k
%ENTRY% _TITLE_MPL10
%KEY% "\<([mn]pl|mozilla|netscape)\>"
#%STR% "mozilla public licen[cs]e (1\.?0|(\<mpl\> |v|version )1\.?0)"
-%STR% "mozilla public licen[cs]e (1\.?0|(mpl |)((v\.? ?|version )1\.?0))"
+%STR% "mozilla public licen[cs]e (1\.?0|(mpl )?((v\.? ?|version )1\.?0))"
#
%ENTRY% _TITLE_MPL11
%KEY% "\<([mn]pl|mozilla|netscape)\>"
#%STR% "mozilla public licen[cs]e (1\.?1|(\<mpl\> |v|version )1\.?1)"
-%STR% "mozilla public licen[cs]e (1\.?1|(mpl |)((v\.? ?|version )1\.?1))"
+%STR% "mozilla public licen[cs]e (1\.?1|(mpl )?((v\.? ?|version )1\.?1))"
#
%ENTRY% _TITLE_MPL11_OR_LATER
%KEY% "licen[cs]"
#%STR% "mozilla public licen[cs]e (1\.?1|(\<mpl\> |v|version )1\.?1) =SOME= or =SOME= (newer|later|subsequent|more recent)"
-%STR% "mozilla public licen[cs]e (1\.?1|(mpl |)((v\.? ?|version )1\.?1)) =SOME= or =SOME= (newer|later|subsequent|more recent)"
+%STR% "mozilla public licen[cs]e (1\.?1|(mpl )?((v\.? ?|version )1\.?1)) =SOME= or =SOME= (newer|later|subsequent|more recent)"
#
%ENTRY% _TITLE_MPL20
%KEY% "\<([mn]pl|mozilla|netscape)\>"
#%STR% "mozilla public licen[cs]e (2\.?0|(\<mpl\> |v\.? ?|version )2\.?0)"
-%STR% "mozilla public licen[cs]e (2\.?0|(mpl |)((v\.? ?|version )2\.?0))"
+%STR% "mozilla public licen[cs]e (2\.?0|(mpl )?((v\.? ?|version )2\.?0))"
#
%ENTRY% _TITLE_MPL20_EXCEPTION
%KEY% "licen[cs]"
@@ -9083,11 +9083,11 @@ k
#
%ENTRY% _PHR_COPYLEFT_NEXT_030
%KEY% "licen[cs]"
-%STR% "(r?e?distributed|available|licensed) under copyleft-next( |-)0\.?3\.?0 (licen[cs]e|)"
+%STR% "(r?e?distributed|available|licensed) under copyleft-next( |-)0\.?3\.?0 (licen[cs]e)?"
#
%ENTRY% _PHR_COPYLEFT_NEXT_031
%KEY% "licen[cs]"
-%STR% "(r?e?distributed|available|licensed) under copyleft-next( |-)0\.?3\.?1 (licen[cs]e|)"
+%STR% "(r?e?distributed|available|licensed) under copyleft-next( |-)0\.?3\.?1 (licen[cs]e)?"
#
%ENTRY% _PHR_EULA
%KEY% "\<(end[ -]user|eula)\>"

View File

@ -3,6 +3,7 @@
PORTNAME= gnu-efi
PORTVERSION= 3.0.9
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/gnu-efi
@ -11,9 +12,9 @@ COMMENT= SDK for EFI applications
LICENSE= GPLv2
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS= amd64 i386
BUILD_DEPENDS+= ${LOCALBASE}/bin/ar:devel/binutils
BUILD_DEPENDS= ${LOCALBASE}/bin/ar:devel/binutils
USES= compiler:c++11-lib gmake tar:bz2
@ -21,7 +22,15 @@ CFLAGS+= -fPIC
CPPFLAGS+= -fPIC
MAKE_ARGS+= CC=${CC} HOSTCC=${CC} AR=${AR}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/crt0-efi-x86_64.o
.include <bsd.port.pre.mk>
.include <bsd.port.mk>
.if ${ARCH} == amd64
PLIST_SUB= ARCH_amd64="" ARCH_i386="@comment "
.elif ${ARCH} == i386
PLIST_SUB= ARCH_i386="" ARCH_amd64="@comment "
.endif
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.o
.include <bsd.port.post.mk>

View File

@ -39,11 +39,19 @@ include/efi/protocol/legacyboot.h
include/efi/protocol/piflash64.h
include/efi/protocol/vgaclass.h
include/efi/romload.h
include/efi/x86_64/efibind.h
include/efi/x86_64/efilibplat.h
include/efi/x86_64/efisetjmp_arch.h
include/efi/x86_64/pe.h
lib/crt0-efi-x86_64.o
lib/elf_x86_64_fbsd_efi.lds
lib/libefi.a
lib/libgnuefi.a
@comment Architecture Specific Packages List, amd64
%%ARCH_amd64%%include/efi/x86_64/efibind.h
%%ARCH_amd64%%include/efi/x86_64/efilibplat.h
%%ARCH_amd64%%include/efi/x86_64/efisetjmp_arch.h
%%ARCH_amd64%%include/efi/x86_64/pe.h
%%ARCH_amd64%%lib/crt0-efi-x86_64.o
%%ARCH_amd64%%lib/elf_x86_64_fbsd_efi.lds
@comment Architecture Specific Packages List, i386
%%ARCH_i386%%include/efi/ia32/efibind.h
%%ARCH_i386%%include/efi/ia32/efilibplat.h
%%ARCH_i386%%include/efi/ia32/efisetjmp_arch.h
%%ARCH_i386%%include/efi/ia32/pe.h
%%ARCH_i386%%lib/crt0-efi-ia32.o
%%ARCH_i386%%lib/elf_ia32_efi.lds

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gradle
PORTVERSION= 4.6
PORTVERSION= 5.0
CATEGORIES= devel java
MASTER_SITES= https://downloads.gradle.org/distributions/
EXTRACT_SUFX= -bin.zip

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1499872390
SHA256 (gradle-4.6-bin.zip) = 98bd5fd2b30e070517e03c51cbb32beee3e2ee1a84003a5a5d748996d4b1b915
SIZE (gradle-4.6-bin.zip) = 74176889
TIMESTAMP = 1543479426
SHA256 (gradle-5.0-bin.zip) = 6157ac9f3410bc63644625b3b3e9e96c963afd7910ae0697792db57813ee79a6
SIZE (gradle-5.0-bin.zip) = 85491215

View File

@ -1,56 +1,64 @@
bin/gradle
%%DATADIR%%/lib/annotations-13.0.jar
%%DATADIR%%/lib/ant-1.9.9.jar
%%DATADIR%%/lib/ant-launcher-1.9.9.jar
%%DATADIR%%/lib/asm-6.0.jar
%%DATADIR%%/lib/asm-commons-6.0.jar
%%DATADIR%%/lib/asm-tree-6.0.jar
%%DATADIR%%/lib/ant-1.9.13.jar
%%DATADIR%%/lib/ant-launcher-1.9.13.jar
%%DATADIR%%/lib/asm-7.0.jar
%%DATADIR%%/lib/asm-analysis-7.0.jar
%%DATADIR%%/lib/asm-commons-7.0.jar
%%DATADIR%%/lib/asm-tree-7.0.jar
%%DATADIR%%/lib/commons-collections-3.2.2.jar
%%DATADIR%%/lib/commons-compress-1.14.jar
%%DATADIR%%/lib/commons-io-2.4.jar
%%DATADIR%%/lib/commons-compress-1.18.jar
%%DATADIR%%/lib/commons-io-2.6.jar
%%DATADIR%%/lib/commons-lang-2.6.jar
%%DATADIR%%/lib/fastutil-7.2.1-min.jar
%%DATADIR%%/lib/gradle-base-services-4.6.jar
%%DATADIR%%/lib/gradle-base-services-groovy-4.6.jar
%%DATADIR%%/lib/gradle-build-cache-4.6.jar
%%DATADIR%%/lib/gradle-build-option-4.6.jar
%%DATADIR%%/lib/gradle-cli-4.6.jar
%%DATADIR%%/lib/gradle-core-4.6.jar
%%DATADIR%%/lib/gradle-core-api-4.6.jar
%%DATADIR%%/lib/gradle-docs-4.6.jar
%%DATADIR%%/lib/gradle-installation-beacon-4.6.jar
%%DATADIR%%/lib/gradle-jvm-services-4.6.jar
%%DATADIR%%/lib/gradle-kotlin-dsl-0.15.6.jar
%%DATADIR%%/lib/gradle-kotlin-dsl-tooling-builders-0.15.6.jar
%%DATADIR%%/lib/gradle-kotlin-dsl-tooling-models-0.15.6.jar
%%DATADIR%%/lib/gradle-launcher-4.6.jar
%%DATADIR%%/lib/gradle-logging-4.6.jar
%%DATADIR%%/lib/gradle-messaging-4.6.jar
%%DATADIR%%/lib/gradle-model-core-4.6.jar
%%DATADIR%%/lib/gradle-model-groovy-4.6.jar
%%DATADIR%%/lib/gradle-native-4.6.jar
%%DATADIR%%/lib/gradle-persistent-cache-4.6.jar
%%DATADIR%%/lib/gradle-process-services-4.6.jar
%%DATADIR%%/lib/gradle-resources-4.6.jar
%%DATADIR%%/lib/gradle-runtime-api-info-4.6.jar
%%DATADIR%%/lib/gradle-tooling-api-4.6.jar
%%DATADIR%%/lib/gradle-wrapper-4.6.jar
%%DATADIR%%/lib/groovy-all-2.4.12.jar
%%DATADIR%%/lib/guava-jdk5-17.0.jar
%%DATADIR%%/lib/jansi-1.14.jar
%%DATADIR%%/lib/fastutil-8.2.1-min.jar
%%DATADIR%%/lib/gradle-api-metadata-5.0.jar
%%DATADIR%%/lib/gradle-base-services-5.0.jar
%%DATADIR%%/lib/gradle-base-services-groovy-5.0.jar
%%DATADIR%%/lib/gradle-build-cache-5.0.jar
%%DATADIR%%/lib/gradle-build-option-5.0.jar
%%DATADIR%%/lib/gradle-cli-5.0.jar
%%DATADIR%%/lib/gradle-core-5.0.jar
%%DATADIR%%/lib/gradle-core-api-5.0.jar
%%DATADIR%%/lib/gradle-docs-5.0.jar
%%DATADIR%%/lib/gradle-files-5.0.jar
%%DATADIR%%/lib/gradle-installation-beacon-5.0.jar
%%DATADIR%%/lib/gradle-jvm-services-5.0.jar
%%DATADIR%%/lib/gradle-kotlin-dsl-1.0.4.jar
%%DATADIR%%/lib/gradle-kotlin-dsl-provider-plugins-1.0.4.jar
%%DATADIR%%/lib/gradle-kotlin-dsl-tooling-builders-1.0.4.jar
%%DATADIR%%/lib/gradle-kotlin-dsl-tooling-models-1.0.4.jar
%%DATADIR%%/lib/gradle-launcher-5.0.jar
%%DATADIR%%/lib/gradle-logging-5.0.jar
%%DATADIR%%/lib/gradle-messaging-5.0.jar
%%DATADIR%%/lib/gradle-model-core-5.0.jar
%%DATADIR%%/lib/gradle-model-groovy-5.0.jar
%%DATADIR%%/lib/gradle-native-5.0.jar
%%DATADIR%%/lib/gradle-persistent-cache-5.0.jar
%%DATADIR%%/lib/gradle-process-services-5.0.jar
%%DATADIR%%/lib/gradle-resources-5.0.jar
%%DATADIR%%/lib/gradle-runtime-api-info-5.0.jar
%%DATADIR%%/lib/gradle-snapshots-5.0.jar
%%DATADIR%%/lib/gradle-tooling-api-5.0.jar
%%DATADIR%%/lib/gradle-wrapper-5.0.jar
%%DATADIR%%/lib/groovy-all-1.0-2.5.4.jar
%%DATADIR%%/lib/guava-26.0-android.jar
%%DATADIR%%/lib/jansi-1.17.1.jar
%%DATADIR%%/lib/javax.inject-1.jar
%%DATADIR%%/lib/jcip-annotations-1.0.jar
%%DATADIR%%/lib/jcl-over-slf4j-1.7.16.jar
%%DATADIR%%/lib/jsr305-2.0.1.jar
%%DATADIR%%/lib/jul-to-slf4j-1.7.16.jar
%%DATADIR%%/lib/kotlin-compiler-embeddable-1.2.21.jar
%%DATADIR%%/lib/kotlin-reflect-1.2.21.jar
%%DATADIR%%/lib/kotlin-sam-with-receiver-compiler-plugin-1.2.21.jar
%%DATADIR%%/lib/kotlin-script-runtime-1.2.21.jar
%%DATADIR%%/lib/kotlin-stdlib-1.2.21.jar
%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.2.21.jar
%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.2.21.jar
%%DATADIR%%/lib/kryo-2.20.jar
%%DATADIR%%/lib/log4j-over-slf4j-1.7.16.jar
%%DATADIR%%/lib/jcl-over-slf4j-1.7.25.jar
%%DATADIR%%/lib/jsr305-3.0.2.jar
%%DATADIR%%/lib/jul-to-slf4j-1.7.25.jar
%%DATADIR%%/lib/kotlin-compiler-embeddable-1.3.10.jar
%%DATADIR%%/lib/kotlin-reflect-1.3.10.jar
%%DATADIR%%/lib/kotlin-sam-with-receiver-compiler-plugin-1.3.10.jar
%%DATADIR%%/lib/kotlin-script-runtime-1.3.10.jar
%%DATADIR%%/lib/kotlin-stdlib-1.3.10.jar
%%DATADIR%%/lib/kotlin-stdlib-common-1.3.10.jar
%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.3.10.jar
%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.3.10.jar
%%DATADIR%%/lib/kotlinx-metadata-jvm-0.0.4.jar
%%DATADIR%%/lib/kryo-2.24.0.jar
%%DATADIR%%/lib/log4j-over-slf4j-1.7.25.jar
%%DATADIR%%/lib/minlog-1.2.jar
%%DATADIR%%/lib/native-platform-0.14.jar
%%DATADIR%%/lib/native-platform-freebsd-amd64-libcpp-0.14.jar
@ -67,94 +75,97 @@
%%DATADIR%%/lib/native-platform-osx-i386-0.14.jar
%%DATADIR%%/lib/native-platform-windows-amd64-0.14.jar
%%DATADIR%%/lib/native-platform-windows-i386-0.14.jar
%%DATADIR%%/lib/objenesis-1.2.jar
%%DATADIR%%/lib/objenesis-2.6.jar
%%DATADIR%%/lib/plugins/aether-api-1.13.1.jar
%%DATADIR%%/lib/plugins/aether-connector-wagon-1.13.1.jar
%%DATADIR%%/lib/plugins/aether-impl-1.13.1.jar
%%DATADIR%%/lib/plugins/aether-spi-1.13.1.jar
%%DATADIR%%/lib/plugins/aether-util-1.13.1.jar
%%DATADIR%%/lib/plugins/apiguardian-api-1.0.0.jar
%%DATADIR%%/lib/plugins/asm-util-6.0.jar
%%DATADIR%%/lib/plugins/aws-java-sdk-core-1.11.267.jar
%%DATADIR%%/lib/plugins/aws-java-sdk-kms-1.11.267.jar
%%DATADIR%%/lib/plugins/aws-java-sdk-s3-1.11.267.jar
%%DATADIR%%/lib/plugins/bcpg-jdk15on-1.58.jar
%%DATADIR%%/lib/plugins/bcprov-jdk15on-1.58.jar
%%DATADIR%%/lib/plugins/biz.aQute.bndlib-3.4.0.jar
%%DATADIR%%/lib/plugins/asm-util-7.0.jar
%%DATADIR%%/lib/plugins/aws-java-sdk-core-1.11.407.jar
%%DATADIR%%/lib/plugins/aws-java-sdk-kms-1.11.407.jar
%%DATADIR%%/lib/plugins/aws-java-sdk-s3-1.11.407.jar
%%DATADIR%%/lib/plugins/bcpg-jdk15on-1.60.jar
%%DATADIR%%/lib/plugins/bcprov-jdk15on-1.60.jar
%%DATADIR%%/lib/plugins/biz.aQute.bndlib-4.0.0.jar
%%DATADIR%%/lib/plugins/bsh-2.0b6.jar
%%DATADIR%%/lib/plugins/commons-cli-1.2.jar
%%DATADIR%%/lib/plugins/commons-codec-1.10.jar
%%DATADIR%%/lib/plugins/dd-plist-1.20.jar
%%DATADIR%%/lib/plugins/google-api-client-1.23.0.jar
%%DATADIR%%/lib/plugins/google-api-services-storage-v1-rev116-1.23.0.jar
%%DATADIR%%/lib/plugins/google-http-client-1.23.0.jar
%%DATADIR%%/lib/plugins/google-http-client-jackson2-1.23.0.jar
%%DATADIR%%/lib/plugins/google-oauth-client-1.23.0.jar
%%DATADIR%%/lib/plugins/gradle-announce-4.6.jar
%%DATADIR%%/lib/plugins/gradle-antlr-4.6.jar
%%DATADIR%%/lib/plugins/gradle-build-cache-http-4.6.jar
%%DATADIR%%/lib/plugins/gradle-build-comparison-4.6.jar
%%DATADIR%%/lib/plugins/gradle-build-init-4.6.jar
%%DATADIR%%/lib/plugins/gradle-code-quality-4.6.jar
%%DATADIR%%/lib/plugins/gradle-composite-builds-4.6.jar
%%DATADIR%%/lib/plugins/gradle-dependency-management-4.6.jar
%%DATADIR%%/lib/plugins/gradle-diagnostics-4.6.jar
%%DATADIR%%/lib/plugins/gradle-ear-4.6.jar
%%DATADIR%%/lib/plugins/gradle-ide-4.6.jar
%%DATADIR%%/lib/plugins/gradle-ide-native-4.6.jar
%%DATADIR%%/lib/plugins/gradle-ide-play-4.6.jar
%%DATADIR%%/lib/plugins/gradle-ivy-4.6.jar
%%DATADIR%%/lib/plugins/gradle-jacoco-4.6.jar
%%DATADIR%%/lib/plugins/gradle-javascript-4.6.jar
%%DATADIR%%/lib/plugins/gradle-language-groovy-4.6.jar
%%DATADIR%%/lib/plugins/gradle-language-java-4.6.jar
%%DATADIR%%/lib/plugins/gradle-language-jvm-4.6.jar
%%DATADIR%%/lib/plugins/gradle-language-native-4.6.jar
%%DATADIR%%/lib/plugins/gradle-language-scala-4.6.jar
%%DATADIR%%/lib/plugins/gradle-maven-4.6.jar
%%DATADIR%%/lib/plugins/gradle-osgi-4.6.jar
%%DATADIR%%/lib/plugins/gradle-platform-base-4.6.jar
%%DATADIR%%/lib/plugins/gradle-platform-jvm-4.6.jar
%%DATADIR%%/lib/plugins/gradle-platform-native-4.6.jar
%%DATADIR%%/lib/plugins/gradle-platform-play-4.6.jar
%%DATADIR%%/lib/plugins/gradle-plugin-development-4.6.jar
%%DATADIR%%/lib/plugins/gradle-plugin-use-4.6.jar
%%DATADIR%%/lib/plugins/gradle-plugins-4.6.jar
%%DATADIR%%/lib/plugins/gradle-publish-4.6.jar
%%DATADIR%%/lib/plugins/gradle-reporting-4.6.jar
%%DATADIR%%/lib/plugins/gradle-resources-gcs-4.6.jar
%%DATADIR%%/lib/plugins/gradle-resources-http-4.6.jar
%%DATADIR%%/lib/plugins/gradle-resources-s3-4.6.jar
%%DATADIR%%/lib/plugins/gradle-resources-sftp-4.6.jar
%%DATADIR%%/lib/plugins/gradle-scala-4.6.jar
%%DATADIR%%/lib/plugins/gradle-signing-4.6.jar
%%DATADIR%%/lib/plugins/gradle-test-kit-4.6.jar
%%DATADIR%%/lib/plugins/gradle-testing-base-4.6.jar
%%DATADIR%%/lib/plugins/gradle-testing-junit-platform-4.6.jar
%%DATADIR%%/lib/plugins/gradle-testing-jvm-4.6.jar
%%DATADIR%%/lib/plugins/gradle-testing-native-4.6.jar
%%DATADIR%%/lib/plugins/gradle-tooling-api-builders-4.6.jar
%%DATADIR%%/lib/plugins/gradle-version-control-4.6.jar
%%DATADIR%%/lib/plugins/gradle-workers-4.6.jar
%%DATADIR%%/lib/plugins/gson-2.7.jar
%%DATADIR%%/lib/plugins/commons-cli-1.4.jar
%%DATADIR%%/lib/plugins/commons-codec-1.11.jar
%%DATADIR%%/lib/plugins/dd-plist-1.21.jar
%%DATADIR%%/lib/plugins/google-api-client-1.25.0.jar
%%DATADIR%%/lib/plugins/google-api-services-storage-v1-rev136-1.25.0.jar
%%DATADIR%%/lib/plugins/google-http-client-1.25.0.jar
%%DATADIR%%/lib/plugins/google-http-client-jackson2-1.25.0.jar
%%DATADIR%%/lib/plugins/google-oauth-client-1.25.0.jar
%%DATADIR%%/lib/plugins/gradle-announce-5.0.jar
%%DATADIR%%/lib/plugins/gradle-antlr-5.0.jar
%%DATADIR%%/lib/plugins/gradle-build-cache-http-5.0.jar
%%DATADIR%%/lib/plugins/gradle-build-comparison-5.0.jar
%%DATADIR%%/lib/plugins/gradle-build-init-5.0.jar
%%DATADIR%%/lib/plugins/gradle-code-quality-5.0.jar
%%DATADIR%%/lib/plugins/gradle-composite-builds-5.0.jar
%%DATADIR%%/lib/plugins/gradle-dependency-management-5.0.jar
%%DATADIR%%/lib/plugins/gradle-diagnostics-5.0.jar
%%DATADIR%%/lib/plugins/gradle-ear-5.0.jar
%%DATADIR%%/lib/plugins/gradle-ide-5.0.jar
%%DATADIR%%/lib/plugins/gradle-ide-native-5.0.jar
%%DATADIR%%/lib/plugins/gradle-ide-play-5.0.jar
%%DATADIR%%/lib/plugins/gradle-ivy-5.0.jar
%%DATADIR%%/lib/plugins/gradle-jacoco-5.0.jar
%%DATADIR%%/lib/plugins/gradle-javascript-5.0.jar
%%DATADIR%%/lib/plugins/gradle-language-groovy-5.0.jar
%%DATADIR%%/lib/plugins/gradle-language-java-5.0.jar
%%DATADIR%%/lib/plugins/gradle-language-jvm-5.0.jar
%%DATADIR%%/lib/plugins/gradle-language-native-5.0.jar
%%DATADIR%%/lib/plugins/gradle-language-scala-5.0.jar
%%DATADIR%%/lib/plugins/gradle-maven-5.0.jar
%%DATADIR%%/lib/plugins/gradle-osgi-5.0.jar
%%DATADIR%%/lib/plugins/gradle-platform-base-5.0.jar
%%DATADIR%%/lib/plugins/gradle-platform-jvm-5.0.jar
%%DATADIR%%/lib/plugins/gradle-platform-native-5.0.jar
%%DATADIR%%/lib/plugins/gradle-platform-play-5.0.jar
%%DATADIR%%/lib/plugins/gradle-plugin-development-5.0.jar
%%DATADIR%%/lib/plugins/gradle-plugin-use-5.0.jar
%%DATADIR%%/lib/plugins/gradle-plugins-5.0.jar
%%DATADIR%%/lib/plugins/gradle-publish-5.0.jar
%%DATADIR%%/lib/plugins/gradle-reporting-5.0.jar
%%DATADIR%%/lib/plugins/gradle-resources-gcs-5.0.jar
%%DATADIR%%/lib/plugins/gradle-resources-http-5.0.jar
%%DATADIR%%/lib/plugins/gradle-resources-s3-5.0.jar
%%DATADIR%%/lib/plugins/gradle-resources-sftp-5.0.jar
%%DATADIR%%/lib/plugins/gradle-scala-5.0.jar
%%DATADIR%%/lib/plugins/gradle-signing-5.0.jar
%%DATADIR%%/lib/plugins/gradle-test-kit-5.0.jar
%%DATADIR%%/lib/plugins/gradle-testing-base-5.0.jar
%%DATADIR%%/lib/plugins/gradle-testing-junit-platform-5.0.jar
%%DATADIR%%/lib/plugins/gradle-testing-jvm-5.0.jar
%%DATADIR%%/lib/plugins/gradle-testing-native-5.0.jar
%%DATADIR%%/lib/plugins/gradle-tooling-api-builders-5.0.jar
%%DATADIR%%/lib/plugins/gradle-tooling-native-5.0.jar
%%DATADIR%%/lib/plugins/gradle-version-control-5.0.jar
%%DATADIR%%/lib/plugins/gradle-workers-5.0.jar
%%DATADIR%%/lib/plugins/gson-2.8.5.jar
%%DATADIR%%/lib/plugins/hamcrest-core-1.3.jar
%%DATADIR%%/lib/plugins/httpclient-4.5.5.jar
%%DATADIR%%/lib/plugins/httpcore-4.4.9.jar
%%DATADIR%%/lib/plugins/httpclient-4.5.6.jar
%%DATADIR%%/lib/plugins/httpcore-4.4.10.jar
%%DATADIR%%/lib/plugins/ion-java-1.0.2.jar
%%DATADIR%%/lib/plugins/ivy-2.2.0.jar
%%DATADIR%%/lib/plugins/jackson-annotations-2.8.11.jar
%%DATADIR%%/lib/plugins/jackson-core-2.8.11.jar
%%DATADIR%%/lib/plugins/jackson-databind-2.8.11.jar
%%DATADIR%%/lib/plugins/jatl-0.2.2.jar
%%DATADIR%%/lib/plugins/ivy-2.3.0.jar
%%DATADIR%%/lib/plugins/jackson-annotations-2.9.6.jar
%%DATADIR%%/lib/plugins/jackson-core-2.9.6.jar
%%DATADIR%%/lib/plugins/jackson-databind-2.9.6.jar
%%DATADIR%%/lib/plugins/jatl-0.2.3.jar
%%DATADIR%%/lib/plugins/jaxb-impl-2.3.1.jar
%%DATADIR%%/lib/plugins/jcifs-1.3.17.jar
%%DATADIR%%/lib/plugins/jcommander-1.47.jar
%%DATADIR%%/lib/plugins/jmespath-java-1.11.267.jar
%%DATADIR%%/lib/plugins/joda-time-2.8.2.jar
%%DATADIR%%/lib/plugins/jcommander-1.72.jar
%%DATADIR%%/lib/plugins/jmespath-java-1.11.407.jar
%%DATADIR%%/lib/plugins/joda-time-2.10.jar
%%DATADIR%%/lib/plugins/jsch-0.1.54.jar
%%DATADIR%%/lib/plugins/junit-4.12.jar
%%DATADIR%%/lib/plugins/junit-platform-commons-1.0.3.jar
%%DATADIR%%/lib/plugins/junit-platform-engine-1.0.3.jar
%%DATADIR%%/lib/plugins/junit-platform-launcher-1.0.3.jar
%%DATADIR%%/lib/plugins/junit-platform-commons-1.3.1.jar
%%DATADIR%%/lib/plugins/junit-platform-engine-1.3.1.jar
%%DATADIR%%/lib/plugins/junit-platform-launcher-1.3.1.jar
%%DATADIR%%/lib/plugins/jzlib-1.1.3.jar
%%DATADIR%%/lib/plugins/maven-aether-provider-3.0.4.jar
%%DATADIR%%/lib/plugins/maven-artifact-3.0.4.jar
%%DATADIR%%/lib/plugins/maven-compat-3.0.4.jar
@ -165,29 +176,27 @@
%%DATADIR%%/lib/plugins/maven-repository-metadata-3.0.4.jar
%%DATADIR%%/lib/plugins/maven-settings-3.0.4.jar
%%DATADIR%%/lib/plugins/maven-settings-builder-3.0.4.jar
%%DATADIR%%/lib/plugins/nekohtml-1.9.20.jar
%%DATADIR%%/lib/plugins/opentest4j-1.0.0.jar
%%DATADIR%%/lib/plugins/org.eclipse.jgit-4.5.3.201708160445-r.jar
%%DATADIR%%/lib/plugins/nekohtml-1.9.22.jar
%%DATADIR%%/lib/plugins/opentest4j-1.1.1.jar
%%DATADIR%%/lib/plugins/org.eclipse.jgit-5.0.3.201809091024-r.jar
%%DATADIR%%/lib/plugins/plexus-cipher-1.7.jar
%%DATADIR%%/lib/plugins/plexus-classworlds-2.4.jar
%%DATADIR%%/lib/plugins/plexus-classworlds-2.5.1.jar
%%DATADIR%%/lib/plugins/plexus-component-annotations-1.5.5.jar
%%DATADIR%%/lib/plugins/plexus-container-default-1.5.5.jar
%%DATADIR%%/lib/plugins/plexus-container-default-1.7.1.jar
%%DATADIR%%/lib/plugins/plexus-interpolation-1.14.jar
%%DATADIR%%/lib/plugins/plexus-sec-dispatcher-1.3.jar
%%DATADIR%%/lib/plugins/plexus-utils-3.0.8.jar
%%DATADIR%%/lib/plugins/plexus-utils-3.1.0.jar
%%DATADIR%%/lib/plugins/pmaven-common-0.8-20100325.jar
%%DATADIR%%/lib/plugins/pmaven-groovy-0.8-20100325.jar
%%DATADIR%%/lib/plugins/rhino-1.7R3.jar
%%DATADIR%%/lib/plugins/rhino-1.7.10.jar
%%DATADIR%%/lib/plugins/simple-4.1.21.jar
%%DATADIR%%/lib/plugins/snakeyaml-1.6.jar
%%DATADIR%%/lib/plugins/snakeyaml-1.17.jar
%%DATADIR%%/lib/plugins/testng-6.3.1.jar
%%DATADIR%%/lib/plugins/wagon-file-2.4.jar
%%DATADIR%%/lib/plugins/wagon-http-2.4.jar
%%DATADIR%%/lib/plugins/wagon-http-shared4-2.4.jar
%%DATADIR%%/lib/plugins/wagon-provider-api-2.4.jar
%%DATADIR%%/lib/plugins/xbean-reflect-3.4.jar
%%DATADIR%%/lib/plugins/xercesImpl-2.11.0.jar
%%DATADIR%%/lib/reflectasm-1.07-shaded.jar
%%DATADIR%%/lib/slf4j-api-1.7.16.jar
%%DATADIR%%/lib/plugins/wagon-file-3.0.0.jar
%%DATADIR%%/lib/plugins/wagon-http-3.0.0.jar
%%DATADIR%%/lib/plugins/wagon-http-shared-3.0.0.jar
%%DATADIR%%/lib/plugins/wagon-provider-api-3.0.0.jar
%%DATADIR%%/lib/plugins/xbean-reflect-3.7.jar
%%DATADIR%%/lib/plugins/xercesImpl-2.12.0.jar
%%DATADIR%%/lib/slf4j-api-1.7.25.jar
%%DATADIR%%/lib/xml-apis-1.4.01.jar
bin/gradle

View File

@ -4,7 +4,7 @@
PORTNAME= grpc
PORTVERSION= 1.15.1
DISTVERSIONPREFIX= v
PORTREVISION= 0
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel

View File

@ -2,6 +2,7 @@
PORTNAME= ignition-msgs
DISTVERSION= 3.0.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/

View File

@ -2,6 +2,7 @@
PORTNAME= ignition-transport
DISTVERSION= 6.0.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= libzim
PORTVERSION= 4.0.0
PORTREVISION= 2
PORTVERSION= 4.0.4
CATEGORIES= devel
MAINTAINER= swills@FreeBSD.org
@ -17,5 +16,6 @@ USE_GITHUB= yes
GH_ACCOUNT= openzim
BINARY_ALIAS= python3=python${PYTHON_VER} python3-config=python${PYTHON_VER}-config
PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1531269487
SHA256 (openzim-libzim-4.0.0_GH0.tar.gz) = e195d30ba1b55dd2b6529fdd84fcbed6ec35ed4ddc957ad7725edabd20c3126c
SIZE (openzim-libzim-4.0.0_GH0.tar.gz) = 1649903
TIMESTAMP = 1543967332
SHA256 (openzim-libzim-4.0.4_GH0.tar.gz) = 8f56a16d15e810150d3c3ee9acce3606f676c90b72936e11f77f2a2548cd4611
SIZE (openzim-libzim-4.0.4_GH0.tar.gz) = 1653434

View File

@ -1,17 +1,17 @@
--- meson.build.orig 2018-06-14 22:03:52 UTC
--- meson.build.orig 2018-09-04 16:23:32 UTC
+++ meson.build
@@ -1,7 +1,7 @@
project('libzim', ['c', 'cpp'],
version : '4.0.0',
version : '4.0.4',
license : 'GPL2',
- default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
+ default_options : ['c_std=c11', 'cpp_std=c++11'])
conf = configuration_data()
conf.set('VERSION', '"@0@"'.format(meson.project_version()))
@@ -9,6 +9,9 @@ conf.set('DIRENT_CACHE_SIZE', get_option('DIRENT_CACHE
conf.set('CLUSTER_CACHE_SIZE', get_option('CLUSTER_CACHE_SIZE'))
conf.set('LZMA_MEMORY_SIZE', get_option('LZMA_MEMORY_SIZE'))
if build_machine.system() != 'windows'
add_project_arguments('-D_LARGEFILE64_SOURCE=1', '-D_FILE_OFFSET_BITS=64', language: 'cpp')
@@ -22,6 +22,9 @@ else
endif
conf.set('ENABLE_USE_BUFFER_HEADER', get_option('USE_BUFFER_HEADER'))
+cc = meson.get_compiler('c')
+execinfo_dep = cc.find_library('execinfo', required : false)
@ -19,7 +19,7 @@
zlib_dep = dependency('zlib', required:false)
conf.set('ENABLE_ZLIB', zlib_dep.found())
@@ -49,3 +52,4 @@ pkg_mod.generate(libraries : libzim,
@@ -70,3 +73,4 @@ pkg_mod.generate(libraries : libzim,
filebase : 'libzim',
description : 'A Library to zim.',
requires : pkg_requires)

View File

@ -1,11 +1,11 @@
--- src/buffer.cpp.orig 2018-07-11 01:24:59.809896000 +0000
+++ src/buffer.cpp 2018-07-11 01:25:29.007975000 +0000
@@ -48,7 +48,7 @@ MMapBuffer::MMapBuffer(int fd, offset_t offset, zsize_
--- src/buffer.cpp.orig 2018-09-04 16:23:32 UTC
+++ src/buffer.cpp
@@ -49,7 +49,7 @@ MMapBuffer::MMapBuffer(int fd, offset_t offset, zsize_
#if defined(__APPLE__)
#define MAP_FLAGS MAP_PRIVATE
#else
- #define MAP_FLAGS MAP_PRIVATE|MAP_POPULATE
+ #define MAP_FLAGS MAP_PRIVATE|MAP_PREFAULT_READ
#endif
_data = (char*)mmap(NULL, size.v + _offset.v, PROT_READ, MAP_FLAGS, fd, pa_offset.v);
if (_data == MAP_FAILED )
#if !MMAP_SUPPORT_64
if(pa_offset.v >= INT32_MAX) {

View File

@ -1,10 +0,0 @@
--- src/file_reader.cpp.orig 2018-07-11 01:18:06.970719000 +0000
+++ src/file_reader.cpp 2018-07-11 01:18:17.646078000 +0000
@@ -28,6 +28,7 @@
#include <fcntl.h>
#include <lzma.h>
#include <pthread.h>
+#include <unistd.h>
#if defined(ENABLE_ZLIB)
#include <zlib.h>

View File

@ -0,0 +1,11 @@
--- src/fs_unix.cpp.orig 2018-12-04 23:56:33 UTC
+++ src/fs_unix.cpp
@@ -34,7 +34,7 @@ namespace unix {
zsize_t FD::readAt(char* dest, zsize_t size, offset_t offset) const
{
-#ifdef __APPLE__
+#if defined(__APPLE__) || defined(__FreeBSD__)
# define PREAD pread
#else
# define PREAD pread64

View File

@ -1,6 +1,6 @@
--- src/meson.build.orig 2018-07-11 01:43:01.888587000 +0000
+++ src/meson.build 2018-07-11 01:43:07.416631000 +0000
@@ -51,6 +51,10 @@ if zlib_dep.found()
--- src/meson.build.orig 2018-09-04 16:23:32 UTC
+++ src/meson.build
@@ -58,6 +58,10 @@ if zlib_dep.found()
deps += [zlib_dep]
endif

View File

@ -12,5 +12,5 @@ include/zim/writer/zimcreator.h
include/zim/zim.h
lib/libzim.so
lib/libzim.so.4
lib/libzim.so.4.0.0
lib/libzim.so.%%PORTVERSION%%
libdata/pkgconfig/libzim.pc

View File

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Color-ANSI-Util
PORTVERSION= 0.162
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Routines for dealing with ANSI colors
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1543776807
SHA256 (Color-ANSI-Util-0.162.tar.gz) = 8a9904c064efddda59b2ebeb3bcfb1782f7dc65c0eaa0e8eaa46c09ecf9a31ea
SIZE (Color-ANSI-Util-0.162.tar.gz) = 21785

View File

@ -0,0 +1,8 @@
Color::ANSI::Util provides routines for dealing with ANSI colors. The two main
functions are ansifg and ansibg. With those functions, you can specify colors in
RGB and let it output the correct ANSI color escape code according to the color
depth support of the terminal (whether 16-color, 256-color, or 24bit). There are
other functions to convert RGB to ANSI in specific color depths, or reverse
functions to convert from ANSI to RGB codes.
WWW: https://metacpan.org/release/Color-ANSI-Util

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Color/ANSI/Util.pm
%%PERL5_MAN3%%/Color::ANSI::Util.3.gz

View File

@ -0,0 +1,27 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Data-Dump-Color
PORTVERSION= 0.241
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Like Data::Dump, but with color
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \
${RUN_DEPENDS}
RUN_DEPENDS= p5-Data-Dump>=0:devel/p5-Data-Dump \
p5-Scalar-Util-LooksLikeNumber>=0:devel/p5-Scalar-Util-LooksLikeNumber
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1543776237
SHA256 (Data-Dump-Color-0.241.tar.gz) = 3e149c5b52a44db0f4007c5441e2b8dad49ab1756c5e2333e87bcc4e8437b8ad
SIZE (Data-Dump-Color-0.241.tar.gz) = 26261

View File

@ -0,0 +1,5 @@
Data::Dump::Color aims to be a drop-in replacement for Data::Dump. It adds
colors to dumps. It also adds various visual aids in the comments, e.g.
array/hash index, depth indicator, and so on.
WWW: https://metacpan.org/release/Data-Dump-Color

View File

@ -0,0 +1,4 @@
%%SITE_PERL%%/Data/Dump/Color.pm
%%SITE_PERL%%/auto/share/dist/Data-Dump-Color/examples/example.pl
%%SITE_PERL%%/auto/share/dist/Data-Dump-Color/examples/example2.pl
%%PERL5_MAN3%%/Data::Dump::Color.3.gz

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Date-Manip
PORTVERSION= 6.73
PORTVERSION= 6.75
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SBECK

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1537479955
SHA256 (Date-Manip-6.73.tar.gz) = d39295c7c3f19b43470d1203dded8cb649b41a1098e51b5b7c7cf17b662ca255
SIZE (Date-Manip-6.73.tar.gz) = 1853891
TIMESTAMP = 1543875843
SHA256 (Date-Manip-6.75.tar.gz) = c1fbcfbe2ab1a84e57f191807e87c97985da00926f64d1aae598c8756acbb67d
SIZE (Date-Manip-6.75.tar.gz) = 1849350

View File

@ -3,7 +3,7 @@
PORTNAME= pinba
PORTVERSION= 2012.03.20
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= devel
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
@ -22,7 +22,8 @@ GH_ACCOUNT= tony2001
GH_PROJECT= pinba_extension
GH_TAGNAME= f76b673
USES= php:ext
USES= compiler:c++11-lang php:ext
USE_CXXSTD= c++11
IGNORE_WITH_PHP= 70 71 72 73
.include <bsd.port.mk>

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= phpunit
DISTVERSION= 7.4.4
DISTVERSION= 7.4.5
CATEGORIES= devel www
MASTER_SITES= https://phar.phpunit.de/
PKGNAMESUFFIX= 7${PHP_PKGNAMESUFFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1542358733
SHA256 (phpunit-7.4.4.phar) = dfa3094f70e253f322f3deffa60146507541dda49bdfbbe6e95dadedc2d8eb7e
SIZE (phpunit-7.4.4.phar) = 2676327
TIMESTAMP = 1543836729
SHA256 (phpunit-7.4.5.phar) = 809f0521514697d647e379cbba96f084a161a96ab32b445ad779959ff60d791d
SIZE (phpunit-7.4.5.phar) = 2677940

View File

@ -3,6 +3,7 @@
PORTNAME= protobuf-c
PORTVERSION= 1.3.1
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= devel

View File

@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= protobuf
PORTVERSION= 3.5.2
PORTVERSION= 3.6.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
@ -19,19 +18,23 @@ 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
CFLAGS+= -DGOOGLE_PROTOBUF_NO_RTTI -I${WRKSRC}/src
CONFIGURE_ENV= CC_FOR_BUILD="${CC}" CFLAGS_FOR_BUILD="${CFLAGS}" \
CONFIGURE_ENV= CC_FOR_BUILD="${CC}" \
CFLAGS_FOR_BUILD="${CFLAGS}" \
CPPFLAGS_FOR_BUILD="${CPPFLAGS}" \
CXX_FOR_BUILD="${CXX}" CXXFLAGS_FOR_BUILD="${CXXFLAGS}" \
CXX_FOR_BUILD="${CXX}" \
CXXFLAGS_FOR_BUILD="${CXXFLAGS}" \
LDFLAGS_FOR_BUILD="${LDFLAGS}"
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_ARGS= ${MAKE_ARGS} ${_MAKE_JOBS}
TEST_TARGET= check
USES= autoreconf compiler:c++11-lang gmake libtool localbase pathfix pkgconfig
USE_CXXSTD= c++11
USE_LDCONFIG= yes
GH_ACCOUNT= google
GH_ACCOUNT= protocolbuffers
USE_GITHUB= yes
post-patch:

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1523095599
SHA256 (google-protobuf-v3.5.2_GH0.tar.gz) = 4ffd420f39f226e96aebc3554f9c66a912f6cad6261f39f194f16af8a1f6dab2
SIZE (google-protobuf-v3.5.2_GH0.tar.gz) = 4584659
TIMESTAMP = 1535569873
SHA256 (protocolbuffers-protobuf-v3.6.1_GH0.tar.gz) = 3d4e589d81b2006ca603c1ab712c9715a76227293032d05b26fca603f90b3f5b
SIZE (protocolbuffers-protobuf-v3.6.1_GH0.tar.gz) = 4485582

View File

@ -1,11 +0,0 @@
--- src/google/protobuf/stubs/atomicops.h.orig 2017-08-15 23:39:12 UTC
+++ src/google/protobuf/stubs/atomicops.h
@@ -198,6 +198,8 @@ Atomic64 Release_Load(volatile const Ato
#elif defined(__GNUC__)
#if defined(GOOGLE_PROTOBUF_ARCH_IA32) || defined(GOOGLE_PROTOBUF_ARCH_X64)
#include <google/protobuf/stubs/atomicops_internals_x86_gcc.h>
+#elif defined(GOOGLE_PROTOBUF_ARCH_ARM) && defined(__FreeBSD__)
+#include <google/protobuf/stubs/atomicops_internals_generic_gcc.h>
#elif defined(GOOGLE_PROTOBUF_ARCH_ARM) && defined(__linux__)
#if (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7)) || (__GNUC__ > 4))
#include <google/protobuf/stubs/atomicops_internals_generic_gcc.h>

View File

@ -0,0 +1,11 @@
--- src/google/protobuf/stubs/common.h.orig 2018-07-27 20:30:28 UTC
+++ src/google/protobuf/stubs/common.h
@@ -206,7 +206,7 @@ LIBPROTOBUF_EXPORT void OnShutdownRun(vo
template <typename T>
T* OnShutdownDelete(T* p) {
- OnShutdownRun([](const void* p) { delete static_cast<const T*>(p); }, p);
+ OnShutdownRun([](const void* pp) { delete static_cast<const T*>(pp); }, p);
return p;
}

View File

@ -1,11 +0,0 @@
--- src/Makefile.am.bak 2018-10-27 21:56:16.784704000 +0200
+++ src/Makefile.am 2018-10-27 22:01:47.564751000 +0200
@@ -518,7 +518,7 @@
# to build the js_embed binary using $(CXX_FOR_BUILD) so that it is executable
# on the build machine in a cross-compilation setup.
js_embed$(EXEEXT): $(srcdir)/google/protobuf/compiler/js/embed.cc
- $(CXX_FOR_BUILD) -o $@ $<
+ $(CXX_FOR_BUILD) ${CXXFLAGS} -o $@ $<
js_well_known_types_sources = \
google/protobuf/compiler/js/well_known_types/any.js \
google/protobuf/compiler/js/well_known_types/struct.js \

View File

@ -2,4 +2,4 @@ Protocol Buffers are a way of encoding structured data in an efficient yet
extensible format. Google uses Protocol Buffers for almost all of its internal
RPC protocols and file formats.
WWW: https://github.com/google/protobuf
WWW: https://github.com/protocolbuffers/protobuf

View File

@ -15,7 +15,6 @@ include/google/protobuf/compiler/csharp/csharp_names.h
include/google/protobuf/compiler/importer.h
include/google/protobuf/compiler/java/java_generator.h
include/google/protobuf/compiler/java/java_names.h
include/google/protobuf/compiler/javanano/javanano_generator.h
include/google/protobuf/compiler/js/js_generator.h
include/google/protobuf/compiler/js/well_known_types_embed.h
include/google/protobuf/compiler/objectivec/objectivec_generator.h
@ -45,6 +44,8 @@ include/google/protobuf/generated_message_reflection.h
include/google/protobuf/generated_message_table_driven.h
include/google/protobuf/generated_message_util.h
include/google/protobuf/has_bits.h
include/google/protobuf/implicit_weak_message.h
include/google/protobuf/inlined_string_field.h
include/google/protobuf/io/coded_stream.h
include/google/protobuf/io/gzip_stream.h
include/google/protobuf/io/printer.h
@ -72,20 +73,6 @@ include/google/protobuf/source_context.pb.h
include/google/protobuf/source_context.proto
include/google/protobuf/struct.pb.h
include/google/protobuf/struct.proto
include/google/protobuf/stubs/atomic_sequence_num.h
include/google/protobuf/stubs/atomicops.h
include/google/protobuf/stubs/atomicops_internals_arm64_gcc.h
include/google/protobuf/stubs/atomicops_internals_arm_gcc.h
include/google/protobuf/stubs/atomicops_internals_arm_qnx.h
include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h
include/google/protobuf/stubs/atomicops_internals_generic_gcc.h
include/google/protobuf/stubs/atomicops_internals_mips_gcc.h
include/google/protobuf/stubs/atomicops_internals_power.h
include/google/protobuf/stubs/atomicops_internals_ppc_gcc.h
include/google/protobuf/stubs/atomicops_internals_solaris.h
include/google/protobuf/stubs/atomicops_internals_tsan.h
include/google/protobuf/stubs/atomicops_internals_x86_gcc.h
include/google/protobuf/stubs/atomicops_internals_x86_msvc.h
include/google/protobuf/stubs/bytestream.h
include/google/protobuf/stubs/callback.h
include/google/protobuf/stubs/casts.h
@ -98,14 +85,11 @@ include/google/protobuf/stubs/mutex.h
include/google/protobuf/stubs/once.h
include/google/protobuf/stubs/platform_macros.h
include/google/protobuf/stubs/port.h
include/google/protobuf/stubs/scoped_ptr.h
include/google/protobuf/stubs/shared_ptr.h
include/google/protobuf/stubs/singleton.h
include/google/protobuf/stubs/status.h
include/google/protobuf/stubs/stl_util.h
include/google/protobuf/stubs/stringpiece.h
include/google/protobuf/stubs/template_util.h
include/google/protobuf/stubs/type_traits.h
include/google/protobuf/text_format.h
include/google/protobuf/timestamp.pb.h
include/google/protobuf/timestamp.proto
@ -127,15 +111,15 @@ include/google/protobuf/wrappers.pb.h
include/google/protobuf/wrappers.proto
lib/libprotobuf-lite.a
lib/libprotobuf-lite.so
lib/libprotobuf-lite.so.15
lib/libprotobuf-lite.so.15.0.1
lib/libprotobuf-lite.so.17
lib/libprotobuf-lite.so.17.0.0
lib/libprotobuf.a
lib/libprotobuf.so
lib/libprotobuf.so.15
lib/libprotobuf.so.15.0.1
lib/libprotobuf.so.17
lib/libprotobuf.so.17.0.0
lib/libprotoc.a
lib/libprotoc.so
lib/libprotoc.so.15
lib/libprotoc.so.15.0.1
lib/libprotoc.so.17
lib/libprotoc.so.17.0.0
libdata/pkgconfig/protobuf-lite.pc
libdata/pkgconfig/protobuf.pc

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= aiortc
PORTVERSION= 0.9.12
PORTVERSION= 0.9.13
CATEGORIES= devel multimedia python www
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1541121864
SHA256 (aiortc-0.9.12.tar.gz) = 1696ad8538abf0ae18f0fe58826c92f9968133cca83b4b5a138afdba54fa85b6
SIZE (aiortc-0.9.12.tar.gz) = 1124646
TIMESTAMP = 1543963274
SHA256 (aiortc-0.9.13.tar.gz) = f1dae1df1d84c17f3ac3f899cbcefb9f7acba9fa98798141508556ec9d2fc8a7
SIZE (aiortc-0.9.13.tar.gz) = 1123388

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= envisage
PORTVERSION= 4.6.0
PORTVERSION= 4.7.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -18,6 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=4.5.0:devel/py-traits@${PY_FLAVOR}
USES= python:-2.7
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

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