*/*: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2019-02-13 15:34:02 +01:00
parent 546b7530ed
commit 58ac7a3f54
165 changed files with 1929 additions and 1224 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= fasttracker2 PORTNAME= fasttracker2
DISTVERSION= 0.1-b134 DISTVERSION= 0.1-b135
CATEGORIES= audio CATEGORIES= audio
MASTER_SITES= https://16-bits.org/ \ MASTER_SITES= https://16-bits.org/ \
LOCAL/ehaupt LOCAL/ehaupt

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1549950528 TIMESTAMP = 1550039493
SHA256 (ft2clone-b134-code.zip) = 0b65ee79c4393a0dcb9fbe41458eaa5fdc9722c0606b370e61a76fd1dd91c9fa SHA256 (ft2clone-b135-code.zip) = 154a8629e64199fda54ecc5a3c5f83286bdac573f919525babb224bfd113ee09
SIZE (ft2clone-b134-code.zip) = 3463053 SIZE (ft2clone-b135-code.zip) = 3462980

View File

@ -28,6 +28,7 @@ CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME}
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip
USE_LDCONFIG= yes USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
PLIST_SUB= JAVA_HOME=${JAVA_HOME:S,^${PREFIX}/,,} PLIST_SUB= JAVA_HOME=${JAVA_HOME:S,^${PREFIX}/,,}
PLIST_SUB+= ARCH=${ARCH:C/armv.*/arm/:S/powerpc64/ppc64/} PLIST_SUB+= ARCH=${ARCH:C/armv.*/arm/:S/powerpc64/ppc64/}

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= dbf PORTNAME= dbf
PORTVERSION= 4.0.1 PORTVERSION= 4.1.1
CATEGORIES= databases rubygems CATEGORIES= databases rubygems
MASTER_SITES= RG MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1546883417 TIMESTAMP = 1550093422
SHA256 (rubygem/dbf-4.0.1.gem) = 3b3b87554743dae8abaa1543437dd57c7c997ae8721e11a31cbf529d2620fda7 SHA256 (rubygem/dbf-4.1.1.gem) = f1ce5b92ad546b9a83d88ef7137b168e81b948b4cabed3e9ba30d34b6e3d98b9
SIZE (rubygem/dbf-4.0.1.gem) = 127488 SIZE (rubygem/dbf-4.1.1.gem) = 127488

View File

@ -3,7 +3,7 @@
PORTNAME= catch PORTNAME= catch
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 2.6.0 DISTVERSION= 2.6.1
PORTREVISION= 0 PORTREVISION= 0
CATEGORIES= devel CATEGORIES= devel

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1549025650 TIMESTAMP = 1550050778
SHA256 (catchorg-Catch2-v2.6.0_GH0.tar.gz) = 4c94a685557328eb1b0ed1017ca37c3a378742dc03b558cf02267b6ba8579577 SHA256 (catchorg-Catch2-v2.6.1_GH0.tar.gz) = b57c2d3362102a77955d3cd0181b792c496520349bfefee8379b9d35b8819f80
SIZE (catchorg-Catch2-v2.6.0_GH0.tar.gz) = 559274 SIZE (catchorg-Catch2-v2.6.1_GH0.tar.gz) = 559715

View File

@ -3,6 +3,7 @@
PORTNAME= libserialport PORTNAME= libserialport
PORTVERSION= 0.1.1 PORTVERSION= 0.1.1
PORTREVISION= 1
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= http://sigrok.org/download/source/libserialport/ MASTER_SITES= http://sigrok.org/download/source/libserialport/

View File

