*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2016-12-15 07:26:36 +01:00
parent cbb45689a0
commit c4628e9323
178 changed files with 1037 additions and 1735 deletions

View file

@ -8,7 +8,7 @@ CATEGORIES= archivers
MASTER_SITES= http://rpm.org/releases/rpm-${PORTVERSION:R:R}.x/
PKGNAMESUFFIX= 4
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= The RPM Package Manager
LIB_DEPENDS= libpopt.so:devel/popt \

View file

@ -4,6 +4,7 @@
PORTNAME= libosmpbf
PORTVERSION= 1.3.3
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= astro geography devel
MAINTAINER= amdmi3@FreeBSD.org

View file

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

View file

@ -3,7 +3,7 @@
PORTNAME= clementine
PORTVERSION= 1.3.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
PKGNAMESUFFIX= -player

View file

@ -4,7 +4,7 @@
PORTNAME= mixxx
PORTVERSION= 1.11.0
DISTVERSIONSUFFIX= -src
PORTREVISION= 12
PORTREVISION= 13
CATEGORIES= audio
MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/

View file

@ -3,7 +3,7 @@
PORTNAME= mumble
PORTVERSION= 1.2.8
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION}

View file

@ -3,7 +3,7 @@
PORTNAME= murmur
PORTVERSION= 1.2.10
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio net
MAINTAINER= feld@FreeBSD.org

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= eyed3
PORTVERSION= 0.7.9
PORTVERSION= 0.7.10
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,8 +14,6 @@ COMMENT= Python module for processing ID3 tags
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}magic>0:devel/py-magic
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils

View file

@ -1,2 +1,3 @@
SHA256 (eyeD3-0.7.9.tar.gz) = 34b97f6e99da41a42a0c66eebe351cf515fcafe0f4d85850e937ed224ee39395
SIZE (eyeD3-0.7.9.tar.gz) = 230175
TIMESTAMP = 1481747988
SHA256 (eyeD3-0.7.10.tar.gz) = 98a7d249136e845eb5469866657160f623d0a44f602e59bc907a12a3bf665172
SIZE (eyeD3-0.7.10.tar.gz) = 232523

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= xlog
PORTVERSION= 2.0.13
PORTVERSION= 2.0.14
CATEGORIES= comms hamradio
MASTER_SITES= SAVANNAH
@ -12,14 +12,16 @@ COMMENT= Amateur Radio logging application
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libhamlib.so:comms/hamlib
LIB_DEPENDS= libhamlib.so:comms/hamlib \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= pkgconfig shared-mime-info
USE_GNOME= gtk20
USE_GNOME= cairo gdkpixbuf2 gtk20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-mime-update
CONFIGURE_ENV+= ac_cv_c_compiler_gnu=no
MAKE_ARGS= PREFIX=/${PREFIX}
MAKE_ARGS= PREFIX=${PREFIX}
LIBS+= -lm

View file

@ -1,2 +1,3 @@
SHA256 (xlog-2.0.13.tar.gz) = d53d8538b9fc61e761d1bd84ad0c866cc9a50540b663521ebad49df479d798ab
SIZE (xlog-2.0.13.tar.gz) = 11427287
TIMESTAMP = 1481589120
SHA256 (xlog-2.0.14.tar.gz) = 16407e016f9991cfe02d85e9841ced6112416e43800898be888a2cc44c368d58
SIZE (xlog-2.0.14.tar.gz) = 11452537

View file

@ -118,14 +118,13 @@ label= ${dep:C,^.*:,,}
GH_ACCOUNT:= ${GH_ACCOUNT} ${account}:${label}
GH_PROJECT:= ${GH_PROJECT} ${project}:${label}
GH_TAGNAME:= ${GH_TAGNAME} ${tagname}:${label}
GH_SUBDIR:= ${GH_SUBDIR} deps/${label}:${label}
.endfor
post-extract:
.for dep in ${LEOFS_DEPS}
.for tagname in ${dep:C,^[^=]+=([^\?]+)\?.*$,\1,}
.for label in ${dep:C,^.*:,,}
@${MKDIR} ${WRKSRC}/deps
@${MV} ${WRKSRC_${label}} ${WRKSRC}/deps/${label}
@if [ -f "${WRKSRC}/deps/${label}/src/${label}.app.src" ]; then \
${REINPLACE_CMD} -e "s|{vsn, *git}|{vsn, \"${tagname}\"}|" \
"${WRKSRC}/deps/${label}/src/${label}.app.src"; \

View file

@ -3,11 +3,9 @@
PORTNAME= memcached
PORTVERSION= 2.2.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= databases
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PHP extension for interfacing with memcached via libmemcached library
@ -21,13 +19,22 @@ OPTIONS_DEFINE= IGBINARY SASL
IGBINARY_DESC= Binary serializer support
CONFIGURE_ARGS= --with-libmemcached-dir=${LOCALBASE}
IGNORE_WITH_PHP=70
USE_PHP= json:build session:build
USES= php:ext pkgconfig tar:tgz
USES= php:ext pkgconfig
GH_TUPLE= php-${PORTNAME}-dev:php-${PORTNAME}:${PORTVERSION} \
php-${PORTNAME}-dev:php-${PORTNAME}:e65be32:php7
USE_GITHUB= yes
IGBINARY_CONFIGURE_ENABLE= memcached-igbinary
IGBINARY_USE= PHP=igbinary:build
SASL_CONFIGURE_ENABLE= memcached-sasl
SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PHP_VER} == 70
WRKSRC_SUBDIR= ../php-memcached-e65be32
.endif
.include <bsd.port.post.mk>

View file

@ -1,2 +1,5 @@
SHA256 (PECL/memcached-2.2.0.tgz) = 17b9600f6d4c807f23a3f5c45fcd8775ca2e61d6eda70370af2bef4c6e159f58
SIZE (PECL/memcached-2.2.0.tgz) = 70449
TIMESTAMP = 1481736896
SHA256 (php-memcached-dev-php-memcached-2.2.0_GH0.tar.gz) = 7248ac9eefedd8ed6babb68da66d58c2a769e9d12380ab9409246cdd7478c00d
SIZE (php-memcached-dev-php-memcached-2.2.0_GH0.tar.gz) = 79278
SHA256 (php-memcached-dev-php-memcached-e65be32_GH0.tar.gz) = 36855bf3dd2ccd57cff9d5351c66b4c92985e54b8003c8343a1cd05bf0d6960a
SIZE (php-memcached-dev-php-memcached-e65be32_GH0.tar.gz) = 82057

View file

