*/*: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2018-04-02 15:35:44 +02:00
parent 55287ae3e6
commit c00b67962b
228 changed files with 1818 additions and 1164 deletions

View file

@ -2,20 +2,23 @@
# $FreeBSD$
PORTNAME= wmmp
PORTVERSION= 0.12.1
PORTVERSION= 0.12.4
CATEGORIES= audio windowmaker
MAINTAINER= nicolasherry@gmail.com
COMMENT= Dockable musicpd client applet for Window Maker
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= yogsothoth
USES= autoreconf libtool gmake pathfix pkgconfig
GNU_CONFIGURE= yes
USE_XORG= xpm x11 xext
PLIST_FILES= bin/WMmp man/man1/WMmp.1.gz
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/WMmp
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1487788820
SHA256 (yogsothoth-wmmp-0.12.1_GH0.tar.gz) = 5cd2f6df2461b46908b9f23b251a451eafc2943caebb37ebd416ca501de3be5d
SIZE (yogsothoth-wmmp-0.12.1_GH0.tar.gz) = 129128
TIMESTAMP = 1522597111
SHA256 (yogsothoth-wmmp-0.12.4_GH0.tar.gz) = e1eaee27f8d8f5163968c66800d4ca114c0200579b61e590bd34ddfe4e0da532
SIZE (yogsothoth-wmmp-0.12.4_GH0.tar.gz) = 33393

View file

@ -1,2 +0,0 @@
bin/WMmp
man/man1/WMmp.1.gz

View file

@ -88,6 +88,7 @@
SUBDIR += typometer
SUBDIR += ubench
SUBDIR += unixbench
SUBDIR += uperf
SUBDIR += vegeta
SUBDIR += webbench
SUBDIR += wrk

45
benchmarks/uperf/Makefile Normal file
View file

@ -0,0 +1,45 @@
# $FreeBSD$
PORTNAME= uperf
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.6.20180221
CATEGORIES= benchmarks
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Network performance tool to model and replay of networking patterns
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= ssl
USE_GITHUB= yes
GH_TAGNAME= 25ad9ff
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--datadir=${DATADIR}/workloads
OPTIONS_DEFINE= DOCS
PORTDOCS= AUTHORS \
README.md
post-install:
${MKDIR} ${STAGEDIR}${DATADIR}/tests
(cd ${WRKSRC}/tests && \
${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/tests \
"! -name Makefile.in ! -name Makefile.am ! -name Makefile")
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
.endfor
${MKDIR} ${STAGEDIR}${DOCSDIR}/docs
(cd ${WRKSRC}/docs && \
${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/docs "! -name CNAME")
${MKDIR} ${STAGEDIR}${DOCSDIR}/manual
(cd ${WRKSRC}/manual && \
${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/manual "! -name Makefile")
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1521153670
SHA256 (uperf-uperf-v1.0.6.20180221-25ad9ff_GH0.tar.gz) = 4810a74f6e48483efd8d93016c35c50e01833f48799c1933940833629b7c79a8
SIZE (uperf-uperf-v1.0.6.20180221-25ad9ff_GH0.tar.gz) = 234092

View file

@ -0,0 +1,24 @@
Unified Performance Tool (or uperf for short) is a network
performance tool that supports modelling and replay of various
networking patterns. It represents a new kind of benchmarking tool
(like filebench) where instead of running a fixed benchmark or
workload, a description (or model) of the workload is provided and
the tool generates the load according to the model. By distilling
the benchmark or workload into a model, you can now do various
things like change the scale of the workload, change different
parameters, change protocols, etc and analyse the effect of these
changes on your model.
Some of the questions you could answer using uperf are:
* Bandwidth and latency (unidirectional and bi-directional) with different
protocols like TCP, UDP, SCTP, SSL
* Connection setup and teardown scalability for different protocols
* Effect of noise on ongoing network connections
* Does it matter if I use processes instead of threads to do network
communication?
* What is the L2 cache miss rate for connection setup?
* Is sendfilev(3EXT) (with one file) equivalent to sendfilev(3EXT)?
* Understand TCP, UDP, SCTP, SSL performance under a variety of conditions
* Test various TCP Congestion control algorithms
WWW: http://uperf.org/

View file

@ -0,0 +1,61 @@
bin/uperf
%%DATADIR%%/workloads/connect.xml
%%DATADIR%%/workloads/iperf.xml
%%DATADIR%%/workloads/ldap.xml
%%DATADIR%%/workloads/netperf.xml
%%DATADIR%%/workloads/oltpnet.xml
%%DATADIR%%/workloads/oraclerac.xml
%%DATADIR%%/workloads/sctp.xml
%%DATADIR%%/workloads/specweb.xml
%%DATADIR%%/workloads/ssl.xml
%%DATADIR%%/workloads/telnet.xml
%%DATADIR%%/workloads/two-hosts.xml
%%DATADIR%%/tests/01simple_sctp.xml
%%DATADIR%%/tests/01simple_ssl.xml
%%DATADIR%%/tests/01simple_tcp.xml
%%DATADIR%%/tests/01simple_udp.xml
%%DATADIR%%/tests/02_2proto1group.xml
%%DATADIR%%/tests/02two_groups.xml
%%DATADIR%%/tests/3proto.xml
%%DATADIR%%/tests/a.xml
%%DATADIR%%/tests/accept-connect.xml
%%DATADIR%%/tests/accept-sctp.xml
%%DATADIR%%/tests/accept-tcp.xml
%%DATADIR%%/tests/canfail.xml
%%DATADIR%%/tests/disconnect_iter.xml
%%DATADIR%%/tests/friendliness.xml
%%DATADIR%%/tests/high_connection_count.xml
%%DATADIR%%/tests/mix_thr_proc.xml
%%DATADIR%%/tests/multi_proto_connect.xml
%%DATADIR%%/tests/parse_err.xml
%%DATADIR%%/tests/test-duration-process.xml
%%DATADIR%%/tests/test-rate.xml
%%DATADIR%%/tests/test-sendfile.xml
%%DATADIR%%/tests/test-sendfilev-chunked.xml
%%DATADIR%%/tests/test-sendfilev.xml
%%DATADIR%%/tests/test-ssize-flowop-count-dur.xml
%%DATADIR%%/tests/test-ssize-iperf.xml
%%DATADIR%%/tests/test.rb
%%DATADIR%%/tests/test.sh
%%DATADIR%%/tests/test_4groups.xml
%%DATADIR%%/tests/test_netperf.xml
%%DATADIR%%/tests/test_rds.xml
%%DATADIR%%/tests/test_send_recv.xml
%%DATADIR%%/tests/test_udp.xml
%%DATADIR%%/tests/throughput_sctp.xml
%%DATADIR%%/tests/unknown_proto.xml
%%PORTDOCS%%%%DOCSDIR%%/docs/index.html
%%PORTDOCS%%%%DOCSDIR%%/docs/manual.css
%%PORTDOCS%%%%DOCSDIR%%/docs/manual.html
%%PORTDOCS%%%%DOCSDIR%%/docs/uperf.css
%%PORTDOCS%%%%DOCSDIR%%/manual/bidirectional.xml
%%PORTDOCS%%%%DOCSDIR%%/manual/design_notes.txt
%%PORTDOCS%%%%DOCSDIR%%/manual/netperf.xml.txt
%%PORTDOCS%%%%DOCSDIR%%/manual/rds.txt
%%PORTDOCS%%%%DOCSDIR%%/manual/throughput.xml
%%PORTDOCS%%%%DOCSDIR%%/manual/uperf-default-output.txt
%%PORTDOCS%%%%DOCSDIR%%/manual/uperf-help.txt
%%PORTDOCS%%%%DOCSDIR%%/manual/uperf.css
%%PORTDOCS%%%%DOCSDIR%%/manual/uperf.html
%%PORTDOCS%%%%DOCSDIR%%/manual/uperf.xml
%%PORTDOCS%%%%DOCSDIR%%/manual/uperf.xsl

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= python-nexus
PORTVERSION= 1.53
PORTVERSION= 1.61
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,9 +11,10 @@ MAINTAINER= wen@FreeBSD.org
COMMENT= Generic nexus file format reader for python
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
#LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USES= python shebangfix
SHEBANG_FILES= nexus/bin/*.py
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1500797462
SHA256 (python-nexus-1.53.tar.gz) = 74297ed5142bc2ca15f40c73cdfd8ffcae0030733a07dc1db8014ea0d7864e24
SIZE (python-nexus-1.53.tar.gz) = 21641
TIMESTAMP = 1521838913
SHA256 (python-nexus-1.61.tar.gz) = d1f750fec164de66c8e45bd8b654cfec20c65adffed2ff10e19b17efac9c3b26
SIZE (python-nexus-1.61.tar.gz) = 33989

View file

@ -15,10 +15,10 @@ COMMENT= Three-Dimensional Structural Finite Element Program
LICENSE= GPLv2
RUN_DEPENDS= ccx:cad/calculix-ccx
BROKEN_FreeBSD_10= Does not build with clang on FreeBSD 10, causes segfaults when built with gcc
RUN_DEPENDS= ccx:cad/calculix-ccx
DIST_SOURCES= cgx_${PORTVERSION}.all${EXTRACT_SUFX}
DIST_HTM= cgx_${PORTVERSION}.htm${EXTRACT_SUFX}
DIST_PDF= cgx_${PORTVERSION}.pdf

View file

@ -0,0 +1,20 @@
--- cgx_2.13/src/uselibSNL.cpp.orig 2017-10-07 09:58:00 UTC
+++ cgx_2.13/src/uselibSNL.cpp
@@ -934,7 +934,7 @@ int createBlendedNurbs(int nr, Points **
// (5) create the cgx nurbs
// printf(" create blended nurbs\n");
buffer[0]='S';
- buffer[1]=(char)NULL;
+ buffer[1]='\0';
getNewName( name, buffer );
for (i=0; i<MAX_LINE_LENGTH; i++) sname[i]=name[i];
if(printFlag) printf ("store NURS Nr:%d Name:%s\n", anzGeo->nurs+1, name);
@@ -1012,7 +1012,7 @@ int createBlendedNurbs(int nr, Points **
for (j=0; j<nurbs[nr].v_npnt; j++)
{
buffer[0]='p';
- buffer[1]=(char)NULL;
+ buffer[1]='\0';
getNewName( name, buffer );
nurbs[nr].ctlpnt[i][j] = pnt( name, surface->controlPoints()[ index ].x(), surface->controlPoints()[ index ].y(), surface->controlPoints()[ index ].z(), 0);
point=*pntpntr; /* update pointer */

View file