@ -0,0 +1,37 @@
--- freebsd.c.orig 2018-07-17 13:22:11 UTC
+++ freebsd.c
@@ -327,9 +327,8 @@ SP_PRIV enum sp_return list_ports(struct sp_port ***li
DIR *dir;
struct dirent entry;
struct dirent *result;
- struct termios tios;
char name[PATH_MAX];
- int fd, ret;
+ int ret;
DEBUG("Enumerating tty devices");
if (!(dir = opendir("/dev")))
@@ -353,21 +352,10 @@ SP_PRIV enum sp_return list_ports(struct sp_port ***li
DEBUG_FMT("Found device %s", name);
/* Check that we can open tty/cua device in rw mode - we need that. */
- if ((fd = open(name, O_RDWR | O_NONBLOCK | O_NOCTTY | O_TTY_INIT | O_CLOEXEC)) < 0) {
- DEBUG("Open failed, skipping");
+ if (access(name, R_OK | W_OK) != 0) {
+ DEBUG("access(2) check failed, skipping");
continue;
}
-
- /* Sanity check if we got a real tty. */
- if (!isatty(fd)) {
- close(fd);
- continue;
- }
-
- ret = tcgetattr(fd, &tios);
- close(fd);
- if (ret < 0 || cfgetospeed(&tios) <= 0 || cfgetispeed(&tios) <= 0)
- continue;
DEBUG_FMT("Found port %s", name);
DBG("%s: %s\n", __func__, entry.d_name);

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= libversion PORTNAME= libversion
PORTVERSION= 2.8.2 PORTVERSION= 2.9.0
CATEGORIES= devel CATEGORIES= devel
MAINTAINER= amdmi3@FreeBSD.org MAINTAINER= amdmi3@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1549990130 TIMESTAMP = 1550082881
SHA256 (repology-libversion-2.8.2_GH0.tar.gz) = bfc62a89aa7340a9f1c5abb0d2dbe7edd218059b484802b94fe806ca13096eca SHA256 (repology-libversion-2.9.0_GH0.tar.gz) = ab95e62759a53c2ea2428b39d2e864589f64137c1150f56d166a4754b34736ea
SIZE (repology-libversion-2.8.2_GH0.tar.gz) = 14313 SIZE (repology-libversion-2.9.0_GH0.tar.gz) = 22085

View File

@ -1,6 +1,9 @@
bin/version_compare bin/version_compare
include/libversion/config.h include/libversion/config.h
include/libversion/export.h
include/libversion/version.h include/libversion/version.h
lib/cmake/libversion/libversionConfig-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/libversion/libversionConfig.cmake
lib/libversion.a lib/libversion.a
lib/libversion.so lib/libversion.so
lib/libversion.so.0 lib/libversion.so.0

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= osc PORTNAME= osc
PORTVERSION= 0.164.1 PORTVERSION= 0.164.2
CATEGORIES= devel CATEGORIES= devel
MAINTAINER= amdmi3@FreeBSD.org MAINTAINER= amdmi3@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1547826752 TIMESTAMP = 1550086242
SHA256 (openSUSE-osc-0.164.1_GH0.tar.gz) = d976d64998d949a1b1fe993e3ae708868e6ae7ae3393702ae91b2fb04f481b7d SHA256 (openSUSE-osc-0.164.2_GH0.tar.gz) = b2050735311278c011ff194bf78b389eef469ad918ac02fc5b520d2882b71ad4
SIZE (openSUSE-osc-0.164.1_GH0.tar.gz) = 347278 SIZE (openSUSE-osc-0.164.2_GH0.tar.gz) = 348104

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= FFI-Platypus PORTNAME= FFI-Platypus
PORTVERSION= 0.82 PORTVERSION= 0.83
CATEGORIES= devel perl5 CATEGORIES= devel perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1549892494 TIMESTAMP = 1550093397
SHA256 (FFI-Platypus-0.82.tar.gz) = f431c930501b18ddccdeac9c4361db11c8f5e9f47f3f8ca33f4b98e228c85b6b SHA256 (FFI-Platypus-0.83.tar.gz) = fd0ce59ddc84d574e084595c7fed207a5411bf61da03bdb07ff1b7b804a0932a
SIZE (FFI-Platypus-0.82.tar.gz) = 243792 SIZE (FFI-Platypus-0.83.tar.gz) = 250668

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= oslo.policy PORTNAME= oslo.policy
PORTVERSION= 1.44.1 PORTVERSION= 2.1.0
CATEGORIES= devel python CATEGORIES= devel python
MASTER_SITES= CHEESESHOP MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1547665238 TIMESTAMP = 1550093412
SHA256 (oslo.policy-1.44.1.tar.gz) = bbb0e2ae4cc9a48d687c50a8d7db7f685ed925b54485281c029c0e11a1c83a1c SHA256 (oslo.policy-2.1.0.tar.gz) = 432bdf89bb8b82e16d3575f858a47e4fa7048a2f6bdfe5358fd60f3e6cdd1dfd
SIZE (oslo.policy-1.44.1.tar.gz) = 89194 SIZE (oslo.policy-2.1.0.tar.gz) = 90057

View File

@ -1,7 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= pyvisa-py PORTNAME= pyvisa-py
PORTVERSION= 0.2 PORTVERSION= 0.3.1
CATEGORIES= devel python CATEGORIES= devel python
MASTER_SITES= CHEESESHOP MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python USES= python
USE_PYTHON= autoplist concurrent distutils USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes NO_ARCH= yes
OPTIONS_DEFINE= SERIAL USB OPTIONS_DEFINE= SERIAL USB

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1519582840 TIMESTAMP = 1550093416
SHA256 (PyVISA-py-0.2.tar.gz) = 4e77ac0302f13f22e003d9be07ede371ead3fd672a17d9a963e24e8babc29ad7 SHA256 (PyVISA-py-0.3.1.tar.gz) = 1c918650a770a634434f6e8e0e1c097b5f0f80dc23bc60d3779c9890b4aa9150
SIZE (PyVISA-py-0.2.tar.gz) = 50244 SIZE (PyVISA-py-0.3.1.tar.gz) = 57613

View File

@ -17,8 +17,9 @@ RUN_DEPENDS= ${PY_ENUM34} \
${PYTHON_PKGNAMEPREFIX}pyvisa-py>=0:devel/py-pyvisa-py@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}pyvisa-py>=0:devel/py-pyvisa-py@${PY_FLAVOR}
USES= python USES= python
USE_LOCALE= en_US.UTF-8
USE_PYTHON= autoplist concurrent distutils USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes NO_ARCH= yes
USE_LOCALE= en_US.UTF-8
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,7 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= aws-sdk-core PORTNAME= aws-sdk-core
DISTVERSION= 2.11.218 DISTVERSION= 2.11.219
CATEGORIES= devel rubygems CATEGORIES= devel rubygems
MASTER_SITES= RG MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1550000063 TIMESTAMP = 1550093428
SHA256 (rubygem/aws-sdk-core-2.11.218.gem) = b17e9969ba4822c49b0d8d5264cd393944334ac544ba7767e7fd954cf8debafc SHA256 (rubygem/aws-sdk-core-2.11.219.gem) = 9c21a8ec1ed04f9ef33962f5a9e24c5b77b098a45873a2c3232a562e2810ede7
SIZE (rubygem/aws-sdk-core-2.11.218.gem) = 1521664 SIZE (rubygem/aws-sdk-core-2.11.219.gem) = 1521664

View File

@ -1,7 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= aws-sdk-resources PORTNAME= aws-sdk-resources
DISTVERSION= 2.11.218 DISTVERSION= 2.11.219
CATEGORIES= devel rubygems CATEGORIES= devel rubygems
MASTER_SITES= RG MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1550000068 TIMESTAMP = 1550093433
SHA256 (rubygem/aws-sdk-resources-2.11.218.gem) = ed17023316a495464df0eee59ea2bb7daa4f21af95e9bca48adf0289cdb004e3 SHA256 (rubygem/aws-sdk-resources-2.11.219.gem) = d098f18783430942001e7946915a04575e1a0cc73a82d67203a36afaa498c17d
SIZE (rubygem/aws-sdk-resources-2.11.218.gem) = 48640 SIZE (rubygem/aws-sdk-resources-2.11.219.gem) = 48640

View File

@ -1,7 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= aws-sdk PORTNAME= aws-sdk
DISTVERSION= 2.11.218 DISTVERSION= 2.11.219
CATEGORIES= devel rubygems CATEGORIES= devel rubygems
MASTER_SITES= RG MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1550000070 TIMESTAMP = 1550093436
SHA256 (rubygem/aws-sdk-2.11.218.gem) = 4151634b090d06bfc57e129746723c955e2dc2b2458dcc889f9b91666a1bfa54 SHA256 (rubygem/aws-sdk-2.11.219.gem) = ded077362a8e5487aa82b769fdc18ee5ca80d73b8f91f96f00470c4a7ee4b4c6
SIZE (rubygem/aws-sdk-2.11.218.gem) = 4608 SIZE (rubygem/aws-sdk-2.11.219.gem) = 4608

View File

@ -13,12 +13,11 @@ COMMENT= Minimalistic x86 and x86-64 disassembler library
LICENSE= BSD2CLAUSE LICENSE= BSD2CLAUSE
USES= gmake libtool USES= gmake libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-sphinx-build --enable-shared
USE_LDCONFIG= yes USE_LDCONFIG= yes
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-sphinx-build --enable-shared
INFO= udis86 INFO= udis86
PORTDOCS= x86 PORTDOCS= x86
@ -51,6 +50,7 @@ CONFIGURE_ENV+= PYTHON="${FALSE}"
.endif .endif
post-install: post-install:
@${INSTALL_DATA} ${WRKSRC}/docs/manual/udis86.info ${STAGEDIR}${PREFIX}/${INFO_PATH}/ ${INSTALL_DATA} ${WRKSRC}/docs/manual/udis86.info \
${STAGEDIR}${PREFIX}/${INFO_PATH}
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -2,8 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= dsc PORTNAME= dsc
PORTVERSION= 2.7.0 PORTVERSION= 2.8.0
PORTREVISION= 1
CATEGORIES= dns CATEGORIES= dns
MASTER_SITES= https://www.dns-oarc.net/files/dsc/ \ MASTER_SITES= https://www.dns-oarc.net/files/dsc/ \
https://dns.company/files/dsc/ https://dns.company/files/dsc/
@ -26,9 +25,20 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-extra-cflags=-I${LOCALBASE}/include CONFIGURE_ARGS= --with-extra-cflags=-I${LOCALBASE}/include
SUB_FILES= pkg-message SUB_FILES= pkg-message
SHEBANG_FILES= cron/upload-prep.pl
USE_RC_SUBR= dsc USE_RC_SUBR= dsc
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS
post-extract:
${REINPLACE_CMD} -e 's|/usr/local/dsc/etc|${PREFIX}/etc/dsc|' \
${WRKSRC}/cron/upload-prep.pl
${REINPLACE_CMD} -e 's|/usr/local/|${PREFIX}/|' \
${WRKSRC}/cron/upload-rsync.sh \
${WRKSRC}/cron/upload-ssh.sh \
${WRKSRC}/cron/upload-x509.sh \
${WRKSRC}/src/dsc.conf.5.in \
${WRKSRC}/src/dsc.sh
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1534374842 TIMESTAMP = 1550048113
SHA256 (dsc-2.7.0.tar.gz) = eab7f79229a800087d96cb8bac39927558f1d512428d7825d5edb5f7064d2c31 SHA256 (dsc-2.8.0.tar.gz) = a8e7ee0063f1ac34f686bdba773ec209a0a974ccdf0e032ba10163800ec86880
SIZE (dsc-2.7.0.tar.gz) = 325520 SIZE (dsc-2.8.0.tar.gz) = 333408

View File

@ -1,17 +0,0 @@
--- cron/upload-prep.pl.orig 2017-08-21 08:14:08 UTC
+++ cron/upload-prep.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/perl
#
# Copyright (c) 2016-2017, OARC, Inc.
# Copyright (c) 2007, The Measurement Factory, Inc.
@@ -54,7 +54,7 @@ exit 0 if Proc::PID::File->running(dir =
sleep 3;
-foreach my $conf (</usr/local/dsc/etc/*.conf>) {
+foreach my $conf (</usr/local/etc/dsc/*.conf>) {
next unless open (CONF, $conf);
my $rundir = undef;
while (<CONF>) {

View File

@ -38,7 +38,7 @@
SUBDIR += emacs SUBDIR += emacs
SUBDIR += emacs-devel SUBDIR += emacs-devel
SUBDIR += encryptpad SUBDIR += encryptpad
SUBDIR += featherpad SUBDIR += featherpad
SUBDIR += fileobj SUBDIR += fileobj
SUBDIR += flim SUBDIR += flim
SUBDIR += focuswriter SUBDIR += focuswriter
@ -251,6 +251,7 @@
SUBDIR += web-mode SUBDIR += web-mode
SUBDIR += with-editor SUBDIR += with-editor
SUBDIR += wordgrinder SUBDIR += wordgrinder
SUBDIR += wxhexeditor
SUBDIR += xcoral SUBDIR += xcoral
SUBDIR += xed SUBDIR += xed
SUBDIR += xi-core SUBDIR += xi-core

View File

@ -0,0 +1,31 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= wxhexeditor
PORTVERSION= 0.24
CATEGORIES= editors
MASTER_SITES= SF/${PORTNAME}/wxHexEditor/v${PORTVERSION}%20Beta/
DISTNAME= wxHexEditor-v${PORTVERSION}-src
MAINTAINER= danfe@FreeBSD.org
COMMENT= Graphical hex editor for big files with x86 disassembly support
LICENSE= GPLv2
LIB_DEPENDS= libudis86.so:devel/udis86 \
libmhash.so:security/mhash
USES= gettext-tools gmake tar:xz
USE_WX= 3.0+
MAKE_ARGS= WXCONFIG="${WX_CONFIG}"
WRKSRC= ${WRKDIR}/wxHexEditor
# Follow the ${MTREE_FILE} which specifies simple, unsuffixed names
# for these particular locales
post-patch:
@${MV} ${WRKSRC}/locale/hu_HU ${WRKSRC}/locale/hu
@${MV} ${WRKSRC}/locale/ja_JP ${WRKSRC}/locale/ja
@${MV} ${WRKSRC}/locale/nl_NL ${WRKSRC}/locale/nl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1514687038
SHA256 (wxHexEditor-v0.24-src.tar.xz) = a1b893fcc5b2a6e5e971b5fe4116b65f9fed6d317e8cdc6cb9219a0a609fd5ab
SIZE (wxHexEditor-v0.24-src.tar.xz) = 900868

View File

@ -0,0 +1,60 @@
--- Makefile.orig 2017-12-31 02:15:18 UTC
+++ Makefile
@@ -1,9 +1,9 @@
WXCONFIG ?= wx-config
HOST=
-WXCXXFLAGS= `$(WXCONFIG) --cxxflags` -Iudis86 -Imhash/include -MMD -fopenmp -Wall -O2
+WXCXXFLAGS= `$(WXCONFIG) --cxxflags` -MMD -Wall -I$(LOCALBASE)/include
WXLDFLAGS = `$(WXCONFIG) --libs` `$(WXCONFIG) --libs aui` `$(WXCONFIG) --libs core`
-WXCXXFLAGS += -fopenmp
-LDFLAGS += -lgomp
+#WXCXXFLAGS += -fopenmp
+#LDFLAGS += -lgomp
#add this ldflags for WinConsole "-Wl,--subsystem,console -mconsole" for win-debug
#LDFLAGS += -Wl,--subsystem,console -mconsole
RC = `$(WXCONFIG) --rescomp`
@@ -22,7 +22,7 @@ SOURCES= src/HexEditorGui.cpp \
src/HexEditorCtrl/wxHexCtrl/Tag.cpp\
src/HexEditorCtrl/HexEditorCtrlGui.cpp\
src/HexEditorFrame.cpp
-LIBS = udis86/libudis86/.libs/libudis86.a mhash/lib/.libs/libmhash.a
+LIBS = -ludis86 -lmhash
OBJECTS=$(SOURCES:.cpp=.o)
DEPENDS=$(OBJECTS:.o=.d)
LANGUAGEDIRS=`ls -l ./locale | grep ^d | sed s/.*\ //g;`
@@ -33,7 +33,7 @@ EXECUTABLE=wxHexEditor
EXECUTABLE_WIN=$(EXECUTABLE).exe
EXECUTABLE_DIR_MAC=$(EXECUTABLE).app
-PREFIX = /usr
+PREFIX ?= /usr
BINDIR = $(PREFIX)/bin
DATADIR = $(PREFIX)/share
LOCALEDIR = $(DATADIR)/locale
@@ -47,7 +47,7 @@ clang: all
all:$(EXECUTABLE) langs
-$(OBJECTS): $(LIBS) $(SOURCES)
+$(OBJECTS): $(SOURCES)
MOBJECTS=$(LANGUAGES:.po=.mo)
@@ -169,12 +169,12 @@ prepmacdir: langs
cp locale/$$i/wxHexEditor.mo $(EXECUTABLE_DIR_MAC)/Contents/Resources/locale/$$i/; done
install:
- install -D -m 755 $(EXECUTABLE) $(DESTDIR)/$(BINDIR)/$(EXECUTABLE)
- install -D -m 644 resources/wxHexEditor.png $(DESTDIR)/$(DATADIR)/pixmaps/wxHexEditor.png
- install -D -m 644 resources/wxHexEditor.desktop $(DESTDIR)/$(DATADIR)/applications/wxHexEditor.desktop
+ install -m 755 $(EXECUTABLE) $(DESTDIR)$(BINDIR)/$(EXECUTABLE)
+ install -m 644 resources/wxHexEditor.png $(DESTDIR)$(DATADIR)/pixmaps/wxHexEditor.png
+ install -m 644 resources/wxHexEditor.desktop $(DESTDIR)$(DATADIR)/applications/wxHexEditor.desktop
@for i in $(LANGUAGEDIRS); do \
- echo "install -D -m 644 locale/$$i/wxHexEditor.mo $(DESTDIR)/$(LOCALEDIR)/$$i/LC_MESSAGES/wxHexEditor.mo"; \
- install -D -m 644 locale/$$i/wxHexEditor.mo $(DESTDIR)/$(LOCALEDIR)/$$i/LC_MESSAGES/wxHexEditor.mo; done
+ echo "install -m 644 locale/$$i/wxHexEditor.mo $(DESTDIR)$(LOCALEDIR)/$$i/LC_MESSAGES/wxHexEditor.mo"; \
+ install -m 644 locale/$$i/wxHexEditor.mo $(DESTDIR)$(LOCALEDIR)/$$i/LC_MESSAGES/wxHexEditor.mo; done
uninstall:
rm -f $(DESTDIR)/$(BINDIR)/$(EXECUTABLE)

View File

@ -0,0 +1,53 @@
--- src/FAL.cpp.orig 2017-12-31 02:15:18 UTC
+++ src/FAL.cpp
@@ -39,10 +39,10 @@
#define PTRACE_POKETEXT PT_WRITE_I
#endif
-//#if defined BSD
-// #define DKIOCGETBLOCKSIZE DIOCGSECTORSIZE /* Get the sector size of the device in bytes */
-// #define DKIOCGETBLOCKCOUNT DIOCGMEDIASIZE /* Get media size in bytes */
-//#endif
+#if defined BSD
+ #define DKIOCGETBLOCKSIZE DIOCGSECTORSIZE /* Get the sector size of the device in bytes */
+ #define DKIOCGETBLOCKCOUNT DIOCGMEDIASIZE /* Get media size in bytes */
+#endif
WX_DEFINE_OBJARRAY(ArrayOfNode);
@@ -208,7 +208,7 @@ bool FAL::OSDependedOpen(wxFileName& myfilename, FileA
myfilename.GetFullPath().Mid(5).ToLong(&a);
ProcessID=a;
RAMProcess=true;
- if((ptrace(PTRACE_ATTACH, ProcessID, NULL, NULL)) < 0 ){
+ if((ptrace(PTRACE_ATTACH, ProcessID, NULL, 0)) < 0 ){
wxMessageBox( _("Process cannot open."),_("Error"), wxOK|wxICON_ERROR );
ProcessID=-1;
return false;
@@ -326,7 +326,7 @@ bool FAL::FALOpen(wxFileName& myfilename, FileAccessMo
bool FAL::Close(){
#ifndef __WXMSW__
if( ProcessID >=0 )
- return ((ptrace(PTRACE_DETACH, ProcessID, NULL, NULL)) >= 0 );
+ return ((ptrace(PTRACE_DETACH, ProcessID, NULL, 0)) >= 0 );
#endif
#ifdef __WXMSW__
if(IsWinDevice( the_file ) ){
@@ -521,7 +521,7 @@ bool FAL::Apply( void ){
long word=0;
//unsigned long *ptr = (unsigned long *) buffer;
while (rd < rd_size) {
- word = ptrace(PTRACE_PEEKTEXT, ProcessID, reinterpret_cast<char*>(StartSector*BlockRWSize+rd), NULL);
+ word = ptrace(PTRACE_PEEKTEXT, ProcessID, reinterpret_cast<char*>(StartSector*BlockRWSize+rd), 0);
memcpy( bfr+rd , &word, 4);
rd += 4;
}
@@ -803,7 +803,7 @@ long FAL::ReadR( unsigned char* buffer, unsigned size,
//unsigned long *ptr = (unsigned long *) buffer;
#ifndef __WXMSW__
while (rd < rd_size) {
- word = ptrace(PTRACE_PEEKTEXT, ProcessID, reinterpret_cast<char*>(StartSector*BlockRWSize+rd), NULL);
+ word = ptrace(PTRACE_PEEKTEXT, ProcessID, reinterpret_cast<char*>(StartSector*BlockRWSize+rd), 0);
memcpy( bfr+rd , &word, 4);
rd += 4;
}

View File

@ -0,0 +1,12 @@
--- src/HexDialogs.cpp.orig 2017-12-31 02:15:18 UTC
+++ src/HexDialogs.cpp
@@ -24,7 +24,8 @@
#define NANINT 0xFFFFFFFFFFFFFFFFLL
#include "HexDialogs.h"
#include <wx/progdlg.h>
-#include "../mhash/include/mhash.h"
+typedef bool _Bool;
+#include <mhash.h>
#ifdef __SSE2__
#include <emmintrin.h>

View File

@ -0,0 +1,12 @@
--- src/HexEditor.h.orig 2017-12-31 02:15:18 UTC
+++ src/HexEditor.h
@@ -25,7 +25,8 @@
#ifndef _wxHexEditor_h_
#define _wxHexEditor_h_
-#include "../mhash/include/mhash.h"
+typedef bool _Bool;
+#include <mhash.h>
#include <wx/ffile.h>
#include <wx/clipbrd.h>

View File

@ -0,0 +1,11 @@
--- src/HexEditorCtrl/wxHexCtrl/main.cpp.orig 2017-12-31 02:15:18 UTC
+++ src/HexEditorCtrl/wxHexCtrl/main.cpp
@@ -60,7 +60,7 @@ MyFrame::MyFrame(wxFrame *frame, const wxString& title
#endif // wxUSE_STATUSBAR
wxString ch;
- for(int j=0 ; j < 90 ; j++ ){
+ for(char j=0 ; j < 90 ; j++ ){
ch.Append(j);
hex_ctrl->SetBinValue( ch.char_str(),90,true );
}

View File

@ -0,0 +1,20 @@
--- src/HexEditorCtrl/wxHexCtrl/wxHexCtrl.cpp.orig 2017-12-31 02:15:18 UTC
+++ src/HexEditorCtrl/wxHexCtrl/wxHexCtrl.cpp
@@ -557,7 +557,7 @@ inline wxDC* wxHexCtrl::UpdateDC(wxDC *xdc ){
//First half of byte
RenderedHexByte += CharAt(textLenghtLimit++);
- chr = RenderedHexByte.ToAscii()[0];
+ chr = RenderedHexByte.ToAscii()[static_cast<size_t>(0)];
chrC = atoh( chr ) << 4;
//Space could be here
@@ -569,7 +569,7 @@ inline wxDC* wxHexCtrl::UpdateDC(wxDC *xdc ){
//Second half of byte.
RenderedHexByte += CharAt(textLenghtLimit++);
- chr = RenderedHexByte.ToAscii()[1];
+ chr = RenderedHexByte.ToAscii()[static_cast<size_t>(1)];
chrC |= atoh( chr );
//chrC = (atoh( RenderedHexByte.ToAscii()[0] ) << 4) | atoh( RenderedHexByte.ToAscii()[1] );

View File

@ -0,0 +1,11 @@
--- src/HexPanels.h.orig 2017-12-31 02:15:18 UTC
+++ src/HexPanels.h
@@ -27,7 +27,7 @@
#include "HexEditorFrame.h"
#include "HexEditorCtrl/HexEditorCtrl.h"
#include "HexEditorCtrl/wxHexCtrl/wxHexCtrl.h"
-#include "../udis86/udis86.h"
+#include <udis86.h>
#ifdef WX_GCH
#include <wx_pch.h>

View File

@ -0,0 +1,4 @@
Advanced graphical (wxWidgets) hex editor focused on editing of very large
files and with x86 disassembly support.
WWW: http://www.wxhexeditor.org/

View File

@ -0,0 +1,18 @@
bin/wxHexEditor
share/applications/wxHexEditor.desktop
share/locale/ar/LC_MESSAGES/wxHexEditor.mo
share/locale/cs/LC_MESSAGES/wxHexEditor.mo
share/locale/de/LC_MESSAGES/wxHexEditor.mo
share/locale/es/LC_MESSAGES/wxHexEditor.mo
share/locale/fr/LC_MESSAGES/wxHexEditor.mo
share/locale/hu/LC_MESSAGES/wxHexEditor.mo
share/locale/it/LC_MESSAGES/wxHexEditor.mo
share/locale/ja/LC_MESSAGES/wxHexEditor.mo
share/locale/nl/LC_MESSAGES/wxHexEditor.mo
share/locale/pl/LC_MESSAGES/wxHexEditor.mo
share/locale/pt_BR/LC_MESSAGES/wxHexEditor.mo
share/locale/ro/LC_MESSAGES/wxHexEditor.mo
share/locale/ru/LC_MESSAGES/wxHexEditor.mo
share/locale/tr/LC_MESSAGES/wxHexEditor.mo
share/locale/zh_CN/LC_MESSAGES/wxHexEditor.mo
share/pixmaps/wxHexEditor.png

View File

@ -2,8 +2,8 @@
PORTNAME= rpcs3 PORTNAME= rpcs3
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.0.6-7796 # git rev-list --count HEAD DISTVERSION= 0.0.6-7800 # git rev-list --count HEAD
DISTVERSIONSUFFIX= -g982b2ab88 DISTVERSIONSUFFIX= -gd4888a497
CATEGORIES= emulators CATEGORIES= emulators
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1549913673 TIMESTAMP = 1550012107
SHA256 (RPCS3-rpcs3-v0.0.6-7796-g982b2ab88_GH0.tar.gz) = 0e9d1e4f3054a7c48c56841ce4f82717dfc5b6e8bd318a02f7a975f004bdf230 SHA256 (RPCS3-rpcs3-v0.0.6-7800-gd4888a497_GH0.tar.gz) = cac3957f87cd87c32267a7e6462b73916529ea171c2500749380aaab896f8ca4
SIZE (RPCS3-rpcs3-v0.0.6-7796-g982b2ab88_GH0.tar.gz) = 5251740 SIZE (RPCS3-rpcs3-v0.0.6-7800-gd4888a497_GH0.tar.gz) = 5252755
SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-27-g9220f5e_GH0.tar.gz) = 3120e0b701943f452760e45f9fc1ac50bab356ad4c807b4cac4598041c5ca1a5 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-27-g9220f5e_GH0.tar.gz) = 3120e0b701943f452760e45f9fc1ac50bab356ad4c807b4cac4598041c5ca1a5
SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-27-g9220f5e_GH0.tar.gz) = 105400 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-27-g9220f5e_GH0.tar.gz) = 105400
SHA256 (RPCS3-llvm-5c906fd1694e_GH0.tar.gz) = 8bbe95fbbea545ebb03e73d526add64e2853f86176ad42690f8ce5846bd419ce SHA256 (RPCS3-llvm-5c906fd1694e_GH0.tar.gz) = 8bbe95fbbea545ebb03e73d526add64e2853f86176ad42690f8ce5846bd419ce

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= drm-current-kmod PORTNAME= drm-current-kmod
PORTVERSION= 4.16.g20181210 PORTVERSION= 4.16.g20190213
CATEGORIES= graphics kld CATEGORIES= graphics kld
MAINTAINER= jmd@FreeBSD.org MAINTAINER= jmd@FreeBSD.org
@ -25,7 +25,7 @@ USES= kmod uidfix compiler:c++11-lang
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= FreeBSDDesktop GH_ACCOUNT= FreeBSDDesktop
GH_PROJECT= kms-drm GH_PROJECT= kms-drm
GH_TAGNAME= b5ef47b GH_TAGNAME= 7f7f973
.include <bsd.port.options.mk> .include <bsd.port.options.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1544500865 TIMESTAMP = 1550091521
SHA256 (FreeBSDDesktop-kms-drm-4.16.g20181210-b5ef47b_GH0.tar.gz) = 00e9204d48e4f72fb20587135cfe6ecb5719aa8c77274d44f77036073ecbe3e7 SHA256 (FreeBSDDesktop-kms-drm-4.16.g20190213-7f7f973_GH0.tar.gz) = 030d659c081b27896e8c68b56ca3587254480e357285dd576d82e8757d21ac44
SIZE (FreeBSDDesktop-kms-drm-4.16.g20181210-b5ef47b_GH0.tar.gz) = 13089381 SIZE (FreeBSDDesktop-kms-drm-4.16.g20190213-7f7f973_GH0.tar.gz) = 13089561

View File

@ -1,8 +1,8 @@
The drm-stable-kmod port can be enabled for amdgpu (for AMD GPUs starting with The drm-fbsd11.2-kmod port can be enabled for amdgpu (for AMD GPUs starting
the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with HD3000 / with the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with
Sandy Bridge) through kld_list in /etc/rc.conf. radeonkms for older AMD GPUs HD3000 / Sandy Bridge) through kld_list in /etc/rc.conf. radeonkms for older
can be loaded and there are some positive reports if EFI boot is NOT enabled AMD GPUs can be loaded and there are some positive reports if EFI boot is NOT
(similar to amdgpu). enabled (similar to amdgpu).
For amdgpu: kld_list="amdgpu" For amdgpu: kld_list="amdgpu"
For Intel: kld_list="/boot/modules/i915kms.ko" For Intel: kld_list="/boot/modules/i915kms.ko"

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= drm-fbsd12.0-kmod PORTNAME= drm-fbsd12.0-kmod
PORTVERSION= 4.16.g20181215 PORTVERSION= 4.16.g20190213
CATEGORIES= graphics CATEGORIES= graphics
MAINTAINER= jmd@FreeBSD.org MAINTAINER= jmd@FreeBSD.org
@ -25,7 +25,7 @@ USES= kmod uidfix compiler:c++11-lang
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= FreeBSDDesktop GH_ACCOUNT= FreeBSDDesktop
GH_PROJECT= kms-drm GH_PROJECT= kms-drm
GH_TAGNAME= 71fcc9f GH_TAGNAME= a5516b9
.include <bsd.port.options.mk> .include <bsd.port.options.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1544863688 TIMESTAMP = 1550091661
SHA256 (FreeBSDDesktop-kms-drm-4.16.g20181215-71fcc9f_GH0.tar.gz) = b969611bbdac88394e5e5be4284ceea048425b994d872651d801baf41263c0e7 SHA256 (FreeBSDDesktop-kms-drm-4.16.g20190213-a5516b9_GH0.tar.gz) = 016cad0ff16367d55818662a090d8635e37fc313872acc7b7a3c444f9e3ce038
SIZE (FreeBSDDesktop-kms-drm-4.16.g20181215-71fcc9f_GH0.tar.gz) = 13088892 SIZE (FreeBSDDesktop-kms-drm-4.16.g20190213-a5516b9_GH0.tar.gz) = 13089363

View File

@ -1,8 +1,8 @@
The drm-next-kmod port can be enabled for amdgpu (for AMD GPUs starting with The drm-fbsd12.0-kmod port can be enabled for amdgpu (for AMD GPUs starting
the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with HD3000 / with the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with
Sandy Bridge) through kld_list in /etc/rc.conf. radeonkms for older AMD GPUs HD3000 / Sandy Bridge) through kld_list in /etc/rc.conf. radeonkms for older
can be loaded and there are some positive reports if EFI boot is NOT enabled AMD GPUs can be loaded and there are some positive reports if EFI boot is NOT
(similar to amdgpu). enabled (similar to amdgpu).
For amdgpu: kld_list="amdgpu" For amdgpu: kld_list="amdgpu"
For Intel: kld_list="/boot/modules/i915kms.ko" For Intel: kld_list="/boot/modules/i915kms.ko"

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= drm-legacy-kmod PORTNAME= drm-legacy-kmod
PORTVERSION= g20190109 PORTVERSION= g20190213
CATEGORIES= graphics CATEGORIES= graphics
MAINTAINER= jmd@FreeBSD.org MAINTAINER= jmd@FreeBSD.org
@ -22,7 +22,7 @@ CONFLICTS_INSTALL= drm-fbsd11.2-kmod drm-fbsd12.0-kmod drm-current-kmod
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= FreeBSDDesktop GH_ACCOUNT= FreeBSDDesktop
GH_PROJECT= drm-legacy GH_PROJECT= drm-legacy
GH_TAGNAME= 50ea058 GH_TAGNAME= 3c8c990
.include <bsd.port.options.mk> .include <bsd.port.options.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1548274203 TIMESTAMP = 1550090570
SHA256 (FreeBSDDesktop-drm-legacy-g20190109-50ea058_GH0.tar.gz) = aec43a977d644c65cd1a59297d6d6fd0a8df085932ebc7e2feb1af0823d4fbfe SHA256 (FreeBSDDesktop-drm-legacy-g20190213-3c8c990_GH0.tar.gz) = bee6fbf7ea6734accc4b7156269e01f324277af623017957d80ed6db9b6093e1
SIZE (FreeBSDDesktop-drm-legacy-g20190109-50ea058_GH0.tar.gz) = 1676264 SIZE (FreeBSDDesktop-drm-legacy-g20190213-3c8c990_GH0.tar.gz) = 1676332

View File

@ -11,7 +11,7 @@ COMMENT= C++ physics engine library in 3D
LICENSE= ZLIB LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake USES= cmake compiler:c++11-lang
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= DanielChappuis GH_ACCOUNT= DanielChappuis
GH_TAGNAME= f3be5384997da7ddeccc526036985a80de660bae # branch 'fix37' GH_TAGNAME= f3be5384997da7ddeccc526036985a80de660bae # branch 'fix37'

View File

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

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1549273281 TIMESTAMP = 1549868271
SHA256 (gcc-9-20190203.tar.xz) = 5db43c97616774cce95a81b74e549f92da29ac50014354bc784370707e4e8755 SHA256 (gcc-9-20190210.tar.xz) = ec0bd1988576a34b4c45eff493fc73e89cfefb65986d1f41baa5d0e2df43c2e3
SIZE (gcc-9-20190203.tar.xz) = 68250444 SIZE (gcc-9-20190210.tar.xz) = 68312448

View File

@ -2,8 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= opencoarrays PORTNAME= opencoarrays
DISTVERSION= 2.2.0 DISTVERSION= 2.3.1
PORTREVISION= 3
CATEGORIES= lang parallel CATEGORIES= lang parallel
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1534498916 TIMESTAMP = 1549999421
SHA256 (sourceryinstitute-OpenCoarrays-2.2.0_GH0.tar.gz) = e193630af09a196233e68f4ac22349f9266507f19705a8de8a8350abd7009b87 SHA256 (sourceryinstitute-OpenCoarrays-2.3.1_GH0.tar.gz) = 5bb74d0aa4aa39de1910e1154064cfc649ced731da682c257f4b8802c187f25f
SIZE (sourceryinstitute-OpenCoarrays-2.2.0_GH0.tar.gz) = 314118 SIZE (sourceryinstitute-OpenCoarrays-2.3.1_GH0.tar.gz) = 313995

View File

@ -14,7 +14,7 @@ CONFLICTS_INSTALL= rust
# Which source to pull: # Which source to pull:
# https://static.rust-lang.org/dist/${NIGHTLY_DATE}/rustc-nightly-src.tar.gz # https://static.rust-lang.org/dist/${NIGHTLY_DATE}/rustc-nightly-src.tar.gz
# https://static.rust-lang.org/dist/channel-rust-nightly.toml # https://static.rust-lang.org/dist/channel-rust-nightly.toml
NIGHTLY_DATE= 2019-02-12 NIGHTLY_DATE= 2019-02-14
NIGHTLY_SUBDIR= ${NIGHTLY_DATE}/ NIGHTLY_SUBDIR= ${NIGHTLY_DATE}/
# See WRKSRC/src/stage0.txt for this date # See WRKSRC/src/stage0.txt for this date

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1549887074 TIMESTAMP = 1550068385
SHA256 (rust/2019-02-12/rustc-nightly-src.tar.xz) = 3ba65519ffbe72818d2c4f02433b49638ded4cb4da07e4d40c7e39b2a3e4ac66 SHA256 (rust/2019-02-14/rustc-nightly-src.tar.xz) = 24e3a88090b5681ae74a977e7436449d1751db6e5e7c789e61eff42278daa449
SIZE (rust/2019-02-12/rustc-nightly-src.tar.xz) = 93916720 SIZE (rust/2019-02-14/rustc-nightly-src.tar.xz) = 93937500
SHA256 (rust/2019-01-18/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 0bce3c84e70f44497625ab844308775d0331d6717bb75f1e7ab2385cd38bdd00 SHA256 (rust/2019-01-18/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 0bce3c84e70f44497625ab844308775d0331d6717bb75f1e7ab2385cd38bdd00
SIZE (rust/2019-01-18/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 74800139 SIZE (rust/2019-01-18/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 74800139
SHA256 (rust/2019-01-18/rust-std-beta-x86_64-unknown-freebsd.tar.gz) = 98c135ad67ba8814869be04244440dd1edb6efff661d15c01300b785dd4af287 SHA256 (rust/2019-01-18/rust-std-beta-x86_64-unknown-freebsd.tar.gz) = 98c135ad67ba8814869be04244440dd1edb6efff661d15c01300b785dd4af287

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= Mail-Message PORTNAME= Mail-Message
PORTVERSION= 3.007 PORTVERSION= 3.008
CATEGORIES= mail perl5 CATEGORIES= mail perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1537133905 TIMESTAMP = 1550093405
SHA256 (Mail-Message-3.007.tar.gz) = 7601dc5d1bedc0b6338b8b8c0ce5360aa75e112cbc48bc22eb0d085e2232eec2 SHA256 (Mail-Message-3.008.tar.gz) = 6e1819dfa1d94a1898fc3b354849b839f94b1742bef40ef6fa182b914d4a6dcc
SIZE (Mail-Message-3.007.tar.gz) = 257554 SIZE (Mail-Message-3.008.tar.gz) = 257743

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= thunderbird-i18n PORTNAME= thunderbird-i18n
PORTVERSION= 60.5.0 PORTVERSION= 60.5.1
CATEGORIES= mail news net-im CATEGORIES= mail news net-im
MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-x86_64/xpi \ MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-x86_64/xpi \
MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-x86_64/xpi MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-x86_64/xpi

View File

@ -1,117 +1,117 @@
TIMESTAMP = 1548238106 TIMESTAMP = 1550067615
SHA256 (xpi/thunderbird-i18n-60.5.0/ar.xpi) = 396a13fc6535a68fb1c0f754243b220f6bcfec2a186a5567b9369147ff3975d0 SHA256 (xpi/thunderbird-i18n-60.5.1/ar.xpi) = 48a9486f2a8d9cf752a70a40415f945cbc98c399271610b31ffcc611a484b822
SIZE (xpi/thunderbird-i18n-60.5.0/ar.xpi) = 627179 SIZE (xpi/thunderbird-i18n-60.5.1/ar.xpi) = 627181
SHA256 (xpi/thunderbird-i18n-60.5.0/ast.xpi) = 7563dbb731f7ea8f9a13dbec1f3a295fc89839fe484b6a2fda57be6eec5e2ce2 SHA256 (xpi/thunderbird-i18n-60.5.1/ast.xpi) = 79fe80b9f3ae69b9be3544b995b3dad0bb4a5d3cc61a6746b0842f2832d76e67
SIZE (xpi/thunderbird-i18n-60.5.0/ast.xpi) = 559643 SIZE (xpi/thunderbird-i18n-60.5.1/ast.xpi) = 559643
SHA256 (xpi/thunderbird-i18n-60.5.0/be.xpi) = a098bc35e3703e422ed548883216d534b8aef0ef47a446aa2acd6955b0fdac29 SHA256 (xpi/thunderbird-i18n-60.5.1/be.xpi) = e769773144ee1b307d1a470e41b7cd316a183d4693b5133c4dcb16bcb14e159c
SIZE (xpi/thunderbird-i18n-60.5.0/be.xpi) = 659079 SIZE (xpi/thunderbird-i18n-60.5.1/be.xpi) = 659080
SHA256 (xpi/thunderbird-i18n-60.5.0/bg.xpi) = 647d26bf395c3f885617f1a970ea67e1436ae266d0d9c8b089490e1e12afb1ac SHA256 (xpi/thunderbird-i18n-60.5.1/bg.xpi) = d2c2f3d581e3933ff031046c2e53dab634fdbacd1c97dbb6ad0cb46f6632d3a9
SIZE (xpi/thunderbird-i18n-60.5.0/bg.xpi) = 669318 SIZE (xpi/thunderbird-i18n-60.5.1/bg.xpi) = 669318
SHA256 (xpi/thunderbird-i18n-60.5.0/br.xpi) = 75c2b8578e5cc30035b9f6faad4feab1c43d83a1ed95ec45c9f4d8ab0bfd0c4b SHA256 (xpi/thunderbird-i18n-60.5.1/br.xpi) = 5905973fc8a9b7ee7b62eeddb4713541f7d2de3c1c0a6df6dac17af2be25e77e
SIZE (xpi/thunderbird-i18n-60.5.0/br.xpi) = 580371 SIZE (xpi/thunderbird-i18n-60.5.1/br.xpi) = 580371
SHA256 (xpi/thunderbird-i18n-60.5.0/ca.xpi) = d9e87182418d6c89ba332a4e78078f81e9aac14fe0abce255b673122c0735f71 SHA256 (xpi/thunderbird-i18n-60.5.1/ca.xpi) = f358dea9a8b3130d435d7368841ec1b86e2e5886c45585f0c092c5457a2eeed8
SIZE (xpi/thunderbird-i18n-60.5.0/ca.xpi) = 591971 SIZE (xpi/thunderbird-i18n-60.5.1/ca.xpi) = 591972
SHA256 (xpi/thunderbird-i18n-60.5.0/cs.xpi) = 1dc5fd93a43b997adb28fc7ac24ba1a25e040d02ebd7a7978f8d6bce318f22e0 SHA256 (xpi/thunderbird-i18n-60.5.1/cs.xpi) = c213b4776ff91b5bfeecb4eb6d4b9196f1bde6730de4d41cda18ae21fe8e7753
SIZE (xpi/thunderbird-i18n-60.5.0/cs.xpi) = 611203 SIZE (xpi/thunderbird-i18n-60.5.1/cs.xpi) = 611203
SHA256 (xpi/thunderbird-i18n-60.5.0/cy.xpi) = 6039174a0c761416ef49f0face6f88b4d79a49fa56c4bb473bb5cee750a3e208 SHA256 (xpi/thunderbird-i18n-60.5.1/cy.xpi) = 474ae008a29e915a6ad616b2df903d8de7d22c10a454c3c274c594f770552508
SIZE (xpi/thunderbird-i18n-60.5.0/cy.xpi) = 586038 SIZE (xpi/thunderbird-i18n-60.5.1/cy.xpi) = 586038
SHA256 (xpi/thunderbird-i18n-60.5.0/da.xpi) = 4d515134ef90ff95523ff687088bebcacec23ed8fbe4f6d616b68ae0710f249a SHA256 (xpi/thunderbird-i18n-60.5.1/da.xpi) = 407eec30bf0517aa3367297bcffa83343242c4cfd4008a13db0a33436d2e1f6c
SIZE (xpi/thunderbird-i18n-60.5.0/da.xpi) = 570807 SIZE (xpi/thunderbird-i18n-60.5.1/da.xpi) = 570807
SHA256 (xpi/thunderbird-i18n-60.5.0/de.xpi) = 1664dd8842851d29647dbb1fcfa4ecafb9501b5ab358302bcbacb77cab634559 SHA256 (xpi/thunderbird-i18n-60.5.1/de.xpi) = 04f30e489da7b3b0f597cad5643da66b416854101e038b1ea0406b54aafe2e85
SIZE (xpi/thunderbird-i18n-60.5.0/de.xpi) = 582575 SIZE (xpi/thunderbird-i18n-60.5.1/de.xpi) = 582576
SHA256 (xpi/thunderbird-i18n-60.5.0/dsb.xpi) = e0f34880b25f7d1e361dc8b502405918a51d402d0c14370f863259d5609bd6d5 SHA256 (xpi/thunderbird-i18n-60.5.1/dsb.xpi) = b1fc40715e4afad34fe9af1cee47915826e81462b7404c63ae12dbee5b43e640
SIZE (xpi/thunderbird-i18n-60.5.0/dsb.xpi) = 617569 SIZE (xpi/thunderbird-i18n-60.5.1/dsb.xpi) = 617569
SHA256 (xpi/thunderbird-i18n-60.5.0/el.xpi) = 510d046f3bb350a7d5847834d37fa3895209df1d2bf609dd826af594404e2e53 SHA256 (xpi/thunderbird-i18n-60.5.1/el.xpi) = c7ea945ac0d7ee85704e99e8341df1660eebda07264828827fdb227fb56dd1d8
SIZE (xpi/thunderbird-i18n-60.5.0/el.xpi) = 694860 SIZE (xpi/thunderbird-i18n-60.5.1/el.xpi) = 694861
SHA256 (xpi/thunderbird-i18n-60.5.0/en-GB.xpi) = e8fa1a81c509b42e630a0d51eef58b0f027b6a9a6b648cfabb407cd4e1ef5d15 SHA256 (xpi/thunderbird-i18n-60.5.1/en-GB.xpi) = 7ba2c508a7950fd288fa33e6844ea683da3c742679958c36f2df162ea041430b
SIZE (xpi/thunderbird-i18n-60.5.0/en-GB.xpi) = 553895 SIZE (xpi/thunderbird-i18n-60.5.1/en-GB.xpi) = 553896
SHA256 (xpi/thunderbird-i18n-60.5.0/en-US.xpi) = 6bd4ee055fa3c7dc6b2756220b4cc192ff4c2b1509662fc02bbbbd77d83276d1 SHA256 (xpi/thunderbird-i18n-60.5.1/en-US.xpi) = 4e2e8e91cb2378914b4b2261c3115f0796eb9b8e76c6afbc06f682d99fd80ca0
SIZE (xpi/thunderbird-i18n-60.5.0/en-US.xpi) = 550807 SIZE (xpi/thunderbird-i18n-60.5.1/en-US.xpi) = 550810
SHA256 (xpi/thunderbird-i18n-60.5.0/es-AR.xpi) = f31f9ddd6f2bd7f14b7ba660dca44a44d1ce63f6b696fcf3402de508a44fdf84 SHA256 (xpi/thunderbird-i18n-60.5.1/es-AR.xpi) = 8a4744a1fd5904cf4604112f0fd954fedfb8115da7de5a74717574be50edc40f
SIZE (xpi/thunderbird-i18n-60.5.0/es-AR.xpi) = 595048 SIZE (xpi/thunderbird-i18n-60.5.1/es-AR.xpi) = 595049
SHA256 (xpi/thunderbird-i18n-60.5.0/es-ES.xpi) = f328d5a6e0e3c155da02acb7f22264941f85991b587c8c73554eba4bc0ec6658 SHA256 (xpi/thunderbird-i18n-60.5.1/es-ES.xpi) = 447bab400fb9608acfd40af97ea10f39c17ce3f00bf76dd17234c1a0a5df3603
SIZE (xpi/thunderbird-i18n-60.5.0/es-ES.xpi) = 492211 SIZE (xpi/thunderbird-i18n-60.5.1/es-ES.xpi) = 492212
SHA256 (xpi/thunderbird-i18n-60.5.0/et.xpi) = 68329563dc48cc899007d846d1d1c78bc4690d54955e2e377ac204284aa3a4fc SHA256 (xpi/thunderbird-i18n-60.5.1/et.xpi) = dd5107728763963f5f45ef947f1d2688fd14db26f1130a5b3c25ff5542777834
SIZE (xpi/thunderbird-i18n-60.5.0/et.xpi) = 570867 SIZE (xpi/thunderbird-i18n-60.5.1/et.xpi) = 570867
SHA256 (xpi/thunderbird-i18n-60.5.0/eu.xpi) = 96c124681a083f7d44a1a27fe8cabd287b73152a0aba324ecc89c099f07ebe2b SHA256 (xpi/thunderbird-i18n-60.5.1/eu.xpi) = 87a4eec31c303aba7cf8bcfbcdb0e56df96114559d7838d1a42affb5c05c7169
SIZE (xpi/thunderbird-i18n-60.5.0/eu.xpi) = 581384 SIZE (xpi/thunderbird-i18n-60.5.1/eu.xpi) = 581384
SHA256 (xpi/thunderbird-i18n-60.5.0/fi.xpi) = 2fbc3ebbeda7770dad1031056dd8568decc68e92041043c2fa537580d68be3b6 SHA256 (xpi/thunderbird-i18n-60.5.1/fi.xpi) = ff0e70b4db354b37c4e566d5f61bfc5cdd66c9213ad1a81997fd1033af93e4f5
SIZE (xpi/thunderbird-i18n-60.5.0/fi.xpi) = 575755 SIZE (xpi/thunderbird-i18n-60.5.1/fi.xpi) = 575756
SHA256 (xpi/thunderbird-i18n-60.5.0/fr.xpi) = 8b7e334e832ca60dc5f5972df0e070a0bc64aa3d21f9f4fd4a0a4fb09eab68a7 SHA256 (xpi/thunderbird-i18n-60.5.1/fr.xpi) = ddf27da78bbc2770d542c177870b18452e640d810d66a74b48ce8965bbe3acc4
SIZE (xpi/thunderbird-i18n-60.5.0/fr.xpi) = 608467 SIZE (xpi/thunderbird-i18n-60.5.1/fr.xpi) = 608467
SHA256 (xpi/thunderbird-i18n-60.5.0/fy-NL.xpi) = d4e058e7449baaa68a87f6147081ab849134e3c487c5a46ebe874ee769f380f5 SHA256 (xpi/thunderbird-i18n-60.5.1/fy-NL.xpi) = afe0fe699bd7c269a12322429b73c2385bd19f640febe6689c4cacba0f1df6da
SIZE (xpi/thunderbird-i18n-60.5.0/fy-NL.xpi) = 593851 SIZE (xpi/thunderbird-i18n-60.5.1/fy-NL.xpi) = 593851
SHA256 (xpi/thunderbird-i18n-60.5.0/ga-IE.xpi) = 565c05ad8e1841c06571e9877d7e1dbdd0d3b2dcb7caecdd525cb24684e1ee7c SHA256 (xpi/thunderbird-i18n-60.5.1/ga-IE.xpi) = 118049e259753a1e4e20abb5570822e00e23301512dc357dbad4509a0ece7467
SIZE (xpi/thunderbird-i18n-60.5.0/ga-IE.xpi) = 603506 SIZE (xpi/thunderbird-i18n-60.5.1/ga-IE.xpi) = 603506
SHA256 (xpi/thunderbird-i18n-60.5.0/gd.xpi) = 6526a9b5e70600234a5bce76548fc8aa30bfabb4bab081991a0ec28f375e11ef SHA256 (xpi/thunderbird-i18n-60.5.1/gd.xpi) = fc827de7a9e15c7b1558c4fdfdc462969a22e65cbd0fa74836e38ce4f0f761a6
SIZE (xpi/thunderbird-i18n-60.5.0/gd.xpi) = 599262 SIZE (xpi/thunderbird-i18n-60.5.1/gd.xpi) = 599262
SHA256 (xpi/thunderbird-i18n-60.5.0/gl.xpi) = bc3ae2e961b058a37e5977ec23d1a3636c1547f424b913680b01b312e31c2eb8 SHA256 (xpi/thunderbird-i18n-60.5.1/gl.xpi) = 4b49991186cd7b14bf3ea79180d53864d25f47637e0aef626be4418792ef1dc9
SIZE (xpi/thunderbird-i18n-60.5.0/gl.xpi) = 580353 SIZE (xpi/thunderbird-i18n-60.5.1/gl.xpi) = 580353
SHA256 (xpi/thunderbird-i18n-60.5.0/he.xpi) = fb735a51a263d7c12624b106b4b11afe55b4192b6c3752cd5a3de10f0ea4589b SHA256 (xpi/thunderbird-i18n-60.5.1/he.xpi) = 24b44537ae355304f162d2759a7cb538d7ba685e5ec18fa07c3ed6733766f2ef
SIZE (xpi/thunderbird-i18n-60.5.0/he.xpi) = 617144 SIZE (xpi/thunderbird-i18n-60.5.1/he.xpi) = 617143
SHA256 (xpi/thunderbird-i18n-60.5.0/hr.xpi) = 46ab5cd64c814a6f8f930539e7757ec6d859c652c121be09f7d0984e15feb945 SHA256 (xpi/thunderbird-i18n-60.5.1/hr.xpi) = 179caa7e0f5815d17ba720833e9d2064e84dbf7be41831421d5b3555bea700d0
SIZE (xpi/thunderbird-i18n-60.5.0/hr.xpi) = 582238 SIZE (xpi/thunderbird-i18n-60.5.1/hr.xpi) = 582239
SHA256 (xpi/thunderbird-i18n-60.5.0/hsb.xpi) = 58dfbff6977c8c0144c4bf9a40d60915b248620c391c9a814ad53825ced57daf SHA256 (xpi/thunderbird-i18n-60.5.1/hsb.xpi) = 06de85242b20a5512cbace871d7fec081d0f1193ddbaff057c94bc6c49a324d6
SIZE (xpi/thunderbird-i18n-60.5.0/hsb.xpi) = 615132 SIZE (xpi/thunderbird-i18n-60.5.1/hsb.xpi) = 615132
SHA256 (xpi/thunderbird-i18n-60.5.0/hu.xpi) = bb5ded142be6f62c0aeac040d7720fd12558ae5b2cf1c62cfb4de10a507cd97a SHA256 (xpi/thunderbird-i18n-60.5.1/hu.xpi) = 675005041e067f5674f3db5b8fe91df621b43df432ce783f0acbfa96ea5ee89d
SIZE (xpi/thunderbird-i18n-60.5.0/hu.xpi) = 615346 SIZE (xpi/thunderbird-i18n-60.5.1/hu.xpi) = 615347
SHA256 (xpi/thunderbird-i18n-60.5.0/hy-AM.xpi) = 0cae5f9e6e9ba0317a508335bfe430ae1efc4ec259c8c535373a6b1004801ab6 SHA256 (xpi/thunderbird-i18n-60.5.1/hy-AM.xpi) = 64891576a55b26890a8c7f53576f90e94e28dd016fe08f6d58ad39397959b9ed
SIZE (xpi/thunderbird-i18n-60.5.0/hy-AM.xpi) = 653530 SIZE (xpi/thunderbird-i18n-60.5.1/hy-AM.xpi) = 653531
SHA256 (xpi/thunderbird-i18n-60.5.0/id.xpi) = f0b0710ba277f373bdfff2c161ca97300fc773c400f0505430ba9a2163a511e5 SHA256 (xpi/thunderbird-i18n-60.5.1/id.xpi) = 576828494f607915fee9ae3594b2c01604bd13f507c3089bff900daa99a4aaf0
SIZE (xpi/thunderbird-i18n-60.5.0/id.xpi) = 568861 SIZE (xpi/thunderbird-i18n-60.5.1/id.xpi) = 568862
SHA256 (xpi/thunderbird-i18n-60.5.0/is.xpi) = 40781ed3bbf9af0bbff1c2a144c101505192480e49f599d69af19aadc9cbee38 SHA256 (xpi/thunderbird-i18n-60.5.1/is.xpi) = 70bda724d95677b895da841ed8f906e45f3b0cefed7aa0ffbfd3fded4e795b00
SIZE (xpi/thunderbird-i18n-60.5.0/is.xpi) = 579047 SIZE (xpi/thunderbird-i18n-60.5.1/is.xpi) = 579048
SHA256 (xpi/thunderbird-i18n-60.5.0/it.xpi) = 22803ad551daed6a6101b2c856a79386240a4fceeb4160e83dcde0c0e2944d06 SHA256 (xpi/thunderbird-i18n-60.5.1/it.xpi) = 2b20a1a613088994fc8e6e54416471bca7d1ff50acea91bff2929b4c19e9a930
SIZE (xpi/thunderbird-i18n-60.5.0/it.xpi) = 477500 SIZE (xpi/thunderbird-i18n-60.5.1/it.xpi) = 477501
SHA256 (xpi/thunderbird-i18n-60.5.0/ja.xpi) = 3bb74a119f76062428ba889723e6e878dabed760757a90bb247ec19d1ce58e0e SHA256 (xpi/thunderbird-i18n-60.5.1/ja.xpi) = c280005ade853a070e94a4a011a27dc8e1f8bee224296092b0d08b4e1e02f9e2
SIZE (xpi/thunderbird-i18n-60.5.0/ja.xpi) = 653342 SIZE (xpi/thunderbird-i18n-60.5.1/ja.xpi) = 653345
SHA256 (xpi/thunderbird-i18n-60.5.0/kab.xpi) = f04752503fa8884e6aa814977b7ddbf1651378fe9f971553a1d6f258da032a1b SHA256 (xpi/thunderbird-i18n-60.5.1/kab.xpi) = 27da88697b6afaaef4bbe8bbc3dcc583098c7b7ab49d721395aa06758ab79c8c
SIZE (xpi/thunderbird-i18n-60.5.0/kab.xpi) = 594016 SIZE (xpi/thunderbird-i18n-60.5.1/kab.xpi) = 594015
SHA256 (xpi/thunderbird-i18n-60.5.0/kk.xpi) = c62955e2fc253b1f7a685089dc399317d8889680144cb804a20dd2e1b56a962a SHA256 (xpi/thunderbird-i18n-60.5.1/kk.xpi) = c96967983a33e4cc68f833da49fe61e04455ec2d17e8f13142e8ceeadf0bdc5b
SIZE (xpi/thunderbird-i18n-60.5.0/kk.xpi) = 669231 SIZE (xpi/thunderbird-i18n-60.5.1/kk.xpi) = 669230
SHA256 (xpi/thunderbird-i18n-60.5.0/ko.xpi) = bd8c8e5000ffd97577a74f3866489bc941e02d4a98b8543233821b334b215191 SHA256 (xpi/thunderbird-i18n-60.5.1/ko.xpi) = 3a72e20cacb168cb408edd6268bdb3b03cc46a02ca9bb4684a5d1750c8f7d284
SIZE (xpi/thunderbird-i18n-60.5.0/ko.xpi) = 619730 SIZE (xpi/thunderbird-i18n-60.5.1/ko.xpi) = 619731
SHA256 (xpi/thunderbird-i18n-60.5.0/lt.xpi) = 5d51778174d5043fb79d2339afa3952934bddd1c29020a1256e6e14e0b8ad9af SHA256 (xpi/thunderbird-i18n-60.5.1/lt.xpi) = a0dbdd8af474b72fcbdbd2b4e5e5d0c86e5ca76acc1f10c8f2de70c2c3fa21a0
SIZE (xpi/thunderbird-i18n-60.5.0/lt.xpi) = 605441 SIZE (xpi/thunderbird-i18n-60.5.1/lt.xpi) = 605441
SHA256 (xpi/thunderbird-i18n-60.5.0/ms.xpi) = 715cb9b93e28839c5f939952a0c6929f5b11bbe294ffc7ef82c5f1f5146f75ab SHA256 (xpi/thunderbird-i18n-60.5.1/ms.xpi) = 11a32a57c474cae558c30d8cd12a0d0c0940465cb62e0255fe4448afd8b5da00
SIZE (xpi/thunderbird-i18n-60.5.0/ms.xpi) = 574307 SIZE (xpi/thunderbird-i18n-60.5.1/ms.xpi) = 574308
SHA256 (xpi/thunderbird-i18n-60.5.0/nb-NO.xpi) = 1c8bb1cedbfd2a297f11947b1b99bef28690e26d33be826a55e04efa3c3f4611 SHA256 (xpi/thunderbird-i18n-60.5.1/nb-NO.xpi) = 8b90d33d6a270cfc36e646401625be1e9b3423c11a215ac79d9ec8de2fbe80e7
SIZE (xpi/thunderbird-i18n-60.5.0/nb-NO.xpi) = 577003 SIZE (xpi/thunderbird-i18n-60.5.1/nb-NO.xpi) = 577002
SHA256 (xpi/thunderbird-i18n-60.5.0/nl.xpi) = 830b93c1afad284e406f12df76f5fe5fb011fdafbd4ce9f10e44284a5a4a1fc5 SHA256 (xpi/thunderbird-i18n-60.5.1/nl.xpi) = c503676ed6ef3bc1e9a62eb1de8a3d22703317df2ac8b6efbdd8afa6528a210e
SIZE (xpi/thunderbird-i18n-60.5.0/nl.xpi) = 583914 SIZE (xpi/thunderbird-i18n-60.5.1/nl.xpi) = 583914
SHA256 (xpi/thunderbird-i18n-60.5.0/nn-NO.xpi) = a33c9e8b7dcffeb1702b12c25c6a719096d65d69dc85877c066a35babb4b2824 SHA256 (xpi/thunderbird-i18n-60.5.1/nn-NO.xpi) = 6c6faf6c90d36d0eaeb062b21c4f5ab6a6a917cc359986bafda6ef45b50699fe
SIZE (xpi/thunderbird-i18n-60.5.0/nn-NO.xpi) = 576422 SIZE (xpi/thunderbird-i18n-60.5.1/nn-NO.xpi) = 576423
SHA256 (xpi/thunderbird-i18n-60.5.0/pl.xpi) = 1a5b60e65adfb3f4024d25165e3e864ffb210166e61dff47bb9abdbea2b99dcb SHA256 (xpi/thunderbird-i18n-60.5.1/pl.xpi) = ba550898b6d0fa4eb15560186825a9bb47ada5106a0588477b9c5e6f7c5547b3
SIZE (xpi/thunderbird-i18n-60.5.0/pl.xpi) = 480725 SIZE (xpi/thunderbird-i18n-60.5.1/pl.xpi) = 480726
SHA256 (xpi/thunderbird-i18n-60.5.0/pt-BR.xpi) = 8fbbb1022f49ca9fce1aa1481afff4ed377d1281e9da3d3a3f51faf42b4ab0b0 SHA256 (xpi/thunderbird-i18n-60.5.1/pt-BR.xpi) = a94b1a6596588b27cb1bd86c64c02e12241d5dea4ade5f60c277bf0d3e50d27c
SIZE (xpi/thunderbird-i18n-60.5.0/pt-BR.xpi) = 588834 SIZE (xpi/thunderbird-i18n-60.5.1/pt-BR.xpi) = 588835
SHA256 (xpi/thunderbird-i18n-60.5.0/pt-PT.xpi) = b7f8f9e440778e3a19929ce6f04c98af905767b888a87380a108b28f8455426f SHA256 (xpi/thunderbird-i18n-60.5.1/pt-PT.xpi) = 55a4342b37692cf9ee5ae0852180e0cbdd5d8193e10c3a47743293d84928cfb2
SIZE (xpi/thunderbird-i18n-60.5.0/pt-PT.xpi) = 593186 SIZE (xpi/thunderbird-i18n-60.5.1/pt-PT.xpi) = 593186
SHA256 (xpi/thunderbird-i18n-60.5.0/rm.xpi) = b8de1432cb2440d07ed0624367dca3629f0494dd6a5f3052c7f7e5b6df715c54 SHA256 (xpi/thunderbird-i18n-60.5.1/rm.xpi) = 90d0e971b0570e06ef6c46fdd0030ffb4f24eeb3e8c3ab59ffccc3758e206549
SIZE (xpi/thunderbird-i18n-60.5.0/rm.xpi) = 578384 SIZE (xpi/thunderbird-i18n-60.5.1/rm.xpi) = 578385
SHA256 (xpi/thunderbird-i18n-60.5.0/ro.xpi) = 03e25d7e493d13f156e75885dd5adc4686202d01976750c433169f3ba2bbdf62 SHA256 (xpi/thunderbird-i18n-60.5.1/ro.xpi) = 2e34027286e0e752fad4029a8db7ff152d4fe1205c6124c785ea2d15d9f2cb37
SIZE (xpi/thunderbird-i18n-60.5.0/ro.xpi) = 584308 SIZE (xpi/thunderbird-i18n-60.5.1/ro.xpi) = 584309
SHA256 (xpi/thunderbird-i18n-60.5.0/ru.xpi) = 2b4398c00a09d7a1a306933d25fced39bbc73b1455ff816f7a288aae70b8bcc5 SHA256 (xpi/thunderbird-i18n-60.5.1/ru.xpi) = 4c7f96e2179f79bb9bea6aa006f02db96ec06ed0fa1679093f9916733728210c
SIZE (xpi/thunderbird-i18n-60.5.0/ru.xpi) = 694705 SIZE (xpi/thunderbird-i18n-60.5.1/ru.xpi) = 694705
SHA256 (xpi/thunderbird-i18n-60.5.0/si.xpi) = bd82a180d5f2081505a3ff8c09de9936511d1d616e9947c913c5d45ae0105ca4 SHA256 (xpi/thunderbird-i18n-60.5.1/si.xpi) = 92290a50a89931f20b7a42a7a82115b6031d3ab6427a9de9348bc51572f08053
SIZE (xpi/thunderbird-i18n-60.5.0/si.xpi) = 647596 SIZE (xpi/thunderbird-i18n-60.5.1/si.xpi) = 647597
SHA256 (xpi/thunderbird-i18n-60.5.0/sk.xpi) = 26901d561b82c040e733fe061829c9d688b4869cf4ff5dcda3d84b3e1178a0a5 SHA256 (xpi/thunderbird-i18n-60.5.1/sk.xpi) = 8d613384ffc8a38d492bad5122f3b7ca17f39f061f5dfb55f878877b85287eae
SIZE (xpi/thunderbird-i18n-60.5.0/sk.xpi) = 612216 SIZE (xpi/thunderbird-i18n-60.5.1/sk.xpi) = 612217
SHA256 (xpi/thunderbird-i18n-60.5.0/sl.xpi) = 202dfacbe227291e69e81ff96540aac1e3444209d62b083c172fc23c72d54ee2 SHA256 (xpi/thunderbird-i18n-60.5.1/sl.xpi) = c8bc3624c77fd89d46ea9af56e2afd0e3815ba51dfe20f5279b1f9c4b52875af
SIZE (xpi/thunderbird-i18n-60.5.0/sl.xpi) = 589947 SIZE (xpi/thunderbird-i18n-60.5.1/sl.xpi) = 589947
SHA256 (xpi/thunderbird-i18n-60.5.0/sq.xpi) = 82fc6083998e6362b0bfc8e263edad82346463a226eddc6b04bcf7fb380b6788 SHA256 (xpi/thunderbird-i18n-60.5.1/sq.xpi) = 3e17bc58bc4e63e9a7130b4a7fb5c217dc12f2a42da5aef5ace7a2127b418fa1
SIZE (xpi/thunderbird-i18n-60.5.0/sq.xpi) = 593096 SIZE (xpi/thunderbird-i18n-60.5.1/sq.xpi) = 593095
SHA256 (xpi/thunderbird-i18n-60.5.0/sr.xpi) = dc931da27dda3502cd22abf0837afaecda15160476758e5e2aa194d517bb463f SHA256 (xpi/thunderbird-i18n-60.5.1/sr.xpi) = 3f4b819a9f00c9fe464e1b5490c53feb9ec6262db186d7fb07ed2db1e75a5b68
SIZE (xpi/thunderbird-i18n-60.5.0/sr.xpi) = 641527 SIZE (xpi/thunderbird-i18n-60.5.1/sr.xpi) = 641527
SHA256 (xpi/thunderbird-i18n-60.5.0/sv-SE.xpi) = f1be900c89ec7b88b7b3511360729b0b237d01f10d26aaad2857a8f9d295bc9b SHA256 (xpi/thunderbird-i18n-60.5.1/sv-SE.xpi) = ab6920d5215c990960123fcb3edfcc53c5aaed4db0a4b8ca03a28a8e15779f67
SIZE (xpi/thunderbird-i18n-60.5.0/sv-SE.xpi) = 594079 SIZE (xpi/thunderbird-i18n-60.5.1/sv-SE.xpi) = 594079
SHA256 (xpi/thunderbird-i18n-60.5.0/tr.xpi) = c1a1b0135c22ab60c2a6542fb1571413e9d78d5a70a4efa57e798b6998381971 SHA256 (xpi/thunderbird-i18n-60.5.1/tr.xpi) = d4da46b8ca926ccddc483909af3c1b88bc3793a10dbf2ca76e23b162ddec108f
SIZE (xpi/thunderbird-i18n-60.5.0/tr.xpi) = 598010 SIZE (xpi/thunderbird-i18n-60.5.1/tr.xpi) = 598011
SHA256 (xpi/thunderbird-i18n-60.5.0/uk.xpi) = a3e95424e17a6b370c510aba63ee49521beddb7b843971e540b2ae7e7785747f SHA256 (xpi/thunderbird-i18n-60.5.1/uk.xpi) = 0eabdd8b7a717dcb9b30322477d0603d6c026c836619aa10c3e458e926d1a86a
SIZE (xpi/thunderbird-i18n-60.5.0/uk.xpi) = 684154 SIZE (xpi/thunderbird-i18n-60.5.1/uk.xpi) = 684155
SHA256 (xpi/thunderbird-i18n-60.5.0/vi.xpi) = 24367d6109f0e0a996e3623e15aaa75a84a8373b7a025edf7e84e8f56421b315 SHA256 (xpi/thunderbird-i18n-60.5.1/vi.xpi) = a174ef10eb1ecb7cbe34a6d049dacd3133d795a7ea80b0f8ea3e80f389a5bc6c
SIZE (xpi/thunderbird-i18n-60.5.0/vi.xpi) = 637199 SIZE (xpi/thunderbird-i18n-60.5.1/vi.xpi) = 637198
SHA256 (xpi/thunderbird-i18n-60.5.0/zh-CN.xpi) = ccb35f028c1741133ba6449858fd543fc9fad93d17c1887df55dd5e751f2799f SHA256 (xpi/thunderbird-i18n-60.5.1/zh-CN.xpi) = 6e8dff164b39255e28cdf2bf6ee23cd3c87f4c4c6595f6f2c152b1e1adfda8b2
SIZE (xpi/thunderbird-i18n-60.5.0/zh-CN.xpi) = 626283 SIZE (xpi/thunderbird-i18n-60.5.1/zh-CN.xpi) = 626284
SHA256 (xpi/thunderbird-i18n-60.5.0/zh-TW.xpi) = 08ce589a9ee4e41ab1d23338dcc9758b6eb866cfdf27cee44e6cfa7fbc460c59 SHA256 (xpi/thunderbird-i18n-60.5.1/zh-TW.xpi) = d1192d6939e7d42580a929d6daab9129488b86bcbfd3b768a2ddf89574879494
SIZE (xpi/thunderbird-i18n-60.5.0/zh-TW.xpi) = 626190 SIZE (xpi/thunderbird-i18n-60.5.1/zh-TW.xpi) = 626190

View File

@ -2,8 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= thunderbird PORTNAME= thunderbird
DISTVERSION= 60.5.0 DISTVERSION= 60.5.1
PORTREVISION= 3
CATEGORIES= mail news net-im ipv6 CATEGORIES= mail news net-im ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1548237843 TIMESTAMP = 1550067615
SHA256 (thunderbird-60.5.0.source.tar.xz) = 6f96e87e832e4089c69418db64e19afd54a0acefe3e0364087a8bc6f442b9566 SHA256 (thunderbird-60.5.1.source.tar.xz) = 69a3f741b7378b50a3b6a3b59f6c4fedd2d82d469ab234390627e15da1b58e03
SIZE (thunderbird-60.5.0.source.tar.xz) = 285636196 SIZE (thunderbird-60.5.1.source.tar.xz) = 285211052

View File

@ -1,22 +0,0 @@
Enable SkiaGL by default on OpenGL compositing platforms
diff --git modules/libpref/init/all.js modules/libpref/init/all.js
index 93e56b00a961..61a2174c3384 100644
--- modules/libpref/init/all.js
+++ modules/libpref/init/all.js
@@ -882,15 +882,9 @@ pref("gfx.font_rendering.opentype_svg.enabled", true);
pref("gfx.canvas.azure.backends", "direct2d1.1,skia,cairo");
pref("gfx.content.azure.backends", "direct2d1.1,skia,cairo");
#else
-#ifdef XP_MACOSX
pref("gfx.content.azure.backends", "skia");
pref("gfx.canvas.azure.backends", "skia");
-// Accelerated cg canvas where available (10.7+)
pref("gfx.canvas.azure.accelerated", true);
-#else
-pref("gfx.canvas.azure.backends", "skia");
-pref("gfx.content.azure.backends", "skia");
-#endif
#endif
pref("gfx.canvas.skiagl.dynamic-cache", true);

View File

@ -1,43 +0,0 @@
Avoid exception due to bad locale code when appending [-u]-ca-gregory-nu-latn
--- comm/common/bindings/datetimepicker.xml.orig 2019-01-22 19:44:24 UTC
+++ comm/common/bindings/datetimepicker.xml
@@ -488,7 +488,11 @@
var numberOrder = /^(\D*)\s*(\d+)(\D*)(\d+)(\D*)(\d+)\s*(\D*)$/;
- var locale = Services.locale.getRegionalPrefsLocales()[0] + "-u-ca-gregory-nu-latn";
+ var locale = Services.locale.getRegionalPrefsLocales()[0];
+ if (locale.includes("-u-"))
+ locale += "-ca-gregory-nu-latn";
+ else
+ locale += "-u-ca-gregory-nu-latn";
var dtf = new Services.intl.DateTimeFormat(locale, { timeStyle: "long" });
var pmTime = dtf.format(new Date(2000, 0, 1, 16, 7, 9));
@@ -777,7 +781,11 @@
var numberOrder = /^(\D*)\s*(\d+)(\D*)(\d+)(\D*)(\d+)\s*(\D*)$/;
- var locale = Services.locale.getRegionalPrefsLocales()[0] + "-u-ca-gregory-nu-latn";
+ var locale = Services.locale.getRegionalPrefsLocales()[0];
+ if (locale.includes("-u-"))
+ locale += "-ca-gregory-nu-latn";
+ else
+ locale += "-u-ca-gregory-nu-latn";
var dtf = new Services.intl.DateTimeFormat(locale, { dateStyle: "short" });
var dt = dtf.format(new Date(2002, 9, 4));
@@ -1007,7 +1015,11 @@
<method name="_init">
<body>
<![CDATA[
- var locale = Services.locale.getRegionalPrefsLocales()[0] + "-u-ca-gregory";
+ var locale = Services.locale.getRegionalPrefsLocales()[0];
+ if (locale.includes("-u-"))
+ locale += "-ca-gregory";
+ else
+ locale += "-u-ca-gregory";
var dtfMonth = new Services.intl.DateTimeFormat(locale, {month: "long", timeZone: "UTC"});
var dtfWeekday = new Services.intl.DateTimeFormat(locale, {weekday: "narrow"});

View File

@ -11,7 +11,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module to print arrays of elements in sorted columns COMMENT= Perl5 module to print arrays of elements in sorted columns
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/GNU-LICENSE
USES= perl5 USES= perl5
USE_PERL5= configure USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= Geo-Coder-OpenCage PORTNAME= Geo-Coder-OpenCage
PORTVERSION= 0.16 PORTVERSION= 0.18
CATEGORIES= misc geography perl5 CATEGORIES= misc geography perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
@ -15,15 +15,15 @@ LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-JSON>=2.94:converters/p5-JSON \ RUN_DEPENDS= p5-Cpanel-JSON-XS>=4.08:converters/p5-Cpanel-JSON-XS \
p5-JSON-XS>=3.04:converters/p5-JSON-XS \
p5-URI>=0:net/p5-URI p5-URI>=0:net/p5-URI
TEST_DEPENDS= p5-Test-Exception>=0.32:devel/p5-Test-Exception \ TEST_DEPENDS= p5-Test-Exception>=0.32:devel/p5-Test-Exception \
p5-Test-Pod>=1.51:devel/p5-Test-Pod \ p5-Test-Pod>=1.51:devel/p5-Test-Pod \
p5-Test-Warn>=0:devel/p5-Test-Warn p5-Test-Warn>=0:devel/p5-Test-Warn
NO_ARCH= yes
USE_PERL5= configure
USES= perl5 USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1532799995 TIMESTAMP = 1550093408
SHA256 (Geo-Coder-OpenCage-0.16.tar.gz) = 364675db78f893870b9200b08ae8b51974e4bd3e19fe0af63d020ff38ad8634a SHA256 (Geo-Coder-OpenCage-0.18.tar.gz) = 192e78b573cfb09bb739e3e71d587374d04312a8f65406afa6cd321db91cf6bd
SIZE (Geo-Coder-OpenCage-0.16.tar.gz) = 13676 SIZE (Geo-Coder-OpenCage-0.18.tar.gz) = 14006

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= usbids PORTNAME= usbids
PORTVERSION= 20181204 PORTVERSION= 20190117
CATEGORIES= misc CATEGORIES= misc
MASTER_SITES= LOCAL/sunpoet MASTER_SITES= LOCAL/sunpoet

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1546196437 TIMESTAMP = 1550005192
SHA256 (usbids-20181204.tar.xz) = 4dbcd53f10f22857a8def00179d0727a2e598aa372102a03fb6b8d3b68f3e866 SHA256 (usbids-20190117.tar.xz) = 75fdd667b54836491b41720a2e503ac0ac496b61e9b38094620787c84ea2230f
SIZE (usbids-20181204.tar.xz) = 167364 SIZE (usbids-20190117.tar.xz) = 170716

View File

@ -2,8 +2,8 @@
PORTNAME= aom PORTNAME= aom
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0-1326 DISTVERSION= 1.0.0-1343
DISTVERSIONSUFFIX= -g53d45d971 DISTVERSIONSUFFIX= -ge98028123
CATEGORIES= multimedia CATEGORIES= multimedia
MAINTAINER= jbeich@FreeBSD.org MAINTAINER= jbeich@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1549924150 TIMESTAMP = 1550089309
SHA256 (jbeich-aom-v1.0.0-1326-g53d45d971_GH0.tar.gz) = e366fd93af37a28937057bf2e82f03c79db96d5359834bbc94fd41c78dbec189 SHA256 (jbeich-aom-v1.0.0-1343-ge98028123_GH0.tar.gz) = a76568728ab329a2214cc1cca3bbde8975c339f186c249c1f388fc76990390b2
SIZE (jbeich-aom-v1.0.0-1326-g53d45d971_GH0.tar.gz) = 3173475 SIZE (jbeich-aom-v1.0.0-1343-ge98028123_GH0.tar.gz) = 3185790

View File

@ -1,7 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= rav1e PORTNAME= rav1e
PORTVERSION= s20190211 PORTVERSION= s20190213
CATEGORIES= multimedia CATEGORIES= multimedia
MAINTAINER= jbeich@FreeBSD.org MAINTAINER= jbeich@FreeBSD.org
@ -16,7 +16,7 @@ BUILD_DEPENDS_amd64= nasm:devel/nasm
USES= cargo USES= cargo
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= xiph GH_ACCOUNT= xiph
GH_TAGNAME= 4db518c GH_TAGNAME= 50269cb
PLIST_FILES= bin/${PORTNAME} PLIST_FILES= bin/${PORTNAME}
CARGO_CRATES= aho-corasick-0.6.9 \ CARGO_CRATES= aho-corasick-0.6.9 \
@ -61,7 +61,7 @@ CARGO_CRATES= aho-corasick-0.6.9 \
libc-0.2.48 \ libc-0.2.48 \
libloading-0.5.0 \ libloading-0.5.0 \
log-0.4.6 \ log-0.4.6 \
memchr-2.1.3 \ memchr-2.2.0 \
memoffset-0.2.1 \ memoffset-0.2.1 \
metadeps-1.1.2 \ metadeps-1.1.2 \
nasm-rs-0.1.4 \ nasm-rs-0.1.4 \

View File

@ -1,4 +1,4 @@
TIMESTAMP = 1549903048 TIMESTAMP = 1550099673
SHA256 (rust/crates/aho-corasick-0.6.9.tar.gz) = 1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e SHA256 (rust/crates/aho-corasick-0.6.9.tar.gz) = 1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e
SIZE (rust/crates/aho-corasick-0.6.9.tar.gz) = 25979 SIZE (rust/crates/aho-corasick-0.6.9.tar.gz) = 25979
SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b
@ -83,8 +83,8 @@ SHA256 (rust/crates/libloading-0.5.0.tar.gz) = 9c3ad660d7cb8c5822cd83d10897b0f1f
SIZE (rust/crates/libloading-0.5.0.tar.gz) = 15990 SIZE (rust/crates/libloading-0.5.0.tar.gz) = 15990
SHA256 (rust/crates/log-0.4.6.tar.gz) = c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6 SHA256 (rust/crates/log-0.4.6.tar.gz) = c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6
SIZE (rust/crates/log-0.4.6.tar.gz) = 22303 SIZE (rust/crates/log-0.4.6.tar.gz) = 22303
SHA256 (rust/crates/memchr-2.1.3.tar.gz) = e1dd4eaac298c32ce07eb6ed9242eda7d82955b9170b7d6db59b2e02cc63fcb8 SHA256 (rust/crates/memchr-2.2.0.tar.gz) = 2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39
SIZE (rust/crates/memchr-2.1.3.tar.gz) = 20069 SIZE (rust/crates/memchr-2.2.0.tar.gz) = 20939
SHA256 (rust/crates/memoffset-0.2.1.tar.gz) = 0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3 SHA256 (rust/crates/memoffset-0.2.1.tar.gz) = 0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3
SIZE (rust/crates/memoffset-0.2.1.tar.gz) = 4618 SIZE (rust/crates/memoffset-0.2.1.tar.gz) = 4618
SHA256 (rust/crates/metadeps-1.1.2.tar.gz) = 73b122901b3a675fac8cecf68dcb2f0d3036193bc861d1ac0e1c337f7d5254c2 SHA256 (rust/crates/metadeps-1.1.2.tar.gz) = 73b122901b3a675fac8cecf68dcb2f0d3036193bc861d1ac0e1c337f7d5254c2
@ -205,5 +205,5 @@ SHA256 (rust/crates/wincolor-1.0.1.tar.gz) = 561ed901ae465d6185fa7864d63fbd5720d
SIZE (rust/crates/wincolor-1.0.1.tar.gz) = 4737 SIZE (rust/crates/wincolor-1.0.1.tar.gz) = 4737
SHA256 (rust/crates/y4m-0.3.1.tar.gz) = 508a0bfb402457aef5303412238bc2782798c9032b9b7afaaceef7423af0c382 SHA256 (rust/crates/y4m-0.3.1.tar.gz) = 508a0bfb402457aef5303412238bc2782798c9032b9b7afaaceef7423af0c382
SIZE (rust/crates/y4m-0.3.1.tar.gz) = 10990 SIZE (rust/crates/y4m-0.3.1.tar.gz) = 10990
SHA256 (xiph-rav1e-s20190211-4db518c_GH0.tar.gz) = 59e724f0eeb5086fc4baf7170ae37de48cc9fe6583293dbf0c480d2f5c1cfbe1 SHA256 (xiph-rav1e-s20190213-50269cb_GH0.tar.gz) = fa80a515f65a6404dbff3cb943730325e0ab9633aa47e28987695768e5850bd6
SIZE (xiph-rav1e-s20190211-4db518c_GH0.tar.gz) = 337764 SIZE (xiph-rav1e-s20190213-50269cb_GH0.tar.gz) = 338283

View File

@ -2,11 +2,8 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= smokeping PORTNAME= smokeping
PORTVERSION= 2.6.11 PORTVERSION= 2.7.3
PORTREVISION= 8
CATEGORIES= net-mgmt www CATEGORIES= net-mgmt www
MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \
http://smokeping.cs.pu.edu.tw/pub/
MAINTAINER= rodrigo@FreeBSD.org MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Latency logging and graphing system COMMENT= Latency logging and graphing system
@ -30,13 +27,20 @@ BUILD_DEPENDS= p5-CGI-Fast>=0:www/p5-CGI-Fast \
p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
p5-Net-Telnet>=0:net/p5-Net-Telnet \ p5-Net-Telnet>=0:net/p5-Net-Telnet \
p5-Net-OpenSSH>=0:net/p5-Net-OpenSSH \ p5-Net-OpenSSH>=0:net/p5-Net-OpenSSH \
p5-perl-ldap>=0:net/p5-perl-ldap p5-perl-ldap>=0:net/p5-perl-ldap \
p5-OrePAN2>=0:devel/p5-OrePAN2 \
curl>=0:ftp/curl
RUN_DEPENDS:= ${BUILD_DEPENDS} RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= gmake perl5 autoreconf
CONFLICTS_INSTALL= nfsping CONFLICTS_INSTALL= nfsping
SUB_FILES= pkg-deinstall pkg-message
SUB_LIST= USERS=${USERS} \
GROUPS=${GROUPS}
NO_ARCH= yes NO_ARCH= yes
USES= gmake perl5
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ENV+= PERL=${PERL} PERL5LIB=${PREFIX}/smokeping/lib CONFIGURE_ENV+= PERL=${PERL} PERL5LIB=${PREFIX}/smokeping/lib
CONFIGURE_ARGS+= \ CONFIGURE_ARGS+= \
@ -53,37 +57,43 @@ PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
USERS= smokeping USERS= smokeping
GROUPS= smokeping GROUPS= smokeping
SUB_FILES= pkg-deinstall pkg-message OPTIONS_DEFINE= ECHOPING RADIUS TELNET DNS FPING EXAMPLES
SUB_LIST= USERS=${USERS} \
GROUPS=${GROUPS}
FPING_DESC= Support for fping probes
ECHOPING_DESC= Support for EchoPing probes
CURL_DESC= Support for Curl probes
RADIUS_DESC= Support for Radius probes
TELNET_DESC= Support for TelnetIOSPing probes
DNS_DESC= Support for AnotherDNS probes
OPTIONS_DEFINE= ECHOPING CURL RADIUS TELNET DNS FPING EXAMPLES
OPTIONS_DEFAULT= FPING OPTIONS_DEFAULT= FPING
FPING_DESC= Support for fping probes
FPING_RUN_DEPENDS= ${LOCALBASE}/sbin/fping:net/fping FPING_RUN_DEPENDS= ${LOCALBASE}/sbin/fping:net/fping
ECHOPING_DESC= Support for EchoPing probes
ECHOPING_RUN_DEPENDS= ${LOCALBASE}/bin/echoping:net/echoping ECHOPING_RUN_DEPENDS= ${LOCALBASE}/bin/echoping:net/echoping
CURL_RUN_DEPENDS= ${LOCALBASE}/bin/curl:ftp/curl
RADIUS_DESC= Support for Radius probes
RADIUS_RUN_DEPENDS= p5-Authen-Radius>=0:security/p5-Authen-Radius RADIUS_RUN_DEPENDS= p5-Authen-Radius>=0:security/p5-Authen-Radius
TELNET_DESC= Support for TelnetIOSPing probes
TELNET_RUN_DEPENDS= p5-Net-Telnet>=0:net/p5-Net-Telnet TELNET_RUN_DEPENDS= p5-Net-Telnet>=0:net/p5-Net-Telnet
DNS_DESC= Support for AnotherDNS probes
DNS_RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS DNS_RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS
USE_GITHUB= yes
GH_ACCOUNT= oetiker
GH_PROJECT= SmokePing
GH_TAGNAME= 9b2ecb9
# We will take these from CPAN instead # We will take these from CPAN instead
post-extract: post-extract:
cd ${WRKSRC}/lib ; ${RM} BER.pm SNMP_util.pm SNMP_Session.pm cd ${WRKSRC}/lib ; ${RM} BER.pm SNMP_util.pm SNMP_Session.pm
post-patch: post-patch:
${REINPLACE_CMD} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${REINPLACE_CMD} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
${WRKSRC}/doc/Makefile.in \ ${WRKSRC}/doc/Makefile.am \
${WRKSRC}/bin/smokeping \ ${WRKSRC}/bin/smokeping \
${WRKSRC}/bin/smokeping_cgi \ ${WRKSRC}/bin/smokeping_cgi \
${WRKSRC}/bin/tSmoke ${WRKSRC}/bin/tSmoke
@for a in ${WRKSRC}/etc/*.dist; do \
${MV} $$a $${a%.dist}.sample; \
done
${MV} ${WRKSRC}/etc/config.dist.in ${WRKSRC}/etc/config.sample.in
post-install: post-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/smokeping/htdocs/img ${MKDIR} ${STAGEDIR}/${PREFIX}/smokeping/htdocs/img

View File

@ -1,2 +1,3 @@
SHA256 (smokeping-2.6.11.tar.gz) = f2b3c386e95a74af2b1e7aec6410d0a58852339f00e9963f3c770cfd85ba30dd TIMESTAMP = 1548858797
SIZE (smokeping-2.6.11.tar.gz) = 417338 SHA256 (oetiker-SmokePing-2.7.3-9b2ecb9_GH0.tar.gz) = 10ff209c4efae212b5347ffdcda100a536f690ee154211e54e0d01c5d5508401
SIZE (oetiker-SmokePing-2.7.3-9b2ecb9_GH0.tar.gz) = 317527

View File

@ -0,0 +1,18 @@
--- Makefile.am.orig 2019-01-30 16:17:01 UTC
+++ Makefile.am
@@ -16,14 +16,9 @@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = thirdparty doc etc htdocs lib bin
+SUBDIRS = doc etc htdocs lib bin
EXTRA_DIST = COPYRIGHT CHANGES CONTRIBUTORS LICENSE PERL_MODULES
-THIRDPARTY_DIR := $(shell pwd)/thirdparty
-
dist-hook:
$(PERL) -i -p -e '"$(PACKAGE_VERSION)" =~ /(\d+)\.(\d+)\.(\d+)/ and $$v = sprintf("%d.%03d%03d",$$1,$$2,$$3) and s/^\$$VERSION\s*=\s*".*?"/\$$VERSION = "$$v"/' $(distdir)/lib/Smokeping.pm
-
-install-exec-hook:
- [ ! -d $(THIRDPARTY_DIR)/lib/perl5 ] || $(CP) -fr $(THIRDPARTY_DIR)/lib/perl5/* $(DESTDIR)$(libdir)

View File

@ -1,17 +0,0 @@
--- bin/smokeping.orig 2012-05-14 12:45:03.010872981 +0200
+++ bin/smokeping 2012-05-14 12:54:39.881874010 +0200
@@ -6,12 +6,11 @@
use FindBin;
# PERL5LIB
-use lib "$FindBin::Bin/../thirdparty/lib/perl5";
-use lib "$FindBin::Bin/../lib";
+use lib "%%PREFIX%%/smokeping/lib";
use Smokeping;
-Smokeping::main("$FindBin::Bin/../etc/config");
+Smokeping::main("%%ETCDIR%%/config");
=head1 NAME

View File

@ -1,21 +0,0 @@
--- bin/smokeping_cgi.orig 2012-05-14 12:45:11.565909114 +0200
+++ bin/smokeping_cgi 2012-05-14 12:55:19.866379488 +0200
@@ -6,8 +6,7 @@
use FindBin;
# PERL5LIB
-use lib "$FindBin::Bin/../thirdparty/lib/perl5";
-use lib "$FindBin::Bin/../lib";
+use lib "%%PREFIX%%/smokeping/lib";
# don't bother with zombies
$SIG{CHLD} = 'IGNORE';
@@ -18,7 +17,7 @@
use CGI::Fast;
-my $cfg = (shift @ARGV) || "$FindBin::Bin/../etc/config";
+my $cfg = (shift @ARGV) || "%%ETCDIR%%/config";
while (my $q = new CGI::Fast) {

View File

@ -1,21 +0,0 @@
--- bin/tSmoke.orig 2012-05-14 14:54:55.388873689 +0200
+++ bin/tSmoke 2012-05-14 14:56:15.881875827 +0200
@@ -53,8 +53,7 @@
# Point the lib variables to your implementation
use FindBin;
# PERL5LIB
-use lib "$FindBin::Bin/../thirdparty/lib/perl5";
-use lib "$FindBin::Bin/../lib";
+use lib "%%PREFIX%%/smokeping/lib";
use Smokeping;
use Net::SMTP;
@@ -63,7 +62,7 @@
use RRDs;
# Point to your Smokeping config file
-my $cfgfile = "etc/config.dist";
+my $cfgfile = "%%ETCDIR%%/config";
# global variables
my $cfg;

View File

@ -0,0 +1,18 @@
--- bin/smokeping.orig 2018-02-02 21:14:55 UTC
+++ bin/smokeping
@@ -5,12 +5,11 @@ use strict;
use warnings;
use lib (split /:/, q{}); # PERL5LIB
-use FindBin;
-use lib "$FindBin::RealBin/../lib";use lib "$FindBin::RealBin/../thirdparty/lib/perl5"; # LIBDIR
+use lib "/usr/local/smokeping/lib";
use Smokeping;
-
-Smokeping::main("$FindBin::RealBin/../etc/config");
+
+Smokeping::main("/usr/local/etc/smokeping/config");
=head1 NAME

View File

@ -0,0 +1,21 @@
--- bin/smokeping_cgi.orig 2018-02-02 21:14:55 UTC
+++ bin/smokeping_cgi
@@ -5,8 +5,7 @@ use strict;
use warnings;
use lib (split /:/, q{}); # PERL5LIB
-use FindBin;
-use lib "$FindBin::RealBin/../lib";use lib "$FindBin::RealBin/../thirdparty/lib/perl5"; # LIBDIR
+use lib "/usr/local/smokeping/lib";
# don't bother with zombies
$SIG{CHLD} = 'IGNORE';
@@ -17,7 +16,7 @@ use Smokeping;
use CGI::Fast;
-my $cfg = (shift @ARGV) || "$FindBin::Bin/../etc/config";
+my $cfg = (shift @ARGV) || "/usr/local/etc/smokeping/config";
while (my $q = new CGI::Fast) {

View File

@ -0,0 +1,20 @@
--- bin/tSmoke.orig 2018-02-02 21:14:55 UTC
+++ bin/tSmoke
@@ -53,7 +53,7 @@ use warnings;
# Point the lib variables to your implementation
use lib (split /:/, q{}); # PERL5LIB
-use FindBin;use lib "$FindBin::RealBin/../lib";use lib "$FindBin::RealBin/../thirdparty/lib/perl5"; # LIBDIR
+use lib "/usr/local/smokeping/lib";
use Smokeping;
@@ -63,7 +63,7 @@ use Pod::Usage;
use RRDs;
# Point to your Smokeping config file
-my $cfgfile = "etc/config.dist";
+my $cfgfile = "/usr/local/etc/smokeping/config";
# global variables
my $cfg;

View File

@ -0,0 +1,11 @@
--- configure.ac.orig 2018-02-02 21:14:55 UTC
+++ configure.ac
@@ -143,7 +143,7 @@ NOTES
exit 1
fi
-AC_CONFIG_FILES([Makefile bin/Makefile doc/Makefile htdocs/Makefile etc/Makefile lib/Makefile thirdparty/Makefile etc/config.dist])
+AC_CONFIG_FILES([Makefile bin/Makefile doc/Makefile htdocs/Makefile etc/Makefile lib/Makefile thirdparty/Makefile etc/config.sample])
AC_SUBST(VERSION)

View File

@ -0,0 +1,19 @@
--- doc/Makefile.am.orig 2018-02-02 21:14:55 UTC
+++ doc/Makefile.am
@@ -92,7 +92,7 @@ tSmoke.1: ../bin/tSmoke
smokeping_config.pod: ../lib/Smokeping.pm
$(AM_V_GEN)$(MAKEPOD) > $@
-smokeping_examples.pod: ../lib/Smokeping/Examples.pm ../etc/config.dist
+smokeping_examples.pod: ../lib/Smokeping/Examples.pm ../etc/config.sample
$(AM_V_GEN)$(MKDIR) -p examples
$(AM_V_GEN)$(GENEX)
@@ -116,6 +116,6 @@ iman7_DATA = $(MAN7)
EXAMPLES := $(wildcard examples/config.*)
-etcdir = $(sysconfdir)/examples
+etcdir = /usr/local/share/examples/smokeping
etc_DATA = $(EXAMPLES)

View File

@ -1,11 +0,0 @@
--- ./doc/Makefile.in.orig 2011-11-12 11:57:45.000000000 +0100
+++ ./doc/Makefile.in 2012-02-02 14:54:50.000000000 +0100
@@ -249,7 +249,7 @@ iman5_DATA = $(MAN5)
iman7dir = $(mandir)/man7
iman7_DATA = $(MAN7)
EXAMPLES := $(wildcard examples/config.*)
-etcdir = $(sysconfdir)/examples
+etcdir = %%EXAMPLESDIR%%
etc_DATA = $(EXAMPLES)
all: all-am

View File

@ -0,0 +1,11 @@
--- doc/smokeping_install.pod.orig 2018-02-02 21:14:55 UTC
+++ doc/smokeping_install.pod
@@ -108,7 +108,7 @@ to finish your setup.
=head2 Configuration
-Use the F<etc/config.dist> file as a template to create your own smokeping configuration file.
+Use the F<etc/config.sample> file as a template to create your own smokeping configuration file.
See L<smokeping_config> for details.
=over

View File

@ -0,0 +1,11 @@
--- etc/Makefile.am.orig 2018-02-02 21:14:55 UTC
+++ etc/Makefile.am
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
-EXTRA_DIST = basepage.html.dist config.dist smokemail.dist smokeping_secrets.dist tmail.dist
+EXTRA_DIST = basepage.html.sample config.sample smokemail.sample smokeping_secrets.sample tmail.sample
etcdir = $(sysconfdir)
etc_DATA = $(EXTRA_DIST)

View File

@ -1,12 +0,0 @@
--- etc/Makefile.in 2013-03-04 13:07:55.000000000 +0000
+++ etc/Makefile.in.changes 2014-07-19 10:38:59.338305503 +0000
@@ -258,7 +258,8 @@
@list='$(etc_DATA)'; test -n "$(etcdir)" || list=; \
for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
+ mv $$p $${p%%.dist}.sample; \
+ echo "$$d$${p%%.dist}.sample"; \
done | $(am__base_list) | \
while read files; do \
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(etcdir)'"; \

View File

@ -1,44 +0,0 @@
--- ./etc/config.dist.in.orig 2011-10-30 11:33:11.000000000 +0100
+++ ./etc/config.dist.in 2012-02-02 14:54:50.000000000 +0100
@@ -7,13 +7,13 @@ sendmail = @SENDMAIL@
# NOTE: do not put the Image Cache below cgi-bin
# since all files under cgi-bin will be executed ... this is not
# good for images.
-imgcache = @prefix@/cache
-imgurl = cache
-datadir = @prefix@/data
-piddir = @prefix@/var
+imgcache = @prefix@/smokeping/htdocs/img
+imgurl = img
+datadir = @prefix@/var/smokeping
+piddir = @prefix@/var/smokeping
cgiurl = http://some.url/smokeping.cgi
-smokemail = @prefix@/etc/smokemail.dist
-tmail = @prefix@/etc/tmail.dist
+smokemail = @prefix@/etc/smokeping/smokemail
+tmail = @prefix@/etc/smokeping/tmail
# specify this to get syslog logging
syslogfacility = local0
# each probe is now run in its own process
@@ -47,7 +47,7 @@ AVERAGE 0.5 144 720
*** Presentation ***
-template = @prefix@/etc/basepage.html.dist
+template = @prefix@/etc/smokeping/basepage.html
+ charts
@@ -105,10 +105,10 @@ unison_tolerance = 2
+ FPing
-binary = /usr/sbin/fping
+binary = @prefix@/sbin/fping
*** Slaves ***
-secrets=@prefix@/etc/smokeping_secrets.dist
+secrets=@prefix@/etc/smokeping/smokeping_secrets
+boomer
display_name=boomer
color=0000ff

View File

@ -1,6 +1,6 @@
--- htdocs/Makefile.in.orig 2014-11-04 23:50:59.000000000 +0100 --- htdocs/Makefile.am.orig 2018-02-02 21:14:55 UTC
+++ htdocs/Makefile.in 2015-02-12 19:30:27.000000000 +0100 +++ htdocs/Makefile.am
@@ -466,9 +466,9 @@ @@ -41,6 +41,6 @@ nobase_js_DATA = $(JS)
install-data-local: install-data-local:
$(MKDIR) -p $(DESTDIR)$(HTDOCSDIR) $(MKDIR) -p $(DESTDIR)$(HTDOCSDIR)
@ -8,8 +8,5 @@
- $(ECHO) "exec $(bindir)/smokeping_cgi $(sysconfdir)/config" >> $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist - $(ECHO) "exec $(bindir)/smokeping_cgi $(sysconfdir)/config" >> $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist
- chmod +x $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist - chmod +x $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist
+ $(ECHO) "#!/bin/sh" > $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.sample + $(ECHO) "#!/bin/sh" > $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.sample
+ $(ECHO) "exec $(prefix)/bin/smokeping_cgi $(sysconfdir)/config" >> $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.sample + $(ECHO) "exec $(bindir)/smokeping_cgi $(sysconfdir)/config" >> $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.sample
+ chmod +x $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.sample + chmod +x $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.sample
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.

View File

@ -0,0 +1,9 @@
--- lib/Makefile.am.orig 2018-02-02 21:14:55 UTC
+++ lib/Makefile.am
@@ -31,5 +31,5 @@ MATCH := $(wildcard Smokeping/matchers/*.pm)
EXTRA_DIST = $(PM) $(SP) $(SORT) $(PROBE) $(MATCH)
-perllibdir = $(prefix)/lib
+perllibdir = $(prefix)/smokeping/lib
nobase_perllib_DATA = $(EXTRA_DIST)

View File

@ -1,25 +1,6 @@
--- lib/Smokeping.pm.orig 2015-02-12 19:31:21.000000000 +0100 --- lib/Smokeping.pm.orig 2018-02-02 21:14:55 UTC
+++ lib/Smokeping.pm 2015-02-12 19:34:23.000000000 +0100 +++ lib/Smokeping.pm
@@ -2632,12 +2632,14 @@ @@ -4306,7 +4306,7 @@ sub main (;$) {
{
%$DIRCHECK_SUB,
_doc => <<DOC,
-The base directory where SmokePing keeps the files related to the DYNAMIC function.
-This directory must be writeable by the WWW server. It is also used for temporary
-storage of slave polling results by the master in
+The base directory where SmokePing keeps the files related to the DYNAMIC
+function.
+This directory must be writeable by the WWW server. It is also used for
+temporary storage of slave polling results by the master in
L<the masterE<sol>slave mode|smokeping_master_slave>.
-If this variable is not specified, the value of C<datadir> will be used instead.
+If this variable is not specified, the value of C<datadir> will be
+used instead.
DOC
},
piddir =>
@@ -4214,7 +4216,7 @@
if(defined $opt{'check'}) { verify_cfg($cfgfile); exit 0; } if(defined $opt{'check'}) { verify_cfg($cfgfile); exit 0; }
if($opt{reload}) { if($opt{reload}) {
load_cfg $cfgfile, 'noinit'; # we need just the piddir load_cfg $cfgfile, 'noinit'; # we need just the piddir
@ -28,7 +9,7 @@
print "HUP signal sent to the running SmokePing process, exiting.\n"; print "HUP signal sent to the running SmokePing process, exiting.\n";
exit 0; exit 0;
}; };
@@ -4223,7 +4225,7 @@ @@ -4315,7 +4315,7 @@ sub main (;$) {
if(defined $opt{'static-pages'}) { makestaticpages $cfg, $opt{'static-pages'}; exit 0 }; if(defined $opt{'static-pages'}) { makestaticpages $cfg, $opt{'static-pages'}; exit 0 };
if($opt{email}) { enable_dynamic $cfg, $cfg->{Targets},"",""; exit 0 }; if($opt{email}) { enable_dynamic $cfg, $cfg->{Targets},"",""; exit 0 };
} }
@ -37,7 +18,7 @@
if($opt{logfile}) { initialize_filelog($opt{logfile}) }; if($opt{logfile}) { initialize_filelog($opt{logfile}) };
@@ -4236,7 +4238,7 @@ @@ -4328,7 +4328,7 @@ sub main (;$) {
initialize_syslog($cfg->{General}{syslogfacility}, initialize_syslog($cfg->{General}{syslogfacility},
$cfg->{General}{syslogpriority}); $cfg->{General}{syslogpriority});
} }
@ -46,7 +27,7 @@
} }
do_log "Smokeping version $VERSION successfully launched."; do_log "Smokeping version $VERSION successfully launched.";
@@ -4413,7 +4415,7 @@ @@ -4514,7 +4514,7 @@ KID:
my $new_conf = Smokeping::Slave::submit_results $slave_cfg,$cfg,$myprobe,$probes; my $new_conf = Smokeping::Slave::submit_results $slave_cfg,$cfg,$myprobe,$probes;
if ($new_conf && !$gothup){ if ($new_conf && !$gothup){
do_log('server has new config for me ... HUPing the parent'); do_log('server has new config for me ... HUPing the parent');

View File

@ -0,0 +1,29 @@
--- lib/Smokeping/Examples.pm.orig 2018-02-02 21:14:55 UTC
+++ lib/Smokeping/Examples.pm
@@ -12,7 +12,7 @@ Smokeping::Examples - A module for generating the smok
This module generates L<smokeping_examples> and the example
configuration files distributed with Smokeping. It is supposed to be
invoked from the smokeping distribution top directory, as it will need
-the C<etc/config.dist> template configuration file and will create files
+the C<etc/config.sample> template configuration file and will create files
in the directories C<doc> and C<doc/examples>.
=head1 DESCRIPTION
@@ -65,7 +65,7 @@ Niko Tyni <ntyni@iki.fi>
use strict;
sub read_config_template {
- my $file = "../etc/config.dist";
+ my $file = "../etc/config.sample";
my $h = {
common => "", # everything up to the Probes section
probes => "", # the Probes section, without the *** Probes *** line
@@ -107,7 +107,7 @@ specifically the L<Smokeping::Examples|Smokeping::Exam
${e}head1 DESCRIPTION
Currently the examples differ only in the C<Probes> and C<Targets>
-sections. The other sections are taken from the C<etc/config.dist>
+sections. The other sections are taken from the C<etc/config.sample>
configuration template in the Smokeping distribution so that the example
files are complete.

View File

@ -1,6 +1,6 @@
--- lib/Smokeping/probes/AnotherDNS.pm.orig 2014-10-29 09:03:10.000000000 +0100 --- lib/Smokeping/probes/AnotherDNS.pm.orig 2018-02-02 21:14:55 UTC
+++ lib/Smokeping/probes/AnotherDNS.pm 2015-02-12 19:43:50.000000000 +0100 +++ lib/Smokeping/probes/AnotherDNS.pm
@@ -25,6 +25,8 @@ @@ -25,6 +25,8 @@ use IO::Socket;
use IO::Select; use IO::Select;
use Net::DNS; use Net::DNS;
@ -9,7 +9,7 @@
sub pod_hash { sub pod_hash {
return { return {
name => <<DOC, name => <<DOC,
@@ -108,7 +110,7 @@ @@ -111,7 +113,7 @@ sub pingone ($) {
$elapsed = tv_interval( $t0, $t1 ); $elapsed = tv_interval( $t0, $t1 );
if ( defined $ready ) { if ( defined $ready ) {
my $buf = ''; my $buf = '';

View File

@ -1,11 +0,0 @@
--- ./lib/Makefile.in.orig 2012-02-02 15:00:36.000000000 +0100
+++ ./lib/Makefile.in 2012-02-02 15:01:17.000000000 +0100
@@ -217,7 +217,7 @@ SORT := $(wildcard Smokeping/sorters/*.p
PROBE := $(wildcard Smokeping/probes/*.pm)
MATCH := $(wildcard Smokeping/matchers/*.pm)
EXTRA_DIST = $(PM) $(SP) $(SORT) $(PROBE) $(MATCH)
-perllibdir = $(prefix)/lib
+perllibdir = $(prefix)/smokeping/lib
nobase_perllib_DATA = $(EXTRA_DIST)
all: all-am

View File

@ -1,102 +1,20 @@
@dir(smokeping,smokeping,) var/smokeping
@dir(www,www,) smokeping/htdocs/img
bin/smokeinfo bin/smokeinfo
bin/smokeping bin/smokeping
bin/smokeping_cgi bin/smokeping_cgi
bin/tSmoke bin/tSmoke
@sample smokeping/htdocs/smokeping.fcgi.sample
@sample %%ETCDIR%%/basepage.html.sample @sample %%ETCDIR%%/basepage.html.sample
@sample %%ETCDIR%%/config.sample @sample %%ETCDIR%%/config.sample
@sample %%ETCDIR%%/smokemail.sample @sample %%ETCDIR%%/smokemail.sample
@sample %%ETCDIR%%/tmail.sample
@sample %%ETCDIR%%/smokeping_secrets.sample @sample %%ETCDIR%%/smokeping_secrets.sample
@sample %%ETCDIR%%/tmail.sample
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.echoping %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.echoping
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.fping-instances %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.fping-instances
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.multiple-probes %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.multiple-probes
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.simple %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.simple
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.targetvars-with-Curl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.targetvars-with-Curl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.template %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.template
smokeping/htdocs/cropper/cropper.css
smokeping/htdocs/cropper/cropper.js
smokeping/htdocs/cropper/cropper.uncompressed.js
smokeping/htdocs/cropper/lib/builder.js
smokeping/htdocs/cropper/lib/controls.js
smokeping/htdocs/cropper/lib/dragdrop.js
smokeping/htdocs/cropper/lib/effects.js
smokeping/htdocs/cropper/lib/prototype.js
smokeping/htdocs/cropper/lib/scriptaculous.js
smokeping/htdocs/cropper/lib/slider.js
smokeping/htdocs/cropper/lib/sound.js
smokeping/htdocs/cropper/lib/unittest.js
smokeping/htdocs/cropper/licence.txt
smokeping/htdocs/cropper/marqueeHoriz.gif
smokeping/htdocs/cropper/marqueeVert.gif
smokeping/htdocs/cropper/smokeping-zoom.js
smokeping/lib/Smokeping.pm
smokeping/lib/Smokeping/Colorspace.pm
smokeping/lib/Smokeping/Config.pm
smokeping/lib/Smokeping/Examples.pm
smokeping/lib/Smokeping/Graphs.pm
smokeping/lib/Smokeping/Info.pm
smokeping/lib/Smokeping/Master.pm
smokeping/lib/Smokeping/RRDhelpers.pm
smokeping/lib/Smokeping/RRDtools.pm
smokeping/lib/Smokeping/Slave.pm
smokeping/lib/Smokeping/ciscoRttMonMIB.pm
smokeping/lib/Smokeping/matchers/Avgratio.pm
smokeping/lib/Smokeping/matchers/CheckLatency.pm
smokeping/lib/Smokeping/matchers/CheckLoss.pm
smokeping/lib/Smokeping/matchers/ExpLoss.pm
smokeping/lib/Smokeping/matchers/Median.pm
smokeping/lib/Smokeping/matchers/Medratio.pm
smokeping/lib/Smokeping/matchers/base.pm
smokeping/lib/Smokeping/pingMIB.pm
smokeping/lib/Smokeping/probes/AnotherDNS.pm
smokeping/lib/Smokeping/probes/AnotherSSH.pm
smokeping/lib/Smokeping/probes/CiscoRTTMonDNS.pm
smokeping/lib/Smokeping/probes/CiscoRTTMonEchoICMP.pm
smokeping/lib/Smokeping/probes/CiscoRTTMonTcpConnect.pm
smokeping/lib/Smokeping/probes/Curl.pm
smokeping/lib/Smokeping/probes/DNS.pm
smokeping/lib/Smokeping/probes/DismanPing.pm
smokeping/lib/Smokeping/probes/EchoPing.pm
smokeping/lib/Smokeping/probes/EchoPingChargen.pm
smokeping/lib/Smokeping/probes/EchoPingDNS.pm
smokeping/lib/Smokeping/probes/EchoPingDiscard.pm
smokeping/lib/Smokeping/probes/EchoPingHttp.pm
smokeping/lib/Smokeping/probes/EchoPingHttps.pm
smokeping/lib/Smokeping/probes/EchoPingIcp.pm
smokeping/lib/Smokeping/probes/EchoPingLDAP.pm
smokeping/lib/Smokeping/probes/EchoPingPlugin.pm
smokeping/lib/Smokeping/probes/EchoPingSmtp.pm
smokeping/lib/Smokeping/probes/EchoPingWhois.pm
smokeping/lib/Smokeping/probes/FPing.pm
smokeping/lib/Smokeping/probes/FPing6.pm
smokeping/lib/Smokeping/probes/FTPtransfer.pm
smokeping/lib/Smokeping/probes/IOSPing.pm
smokeping/lib/Smokeping/probes/LDAP.pm
smokeping/lib/Smokeping/probes/NFSping.pm
smokeping/lib/Smokeping/probes/OpenSSHEOSPing.pm
smokeping/lib/Smokeping/probes/OpenSSHJunOSPing.pm
smokeping/lib/Smokeping/probes/Qstat.pm
smokeping/lib/Smokeping/probes/Radius.pm
smokeping/lib/Smokeping/probes/RemoteFPing.pm
smokeping/lib/Smokeping/probes/SSH.pm
smokeping/lib/Smokeping/probes/SipSak.pm
smokeping/lib/Smokeping/probes/TCPPing.pm
smokeping/lib/Smokeping/probes/TacacsPlus.pm
smokeping/lib/Smokeping/probes/TelnetIOSPing.pm
smokeping/lib/Smokeping/probes/TelnetJunOSPing.pm
smokeping/lib/Smokeping/probes/WebProxyFilter.pm
smokeping/lib/Smokeping/probes/base.pm
smokeping/lib/Smokeping/probes/basefork.pm
smokeping/lib/Smokeping/probes/basevars.pm
smokeping/lib/Smokeping/probes/passwordchecker.pm
smokeping/lib/Smokeping/probes/skel.pm
smokeping/lib/Smokeping/probes/SendEmail.pm
smokeping/lib/Smokeping/sorters/Loss.pm
smokeping/lib/Smokeping/sorters/Max.pm
smokeping/lib/Smokeping/sorters/Median.pm
smokeping/lib/Smokeping/sorters/StdDev.pm
smokeping/lib/Smokeping/sorters/base.pm
man/man1/smokeping.1.gz man/man1/smokeping.1.gz
man/man1/smokeping_cgi.1.gz man/man1/smokeping_cgi.1.gz
man/man1/tSmoke.1.gz man/man1/tSmoke.1.gz
@ -107,6 +25,7 @@ man/man3/Smokeping_matchers_ExpLoss.3.gz
man/man3/Smokeping_matchers_Median.3.gz man/man3/Smokeping_matchers_Median.3.gz
man/man3/Smokeping_matchers_Medratio.3.gz man/man3/Smokeping_matchers_Medratio.3.gz
man/man3/Smokeping_matchers_base.3.gz man/man3/Smokeping_matchers_base.3.gz
man/man3/Smokeping_probes_AnotherCurl.3.gz
man/man3/Smokeping_probes_AnotherDNS.3.gz man/man3/Smokeping_probes_AnotherDNS.3.gz
man/man3/Smokeping_probes_AnotherSSH.3.gz man/man3/Smokeping_probes_AnotherSSH.3.gz
man/man3/Smokeping_probes_CiscoRTTMonDNS.3.gz man/man3/Smokeping_probes_CiscoRTTMonDNS.3.gz
@ -128,6 +47,7 @@ man/man3/Smokeping_probes_EchoPingSmtp.3.gz
man/man3/Smokeping_probes_EchoPingWhois.3.gz man/man3/Smokeping_probes_EchoPingWhois.3.gz
man/man3/Smokeping_probes_FPing.3.gz man/man3/Smokeping_probes_FPing.3.gz
man/man3/Smokeping_probes_FPing6.3.gz man/man3/Smokeping_probes_FPing6.3.gz
man/man3/Smokeping_probes_FPingContinuous.3.gz
man/man3/Smokeping_probes_FTPtransfer.3.gz man/man3/Smokeping_probes_FTPtransfer.3.gz
man/man3/Smokeping_probes_IOSPing.3.gz man/man3/Smokeping_probes_IOSPing.3.gz
man/man3/Smokeping_probes_LDAP.3.gz man/man3/Smokeping_probes_LDAP.3.gz
@ -144,6 +64,7 @@ man/man3/Smokeping_probes_TCPPing.3.gz
man/man3/Smokeping_probes_TacacsPlus.3.gz man/man3/Smokeping_probes_TacacsPlus.3.gz
man/man3/Smokeping_probes_TelnetIOSPing.3.gz man/man3/Smokeping_probes_TelnetIOSPing.3.gz
man/man3/Smokeping_probes_TelnetJunOSPing.3.gz man/man3/Smokeping_probes_TelnetJunOSPing.3.gz
man/man3/Smokeping_probes_TraceroutePing.3.gz
man/man3/Smokeping_probes_WebProxyFilter.3.gz man/man3/Smokeping_probes_WebProxyFilter.3.gz
man/man3/Smokeping_probes_base.3.gz man/man3/Smokeping_probes_base.3.gz
man/man3/Smokeping_probes_basefork.3.gz man/man3/Smokeping_probes_basefork.3.gz
@ -161,6 +82,92 @@ man/man7/smokeping_extend.7.gz
man/man7/smokeping_install.7.gz man/man7/smokeping_install.7.gz
man/man7/smokeping_master_slave.7.gz man/man7/smokeping_master_slave.7.gz
man/man7/smokeping_upgrade.7.gz man/man7/smokeping_upgrade.7.gz
@dir(www,www,) smokeping/htdocs/img smokeping/htdocs/css/smokeping-print.css
@dir(smokeping,smokeping,) var/smokeping smokeping/htdocs/css/smokeping-screen.css
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%% smokeping/htdocs/js/cropper/cropper.css
smokeping/htdocs/js/cropper/cropper.js
smokeping/htdocs/js/cropper/cropper.uncompressed.js
smokeping/htdocs/js/cropper/licence.txt
smokeping/htdocs/js/cropper/marqueeHoriz.gif
smokeping/htdocs/js/cropper/marqueeVert.gif
smokeping/htdocs/js/prototype.js
smokeping/htdocs/js/scriptaculous/builder.js
smokeping/htdocs/js/scriptaculous/controls.js
smokeping/htdocs/js/scriptaculous/dragdrop.js
smokeping/htdocs/js/scriptaculous/effects.js
smokeping/htdocs/js/scriptaculous/scriptaculous.js
smokeping/htdocs/js/scriptaculous/slider.js
smokeping/htdocs/js/scriptaculous/sound.js
smokeping/htdocs/js/scriptaculous/unittest.js
smokeping/htdocs/js/smokeping.js
smokeping/htdocs/smokeping.fcgi.sample
smokeping/lib/Smokeping.pm
smokeping/lib/Smokeping/Colorspace.pm
smokeping/lib/Smokeping/Config.pm
smokeping/lib/Smokeping/Examples.pm
smokeping/lib/Smokeping/Graphs.pm
smokeping/lib/Smokeping/Info.pm
smokeping/lib/Smokeping/Master.pm
smokeping/lib/Smokeping/RRDhelpers.pm
smokeping/lib/Smokeping/RRDtools.pm
smokeping/lib/Smokeping/Slave.pm
smokeping/lib/Smokeping/ciscoRttMonMIB.pm
smokeping/lib/Smokeping/matchers/Avgratio.pm
smokeping/lib/Smokeping/matchers/CheckLatency.pm
smokeping/lib/Smokeping/matchers/CheckLoss.pm
smokeping/lib/Smokeping/matchers/ExpLoss.pm
smokeping/lib/Smokeping/matchers/Median.pm
smokeping/lib/Smokeping/matchers/Medratio.pm
smokeping/lib/Smokeping/matchers/base.pm
smokeping/lib/Smokeping/pingMIB.pm
smokeping/lib/Smokeping/probes/AnotherCurl.pm
smokeping/lib/Smokeping/probes/AnotherDNS.pm
smokeping/lib/Smokeping/probes/AnotherSSH.pm
smokeping/lib/Smokeping/probes/CiscoRTTMonDNS.pm
smokeping/lib/Smokeping/probes/CiscoRTTMonEchoICMP.pm
smokeping/lib/Smokeping/probes/CiscoRTTMonTcpConnect.pm
smokeping/lib/Smokeping/probes/Curl.pm
smokeping/lib/Smokeping/probes/DNS.pm
smokeping/lib/Smokeping/probes/DismanPing.pm
smokeping/lib/Smokeping/probes/EchoPing.pm
smokeping/lib/Smokeping/probes/EchoPingChargen.pm
smokeping/lib/Smokeping/probes/EchoPingDNS.pm
smokeping/lib/Smokeping/probes/EchoPingDiscard.pm
smokeping/lib/Smokeping/probes/EchoPingHttp.pm
smokeping/lib/Smokeping/probes/EchoPingHttps.pm
smokeping/lib/Smokeping/probes/EchoPingIcp.pm
smokeping/lib/Smokeping/probes/EchoPingLDAP.pm
smokeping/lib/Smokeping/probes/EchoPingPlugin.pm
smokeping/lib/Smokeping/probes/EchoPingSmtp.pm
smokeping/lib/Smokeping/probes/EchoPingWhois.pm
smokeping/lib/Smokeping/probes/FPing.pm
smokeping/lib/Smokeping/probes/FPing6.pm
smokeping/lib/Smokeping/probes/FPingContinuous.pm
smokeping/lib/Smokeping/probes/FTPtransfer.pm
smokeping/lib/Smokeping/probes/IOSPing.pm
smokeping/lib/Smokeping/probes/LDAP.pm
smokeping/lib/Smokeping/probes/NFSping.pm
smokeping/lib/Smokeping/probes/OpenSSHEOSPing.pm
smokeping/lib/Smokeping/probes/OpenSSHJunOSPing.pm
smokeping/lib/Smokeping/probes/Qstat.pm
smokeping/lib/Smokeping/probes/Radius.pm
smokeping/lib/Smokeping/probes/RemoteFPing.pm
smokeping/lib/Smokeping/probes/SSH.pm
smokeping/lib/Smokeping/probes/SendEmail.pm
smokeping/lib/Smokeping/probes/SipSak.pm
smokeping/lib/Smokeping/probes/TCPPing.pm
smokeping/lib/Smokeping/probes/TacacsPlus.pm
smokeping/lib/Smokeping/probes/TelnetIOSPing.pm
smokeping/lib/Smokeping/probes/TelnetJunOSPing.pm
smokeping/lib/Smokeping/probes/TraceroutePing.pm
smokeping/lib/Smokeping/probes/WebProxyFilter.pm
smokeping/lib/Smokeping/probes/base.pm
smokeping/lib/Smokeping/probes/basefork.pm
smokeping/lib/Smokeping/probes/basevars.pm
smokeping/lib/Smokeping/probes/passwordchecker.pm
smokeping/lib/Smokeping/probes/skel.pm
smokeping/lib/Smokeping/sorters/Loss.pm
smokeping/lib/Smokeping/sorters/Max.pm
smokeping/lib/Smokeping/sorters/Median.pm
smokeping/lib/Smokeping/sorters/StdDev.pm
smokeping/lib/Smokeping/sorters/base.pm

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