@ -3,7 +3,7 @@
PORTNAME= gourmet
PORTVERSION= 0.17.4
PORTREVISION= 2
PORTREVISION= 4
CATEGORIES= deskutils gnome
MAINTAINER= rm@FreeBSD.org
@ -15,18 +15,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>0:devel/py-python-distutils-extra \
${PYTHON_PKGNAMEPREFIX}elib.intl>0:textproc/py-elib.intl
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 \
${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0:databases/py-sqlalchemy07 \
${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10 \
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \
${PYTHON_PKGNAMEPREFIX}poppler>=0:graphics/py-poppler \
${PYTHON_PKGNAMEPREFIX}rtf>=0:print/py-rtf \
${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab \
${PYTHON_PKGNAMEPREFIX}elib.intl>0:textproc/py-elib.intl
${PYTHON_PKGNAMEPREFIX}elib.intl>0:textproc/py-elib.intl \
${PYTHON_PKGNAMEPREFIX}beautifulsoup32>0:www/py-beautifulsoup32
OPTIONS_DEFINE= IPYTHON
IPYTHON_DESC= Interactive shell support
IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython
USES= gettext python:2
USES= gettext python:2.7+
USE_GNOME= intltool pygnome2 pygtk2
USE_PYTHON= autoplist distutils
PLIST_FILES+= man/man1/gourmet.1.gz

View file

@ -0,0 +1,34 @@
commit 4d88788a6efc68acf243a1a33d854f76b2f26dfd
Author: Joe Sapp <joe@babyjoe>
Date: Tue Nov 3 21:23:05 2015 -0500
Use Image.tobytes() instead of tostring()
tostring() was deprecated (in Pillow at least) in version 2.0. See https://github.com/python-pillow/Pillow/commit/baa5143394708704328dcd46b0387f36a276a762
diff --git a/gourmet/gtk_extras/ratingWidget.py b/gourmet/gtk_extras/ratingWidget.py
index 0e01735d..efa64638 100644
--- gourmet/gtk_extras/ratingWidget.py
+++ gourmet/gtk_extras/ratingWidget.py
@@ -135,7 +135,7 @@ class StarGenerator:
if is_rgba: rowstride = 4
else: rowstride = 3
pb=gtk.gdk.pixbuf_new_from_data(
- image.tostring(),
+ image.tobytes(),
gtk.gdk.COLORSPACE_RGB,
is_rgba,
8,
diff --git a/gourmet/plugins/browse_recipes/icon_helpers.py b/gourmet/plugins/browse_recipes/icon_helpers.py
index 61c772c0..2e7b08b1 100644
--- gourmet/plugins/browse_recipes/icon_helpers.py
+++ gourmet/plugins/browse_recipes/icon_helpers.py
@@ -38,7 +38,7 @@ def get_pixbuf_from_image (image):
if is_rgba: rowstride = 4
else: rowstride = 3
pb=gtk.gdk.pixbuf_new_from_data(
- image.tostring(),
+ image.tobytes(),
gtk.gdk.COLORSPACE_RGB,
is_rgba,
8,

View file

@ -7,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://www.tuxcards.de/src/${PORTNAME}-${PORTVERSION}/
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for managing notes within a hierarchical tree
WRKSRC= ${WRKDIR}/${PORTNAME}

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Rcpp
PORTVERSION= 0.12.7
PORTVERSION= 0.12.8
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1473406685
SHA256 (Rcpp_0.12.7.tar.gz) = ebfad3767e5c4c1abdcd38c2ce72cd7a18fc7f3c7f1d070e2b335cec3c69f1c6
SIZE (Rcpp_0.12.7.tar.gz) = 2421965
TIMESTAMP = 1481244913
SHA256 (Rcpp_0.12.8.tar.gz) = 5162e1e94b45a058914a9bb7974777e0c6034e9f9a3435953f4f201c28de4147
SIZE (Rcpp_0.12.8.tar.gz) = 2435852

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= artifactory
PORTVERSION= 4.14.2
PORTVERSION= 4.15.0
CATEGORIES= devel java
MASTER_SITES= https://bintray.com/artifact/download/jfrog/artifactory/
DISTNAME= jfrog-${PORTNAME}-oss-${PORTVERSION}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1480327698
SHA256 (jfrog-artifactory-oss-4.14.2.zip) = 74ffcb027fc6d6a93acb8f454fe09a90907ed6f8ff7880c282d0ce7f2bef8865
SIZE (jfrog-artifactory-oss-4.14.2.zip) = 41412238
TIMESTAMP = 1481648375
SHA256 (jfrog-artifactory-oss-4.15.0.zip) = a8b26d78eb3622a484a6cb6d70cb2ee7d47a46e93af7646ed8878243e113e45e
SIZE (jfrog-artifactory-oss-4.15.0.zip) = 41458108

View file

@ -4,7 +4,7 @@ PORTNAME= editline
PORTVERSION= 1.15.2
CATEGORIES= devel
MAINTAINER= johans@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Minix editline: A free readline() for UNIX
LICENSE= BSD4CLAUSE

View file

@ -6,7 +6,7 @@ CATEGORIES= devel
MASTER_SITES= http://erislabs.net/ianb/projects/gnulib/
DISTNAME= ${PORTNAME}-${PORTVERSION}-stable
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU portability library
BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:print/texinfo

View file

@ -3,6 +3,7 @@
PORTNAME= goprotobuf
PORTVERSION= 20151207
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.c-s.li/ports/

View file

@ -12,7 +12,7 @@ DIST_SUBDIR= ${PKGBASE}
PATCH_SITES= ${MASTER_SITES}
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Preprocessor-pretty-printer of OCaml
LICENSE= INRIA

View file

@ -6,7 +6,7 @@ CATEGORIES= devel
MASTER_SITES= http://erratique.ch/software/cmdliner/releases/
PKGNAMEPREFIX= ocaml-
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= OCaml module for handling of command line interfaces
LICENSE= BSD3CLAUSE

View file

@ -7,7 +7,7 @@ CATEGORIES= devel
MASTER_SITES= http://download.camlcity.org/download/
PKGNAMEPREFIX= ocaml-
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= OCaml package manager
USE_OCAML= yes

View file

@ -5,7 +5,7 @@ PORTVERSION= 2.6.1
CATEGORIES= devel
PKGNAMEPREFIX= ocaml-
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= OCaml library for manipulation of IP address representations
BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/sexplib/sexplib.a:devel/ocaml-sexplib

View file

@ -6,7 +6,7 @@ PORTVERSION= 2.5.2
CATEGORIES= devel
PKGNAMEPREFIX= ocaml-
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Cooperative threading library for OCaml
LICENSE= LGPL21

View file

@ -9,7 +9,7 @@ MASTER_SITES= SF/ocaml-${PORTNAME}/ocaml-${PORTNAME}/0.7
PKGNAMEPREFIX= ocaml-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= OCaml binding for libmagic(3)
USE_OCAML= yes

View file

@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v
CATEGORIES= devel
PKGNAMEPREFIX= ocaml-
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl compatible regular expressions for Objective Caml
LIB_DEPENDS= libpcre.so:devel/pcre

View file

@ -8,7 +8,7 @@ MASTER_SITES= http://erratique.ch/software/react/releases/
PKGNAMEPREFIX= ocaml-
EXTRACT_SUFX= .tbz
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= OCaml module for functional reactive programming
LICENSE= BSD3CLAUSE

View file

@ -8,7 +8,7 @@ CATEGORIES= devel
MASTER_SITES= http://www.cduce.org/download/
PKGNAMEPREFIX= ocaml-
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Lexer generator for Unicode and OCaml
USES= gmake

View file

@ -19,7 +19,7 @@ USE_SDL= image mixer ttf
MAKEFILE= Makefile.Linux
ALL_TARGET= ALL
MAKE_ARGS= RM="${RM}"
LDFLAGS+= -Wl,--as-needed
LDFLAGS+= -Wl,--as-needed # limit jpeg to bin/*conv
PORTDOCS= *
PLIST_FILES?= bin/nsaconv \
bin/nsadec \

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= MetaCPAN-Client
PORTVERSION= 2.001000
PORTVERSION= 2.002000
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MICKEY

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1481270309
SHA256 (MetaCPAN-Client-2.001000.tar.gz) = f68e89a7ce60f62862c5b36b9631d850df382b99ae3d77f9932ebafa02b45641
SIZE (MetaCPAN-Client-2.001000.tar.gz) = 40893
TIMESTAMP = 1481715069
SHA256 (MetaCPAN-Client-2.002000.tar.gz) = 9332772163743fc890ccfa668842560658333c7c65e1bbcee2cea825bed595f4
SIZE (MetaCPAN-Client-2.002000.tar.gz) = 41146

View file

@ -2,20 +2,18 @@
# $FreeBSD$
PORTNAME= sync
PORTVERSION= 1.0.1
PORTREVISION= 1
PORTVERSION= 1.1.0
CATEGORIES= devel
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= Named and unnamed synchronization objects in PHP
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:ext
IGNORE_WITH_PHP= 70
USES= php:ext tar:tgz
.include <bsd.port.mk>

View file

@ -1,2 +1,3 @@
SHA256 (PECL/sync-1.0.1.tgz) = e63943977502eb878f8ef60eb4fcc24ad94fa68ad2ba8b67b98f382d2ffc78f3
SIZE (PECL/sync-1.0.1.tgz) = 11597
TIMESTAMP = 1481103666
SHA256 (PECL/sync-1.1.0.tgz) = bf94138a266badbd7a6eac19d122fbf4e2158fabd4012c4a6abd94d8ee5eb748
SIZE (PECL/sync-1.1.0.tgz) = 16789

View file

@ -3,7 +3,7 @@
PORTNAME= pinba
PORTVERSION= 2012.03.20
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= devel
PKGNAMEPREFIX= php5-

View file

@ -3,7 +3,7 @@
PORTNAME= pinba_engine
PORTVERSION= 2011.08.18
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= devel
MAINTAINER= raven428@gmail.com

View file

@ -4,6 +4,7 @@
PORTNAME= protobuf-c
PORTVERSION= 1.2.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= truckman@FreeBSD.org

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= protobuf
PORTVERSION= 2.6.1
PORTVERSION= 3.1.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
@ -12,6 +12,8 @@ COMMENT= Data interchange format library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_sparc64= fails to compile: no atomic ops available
CFLAGS+= -DGOOGLE_PROTOBUF_NO_RTTI
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
@ -23,6 +25,4 @@ USES= autoreconf gmake libtool pathfix pkgconfig
GH_ACCOUNT= google
USE_GITHUB= yes
BROKEN_sparc64= fails to compile: no atomic ops available
.include <bsd.port.mk>

View file

@ -1,2 +1,3 @@
SHA256 (google-protobuf-v2.6.1_GH0.tar.gz) = 2667b7cda4a6bc8a09e5463adf3b5984e08d94e72338277affa8594d8b6e5cd1
SIZE (google-protobuf-v2.6.1_GH0.tar.gz) = 1349051
TIMESTAMP = 1481285848
SHA256 (google-protobuf-v3.1.0_GH0.tar.gz) = 0a0ae63cbffc274efb573bdde9a253e3f32e458c41261df51c5dbc5ad541e8f7
SIZE (google-protobuf-v3.1.0_GH0.tar.gz) = 4051503

View file

@ -1,6 +1,6 @@
--- src/google/protobuf/stubs/atomicops.h.orig 2015-05-06 14:28:24 UTC
+++ src/google/protobuf/stubs/atomicops.h
@@ -187,6 +187,8 @@ GOOGLE_PROTOBUF_ATOMICOPS_ERROR
@@ -202,6 +202,8 @@ GOOGLE_PROTOBUF_ATOMICOPS_ERROR
#elif defined(__GNUC__)
#if defined(GOOGLE_PROTOBUF_ARCH_IA32) || defined(GOOGLE_PROTOBUF_ARCH_X64)
#include <google/protobuf/stubs/atomicops_internals_x86_gcc.h>

View file

@ -1,23 +1,47 @@
bin/protoc
include/google/protobuf/any.h
include/google/protobuf/any.pb.h
include/google/protobuf/any.proto
include/google/protobuf/api.pb.h
include/google/protobuf/api.proto
include/google/protobuf/arena.h
include/google/protobuf/arenastring.h
include/google/protobuf/compiler/code_generator.h
include/google/protobuf/compiler/command_line_interface.h
include/google/protobuf/compiler/cpp/cpp_generator.h
include/google/protobuf/compiler/csharp/csharp_generator.h
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/objectivec/objectivec_generator.h
include/google/protobuf/compiler/objectivec/objectivec_helpers.h
include/google/protobuf/compiler/parser.h
include/google/protobuf/compiler/php/php_generator.h
include/google/protobuf/compiler/plugin.h
include/google/protobuf/compiler/plugin.pb.h
include/google/protobuf/compiler/plugin.proto
include/google/protobuf/compiler/python/python_generator.h
include/google/protobuf/compiler/ruby/ruby_generator.h
include/google/protobuf/descriptor.h
include/google/protobuf/descriptor.pb.h
include/google/protobuf/descriptor.proto
include/google/protobuf/descriptor_database.h
include/google/protobuf/duration.pb.h
include/google/protobuf/duration.proto
include/google/protobuf/dynamic_message.h
include/google/protobuf/empty.pb.h
include/google/protobuf/empty.proto
include/google/protobuf/extension_set.h
include/google/protobuf/field_mask.pb.h
include/google/protobuf/field_mask.proto
include/google/protobuf/generated_enum_reflection.h
include/google/protobuf/generated_enum_util.h
include/google/protobuf/generated_message_reflection.h
include/google/protobuf/generated_message_util.h
include/google/protobuf/has_bits.h
include/google/protobuf/io/coded_stream.h
include/google/protobuf/io/gzip_stream.h
include/google/protobuf/io/printer.h
@ -26,11 +50,25 @@ include/google/protobuf/io/tokenizer.h
include/google/protobuf/io/zero_copy_stream.h
include/google/protobuf/io/zero_copy_stream_impl.h
include/google/protobuf/io/zero_copy_stream_impl_lite.h
include/google/protobuf/map.h
include/google/protobuf/map_entry.h
include/google/protobuf/map_entry_lite.h
include/google/protobuf/map_field.h
include/google/protobuf/map_field_inl.h
include/google/protobuf/map_field_lite.h
include/google/protobuf/map_type_handler.h
include/google/protobuf/message.h
include/google/protobuf/message_lite.h
include/google/protobuf/metadata.h
include/google/protobuf/reflection.h
include/google/protobuf/reflection_ops.h
include/google/protobuf/repeated_field.h
include/google/protobuf/service.h
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
@ -40,31 +78,61 @@ include/google/protobuf/stubs/atomicops_internals_generic_gcc.h
include/google/protobuf/stubs/atomicops_internals_macosx.h
include/google/protobuf/stubs/atomicops_internals_mips_gcc.h
include/google/protobuf/stubs/atomicops_internals_pnacl.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
include/google/protobuf/stubs/common.h
include/google/protobuf/stubs/fastmem.h
include/google/protobuf/stubs/hash.h
include/google/protobuf/stubs/logging.h
include/google/protobuf/stubs/macros.h
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
include/google/protobuf/type.pb.h
include/google/protobuf/type.proto
include/google/protobuf/unknown_field_set.h
include/google/protobuf/util/field_comparator.h
include/google/protobuf/util/field_mask_util.h
include/google/protobuf/util/json_util.h
include/google/protobuf/util/message_differencer.h
include/google/protobuf/util/time_util.h
include/google/protobuf/util/type_resolver.h
include/google/protobuf/util/type_resolver_util.h
include/google/protobuf/wire_format.h
include/google/protobuf/wire_format_lite.h
include/google/protobuf/wire_format_lite_inl.h
include/google/protobuf/wrappers.pb.h
include/google/protobuf/wrappers.proto
lib/libprotobuf-lite.a
lib/libprotobuf-lite.so
lib/libprotobuf-lite.so.9
lib/libprotobuf-lite.so.9.0.1
lib/libprotobuf-lite.so.11
lib/libprotobuf-lite.so.11.0.0
lib/libprotobuf.a
lib/libprotobuf.so
lib/libprotobuf.so.9
lib/libprotobuf.so.9.0.1
lib/libprotobuf.so.11
lib/libprotobuf.so.11.0.0
lib/libprotoc.a
lib/libprotoc.so
lib/libprotoc.so.9
lib/libprotoc.so.9.0.1
lib/libprotoc.so.11
lib/libprotoc.so.11.0.0
libdata/pkgconfig/protobuf-lite.pc
libdata/pkgconfig/protobuf.pc

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= protobuf
PORTVERSION= 2.6.1
PORTVERSION= 3.1.0
DISTVERSIONPREFIX= v
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,9 +12,9 @@ COMMENT= Google protobuf Python Client Library
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-apputils>=0:devel/py-google-apputils \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six \
protoc:devel/protobuf
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-apputils>=0:devel/py-google-apputils
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six
DO_MAKE_TEST= ${PYTHON_CMD} ${PYDISTUTILS_SETUP}
NO_ARCH= yes

View file

@ -1,2 +1,3 @@
SHA256 (google-protobuf-v2.6.1_GH0.tar.gz) = 2667b7cda4a6bc8a09e5463adf3b5984e08d94e72338277affa8594d8b6e5cd1
SIZE (google-protobuf-v2.6.1_GH0.tar.gz) = 1349051
TIMESTAMP = 1481285848
SHA256 (google-protobuf-v3.1.0_GH0.tar.gz) = 0a0ae63cbffc274efb573bdde9a253e3f32e458c41261df51c5dbc5ad541e8f7
SIZE (google-protobuf-v3.1.0_GH0.tar.gz) = 4051503

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pyro
PORTVERSION= 4.51
PORTVERSION= 4.52
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1481320122
SHA256 (Pyro4-4.51.tar.gz) = d6508b8c70d612356a8ddbe486890b03d840c37b5f7cd8e9366bc4c0dd44d3e6
SIZE (Pyro4-4.51.tar.gz) = 450528
TIMESTAMP = 1481748694
SHA256 (Pyro4-4.52.tar.gz) = 449f4bdf8dcbaca90e6436eb40c4e860b0de47346e2c7735d0584496d28451e5
SIZE (Pyro4-4.52.tar.gz) = 451807

View file

@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/^([0-9].[0-9]).*/\1/}
PATCH_SITES= GNU/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-patches
MAINTAINER= johans@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for editing command lines as they are typed
LICENSE= GPLv3

View file

@ -9,7 +9,7 @@
# bump the version here.
PORTNAME= stack
PORTVERSION= 1.2.0
PORTVERSION= 1.3.0
CATEGORIES= devel haskell
MASTER_SITES= GH \
https://github.com/applicative-tech/stack-dependencies/releases/download/${PORTVERSION}/:deps

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1474066136
SHA256 (stack-dependencies-1.2.0.tar.gz) = 10be720c45d6a0441cc6544dbe09d6fa9aa787462545577a79746f6b34fe09bc
SIZE (stack-dependencies-1.2.0.tar.gz) = 37424751
SHA256 (applicative-tech-stack-dependencies-1.2.0_GH0.tar.gz) = 09439541370d3ed65c10c748be668731d50faba73bc7f47da24405accb369a94
SIZE (applicative-tech-stack-dependencies-1.2.0_GH0.tar.gz) = 983
TIMESTAMP = 1481548288
SHA256 (stack-dependencies-1.3.0.tar.gz) = 170b9ef3cdbc46bad0f576ba325155a9d9607aa85afd047e14059fbd4ff11a52
SIZE (stack-dependencies-1.3.0.tar.gz) = 38884296
SHA256 (applicative-tech-stack-dependencies-1.3.0_GH0.tar.gz) = c9d07972422796f0c7723394594298dfb562c0fea9904c7c81a363a385141402
SIZE (applicative-tech-stack-dependencies-1.3.0_GH0.tar.gz) = 997

View file

@ -2,7 +2,7 @@
PORTNAME= tesla
DISTVERSION= 0.0.20140425
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel lang
MAINTAINER= brooks@FreeBSD.org

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= mDNSResponder
PORTVERSION= 765.1.2
PORTVERSION= 765.20.4
CATEGORIES= dns net
MASTER_SITES= http://opensource.apple.com/tarballs/mDNSResponder/
PKGNAMESUFFIX= _nss

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1479804601
SHA256 (mDNSResponder-765.1.2.tar.gz) = 108f21529c621d82b5f0802b9b4102ed9619d03435f7e5ca2b9dbed1ea11ddf1
SIZE (mDNSResponder-765.1.2.tar.gz) = 2307465
TIMESTAMP = 1480769460
SHA256 (mDNSResponder-765.20.4.tar.gz) = 1759d0fb52f6382b9d9fc43f53b8b4fd9a61da6aed96eddd86a05419825afdff
SIZE (mDNSResponder-765.20.4.tar.gz) = 2307562

View file

@ -2,7 +2,7 @@
PORTNAME= powerdns
PORTVERSION= 4.0.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= dns ipv6
MASTER_SITES= http://downloads.powerdns.com/releases/
DISTNAME= pdns-${PORTVERSION}

View file

@ -101,6 +101,7 @@ __pmlinks1!= ${ECHO_CMD} '${LMLINKS:S/ / /}' | ${AWK} \
.if ${PORT_OPTIONS:MXAW3D}
GNOME_SUFFIX= -xaw3d
CONFLICTS?= vice-gnome-1.* vice-1.*
USES+= perl5
.endif
.if ${PORT_OPTIONS:MGNOMEUI}
@ -145,6 +146,7 @@ post-extract:
@${RM} ${WRKSRC}/doc/vice.info*
post-patch:
${CHMOD} +x "${WRKSRC}/doc/html/texi2html"
${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \
${WRKSRC}/man/vice.1
${REINPLACE_CMD} -e 's|^localedir.*|localedir = $$(DESTDIR)${LOCALBASE}/share/locale|' \

View file

@ -7,7 +7,7 @@ CATEGORIES= ftp
MASTER_SITES= http://ygrek.org.ua/p/release/ocurl/
PKGNAMEPREFIX= ocaml-
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Interface for OCaml to the curl lib
BUILD_DEPENDS= ocamlc:lang/ocaml \

View file

@ -3,7 +3,7 @@
PORTNAME= Cockatrice
PORTVERSION= 0.0.g2016.10.30
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MAINTAINER= sbruno@FreeBSD.org

View file

@ -3,6 +3,7 @@
PORTNAME= flightgear
PORTVERSION= 2016.4.3
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/flightgear/release-${PORTVERSION:R}

View file

@ -0,0 +1,55 @@
commit 280cd523686fbdb175d50417266d2487a8ce67d2
Author: Florent Rougon <f.rougon@free.fr>
Date: Fri Dec 9 11:29:13 2016 +0100
Security fix: don't allow the route manager to overwrite any file
Since the Save function can be triggered from Nasal with an arbitrary
path, we must check this path before overwriting the file.
(also add a missing include that is directly needed for this commit)
diff --git src/Autopilot/route_mgr.cxx src/Autopilot/route_mgr.cxx
index bae5b1d23..901c64e14 100644
--- src/Autopilot/route_mgr.cxx
+++ src/Autopilot/route_mgr.cxx
@@ -44,6 +44,7 @@
#include <simgear/timing/sg_time.hxx>
#include <simgear/sg_inlines.h>
+#include <Main/globals.hxx>
#include "Main/fg_props.hxx"
#include "Navaids/positioned.hxx"
#include <Navaids/waypoint.hxx>
@@ -54,6 +55,8 @@
#include "Airports/runways.hxx"
#include <GUI/new_gui.hxx>
#include <GUI/dialog.hxx>
+#include <Main/util.hxx> // fgValidatePath()
+#include <GUI/MessageBox.hxx>
#define RM "/autopilot/route-manager/"
@@ -709,7 +712,21 @@ void FGRouteMgr::InputListener::valueChanged(SGPropertyNode *prop)
mgr->loadRoute(path);
} else if (!strcmp(s, "@SAVE")) {
SGPath path(mgr->_pathNode->getStringValue());
- mgr->saveRoute(path);
+ SGPath authorizedPath = fgValidatePath(path, true /* write */);
+
+ if (!authorizedPath.isNull()) {
+ mgr->saveRoute(authorizedPath);
+ } else {
+ std::string msg =
+ "The route manager was asked to write the flightplan to '" +
+ path.utf8Str() + "', but this path is not authorized for writing. " +
+ "Please choose another location, for instance in the $FG_HOME/Export "
+ "folder (" + (globals->get_fg_home() / "Export").utf8Str() + ").";
+
+ SG_LOG(SG_AUTOPILOT, SG_ALERT, msg);
+ modalMessageBox("FlightGear", "Unable to write to the specified file",
+ msg);
+ }
} else if (!strcmp(s, "@NEXT")) {
mgr->jumpToIndex(mgr->currentIndex() + 1);
} else if (!strcmp(s, "@PREVIOUS")) {

View file

@ -79,7 +79,7 @@ ALL_CORES+= libretro:yabause:yabause:b121882:x
USE_GITHUB= nodefault
# variables that depend on ALL_CORES
GH_TUPLE= ${ALL_CORES:C,^([^:]*):([^:]*):([^:]*):([^:]*):([^:]*),\1:\2:\4:\3,}
GH_TUPLE= ${ALL_CORES:C,^([^:]*):([^:]*):([^:]*):([^:]*):([^:]*),\1:\2:\4:\3/\2,}
CORE_DIRS= ${ALL_CORES:C,^([^:]*):([^:]*):([^:]*):([^:]*):([^:]*),\2,}
#PLIST_FILES+= ${ALL_CORES:C,^([^:]*):([^:]*):([^:]*):([^:]*):([^:]*),libexec/libretro/\3_libretro.so,}
@ -108,12 +108,6 @@ DOS2UNIX_FILES= hatari/Makefile.libretro
USE_CXXSTD= gnu++11
.endif
post-extract:
@${MKDIR} ${WRKSRC}
.for dir in ${ALL_CORES:C,^([^:]*):([^:]*):([^:]*):([^:]*):([^:]*),\2:\3,}
@${MV} ${WRKSRC_${dir:C/^([^:]*):([^:]*)/\2/}} ${WRKSRC}/${dir:C/^([^:]*):([^:]*)/\1/}
.endfor
post-patch:
@${REINPLACE_CMD} -e 's/"__VA_ARGS__/" __VA_ARGS__/' \
${WRKSRC}/desmume/desmume/src/wifi.cpp

View file

@ -22,7 +22,7 @@ MAKE_ENV= BUILD_LINUX=1 SDKPATH="${LOCALBASE}" \
MAKE_ARGS= CC="${CC}" LIBRARIES="${LOCALBASE}/lib" \
TARGET_ARCH=${ARCH:S/i386/x86/} ARCHFLAGS="" \
TARGET_FINAL='${TARGET}' BUILD_MMX=""
LDFLAGS+= -Wl,--as-needed
LDFLAGS+= -Wl,--as-needed # ogg, pthread, zlib
PLIST_FILES= bin/${PORTNAME} \
share/pixmaps/${PORTNAME}.png
PORTDOCS= README

View file

@ -3,6 +3,7 @@
PORTNAME= pink-pony
PORTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org

View file

@ -3,7 +3,7 @@
PORTNAME= pokerth
PORTVERSION= 1.1.1
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1
DISTNAME= PokerTH-${PORTVERSION}-src

View file

@ -7,7 +7,7 @@ PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= games
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= The Butterfly Effect
BUILD_DEPENDS= ${LOCALBASE}/bin/unzip:archivers/unzip

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wtf
PORTVERSION= 20161126
PORTVERSION= 20161212
CATEGORIES= games
MASTER_SITES= SF/bsdwtf

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1480163135
SHA256 (wtf-20161126.tar.gz) = ac3607e71593809f06ca9713bf48b24370580bbd25337fdfb438f39a75642511
SIZE (wtf-20161126.tar.gz) = 24750
TIMESTAMP = 1481687273
SHA256 (wtf-20161212.tar.gz) = 6ea519e2c6233321102d3b34c60ae116bb4d997ab4a72b307bd73fb4adb4397a
SIZE (wtf-20161212.tar.gz) = 24754

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bmpp
PORTVERSION= 4.5.0
PORTVERSION= 4.6.0
CATEGORIES= graphics perl5
MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION}/src
DISTNAME= dktools-${PORTVERSION}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1480558200
SHA256 (dktools-4.5.0.tar.gz) = 4151db1307f4f115f1270849f7544f147e6acbdd5f383c00518916e1bb83cf64
SIZE (dktools-4.5.0.tar.gz) = 9098807
TIMESTAMP = 1481619284
SHA256 (dktools-4.6.0.tar.gz) = 32aa7283a5c5c68c79e29f4f9ddc48c1059a3b82bc161839fb514402afbd80c6
SIZE (dktools-4.6.0.tar.gz) = 12094653

View file

@ -7,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/libdmtx/libdmtx/${PORTVERSION}
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Software for reading and writing Data Matrix barcodes
LIB_DEPENDS= libdmtx.so:graphics/libdmtx

View file

@ -7,7 +7,7 @@ PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for reading and writing Data Matrix barcodes
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick

View file

@ -29,6 +29,7 @@
SUBDIR += gruftistats
SUBDIR += gseen.mod
SUBDIR += hexchat
SUBDIR += hexchat-fish
SUBDIR += hybserv
SUBDIR += icbirc
SUBDIR += ii

37
irc/hexchat-fish/Makefile Normal file
View file

@ -0,0 +1,37 @@
# $FreeBSD$
PORTNAME= fishlim
PORTVERSION= 0.0.19
CATEGORIES= irc security
MASTER_SITES= http://git.fishlim.kodafritt.se/fishlim/snapshot/
PKGNAMEPREFIX= hexchat-
DISTNAME= fishlim-f952f6f21f6b7786e10d06a5ca90749f6e9f1f40
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Encryption plugin for Hexchat
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= hexchat:irc/hexchat
USES= tar:bz2 pkgconfig ssl
USE_GNOME= glib20
CFLAGS+= -I${LOCALBASE}/include/glib-2.0
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB} -lcrypto
PLIST_FILES= lib/hexchat/plugins/fishlim.so
post-patch:
# base eopnssl has no libcrypto.pc
${REINPLACE_CMD} -e 's| libcrypto||' \
${WRKSRC}/Makefile
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/hexchat/plugins
${INSTALL_PROGRAM} ${WRKSRC}/fishlim.so \
${STAGEDIR}${PREFIX}/lib/hexchat/plugins/
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1481727978
SHA256 (fishlim-f952f6f21f6b7786e10d06a5ca90749f6e9f1f40.tar.bz2) = fc036d94f814028127dcf6a8ac20b6037719082f9035d77dd27a2166842f215e
SIZE (fishlim-f952f6f21f6b7786e10d06a5ca90749f6e9f1f40.tar.bz2) = 20362

View file

@ -0,0 +1,10 @@
FiSHLiM is a HexChat plugin for FiSH IRC encryption.
* Sending/receiving messages
* Topic decryption
* Using unecrypted keys / keys without a password from blow.ini
* Pure protocol-level filtering (works with highlighting, nick coloring etc)
* Partially encrypted messages (i.e. prefixed with nickname by a bouncer)
* CBC mode
WWW: http://fishlim.kodafritt.se/

View file

@ -3,14 +3,8 @@
PORTNAME= mozc
PORTVERSION= 2.17.2322.102
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= japanese
MASTER_SITES= https://codeload.github.com/google/${PORTNAME}/tar.gz/9b4c9e0?dummy=/:main \
https://codeload.github.com/hiroyuki-komatsu/japanese-usage-dictionary/tar.gz/e5b3425?dummy=/:udic
DISTFILES= google-${PORTNAME}-9b4c9e0_GH0.tar.gz:main \
hiroyuki-komatsu-japanese-usage-dictionary-e5b3425.tar.gz:udic
EXTRACT_ONLY= google-${PORTNAME}-9b4c9e0_GH0.tar.gz \
hiroyuki-komatsu-japanese-usage-dictionary-e5b3425.tar.gz
MAINTAINER= hrs@FreeBSD.org
COMMENT?= Mozc Japanese Input Method, Server
@ -25,9 +19,12 @@ LIB_DEPENDS= libprotobuf.so:devel/protobuf \
libzinnia.so:japanese/zinnia
RUN_DEPENDS= xdg-open:devel/xdg-utils
USE_GITHUB= yes
GH_TUPLE= google:${PORTNAME}:9b4c9e0 \
hiroyuki-komatsu:japanese-usage-dictionary:e5b3425:udic
USES= compiler:c++11-lang pkgconfig iconv:wchar_t gmake \
tar:bzip2 python:2.7,build shebangfix
WRKSRC= ${WRKDIR}/${PORTNAME}-9b4c9e0
SHEBANG_FILES= src/build_mozc.py
BUILD_WRKSRC= ${WRKSRC}/src
@ -153,7 +150,7 @@ post-extract-mozc_server:
${PYTHON_CMD} ${BUILD_WRKSRC}/dictionary/gen_zip_code_seed.py \
--zip_code=ken_all.csv --jigyosyo=jigyosyo.csv \
>> dictionary09.txt
${MV} ${WRKDIR}/japanese-usage-dictionary-e5b3425/usage_dict.txt \
${MV} ${WRKSRC_udic}/usage_dict.txt \
${BUILD_WRKSRC}/third_party/japanese_usage_dictionary
post-extract: post-extract-mozc_server
@ -259,14 +256,7 @@ do-install-ibus_mozc:
# uim_mozc
.if ${BUILD_MOZC_LIST:Muim_mozc} == "uim_mozc" || make(makesum)
#USE_GITHUB= yes # XXX
GH_ACCOUNT= e-kato
GH_PROJECT= macuim
GH_TAGNAME= v0.6.16.2.1
DISTFILES+= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}_GH0${EXTRACT_SUFX}:gh_uim
EXTRACT_ONLY+= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}_GH0${EXTRACT_SUFX}
MASTER_SITES+= https://codeload.github.com/${GH_ACCOUNT}/${GH_PROJECT}/tar.gz/${GH_TAGNAME}?dummy=/:gh_uim
WRKSRC_MU= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME:C/^v//}
GH_TUPLE+= e-kato:macuim:v0.6.16.2.1:MU
LIB_DEPENDS+= libuim.so:textproc/uim
RUN_DEPENDS+= mozc_server:japanese/mozc-server \

View file

@ -1,12 +1,13 @@
SHA256 (google-mozc-9b4c9e0_GH0.tar.gz) = b7f57c4bfbff9a7e657de4f8213bac2f8d3cc454076463ddc66e32ebcf7bf795
SIZE (google-mozc-9b4c9e0_GH0.tar.gz) = 57248995
SHA256 (hiroyuki-komatsu-japanese-usage-dictionary-e5b3425.tar.gz) = 2af954cd844c6a3113449d7dca37e36b769ecb2b49d3a54318a3bdee1a75af56
SIZE (hiroyuki-komatsu-japanese-usage-dictionary-e5b3425.tar.gz) = 71050
TIMESTAMP = 1481723411
SHA256 (ken_all-20160428.zip) = dd732957ca98dcad8c68aaa89447d77bd9201f26a19241f2531cb3f4ba2296f0
SIZE (ken_all-20160428.zip) = 1684351
SHA256 (jigyosyo-20160428.zip) = b95ed393343ed85363e8e7e14725af5e0b0586e60289a386fdba288e0e36f040
SIZE (jigyosyo-20160428.zip) = 752471
SHA256 (e-kato-macuim-v0.6.16.2.1_GH0.tar.bz2) = ae999a2f02379bd049484a22684c37be5eb1f4db9763fa79885c4981502336e9
SIZE (e-kato-macuim-v0.6.16.2.1_GH0.tar.bz2) = 324549
SHA256 (google-mozc-2.17.2322.102-9b4c9e0_GH0.tar.gz) = b7f57c4bfbff9a7e657de4f8213bac2f8d3cc454076463ddc66e32ebcf7bf795
SIZE (google-mozc-2.17.2322.102-9b4c9e0_GH0.tar.gz) = 57248995
SHA256 (hiroyuki-komatsu-japanese-usage-dictionary-e5b3425_GH0.tar.gz) = 2af954cd844c6a3113449d7dca37e36b769ecb2b49d3a54318a3bdee1a75af56
SIZE (hiroyuki-komatsu-japanese-usage-dictionary-e5b3425_GH0.tar.gz) = 71050
SHA256 (e-kato-macuim-v0.6.16.2.1_GH0.tar.gz) = ae999a2f02379bd049484a22684c37be5eb1f4db9763fa79885c4981502336e9
SIZE (e-kato-macuim-v0.6.16.2.1_GH0.tar.gz) = 324549
SHA256 (fcitx-mozc-2.17.2313.102.1.patch) = 52a7ed450f075eca3f4d468390ef59f9a439e0ac74327639802a7f11caa1a2c2
SIZE (fcitx-mozc-2.17.2313.102.1.patch) = 140531

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= clang
PORTVERSION= 3.8.d20150720
PORTVERSION= ${LLVM_MAJOR}.d${SNAPDATE}
PORTREVISION= 1
CATEGORIES= lang devel
PKGNAMESUFFIX= -devel
@ -16,4 +16,6 @@ LLVM_SUFFIX= -devel
USES= metaport
.include "${.CURDIR}/../../devel/llvm-devel/Makefile.snapshot"
.include <bsd.port.mk>

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
PORTVERSION= 5.4.1.s20161206
PORTVERSION= 5.4.1.s20161213
CATEGORIES= lang java
MASTER_SITES= GCC/snapshots/${DISTVERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1481112115
SHA256 (gcc-5-20161206.tar.bz2) = 690eab933dea842ecc24d0727b58b92f930e61014cb8e7b2329cff2a30476464
SIZE (gcc-5-20161206.tar.bz2) = 91807353
TIMESTAMP = 1481710358
SHA256 (gcc-5-20161213.tar.bz2) = e2a8065c01482b7ef3ab001585cbd895488d65ad1dbb1363c98c048c682c20ac
SIZE (gcc-5-20161213.tar.bz2) = 91827202

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nim
PORTVERSION= 0.15.0
PORTVERSION= 0.15.2
CATEGORIES= lang
MASTER_SITES= http://nim-lang.org/download/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1475889989
SHA256 (nim-0.15.0.tar.xz) = c514535050b2b2156147bbe6e23aafe07cd996b2afa2c81fa9a09e1cd8c669fb
SIZE (nim-0.15.0.tar.xz) = 3786260
TIMESTAMP = 1481642313
SHA256 (nim-0.15.2.tar.xz) = 905df2316262aa2cbacae067acf45fc05c2a71c8c6fde1f2a70c927ebafcfe8a
SIZE (nim-0.15.2.tar.xz) = 3251764

View file

@ -1,6 +1,6 @@
--- build.sh.orig 2016-10-08 02:10:59 UTC
--- build.sh.orig 2016-12-13 16:14:36 UTC
+++ build.sh
@@ -26,10 +26,6 @@ do
@@ -26,10 +26,6 @@
esac
done

View file

@ -1,6 +1,6 @@
--- install.sh.orig 2016-09-30 22:23:34 UTC
--- install.sh.orig 2016-12-13 16:08:57 UTC
+++ install.sh
@@ -32,48 +32,14 @@ if [ $# -eq 1 ] ; then
@@ -32,48 +32,14 @@
"--help"|"-h"|"help"|"h")
echo "Nim installation script"
echo "Usage: [sudo] sh install.sh DIR"
@ -19,7 +19,7 @@
- libdir=/usr/lib/nim
- docdir=/usr/share/nim/doc
- datadir=/usr/share/nim/data
- nimbleDir="/opt/nimble/pkgs/compiler-0.15.0"
- nimbleDir="/opt/nimble/pkgs/compiler-0.15.2"
- ;;
- "/usr/local/bin")
- bindir=/usr/local/bin
@ -27,7 +27,7 @@
- libdir=/usr/local/lib/nim
- docdir=/usr/local/share/nim/doc
- datadir=/usr/local/share/nim/data
- nimbleDir="/opt/nimble/pkgs/compiler-0.15.0"
- nimbleDir="/opt/nimble/pkgs/compiler-0.15.2"
- ;;
- "/opt")
- bindir="/opt/nim/bin"
@ -35,7 +35,7 @@
- libdir="/opt/nim/lib"
- docdir="/opt/nim/doc"
- datadir="/opt/nim/data"
- nimbleDir="/opt/nimble/pkgs/compiler-0.15.0"
- nimbleDir="/opt/nimble/pkgs/compiler-0.15.2"
- mkdir -p /opt/nim
- mkdir -p $bindir
- mkdir -p $configdir