@ -1,32 +1,28 @@
# $FreeBSD$
PORTNAME= librecad
PORTVERSION= 2.1.3
PORTREVISION= 7
DISTVERSION= 2.2.0-rc1
CATEGORIES= cad
MAINTAINER= jhale@FreeBSD.org
COMMENT= 2D CAD system
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/gpl-2.0.txt
LICENSE_FILE= ${WRKSRC}/licenses/gpl-2.0.txt
BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs
LIB_DEPENDS= libmuparser.so:math/muparser \
libfreetype.so:print/freetype2
USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake
USE_GITHUB= yes
GH_ACCOUNT= LibreCAD
GH_PROJECT= LibreCAD
USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake
USE_GL= gl
USE_QT5= core gui printsupport sql svg widgets \
USE_QT5= core gui printsupport svg widgets \
buildtools_build linguisttools_build
QMAKE_ARGS+= BOOST_DIR="${LOCALBASE}"
# Unhide std::to_string() to fix build with GCC (ports/193528)
CFLAGS+= -D_GLIBCXX_USE_C99
QMAKE_ARGS+= BOOST_DIR="${LOCALBASE}"
post-patch:
@${REINPLACE_CMD} -e 's|QMAKE_CXXFLAGS += -g||' \
@ -45,9 +41,9 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unix/librecad ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/unix/ttf2lff ${STAGEDIR}${PREFIX}/bin
(cd ${WRKSRC}/unix/resources && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
@${MKDIR} ${STAGEDIR}${PREFIX}/share/appdata
@${MKDIR} ${STAGEDIR}${PREFIX}/share/metainfo
${INSTALL_DATA} ${WRKSRC}/unix/appdata/librecad.appdata.xml \
${STAGEDIR}${PREFIX}/share/appdata
${STAGEDIR}${PREFIX}/share/metainfo
${INSTALL_DATA} ${WRKSRC}/desktop/librecad.desktop \
${STAGEDIR}${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/librecad/res/main/librecad.png \

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1484384119
SHA256 (LibreCAD-LibreCAD-2.1.3_GH0.tar.gz) = 74c4ede409b13d0365c65c0cd52dba04f1049530f6df706dc905443d5e60db06
SIZE (LibreCAD-LibreCAD-2.1.3_GH0.tar.gz) = 22415288
TIMESTAMP = 1522601471
SHA256 (LibreCAD-LibreCAD-2.2.0-rc1_GH0.tar.gz) = 2c937a9423ecf501902ef74c722ec413562e47c45125ac87257f02942d0676ea
SIZE (LibreCAD-LibreCAD-2.2.0-rc1_GH0.tar.gz) = 13578543

View file

@ -1,6 +1,5 @@
bin/librecad
bin/ttf2lff
share/appdata/librecad.appdata.xml
share/applications/librecad.desktop
%%DATADIR%%/fonts/OpenGostTypeA-Regular.lff
%%DATADIR%%/fonts/OpenGostTypeB-Regular.lff
@ -48,7 +47,6 @@ share/applications/librecad.desktop
%%DATADIR%%/fonts/symeteo.lff
%%DATADIR%%/fonts/symusic.lff
%%DATADIR%%/fonts/unicode.lff
%%DATADIR%%/fonts/wqy-unicode.lff
%%DATADIR%%/library/algoritm/alg1.dxf
%%DATADIR%%/library/algoritm/alg10.dxf
%%DATADIR%%/library/algoritm/alg11.dxf
@ -1385,6 +1383,7 @@ share/applications/librecad.desktop
%%DATADIR%%/patterns/triangle_b.dxf
%%DATADIR%%/plugins/libalign.so
%%DATADIR%%/plugins/libasciifile.so
%%DATADIR%%/plugins/libgear.so
%%DATADIR%%/plugins/libimportshp.so
%%DATADIR%%/plugins/liblist.so
%%DATADIR%%/plugins/libpicfile.so
@ -1431,6 +1430,7 @@ share/applications/librecad.desktop
%%DATADIR%%/qm/librecad_ja.qm
%%DATADIR%%/qm/librecad_ko.qm
%%DATADIR%%/qm/librecad_lv.qm
%%DATADIR%%/qm/librecad_mk.qm
%%DATADIR%%/qm/librecad_nl.qm
%%DATADIR%%/qm/librecad_no.qm
%%DATADIR%%/qm/librecad_pa.qm
@ -1488,6 +1488,7 @@ share/applications/librecad.desktop
%%DATADIR%%/qm/plugins_ja.qm
%%DATADIR%%/qm/plugins_ko.qm
%%DATADIR%%/qm/plugins_lv.qm
%%DATADIR%%/qm/plugins_mk.qm
%%DATADIR%%/qm/plugins_nl.qm
%%DATADIR%%/qm/plugins_no.qm
%%DATADIR%%/qm/plugins_pa.qm
@ -1505,4 +1506,5 @@ share/applications/librecad.desktop
%%DATADIR%%/qm/plugins_uk.qm
%%DATADIR%%/qm/plugins_zh_cn.qm
%%DATADIR%%/qm/plugins_zh_tw.qm
share/metainfo/librecad.appdata.xml
share/pixmaps/librecad.png

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= unidecode
PORTVERSION= 0.04.21
PORTVERSION= 1.0.22
CATEGORIES= converters python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,7 +11,8 @@ DISTNAME= Unidecode-${PORTVERSION}
MAINTAINER= douglas@douglasthrift.net
COMMENT= ASCII transliterations of Unicode text
LICENSE= GPLv2
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist concurrent

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1498960598
SHA256 (Unidecode-0.04.21.tar.gz) = 280a6ab88e1f2eb5af79edff450021a0d3f0448952847cd79677e55e58bad051
SIZE (Unidecode-0.04.21.tar.gz) = 205931
TIMESTAMP = 1522588017
SHA256 (Unidecode-1.0.22.tar.gz) = 8c33dd588e0c9bc22a76eaa0c715a5434851f726131bd44a6c26471746efabf5
SIZE (Unidecode-1.0.22.tar.gz) = 208877

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
PORTVERSION= 2.39.9
PORTVERSION= 2.39.11
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1522322693
SHA256 (cego-2.39.9.tar.gz) = fdbf3ecb41d9f98cdf59eb2530e534ebab9c83d6911f39eb90cc046b97540fe4
SIZE (cego-2.39.9.tar.gz) = 1674472
TIMESTAMP = 1522582457
SHA256 (cego-2.39.11.tar.gz) = 2583698f969bb57e0f85705671973b1db661a21148f80964110c207956a7b395
SIZE (cego-2.39.11.tar.gz) = 1673838

View file

@ -3,7 +3,7 @@
PORTNAME= go-carbon
DISTVERSIONPREFIX= v
DISTVERSION= 0.12.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MAINTAINER= a.andersson.thn@gmail.com

View file

@ -21,35 +21,36 @@
. /etc/rc.subr
name="go-carbon"
name="go_carbon"
rcvar="go_carbon_enable"
load_rc_config $name
: ${go_carbon_enable:="NO"}
: ${go_carbon_user:="carbon"}
: ${go_carbon_config:="/usr/local/etc/go-carbon/go-carbon.conf"}
start_cmd="go_carbon_start"
stop_cmd="go_carbon_stop"
status_cmd="go_carbon_status"
procname="/usr/local/bin/go-carbon"
pidfile="/var/run/$name.pid"
procname="%%PREFIX%%/bin/go-carbon"
command=/usr/sbin/daemon
command_args="-f -c -p ${pidfile} ${procname} -config ${go_carbon_config}"
# read configuration and set defaults
load_rc_config "$name"
extra_commands="reload"
reload_command="go_carbon_reload"
start_precmd="go_carbon_precmd"
go_carbon_start()
go_carbon_precmd()
{
${procname} -config ${go_carbon_config} -daemon -pidfile ${pidfile}
install -o ${go_carbon_user} /dev/null ${pidfile}
}
go_carbon_stop()
carbonapi_reload()
{
kill -TERM `cat /var/run/go-carbon.pid`
}
go_carbon_status()
{
echo "go-carbon is running as pid" `cat /var/run/go-carbon.pid`
if [ -n "$pid" ]; then
kill -HUP $pid
echo "go-carbon config reloaded."
else
echo "go-carbon not running."
fi
}
run_rc_command "$1"

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME?= mariadb
PORTVERSION= 10.1.31
PORTVERSION= 10.1.32
PORTREVISION?= 0
CATEGORIES= databases ipv6
MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \
@ -136,7 +136,6 @@ ${ENGINE}_CMAKE_ON= -DPLUGIN_${ENGINE}=DYNAMIC
CONNECT_EXTRA_LIB_DEPENDS= libodbc.so:databases/unixODBC
CONNECT_EXTRA_USE= gnome=libxml2
GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI=NO
INNOBASE_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-MDEV-15288
LZ4_CMAKE_OFF= -DGRN_WITH_LZ4=OFF -DWITH_INNODB_LZ4=OFF
LZ4_CMAKE_ON= -DGRN_WITH_LZ4=${LOCALBASE}/lib -DWITH_INNODB_LZ4=${LOCALBASE}/lib
LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1518260559
SHA256 (mariadb-10.1.31.tar.gz) = ab7641c2fe4e5289da6141766a9c3350e013def56fafd6f1377080bc8048b2e6
SIZE (mariadb-10.1.31.tar.gz) = 67982786
TIMESTAMP = 1522324355
SHA256 (mariadb-10.1.32.tar.gz) = 0e2aae6a6a190d07c8e36e87dd43377057fa82651ca3c583462563f3e9369096
SIZE (mariadb-10.1.32.tar.gz) = 68001321

View file

@ -1,7 +0,0 @@
--- storage/innobase/CMakeLists.txt.orig 2018-02-04 02:30:31 UTC
+++ storage/innobase/CMakeLists.txt
@@ -520,4 +520,3 @@ MYSQL_ADD_PLUGIN(innobase ${INNOBASE_SOU
MODULE_OUTPUT_NAME ha_innodb
LINK_LIBRARIES ${ZLIB_LIBRARY} ${LIBSYSTEMD} ${LINKER_SCRIPT})
-ADD_DEPENDENCIES(innobase GenError)

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= bindrcpp
DISTVERSION= 0.2
PORTREVISION= 1
DISTVERSION= 0.2.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1502293272
SHA256 (bindrcpp_0.2.tar.gz) = d0efa1313cb8148880f7902a4267de1dcedae916f28d9a0ef5911f44bf103450
SIZE (bindrcpp_0.2.tar.gz) = 8089
TIMESTAMP = 1522608306
SHA256 (bindrcpp_0.2.2.tar.gz) = 48130709eba9d133679a0e959e49a7b14acbce4f47c1e15c4ab46bd9e48ae467
SIZE (bindrcpp_0.2.2.tar.gz) = 10212

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= plogr
DISTVERSION= 0.1-1
PORTREVISION= 1
DISTVERSION= 0.2.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1497402673
SHA256 (plogr_0.1-1.tar.gz) = 22755c93c76c26252841f43195df31681ea865e91aa89726010bd1b9288ef48f
SIZE (plogr_0.1-1.tar.gz) = 7421
TIMESTAMP = 1522517240
SHA256 (plogr_0.2.0.tar.gz) = 0e63ba2e1f624005fe25c67cdd403636a912e063d682eca07f2f1d65e9870d29
SIZE (plogr_0.2.0.tar.gz) = 7795

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= awscli
PORTVERSION= 1.14.63
PORTVERSION= 1.14.68
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
@ -12,7 +12,7 @@ COMMENT= Universal Command Line Interface for Amazon Web Services
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.9.16:devel/py-botocore@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.9.21:devel/py-botocore@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.12:net/py-s3transfer@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils@${PY_FLAVOR} \

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1522013564
SHA256 (awscli-1.14.63.tar.gz) = 9938aabc2b442ddf49d94a63b1ea2b36086280982796029c63c9d966dd8addf5
SIZE (awscli-1.14.63.tar.gz) = 588003
TIMESTAMP = 1522526554
SHA256 (awscli-1.14.68.tar.gz) = 4aeca66dff5d1dee82d4af13da148a6b7989238441c42a6d70900a544cb530ae
SIZE (awscli-1.14.68.tar.gz) = 588249

View file

@ -12,6 +12,12 @@ DISTNAME= FlickrNet${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}-Src-48055
MAINTAINER= ports@FreeBSD.org
COMMENT= Flickr .Net API Library
LICENSE= CPL-1.0 LGPL3
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/License.txt
LICENSE_NAME_CPL-1.0= Common Public License 1.0
LICENSE_PERMS_CPL-1.0= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
USES= dos2unix mono zip
DOS2UNIX_GLOB= *.cs
WRKSRC= ${WRKDIR}/FlickrNet
@ -20,7 +26,7 @@ do-build:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/mcs -t:library -out:FlickrNet.dll -r:System.Data -r:System.Web -r:System.Drawing *.cs
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/mono/flickrnet
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/mono/flickrnet
cd ${WRKSRC} && ${INSTALL_DATA} FlickrNet.dll ${STAGEDIR}${PREFIX}/lib/mono/flickrnet
cd ${WRKSRC} && ${SED} -e 's|@prefix@|${PREFIX}|' < flickrnet.pc.in > flickrnet.pc
cd ${WRKSRC} && ${INSTALL_DATA} flickrnet.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig

View file

@ -2,8 +2,7 @@
PORTNAME= gogs
DISTVERSIONPREFIX= v
DISTVERSION= 0.11.34
PORTREVISION= 2
DISTVERSION= 0.11.43
CATEGORIES= devel www
MAINTAINER= dg@syrec.org
@ -73,6 +72,8 @@ do-install:
@${LN} -sf ${GOGS_DBDIR}/data ${STAGEDIR}/${PREFIX}/libexec/${PORTNAME}/data
@${MKDIR} ${STAGEDIR}${GOGS_LOGDIR}
@${LN} -sf ${GOGS_LOGDIR} ${STAGEDIR}/${PREFIX}/libexec/${PORTNAME}/log
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1511471957
SHA256 (gogits-gogs-v0.11.34_GH0.tar.gz) = cc6b51cc53b6effed44c37ac7086af5822e2ceff9e2589316782e6c7b28a445f
SIZE (gogits-gogs-v0.11.34_GH0.tar.gz) = 16680559
TIMESTAMP = 1522510228
SHA256 (gogits-gogs-v0.11.43_GH0.tar.gz) = 44ce25372fee4bf0cd3de54d7e7038ddc0079779c3ace7b4a0a53bb85853b14d
SIZE (gogits-gogs-v0.11.43_GH0.tar.gz) = 18610902

View file

@ -1,10 +0,0 @@
--- routes/repo/commit.go.orig 2017-12-31 13:07:52 UTC
+++ routes/repo/commit.go
@@ -45,6 +44,7 @@ func RenderIssueLinks(oldCommits *list.L
func renderCommits(c *context.Context, filename string) {
c.Data["Title"] = c.Tr("repo.commits.commit_history") + " · " + c.Repo.Repository.FullName()
c.Data["PageIsCommits"] = true
+ c.Data["FileName"] = filename
page := c.QueryInt("page")
if page < 1 {

View file

@ -4,26 +4,29 @@ bin/gogs-rm-data
@dir(%%GOGS_USER%%,%%GOGS_GROUP%%,750) %%ETCDIR%%/https
@sample(%%GOGS_USER%%,%%GOGS_GROUP%%,640) %%ETCDIR%%/conf/app.ini.sample
etc/rc.d/gogs
libexec/gogs/conf/README.md
libexec/gogs/conf/app.ini
libexec/gogs/conf/gitignore/Actionscript
libexec/gogs/conf/gitignore/Ada
libexec/gogs/conf/gitignore/Agda
libexec/gogs/conf/gitignore/Android
libexec/gogs/conf/gitignore/Anjuta
libexec/gogs/conf/gitignore/AppceleratorTitanium
libexec/gogs/conf/gitignore/AppEngine
libexec/gogs/conf/gitignore/Archives
libexec/gogs/conf/gitignore/AppceleratorTitanium
libexec/gogs/conf/gitignore/ArchLinuxPackages
libexec/gogs/conf/gitignore/Archives
libexec/gogs/conf/gitignore/Autotools
libexec/gogs/conf/gitignore/BricxCC
libexec/gogs/conf/gitignore/C
libexec/gogs/conf/gitignore/C Sharp
libexec/gogs/conf/gitignore/C++
libexec/gogs/conf/gitignore/CakePHP
libexec/gogs/conf/gitignore/CFWheels
libexec/gogs/conf/gitignore/CMake
libexec/gogs/conf/gitignore/CUDA
libexec/gogs/conf/gitignore/CVS
libexec/gogs/conf/gitignore/CakePHP
libexec/gogs/conf/gitignore/ChefCookbook
libexec/gogs/conf/gitignore/Cloud9
libexec/gogs/conf/gitignore/CMake
libexec/gogs/conf/gitignore/CodeIgniter
libexec/gogs/conf/gitignore/CodeKit
libexec/gogs/conf/gitignore/CommonLisp
@ -31,14 +34,13 @@ libexec/gogs/conf/gitignore/Composer
libexec/gogs/conf/gitignore/Concrete5
libexec/gogs/conf/gitignore/Coq
libexec/gogs/conf/gitignore/CraftCMS
libexec/gogs/conf/gitignore/CUDA
libexec/gogs/conf/gitignore/CVS
libexec/gogs/conf/gitignore/DM
libexec/gogs/conf/gitignore/Dart
libexec/gogs/conf/gitignore/DartEditor
libexec/gogs/conf/gitignore/Delphi
libexec/gogs/conf/gitignore/DM
libexec/gogs/conf/gitignore/Dreamweaver
libexec/gogs/conf/gitignore/Drupal
libexec/gogs/conf/gitignore/EPiServer
libexec/gogs/conf/gitignore/Eagle
libexec/gogs/conf/gitignore/Eclipse
libexec/gogs/conf/gitignore/EiffelStudio
@ -46,7 +48,6 @@ libexec/gogs/conf/gitignore/Elisp
libexec/gogs/conf/gitignore/Elixir
libexec/gogs/conf/gitignore/Emacs
libexec/gogs/conf/gitignore/Ensime
libexec/gogs/conf/gitignore/EPiServer
libexec/gogs/conf/gitignore/Erlang
libexec/gogs/conf/gitignore/Espresso
libexec/gogs/conf/gitignore/ExpressionEngine
@ -56,24 +57,24 @@ libexec/gogs/conf/gitignore/Finale
libexec/gogs/conf/gitignore/FlexBuilder
libexec/gogs/conf/gitignore/ForceDotCom
libexec/gogs/conf/gitignore/FuelPHP
libexec/gogs/conf/gitignore/GWT
libexec/gogs/conf/gitignore/Gcov
libexec/gogs/conf/gitignore/GitBook
libexec/gogs/conf/gitignore/Go
libexec/gogs/conf/gitignore/Gradle
libexec/gogs/conf/gitignore/Grails
libexec/gogs/conf/gitignore/GWT
libexec/gogs/conf/gitignore/Haskell
libexec/gogs/conf/gitignore/Idris
libexec/gogs/conf/gitignore/IGORPro
libexec/gogs/conf/gitignore/IPythonNotebook
libexec/gogs/conf/gitignore/Idris
libexec/gogs/conf/gitignore/JDeveloper
libexec/gogs/conf/gitignore/Java
libexec/gogs/conf/gitignore/Jboss
libexec/gogs/conf/gitignore/JDeveloper
libexec/gogs/conf/gitignore/Jekyll
libexec/gogs/conf/gitignore/JetBrains
libexec/gogs/conf/gitignore/Joomla
libexec/gogs/conf/gitignore/Kate
libexec/gogs/conf/gitignore/KDevelop4
libexec/gogs/conf/gitignore/Kate
libexec/gogs/conf/gitignore/KiCAD
libexec/gogs/conf/gitignore/Kohana
libexec/gogs/conf/gitignore/LabVIEW
@ -87,7 +88,6 @@ libexec/gogs/conf/gitignore/Linux
libexec/gogs/conf/gitignore/Lithium
libexec/gogs/conf/gitignore/Lua
libexec/gogs/conf/gitignore/LyX
libexec/gogs/conf/gitignore/macOS
libexec/gogs/conf/gitignore/Magento
libexec/gogs/conf/gitignore/Matlab
libexec/gogs/conf/gitignore/Maven
@ -104,14 +104,15 @@ libexec/gogs/conf/gitignore/Nim
libexec/gogs/conf/gitignore/Ninja
libexec/gogs/conf/gitignore/Node
libexec/gogs/conf/gitignore/NotepadPP
libexec/gogs/conf/gitignore/Objective-C
libexec/gogs/conf/gitignore/OCaml
libexec/gogs/conf/gitignore/Objective-C
libexec/gogs/conf/gitignore/Opa
libexec/gogs/conf/gitignore/OpenCart
libexec/gogs/conf/gitignore/OracleForms
libexec/gogs/conf/gitignore/Packer
libexec/gogs/conf/gitignore/Perl
libexec/gogs/conf/gitignore/Phalcon
libexec/gogs/conf/gitignore/PhpStorm
libexec/gogs/conf/gitignore/PlayFramework
libexec/gogs/conf/gitignore/Plone
libexec/gogs/conf/gitignore/Prestashop
@ -120,17 +121,18 @@ libexec/gogs/conf/gitignore/Python
libexec/gogs/conf/gitignore/Qooxdoo
libexec/gogs/conf/gitignore/Qt
libexec/gogs/conf/gitignore/R
libexec/gogs/conf/gitignore/ROS
libexec/gogs/conf/gitignore/Rails
libexec/gogs/conf/gitignore/Redcar
libexec/gogs/conf/gitignore/Redis
libexec/gogs/conf/gitignore/RhodesRhomobile
libexec/gogs/conf/gitignore/ROS
libexec/gogs/conf/gitignore/Ruby
libexec/gogs/conf/gitignore/Rust
libexec/gogs/conf/gitignore/Sass
libexec/gogs/conf/gitignore/SBT
libexec/gogs/conf/gitignore/Scala
libexec/gogs/conf/gitignore/SCons
libexec/gogs/conf/gitignore/SVN
libexec/gogs/conf/gitignore/Sass
libexec/gogs/conf/gitignore/Scala
libexec/gogs/conf/gitignore/Scrivener
libexec/gogs/conf/gitignore/Sdcc
libexec/gogs/conf/gitignore/SeamGen
@ -139,7 +141,6 @@ libexec/gogs/conf/gitignore/SlickEdit
libexec/gogs/conf/gitignore/Stella
libexec/gogs/conf/gitignore/SublimeText
libexec/gogs/conf/gitignore/SugarCRM
libexec/gogs/conf/gitignore/SVN
libexec/gogs/conf/gitignore/Swift
libexec/gogs/conf/gitignore/Symfony
libexec/gogs/conf/gitignore/SymphonyCMS
@ -153,14 +154,15 @@ libexec/gogs/conf/gitignore/TurboGears2
libexec/gogs/conf/gitignore/Typo3
libexec/gogs/conf/gitignore/Umbraco
libexec/gogs/conf/gitignore/Unity
libexec/gogs/conf/gitignore/VVVV
libexec/gogs/conf/gitignore/Vagrant
libexec/gogs/conf/gitignore/Vim
libexec/gogs/conf/gitignore/VirtualEnv
libexec/gogs/conf/gitignore/VisualStudio
libexec/gogs/conf/gitignore/VisualStudioCode
libexec/gogs/conf/gitignore/VVVV
libexec/gogs/conf/gitignore/Waf
libexec/gogs/conf/gitignore/WebMethods
libexec/gogs/conf/gitignore/WebStorm
libexec/gogs/conf/gitignore/Windows
libexec/gogs/conf/gitignore/WordPress
libexec/gogs/conf/gitignore/Xcode
@ -170,6 +172,7 @@ libexec/gogs/conf/gitignore/Yeoman
libexec/gogs/conf/gitignore/Yii
libexec/gogs/conf/gitignore/ZendFramework
libexec/gogs/conf/gitignore/Zephir
libexec/gogs/conf/gitignore/macOS
libexec/gogs/conf/label/Default
libexec/gogs/conf/license/Abstyles License
libexec/gogs/conf/license/Academic Free License v1.1
@ -205,16 +208,19 @@ libexec/gogs/conf/license/MIT License
libexec/gogs/conf/license/Mozilla Public License 1.0
libexec/gogs/conf/license/Mozilla Public License 1.1
libexec/gogs/conf/license/Mozilla Public License 2.0
libexec/gogs/conf/locale/TRANSLATORS
libexec/gogs/conf/locale/locale_bg-BG.ini
libexec/gogs/conf/locale/locale_cs-CZ.ini
libexec/gogs/conf/locale/locale_de-DE.ini
libexec/gogs/conf/locale/locale_en-GB.ini
libexec/gogs/conf/locale/locale_en-US.ini
libexec/gogs/conf/locale/locale_es-ES.ini
libexec/gogs/conf/locale/locale_fa-IR.ini
libexec/gogs/conf/locale/locale_fi-FI.ini
libexec/gogs/conf/locale/locale_fr-FR.ini
libexec/gogs/conf/locale/locale_gl-ES.ini
libexec/gogs/conf/locale/locale_hu-HU.ini
libexec/gogs/conf/locale/locale_id-ID.ini
libexec/gogs/conf/locale/locale_it-IT.ini
libexec/gogs/conf/locale/locale_ja-JP.ini
libexec/gogs/conf/locale/locale_ko-KR.ini
@ -231,20 +237,18 @@ libexec/gogs/conf/locale/locale_uk-UA.ini
libexec/gogs/conf/locale/locale_zh-CN.ini
libexec/gogs/conf/locale/locale_zh-HK.ini
libexec/gogs/conf/locale/locale_zh-TW.ini
libexec/gogs/conf/locale/TRANSLATORS
libexec/gogs/conf/README.md
libexec/gogs/conf/readme/Default
libexec/gogs/custom
libexec/gogs/data
libexec/gogs/gogs
libexec/gogs/log
libexec/gogs/public/assets/font-awesome-4.6.3/css/font-awesome.min.css
libexec/gogs/public/assets/font-awesome-4.6.3/fonts/FontAwesome.otf
libexec/gogs/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.eot
libexec/gogs/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.svg
libexec/gogs/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.ttf
libexec/gogs/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.woff
libexec/gogs/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.woff2
libexec/gogs/public/assets/font-awesome-4.6.3/fonts/FontAwesome.otf
libexec/gogs/public/assets/librejs/librejs.html
libexec/gogs/public/assets/octicons-4.3.0/octicons.eot
libexec/gogs/public/assets/octicons-4.3.0/octicons.min.css
@ -273,8 +277,8 @@ libexec/gogs/public/img/avatar_default.png
libexec/gogs/public/img/checkmark.png
libexec/gogs/public/img/dingtalk.png
libexec/gogs/public/img/discord.png
libexec/gogs/public/img/emoji/-1.png
libexec/gogs/public/img/emoji/+1.png
libexec/gogs/public/img/emoji/-1.png
libexec/gogs/public/img/emoji/100.png
libexec/gogs/public/img/emoji/1234.png
libexec/gogs/public/img/emoji/8ball.png
@ -300,19 +304,19 @@ libexec/gogs/public/img/emoji/aries.png
libexec/gogs/public/img/emoji/arrow_backward.png
libexec/gogs/public/img/emoji/arrow_double_down.png
libexec/gogs/public/img/emoji/arrow_double_up.png
libexec/gogs/public/img/emoji/arrow_down_small.png
libexec/gogs/public/img/emoji/arrow_down.png
libexec/gogs/public/img/emoji/arrow_down_small.png
libexec/gogs/public/img/emoji/arrow_forward.png
libexec/gogs/public/img/emoji/arrow_heading_down.png
libexec/gogs/public/img/emoji/arrow_heading_up.png
libexec/gogs/public/img/emoji/arrow_left.png
libexec/gogs/public/img/emoji/arrow_lower_left.png
libexec/gogs/public/img/emoji/arrow_lower_right.png
libexec/gogs/public/img/emoji/arrow_right_hook.png
libexec/gogs/public/img/emoji/arrow_right.png
libexec/gogs/public/img/emoji/arrow_right_hook.png
libexec/gogs/public/img/emoji/arrow_up.png
libexec/gogs/public/img/emoji/arrow_up_down.png
libexec/gogs/public/img/emoji/arrow_up_small.png
libexec/gogs/public/img/emoji/arrow_up.png
libexec/gogs/public/img/emoji/arrow_upper_left.png
libexec/gogs/public/img/emoji/arrow_upper_right.png
libexec/gogs/public/img/emoji/arrows_clockwise.png
@ -322,10 +326,10 @@ libexec/gogs/public/img/emoji/articulated_lorry.png
libexec/gogs/public/img/emoji/astonished.png
libexec/gogs/public/img/emoji/atm.png
libexec/gogs/public/img/emoji/b.png
libexec/gogs/public/img/emoji/baby.png
libexec/gogs/public/img/emoji/baby_bottle.png
libexec/gogs/public/img/emoji/baby_chick.png
libexec/gogs/public/img/emoji/baby_symbol.png
libexec/gogs/public/img/emoji/baby.png
libexec/gogs/public/img/emoji/back.png
libexec/gogs/public/img/emoji/baggage_claim.png
libexec/gogs/public/img/emoji/balloon.png
@ -360,8 +364,8 @@ libexec/gogs/public/img/emoji/black_medium_small_square.png
libexec/gogs/public/img/emoji/black_medium_square.png
libexec/gogs/public/img/emoji/black_nib.png
libexec/gogs/public/img/emoji/black_small_square.png
libexec/gogs/public/img/emoji/black_square_button.png
libexec/gogs/public/img/emoji/black_square.png
libexec/gogs/public/img/emoji/black_square_button.png
libexec/gogs/public/img/emoji/blossom.png
libexec/gogs/public/img/emoji/blowfish.png
libexec/gogs/public/img/emoji/blue_book.png
@ -372,8 +376,8 @@ libexec/gogs/public/img/emoji/boar.png
libexec/gogs/public/img/emoji/boat.png
libexec/gogs/public/img/emoji/bomb.png
libexec/gogs/public/img/emoji/book.png
libexec/gogs/public/img/emoji/bookmark_tabs.png
libexec/gogs/public/img/emoji/bookmark.png
libexec/gogs/public/img/emoji/bookmark_tabs.png
libexec/gogs/public/img/emoji/books.png
libexec/gogs/public/img/emoji/boom.png
libexec/gogs/public/img/emoji/boot.png
@ -411,9 +415,9 @@ libexec/gogs/public/img/emoji/carousel_horse.png
libexec/gogs/public/img/emoji/cat.png
libexec/gogs/public/img/emoji/cat2.png
libexec/gogs/public/img/emoji/cd.png
libexec/gogs/public/img/emoji/chart.png
libexec/gogs/public/img/emoji/chart_with_downwards_trend.png
libexec/gogs/public/img/emoji/chart_with_upwards_trend.png
libexec/gogs/public/img/emoji/chart.png
libexec/gogs/public/img/emoji/checkered_flag.png
libexec/gogs/public/img/emoji/cherries.png
libexec/gogs/public/img/emoji/cherry_blossom.png
@ -470,16 +474,16 @@ libexec/gogs/public/img/emoji/confetti_ball.png
libexec/gogs/public/img/emoji/confounded.png
libexec/gogs/public/img/emoji/confused.png
libexec/gogs/public/img/emoji/congratulations.png
libexec/gogs/public/img/emoji/construction_worker.png
libexec/gogs/public/img/emoji/construction.png
libexec/gogs/public/img/emoji/construction_worker.png
libexec/gogs/public/img/emoji/convenience_store.png
libexec/gogs/public/img/emoji/cookie.png
libexec/gogs/public/img/emoji/cool.png
libexec/gogs/public/img/emoji/cop.png
libexec/gogs/public/img/emoji/copyright.png
libexec/gogs/public/img/emoji/corn.png
libexec/gogs/public/img/emoji/couple_with_heart.png
libexec/gogs/public/img/emoji/couple.png
libexec/gogs/public/img/emoji/couple_with_heart.png
libexec/gogs/public/img/emoji/couplekiss.png
libexec/gogs/public/img/emoji/cow.png
libexec/gogs/public/img/emoji/cow2.png
@ -509,10 +513,10 @@ libexec/gogs/public/img/emoji/deciduous_tree.png
libexec/gogs/public/img/emoji/department_store.png
libexec/gogs/public/img/emoji/diamond_shape_with_a_dot_inside.png
libexec/gogs/public/img/emoji/diamonds.png
libexec/gogs/public/img/emoji/disappointed_relieved.png
libexec/gogs/public/img/emoji/disappointed.png
libexec/gogs/public/img/emoji/dizzy_face.png
libexec/gogs/public/img/emoji/disappointed_relieved.png
libexec/gogs/public/img/emoji/dizzy.png
libexec/gogs/public/img/emoji/dizzy_face.png
libexec/gogs/public/img/emoji/do_not_litter.png
libexec/gogs/public/img/emoji/dog.png
libexec/gogs/public/img/emoji/dog2.png
@ -522,23 +526,23 @@ libexec/gogs/public/img/emoji/dolphin.png
libexec/gogs/public/img/emoji/donut.png
libexec/gogs/public/img/emoji/door.png
libexec/gogs/public/img/emoji/doughnut.png
libexec/gogs/public/img/emoji/dragon_face.png
libexec/gogs/public/img/emoji/dragon.png
libexec/gogs/public/img/emoji/dragon_face.png
libexec/gogs/public/img/emoji/dress.png
libexec/gogs/public/img/emoji/dromedary_camel.png
libexec/gogs/public/img/emoji/droplet.png
libexec/gogs/public/img/emoji/dvd.png
libexec/gogs/public/img/emoji/e-mail.png
libexec/gogs/public/img/emoji/ear_of_rice.png
libexec/gogs/public/img/emoji/ear.png
libexec/gogs/public/img/emoji/ear_of_rice.png
libexec/gogs/public/img/emoji/earth_africa.png
libexec/gogs/public/img/emoji/earth_americas.png
libexec/gogs/public/img/emoji/earth_asia.png
libexec/gogs/public/img/emoji/egg.png
libexec/gogs/public/img/emoji/eggplant.png
libexec/gogs/public/img/emoji/eight.png
libexec/gogs/public/img/emoji/eight_pointed_black_star.png
libexec/gogs/public/img/emoji/eight_spoked_asterisk.png
libexec/gogs/public/img/emoji/eight.png
libexec/gogs/public/img/emoji/electric_plug.png
libexec/gogs/public/img/emoji/elephant.png
libexec/gogs/public/img/emoji/email.png
@ -565,13 +569,13 @@ libexec/gogs/public/img/emoji/feet.png
libexec/gogs/public/img/emoji/ferris_wheel.png
libexec/gogs/public/img/emoji/file_folder.png
libexec/gogs/public/img/emoji/finnadie.png
libexec/gogs/public/img/emoji/fire_engine.png
libexec/gogs/public/img/emoji/fire.png
libexec/gogs/public/img/emoji/fire_engine.png
libexec/gogs/public/img/emoji/fireworks.png
libexec/gogs/public/img/emoji/first_quarter_moon_with_face.png
libexec/gogs/public/img/emoji/first_quarter_moon.png
libexec/gogs/public/img/emoji/fish_cake.png
libexec/gogs/public/img/emoji/first_quarter_moon_with_face.png
libexec/gogs/public/img/emoji/fish.png
libexec/gogs/public/img/emoji/fish_cake.png
libexec/gogs/public/img/emoji/fishing_pole_and_fish.png
libexec/gogs/public/img/emoji/fist.png
libexec/gogs/public/img/emoji/five.png
@ -584,8 +588,8 @@ libexec/gogs/public/img/emoji/foggy.png
libexec/gogs/public/img/emoji/football.png
libexec/gogs/public/img/emoji/fork_and_knife.png
libexec/gogs/public/img/emoji/fountain.png
libexec/gogs/public/img/emoji/four_leaf_clover.png
libexec/gogs/public/img/emoji/four.png
libexec/gogs/public/img/emoji/four_leaf_clover.png
libexec/gogs/public/img/emoji/fr.png
libexec/gogs/public/img/emoji/free.png
libexec/gogs/public/img/emoji/fried_shrimp.png
@ -594,15 +598,15 @@ libexec/gogs/public/img/emoji/frog.png
libexec/gogs/public/img/emoji/frowning.png
libexec/gogs/public/img/emoji/fu.png
libexec/gogs/public/img/emoji/fuelpump.png
libexec/gogs/public/img/emoji/full_moon_with_face.png
libexec/gogs/public/img/emoji/full_moon.png
libexec/gogs/public/img/emoji/full_moon_with_face.png
libexec/gogs/public/img/emoji/game_die.png
libexec/gogs/public/img/emoji/gb.png
libexec/gogs/public/img/emoji/gem.png
libexec/gogs/public/img/emoji/gemini.png
libexec/gogs/public/img/emoji/ghost.png
libexec/gogs/public/img/emoji/gift_heart.png
libexec/gogs/public/img/emoji/gift.png
libexec/gogs/public/img/emoji/gift_heart.png
libexec/gogs/public/img/emoji/girl.png
libexec/gogs/public/img/emoji/globe_with_meridians.png
libexec/gogs/public/img/emoji/goat.png
@ -633,10 +637,10 @@ libexec/gogs/public/img/emoji/hatched_chick.png
libexec/gogs/public/img/emoji/hatching_chick.png
libexec/gogs/public/img/emoji/headphones.png
libexec/gogs/public/img/emoji/hear_no_evil.png
libexec/gogs/public/img/emoji/heart_decoration.png
libexec/gogs/public/img/emoji/heart_eyes_cat.png
libexec/gogs/public/img/emoji/heart_eyes.png
libexec/gogs/public/img/emoji/heart.png
libexec/gogs/public/img/emoji/heart_decoration.png
libexec/gogs/public/img/emoji/heart_eyes.png
libexec/gogs/public/img/emoji/heart_eyes_cat.png
libexec/gogs/public/img/emoji/heartbeat.png
libexec/gogs/public/img/emoji/heartpulse.png
libexec/gogs/public/img/emoji/hearts.png
@ -655,15 +659,15 @@ libexec/gogs/public/img/emoji/high_heel.png
libexec/gogs/public/img/emoji/hocho.png
libexec/gogs/public/img/emoji/honey_pot.png
libexec/gogs/public/img/emoji/honeybee.png
libexec/gogs/public/img/emoji/horse_racing.png
libexec/gogs/public/img/emoji/horse.png
libexec/gogs/public/img/emoji/horse_racing.png
libexec/gogs/public/img/emoji/hospital.png
libexec/gogs/public/img/emoji/hotel.png
libexec/gogs/public/img/emoji/hotsprings.png
libexec/gogs/public/img/emoji/hourglass_flowing_sand.png
libexec/gogs/public/img/emoji/hourglass.png
libexec/gogs/public/img/emoji/house_with_garden.png
libexec/gogs/public/img/emoji/hourglass_flowing_sand.png
libexec/gogs/public/img/emoji/house.png
libexec/gogs/public/img/emoji/house_with_garden.png
libexec/gogs/public/img/emoji/hurtrealbad.png
libexec/gogs/public/img/emoji/hushed.png
libexec/gogs/public/img/emoji/ice_cream.png
@ -686,27 +690,27 @@ libexec/gogs/public/img/emoji/japanese_castle.png
libexec/gogs/public/img/emoji/japanese_goblin.png
libexec/gogs/public/img/emoji/japanese_ogre.png
libexec/gogs/public/img/emoji/jeans.png
libexec/gogs/public/img/emoji/joy_cat.png
libexec/gogs/public/img/emoji/joy.png
libexec/gogs/public/img/emoji/joy_cat.png
libexec/gogs/public/img/emoji/jp.png
libexec/gogs/public/img/emoji/key.png
libexec/gogs/public/img/emoji/keycap_ten.png
libexec/gogs/public/img/emoji/kimono.png
libexec/gogs/public/img/emoji/kiss.png
libexec/gogs/public/img/emoji/kissing.png
libexec/gogs/public/img/emoji/kissing_cat.png
libexec/gogs/public/img/emoji/kissing_closed_eyes.png
libexec/gogs/public/img/emoji/kissing_face.png
libexec/gogs/public/img/emoji/kissing_heart.png
libexec/gogs/public/img/emoji/kissing_smiling_eyes.png
libexec/gogs/public/img/emoji/kissing.png
libexec/gogs/public/img/emoji/koala.png
libexec/gogs/public/img/emoji/koko.png
libexec/gogs/public/img/emoji/kr.png
libexec/gogs/public/img/emoji/large_blue_circle.png
libexec/gogs/public/img/emoji/large_blue_diamond.png
libexec/gogs/public/img/emoji/large_orange_diamond.png
libexec/gogs/public/img/emoji/last_quarter_moon_with_face.png
libexec/gogs/public/img/emoji/last_quarter_moon.png
libexec/gogs/public/img/emoji/last_quarter_moon_with_face.png
libexec/gogs/public/img/emoji/laughing.png
libexec/gogs/public/img/emoji/leaves.png
libexec/gogs/public/img/emoji/ledger.png
@ -721,8 +725,8 @@ libexec/gogs/public/img/emoji/light_rail.png
libexec/gogs/public/img/emoji/link.png
libexec/gogs/public/img/emoji/lips.png
libexec/gogs/public/img/emoji/lipstick.png
libexec/gogs/public/img/emoji/lock_with_ink_pen.png
libexec/gogs/public/img/emoji/lock.png
libexec/gogs/public/img/emoji/lock_with_ink_pen.png
libexec/gogs/public/img/emoji/lollipop.png
libexec/gogs/public/img/emoji/loop.png
libexec/gogs/public/img/emoji/loudspeaker.png
@ -730,16 +734,16 @@ libexec/gogs/public/img/emoji/love_hotel.png
libexec/gogs/public/img/emoji/love_letter.png
libexec/gogs/public/img/emoji/low_brightness.png
libexec/gogs/public/img/emoji/m.png
libexec/gogs/public/img/emoji/mag_right.png
libexec/gogs/public/img/emoji/mag.png
libexec/gogs/public/img/emoji/mag_right.png
libexec/gogs/public/img/emoji/mahjong.png
libexec/gogs/public/img/emoji/mailbox.png
libexec/gogs/public/img/emoji/mailbox_closed.png
libexec/gogs/public/img/emoji/mailbox_with_mail.png
libexec/gogs/public/img/emoji/mailbox_with_no_mail.png
libexec/gogs/public/img/emoji/mailbox.png
libexec/gogs/public/img/emoji/man.png
libexec/gogs/public/img/emoji/man_with_gua_pi_mao.png
libexec/gogs/public/img/emoji/man_with_turban.png
libexec/gogs/public/img/emoji/man.png
libexec/gogs/public/img/emoji/mans_shoe.png
libexec/gogs/public/img/emoji/maple_leaf.png
libexec/gogs/public/img/emoji/mask.png
@ -759,8 +763,8 @@ libexec/gogs/public/img/emoji/minidisc.png
libexec/gogs/public/img/emoji/mobile_phone_off.png
libexec/gogs/public/img/emoji/money_with_wings.png
libexec/gogs/public/img/emoji/moneybag.png
libexec/gogs/public/img/emoji/monkey_face.png
libexec/gogs/public/img/emoji/monkey.png
libexec/gogs/public/img/emoji/monkey_face.png
libexec/gogs/public/img/emoji/monorail.png
libexec/gogs/public/img/emoji/mortar_board.png
libexec/gogs/public/img/emoji/mount_fuji.png
@ -783,16 +787,16 @@ libexec/gogs/public/img/emoji/neckbeard.png
libexec/gogs/public/img/emoji/necktie.png
libexec/gogs/public/img/emoji/negative_squared_cross_mark.png
libexec/gogs/public/img/emoji/neutral_face.png
libexec/gogs/public/img/emoji/new_moon_with_face.png
libexec/gogs/public/img/emoji/new_moon.png
libexec/gogs/public/img/emoji/new.png
libexec/gogs/public/img/emoji/new_moon.png
libexec/gogs/public/img/emoji/new_moon_with_face.png
libexec/gogs/public/img/emoji/newspaper.png
libexec/gogs/public/img/emoji/ng.png
libexec/gogs/public/img/emoji/nine.png
libexec/gogs/public/img/emoji/no_bell.png
libexec/gogs/public/img/emoji/no_bicycles.png
libexec/gogs/public/img/emoji/no_entry_sign.png
libexec/gogs/public/img/emoji/no_entry.png
libexec/gogs/public/img/emoji/no_entry_sign.png
libexec/gogs/public/img/emoji/no_good.png
libexec/gogs/public/img/emoji/no_mobile_phones.png
libexec/gogs/public/img/emoji/no_mouth.png
@ -800,8 +804,8 @@ libexec/gogs/public/img/emoji/no_pedestrians.png
libexec/gogs/public/img/emoji/no_smoking.png
libexec/gogs/public/img/emoji/non-potable_water.png
libexec/gogs/public/img/emoji/nose.png
libexec/gogs/public/img/emoji/notebook_with_decorative_cover.png
libexec/gogs/public/img/emoji/notebook.png
libexec/gogs/public/img/emoji/notebook_with_decorative_cover.png
libexec/gogs/public/img/emoji/notes.png
libexec/gogs/public/img/emoji/nut_and_bolt.png
libexec/gogs/public/img/emoji/o.png
@ -811,9 +815,9 @@ libexec/gogs/public/img/emoji/octocat.png
libexec/gogs/public/img/emoji/octopus.png
libexec/gogs/public/img/emoji/oden.png
libexec/gogs/public/img/emoji/office.png
libexec/gogs/public/img/emoji/ok.png
libexec/gogs/public/img/emoji/ok_hand.png
libexec/gogs/public/img/emoji/ok_woman.png
libexec/gogs/public/img/emoji/ok.png
libexec/gogs/public/img/emoji/older_man.png
libexec/gogs/public/img/emoji/older_woman.png
libexec/gogs/public/img/emoji/on.png
@ -853,9 +857,9 @@ libexec/gogs/public/img/emoji/person_frowning.png
libexec/gogs/public/img/emoji/person_with_blond_hair.png
libexec/gogs/public/img/emoji/person_with_pouting_face.png
libexec/gogs/public/img/emoji/phone.png
libexec/gogs/public/img/emoji/pig_nose.png
libexec/gogs/public/img/emoji/pig.png
libexec/gogs/public/img/emoji/pig2.png
libexec/gogs/public/img/emoji/pig_nose.png
libexec/gogs/public/img/emoji/pill.png
libexec/gogs/public/img/emoji/pineapple.png
libexec/gogs/public/img/emoji/pisces.png
@ -864,8 +868,8 @@ libexec/gogs/public/img/emoji/plus1.png
libexec/gogs/public/img/emoji/point_down.png
libexec/gogs/public/img/emoji/point_left.png
libexec/gogs/public/img/emoji/point_right.png
libexec/gogs/public/img/emoji/point_up_2.png
libexec/gogs/public/img/emoji/point_up.png
libexec/gogs/public/img/emoji/point_up_2.png
libexec/gogs/public/img/emoji/police_car.png
libexec/gogs/public/img/emoji/poodle.png
libexec/gogs/public/img/emoji/poop.png
@ -888,8 +892,8 @@ libexec/gogs/public/img/emoji/question.png
libexec/gogs/public/img/emoji/rabbit.png
libexec/gogs/public/img/emoji/rabbit2.png
libexec/gogs/public/img/emoji/racehorse.png
libexec/gogs/public/img/emoji/radio_button.png
libexec/gogs/public/img/emoji/radio.png
libexec/gogs/public/img/emoji/radio_button.png
libexec/gogs/public/img/emoji/rage.png
libexec/gogs/public/img/emoji/rage1.png
libexec/gogs/public/img/emoji/rage2.png
@ -909,16 +913,16 @@ libexec/gogs/public/img/emoji/red_circle.png
libexec/gogs/public/img/emoji/registered.png
libexec/gogs/public/img/emoji/relaxed.png
libexec/gogs/public/img/emoji/relieved.png
libexec/gogs/public/img/emoji/repeat_one.png
libexec/gogs/public/img/emoji/repeat.png
libexec/gogs/public/img/emoji/repeat_one.png
libexec/gogs/public/img/emoji/restroom.png
libexec/gogs/public/img/emoji/revolving_hearts.png
libexec/gogs/public/img/emoji/rewind.png
libexec/gogs/public/img/emoji/ribbon.png
libexec/gogs/public/img/emoji/rice.png
libexec/gogs/public/img/emoji/rice_ball.png
libexec/gogs/public/img/emoji/rice_cracker.png
libexec/gogs/public/img/emoji/rice_scene.png
libexec/gogs/public/img/emoji/rice.png
libexec/gogs/public/img/emoji/ring.png
libexec/gogs/public/img/emoji/rocket.png
libexec/gogs/public/img/emoji/roller_coaster.png
@ -930,8 +934,8 @@ libexec/gogs/public/img/emoji/rowboat.png
libexec/gogs/public/img/emoji/ru.png
libexec/gogs/public/img/emoji/rugby_football.png
libexec/gogs/public/img/emoji/runner.png
libexec/gogs/public/img/emoji/running_shirt_with_sash.png
libexec/gogs/public/img/emoji/running.png
libexec/gogs/public/img/emoji/running_shirt_with_sash.png
libexec/gogs/public/img/emoji/sa.png
libexec/gogs/public/img/emoji/sagittarius.png
libexec/gogs/public/img/emoji/sailboat.png
@ -941,12 +945,12 @@ libexec/gogs/public/img/emoji/santa.png
libexec/gogs/public/img/emoji/satellite.png
libexec/gogs/public/img/emoji/satisfied.png
libexec/gogs/public/img/emoji/saxophone.png
libexec/gogs/public/img/emoji/school_satchel.png
libexec/gogs/public/img/emoji/school.png
libexec/gogs/public/img/emoji/school_satchel.png
libexec/gogs/public/img/emoji/scissors.png
libexec/gogs/public/img/emoji/scorpius.png
libexec/gogs/public/img/emoji/scream_cat.png
libexec/gogs/public/img/emoji/scream.png
libexec/gogs/public/img/emoji/scream_cat.png
libexec/gogs/public/img/emoji/scroll.png
libexec/gogs/public/img/emoji/seat.png
libexec/gogs/public/img/emoji/secret.png
@ -963,8 +967,8 @@ libexec/gogs/public/img/emoji/shit.png
libexec/gogs/public/img/emoji/shoe.png
libexec/gogs/public/img/emoji/shower.png
libexec/gogs/public/img/emoji/signal_strength.png
libexec/gogs/public/img/emoji/six_pointed_star.png
libexec/gogs/public/img/emoji/six.png
libexec/gogs/public/img/emoji/six_pointed_star.png
libexec/gogs/public/img/emoji/ski.png
libexec/gogs/public/img/emoji/skull.png
libexec/gogs/public/img/emoji/sleeping.png
@ -972,15 +976,15 @@ libexec/gogs/public/img/emoji/sleepy.png
libexec/gogs/public/img/emoji/slot_machine.png
libexec/gogs/public/img/emoji/small_blue_diamond.png
libexec/gogs/public/img/emoji/small_orange_diamond.png
libexec/gogs/public/img/emoji/small_red_triangle_down.png
libexec/gogs/public/img/emoji/small_red_triangle.png
libexec/gogs/public/img/emoji/smile_cat.png
libexec/gogs/public/img/emoji/small_red_triangle_down.png
libexec/gogs/public/img/emoji/smile.png
libexec/gogs/public/img/emoji/smiley_cat.png
libexec/gogs/public/img/emoji/smile_cat.png
libexec/gogs/public/img/emoji/smiley.png
libexec/gogs/public/img/emoji/smiley_cat.png
libexec/gogs/public/img/emoji/smiling_imp.png
libexec/gogs/public/img/emoji/smirk_cat.png
libexec/gogs/public/img/emoji/smirk.png
libexec/gogs/public/img/emoji/smirk_cat.png
libexec/gogs/public/img/emoji/smoking.png
libexec/gogs/public/img/emoji/snail.png
libexec/gogs/public/img/emoji/snake.png
@ -1013,22 +1017,22 @@ libexec/gogs/public/img/emoji/steam_locomotive.png
libexec/gogs/public/img/emoji/stew.png
libexec/gogs/public/img/emoji/straight_ruler.png
libexec/gogs/public/img/emoji/strawberry.png
libexec/gogs/public/img/emoji/stuck_out_tongue.png
libexec/gogs/public/img/emoji/stuck_out_tongue_closed_eyes.png
libexec/gogs/public/img/emoji/stuck_out_tongue_winking_eye.png
libexec/gogs/public/img/emoji/stuck_out_tongue.png
libexec/gogs/public/img/emoji/sun_with_face.png
libexec/gogs/public/img/emoji/sunflower.png
libexec/gogs/public/img/emoji/sunglasses.png
libexec/gogs/public/img/emoji/sunny.png
libexec/gogs/public/img/emoji/sunrise_over_mountains.png
libexec/gogs/public/img/emoji/sunrise.png
libexec/gogs/public/img/emoji/sunrise_over_mountains.png
libexec/gogs/public/img/emoji/surfer.png
libexec/gogs/public/img/emoji/sushi.png
libexec/gogs/public/img/emoji/suspect.png
libexec/gogs/public/img/emoji/suspension_railway.png
libexec/gogs/public/img/emoji/sweat.png
libexec/gogs/public/img/emoji/sweat_drops.png
libexec/gogs/public/img/emoji/sweat_smile.png
libexec/gogs/public/img/emoji/sweat.png
libexec/gogs/public/img/emoji/sweet_potato.png
libexec/gogs/public/img/emoji/swimmer.png
libexec/gogs/public/img/emoji/symbols.png
@ -1039,8 +1043,8 @@ libexec/gogs/public/img/emoji/tangerine.png
libexec/gogs/public/img/emoji/taurus.png
libexec/gogs/public/img/emoji/taxi.png
libexec/gogs/public/img/emoji/tea.png
libexec/gogs/public/img/emoji/telephone_receiver.png
libexec/gogs/public/img/emoji/telephone.png
libexec/gogs/public/img/emoji/telephone_receiver.png
libexec/gogs/public/img/emoji/telescope.png
libexec/gogs/public/img/emoji/tennis.png
libexec/gogs/public/img/emoji/tent.png
@ -1080,10 +1084,10 @@ libexec/gogs/public/img/emoji/tulip.png
libexec/gogs/public/img/emoji/turtle.png
libexec/gogs/public/img/emoji/tv.png
libexec/gogs/public/img/emoji/twisted_rightwards_arrows.png
libexec/gogs/public/img/emoji/two.png
libexec/gogs/public/img/emoji/two_hearts.png
libexec/gogs/public/img/emoji/two_men_holding_hands.png
libexec/gogs/public/img/emoji/two_women_holding_hands.png
libexec/gogs/public/img/emoji/two.png
libexec/gogs/public/img/emoji/u5272.png
libexec/gogs/public/img/emoji/u5408.png
libexec/gogs/public/img/emoji/u55b6.png
@ -1184,8 +1188,8 @@ libexec/gogs/public/plugins/codemirror-5.17.0/.gitignore
libexec/gogs/public/plugins/codemirror-5.17.0/.npmignore
libexec/gogs/public/plugins/codemirror-5.17.0/.travis.yml
libexec/gogs/public/plugins/codemirror-5.17.0/addon/mode/loadmode.js
libexec/gogs/public/plugins/codemirror-5.17.0/addon/mode/multiplex_test.js
libexec/gogs/public/plugins/codemirror-5.17.0/addon/mode/multiplex.js
libexec/gogs/public/plugins/codemirror-5.17.0/addon/mode/multiplex_test.js
libexec/gogs/public/plugins/codemirror-5.17.0/addon/mode/overlay.js
libexec/gogs/public/plugins/codemirror-5.17.0/addon/mode/simple.js
libexec/gogs/public/plugins/codemirror-5.17.0/mode/apl/apl.js
@ -1215,13 +1219,13 @@ libexec/gogs/public/plugins/codemirror-5.17.0/mode/commonlisp/index.html
libexec/gogs/public/plugins/codemirror-5.17.0/mode/crystal/crystal.js
libexec/gogs/public/plugins/codemirror-5.17.0/mode/crystal/index.html
libexec/gogs/public/plugins/codemirror-5.17.0/mode/css/css.js
libexec/gogs/public/plugins/codemirror-5.17.0/mode/css/gss_test.js
libexec/gogs/public/plugins/codemirror-5.17.0/mode/css/gss.html
libexec/gogs/public/plugins/codemirror-5.17.0/mode/css/gss_test.js
libexec/gogs/public/plugins/codemirror-5.17.0/mode/css/index.html
libexec/gogs/public/plugins/codemirror-5.17.0/mode/css/less_test.js
libexec/gogs/public/plugins/codemirror-5.17.0/mode/css/less.html
libexec/gogs/public/plugins/codemirror-5.17.0/mode/css/scss_test.js
libexec/gogs/public/plugins/codemirror-5.17.0/mode/css/less_test.js
libexec/gogs/public/plugins/codemirror-5.17.0/mode/css/scss.html
libexec/gogs/public/plugins/codemirror-5.17.0/mode/css/scss_test.js
libexec/gogs/public/plugins/codemirror-5.17.0/mode/css/test.js
libexec/gogs/public/plugins/codemirror-5.17.0/mode/cypher/cypher.js
libexec/gogs/public/plugins/codemirror-5.17.0/mode/cypher/index.html
@ -1322,8 +1326,8 @@ libexec/gogs/public/plugins/codemirror-5.17.0/mode/mllike/mllike.js
libexec/gogs/public/plugins/codemirror-5.17.0/mode/modelica/index.html
libexec/gogs/public/plugins/codemirror-5.17.0/mode/modelica/modelica.js
libexec/gogs/public/plugins/codemirror-5.17.0/mode/mscgen/index.html
libexec/gogs/public/plugins/codemirror-5.17.0/mode/mscgen/mscgen_test.js
libexec/gogs/public/plugins/codemirror-5.17.0/mode/mscgen/mscgen.js
libexec/gogs/public/plugins/codemirror-5.17.0/mode/mscgen/mscgen_test.js
libexec/gogs/public/plugins/codemirror-5.17.0/mode/mscgen/msgenny_test.js
libexec/gogs/public/plugins/codemirror-5.17.0/mode/mscgen/xu_test.js
libexec/gogs/public/plugins/codemirror-5.17.0/mode/mumps/index.html
@ -1476,10 +1480,10 @@ libexec/gogs/public/plugins/jquery.minicolors-2.2.3/jquery.minicolors.css
libexec/gogs/public/plugins/jquery.minicolors-2.2.3/jquery.minicolors.min.js
libexec/gogs/public/plugins/jquery.minicolors-2.2.3/jquery.minicolors.png
libexec/gogs/public/plugins/marked-0.3.6/marked.min.js
libexec/gogs/public/plugins/notebookjs-0.2.6/notebook.min.js
libexec/gogs/public/plugins/notebookjs-0.3.0/notebook.min.js
libexec/gogs/public/plugins/pdfjs-1.4.20/LICENSE
libexec/gogs/public/plugins/pdfjs-1.4.20/build/pdf.js
libexec/gogs/public/plugins/pdfjs-1.4.20/build/pdf.worker.js
libexec/gogs/public/plugins/pdfjs-1.4.20/LICENSE
libexec/gogs/public/plugins/pdfjs-1.4.20/web/compatibility.js
libexec/gogs/public/plugins/pdfjs-1.4.20/web/debugger.js
libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/annotation-check.svg
@ -1603,8 +1607,8 @@ libexec/gogs/templates/home.tmpl
libexec/gogs/templates/inject/footer.tmpl
libexec/gogs/templates/inject/head.tmpl
libexec/gogs/templates/install.tmpl
libexec/gogs/templates/mail/auth/activate_email.tmpl
libexec/gogs/templates/mail/auth/activate.tmpl
libexec/gogs/templates/mail/auth/activate_email.tmpl
libexec/gogs/templates/mail/auth/register_notify.tmpl
libexec/gogs/templates/mail/auth/reset_passwd.tmpl
libexec/gogs/templates/mail/issue/comment.tmpl
@ -1630,8 +1634,8 @@ libexec/gogs/templates/repo/branch_dropdown.tmpl
libexec/gogs/templates/repo/branches/all.tmpl
libexec/gogs/templates/repo/branches/navbar.tmpl
libexec/gogs/templates/repo/branches/overview.tmpl
libexec/gogs/templates/repo/commits_table.tmpl
libexec/gogs/templates/repo/commits.tmpl
libexec/gogs/templates/repo/commits_table.tmpl
libexec/gogs/templates/repo/create.tmpl
libexec/gogs/templates/repo/diff/box.tmpl
libexec/gogs/templates/repo/diff/page.tmpl
@ -1651,11 +1655,11 @@ libexec/gogs/templates/repo/issue/list.tmpl
libexec/gogs/templates/repo/issue/milestone_new.tmpl
libexec/gogs/templates/repo/issue/milestones.tmpl
libexec/gogs/templates/repo/issue/navbar.tmpl
libexec/gogs/templates/repo/issue/new_form.tmpl
libexec/gogs/templates/repo/issue/new.tmpl
libexec/gogs/templates/repo/issue/new_form.tmpl
libexec/gogs/templates/repo/issue/view.tmpl
libexec/gogs/templates/repo/issue/view_content.tmpl
libexec/gogs/templates/repo/issue/view_title.tmpl
libexec/gogs/templates/repo/issue/view.tmpl
libexec/gogs/templates/repo/migrate.tmpl
libexec/gogs/templates/repo/pulls/commits.tmpl
libexec/gogs/templates/repo/pulls/compare.tmpl
@ -1699,8 +1703,8 @@ libexec/gogs/templates/user/auth/login.tmpl
libexec/gogs/templates/user/auth/prohibit_login.tmpl
libexec/gogs/templates/user/auth/reset_passwd.tmpl
libexec/gogs/templates/user/auth/signup.tmpl
libexec/gogs/templates/user/auth/two_factor_recovery_code.tmpl
libexec/gogs/templates/user/auth/two_factor.tmpl
libexec/gogs/templates/user/auth/two_factor_recovery_code.tmpl
libexec/gogs/templates/user/dashboard/dashboard.tmpl
libexec/gogs/templates/user/dashboard/feeds.tmpl
libexec/gogs/templates/user/dashboard/issues.tmpl
@ -1722,7 +1726,7 @@ libexec/gogs/templates/user/settings/security.tmpl
libexec/gogs/templates/user/settings/sshkeys.tmpl
libexec/gogs/templates/user/settings/two_factor_enable.tmpl
libexec/gogs/templates/user/settings/two_factor_recovery_codes.tmpl
@dir(%%GOGS_USER%%,%%GOGS_GROUP%%,750) %%GOGS_DBDIR%%
@dir(%%GOGS_USER%%,%%GOGS_GROUP%%,750) %%GOGS_DBDIR%%/data
@dir(%%GOGS_USER%%,%%GOGS_GROUP%%,750) %%GOGS_DBDIR%%/repositories
@dir(%%GOGS_USER%%,%%GOGS_GROUP%%,750) %%GOGS_DBDIR%%
@dir(%%GOGS_USER%%,%%GOGS_GROUP%%,750) %%GOGS_LOGDIR%%

View file

@ -5,7 +5,7 @@
}
-#if OPENSSL_VERSION_NUMBER < 0x10100000L
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L)
// Provide compatibility across OpenSSL 1.02 and 1.1.
static int RSA_set0_key(RSA* r, BIGNUM* n, BIGNUM* e, BIGNUM* d) {

View file

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= libfmt
PORTVERSION= 3.0.1
PORTREVISION= 3
DISTVERSION= 4.1.0
CATEGORIES= devel
MAINTAINER= SlavaMikerov@gmail.com
@ -15,8 +14,15 @@ USES= cmake:outsource compiler:c++11-lib
USE_GITHUB= yes
GH_ACCOUNT= fmtlib
GH_PROJECT= fmt
CMAKE_ARGS= -DFMT_DOC=OFF -DBUILD_SHARED_LIBS=ON
OPTIONS_DEFINE= TEST
TEST_CMAKE_BOOL= FMT_TEST
USE_LDCONFIG= yes
CMAKE_ARGS= -DFMT_DOC:BOOL=OFF -DFMT_TEST:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=ON
PLIST_SUB= SHL3=${PORTVERSION} SHL1=${PORTVERSION:R:R}
do-test:
@cd ${BUILD_WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DFMT_TEST:BOOL=ON ${CMAKE_SOURCE_PATH} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1480615869
SHA256 (fmtlib-fmt-3.0.1_GH0.tar.gz) = dce62ab75a161dd4353a98364feb166d35e7eea382169d59d9ce842c49c55bad
SIZE (fmtlib-fmt-3.0.1_GH0.tar.gz) = 606603
TIMESTAMP = 1521298377
SHA256 (fmtlib-fmt-4.1.0_GH0.tar.gz) = 46628a2f068d0e33c716be0ed9dcae4370242df135aed663a180b9fd8e36733d
SIZE (fmtlib-fmt-4.1.0_GH0.tar.gz) = 620863

View file

@ -1,11 +0,0 @@
--- test/posix-mock-test.cc.orig 2016-12-01 18:09:30 UTC
+++ test/posix-mock-test.cc
@@ -502,7 +502,7 @@ LocaleType newlocale(int category_mask,
return LocaleMock::instance->newlocale(category_mask, locale, base);
}
-#ifdef __APPLE__
+#if defined(__APPLE__) || defined(__FreeBSD__)
typedef int FreeLocaleResult;
#else
typedef void FreeLocaleResult;

View file

@ -1,13 +1,17 @@
include/fmt/container.h
include/fmt/format.cc
include/fmt/format.h
include/fmt/ostream.cc
include/fmt/ostream.h
include/fmt/posix.h
include/fmt/printf.cc
include/fmt/printf.h
include/fmt/string.h
include/fmt/time.h
lib/cmake/fmt/fmt-config-version.cmake
lib/cmake/fmt/fmt-config.cmake
lib/cmake/fmt/fmt-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/fmt/fmt-targets.cmake
lib/libfmt.so
lib/libfmt.so.3
lib/libfmt.so.3.0.1
lib/libfmt.so.%%SHL1%%
lib/libfmt.so.%%SHL3%%

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= liblouis
PORTVERSION= 3.4.0
PORTVERSION= 3.5.0
DISTVERSIONPREFIX= v
CATEGORIES= devel

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1513848808
SHA256 (liblouis-liblouis-v3.4.0_GH0.tar.gz) = 29728d70a1a5731417ccb9ec946ce6d7c2b64dfdfd595efed8995720b22cefd9
SIZE (liblouis-liblouis-v3.4.0_GH0.tar.gz) = 12367906
TIMESTAMP = 1522612368
SHA256 (liblouis-liblouis-v3.5.0_GH0.tar.gz) = 6f215f01c89b827a2f0f3b224d0b30c092465c3c0ecbf23766a74fb66489cd98
SIZE (liblouis-liblouis-v3.5.0_GH0.tar.gz) = 12373991

View file

@ -1,3 +1,369 @@
%%DATADIR%%/tables/Cz-Cz-g1.utb
%%DATADIR%%/tables/Es-Es-G0.utb
%%DATADIR%%/tables/Es-Es-g1.utb
%%DATADIR%%/tables/IPA-unicode-range.uti
%%DATADIR%%/tables/IPA.utb
%%DATADIR%%/tables/Lv-Lv-g1.utb
%%DATADIR%%/tables/Pl-Pl-g1.utb
%%DATADIR%%/tables/Se-Se-g1.utb
%%DATADIR%%/tables/afr-za-g1.ctb
%%DATADIR%%/tables/ar-ar-g1.utb
%%DATADIR%%/tables/ar-fa.utb
%%DATADIR%%/tables/ar.tbl
%%DATADIR%%/tables/as-in-g1.utb
%%DATADIR%%/tables/as.tbl
%%DATADIR%%/tables/awa.tbl
%%DATADIR%%/tables/aw-in-g1.utb
%%DATADIR%%/tables/be-in-g1.utb
%%DATADIR%%/tables/bengali.cti
%%DATADIR%%/tables/bg.ctb
%%DATADIR%%/tables/bg.tbl
%%DATADIR%%/tables/bh.ctb
%%DATADIR%%/tables/bh.tbl
%%DATADIR%%/tables/bn.tbl
%%DATADIR%%/tables/bo.ctb
%%DATADIR%%/tables/bo.tbl
%%DATADIR%%/tables/boxes.ctb
%%DATADIR%%/tables/braille-patterns.cti
%%DATADIR%%/tables/bra.tbl
%%DATADIR%%/tables/br-in-g1.utb
%%DATADIR%%/tables/ca-chardefs.cti
%%DATADIR%%/tables/ca-g1.ctb
%%DATADIR%%/tables/ca.tbl
%%DATADIR%%/tables/chardefs.cti
%%DATADIR%%/tables/chr-us-g1.ctb
%%DATADIR%%/tables/ckb-chardefs.cti
%%DATADIR%%/tables/ckb-g1.ctb
%%DATADIR%%/tables/ckb.tbl
%%DATADIR%%/tables/ckb-translation.cti
%%DATADIR%%/tables/compress.cti
%%DATADIR%%/tables/controlchars.cti
%%DATADIR%%/tables/corrections.cti
%%DATADIR%%/tables/countries.cti
%%DATADIR%%/tables/cs-chardefs.cti
%%DATADIR%%/tables/cs-g1.ctb
%%DATADIR%%/tables/cs.tbl
%%DATADIR%%/tables/cs-translation.cti
%%DATADIR%%/tables/cy-cy-g1.utb
%%DATADIR%%/tables/cy-cy-g2.ctb
%%DATADIR%%/tables/cy.tbl
%%DATADIR%%/tables/da-dk-6miscChars.cti
%%DATADIR%%/tables/da-dk.dis
%%DATADIR%%/tables/da-dk-g08.ctb
%%DATADIR%%/tables/da-dk-g16.ctb
%%DATADIR%%/tables/da-dk-g16-lit.ctb
%%DATADIR%%/tables/da-dk-g18.ctb
%%DATADIR%%/tables/da-dk-g26.ctb
%%DATADIR%%/tables/da-dk-g26l.ctb
%%DATADIR%%/tables/da-dk-g26-lit.ctb
%%DATADIR%%/tables/da-dk-g26l-lit.ctb
%%DATADIR%%/tables/da-dk-g28.ctb
%%DATADIR%%/tables/da-dk-g28l.ctb
%%DATADIR%%/tables/da-dk-octobraille.dis
%%DATADIR%%/tables/da-lt.ctb
%%DATADIR%%/tables/de_CH.tbl
%%DATADIR%%/tables/de-ch-accents.cti
%%DATADIR%%/tables/de-chardefs6.cti
%%DATADIR%%/tables/de-chardefs8.cti
%%DATADIR%%/tables/de-chess.ctb
%%DATADIR%%/tables/de-ch-g0.utb
%%DATADIR%%/tables/de-ch-g1.ctb
%%DATADIR%%/tables/de-ch-g2.ctb
%%DATADIR%%/tables/de-de-accents.cti
%%DATADIR%%/tables/de-de-comp8.ctb
%%DATADIR%%/tables/de-de.dis
%%DATADIR%%/tables/de-de-g0.utb
%%DATADIR%%/tables/de-de-g1.ctb
%%DATADIR%%/tables/de-de-g2.ctb
%%DATADIR%%/tables/de-eurobrl6.dis
%%DATADIR%%/tables/de-eurobrl6u.dis
%%DATADIR%%/tables/de-g0-core.uti
%%DATADIR%%/tables/de-g1-core.cti
%%DATADIR%%/tables/de-g2-core.cti
%%DATADIR%%/tables/de.tbl
%%DATADIR%%/tables/devanagari.cti
%%DATADIR%%/tables/digits6DotsPlusDot6.uti
%%DATADIR%%/tables/digits6Dots.uti
%%DATADIR%%/tables/digits8Dots.uti
%%DATADIR%%/tables/dra.ctb
%%DATADIR%%/tables/dra.tbl
%%DATADIR%%/tables/el.ctb
%%DATADIR%%/tables/el.tbl
%%DATADIR%%/tables/en_CA.ctb
%%DATADIR%%/tables/en_CA.tbl
%%DATADIR%%/tables/en-GB-g2.ctb
%%DATADIR%%/tables/en_GB.tbl
%%DATADIR%%/tables/en_US-comp8-ext.tbl
%%DATADIR%%/tables/en_US.tbl
%%DATADIR%%/tables/en-chess.ctb
%%DATADIR%%/tables/en-gb-comp8.ctb
%%DATADIR%%/tables/en-gb-g1.utb
%%DATADIR%%/tables/en-in-g1.ctb
%%DATADIR%%/tables/en-ueb-chardefs.uti
%%DATADIR%%/tables/en-ueb-g1.ctb
%%DATADIR%%/tables/en-ueb-g2.ctb
%%DATADIR%%/tables/en-ueb-math.ctb
%%DATADIR%%/tables/en-us-brf.dis
%%DATADIR%%/tables/en-us-comp6.ctb
%%DATADIR%%/tables/en-us-comp8.ctb
%%DATADIR%%/tables/en-us-comp8-ext.utb
%%DATADIR%%/tables/en-us-compbrl.ctb
%%DATADIR%%/tables/en-us-g1.ctb
%%DATADIR%%/tables/en-us-g2.ctb
%%DATADIR%%/tables/en-us-interline.ctb
%%DATADIR%%/tables/en-us-mathtext.ctb
%%DATADIR%%/tables/eo-g1.ctb
%%DATADIR%%/tables/eo-g1-x-system.ctb
%%DATADIR%%/tables/eo.tbl
%%DATADIR%%/tables/es-chardefs.cti
%%DATADIR%%/tables/es-g1.ctb
%%DATADIR%%/tables/es-new.dis
%%DATADIR%%/tables/es-old.dis
%%DATADIR%%/tables/es.tbl
%%DATADIR%%/tables/es-translation.cti
%%DATADIR%%/tables/et.ctb
%%DATADIR%%/tables/et-g0.utb
%%DATADIR%%/tables/ethio-g1.ctb
%%DATADIR%%/tables/et.tbl
%%DATADIR%%/tables/eurodefs.cti
%%DATADIR%%/tables/fa-ir-comp8.ctb
%%DATADIR%%/tables/fa-ir-g1.utb
%%DATADIR%%/tables/fi1.ctb
%%DATADIR%%/tables/fi2.ctb
%%DATADIR%%/tables/fi-fi-8dot.ctb
%%DATADIR%%/tables/fi-fi.ctb
%%DATADIR%%/tables/fi.tbl
%%DATADIR%%/tables/fi.utb
%%DATADIR%%/tables/fr-bfu-comp68.cti
%%DATADIR%%/tables/fr-bfu-comp6.utb
%%DATADIR%%/tables/fr-bfu-comp8.utb
%%DATADIR%%/tables/fr-bfu-g2.ctb
%%DATADIR%%/tables/ga-g1.utb
%%DATADIR%%/tables/ga-g2.ctb
%%DATADIR%%/tables/ga.tbl
%%DATADIR%%/tables/gd.ctb
%%DATADIR%%/tables/gd.tbl
%%DATADIR%%/tables/gez.tbl
%%DATADIR%%/tables/gon.ctb
%%DATADIR%%/tables/gon.tbl
%%DATADIR%%/tables/gr-bb.ctb
%%DATADIR%%/tables/gr-pl-comp8.uti
%%DATADIR%%/tables/gu-in-g1.utb
%%DATADIR%%/tables/gujarati.cti
%%DATADIR%%/tables/gurumuki.cti
%%DATADIR%%/tables/gu.tbl
%%DATADIR%%/tables/haw-us-g1.ctb
%%DATADIR%%/tables/he.ctb
%%DATADIR%%/tables/he.tbl
%%DATADIR%%/tables/hi-in-g1.utb
%%DATADIR%%/tables/hi.tbl
%%DATADIR%%/tables/hr-chardefs.cti
%%DATADIR%%/tables/hr-comp8.tbl
%%DATADIR%%/tables/hr-comp8.utb
%%DATADIR%%/tables/hr-digits.uti
%%DATADIR%%/tables/hr-g1.ctb
%%DATADIR%%/tables/hr-g1.tbl
%%DATADIR%%/tables/hr-translation.cti
%%DATADIR%%/tables/hu-backtranslate-correction.dis
%%DATADIR%%/tables/hu-chardefs.cti
%%DATADIR%%/tables/hu-exceptionwords.cti
%%DATADIR%%/tables/hu-hu-comp8.ctb
%%DATADIR%%/tables/hu-hu-g1.ctb
%%DATADIR%%/tables/hu-hu-g2.ctb
%%DATADIR%%/tables/hu-hu-g2_exceptions.cti
%%DATADIR%%/tables/hu.tbl
%%DATADIR%%/tables/hy.ctb
%%DATADIR%%/tables/hyph_brl_da_dk.dic
%%DATADIR%%/tables/hyph_cs_CZ.dic
%%DATADIR%%/tables/hyph_da_DK.dic
%%DATADIR%%/tables/hyph_de_DE.dic
%%DATADIR%%/tables/hyph_en_US.dic
%%DATADIR%%/tables/hyph_eo.dic
%%DATADIR%%/tables/hyph_es_ES.dic
%%DATADIR%%/tables/hyph_fr_FR.dic
%%DATADIR%%/tables/hyph_hu_HU.dic
%%DATADIR%%/tables/hyph_it_IT.dic
%%DATADIR%%/tables/hyph_nb_NO.dic
%%DATADIR%%/tables/hyph_nl_NL.dic
%%DATADIR%%/tables/hyph_nn_NO.dic
%%DATADIR%%/tables/hyph_pl_PL.dic
%%DATADIR%%/tables/hyph_pt_PT.dic
%%DATADIR%%/tables/hyph_ru.dic
%%DATADIR%%/tables/hyph_sv_SE.dic
%%DATADIR%%/tables/hy.tbl
%%DATADIR%%/tables/is-chardefs6.cti
%%DATADIR%%/tables/is-chardefs8.cti
%%DATADIR%%/tables/is.ctb
%%DATADIR%%/tables/is.tbl
%%DATADIR%%/tables/it-it-comp6.utb
%%DATADIR%%/tables/it-it-comp8.utb
%%DATADIR%%/tables/it.tbl
%%DATADIR%%/tables/iu-ca-g1.ctb
%%DATADIR%%/tables/ka-in-g1.utb
%%DATADIR%%/tables/kannada.cti
%%DATADIR%%/tables/kha.tbl
%%DATADIR%%/tables/kh-in-g1.utb
%%DATADIR%%/tables/kn.tbl
%%DATADIR%%/tables/ko-2006.cti
%%DATADIR%%/tables/ko-2006-g1.ctb
%%DATADIR%%/tables/ko-2006-g2.ctb
%%DATADIR%%/tables/ko-chars.cti
%%DATADIR%%/tables/ko.cti
%%DATADIR%%/tables/ko-g1.ctb
%%DATADIR%%/tables/ko-g1-rules.cti
%%DATADIR%%/tables/ko-g2.ctb
%%DATADIR%%/tables/ko-g2-rules.cti
%%DATADIR%%/tables/kok.ctb
%%DATADIR%%/tables/kok.tbl
%%DATADIR%%/tables/kru.ctb
%%DATADIR%%/tables/kru.tbl
%%DATADIR%%/tables/ks-in-g1.utb
%%DATADIR%%/tables/latinLetterDef6Dots.uti
%%DATADIR%%/tables/latinLetterDef8Dots.uti
%%DATADIR%%/tables/litdigits6DotsPlusDot6.uti
%%DATADIR%%/tables/litdigits6Dots.uti
%%DATADIR%%/tables/loweredDigits6Dots.uti
%%DATADIR%%/tables/loweredDigits8Dots.uti
%%DATADIR%%/tables/lt-6dot.tbl
%%DATADIR%%/tables/lt-6dot.utb
%%DATADIR%%/tables/lt.ctb
%%DATADIR%%/tables/lt.tbl
%%DATADIR%%/tables/lv.tbl
%%DATADIR%%/tables/malayalam.cti
%%DATADIR%%/tables/mao-nz-g1.ctb
%%DATADIR%%/tables/marburg.ctb
%%DATADIR%%/tables/marburg_edit.ctb
%%DATADIR%%/tables/marburg_single_cell_defs.cti
%%DATADIR%%/tables/marburg_unicode_defs.cti
%%DATADIR%%/tables/ml-in-g1.utb
%%DATADIR%%/tables/ml.tbl
%%DATADIR%%/tables/mn-MN-common.cti
%%DATADIR%%/tables/mn-MN-g1.utb
%%DATADIR%%/tables/mn-MN-g2.ctb
%%DATADIR%%/tables/mn-in-g1.utb
%%DATADIR%%/tables/mni.tbl
%%DATADIR%%/tables/mr-in-g1.utb
%%DATADIR%%/tables/mr.tbl
%%DATADIR%%/tables/mt.ctb
%%DATADIR%%/tables/mt.tbl
%%DATADIR%%/tables/mun.ctb
%%DATADIR%%/tables/mun.tbl
%%DATADIR%%/tables/mwr.ctb
%%DATADIR%%/tables/mwr.tbl
%%DATADIR%%/tables/ne.ctb
%%DATADIR%%/tables/nemeth.ctb
%%DATADIR%%/tables/nemethdefs.cti
%%DATADIR%%/tables/nemeth_edit.ctb
%%DATADIR%%/tables/ne.tbl
%%DATADIR%%/tables/nl-BE.dis
%%DATADIR%%/tables/nl-BE-g0.utb
%%DATADIR%%/tables/nl_BE.tbl
%%DATADIR%%/tables/nl-NL-g0.utb
%%DATADIR%%/tables/nl-chardefs.uti
%%DATADIR%%/tables/nl-g0.uti
%%DATADIR%%/tables/nl.tbl
%%DATADIR%%/tables/no-no-8dot-fallback-6dot-g0.utb
%%DATADIR%%/tables/no-no-8dot.utb
%%DATADIR%%/tables/no-no-braillo-047-01.dis
%%DATADIR%%/tables/no-no-chardefs6.uti
%%DATADIR%%/tables/no-no-comp8.ctb
%%DATADIR%%/tables/no-no.dis
%%DATADIR%%/tables/no-no-g0.utb
%%DATADIR%%/tables/no-no-g1.ctb
%%DATADIR%%/tables/no-no-g2.ctb
%%DATADIR%%/tables/no-no-g3.ctb
%%DATADIR%%/tables/no-no-generic.ctb
%%DATADIR%%/tables/no-no-generic.dis
%%DATADIR%%/tables/no-no-latinLetterDef6Dots_diacritics.uti
%%DATADIR%%/tables/no.tbl
%%DATADIR%%/tables/np-in-g1.utb
%%DATADIR%%/tables/or-in-g1.utb
%%DATADIR%%/tables/oriya.cti
%%DATADIR%%/tables/or.tbl
%%DATADIR%%/tables/pa.tbl
%%DATADIR%%/tables/pi.ctb
%%DATADIR%%/tables/pi.tbl
%%DATADIR%%/tables/pl-pl-comp8.ctb
%%DATADIR%%/tables/pl.tbl
%%DATADIR%%/tables/printables.cti
%%DATADIR%%/tables/pt-pt-comp8.ctb
%%DATADIR%%/tables/pt-pt-g1.utb
%%DATADIR%%/tables/pt-pt-g2.ctb
%%DATADIR%%/tables/pt.tbl
%%DATADIR%%/tables/pu-in-g1.utb
%%DATADIR%%/tables/ro.ctb
%%DATADIR%%/tables/ro.tbl
%%DATADIR%%/tables/ru-chardefs.cti
%%DATADIR%%/tables/ru-compbrl.ctb
%%DATADIR%%/tables/ru.ctb
%%DATADIR%%/tables/ru-letters.dis
%%DATADIR%%/tables/ru-litbrl.ctb
%%DATADIR%%/tables/ru-ru.dis
%%DATADIR%%/tables/ru-ru-g1.utb
%%DATADIR%%/tables/ru.tbl
%%DATADIR%%/tables/ru-unicode.dis
%%DATADIR%%/tables/sa-in-g1.utb
%%DATADIR%%/tables/sa.tbl
%%DATADIR%%/tables/sd.tbl
%%DATADIR%%/tables/se-se.ctb
%%DATADIR%%/tables/se-se.dis
%%DATADIR%%/tables/si-in-g1.utb
%%DATADIR%%/tables/sin.cti
%%DATADIR%%/tables/sin.utb
%%DATADIR%%/tables/sk-chardefs.cti
%%DATADIR%%/tables/sk-g1.ctb
%%DATADIR%%/tables/sk-sk-g1.utb
%%DATADIR%%/tables/sk-sk.utb
%%DATADIR%%/tables/sk.tbl
%%DATADIR%%/tables/sk-translation.cti
%%DATADIR%%/tables/sl-si-comp8.ctb
%%DATADIR%%/tables/sl-si-g1.utb
%%DATADIR%%/tables/sl.tbl
%%DATADIR%%/tables/sot-za-g1.ctb
%%DATADIR%%/tables/spaces.ctb
%%DATADIR%%/tables/sr-chardefs.cti
%%DATADIR%%/tables/sr-g1.ctb
%%DATADIR%%/tables/sr.tbl
%%DATADIR%%/tables/sv-1989.ctb
%%DATADIR%%/tables/sv-1996.ctb
%%DATADIR%%/tables/sv.tbl
%%DATADIR%%/tables/ta.ctb
%%DATADIR%%/tables/tamil.cti
%%DATADIR%%/tables/ta-ta-g1.ctb
%%DATADIR%%/tables/ta.tbl
%%DATADIR%%/tables/te-in-g1.utb
%%DATADIR%%/tables/telugu.cti
%%DATADIR%%/tables/te.tbl
%%DATADIR%%/tables/text_nabcc.dis
%%DATADIR%%/tables/tr.ctb
%%DATADIR%%/tables/tr-g1.ctb
%%DATADIR%%/tables/tr.tbl
%%DATADIR%%/tables/tsn-za-g1.ctb
%%DATADIR%%/tables/ukchardefs.cti
%%DATADIR%%/tables/ukmaths.ctb
%%DATADIR%%/tables/ukmaths_edit.ctb
%%DATADIR%%/tables/ukmaths_single_cell_defs.cti
%%DATADIR%%/tables/ukmaths_unicode_defs.cti
%%DATADIR%%/tables/uk.utb
%%DATADIR%%/tables/unicode-braille.utb
%%DATADIR%%/tables/unicodedefs.cti
%%DATADIR%%/tables/unicode.dis
%%DATADIR%%/tables/uni-text.dis
%%DATADIR%%/tables/ur-pk-g1.utb
%%DATADIR%%/tables/ur-pk-g2.ctb
%%DATADIR%%/tables/us-table.dis
%%DATADIR%%/tables/vi.ctb
%%DATADIR%%/tables/vi-g1.ctb
%%DATADIR%%/tables/vi.tbl
%%DATADIR%%/tables/wiskunde-chardefs.cti
%%DATADIR%%/tables/wiskunde.ctb
%%DATADIR%%/tables/wiskunde-translation.cti
%%DATADIR%%/tables/zh_CHN.tbl
%%DATADIR%%/tables/zh_HK.tbl
%%DATADIR%%/tables/zh_TW.tbl
%%DATADIR%%/tables/zh-chn.ctb
%%DATADIR%%/tables/zh-hk.ctb
%%DATADIR%%/tables/zh-tw.ctb
bin/lou_allround
bin/lou_checkhyphens
bin/lou_checktable
@ -20,11 +386,11 @@ bin/lou_trace
bin/lou_translate
include/liblouis/internal.h
include/liblouis/liblouis.h
libdata/pkgconfig/liblouis.pc
lib/liblouis.a
lib/liblouis.so
lib/liblouis.so.14
lib/liblouis.so.14.1.1
libdata/pkgconfig/liblouis.pc
lib/liblouis.so.14.1.2
man/man1/lou_allround.1.gz
man/man1/lou_checkhyphens.1.gz
man/man1/lou_checktable.1.gz
@ -33,379 +399,3 @@ man/man1/lou_debug.1.gz
man/man1/lou_tableinfo.1.gz
man/man1/lou_trace.1.gz
man/man1/lou_translate.1.gz
%%DATADIR%%/tables/Cz-Cz-g1.utb
%%DATADIR%%/tables/Es-Es-G0.utb
%%DATADIR%%/tables/Es-Es-g1.utb
%%DATADIR%%/tables/Fr-Ca-g2.ctb
%%DATADIR%%/tables/Fr-Fr-g2.ctb
%%DATADIR%%/tables/IPA.utb
%%DATADIR%%/tables/Lv-Lv-g1.utb
%%DATADIR%%/tables/Pl-Pl-g1.utb
%%DATADIR%%/tables/Se-Se-g1.utb
%%DATADIR%%/tables/UEBC-g1.utb
%%DATADIR%%/tables/UEBC-g2.ctb
%%DATADIR%%/tables/afr-za-g1.ctb
%%DATADIR%%/tables/ar-ar-g1.utb
%%DATADIR%%/tables/ar-fa.utb
%%DATADIR%%/tables/ar.tbl
%%DATADIR%%/tables/as-in-g1.utb
%%DATADIR%%/tables/as.tbl
%%DATADIR%%/tables/aw-in-g1.utb
%%DATADIR%%/tables/awa.tbl
%%DATADIR%%/tables/be-in-g1.utb
%%DATADIR%%/tables/bengali.cti
%%DATADIR%%/tables/bg.ctb
%%DATADIR%%/tables/bg.tbl
%%DATADIR%%/tables/bh.ctb
%%DATADIR%%/tables/bh.tbl
%%DATADIR%%/tables/bn.tbl
%%DATADIR%%/tables/bo.ctb
%%DATADIR%%/tables/bo.tbl
%%DATADIR%%/tables/boxes.ctb
%%DATADIR%%/tables/br-in-g1.utb
%%DATADIR%%/tables/bra.tbl
%%DATADIR%%/tables/braille-patterns.cti
%%DATADIR%%/tables/ca-chardefs.cti
%%DATADIR%%/tables/ca-g1.ctb
%%DATADIR%%/tables/ca.tbl
%%DATADIR%%/tables/chardefs.cti
%%DATADIR%%/tables/chr-us-g1.ctb
%%DATADIR%%/tables/ckb-chardefs.cti
%%DATADIR%%/tables/ckb-g1.ctb
%%DATADIR%%/tables/ckb-translation.cti
%%DATADIR%%/tables/ckb.tbl
%%DATADIR%%/tables/compress.cti
%%DATADIR%%/tables/controlchars.cti
%%DATADIR%%/tables/corrections.cti
%%DATADIR%%/tables/countries.cti
%%DATADIR%%/tables/cs-chardefs.cti
%%DATADIR%%/tables/cs-g1.ctb
%%DATADIR%%/tables/cs-translation.cti
%%DATADIR%%/tables/cs.tbl
%%DATADIR%%/tables/cy-cy-g1.utb
%%DATADIR%%/tables/cy-cy-g2.ctb
%%DATADIR%%/tables/cy.tbl
%%DATADIR%%/tables/da-dk-6miscChars.cti
%%DATADIR%%/tables/da-dk-g08.ctb
%%DATADIR%%/tables/da-dk-g16-lit.ctb
%%DATADIR%%/tables/da-dk-g16.ctb
%%DATADIR%%/tables/da-dk-g18.ctb
%%DATADIR%%/tables/da-dk-g26-lit.ctb
%%DATADIR%%/tables/da-dk-g26.ctb
%%DATADIR%%/tables/da-dk-g26l-lit.ctb
%%DATADIR%%/tables/da-dk-g26l.ctb
%%DATADIR%%/tables/da-dk-g28.ctb
%%DATADIR%%/tables/da-dk-g28l.ctb
%%DATADIR%%/tables/da-dk-octobraille.dis
%%DATADIR%%/tables/da-dk.dis
%%DATADIR%%/tables/da-lt.ctb
%%DATADIR%%/tables/da.tbl
%%DATADIR%%/tables/de-ch-accents.cti
%%DATADIR%%/tables/de-ch-g0.utb
%%DATADIR%%/tables/de-ch-g1.ctb
%%DATADIR%%/tables/de-ch-g2.ctb
%%DATADIR%%/tables/de-chardefs6.cti
%%DATADIR%%/tables/de-chardefs8.cti
%%DATADIR%%/tables/de-chess.ctb
%%DATADIR%%/tables/de-de-accents.cti
%%DATADIR%%/tables/de-de-comp8.ctb
%%DATADIR%%/tables/de-de-g0.utb
%%DATADIR%%/tables/de-de-g1.ctb
%%DATADIR%%/tables/de-de-g2.ctb
%%DATADIR%%/tables/de-de.dis
%%DATADIR%%/tables/de-eurobrl6.dis
%%DATADIR%%/tables/de-eurobrl6u.dis
%%DATADIR%%/tables/de-g0-core.uti
%%DATADIR%%/tables/de-g1-core.cti
%%DATADIR%%/tables/de-g2-core.cti
%%DATADIR%%/tables/de.tbl
%%DATADIR%%/tables/de_CH.tbl
%%DATADIR%%/tables/de_DE.tbl
%%DATADIR%%/tables/devanagari.cti
%%DATADIR%%/tables/digits6Dots.uti
%%DATADIR%%/tables/digits6DotsPlusDot6.uti
%%DATADIR%%/tables/digits8Dots.uti
%%DATADIR%%/tables/dra.ctb
%%DATADIR%%/tables/dra.tbl
%%DATADIR%%/tables/el.ctb
%%DATADIR%%/tables/el.tbl
%%DATADIR%%/tables/en-GB-g2.ctb
%%DATADIR%%/tables/en-chess.ctb
%%DATADIR%%/tables/en-gb-comp8.ctb
%%DATADIR%%/tables/en-gb-g1.utb
%%DATADIR%%/tables/en-in-g1.ctb
%%DATADIR%%/tables/en-ueb-chardefs.uti
%%DATADIR%%/tables/en-ueb-g1.ctb
%%DATADIR%%/tables/en-ueb-g2.ctb
%%DATADIR%%/tables/en-ueb-math.ctb
%%DATADIR%%/tables/en-us-brf.dis
%%DATADIR%%/tables/en-us-comp6.ctb
%%DATADIR%%/tables/en-us-comp8-ext.utb
%%DATADIR%%/tables/en-us-comp8.ctb
%%DATADIR%%/tables/en-us-compbrl.ctb
%%DATADIR%%/tables/en-us-g1.ctb
%%DATADIR%%/tables/en-us-g2.ctb
%%DATADIR%%/tables/en-us-interline.ctb
%%DATADIR%%/tables/en-us-mathtext.ctb
%%DATADIR%%/tables/en.tbl
%%DATADIR%%/tables/en_AS.tbl
%%DATADIR%%/tables/en_CA.ctb
%%DATADIR%%/tables/en_CA.tbl
%%DATADIR%%/tables/en_GB.tbl
%%DATADIR%%/tables/en_US-comp8-ext.tbl
%%DATADIR%%/tables/en_US.tbl
%%DATADIR%%/tables/eo-g1-x-system.ctb
%%DATADIR%%/tables/eo-g1.ctb
%%DATADIR%%/tables/eo.tbl
%%DATADIR%%/tables/es-chardefs.cti
%%DATADIR%%/tables/es-g1.ctb
%%DATADIR%%/tables/es-new.dis
%%DATADIR%%/tables/es-old.dis
%%DATADIR%%/tables/es-translation.cti
%%DATADIR%%/tables/es.tbl
%%DATADIR%%/tables/et-g0.utb
%%DATADIR%%/tables/et.ctb
%%DATADIR%%/tables/et.tbl
%%DATADIR%%/tables/ethio-g1.ctb
%%DATADIR%%/tables/eurodefs.cti
%%DATADIR%%/tables/fa-ir-comp8.ctb
%%DATADIR%%/tables/fa-ir-g1.utb
%%DATADIR%%/tables/fi-fi-8dot.ctb
%%DATADIR%%/tables/fi-fi.ctb
%%DATADIR%%/tables/fi.tbl
%%DATADIR%%/tables/fi.utb
%%DATADIR%%/tables/fi1.ctb
%%DATADIR%%/tables/fi2.ctb
%%DATADIR%%/tables/fr-2007.ctb
%%DATADIR%%/tables/fr-bfu-comp6.utb
%%DATADIR%%/tables/fr-bfu-comp68.cti
%%DATADIR%%/tables/fr-bfu-comp8.utb
%%DATADIR%%/tables/fr-bfu-g2.ctb
%%DATADIR%%/tables/fr-ca-g1.utb
%%DATADIR%%/tables/fr-fr-g1.utb
%%DATADIR%%/tables/fr.tbl
%%DATADIR%%/tables/fr_CA.tbl
%%DATADIR%%/tables/fr_FR.tbl
%%DATADIR%%/tables/ga-g1.utb
%%DATADIR%%/tables/ga-g2.ctb
%%DATADIR%%/tables/ga.tbl
%%DATADIR%%/tables/gd.ctb
%%DATADIR%%/tables/gd.tbl
%%DATADIR%%/tables/gez.tbl
%%DATADIR%%/tables/gon.ctb
%%DATADIR%%/tables/gon.tbl
%%DATADIR%%/tables/gr-bb.ctb
%%DATADIR%%/tables/gr-pl-comp8.uti
%%DATADIR%%/tables/gu-in-g1.utb
%%DATADIR%%/tables/gu.tbl
%%DATADIR%%/tables/gujarati.cti
%%DATADIR%%/tables/gurumuki.cti
%%DATADIR%%/tables/haw-us-g1.ctb
%%DATADIR%%/tables/he.ctb
%%DATADIR%%/tables/he.tbl
%%DATADIR%%/tables/hi-in-g1.utb
%%DATADIR%%/tables/hi.tbl
%%DATADIR%%/tables/hr-chardefs.cti
%%DATADIR%%/tables/hr-comp8.tbl
%%DATADIR%%/tables/hr-comp8.utb
%%DATADIR%%/tables/hr-digits.uti
%%DATADIR%%/tables/hr-g1.ctb
%%DATADIR%%/tables/hr-g1.tbl
%%DATADIR%%/tables/hr-translation.cti
%%DATADIR%%/tables/hu-backtranslate-correction.dis
%%DATADIR%%/tables/hu-chardefs.cti
%%DATADIR%%/tables/hu-exceptionwords.cti
%%DATADIR%%/tables/hu-hu-comp8.ctb
%%DATADIR%%/tables/hu-hu-g1.ctb
%%DATADIR%%/tables/hu-hu-g2.ctb
%%DATADIR%%/tables/hu-hu-g2_exceptions.cti
%%DATADIR%%/tables/hu.tbl
%%DATADIR%%/tables/hy.ctb
%%DATADIR%%/tables/hy.tbl
%%DATADIR%%/tables/hyph_brl_da_dk.dic
%%DATADIR%%/tables/hyph_cs_CZ.dic
%%DATADIR%%/tables/hyph_da_DK.dic
%%DATADIR%%/tables/hyph_de_DE.dic
%%DATADIR%%/tables/hyph_en_US.dic
%%DATADIR%%/tables/hyph_eo.dic
%%DATADIR%%/tables/hyph_es_ES.dic
%%DATADIR%%/tables/hyph_fr_FR.dic
%%DATADIR%%/tables/hyph_hu_HU.dic
%%DATADIR%%/tables/hyph_it_IT.dic
%%DATADIR%%/tables/hyph_nb_NO.dic
%%DATADIR%%/tables/hyph_nl_NL.dic
%%DATADIR%%/tables/hyph_nn_NO.dic
%%DATADIR%%/tables/hyph_pl_PL.dic
%%DATADIR%%/tables/hyph_pt_PT.dic
%%DATADIR%%/tables/hyph_ru.dic
%%DATADIR%%/tables/hyph_sv_SE.dic
%%DATADIR%%/tables/is-chardefs6.cti
%%DATADIR%%/tables/is-chardefs8.cti
%%DATADIR%%/tables/is.ctb
%%DATADIR%%/tables/is.tbl
%%DATADIR%%/tables/it-it-comp6.utb
%%DATADIR%%/tables/it-it-comp8.utb
%%DATADIR%%/tables/it.tbl
%%DATADIR%%/tables/iu-ca-g1.ctb
%%DATADIR%%/tables/ka-in-g1.utb
%%DATADIR%%/tables/kannada.cti
%%DATADIR%%/tables/kh-in-g1.utb
%%DATADIR%%/tables/kha.tbl
%%DATADIR%%/tables/kn.tbl
%%DATADIR%%/tables/ko-2006-g1.ctb
%%DATADIR%%/tables/ko-2006-g2.ctb
%%DATADIR%%/tables/ko-2006.cti
%%DATADIR%%/tables/ko-chars.cti
%%DATADIR%%/tables/ko-g1-rules.cti
%%DATADIR%%/tables/ko-g1.ctb
%%DATADIR%%/tables/ko-g2-rules.cti
%%DATADIR%%/tables/ko-g2.ctb
%%DATADIR%%/tables/ko.cti
%%DATADIR%%/tables/kok.ctb
%%DATADIR%%/tables/kok.tbl
%%DATADIR%%/tables/kru.ctb
%%DATADIR%%/tables/kru.tbl
%%DATADIR%%/tables/ks-in-g1.utb
%%DATADIR%%/tables/latinLetterDef6Dots.uti
%%DATADIR%%/tables/latinLetterDef8Dots.uti
%%DATADIR%%/tables/litdigits6Dots.uti
%%DATADIR%%/tables/litdigits6DotsPlusDot6.uti
%%DATADIR%%/tables/loweredDigits6Dots.uti
%%DATADIR%%/tables/loweredDigits8Dots.uti
%%DATADIR%%/tables/lt-6dot.tbl
%%DATADIR%%/tables/lt-6dot.utb
%%DATADIR%%/tables/lt.ctb
%%DATADIR%%/tables/lt.tbl
%%DATADIR%%/tables/lv.tbl
%%DATADIR%%/tables/malayalam.cti
%%DATADIR%%/tables/mao-nz-g1.ctb
%%DATADIR%%/tables/marburg.ctb
%%DATADIR%%/tables/marburg_edit.ctb
%%DATADIR%%/tables/marburg_single_cell_defs.cti
%%DATADIR%%/tables/marburg_unicode_defs.cti
%%DATADIR%%/tables/ml-in-g1.utb
%%DATADIR%%/tables/ml.tbl
%%DATADIR%%/tables/mn-MN.utb
%%DATADIR%%/tables/mn-in-g1.utb
%%DATADIR%%/tables/mni.tbl
%%DATADIR%%/tables/mr-in-g1.utb
%%DATADIR%%/tables/mr.tbl
%%DATADIR%%/tables/mt.ctb
%%DATADIR%%/tables/mt.tbl
%%DATADIR%%/tables/mun.ctb
%%DATADIR%%/tables/mun.tbl
%%DATADIR%%/tables/mwr.ctb
%%DATADIR%%/tables/mwr.tbl
%%DATADIR%%/tables/ne.ctb
%%DATADIR%%/tables/ne.tbl
%%DATADIR%%/tables/nemeth.ctb
%%DATADIR%%/tables/nemeth_edit.ctb
%%DATADIR%%/tables/nemethdefs.cti
%%DATADIR%%/tables/nl-BE-g0.utb
%%DATADIR%%/tables/nl-BE.dis
%%DATADIR%%/tables/nl-NL-g0.utb
%%DATADIR%%/tables/nl-chardefs.uti
%%DATADIR%%/tables/nl-g0.uti
%%DATADIR%%/tables/nl.tbl
%%DATADIR%%/tables/nl_BE.tbl
%%DATADIR%%/tables/nl_NL.tbl
%%DATADIR%%/tables/no-no-8dot-fallback-6dot-g0.utb
%%DATADIR%%/tables/no-no-8dot.utb
%%DATADIR%%/tables/no-no-braillo-047-01.dis
%%DATADIR%%/tables/no-no-chardefs6.uti
%%DATADIR%%/tables/no-no-comp8.ctb
%%DATADIR%%/tables/no-no-g0.utb
%%DATADIR%%/tables/no-no-g1.ctb
%%DATADIR%%/tables/no-no-g2.ctb
%%DATADIR%%/tables/no-no-g3.ctb
%%DATADIR%%/tables/no-no-generic.ctb
%%DATADIR%%/tables/no-no-generic.dis
%%DATADIR%%/tables/no-no-latinLetterDef6Dots_diacritics.uti
%%DATADIR%%/tables/no-no.dis
%%DATADIR%%/tables/no.tbl
%%DATADIR%%/tables/np-in-g1.utb
%%DATADIR%%/tables/or-in-g1.utb
%%DATADIR%%/tables/or.tbl
%%DATADIR%%/tables/oriya.cti
%%DATADIR%%/tables/pa.tbl
%%DATADIR%%/tables/pi.ctb
%%DATADIR%%/tables/pi.tbl
%%DATADIR%%/tables/pl-pl-comp8.ctb
%%DATADIR%%/tables/pl.tbl
%%DATADIR%%/tables/printables.cti
%%DATADIR%%/tables/pt-pt-comp8.ctb
%%DATADIR%%/tables/pt-pt-g1.utb
%%DATADIR%%/tables/pt-pt-g2.ctb
%%DATADIR%%/tables/pt.tbl
%%DATADIR%%/tables/pu-in-g1.utb
%%DATADIR%%/tables/ro.ctb
%%DATADIR%%/tables/ro.tbl
%%DATADIR%%/tables/ru-chardefs.cti
%%DATADIR%%/tables/ru-compbrl.ctb
%%DATADIR%%/tables/ru-letters.dis
%%DATADIR%%/tables/ru-litbrl.ctb
%%DATADIR%%/tables/ru-ru-g1.utb
%%DATADIR%%/tables/ru-ru.dis
%%DATADIR%%/tables/ru.ctb
%%DATADIR%%/tables/ru.tbl
%%DATADIR%%/tables/sa-in-g1.utb
%%DATADIR%%/tables/sa.tbl
%%DATADIR%%/tables/sd.tbl
%%DATADIR%%/tables/se-se.ctb
%%DATADIR%%/tables/se-se.dis
%%DATADIR%%/tables/si-in-g1.utb
%%DATADIR%%/tables/sin.cti
%%DATADIR%%/tables/sin.utb
%%DATADIR%%/tables/sk-chardefs.cti
%%DATADIR%%/tables/sk-g1.ctb
%%DATADIR%%/tables/sk-sk-g1.utb
%%DATADIR%%/tables/sk-sk.utb
%%DATADIR%%/tables/sk-translation.cti
%%DATADIR%%/tables/sk.tbl
%%DATADIR%%/tables/sl-si-comp8.ctb
%%DATADIR%%/tables/sl-si-g1.utb
%%DATADIR%%/tables/sl.tbl
%%DATADIR%%/tables/sot-za-g1.ctb
%%DATADIR%%/tables/spaces.ctb
%%DATADIR%%/tables/sr-chardefs.cti
%%DATADIR%%/tables/sr-g1.ctb
%%DATADIR%%/tables/sr.tbl
%%DATADIR%%/tables/sv-1989.ctb
%%DATADIR%%/tables/sv-1996.ctb
%%DATADIR%%/tables/sv.tbl
%%DATADIR%%/tables/ta-ta-g1.ctb
%%DATADIR%%/tables/ta.ctb
%%DATADIR%%/tables/ta.tbl
%%DATADIR%%/tables/tamil.cti
%%DATADIR%%/tables/te-in-g1.utb
%%DATADIR%%/tables/te.tbl
%%DATADIR%%/tables/telugu.cti
%%DATADIR%%/tables/text_nabcc.dis
%%DATADIR%%/tables/tr-g1.ctb
%%DATADIR%%/tables/tr.ctb
%%DATADIR%%/tables/tr.tbl
%%DATADIR%%/tables/tsn-za-g1.ctb
%%DATADIR%%/tables/ukchardefs.cti
%%DATADIR%%/tables/ukmaths.ctb
%%DATADIR%%/tables/ukmaths_edit.ctb
%%DATADIR%%/tables/ukmaths_single_cell_defs.cti
%%DATADIR%%/tables/ukmaths_unicode_defs.cti
%%DATADIR%%/tables/uni-text.dis
%%DATADIR%%/tables/unicode-braille.utb
%%DATADIR%%/tables/unicode.dis
%%DATADIR%%/tables/unicodedefs.cti
%%DATADIR%%/tables/ur-pk-g1.utb
%%DATADIR%%/tables/ur-pk-g2.ctb
%%DATADIR%%/tables/us-table.dis
%%DATADIR%%/tables/vi-g1.ctb
%%DATADIR%%/tables/vi.ctb
%%DATADIR%%/tables/vi.tbl
%%DATADIR%%/tables/wiskunde-chardefs.cti
%%DATADIR%%/tables/wiskunde-translation.cti
%%DATADIR%%/tables/wiskunde.ctb
%%DATADIR%%/tables/zh-chn.ctb
%%DATADIR%%/tables/zh-hk.ctb
%%DATADIR%%/tables/zh-tw.ctb
%%DATADIR%%/tables/zh_CHN.tbl
%%DATADIR%%/tables/zh_HK.tbl
%%DATADIR%%/tables/zh_TW.tbl

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nuitka
PORTVERSION= 0.5.29.2
PORTVERSION= 0.5.29.3
CATEGORIES= devel python
MASTER_SITES= https://nuitka.net/releases/
DISTNAME= Nuitka-${PORTVERSION}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1522433747
SHA256 (Nuitka-0.5.29.2.tar.bz2) = ecf272671f20bea0cd73e6b6e7384f82f9b9d7ddf6afd9950b12bdfb89c9a936
SIZE (Nuitka-0.5.29.2.tar.bz2) = 1585808
TIMESTAMP = 1522593021
SHA256 (Nuitka-0.5.29.3.tar.bz2) = 811f059569bd47bc308739ee8ce0c2516012cdc1c72b35e24426a2ef26e856cb
SIZE (Nuitka-0.5.29.3.tar.bz2) = 1585391

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= botocore
PORTVERSION= 1.9.16
PORTVERSION= 1.9.21
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1522013534
SHA256 (botocore-1.9.16.tar.gz) = 6ac11cee39676c1b45cb104a0f46f830f4b671e2475d1156a37c67e3fc9c85ee
SIZE (botocore-1.9.16.tar.gz) = 4226805
TIMESTAMP = 1522526425
SHA256 (botocore-1.9.21.tar.gz) = 039b768f5d248e13c1fb4be739523d7d1d75133a563dd212e932f3fc973bffb9
SIZE (botocore-1.9.21.tar.gz) = 4236924

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= raven
PORTVERSION= 6.5.0
PORTVERSION= 6.6.0
CATEGORIES= devel python
#MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1517697814
SHA256 (getsentry-raven-python-6.5.0_GH0.tar.gz) = 35773eba769bb29fafd71789ddcdfbdf5e0ca6896a683f3efc60f9942f2b5c27
SIZE (getsentry-raven-python-6.5.0_GH0.tar.gz) = 341723
TIMESTAMP = 1522612330
SHA256 (getsentry-raven-python-6.6.0_GH0.tar.gz) = 59766fb117a96df73c131558e445fddd248a34fd308be25cecc39b9fb00b9238
SIZE (getsentry-raven-python-6.6.0_GH0.tar.gz) = 342259

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sequel
PORTVERSION= 5.6.0
PORTVERSION= 5.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1520006120
SHA256 (rubygem/sequel-5.6.0.gem) = 2fbe5a77fd79818de55d4177b05586aa0e5fc6f9515f8e9445e7f8b4e6580347
SIZE (rubygem/sequel-5.6.0.gem) = 1400832
TIMESTAMP = 1522670721
SHA256 (rubygem/sequel-5.7.0.gem) = 0b366c49bc4645b0142024fb0b3ee383266652f4280344241ceeb766fb5c8009
SIZE (rubygem/sequel-5.7.0.gem) = 1178112

View file

@ -32,7 +32,7 @@ APACHE_USE= APACHE_RUN=22+
LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd
MODPYTHON33_RUN_DEPENDS=${APACHE_PKGNAMEPREFIX}mod_python33>=3.3:www/mod_python33
MODPYTHON35_RUN_DEPENDS=${APACHE_PKGNAMEPREFIX}mod_python35>=3.5:www/mod_python35
MODWSGI_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}mod_wsgi4>=4.4.13:www/mod_wsgi4@${PY_FLAVOR}
MODWSGI_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}mod_wsgi>=4.4.13:www/mod_wsgi4@${PY_FLAVOR}
SVN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>=0:devel/py-subversion@${PY_FLAVOR}
MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:databases/py-MySQLdb@${PY_FLAVOR}

View file

@ -2,7 +2,8 @@
# $FreeBSD$
PORTNAME= dnsdist
DISTVERSION= 1.2.1
DISTVERSION= 1.3.0
PORTREVISION= 2
CATEGORIES= dns net
MASTER_SITES= https://downloads.powerdns.com/releases/ \
LOCAL/cpm
@ -21,9 +22,10 @@ LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \
libsodium.so:security/libsodium
GNU_CONFIGURE= yes
USES= bison compiler cpe gmake libedit libtool localbase lua:52 \
USES= bison compiler cpe gmake libedit libtool localbase \
pkgconfig tar:bz2
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \
--enable-dns-over-tls \
--enable-dnscrypt \
--enable-libsodium \
--enable-re2
@ -35,6 +37,31 @@ GROUPS= _dnsdist
USE_RC_SUBR= dnsdist
OPTIONS_DEFINE= FSTRM LUAJIT SNMP
OPTIONS_DEFAULT= GNUTLS OPENSSL
OPTIONS_MULTI= TLS
OPTIONS_MULTI_TLS= GNUTLS OPENSSL
FSTRM_DESC= dnstap support (see dnstap.info)
LUAJIT_DESC= Use LuaJIT instead of Lua
FSTRM_LIB_DEPENDS= libfstrm.so:devel/fstrm
FSTRM_CONFIGURE_ENABLE= fstrm
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
GNUTLS_CONFIGURE_ENABLE=gnutls
LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit
LUAJIT_USES_OFF= lua
LUAJIT_CONFIGURE_WITH= luajit
OPENSSL_USES= ssl
OPENSSL_CONFIGURE_ENABLE=libssl
OPENSSL_CONFIGURE_ON= LIBSSL_CFLAGS=-I${OPENSSLINC} LIBSSL_LIBS="-L${OPENSSLLIB} -lssl"
SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
SNMP_CONFIGURE_WITH= net-snmp
.include <bsd.port.pre.mk>
# Fix dnsdist binaries when building on FreeBSD 10.3

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1518870121
SHA256 (dnsdist-1.2.1.tar.bz2) = dc71baebc1fe024035dd3fdc7b08a0ad5aa834bc9438f3152adeb881d2323012
SIZE (dnsdist-1.2.1.tar.bz2) = 866549
TIMESTAMP = 1522585108
SHA256 (dnsdist-1.3.0.tar.bz2) = aa67cd4db8404a13ed4ed1097dd850203dab8a327372f72bb140df11ef7eba08
SIZE (dnsdist-1.3.0.tar.bz2) = 924183

View file

@ -1,6 +1,6 @@
newServer {address="2001:4860:4860::8888", qps=1}
newServer {address="2001:4860:4860::8844", qps=1}
newServer {address="2620:0:ccc::2", qps=10}
newServer {address="2620:0:ccd::2", qps=10}
newServer ({address="2001:4860:4860::8888", qps=1})
newServer ({address="2001:4860:4860::8844", qps=1})
newServer ({address="2620:0:ccc::2", qps=10})
newServer ({address="2620:0:ccd::2", name="dns1", qps=10})
newServer("192.168.1.2")
setServerPolicy(firstAvailable) -- first server within its QPS limit

View file

@ -22,7 +22,10 @@ load_rc_config ${name}
: ${dnsdist_priv_group:=_dnsdist}
: ${dnsdist_enable:=NO}
command=/usr/local/sbin/${name}
command_args="-u ${dnsdist_priv_user} -g ${dnsdist_priv_group} -d"
pidfile=/var/run/${name}.pid
command=/usr/sbin/daemon
actual_command=/usr/local/sbin/${name}
command_args="-c -f -r -P ${pidfile} ${actual_command} -u ${dnsdist_priv_user} -g ${dnsdist_priv_group} --supervised"
run_rc_command "$1"

View file

@ -0,0 +1,28 @@
--- ext/luawrapper/include/LuaContext.hpp.orig 2018-03-29 15:25:58 UTC
+++ ext/luawrapper/include/LuaContext.hpp
@@ -2635,11 +2635,21 @@ struct LuaContext::Reader<std::string>
static auto read(lua_State* state, int index)
-> boost::optional<std::string>
{
+ std::string result;
+
+ // lua_tolstring might convert the variable that would confuse lua_next, so we
+ // make a copy of the variable.
+ lua_pushvalue(state, index);
+
size_t len;
- const auto val = lua_tolstring(state, index, &len);
- if (val == 0)
- return boost::none;
- return std::string(val, len);
+ const auto val = lua_tolstring(state, -1, &len);
+
+ if (val != 0)
+ result.assign(val, len);
+
+ lua_pop(state, 1);
+
+ return val != 0 ? boost::optional<std::string>{ std::move(result) } : boost::none;
}
};

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= simpleidn
PORTVERSION= 0.0.9
PORTVERSION= 0.1.1
CATEGORIES= dns rubygems
MASTER_SITES= RG
@ -12,8 +12,10 @@ COMMENT= Easy conversion from IDNA strings to unicode strings and vice-versa
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
RUN_DEPENDS= rubygem-unf>=0.1.4:textproc/rubygem-unf
NO_ARCH= yes
USE_RUBY= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1514155104
SHA256 (rubygem/simpleidn-0.0.9.gem) = 292235159ffc39dd4febfd1ee98edce51098f278fc49b94ae00d51f35cd29e39
SIZE (rubygem/simpleidn-0.0.9.gem) = 8704
TIMESTAMP = 1522591668
SHA256 (rubygem/simpleidn-0.1.1.gem) = 5cf0d3f0a4bbbb84995f495c50555297529cf3ca665735d947a6e94974073b2d
SIZE (rubygem/simpleidn-0.1.1.gem) = 140800

View file

@ -9,6 +9,7 @@ CATEGORIES= editors
MAINTAINER= knu@FreeBSD.org
COMMENT= EditorConfig core library and executable written in C
BUILD_DEPENDS= doxygen:devel/doxygen
LIB_DEPENDS= libpcre.so:devel/pcre
USES= cmake

View file

@ -7,7 +7,7 @@ PORTREVISION= 2
CATEGORIES= emulators games
MAINTAINER= se@FreeBSD.org
COMMENT= Easily install and run Windows software for use with wine
COMMENT= Easily install and run Windows software for use with Wine
LICENSE= GPLv3

View file

@ -110,11 +110,6 @@ X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
.include <bsd.port.pre.mk>
# PR224863: clang 6.0.0 crashes
.if ${OPSYS} == FreeBSD && ${OSVERSION} == 1200056 && ${ARCH} == amd64
USE_GCC= yes
.endif
.if ${ARCH} == amd64
# Wine is composed of three parts:
# - wine (aka this port) is the 32-bit component and runs 32-bit programs (on FreeBSD/i386)

View file

@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= wine-gecko
DISTVERSION= 2.40
DISTVERSION= 2.47
CATEGORIES= emulators
MASTER_SITES= SF/wine/Wine%20Gecko/${DISTVERSION}
MASTER_SITES= http://dl.winehq.org/wine/wine-gecko/${DISTVERSION}/
DISTNAME= wine_gecko-${DISTVERSION}-x86
EXTRACT_SUFX= .msi
EXTRACT_ONLY=

View file

@ -1,2 +1,3 @@
SHA256 (wine_gecko-2.40-x86.msi) = 1a29d17435a52b7663cea6f30a0771f74097962b07031947719bb7b46057d302
SIZE (wine_gecko-2.40-x86.msi) = 31741440
TIMESTAMP = 1466965350
SHA256 (wine_gecko-2.47-x86.msi) = 3b8a361f5d63952d21caafd74e849a774994822fb96c5922b01d554f1677643a
SIZE (wine_gecko-2.47-x86.msi) = 49266176

View file

@ -3,6 +3,7 @@
PORTNAME= wine
DISTVERSION= 3.0
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
@ -69,7 +70,7 @@ CUPS_LIB_DEPENDS= libcups.so:print/cups
DOSBOX_RUN_DEPENDS= dosbox:emulators/dosbox
GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.47-x86.msi:emulators/wine-gecko-devel
GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.47-x86.msi:emulators/wine-gecko
GNUTLS_CONFIGURE_WITH= gnutls
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
@ -83,7 +84,7 @@ LDAP_USE= OPENLDAP=yes
LIBXSLT_CONFIGURE_WITH= xslt
LIBXSLT_LIB_DEPENDS= libxslt.so:textproc/libxslt
MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.7.1.msi:emulators/wine-mono-devel
MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.7.1.msi:emulators/wine-mono
MPG123_CONFIGURE_WITH= mpg123
MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123

View file

@ -29,6 +29,7 @@ USE_SDL= sdl2 image2
ALPHA_VERSION= 23
NO_CONFIGURE= yes
LIBS+= -lexecinfo
LLD_UNSAFE= yes
MAKE_ARGS= DATA_DIR="${DATADIR}" GCC="${CXX}" \
LDFLAGS="${LDFLAGS}" RELEASE=true

View file

@ -37,6 +37,7 @@ USE_GL= glew gl glu
USE_SDL= sdl2
USE_XORG= sm ice x11 xext
USE_CXXSTD= c++11
LLD_UNSAFE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lssl -lcrypto

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= openttd
DISTVERSION= 1.7.2
PORTREVISION= 1
DISTVERSION= 1.8.0
CATEGORIES= games
MASTER_SITES= http://ca.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \
http://cz.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1514117460
SHA256 (openttd-1.7.2-source.tar.xz) = fe51a0bade8fdf6ce3ec696418ecf75c95783cdcabfd7b204eec5c0bb5d149d4
SIZE (openttd-1.7.2-source.tar.xz) = 6520956
TIMESTAMP = 1522588020
SHA256 (openttd-1.8.0-source.tar.xz) = c2d32d9d736d27202a020027a3729ae763f5432ae6f424891e57a4095eeb087f
SIZE (openttd-1.8.0-source.tar.xz) = 6521016

View file

@ -10,6 +10,7 @@ share/pixmaps/openttd.32.xpm
%%DATADIR%%/ai/compat_1.5.nut
%%DATADIR%%/ai/compat_1.6.nut
%%DATADIR%%/ai/compat_1.7.nut
%%DATADIR%%/ai/compat_1.8.nut
%%DATADIR%%/baseset/no_music.obm
%%DATADIR%%/baseset/no_sound.obs
%%DATADIR%%/baseset/openttd.grf

View file

@ -32,6 +32,7 @@ USE_SDL= sdl2
USE_GL= gl glu glew
USE_XORG= x11 xcursor
USE_LDCONFIG= yes
LLD_UNSAFE= yes
DOS2UNIX_GLOB= *.h *.hpp *.cpp
USES= cmake compiler:c++11-lib dos2unix openal:al tar:lzma

View file

@ -17,6 +17,7 @@ LIB_DEPENDS= libphysfs.so:devel/physfs \
BROKEN_FreeBSD_10= does not build on 10.x
LLD_UNSAFE= yes
USE_SDL= sdl2 image2
USE_GL= glew
USES= cmake:outsource compiler:c++11-lib dos2unix iconv \

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= mythes
PORTVERSION= 2018.03.25
PORTVERSION= 2018.04.01
CATEGORIES= german textproc
MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1522080472
SHA256 (mythes/Deutscher-Thesaurus-20180325.oxt) = c6d0eae66d8b318e15b3e92eebb9feb8fd6922b65825fabf64913dde37d38dc0
SIZE (mythes/Deutscher-Thesaurus-20180325.oxt) = 8826317
TIMESTAMP = 1522648563
SHA256 (mythes/Deutscher-Thesaurus-20180401.oxt) = 07ff3735e809f620c28cb458b7625809b0c6c3eb18d1506fd6ed02d0e0e9b322
SIZE (mythes/Deutscher-Thesaurus-20180401.oxt) = 8827578

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= jpegoptim
PORTVERSION= 1.4.4
PORTVERSION= 1.4.5
CATEGORIES= graphics
MASTER_SITES= http://www.kokkonen.net/tjko/src/ \
LOCAL/ehaupt

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1471340317
SHA256 (jpegoptim-1.4.4.tar.gz) = 89a03ea2dfe9483dfb2e009a2851be0befb0deb7cb45c04550bcc91e1e88c1b2
SIZE (jpegoptim-1.4.4.tar.gz) = 98794
TIMESTAMP = 1522589334
SHA256 (jpegoptim-1.4.5.tar.gz) = b176cf3d1fa7f866e6767431b59a22123380a2c138634ee251fcc34a188acfd6
SIZE (jpegoptim-1.4.5.tar.gz) = 98921

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
PORTVERSION= 8.0.1.s20180325
PORTVERSION= 8.0.1.s20180401
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1522103018
SHA256 (gcc-8-20180325.tar.xz) = c4fc89ab467fd42347c8fdaaccf7318876262f23f00fb6726e71bc73237f3bc0
SIZE (gcc-8-20180325.tar.xz) = 61462528
TIMESTAMP = 1522625420
SHA256 (gcc-8-20180401.tar.xz) = 3a91c5a9cc4708211484b75e3e43a399c3d9d800e5d8773dc2c6a1169a99b835
SIZE (gcc-8-20180401.tar.xz) = 61503748

View file

@ -35,7 +35,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \
USE_GITHUB= yes
GH_ACCOUNT= Perl
GH_PROJECT= perl5
GH_TAGNAME= v5.27.10-21-g811612a
GH_TAGNAME= v5.27.10-97-g28e487a
OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT MULTIPLICITY SITECUSTOMIZE \
THREADS PERL_MALLOC DTRACE DOT_INC

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1522068987
SHA256 (perl/Perl-perl5-v5.27.10-21-g811612a_GH0.tar.gz) = 60375bc7346b8ad65ebfea803312c5ff0dcf17c55c02ef5f57bb80227a38b7d4
SIZE (perl/Perl-perl5-v5.27.10-21-g811612a_GH0.tar.gz) = 18990241
TIMESTAMP = 1522659777
SHA256 (perl/Perl-perl5-v5.27.10-97-g28e487a_GH0.tar.gz) = e47d558e2891a4dccf7f76987a895ff24e3986a23fb11178eb17d41590efe817
SIZE (perl/Perl-perl5-v5.27.10-97-g28e487a_GH0.tar.gz) = 19094066

View file

@ -1,4 +1,4 @@
--- Configure.orig 2018-03-18 22:55:57 UTC
--- Configure.orig 2018-04-02 05:20:36 UTC
+++ Configure
@@ -3864,7 +3864,10 @@ esac
. ./posthint.sh
@ -21,7 +21,7 @@
case " $libpth " in
*" $xxx "*) ;;
*) libpth="$libpth $xxx";;
@@ -9586,8 +9589,7 @@ prefixvar=siteman3dir
@@ -9585,8 +9588,7 @@ prefixvar=siteman3dir
: determine where add-on public executable scripts go
case "$sitescript" in

View file

@ -1,6 +1,6 @@
--- perl.c.orig 2018-03-24 19:54:23 UTC
--- perl.c.orig 2018-04-02 05:20:36 UTC
+++ perl.c
@@ -2023,23 +2023,7 @@ S_Internals_V(pTHX_ CV *cv)
@@ -2027,23 +2027,7 @@ S_Internals_V(pTHX_ CV *cv)
PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options,
sizeof(non_bincompat_options) - 1, SVs_TEMP));

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= yabasic
PORTVERSION= 2.78.3
PORTVERSION= 2.78.4
PORTEPOCH= 1
CATEGORIES= lang
MASTER_SITES= http://www.yabasic.de/download/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1517469185
SHA256 (yabasic-2.78.3.tar.gz) = 2d9855e2b69af0508377316cb989a461b0f3cfefde63fbdcc1854e6d5e5f23ff
SIZE (yabasic-2.78.3.tar.gz) = 661862
TIMESTAMP = 1522587322
SHA256 (yabasic-2.78.4.tar.gz) = 5afa66caf87bebd0837c3ffb5f0e908d01f9f0211d80aa2417a81f2a71843489
SIZE (yabasic-2.78.4.tar.gz) = 895898

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dovecot-pigeonhole
PORTVERSION= 0.4.23
PORTVERSION= 0.5.1
CATEGORIES= mail
MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/
DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
@ -12,10 +12,10 @@ COMMENT= Sieve plugin for the Dovecot 'deliver' LDA and LMTP
LICENSE= LGPL21
BUILD_DEPENDS= dovecot>=2.2.31:mail/dovecot
RUN_DEPENDS= dovecot>=2.2.31:mail/dovecot
BUILD_DEPENDS= dovecot>=2.3.1:mail/dovecot
RUN_DEPENDS= dovecot>=2.3.1:mail/dovecot
DOVECOTVERSION= 2.2
DOVECOTVERSION= 2.3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --exec-prefix=${PREFIX} \

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1521505497
SHA256 (dovecot-2.2-pigeonhole-0.4.23.tar.gz) = 2860d12b95e316bddfae00d887edcd9834272834406970aa1c096425569c035f
SIZE (dovecot-2.2-pigeonhole-0.4.23.tar.gz) = 1787189
TIMESTAMP = 1522192447
SHA256 (dovecot-2.3-pigeonhole-0.5.1.tar.gz) = e3b0aa59261881bcb0d33a6c398f3cb5f9f75e077e67bae175cf33c362577547
SIZE (dovecot-2.3-pigeonhole-0.5.1.tar.gz) = 1792702

View file

@ -6,63 +6,62 @@ bin/sieve-dump
bin/sieve-filter
bin/sieve-test
bin/sievec
include/dovecot-2.2-pigeonhole/sieve/edit-mail.h
include/dovecot-2.2-pigeonhole/sieve/sieve-address-source.h
include/dovecot-2.2-pigeonhole/sieve/pigeonhole-config.h
include/dovecot-2.2-pigeonhole/sieve/pigeonhole-version.h
include/dovecot-2.2-pigeonhole/sieve/sieve-ext-imap4flags.h
include/dovecot-2.2-pigeonhole/sieve/realpath.h
include/dovecot-2.2-pigeonhole/sieve/rfc2822.h
include/dovecot-2.2-pigeonhole/sieve/sieve-actions.h
include/dovecot-2.2-pigeonhole/sieve/sieve-address-parts.h
include/dovecot-2.2-pigeonhole/sieve/sieve-address.h
include/dovecot-2.2-pigeonhole/sieve/sieve-ast.h
include/dovecot-2.2-pigeonhole/sieve/sieve-binary-dumper.h
include/dovecot-2.2-pigeonhole/sieve/sieve-binary-private.h
include/dovecot-2.2-pigeonhole/sieve/sieve-binary.h
include/dovecot-2.2-pigeonhole/sieve/sieve-code-dumper.h
include/dovecot-2.2-pigeonhole/sieve/sieve-code.h
include/dovecot-2.2-pigeonhole/sieve/sieve-commands.h
include/dovecot-2.2-pigeonhole/sieve/sieve-common.h
include/dovecot-2.2-pigeonhole/sieve/sieve-comparators.h
include/dovecot-2.2-pigeonhole/sieve/sieve-config.h
include/dovecot-2.2-pigeonhole/sieve/sieve-dump.h
include/dovecot-2.2-pigeonhole/sieve/sieve-error-private.h
include/dovecot-2.2-pigeonhole/sieve/sieve-error.h
include/dovecot-2.2-pigeonhole/sieve/sieve-ext-copy.h
include/dovecot-2.2-pigeonhole/sieve/sieve-ext-enotify.h
include/dovecot-2.2-pigeonhole/sieve/sieve-ext-environment.h
include/dovecot-2.2-pigeonhole/sieve/sieve-ext-mailbox.h
include/dovecot-2.2-pigeonhole/sieve/sieve-ext-variables.h
include/dovecot-2.2-pigeonhole/sieve/sieve-extensions.h
include/dovecot-2.2-pigeonhole/sieve/sieve-generator.h
include/dovecot-2.2-pigeonhole/sieve/sieve-interpreter.h
include/dovecot-2.2-pigeonhole/sieve/sieve-lexer.h
include/dovecot-2.2-pigeonhole/sieve/sieve-limits.h
include/dovecot-2.2-pigeonhole/sieve/sieve-match-types.h
include/dovecot-2.2-pigeonhole/sieve/sieve-match.h
include/dovecot-2.2-pigeonhole/sieve/sieve-message.h
include/dovecot-2.2-pigeonhole/sieve/sieve-objects.h
include/dovecot-2.2-pigeonhole/sieve/sieve-parser.h
include/dovecot-2.2-pigeonhole/sieve/sieve-plugins.h
include/dovecot-2.2-pigeonhole/sieve/sieve-result.h
include/dovecot-2.2-pigeonhole/sieve/sieve-runtime-trace.h
include/dovecot-2.2-pigeonhole/sieve/sieve-runtime.h
include/dovecot-2.2-pigeonhole/sieve/sieve-script-private.h
include/dovecot-2.2-pigeonhole/sieve/sieve-script.h
include/dovecot-2.2-pigeonhole/sieve/sieve-settings.h
include/dovecot-2.2-pigeonhole/sieve/sieve-smtp.h
include/dovecot-2.2-pigeonhole/sieve/sieve-storage-private.h
include/dovecot-2.2-pigeonhole/sieve/sieve-storage.h
include/dovecot-2.2-pigeonhole/sieve/sieve-stringlist.h
include/dovecot-2.2-pigeonhole/sieve/sieve-types.h
include/dovecot-2.2-pigeonhole/sieve/sieve-validator.h
include/dovecot-2.2-pigeonhole/sieve/sieve.h
include/dovecot-2.2-pigeonhole/sieve/strtrim.h
lib/dovecot-2.2-pigeonhole/libdovecot-sieve.a
lib/dovecot-2.2-pigeonhole/libdovecot-sieve.so
lib/dovecot-2.2-pigeonhole/libdovecot-sieve.so.0
lib/dovecot-2.2-pigeonhole/libdovecot-sieve.so.0.0.0
include/dovecot-2.3-pigeonhole/sieve/edit-mail.h
include/dovecot-2.3-pigeonhole/sieve/mail-raw.h
include/dovecot-2.3-pigeonhole/sieve/pigeonhole-config.h
include/dovecot-2.3-pigeonhole/sieve/pigeonhole-version.h
include/dovecot-2.3-pigeonhole/sieve/rfc2822.h
include/dovecot-2.3-pigeonhole/sieve/sieve-actions.h
include/dovecot-2.3-pigeonhole/sieve/sieve-address-parts.h
include/dovecot-2.3-pigeonhole/sieve/sieve-address-source.h
include/dovecot-2.3-pigeonhole/sieve/sieve-address.h
include/dovecot-2.3-pigeonhole/sieve/sieve-ast.h
include/dovecot-2.3-pigeonhole/sieve/sieve-binary-dumper.h
include/dovecot-2.3-pigeonhole/sieve/sieve-binary-private.h
include/dovecot-2.3-pigeonhole/sieve/sieve-binary.h
include/dovecot-2.3-pigeonhole/sieve/sieve-code-dumper.h
include/dovecot-2.3-pigeonhole/sieve/sieve-code.h
include/dovecot-2.3-pigeonhole/sieve/sieve-commands.h
include/dovecot-2.3-pigeonhole/sieve/sieve-common.h
include/dovecot-2.3-pigeonhole/sieve/sieve-comparators.h
include/dovecot-2.3-pigeonhole/sieve/sieve-config.h
include/dovecot-2.3-pigeonhole/sieve/sieve-dump.h
include/dovecot-2.3-pigeonhole/sieve/sieve-error-private.h
include/dovecot-2.3-pigeonhole/sieve/sieve-error.h
include/dovecot-2.3-pigeonhole/sieve/sieve-ext-copy.h
include/dovecot-2.3-pigeonhole/sieve/sieve-ext-enotify.h
include/dovecot-2.3-pigeonhole/sieve/sieve-ext-environment.h
include/dovecot-2.3-pigeonhole/sieve/sieve-ext-imap4flags.h
include/dovecot-2.3-pigeonhole/sieve/sieve-ext-mailbox.h
include/dovecot-2.3-pigeonhole/sieve/sieve-ext-variables.h
include/dovecot-2.3-pigeonhole/sieve/sieve-extensions.h
include/dovecot-2.3-pigeonhole/sieve/sieve-generator.h
include/dovecot-2.3-pigeonhole/sieve/sieve-interpreter.h
include/dovecot-2.3-pigeonhole/sieve/sieve-lexer.h
include/dovecot-2.3-pigeonhole/sieve/sieve-limits.h
include/dovecot-2.3-pigeonhole/sieve/sieve-match-types.h
include/dovecot-2.3-pigeonhole/sieve/sieve-match.h
include/dovecot-2.3-pigeonhole/sieve/sieve-message.h
include/dovecot-2.3-pigeonhole/sieve/sieve-objects.h
include/dovecot-2.3-pigeonhole/sieve/sieve-parser.h
include/dovecot-2.3-pigeonhole/sieve/sieve-plugins.h
include/dovecot-2.3-pigeonhole/sieve/sieve-result.h
include/dovecot-2.3-pigeonhole/sieve/sieve-runtime-trace.h
include/dovecot-2.3-pigeonhole/sieve/sieve-runtime.h
include/dovecot-2.3-pigeonhole/sieve/sieve-script-private.h
include/dovecot-2.3-pigeonhole/sieve/sieve-script.h
include/dovecot-2.3-pigeonhole/sieve/sieve-settings.h
include/dovecot-2.3-pigeonhole/sieve/sieve-smtp.h
include/dovecot-2.3-pigeonhole/sieve/sieve-storage-private.h
include/dovecot-2.3-pigeonhole/sieve/sieve-storage.h
include/dovecot-2.3-pigeonhole/sieve/sieve-stringlist.h
include/dovecot-2.3-pigeonhole/sieve/sieve-types.h
include/dovecot-2.3-pigeonhole/sieve/sieve-validator.h
include/dovecot-2.3-pigeonhole/sieve/sieve.h
lib/dovecot-2.3-pigeonhole/libdovecot-sieve.a
lib/dovecot-2.3-pigeonhole/libdovecot-sieve.so
lib/dovecot-2.3-pigeonhole/libdovecot-sieve.so.0
lib/dovecot-2.3-pigeonhole/libdovecot-sieve.so.0.0.0
lib/dovecot/doveadm/lib10_doveadm_sieve_plugin.a
lib/dovecot/doveadm/lib10_doveadm_sieve_plugin.so
lib/dovecot/lib95_imap_sieve_plugin.a