View file

@ -209,6 +209,7 @@ lib/system/threads.nim
lib/system/timers.nim
lib/system/widestrs.nim
lib/upcoming/asyncdispatch.nim
lib/windows/registry.nim
lib/windows/winlean.nim
lib/wrappers/iup.nim
lib/wrappers/joyent_http_parser.nim
@ -306,131 +307,6 @@ nim/compiler/pragmas.nim
nim/compiler/procfind.nim
nim/compiler/readme.txt
nim/compiler/renderer.nim
nim/compiler/rnimcache/compiler_active.c
nim/compiler/rnimcache/compiler_aliases.c
nim/compiler/rnimcache/compiler_ast.c
nim/compiler/rnimcache/compiler_astalgo.c
nim/compiler/rnimcache/compiler_bitsets.c
nim/compiler/rnimcache/compiler_ccgmerge.c
nim/compiler/rnimcache/compiler_ccgutils.c
nim/compiler/rnimcache/compiler_cgen.c
nim/compiler/rnimcache/compiler_cgendata.c
nim/compiler/rnimcache/compiler_cgmeth.c
nim/compiler/rnimcache/compiler_commands.c
nim/compiler/rnimcache/compiler_condsyms.c
nim/compiler/rnimcache/compiler_debuginfo.c
nim/compiler/rnimcache/compiler_depends.c
nim/compiler/rnimcache/compiler_docgen.c
nim/compiler/rnimcache/compiler_docgen2.c
nim/compiler/rnimcache/compiler_evaltempl.c
nim/compiler/rnimcache/compiler_extccomp.c
nim/compiler/rnimcache/compiler_filter_tmpl.c
nim/compiler/rnimcache/compiler_filters.c
nim/compiler/rnimcache/compiler_guards.c
nim/compiler/rnimcache/compiler_idents.c
nim/compiler/rnimcache/compiler_idgen.c
nim/compiler/rnimcache/compiler_importer.c
nim/compiler/rnimcache/compiler_itersgen.c
nim/compiler/rnimcache/compiler_jsgen.c
nim/compiler/rnimcache/compiler_lambdalifting.c
nim/compiler/rnimcache/compiler_lexer.c
nim/compiler/rnimcache/compiler_lists.c
nim/compiler/rnimcache/compiler_llstream.c
nim/compiler/rnimcache/compiler_locals.c
nim/compiler/rnimcache/compiler_lookups.c
nim/compiler/rnimcache/compiler_lowerings.c
nim/compiler/rnimcache/compiler_magicsys.c
nim/compiler/rnimcache/compiler_main.c
nim/compiler/rnimcache/compiler_modules.c
nim/compiler/rnimcache/compiler_msgs.c
nim/compiler/rnimcache/compiler_nim.c
nim/compiler/rnimcache/compiler_nimblecmd.c
nim/compiler/rnimcache/compiler_nimconf.c
nim/compiler/rnimcache/compiler_nimlexbase.c
nim/compiler/rnimcache/compiler_nimsets.c
nim/compiler/rnimcache/compiler_nodejs.c
nim/compiler/rnimcache/compiler_nversion.c
nim/compiler/rnimcache/compiler_options.c
nim/compiler/rnimcache/compiler_parampatterns.c
nim/compiler/rnimcache/compiler_parser.c
nim/compiler/rnimcache/compiler_passaux.c
nim/compiler/rnimcache/compiler_passes.c
nim/compiler/rnimcache/compiler_patterns.c
nim/compiler/rnimcache/compiler_pbraces.c
nim/compiler/rnimcache/compiler_platform.c
nim/compiler/rnimcache/compiler_pluginsupport.c
nim/compiler/rnimcache/compiler_pragmas.c
nim/compiler/rnimcache/compiler_pretty.c
nim/compiler/rnimcache/compiler_prettybase.c
nim/compiler/rnimcache/compiler_procfind.c
nim/compiler/rnimcache/compiler_renderer.c
nim/compiler/rnimcache/compiler_rodread.c
nim/compiler/rnimcache/compiler_rodutils.c
nim/compiler/rnimcache/compiler_rodwrite.c
nim/compiler/rnimcache/compiler_ropes.c
nim/compiler/rnimcache/compiler_saturate.c
nim/compiler/rnimcache/compiler_scriptconfig.c
nim/compiler/rnimcache/compiler_sem.c
nim/compiler/rnimcache/compiler_semdata.c
nim/compiler/rnimcache/compiler_semfold.c
nim/compiler/rnimcache/compiler_semmacrosanity.c
nim/compiler/rnimcache/compiler_semparallel.c
nim/compiler/rnimcache/compiler_sempass2.c
nim/compiler/rnimcache/compiler_semtypinst.c
nim/compiler/rnimcache/compiler_service.c
nim/compiler/rnimcache/compiler_sigmatch.c
nim/compiler/rnimcache/compiler_syntaxes.c
nim/compiler/rnimcache/compiler_transf.c
nim/compiler/rnimcache/compiler_trees.c
nim/compiler/rnimcache/compiler_treetab.c
nim/compiler/rnimcache/compiler_types.c
nim/compiler/rnimcache/compiler_typesrenderer.c
nim/compiler/rnimcache/compiler_vm.c
nim/compiler/rnimcache/compiler_vmdef.c
nim/compiler/rnimcache/compiler_vmdeps.c
nim/compiler/rnimcache/compiler_vmgen.c
nim/compiler/rnimcache/compiler_vmmarshal.c
nim/compiler/rnimcache/compiler_wordrecg.c
nim/compiler/rnimcache/compiler_writetracking.c
nim/compiler/rnimcache/docutils_highlite.c
nim/compiler/rnimcache/docutils_rst.c
nim/compiler/rnimcache/docutils_rstast.c
nim/compiler/rnimcache/docutils_rstgen.c
nim/compiler/rnimcache/stdlib_algorithm.c
nim/compiler/rnimcache/stdlib_cgi.c
nim/compiler/rnimcache/stdlib_cookies.c
nim/compiler/rnimcache/stdlib_cpuinfo.c
nim/compiler/rnimcache/stdlib_etcpriv.c
nim/compiler/rnimcache/stdlib_hashes.c
nim/compiler/rnimcache/stdlib_intsets.c
nim/compiler/rnimcache/stdlib_json.c
nim/compiler/rnimcache/stdlib_lexbase.c
nim/compiler/rnimcache/stdlib_linux.c
nim/compiler/rnimcache/stdlib_macros.c
nim/compiler/rnimcache/stdlib_marshal.c
nim/compiler/rnimcache/stdlib_math.c
nim/compiler/rnimcache/stdlib_memfiles.c
nim/compiler/rnimcache/stdlib_nativesockets.c
nim/compiler/rnimcache/stdlib_net.c
nim/compiler/rnimcache/stdlib_os.c
nim/compiler/rnimcache/stdlib_osproc.c
nim/compiler/rnimcache/stdlib_parseopt.c
nim/compiler/rnimcache/stdlib_parseutils.c
nim/compiler/rnimcache/stdlib_posix.c
nim/compiler/rnimcache/stdlib_securehash.c
nim/compiler/rnimcache/stdlib_sequtils.c
nim/compiler/rnimcache/stdlib_sets.c
nim/compiler/rnimcache/stdlib_streams.c
nim/compiler/rnimcache/stdlib_strtabs.c
nim/compiler/rnimcache/stdlib_strutils.c
nim/compiler/rnimcache/stdlib_system.c
nim/compiler/rnimcache/stdlib_tables.c
nim/compiler/rnimcache/stdlib_terminal.c
nim/compiler/rnimcache/stdlib_termios.c
nim/compiler/rnimcache/stdlib_times.c
nim/compiler/rnimcache/stdlib_typeinfo.c
nim/compiler/rnimcache/stdlib_unicode.c
nim/compiler/rnimcache/stdlib_xmltree.c
nim/compiler/rodread.nim
nim/compiler/rodutils.nim
nim/compiler/rodwrite.nim