View file

@ -4,17 +4,12 @@
######################################################################
# Anytime PORTVERSION changes please bump PORTREVISION of #
# mail/dovecot-pigeonhole. See ports/146029 for an explanation. #
# #
# Please be careful when updating this port as changes to this port #
# can break mail/dovecot-pigeonhole. In order to ensure the least #
# amount of breakage possible please consult the maintainer of that #
# port before updating this one. #
######################################################################
PORTNAME= dovecot
PORTVERSION= 2.2.35
PORTVERSION= 2.3.1
CATEGORIES= mail ipv6
MASTER_SITES= https://www.dovecot.org/releases/2.2/
MASTER_SITES= https://www.dovecot.org/releases/2.3/
MAINTAINER= adamw@FreeBSD.org
COMMENT= Secure, fast and powerful IMAP and POP3 server
@ -24,7 +19,7 @@ LICENSE_COMB= dual
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL
LICENSE_FILE_MIT= ${WRKSRC}/COPYING.MIT
USES= cpe iconv libtool ssl
USES= cpe iconv libtool pkgconfig ssl
USE_RC_SUBR= dovecot
GNU_CONFIGURE= yes
@ -40,7 +35,7 @@ INSTALL_TARGET= install-strip
USERS= dovecot dovenull
GROUPS= ${USERS}
OPTIONS_DEFINE= LIBWRAP LZ4 VPOPMAIL DOCS EXAMPLES
OPTIONS_DEFINE= LIBWRAP LUA LZ4 VPOPMAIL DOCS EXAMPLES
OPTIONS_DEFAULT=GSSAPI_NONE LIBWRAP
OPTIONS_SUB= yes
@ -71,6 +66,9 @@ GSSAPI_MIT_DESC= Use MIT GSSAPI from security/krb5
# General options
LIBWRAP_CONFIGURE_WITH= libwrap
LUA_CONFIGURE_WITH= lua
LUA_USES= lua
LZ4_CONFIGURE_WITH= lz4
LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4
@ -145,6 +143,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|' \
${WRKSRC}/src/plugins/fts/decode2text.sh
post-patch-LUA-on:
@${REINPLACE_CMD} -e '/^libdovecot_lua_la_DEPENDENCIES =/ s|LUA_LIBS|true|' \
${WRKSRC}/src/lib-lua/Makefile.in
post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${MV} ${STAGEDIR}${DOCSDIR}/dovecot-openssl.cnf ${STAGEDIR}${EXAMPLESDIR}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1521471634
SHA256 (dovecot-2.2.35.tar.gz) = cce15db2fc5233386b63a3cf21c465c09e6e55014ed66c4f184b7d221a47180c
SIZE (dovecot-2.2.35.tar.gz) = 6185237
TIMESTAMP = 1522193729
SHA256 (dovecot-2.3.1.tar.gz) = 0883821b97fd02a084a84b9469a681f7e6edc56541d854b5419d98891c51fb93
SIZE (dovecot-2.3.1.tar.gz) = 6703089