View file

@ -10,7 +10,7 @@ MASTER_SITES= http://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
ftp://ftp.caudium.net/pike/official_releases/${PORTVERSION}/
DISTNAME= Pike-v${PORTVERSION}
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Dynamic programming language with a syntax similar to C++
LIB_DEPENDS= libtiff.so:graphics/tiff \

View file

@ -42,6 +42,8 @@ OPTIONS_RADIO= LLVM
OPTIONS_DEFAULT= LLVM39
OPTIONS_RADIO_LLVM= LLVM36 LLVM37 LLVM38 LLVM39
ONLY_FOR_ARCHS= amd64
LLVM36_DESC= LLVM 3.6
LLVM37_DESC= LLVM 3.7
LLVM38_DESC= LLVM 3.8

View file

@ -16,19 +16,13 @@ DISTINFO_FILE= ${.CURDIR}/distinfo
PLIST= ${.CURDIR}/pkg-plist
USE_GITHUB= yes
GH_ACCOUNT= rust-lang
GH_PROJECT= rust \
compiler-rt:compiler_rt \
hoedown:hoedown \
jemalloc:jemalloc \
libc:liblibc \
rust-installer:rust_installer
GH_TAGNAME= 7ed6068 \
ac3d1cd:compiler_rt \
a3736a0:hoedown \
e058ca6:jemalloc \
b0d6253:liblibc \
c37d374:rust_installer
GH_TUPLE= rust-lang:rust:7ed6068 \
rust-lang:compiler-rt:ac3d1cd:compiler_rt/src/compiler-rt \
rust-lang:hoedown:a3736a0:hoedown/src/rt/hoedown \
rust-lang:jemalloc:e058ca6:jemalloc/src/jemalloc \
rust-lang:libc:b0d6253:liblibc/src/liblibc \
rust-lang:rust-installer:c37d374:rust_installer/src/rust-installer \
rust-lang:llvm:7ca76af:llvm
BUILD_DEPENDS= cmake:devel/cmake
@ -42,19 +36,6 @@ PORT_LLVM_GH_PROJECT_OFF= llvm:llvm
PORT_LLVM_GH_TAGNAME_OFF= 7ca76af:llvm
PORT_LLVM_VARS_OFF= NOPRECIOUSMAKEVARS=1 # ARCH
post-extract: slave-post-extract
slave-post-extract:
@(${RMDIR} ${WRKSRC}/src/compiler-rt && \
${MV} ${WRKSRC_compiler_rt} ${WRKSRC}/src/compiler-rt)
@(${RMDIR} ${WRKSRC}/src/rt/hoedown && \
${MV} ${WRKSRC_hoedown} ${WRKSRC}/src/rt/hoedown)
@(${RMDIR} ${WRKSRC}/src/jemalloc && \
${MV} ${WRKSRC_jemalloc} ${WRKSRC}/src/jemalloc)
@(${RMDIR} ${WRKSRC}/src/liblibc && \
${MV} ${WRKSRC_liblibc} ${WRKSRC}/src/liblibc)
@(${RMDIR} ${WRKSRC}/src/rust-installer && \
${MV} ${WRKSRC_rust_installer} ${WRKSRC}/src/rust-installer)
post-extract-PORT_LLVM-off:
@(${RMDIR} ${WRKSRC}/src/llvm && \
${MV} ${WRKSRC_llvm} ${WRKSRC}/src/llvm)

View file

@ -27,6 +27,9 @@ GH_PROJECT= swift:DEFAULT swift-llvm:llvm swift-clang:clang swift-lldb:lldb \
swift-corelibs-xctest:xctest swift-corelibs-foundation:xcfound
GH_TAGNAME= swift-${PORTVERSION}-RELEASE:DEFAULT,llvm,clang,lldb,cmark \
swift-DEVELOPMENT-SNAPSHOT-2016-05-03-a:llbuild,swiftpm,xctest,xcfound
GH_SUBDIR= llvm:llvm clang:clang lldb:lldb cmark:cmark llbuild:llbuild \
swiftpm:swiftpm swift-corelibs-xctest:xctest \
swift-corelibs-foundation:xcfound
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= iconv libedit ninja perl5 pkgconfig python:3,build sqlite
@ -55,14 +58,6 @@ BROKEN= Does not build
post-extract:
@${MKDIR} ${WRKSRC}
@${MV} ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION}-RELEASE ${WRKSRC}/swift
@${MV} ${WRKSRC_llvm} ${WRKSRC}/llvm
@${MV} ${WRKSRC_clang} ${WRKSRC}/clang
@${MV} ${WRKSRC_lldb} ${WRKSRC}/lldb
@${MV} ${WRKSRC_cmark} ${WRKSRC}/cmark
@${MV} ${WRKSRC_llbuild} ${WRKSRC}/llbuild
@${MV} ${WRKSRC_swiftpm} ${WRKSRC}/swiftpm
@${MV} ${WRKSRC_xctest} ${WRKSRC}/swift-corelibs-xctest
@${MV} ${WRKSRC_xcfound} ${WRKSRC}/swift-corelibs-foundation
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \

View file

@ -3,7 +3,7 @@
PORTNAME= thunderbird
DISTVERSION= 45.5.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= mail news net-im ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source

View file

@ -0,0 +1,29 @@
commit 7943c27406fb
Author: Franziskus Kiefer <franziskuskiefer@gmail.com>
Date: Thu Jul 28 16:48:00 2016 +0200
Bug 1290037 - Update keybits in H2, r=mt
MozReview-Commit-ID: 35oWoDMqe1Y
--HG--
extra : rebase_source : 020fbd93c190131eb04eed2d583787d6e5954a5a
---
netwerk/protocol/http/Http2Session.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git netwerk/protocol/http/Http2Session.cpp netwerk/protocol/http/Http2Session.cpp
index dbcc1115cbd3..f3cd57304f73 100644
--- mozilla/netwerk/protocol/http/Http2Session.cpp
+++ mozilla/netwerk/protocol/http/Http2Session.cpp
@@ -3549,8 +3549,8 @@ Http2Session::ConfirmTLSProfile()
LOG3(("Http2Session::ConfirmTLSProfile %p FAILED due to DH %d < 2048\n",
this, keybits));
RETURN_SESSION_ERROR(this, INADEQUATE_SECURITY);
- } else if (kea == ssl_kea_ecdh && keybits < 256) { // 256 bits is "security level" of 128
- LOG3(("Http2Session::ConfirmTLSProfile %p FAILED due to ECDH %d < 256\n",
+ } else if (kea == ssl_kea_ecdh && keybits < 224) { // see rfc7540 9.2.1.
+ LOG3(("Http2Session::ConfirmTLSProfile %p FAILED due to ECDH %d < 224\n",
this, keybits));
RETURN_SESSION_ERROR(this, INADEQUATE_SECURITY);
}

View file

@ -9,7 +9,7 @@ MASTER_SITES= http://coq.inria.fr/distrib/V${COQVERSION}/files/ \
ftp://ftp.stack.nl/pub/users/johans/coq/
DISTNAME= ${PORTNAME}-${COQVERSION}
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Theorem prover based on lambda-C
LICENSE= LGPL21

View file

@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.gap-system.org/pub/gap/gap48/tar.bz2/ \
ftp://ftp.gap-system.org/pub/gap/gap48/old/
DISTNAME= ${GAP_VERSION}p${PORTVERSION:R:E}_${GAP_DISTTIME}
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= GAP is a system for computational discrete algebra
LIB_DEPENDS= libgmp.so:math/gmp

View file

@ -8,7 +8,7 @@ MASTER_SITES= http://ocamlgraph.lri.fr/download/ \
ftp://ftp.stack.nl/pub/users/johans/ocamlgraph/
PKGNAMEPREFIX= ocaml-
MAINTAINER= johans@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Graph manipulation library for OCaml
OPTIONS_DEFINE= GUI DOCS

View file

@ -3,6 +3,7 @@
PORTNAME= ffmpeg
PORTVERSION= 3.2.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= http://ffmpeg.org/releases/
@ -34,11 +35,12 @@ OPTIONS_DEFINE= ALSA AMR_NB AMR_WB ASS BS2B CACA CDIO CELT CHROMAPRINT DC1394 \
VO_AMRWBENC VPX WAVPACK WEBP X11GRAB X264 X265 XCB XVID \
XVIDEO ZIMG ZMQ ZVBI
OPTIONS_DEFAULT= FFSERVER FONTCONFIG FREETYPE FREI0R GNUTLS ICONV \
OPTIONS_DEFAULT= FFSERVER FONTCONFIG FREETYPE FREI0R GMP GNUTLS ICONV \
OPENCV RTCPU SCHROEDINGER THEORA V4L VAAPI VDPAU \
VORBIS VPX X264 XVID
OPTIONS_RADIO= SSL
OPTIONS_RADIO= RTMP SSL
OPTIONS_RADIO_RTMP= GCRYPT GMP LIBRTMP
OPTIONS_RADIO_SSL= GNUTLS OPENSSL
OPTIONS_GROUP= LICENSE
OPTIONS_GROUP_LICENSE= GPL3 NONFREE
@ -70,7 +72,8 @@ NONFREE_DESC= Allow use of nonfree code
OPENH264_DESC= H.264 video codec support via OpenH264
RUBBERBAND_DESC=Time-stretching and pitch-shifting with librubberband
RTCPU_DESC= Detect CPU capabilities at runtime
LIBRTMP_DESC= RTMP protocol support via librtmp
RTMP_DESC= RTMP(T)E protocol support
LIBRTMP_DESC= ${RTMP_DESC} via librtmp
TESSERACT_DESC= Optical Character Recognition via Tesseract
VFP_DESC= Enable Vector Floating Point instructions
VIDSTAB_DESC= Video stabilization filter

View file

@ -67,7 +67,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \
CONFLICTS_BUILD=compat9x
USE_GITHUB= yes
GH_TUPLE= xbmc:xbmc:c327c53 xbmc:FFmpeg:2.8.6-Jarvis-16.0:ffmpeg
GH_TUPLE= xbmc:xbmc:c327c53 \
xbmc:FFmpeg:2.8.6-Jarvis-16.0:ffmpeg/tools/depends/target/ffmpeg
USES= autoreconf:build compiler:c++11-lib gettext gmake iconv jpeg \
libtool pkgconfig python:2 ssl
@ -154,9 +155,6 @@ SFTP_CONFIGURE_ENABLE= ssh
CONFIGURE_ARGS+= --disable-debug --disable-alsa --disable-texturepacker
post-extract:
${MV} ${WRKSRC_ffmpeg} ${WRKSRC}/tools/depends/target/ffmpeg/
post-patch:
${REINPLACE_CMD} 's;make;gmake;' \
${WRKSRC}/bootstrap \

View file

@ -1,13 +1,13 @@
# Created by: KalleDK <plexmaintainer@k-moeller.dk>
# $FreeBSD$
PORTVERSION= 1.3.1.3102
PORTVERSION= 1.3.2.3112
PORTREVISION= 0
PKGNAMESUFFIX= -plexpass
MAINTAINER= feld@FreeBSD.org
PLEX_BUILD= a8accf1
PLEX_BUILD= 1751929
USE_RC_SUBR= ${PORTNAME}_plexpass

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1481123837
SHA256 (PlexMediaServer-1.3.1.3102-a8accf1-freebsd-amd64.tar.bz2) = cdccebb5a569304f934b5c3a17be62b4857f7f06ac8668f6b9f9c6738470591a
SIZE (PlexMediaServer-1.3.1.3102-a8accf1-freebsd-amd64.tar.bz2) = 83560850
TIMESTAMP = 1481252459
SHA256 (PlexMediaServer-1.3.2.3112-1751929-freebsd-amd64.tar.bz2) = 040da60e2480d5dc83341990ebb0366c21ae89b91df26126e0c081e29fe0c872
SIZE (PlexMediaServer-1.3.2.3112-1751929-freebsd-amd64.tar.bz2) = 83567998

View file

@ -20,6 +20,7 @@ USE_GITHUB= yes
GH_ACCOUNT= Aseman-Land
GH_PROJECT= Cutegram aseman-qt-tools:tools
GH_TAGNAME= 91bf14b:tools
GH_SUBDIR= Cutegram/asemantools:tools
USES= qmake:outsource desktop-file-utils
USE_QT5= qmake_build buildtools_build core qml quick sql xml multimedia \
@ -29,10 +30,6 @@ QMAKE_ARGS= LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae" \
TELEGRAMQML_INCLUDE_PATH="${LOCALBASE}/include/telegramqml"
INSTALLS_ICONS= yes
post-extract:
@${RMDIR} ${WRKSRC}/Cutegram/asemantools && \
${MV} ${WRKSRC_tools} ${WRKSRC}/Cutegram/asemantools
post-patch:
@${REINPLACE_CMD} -e "/isEmpty(OPENSSL_INCLUDE_PATH)/d" \
${WRKSRC}/Cutegram/Cutegram.pro

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