View file

@ -38,16 +38,13 @@ restart_cmd="restart_cmd"
extra_commands="reload"
start_precmd()
{ # Ensure runtime directories exist with correct permissions
local login_user login_gid
login_user=$(${command} ${command_args} -a | /usr/bin/awk -F '= ' '/^default_login_user =/ { print $2 }')
login_gid=$(/usr/sbin/pw usershow -n "${login_user}" 2>/dev/null | /usr/bin/cut -d: -f4)
{ # Ensure runtime directory exists with correct permissions
/usr/bin/install -o root -g wheel -m 0755 -d ${base_dir}
}
stop_postcmd()
{ # Cleanup runtime directories
rm -rf ${base_dir} 2>/dev/null
{ # Cleanup runtime directory. The dovecot.conf link has to stay.
/usr/bin/find ${base_dir} ! -type l -delete
}
restart_cmd()
@ -68,7 +65,7 @@ for config in ${dovecot_config}; do
echo "==Error=="
echo "Config file ${config} does not exist. If this is"
echo "a new installation, please create the config files as outlined in"
echo " # pkg info -D dovecot2"
echo " # pkg info -D dovecot"
fi
run_rc_command "$1"
done

View file

@ -17,9 +17,9 @@
---------------------------------------------------------------------
To avoid a risk of mailbox corruption, do not set the
security.bsd.see_other_uids or .see_other_gids sysctls to 0
if Dovecot is storing mail for multiple concurrent users (PR 218392).
To avoid a risk of mailbox corruption, do not set the
security.bsd.see_other_uids or .see_other_gids sysctls to 0
if Dovecot is storing mail for multiple concurrent users (PR 218392).
---------------------------------------------------------------------
@ -27,4 +27,13 @@ if Dovecot is storing mail for multiple concurrent users (PR 218392).
decode2text plugin, you'll need to install textproc/catdoc, and
one of graphics/xpdf or graphics/poppler-utils.
---------------------------------------------------------------------
There are some potentially breaking changes in Dovecot 2.3. If you
are upgrading from Dovecot 2.2:
* Read https://wiki2.dovecot.org/Upgrading/2.3
* Merge the configuration file changes from
%%ETCDIR%%/examples-config/
---------------------------------------------------------------------

View file

@ -12,6 +12,7 @@ bin/dsync
%%ETCDIR%%/example-config/conf.d/20-imap.conf
%%ETCDIR%%/example-config/conf.d/20-lmtp.conf
%%ETCDIR%%/example-config/conf.d/20-pop3.conf
%%ETCDIR%%/example-config/conf.d/20-submission.conf
%%ETCDIR%%/example-config/conf.d/90-acl.conf
%%ETCDIR%%/example-config/conf.d/90-plugin.conf
%%ETCDIR%%/example-config/conf.d/90-quota.conf
@ -31,7 +32,6 @@ bin/dsync
%%ETCDIR%%/example-config/dovecot-sql.conf.ext
%%ETCDIR%%/example-config/dovecot.conf
%%ETCDIR%%/README
include/dovecot/abspath.h
include/dovecot/access-lookup.h
include/dovecot/acl-api-private.h
include/dovecot/acl-api.h
@ -73,6 +73,7 @@ include/dovecot/backtrace-string.h
include/dovecot/base32.h
include/dovecot/base64.h
include/dovecot/bits.h
include/dovecot/bloomfilter.h
include/dovecot/bsearch-insert-pos.h
include/dovecot/buffer.h
include/dovecot/byteorder.h
@ -108,8 +109,6 @@ include/dovecot/dbox-save.h
include/dovecot/dbox-storage.h
include/dovecot/dict-client.h
include/dovecot/dict-private.h
include/dovecot/dict-sql-settings.h
include/dovecot/dict-sql.h
include/dovecot/dict-transaction-memory.h
include/dovecot/dict.h
include/dovecot/dns-lookup.h
@ -130,14 +129,14 @@ include/dovecot/dsasl-client-private.h
include/dovecot/dsasl-client.h
include/dovecot/dsync-brain.h
include/dovecot/dsync-ibc.h
include/dovecot/duplicate.h
include/dovecot/eacces-error.h
include/dovecot/env-util.h
include/dovecot/event-filter.h
include/dovecot/event-log.h
include/dovecot/execv-const.h
include/dovecot/fail-mail-storage.h
include/dovecot/failures.h
include/dovecot/fd-close-on-exec.h
include/dovecot/fd-set-nonblock.h
include/dovecot/fd-util.h
include/dovecot/fdatasync-path.h
include/dovecot/fdpass.h
include/dovecot/file-cache.h
@ -186,6 +185,7 @@ include/dovecot/hostpid.h
include/dovecot/http-auth.h
include/dovecot/http-client-private.h
include/dovecot/http-client.h
include/dovecot/http-common.h
include/dovecot/http-date.h
include/dovecot/http-header-parser.h
include/dovecot/http-header.h
@ -272,6 +272,8 @@ include/dovecot/ioloop.h
include/dovecot/iostream-lz4.h
include/dovecot/iostream-openssl.h
include/dovecot/iostream-private.h
include/dovecot/iostream-proxy.h
include/dovecot/iostream-pump.h
include/dovecot/iostream-rawlog-private.h
include/dovecot/iostream-rawlog.h
include/dovecot/iostream-ssl-private.h
@ -318,10 +320,11 @@ include/dovecot/istream.h
include/dovecot/json-parser.h
include/dovecot/json-tree.h
include/dovecot/lda-settings.h
include/dovecot/lib-event-private.h
include/dovecot/lib-event.h
include/dovecot/lib-signals.h
include/dovecot/lib.h
include/dovecot/llist.h
include/dovecot/lmtp-client.h
include/dovecot/log-throttle.h
include/dovecot/login-common.h
include/dovecot/login-proxy-state.h
@ -333,6 +336,7 @@ include/dovecot/mail-cache-private.h
include/dovecot/mail-cache.h
include/dovecot/mail-copy.h
include/dovecot/mail-deliver.h
include/dovecot/mail-duplicate.h
include/dovecot/mail-error.h
include/dovecot/mail-html2text.h
include/dovecot/mail-index-alloc-cache.h
@ -427,6 +431,7 @@ include/dovecot/mdbox-sync.h
include/dovecot/mech-otp-skey-common.h
include/dovecot/mech-plain-common.h
include/dovecot/mech.h
include/dovecot/memarea.h
include/dovecot/mempool.h
include/dovecot/message-address.h
include/dovecot/message-binary-part.h
@ -448,8 +453,8 @@ include/dovecot/mkdir-parents.h
include/dovecot/mmap-util.h
include/dovecot/module-context.h
include/dovecot/module-dir.h
include/dovecot/mountpoint-list.h
include/dovecot/mountpoint.h
include/dovecot/murmurhash3.h
include/dovecot/mycrypt.h
include/dovecot/net.h
include/dovecot/nfs-workarounds.h
@ -460,7 +465,6 @@ include/dovecot/oauth2.h
include/dovecot/ostream-cmp.h
include/dovecot/ostream-dot.h
include/dovecot/ostream-encrypt.h
include/dovecot/ostream-escaped.h
include/dovecot/ostream-failure-at.h
include/dovecot/ostream-file-private.h
include/dovecot/ostream-hash.h
@ -477,6 +481,7 @@ include/dovecot/passdb-cache.h
include/dovecot/passdb-template.h
include/dovecot/passdb.h
include/dovecot/password-scheme.h
include/dovecot/path-util.h
include/dovecot/pkcs5.h
include/dovecot/pop3-capability.h
include/dovecot/pop3-client.h
@ -519,7 +524,6 @@ include/dovecot/quota-plugin.h
include/dovecot/quota-private.h
include/dovecot/quota.h
include/dovecot/quoted-printable.h
include/dovecot/rand.h
include/dovecot/randgen.h
include/dovecot/raw-storage.h
include/dovecot/raw-sync.h
@ -545,13 +549,31 @@ include/dovecot/sha1.h
include/dovecot/sha2.h
include/dovecot/sha3.h
include/dovecot/shared-storage.h
include/dovecot/smtp-address.h
include/dovecot/smtp-client-command.h
include/dovecot/smtp-client-connection.h
include/dovecot/smtp-client-private.h
include/dovecot/smtp-client-transaction.h
include/dovecot/smtp-client.h
include/dovecot/smtp-command-parser.h
include/dovecot/smtp-command.h
include/dovecot/smtp-common.h
include/dovecot/smtp-params.h
include/dovecot/smtp-parser.h
include/dovecot/smtp-reply-parser.h
include/dovecot/smtp-reply.h
include/dovecot/smtp-server-private.h
include/dovecot/smtp-server.h
include/dovecot/smtp-submit-settings.h
include/dovecot/smtp-submit.h
include/dovecot/smtp-syntax.h
include/dovecot/sort.h
include/dovecot/sql-api-private.h
include/dovecot/sql-api.h
include/dovecot/sql-db-cache.h
include/dovecot/ssl-proxy.h
include/dovecot/stats-client.h
include/dovecot/stats-connection.h
include/dovecot/stats-dist.h
include/dovecot/stats-parser.h
include/dovecot/stats.h
include/dovecot/str-find.h
@ -565,7 +587,6 @@ include/dovecot/subscription-file.h
include/dovecot/syslog-util.h
include/dovecot/test-common.h
include/dovecot/time-util.h
include/dovecot/timing.h
include/dovecot/unichar.h
include/dovecot/unix-socket-create.h
include/dovecot/unlink-directory.h
@ -654,10 +675,10 @@ lib/dovecot/lib21_fts_squat_plugin.a
lib/dovecot/lib21_fts_squat_plugin.so
lib/dovecot/lib30_imap_zlib_plugin.a
lib/dovecot/lib30_imap_zlib_plugin.so
lib/dovecot/lib90_stats_plugin.a
lib/dovecot/lib90_stats_plugin.so
lib/dovecot/lib95_imap_stats_plugin.a
lib/dovecot/lib95_imap_stats_plugin.so
lib/dovecot/lib90_old_stats_plugin.a
lib/dovecot/lib90_old_stats_plugin.so
lib/dovecot/lib95_imap_old_stats_plugin.a
lib/dovecot/lib95_imap_old_stats_plugin.so
lib/dovecot/lib99_welcome_plugin.a
lib/dovecot/lib99_welcome_plugin.so
lib/dovecot/libdcrypt_openssl.a
@ -702,10 +723,10 @@ lib/dovecot/libfs_mail_crypt.a
lib/dovecot/libfs_mail_crypt.so
lib/dovecot/libssl_iostream_openssl.a
lib/dovecot/libssl_iostream_openssl.so
lib/dovecot/stats/libstats_auth.a
lib/dovecot/stats/libstats_auth.so
lib/dovecot/stats/libstats_mail.a
lib/dovecot/stats/libstats_mail.so
lib/dovecot/old-stats/libold_stats_mail.a
lib/dovecot/old-stats/libold_stats_mail.so
lib/dovecot/old-stats/libstats_auth.a
lib/dovecot/old-stats/libstats_auth.so
libexec/dovecot/aggregator
libexec/dovecot/anvil
libexec/dovecot/auth
@ -731,6 +752,7 @@ libexec/dovecot/ipc
libexec/dovecot/lmtp
libexec/dovecot/log
libexec/dovecot/maildirlock
libexec/dovecot/old-stats
libexec/dovecot/pop3
libexec/dovecot/pop3-login
libexec/dovecot/quota-status
@ -738,8 +760,9 @@ libexec/dovecot/rawlog
libexec/dovecot/replicator
libexec/dovecot/script
libexec/dovecot/script-login
libexec/dovecot/ssl-params
libexec/dovecot/stats
libexec/dovecot/submission
libexec/dovecot/submission-login
libexec/dovecot/xml2text
man/man1/deliver.1.gz
man/man1/doveadm-acl.1.gz
@ -767,7 +790,6 @@ man/man1/doveadm-kick.1.gz
man/man1/doveadm-log.1.gz
man/man1/doveadm-mailbox-cryptokey.1.gz
man/man1/doveadm-mailbox.1.gz
man/man1/doveadm-mount.1.gz
man/man1/doveadm-move.1.gz
man/man1/doveadm-penalty.1.gz
man/man1/doveadm-proxy.1.gz
@ -776,6 +798,7 @@ man/man1/doveadm-pw.1.gz
man/man1/doveadm-quota.1.gz
man/man1/doveadm-reload.1.gz
man/man1/doveadm-replicator.1.gz
man/man1/doveadm-save.1.gz
man/man1/doveadm-search.1.gz
man/man1/doveadm-stats.1.gz
man/man1/doveadm-stop.1.gz
@ -804,13 +827,13 @@ share/aclocal/dovecot.m4
%%DATADIR%%/stopwords/stopwords_ru.txt
%%DATADIR%%/stopwords/stopwords_sv.txt
%%LDAP%%include/dovecot/ldap-client.h
%%LDAP%%lib/dovecot/dict/libdict_ldap.a
%%LDAP%%lib/dovecot/dict/libdict_ldap.so
%%LDAP%%lib/dovecot/libdovecot-ldap.a
%%LDAP%%lib/dovecot/libdovecot-ldap.so
%%LDAP%%lib/dovecot/libdovecot-ldap.so.0
%%LDAP%%lib/dovecot/libdovecot-ldap.so.0.0.0
%%LIBWRAP%%libexec/dovecot/tcpwrap
%%LUA%%include/dovecot/dlua-script-private.h
%%LUA%%include/dovecot/dlua-script.h
%%LUCENE%%lib/dovecot/doveadm/lib20_doveadm_fts_lucene_plugin.a
%%LUCENE%%lib/dovecot/doveadm/lib20_doveadm_fts_lucene_plugin.so
%%LUCENE%%lib/dovecot/lib21_fts_lucene_plugin.a

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Email-Stuffer
PORTVERSION= 0.016
PORTVERSION= 0.017
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1510497314
SHA256 (Email-Stuffer-0.016.tar.gz) = b32ac47f246e6af94f0e20cc043380ecbf1fdc8d1141d903d5698297f55606d4
SIZE (Email-Stuffer-0.016.tar.gz) = 47241
TIMESTAMP = 1522590680
SHA256 (Email-Stuffer-0.017.tar.gz) = f6071ac5453e5e7ba39281d8c1b73743a52f7cd37bee369fd4ded21d64ab3ceb
SIZE (Email-Stuffer-0.017.tar.gz) = 45068

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postfix
DISTVERSION= 3.4-20180222
DISTVERSION= 3.4-20180401
PORTREVISION?= 0
PORTEPOCH= 5
CATEGORIES= mail ipv6

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1519345697
SHA256 (postfix/postfix-3.4-20180222.tar.gz) = bd136d4542e7a9114d0afcb1d16421c116e7ad97f75fbf0abf6fa5be76d69881
SIZE (postfix/postfix-3.4-20180222.tar.gz) = 4422765
TIMESTAMP = 1522600680
SHA256 (postfix/postfix-3.4-20180401.tar.gz) = 1bebdff068dcc40ca0190e2a5bffac9a1379c21220e613d1e5af3cf95ed3d18f
SIZE (postfix/postfix-3.4-20180401.tar.gz) = 4423216

View file

@ -1,18 +1,9 @@
--- makedefs.orig 2016-06-26 00:02:58 UTC
--- makedefs.orig 2018-03-07 00:46:20 UTC
+++ makedefs
@@ -279,6 +279,24 @@ case "$SYSTEM.$RELEASE" in
@@ -296,6 +296,15 @@ case "$SYSTEM.$RELEASE" in
: ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
: ${PLUGIN_LD="${CC} -shared"}
;;
+ FreeBSD.11*) SYSTYPE=FREEBSD11
+ : ${CC=cc}
+ : ${SHLIB_SUFFIX=.so}
+ : ${SHLIB_CFLAGS=-fPIC}
+ : ${SHLIB_LD="${CC} -shared"' -Wl,-soname,${LIB}'}
+ : ${SHLIB_RPATH='-Wl,-rpath,${SHLIB_DIR}'}
+ : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
+ : ${PLUGIN_LD="${CC} -shared"}
+ ;;
+ FreeBSD.12*) SYSTYPE=FREEBSD12
+ : ${CC=cc}
+ : ${SHLIB_SUFFIX=.so}

View file

@ -1,55 +0,0 @@
# PR: 220224 fix build against mysql 8.x
#
# from https://dev.mysql.com/doc/refman/5.7/en/mysql-options.html
# o MYSQL_OPT_SSL_VERIFY_SERVER_CERT (argument type: my_bool *)
# This option is deprecated as of MySQL 5.7.11 and is removed in MySQL 8.0.
# Instead, use MYSQL_OPT_SSL_MODE with a value of SSL_MODE_VERIFY_IDENTITY.
#
--- src/global/dict_mysql.c.orig 2017-02-19 01:58:20 UTC
+++ src/global/dict_mysql.c
@@ -198,6 +198,15 @@
#include "dict_mysql.h"
+/* MySQL 8.x API change */
+
+#if MYSQL_VERSION_ID >= 80000 && !defined(MARIADB_BASE_VERSION)
+#define DICT_MYSQL_SSL_VERIFY_SERVER_CERT MYSQL_OPT_SSL_MODE
+#elif MYSQL_VERSION_ID >= 50023
+#define DICT_MYSQL_SSL_VERIFY_SERVER_CERT MYSQL_OPT_SSL_VERIFY_SERVER_CERT
+#endif
+
+
/* need some structs to help organize things */
typedef struct {
MYSQL *db;
@@ -237,7 +246,7 @@ typedef struct {
char *tls_CAfile;
char *tls_CApath;
char *tls_ciphers;
-#if MYSQL_VERSION_ID >= 50023
+#if defined(DICT_MYSQL_SSL_VERIFY_SERVER_CERT)
int tls_verify_cert;
#endif
#endif
@@ -656,9 +665,9 @@ static void plmysql_connect_single(DICT_
dict_mysql->tls_key_file, dict_mysql->tls_cert_file,
dict_mysql->tls_CAfile, dict_mysql->tls_CApath,
dict_mysql->tls_ciphers);
-#if MYSQL_VERSION_ID >= 50023
+#if defined(DICT_MYSQL_SSL_VERIFY_SERVER_CERT)
if (dict_mysql->tls_verify_cert != -1)
- mysql_options(host->db, MYSQL_OPT_SSL_VERIFY_SERVER_CERT,
+ mysql_options(host->db, DICT_MYSQL_SSL_VERIFY_SERVER_CERT,
&dict_mysql->tls_verify_cert);
#endif
#endif
@@ -723,7 +732,7 @@ static void mysql_parse_config(DICT_MYSQ
dict_mysql->tls_CAfile = cfg_get_str(p, "tls_CAfile", NULL, 0, 0);
dict_mysql->tls_CApath = cfg_get_str(p, "tls_CApath", NULL, 0, 0);
dict_mysql->tls_ciphers = cfg_get_str(p, "tls_ciphers", NULL, 0, 0);
-#if MYSQL_VERSION_ID >= 50023
+#if defined(DICT_MYSQL_SSL_VERIFY_SERVER_CERT)
dict_mysql->tls_verify_cert = cfg_get_bool(p, "tls_verify_cert", -1);
#endif
#endif

View file

@ -1,9 +1,10 @@
--- src/util/sys_defs.h.orig 2017-06-18 19:30:20 UTC
--- src/util/sys_defs.h.orig 2018-03-04 19:01:27 UTC
+++ src/util/sys_defs.h
@@ -30,6 +30,7 @@
@@ -30,7 +30,7 @@
#if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
|| defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \
|| defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \
- || defined(FREEBSD11) \
+ || defined(FREEBSD11) || defined(FREEBSD12) \
|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
|| defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \

View file

@ -84,6 +84,7 @@
SUBDIR += R-cran-sf
SUBDIR += R-cran-sm
SUBDIR += R-cran-sp
SUBDIR += R-cran-spData
SUBDIR += R-cran-spdep
SUBDIR += R-cran-sspir
SUBDIR += R-cran-stabledist
@ -323,6 +324,7 @@
SUBDIR += mpexpr
SUBDIR += mpfr
SUBDIR += mpir
SUBDIR += mppp
SUBDIR += mprime
SUBDIR += msieve
SUBDIR += mtl
@ -675,6 +677,7 @@
SUBDIR += py-pymc
SUBDIR += py-pymc3
SUBDIR += py-pyneqsys
SUBDIR += py-pynleq2
SUBDIR += py-pyodesys
SUBDIR += py-pysparse
SUBDIR += py-pysym

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