forked from Lainports/opnsense-ports
*/*: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
4fec8c6b3b
commit
99ed04746d
630 changed files with 8944 additions and 1816 deletions
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536000740
|
||||
SHA256 (KDE/frameworks/5.50.0/karchive-5.50.0.tar.xz) = 5420a1d94f699415aa3587ca44f631be62c7c8bcac5a813dd70099d7b66701ca
|
||||
SIZE (KDE/frameworks/5.50.0/karchive-5.50.0.tar.xz) = 439876
|
||||
TIMESTAMP = 1539410397
|
||||
SHA256 (KDE/frameworks/5.51.0/karchive-5.51.0.tar.xz) = 7667430451d0530b38532ee023e645d5ff66f2078352d39129f803dd7d0328b3
|
||||
SIZE (KDE/frameworks/5.51.0/karchive-5.51.0.tar.xz) = 439912
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zstandard
|
||||
DISTVERSION= 0.9.1
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 0.10.1
|
||||
CATEGORIES= archivers python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
@ -15,11 +14,11 @@ LICENSE= BSD2CLAUSE
|
|||
BROKEN_powerpc64= fails to build: cffi.error.CDefError: parse error
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.8.0:devel/py-cffi@${PY_FLAVOR}
|
||||
#LIB_DEPENDS= libzstd.so:archivers/zstd # system-zstd is broken, see comment below
|
||||
LIB_DEPENDS= libzstd.so:archivers/zstd
|
||||
|
||||
USES= localbase python
|
||||
USE_PYTHON= distutils autoplist
|
||||
#PYDISTUTILS_BUILDARGS= --system-zstd # broken: https://github.com/indygreg/python-zstandard/issues/52
|
||||
PYDISTUTILS_BUILDARGS= --system-zstd
|
||||
|
||||
post-install:
|
||||
@cd ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} && ${STRIP_CMD} zstd.so _zstd_cffi.so
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1528180596
|
||||
SHA256 (zstandard-0.9.1.tar.gz) = 59c7d6f1f85cebb5124abb50d8ec281c5311e0812e18785e28b197cf1515dd3b
|
||||
SIZE (zstandard-0.9.1.tar.gz) = 558984
|
||||
TIMESTAMP = 1539926027
|
||||
SHA256 (zstandard-0.10.1.tar.gz) = b9e21eb96328ae594a9a9ffb48424ecf758d0dbffaed2a508aa6679cb2cf658c
|
||||
SIZE (zstandard-0.10.1.tar.gz) = 611517
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ USES+= qt:4
|
|||
USE_QT= corelib moc_build network_build qmake_build rcc_build uic_build
|
||||
CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=TRUE
|
||||
. else
|
||||
USES+= qt:5
|
||||
USES+= compiler:c++11-lang qt:5
|
||||
USE_QT= core buildtools_build qmake_build
|
||||
CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=FALSE
|
||||
QTVER_SUFFIX= 5
|
||||
|
|
|
|||
|
|
@ -731,6 +731,7 @@
|
|||
SUBDIR += ripit
|
||||
SUBDIR += ripperx
|
||||
SUBDIR += rkr-lv2
|
||||
SUBDIR += rnnoise-nu
|
||||
SUBDIR += rosegarden
|
||||
SUBDIR += rplay
|
||||
SUBDIR += rsynth
|
||||
|
|
@ -787,6 +788,7 @@
|
|||
SUBDIR += spc2it
|
||||
SUBDIR += specimen
|
||||
SUBDIR += spectrogram
|
||||
SUBDIR += speech-denoiser-lv2
|
||||
SUBDIR += speex
|
||||
SUBDIR += speexdsp
|
||||
SUBDIR += spek
|
||||
|
|
|
|||
|
|
@ -3,9 +3,10 @@
|
|||
PORTNAME= gxplugins
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
PKGNAMESUFFIX= -lv2
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Set of LV2 plugins from the guitarix project
|
||||
|
|
@ -21,8 +22,9 @@ USES= compiler:c++11-lang gettext-runtime gmake gnome localbase pkgconfig
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= brummer10
|
||||
GH_PROJECT= GxPlugins.lv2
|
||||
USE_GNOME= gtk20 glib20 gdkpixbuf2 atk cairo pango
|
||||
USE_GNOME= glib20 atk cairo pango
|
||||
USE_XORG= x11
|
||||
USE_BINUTILS= yes # linking needs some GNU features, fails on 12 without this, see https://github.com/brummer10/GxPlugins.lv2/issues/9
|
||||
|
||||
.for x in GxAxisFace.lv2:c370e75 GxBottleRocket.lv2:8d1a914 GxDOP250.lv2:574b709 GxFz1b.lv2:d204796 GxFz1s.lv2:973d6f7 \
|
||||
GxGuvnor.lv2:6082bcf GxHeathkit.lv2:bb73b24 GxHotBox.lv2:db17513 GxHyperion.lv2:9b91395 GxKnightFuzz.lv2:0d9518f \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libopusenc
|
||||
PORTVERSION= 0.2
|
||||
PORTVERSION= 0.2.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= MOZILLA/opus
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1537972823
|
||||
SHA256 (libopusenc-0.2.tar.gz) = c79e95eeee43a0b965e9b2c59a243763a8f8b0a7e71441df2aa9084f6171c73a
|
||||
SIZE (libopusenc-0.2.tar.gz) = 388027
|
||||
TIMESTAMP = 1540058989
|
||||
SHA256 (libopusenc-0.2.1.tar.gz) = 8298db61a8d3d63e41c1a80705baa8ce9ff3f50452ea7ec1c19a564fe106cbb9
|
||||
SIZE (libopusenc-0.2.1.tar.gz) = 388071
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= opus
|
||||
PORTVERSION= 1.2.1
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= MOZILLA/opus
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1498937290
|
||||
SHA256 (opus-1.2.1.tar.gz) = cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732
|
||||
SIZE (opus-1.2.1.tar.gz) = 1011070
|
||||
TIMESTAMP = 1540057767
|
||||
SHA256 (opus-1.3.tar.gz) = 4f3d69aefdf2dbaf9825408e452a8a414ffc60494c70633560700398820dc550
|
||||
SIZE (opus-1.3.tar.gz) = 1032750
|
||||
|
|
|
|||
|
|
@ -2,10 +2,11 @@ include/opus/opus.h
|
|||
include/opus/opus_custom.h
|
||||
include/opus/opus_defines.h
|
||||
include/opus/opus_multistream.h
|
||||
include/opus/opus_projection.h
|
||||
include/opus/opus_types.h
|
||||
lib/libopus.a
|
||||
lib/libopus.so
|
||||
lib/libopus.so.0
|
||||
lib/libopus.so.0.6.1
|
||||
lib/libopus.so.0.7.0
|
||||
libdata/pkgconfig/opus.pc
|
||||
share/aclocal/opus.m4
|
||||
|
|
|
|||
36
audio/rnnoise-nu/Makefile
Normal file
36
audio/rnnoise-nu/Makefile
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rnnoise-nu
|
||||
DISTVERSION= g20180916
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Recurrent neural network for audio noise reduction
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= autoreconf gmake libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-static --disable-examples
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= GregorR
|
||||
GH_TAGNAME= 2626930
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
DOCS_CONFIGURE_ENABLE= doc
|
||||
|
||||
PORTDOCS= * # API documentation feature is broken: https://github.com/xiph/rnnoise/issues/44
|
||||
|
||||
PLIST_FILES= include/rnnoise-nu.h \
|
||||
lib/librnnoise-nu.so \
|
||||
lib/librnnoise-nu.so.1 \
|
||||
lib/librnnoise-nu.so.1.0.0 \
|
||||
libdata/pkgconfig/rnnoise-nu.pc
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${RM} ${STAGEDIR}${DOCSDIR}/COPYING
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
audio/rnnoise-nu/distinfo
Normal file
3
audio/rnnoise-nu/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1540098308
|
||||
SHA256 (GregorR-rnnoise-nu-g20180916-2626930_GH0.tar.gz) = e63558d1a6269cc02ec078909f29f0a698e85d973ba86c16c5bbc50b5fb69f96
|
||||
SIZE (GregorR-rnnoise-nu-g20180916-2626930_GH0.tar.gz) = 830784
|
||||
3
audio/rnnoise-nu/pkg-descr
Normal file
3
audio/rnnoise-nu/pkg-descr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
RNNoise is a noise suppression library based on a recurrent neural network.
|
||||
|
||||
WWW: https://github.com/xiph/rnnoise
|
||||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= shairport-sync
|
||||
DISTVERSION= 3.2.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 3.2.2
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
|
|
@ -17,10 +16,11 @@ LIB_DEPENDS= libavahi-client.so:net/avahi-app \
|
|||
libpopt.so:devel/popt \
|
||||
libsoxr.so:audio/libsoxr
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= autoreconf libtool pkgconfig ssl
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
GH_ACCOUNT= mikebrady
|
||||
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1531738955
|
||||
SHA256 (mikebrady-shairport-sync-3.2.1_GH0.tar.gz) = 1fe16856ec828704b086c571038a3b2eb907a3cf0a3847ed1b721b517554659d
|
||||
SIZE (mikebrady-shairport-sync-3.2.1_GH0.tar.gz) = 357628
|
||||
TIMESTAMP = 1540031760
|
||||
SHA256 (mikebrady-shairport-sync-3.2.2_GH0.tar.gz) = 4f1ee142b887842727ae0c310e21c83ea2386518e841a25c7ddb015d08b54eba
|
||||
SIZE (mikebrady-shairport-sync-3.2.2_GH0.tar.gz) = 359760
|
||||
|
|
|
|||
29
audio/speech-denoiser-lv2/Makefile
Normal file
29
audio/speech-denoiser-lv2/Makefile
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= speech-denoiser
|
||||
DISTVERSION= g20181007
|
||||
CATEGORIES= audio
|
||||
PKGNAMESUFFIX= -lv2
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Speech denoise LV2 plugin based on RNNoise library
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= lv2>0:audio/lv2
|
||||
LIB_DEPENDS= librnnoise-nu.so:audio/rnnoise-nu
|
||||
|
||||
USES= localbase:ldflags meson pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= lucianodato
|
||||
GH_TAGNAME= 04cfba9
|
||||
|
||||
PLIST_FILES= lib/lv2/sdenoise.lv2/manifest.ttl \
|
||||
lib/lv2/sdenoise.lv2/sdenoise.so \
|
||||
lib/lv2/sdenoise.lv2/sdenoise.ttl
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKSRC} && ${LN} -s _build build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
audio/speech-denoiser-lv2/distinfo
Normal file
3
audio/speech-denoiser-lv2/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1540097529
|
||||
SHA256 (lucianodato-speech-denoiser-g20181007-04cfba9_GH0.tar.gz) = fecc2703d81bfb3cf6d348c226bfddcd3101c3c5a46daba29689569bfa53f493
|
||||
SIZE (lucianodato-speech-denoiser-g20181007-04cfba9_GH0.tar.gz) = 839640
|
||||
20
audio/speech-denoiser-lv2/files/patch-meson.build
Normal file
20
audio/speech-denoiser-lv2/files/patch-meson.build
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
--- meson.build.orig 2018-10-07 21:33:41 UTC
|
||||
+++ meson.build
|
||||
@@ -10,7 +10,7 @@ src = 'src/sdenoise.c'
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
#handling rnnoise static library
|
||||
-lib_rnnoise = cc.find_library('rnnoise-nu',dirs: meson.current_source_dir() + '/rnnoise/.libs/',required : true)
|
||||
+lib_rnnoise = cc.find_library('rnnoise-nu',required : true)
|
||||
inc_rnnoise = include_directories('rnnoise/include')
|
||||
|
||||
#dependencies for speech denoise
|
||||
@@ -25,7 +25,7 @@ endif
|
||||
cflags = ['-msse','-msse2','-mfpmath=sse','-ffast-math','-fomit-frame-pointer','-fno-finite-math-only']
|
||||
|
||||
#install folder
|
||||
-install_folder = 'sdenoise.lv2'
|
||||
+install_folder = 'lib/lv2/sdenoise.lv2'
|
||||
|
||||
#get the build operating system and configure install path and shared object extension
|
||||
current_os = build_machine.system()
|
||||
7
audio/speech-denoiser-lv2/pkg-descr
Normal file
7
audio/speech-denoiser-lv2/pkg-descr
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
A speech denoise LV2 plugin based on the modified Xiph's RNNoise library
|
||||
by GregorR.
|
||||
|
||||
RNNoise is a library that uses deep learning to apply noise supression to audio
|
||||
sources with voice presence.
|
||||
|
||||
WWW: https://github.com/lucianodato/speech-denoiser
|
||||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nuttcp
|
||||
PORTVERSION= 7.3.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 8.2.2
|
||||
CATEGORIES= benchmarks net
|
||||
MASTER_SITES= http://nuttcp.net/nuttcp/beta/ http://nuttcp.net/nuttcp/latest/:latest
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}.c ${NUTTSCPDISTFILE} ${PORTNAME}.8:latest examples.txt:latest LICENSE:latest README:latest
|
||||
|
|
@ -19,7 +18,7 @@ NO_WRKSUBDIR= yes
|
|||
USES= shebangfix
|
||||
SHEBANG_FILES= nuttscp
|
||||
|
||||
NUTTSCPVERSION= 2.2
|
||||
NUTTSCPVERSION= 2.3
|
||||
NUTTSCPDISTFILE=nuttscp-${NUTTSCPVERSION}
|
||||
|
||||
OPTIONS_DEFINE= NUTTSCP
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
TIMESTAMP = 1496757295
|
||||
SHA256 (nuttcp-7.3.2/nuttcp-7.3.2.c) = 4deb98a21bb8d2f75dff95436f85d616cdf321b50f29b2bf5f0ff9a0d42b0d62
|
||||
SIZE (nuttcp-7.3.2/nuttcp-7.3.2.c) = 265085
|
||||
SHA256 (nuttcp-7.3.2/nuttscp-2.2) = 0874f2f87b8def21bd3d1b18dab449e3d97648100d0c824af109eba897e2160d
|
||||
SIZE (nuttcp-7.3.2/nuttscp-2.2) = 28729
|
||||
SHA256 (nuttcp-7.3.2/nuttcp.8) = 7d133bcc293b24e9610a66e6fed933131a72865905c58585190f3756497a56f9
|
||||
SIZE (nuttcp-7.3.2/nuttcp.8) = 16157
|
||||
SHA256 (nuttcp-7.3.2/examples.txt) = eb94d5424880164cae4b4b5d8f4ab25299cb3396a32c4dcb136e9718c0844938
|
||||
SIZE (nuttcp-7.3.2/examples.txt) = 5933
|
||||
SHA256 (nuttcp-7.3.2/LICENSE) = ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6
|
||||
SIZE (nuttcp-7.3.2/LICENSE) = 17987
|
||||
SHA256 (nuttcp-7.3.2/README) = 7a4858e2e1863d5de64b4f559dc3f6061f535bd2901664073983359f034ad51c
|
||||
SIZE (nuttcp-7.3.2/README) = 5228
|
||||
TIMESTAMP = 1540060143
|
||||
SHA256 (nuttcp-8.2.2/nuttcp-8.2.2.c) = 8c5595bcd27c2fd66831be74c390df078cfb1870aa427f2511ac2586d236c8a1
|
||||
SIZE (nuttcp-8.2.2/nuttcp-8.2.2.c) = 288451
|
||||
SHA256 (nuttcp-8.2.2/nuttscp-2.3) = 9142f9b24ffe1cd5f3aacf3bf03e2a51061082f44502f555058532ab8f789cf4
|
||||
SIZE (nuttcp-8.2.2/nuttscp-2.3) = 28986
|
||||
SHA256 (nuttcp-8.2.2/nuttcp.8) = 7d133bcc293b24e9610a66e6fed933131a72865905c58585190f3756497a56f9
|
||||
SIZE (nuttcp-8.2.2/nuttcp.8) = 16157
|
||||
SHA256 (nuttcp-8.2.2/examples.txt) = eb94d5424880164cae4b4b5d8f4ab25299cb3396a32c4dcb136e9718c0844938
|
||||
SIZE (nuttcp-8.2.2/examples.txt) = 5933
|
||||
SHA256 (nuttcp-8.2.2/LICENSE) = ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6
|
||||
SIZE (nuttcp-8.2.2/LICENSE) = 17987
|
||||
SHA256 (nuttcp-8.2.2/README) = f819fceb91b3380fb638c89c96d7190be02f531f07fbd7e5c0020330a0f4d74a
|
||||
SIZE (nuttcp-8.2.2/README) = 5228
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hyphy
|
||||
DISTVERSION= 2.3.13
|
||||
DISTVERSION= 2.3.14-16
|
||||
DISTVERSIONSUFFIX= -g3d88d3e6
|
||||
CATEGORIES= biology
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
|
|
@ -18,4 +19,6 @@ USES= compiler:c++14-lang cmake:outsource localbase:ldflags ssl
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= veg
|
||||
|
||||
CMAKE_ON= NOAVX
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1527024059
|
||||
SHA256 (veg-hyphy-2.3.13_GH0.tar.gz) = 29b72574302c98d38a92d5316b9283caa80a54c3e74c5e278c5bc9ae3d3df499
|
||||
SIZE (veg-hyphy-2.3.13_GH0.tar.gz) = 7910770
|
||||
TIMESTAMP = 1540036335
|
||||
SHA256 (veg-hyphy-2.3.14-16-g3d88d3e6_GH0.tar.gz) = 459cd0a261ae5f31dc230847acbd294a4dc1e17fa69ef0c3db173c2b8808c826
|
||||
SIZE (veg-hyphy-2.3.14-16-g3d88d3e6_GH0.tar.gz) = 8041349
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@ lib/hyphy/TemplateBatchFiles/PositiveSelectionLI.bf
|
|||
lib/hyphy/TemplateBatchFiles/ProteinAnalyses/README_relative_prot_rates.md
|
||||
lib/hyphy/TemplateBatchFiles/ProteinAnalyses/relative_prot_rates.bf
|
||||
lib/hyphy/TemplateBatchFiles/QuickSelectionDetection-MEME-internal.bf
|
||||
lib/hyphy/TemplateBatchFiles/QuickSelectionDetection.bf
|
||||
lib/hyphy/TemplateBatchFiles/Deprecated/QuickSelectionDetection.bf
|
||||
lib/hyphy/TemplateBatchFiles/QuickSelectionDetectionMF.bf
|
||||
lib/hyphy/TemplateBatchFiles/RateClassCounter.bf
|
||||
lib/hyphy/TemplateBatchFiles/ReduceDataSetMatrix.bf
|
||||
|
|
@ -267,6 +267,8 @@ lib/hyphy/TemplateBatchFiles/SelectionAnalyses/RELAX-SRV.bf
|
|||
lib/hyphy/TemplateBatchFiles/SelectionAnalyses/RELAX.bf
|
||||
lib/hyphy/TemplateBatchFiles/SelectionAnalyses/SLAC.bf
|
||||
lib/hyphy/TemplateBatchFiles/SelectionAnalyses/Simulators/BUSTED.bf
|
||||
lib/hyphy/TemplateBatchFiles/SelectionAnalyses/Simulators/FADE.bf
|
||||
lib/hyphy/TemplateBatchFiles/SelectionAnalyses/aBSREL-NS.bf
|
||||
lib/hyphy/TemplateBatchFiles/SelectionAnalyses/aBSREL.bf
|
||||
lib/hyphy/TemplateBatchFiles/SelectionAnalyses/modules/grid_compute.ibf
|
||||
lib/hyphy/TemplateBatchFiles/SelectionAnalyses/modules/io_functions.ibf
|
||||
|
|
@ -504,6 +506,7 @@ lib/hyphy/TemplateBatchFiles/libv3/models/rate_variation.bf
|
|||
lib/hyphy/TemplateBatchFiles/libv3/stats.bf
|
||||
lib/hyphy/TemplateBatchFiles/libv3/tasks/alignments.bf
|
||||
lib/hyphy/TemplateBatchFiles/libv3/tasks/ancestral.bf
|
||||
lib/hyphy/TemplateBatchFiles/libv3/tasks/bayesgraph.ibf
|
||||
lib/hyphy/TemplateBatchFiles/libv3/tasks/estimators.bf
|
||||
lib/hyphy/TemplateBatchFiles/libv3/tasks/genetic_code.bf
|
||||
lib/hyphy/TemplateBatchFiles/libv3/tasks/mpi.bf
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ Recent versions allow you to insert AUTOS in non-AUTO designs, so IP
|
|||
interconnect can be easily modified. You can also expand Verilog-2001 ".*"
|
||||
instantiations, to see what ports will be connected by simulators.
|
||||
|
||||
WWW: http://www.veripool.org/wiki/verilog-mode
|
||||
WWW: https://www.veripool.org/wiki/verilog-mode
|
||||
|
|
|
|||
|
|
@ -725,6 +725,14 @@
|
|||
SUBDIR += postgresql-repmgr
|
||||
SUBDIR += postgresql-tds_fdw
|
||||
SUBDIR += postgresql-zhparser
|
||||
SUBDIR += postgresql11-client
|
||||
SUBDIR += postgresql11-contrib
|
||||
SUBDIR += postgresql11-docs
|
||||
SUBDIR += postgresql11-pgtcl
|
||||
SUBDIR += postgresql11-plperl
|
||||
SUBDIR += postgresql11-plpython
|
||||
SUBDIR += postgresql11-pltcl
|
||||
SUBDIR += postgresql11-server
|
||||
SUBDIR += postgresql10-client
|
||||
SUBDIR += postgresql10-contrib
|
||||
SUBDIR += postgresql10-docs
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ CONFIGURE_ARGS= --with-system-icu \
|
|||
CONFIGURE_ENV+= PTHREAD_LIBS="-lpthread" \
|
||||
ac_cv_header_atomic_ops_h="no" \
|
||||
ac_cv_lib_atomic_ops_main="no"
|
||||
CPPFLAGS+= -DU_NOEXCEPT= # For USE_CXXSTD=gnu++98
|
||||
|
||||
LOCALSTATEDIR= /var/db/firebird
|
||||
CONFDIR= etc/firebird
|
||||
|
|
|
|||
|
|
@ -12,7 +12,8 @@ COMMENT= Database connectivity and creation framework
|
|||
|
||||
LIB_DEPENDS= libicuuc.so:devel/icu
|
||||
|
||||
USES= cmake:outsource gettext kde:5 python:2.7 qt:5 tar:xz
|
||||
USES= cmake:outsource compiler:c++11-lang gettext kde:5 \
|
||||
python:2.7 qt:5 tar:xz
|
||||
USE_KDE= coreaddons ecm i18n
|
||||
USE_QT= core gui network widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Mojo-Pg
|
||||
PORTVERSION= 4.10
|
||||
PORTVERSION= 4.11
|
||||
CATEGORIES= databases www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:SRI
|
||||
|
|
@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DBD-Pg>=3.5.1:databases/p5-DBD-Pg \
|
||||
p5-Mojolicious>=7.53:www/p5-Mojolicious \
|
||||
p5-Mojolicious>=8.03:www/p5-Mojolicious \
|
||||
p5-SQL-Abstract>=1.86:databases/p5-SQL-Abstract
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1537021267
|
||||
SHA256 (Mojo-Pg-4.10.tar.gz) = c7b55f2da67fb24218549259bb87f220b7132492f0a2e329950067126ea9a48d
|
||||
SIZE (Mojo-Pg-4.10.tar.gz) = 37102
|
||||
TIMESTAMP = 1539962847
|
||||
SHA256 (Mojo-Pg-4.11.tar.gz) = ba0acc53732622239d5cf1e4eaaf026cd9ab0df5ca5fd30a9fdac7f1d2b37207
|
||||
SIZE (Mojo-Pg-4.11.tar.gz) = 37148
|
||||
|
|
|
|||
21
databases/postgresql11-client/Makefile
Normal file
21
databases/postgresql11-client/Makefile
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= postgresql
|
||||
PORTREVISION= 0
|
||||
|
||||
COMMENT= PostgreSQL database (client)
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../postgresql11-server
|
||||
|
||||
BUILD_DIRS= config src/include src/interfaces src/port \
|
||||
src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
|
||||
src/bin/pgbench doc src/makefiles src/test/regress
|
||||
INSTALL_DIRS= ${BUILD_DIRS}
|
||||
|
||||
CLIENT_ONLY= yes
|
||||
COMPONENT= -client
|
||||
USE_LDCONFIG= yes
|
||||
USES= pkgconfig
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
34
databases/postgresql11-contrib/Makefile
Normal file
34
databases/postgresql11-contrib/Makefile
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Created by: Palle Girgensohn <girgen@pingpong.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= postgresql
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= pgsql@FreeBSD.org
|
||||
COMMENT= The contrib utilities from the PostgreSQL distribution
|
||||
|
||||
LIB_DEPENDS= libxslt.so:textproc/libxslt \
|
||||
libxml2.so:textproc/libxml2
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../postgresql11-server
|
||||
|
||||
USES= bison pgsql:11
|
||||
|
||||
BUILD_DIRS= src/port src/include src/common contrib
|
||||
INSTALL_DIRS= contrib
|
||||
|
||||
SLAVE_ONLY= yes
|
||||
COMPONENT= -contrib
|
||||
CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl --disable-nls --with-uuid=bsd
|
||||
LDFLAGS+= -lpthread -L${PREFIX}/lib
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-configure:
|
||||
@cd ${WRKSRC}/src/backend && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} symlinks
|
||||
|
||||
post-install:
|
||||
@- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/extension/README
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
23
databases/postgresql11-contrib/pkg-descr
Normal file
23
databases/postgresql11-contrib/pkg-descr
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
This is the port for all stuff that comes in the contrib subtree of
|
||||
the postgresql distribution. This subtree contains porting tools,
|
||||
analysis utilities, and plug-in features that are not part of the core
|
||||
PostgreSQL system, mainly because they address a limited audience or
|
||||
are too experimental to be part of the main source tree. This does
|
||||
not preclude their usefulness.
|
||||
|
||||
Each subdirectory contains a README file with information about the
|
||||
module. Some directories supply new user-defined functions, operators,
|
||||
or types. After you have installed the files you need to register the
|
||||
new entities in the database system by running the commands in the
|
||||
supplied .sql file. For example,
|
||||
|
||||
$ psql -d dbname -f module.sql
|
||||
|
||||
The .sql files are installed into /usr/local/share/postgresql/contrib
|
||||
|
||||
For more information, please see
|
||||
/usr/local/share/doc/postgresql/contrib/README*
|
||||
|
||||
This software is part of the standard PostgreSQL distribution.
|
||||
|
||||
WWW: https://www.postgresql.org/
|
||||
6
databases/postgresql11-docs/Makefile
Normal file
6
databases/postgresql11-docs/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Created by: Palle Girgensohn <girgen@pingpong.net>
|
||||
# $FreeBSD$
|
||||
|
||||
WANT_PGSQL_VER=11
|
||||
|
||||
.include "${.CURDIR}/../postgresql96-docs/Makefile"
|
||||
10
databases/postgresql11-pgtcl/Makefile
Normal file
10
databases/postgresql11-pgtcl/Makefile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX= -postgresql11
|
||||
|
||||
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0123456]-[0-9]* pgtcl-postgresql10-*
|
||||
|
||||
PGTCL_SLAVE= 11
|
||||
MASTERDIR= ${.CURDIR}/../pgtcl
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
6
databases/postgresql11-plperl/Makefile
Normal file
6
databases/postgresql11-plperl/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Created by: Palle Girgensohn <girgen@partitur.se>
|
||||
# $FreeBSD$
|
||||
|
||||
WANT_PGSQL_VER= 11
|
||||
|
||||
.include "${.CURDIR}/../postgresql95-plperl/Makefile"
|
||||
5
databases/postgresql11-plpython/Makefile
Normal file
5
databases/postgresql11-plpython/Makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
WANT_PGSQL_VER= 11
|
||||
|
||||
.include "${.CURDIR}/../postgresql95-plpython/Makefile"
|
||||
6
databases/postgresql11-pltcl/Makefile
Normal file
6
databases/postgresql11-pltcl/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Created by: Palle Girgensohn <girgen@partitur.se>
|
||||
# $FreeBSD$
|
||||
|
||||
WANT_PGSQL_VER= 11
|
||||
|
||||
.include "${.CURDIR}/../postgresql96-pltcl/Makefile"
|
||||
286
databases/postgresql11-server/Makefile
Normal file
286
databases/postgresql11-server/Makefile
Normal file
|
|
@ -0,0 +1,286 @@
|
|||
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= postgresql
|
||||
DISTVERSION?= 11.0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= PGSQL/source/v${DISTVERSION}
|
||||
PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT}
|
||||
|
||||
MAINTAINER?= pgsql@FreeBSD.org
|
||||
COMMENT?= PostgreSQL is the most advanced open-source database available anywhere
|
||||
|
||||
LICENSE= PostgreSQL
|
||||
|
||||
.if ${DISTVERSION:C/([0-9]*).*/\1/} >= 10
|
||||
CONFLICTS+= ${PORTNAME}9* ${PORTNAME}1[^${PORTVERSION:R:C/.*([0-9]$)/\\1/}]*
|
||||
.else
|
||||
CONFLICTS+= ${PORTNAME}9[^${PORTVERSION:R:E}]* ${PORTNAME}1[0-9]*
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/postgresql-${DISTVERSION}
|
||||
DIST_SUBDIR= postgresql
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
PKGINSTALL?= ${PKGDIR}/pkg-install${COMPONENT}
|
||||
USES+= tar:bzip2 cpe
|
||||
.if !defined(NO_BUILD)
|
||||
USES+= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
.endif
|
||||
|
||||
PG_USER?= postgres
|
||||
PG_GROUP?= postgres
|
||||
PG_UID?= 770
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
INCLUDES+= -I${LOCALBASE}/include
|
||||
CONFIGURE_ARGS+=--with-libraries=${PREFIX}/lib \
|
||||
--with-includes=${PREFIX}/include \
|
||||
--enable-thread-safety
|
||||
CONFIGURE_ENV+= INCLUDES="${INCLUDES}" \
|
||||
PTHREAD_LIBS="-lpthread" \
|
||||
LDFLAGS_SL="${LDFLAGS_SL}"
|
||||
LDFLAGS+= -lpthread
|
||||
MAKE_ENV= MAKELEVEL=0
|
||||
|
||||
PLIST= ${PKGDIR}/pkg-plist${COMPONENT}
|
||||
|
||||
INSTALL_DIRS?= src/common src/timezone src/backend \
|
||||
src/backend/utils/mb/conversion_procs \
|
||||
src/backend/snowball src/backend/replication/libpqwalreceiver \
|
||||
src/backend/replication/pgoutput \
|
||||
src/bin/initdb src/bin/pg_ctl \
|
||||
src/bin/pg_controldata src/bin/pg_resetwal src/pl \
|
||||
src/bin/pg_basebackup src/bin/pg_archivecleanup \
|
||||
src/bin/pg_rewind \
|
||||
src/bin/pg_test_fsync src/bin/pg_test_timing \
|
||||
src/bin/pg_waldump src/bin/pg_upgrade
|
||||
|
||||
BUILD_DIRS?= src/port ${INSTALL_DIRS}
|
||||
INSTALL_TARGET?=install-strip
|
||||
|
||||
.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY)
|
||||
SERVER_ONLY= yes
|
||||
COMPONENT= -server
|
||||
USE_RC_SUBR= postgresql
|
||||
USES+= pgsql:${DISTVERSION:C/([0-9]\.?[0-9]).*/\1/g}
|
||||
USERS= ${PG_USER}
|
||||
GROUPS= ${PG_GROUP}
|
||||
SUB_FILES+= 502.pgsql
|
||||
.endif
|
||||
|
||||
.if defined(CLIENT_ONLY)
|
||||
OPTIONS_DEFINE+=LIBEDIT DOCS
|
||||
LIBEDIT_DESC= Use non-GPL libedit instead of readline
|
||||
USES+= perl5
|
||||
.else
|
||||
MAKE_ENV+= PATH=${PREFIX}/bin:${PATH}
|
||||
CONFIGURE_ENV+= PATH=${PREFIX}/bin:${PATH}
|
||||
.endif
|
||||
|
||||
.if defined(SERVER_ONLY)
|
||||
OPTIONS_DEFINE= DTRACE LDAP INTDATE TZDATA XML DOCS
|
||||
LDAP_DESC= Build with LDAP authentication support
|
||||
DTRACE_DESC= Build with DTrace probes
|
||||
TZDATA_DESC= Use internal timezone database
|
||||
XML_DESC= Build with XML data type
|
||||
|
||||
.if ${DISTVERSION:C/([0-9]*).*/\1/} < 10
|
||||
# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info
|
||||
OPTIONS_DEFINE+= ICU
|
||||
ICU_DESC= Use ICU for unicode collation
|
||||
.else
|
||||
CONFIGURE_ARGS+=--with-icu
|
||||
LIB_DEPENDS+= libicudata.so:devel/icu
|
||||
USES+= pkgconfig
|
||||
.endif
|
||||
|
||||
# See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info
|
||||
# (requires dump/restore if modified.)
|
||||
OPTIONS_DEFINE+= INTDATE
|
||||
INTDATE_DESC= Builds with 64-bit date/time type
|
||||
OPTIONS_DEFAULT+= TZDATA INTDATE
|
||||
.endif
|
||||
|
||||
.if !defined(SLAVE_ONLY)
|
||||
OPTIONS_DEFINE+= NLS PAM GSSAPI OPTIMIZED_CFLAGS DEBUG DOCS
|
||||
. if ${DISTVERSION:R} == 9.2 || ${DISTVERSION:R} == 9.3
|
||||
OPTIONS_RADIO= KRB5
|
||||
OPTIONS_RADIO_KRB5= MIT_KRB5 HEIMDAL_KRB5
|
||||
. endif
|
||||
|
||||
KRB5_DESC= Build with kerberos provider support
|
||||
NLS_DESC= Use internationalized messages
|
||||
PAM_DESC= Build with PAM Support
|
||||
MIT_KRB5_DESC= Build with MIT kerberos support
|
||||
HEIMDAL_KRB5_DESC= Builds with Heimdal kerberos
|
||||
GSSAPI_DESC= Build with GSSAPI support
|
||||
OPTIMIZED_CFLAGS_DESC= Builds with compiler optimizations (-O3)
|
||||
|
||||
OPTIONS_DEFINE+= SSL
|
||||
SSL_DESC= Build with OpenSSL support
|
||||
|
||||
OPTIONS_DEFAULT+= SSL
|
||||
.endif # !SLAVE_ONLY
|
||||
|
||||
.if defined(CLIENT_ONLY)
|
||||
LIBEDIT_CONFIGURE_ON+=--with-libedit-preferred
|
||||
LIBEDIT_USES= libedit
|
||||
LIBEDIT_USES_OFF= readline
|
||||
.endif # CLIENT_ONLY
|
||||
|
||||
SSL_USES= ssl
|
||||
SSL_CONFIGURE_WITH=openssl
|
||||
|
||||
PAM_CONFIGURE_WITH= pam
|
||||
|
||||
XML_CONFIGURE_WITH= libxml
|
||||
XML_LIB_DEPENDS= libxml2.so:textproc/libxml2
|
||||
|
||||
TZDATA_CONFIGURE_OFF=--with-system-tzdata=/usr/share/zoneinfo
|
||||
|
||||
INTDATE_CONFIGURE_OFF=--disable-integer-datetimes
|
||||
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_USES= gettext
|
||||
|
||||
LDAP_CONFIGURE_WITH= ldap
|
||||
LDAP_USE= OPENLDAP=yes
|
||||
|
||||
OPTIMIZED_CFLAGS_CFLAGS= -O3 -funroll-loops
|
||||
|
||||
DEBUG_CONFIGURE_ENABLE= debug
|
||||
|
||||
PLIST_SUB+= PG_USER=${PG_USER} \
|
||||
PG_GROUP=${PG_GROUP}
|
||||
SUB_LIST+= PG_GROUP=${PG_GROUP} \
|
||||
PG_USER=${PG_USER} \
|
||||
PG_UID=${PG_UID}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == "i386"
|
||||
CFLAGS+= -msse2
|
||||
.endif
|
||||
|
||||
.if !defined(SLAVE_ONLY)
|
||||
.if ${DISTVERSION:C/([0-9]*).*/\1/} < 10
|
||||
. if ( defined(SERVER_ONLY) && ${PORT_OPTIONS:MICU} ) || make(makesum)
|
||||
USES+= autoreconf
|
||||
CONFIGURE_ARGS+=--with-icu
|
||||
PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu
|
||||
PATCHFILES+= ${ICU_PATCHFILE}:icu
|
||||
LIB_DEPENDS+= libicudata.so:devel/icu
|
||||
. endif
|
||||
.endif # not version 10
|
||||
.endif # !SLAVE_ONLY
|
||||
|
||||
.if !defined(SLAVE_ONLY)
|
||||
|
||||
PATCH_DIST_STRIP=-p1
|
||||
|
||||
. if ${PORT_OPTIONS:MDTRACE}
|
||||
CONFIGURE_ARGS+=--enable-dtrace
|
||||
LDFLAGS+=-lelf
|
||||
INSTALL_TARGET=install
|
||||
. endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGSSAPI}
|
||||
CONFIGURE_ARGS+=--with-gssapi
|
||||
.if empty(PORT_OPTIONS:MMIT_KRB5) && empty(PORT_OPTIONS:MHEIMDAL_KRB5)
|
||||
# Kerberos libraries will pull the proper GSSAPI library
|
||||
# via linker dependencies, but otherwise we must specify
|
||||
# it explicitely: ld --as-needed is used for compilation,
|
||||
# so configure's -lgssapi_krb5 won't go.
|
||||
LDFLAGS+= -lgssapi
|
||||
LDFLAGS_SL+= -lgssapi
|
||||
.endif
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-gssapi
|
||||
.endif
|
||||
|
||||
. if ${PORT_OPTIONS:MMIT_KRB5}
|
||||
. if defined(IGNORE_WITH_SRC_KRB5) && (exists(/usr/lib/libkrb5.so) || exists(/usr/bin/krb5-config))
|
||||
IGNORE= requires that you remove heimdal\'s /usr/bin/krb5-config and /usr/lib/libkrb5.so*, and set NO_KERBEROS=true in /etc/src.conf to build successfully with MIT-KRB
|
||||
. else
|
||||
CONFIGURE_ARGS+=--with-krb5
|
||||
# Allow defining a home built MIT Kerberos by setting KRB5_HOME
|
||||
. if defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libgssapi_krb5.a) && exists(${KRB5_HOME}/bin/krb5-config)
|
||||
LIB_DEPENDS+= libkrb5.so.3:security/krb5
|
||||
. endif
|
||||
. endif
|
||||
. endif
|
||||
|
||||
. if ${PORT_OPTIONS:MHEIMDAL_KRB5}
|
||||
CONFIGURE_ARGS+=--with-krb5
|
||||
. endif
|
||||
|
||||
.endif # !SLAVE_ONLY
|
||||
|
||||
# For testing files in FILESDIR
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(SERVER_ONLY)
|
||||
pre-build:
|
||||
@${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL
|
||||
.endif
|
||||
|
||||
.if !defined(NO_BUILD) && !target(do-build)
|
||||
|
||||
do-build:
|
||||
@ cd ${WRKSRC}/src/backend && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} symlinks
|
||||
@ for dir in ${BUILD_DIRS}; do \
|
||||
cd ${WRKSRC}/$${dir} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}; \
|
||||
done
|
||||
|
||||
. if exists(${FILESDIR}/pkg-message${COMPONENT}.in)
|
||||
SUB_FILES+= pkg-message${COMPONENT}
|
||||
PKGMESSAGE= ${WRKSRC}/pkg-message${COMPONENT}
|
||||
. endif
|
||||
. if exists(${FILESDIR}/pkg-install${COMPONENT}.in)
|
||||
SUB_FILES+= pkg-install${COMPONENT}
|
||||
PLIST_SUB+= PG_USER=${PG_USER}
|
||||
. endif
|
||||
|
||||
post-patch:
|
||||
. if defined(SERVER_ONLY) && ${PORT_OPTIONS:MICU}
|
||||
@${REINPLACE_CMD} \
|
||||
-e '/m4_PACKAGE_VERSION/s/\[2\.6[0-9]\]/m4_defn([m4_PACKAGE_VERSION])/' \
|
||||
-e '/icu/s/_57//' \
|
||||
${WRKSRC}/configure.in
|
||||
. endif
|
||||
|
||||
do-install:
|
||||
@for dir in ${INSTALL_DIRS}; do \
|
||||
cd ${WRKSRC}/$${dir} && \
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${INSTALL_TARGET}; \
|
||||
done
|
||||
. if defined(SERVER_ONLY)
|
||||
@ ${MKDIR} ${STAGEDIR}${PREFIX}/share/postgresql ;\
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ;\
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/502.pgsql \
|
||||
${STAGEDIR}${PREFIX}/etc/periodic/daily
|
||||
. endif # SERVER_ONLY
|
||||
. if defined(CLIENT_ONLY)
|
||||
@ cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-local
|
||||
. endif
|
||||
@ if [ -r ${PKGMESSAGE} ]; then \
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR} ;\
|
||||
${INSTALL_DATA} ${PKGMESSAGE} ${STAGEDIR}${DOCSDIR}/README${COMPONENT} ;\
|
||||
fi
|
||||
.endif # !NO_BUILD
|
||||
|
||||
.if defined(SERVER_ONLY)
|
||||
check:
|
||||
@if [ `id -u` != 0 ] ; then \
|
||||
${ECHO} "Running postgresql regressions tests" ;\
|
||||
cd ${WRKSRC}; ${MAKE_CMD} check ;\
|
||||
else \
|
||||
${ECHO} "You cannot run regression tests when postgresql is built as user root." ; \
|
||||
${ECHO} "Clean and rebuild the port as a regular user to run the tests." ;\
|
||||
fi
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
3
databases/postgresql11-server/distinfo
Normal file
3
databases/postgresql11-server/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1539894231
|
||||
SHA256 (postgresql/postgresql-11.0.tar.bz2) = bf9bba03d0c3902c188af12e454b35343c4a9bf9e377ec2fe50132efb44ef36b
|
||||
SIZE (postgresql/postgresql-11.0.tar.bz2) = 21206820
|
||||
116
databases/postgresql11-server/files/502.pgsql.in
Normal file
116
databases/postgresql11-server/files/502.pgsql.in
Normal file
|
|
@ -0,0 +1,116 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Maintenance shell script to vacuum and backup database
|
||||
# Put this in /usr/local/etc/periodic/daily, and it will be run
|
||||
# every night
|
||||
#
|
||||
# Written by Palle Girgensohn <girgen@pingpong.net>
|
||||
#
|
||||
# In public domain, do what you like with it,
|
||||
# and use it at your own risk... :)
|
||||
#
|
||||
|
||||
# Define these variables in either /etc/periodic.conf or
|
||||
# /etc/periodic.conf.local to override the default values.
|
||||
#
|
||||
# daily_pgsql_backup_enable="YES" # do backup of all databases
|
||||
# daily_pgsql_backup_enable="foo bar db1 db2" # only do backup of a limited selection of databases
|
||||
# daily_pgsql_vacuum_enable="YES" # do vacuum
|
||||
|
||||
# If there is a global system configuration file, suck it in.
|
||||
#
|
||||
if [ -r /etc/defaults/periodic.conf ]
|
||||
then
|
||||
. /etc/defaults/periodic.conf
|
||||
source_periodic_confs
|
||||
fi
|
||||
|
||||
: ${daily_pgsql_user:="%%PG_USER%%"}
|
||||
: ${daily_pgsql_port:=5432}
|
||||
: ${daily_pgsql_vacuum_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port} -qaz"}
|
||||
: ${daily_pgsql_pgdump_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port} -bF c"}
|
||||
: ${daily_pgsql_pgdumpall_globals_args:="-U ${daily_pgsql_user} -p ${daily_pgsql_port}"}
|
||||
# backupdir is relative to ~pgsql home directory unless it begins with a slash:
|
||||
: ${daily_pgsql_backupdir:="~${daily_pgsql_user}/backups"}
|
||||
: ${daily_pgsql_savedays:="7"}
|
||||
|
||||
# allow '~´ in dir name
|
||||
eval backupdir=${daily_pgsql_backupdir}
|
||||
|
||||
rc=0
|
||||
|
||||
pgsql_backup() {
|
||||
# daily_pgsql_backupdir must be writeable by user %%PG_USER%%
|
||||
# ~%%PG_USER%% is just that under normal circumstances,
|
||||
# but this might not be where you want the backups...
|
||||
if [ ! -d ${backupdir} ] ; then
|
||||
echo Creating ${backupdir}
|
||||
mkdir -m 700 ${backupdir}; chown ${daily_pgsql_user} ${backupdir}
|
||||
fi
|
||||
|
||||
echo
|
||||
echo "PostgreSQL backups"
|
||||
|
||||
# Protect the data
|
||||
umask 077
|
||||
rc=$?
|
||||
now=`date "+%Y-%m-%dT%H:%M:%S"`
|
||||
file=${daily_pgsql_backupdir}/pgglobals_${now}
|
||||
su -l ${daily_pgsql_user} -c \
|
||||
"umask 077; pg_dumpall -g ${daily_pgsql_pgdumpall_globals_args} | gzip -9 > ${file}.gz"
|
||||
|
||||
db=$1
|
||||
while shift; do
|
||||
echo -n " $db"
|
||||
file=${backupdir}/pgdump_${db}_${now}
|
||||
su -l ${daily_pgsql_user} -c "umask 077; pg_dump ${daily_pgsql_pgdump_args} -f ${file} ${db}"
|
||||
[ $? -gt 0 ] && rc=3
|
||||
db=$1
|
||||
done
|
||||
|
||||
if [ $rc -gt 0 ]; then
|
||||
echo
|
||||
echo "Errors were reported during backup."
|
||||
fi
|
||||
|
||||
# cleaning up old data
|
||||
find ${backupdir} \( -name 'pgdump_*' -o -name 'pgglobals_*' -o -name '*.dat.gz' -o -name 'toc.dat' \) \
|
||||
-a -mtime +${daily_pgsql_savedays} -delete
|
||||
echo
|
||||
}
|
||||
|
||||
case "$daily_pgsql_backup_enable" in
|
||||
[Yy][Ee][Ss])
|
||||
dbnames=`su -l ${daily_pgsql_user} -c "umask 077; psql -U ${daily_pgsql_user} -p ${daily_pgsql_port} -q -t -A -d template1 -c SELECT\ datname\ FROM\ pg_database\ WHERE\ datname!=\'template0\'"`
|
||||
pgsql_backup $dbnames
|
||||
;;
|
||||
|
||||
[Nn][Oo])
|
||||
;;
|
||||
|
||||
"")
|
||||
;;
|
||||
|
||||
*)
|
||||
pgsql_backup $daily_pgsql_backup_enable
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$daily_pgsql_vacuum_enable" in
|
||||
[Yy][Ee][Ss])
|
||||
|
||||
echo
|
||||
echo "PostgreSQL vacuum"
|
||||
su -l ${daily_pgsql_user} -c "vacuumdb ${daily_pgsql_vacuum_args}"
|
||||
if [ $? -gt 0 ]
|
||||
then
|
||||
echo
|
||||
echo "Errors were reported during vacuum."
|
||||
rc=3
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
exit $rc
|
||||
11
databases/postgresql11-server/files/dot.cshrc.in
Normal file
11
databases/postgresql11-server/files/dot.cshrc.in
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
setenv PGLIB %%PREFIX%%/lib
|
||||
|
||||
# note: PGDATA can be overridden by the -D startup option
|
||||
setenv PGDATA $HOME/data96
|
||||
|
||||
#You might want to set some locale stuff here
|
||||
#setenv PGDATESTYLE ISO
|
||||
#setenv LC_ALL sv_SE.ISO_8859-1
|
||||
|
||||
# if you want to make regression tests use this TZ
|
||||
#setenv TZ PST8PDT
|
||||
22
databases/postgresql11-server/files/dot.profile.in
Normal file
22
databases/postgresql11-server/files/dot.profile.in
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
PGLIB=%%PREFIX%%/lib
|
||||
|
||||
# note: PGDATA can be overridden by the -D startup option
|
||||
PGDATA=${HOME}/data96
|
||||
|
||||
export PATH PGLIB PGDATA
|
||||
|
||||
# if you use the periodic script from share/postgresql/502.pgsql, you
|
||||
# can set these
|
||||
#PGDUMP_ARGS="-b -F c"
|
||||
#PGBACKUPDIR=${HOME}/backups
|
||||
#PGBACKUP_SAVE_DAYS=7
|
||||
#export PGBACKUPDIR PGDUMP_ARGS PGBACKUP_SAVE_DAYS
|
||||
|
||||
#You might want to set some locale stuff here
|
||||
#PGDATESTYLE=ISO
|
||||
#LC_ALL=sv_SE.ISO_8859-1
|
||||
#export PGDATESTYLE LC_ALL
|
||||
|
||||
# if you want to make regression tests use this TZ
|
||||
#TZ=PST8PDT
|
||||
#export TZ
|
||||
9
databases/postgresql11-server/files/patch-doc-Makefile
Normal file
9
databases/postgresql11-server/files/patch-doc-Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
--- doc/Makefile.orig 2015-10-08 21:45:57.360084007 +0200
|
||||
+++ doc/Makefile 2015-10-08 21:46:04.353084097 +0200
|
||||
@@ -12,5 +12,5 @@
|
||||
top_builddir = ..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
-all distprep html man install installdirs uninstall clean distclean maintainer-clean:
|
||||
+all distprep man install installdirs uninstall clean distclean maintainer-clean:
|
||||
$(MAKE) -C src $@
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
--- doc/src/sgml/Makefile.orig 2018-10-15 23:12:02.000000000 +0200
|
||||
+++ doc/src/sgml/Makefile 2018-10-18 22:34:13.656029000 +0200
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
# Make "html" the default target, since that is what most people tend
|
||||
# to want to use.
|
||||
-html:
|
||||
+man:
|
||||
|
||||
# We don't need the tree-wide headers or install support here.
|
||||
NO_GENERATED_HEADERS=yes
|
||||
@@ -26,7 +26,7 @@
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
|
||||
-all: html man
|
||||
+all: man
|
||||
|
||||
distprep: html distprep-man
|
||||
|
||||
@@ -62,7 +62,6 @@
|
||||
## Man pages
|
||||
##
|
||||
|
||||
-man distprep-man: man-stamp
|
||||
|
||||
man-stamp: stylesheet-man.xsl postgres.sgml $(ALLSGML)
|
||||
$(XMLLINT) $(XMLINCLUDE) --noout --valid $(word 2,$^)
|
||||
@@ -212,10 +211,10 @@
|
||||
## Install
|
||||
##
|
||||
|
||||
-install: install-html install-man
|
||||
+install: install-man
|
||||
|
||||
installdirs:
|
||||
- $(MKDIR_P) '$(DESTDIR)$(htmldir)'/html $(addprefix '$(DESTDIR)$(mandir)'/man, 1 3 $(sqlmansectnum))
|
||||
+ $(MKDIR_P) $(addprefix '$(DESTDIR)$(mandir)'/man, 1 3 $(sqlmansectnum))
|
||||
|
||||
# If the install used a man directory shared with other applications, this will remove all files.
|
||||
uninstall:
|
||||
11
databases/postgresql11-server/files/patch-src-Makefile.shlib
Normal file
11
databases/postgresql11-server/files/patch-src-Makefile.shlib
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- src/Makefile.shlib.bak 2013-05-06 22:57:06.000000000 +0200
|
||||
+++ src/Makefile.shlib 2013-05-12 23:33:16.000000000 +0200
|
||||
@@ -87,7 +87,7 @@
|
||||
# Testing the soname variable is a reliable way to determine whether a
|
||||
# linkable library is being built.
|
||||
soname = $(shlib_major)
|
||||
-pkgconfigdir = $(libdir)/pkgconfig
|
||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
else
|
||||
# Naming convention for dynamically loadable modules
|
||||
shlib = $(NAME)$(DLSUFFIX)
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
--- src/backend/Makefile.orig 2009-07-07 15:58:33.000000000 +0200
|
||||
+++ src/backend/Makefile 2009-07-07 15:58:57.000000000 +0200
|
||||
@@ -107,6 +107,8 @@
|
||||
# Update the commonly used headers before building the subdirectories
|
||||
$(SUBDIRS:%=%-recursive): $(top_builddir)/src/include/parser/gram.h $(top_builddir)/src/include/utils/fmgroids.h $(top_builddir)/src/include/utils/probes.h
|
||||
|
||||
+symlinks: $(top_builddir)/src/include/parser/gram.h $(top_builddir)/src/include/storage/lwlocknames.h
|
||||
+
|
||||
|
||||
# The postgres.o target is needed by the rule in Makefile.global that
|
||||
# creates the exports file when MAKE_EXPORTS = true.
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
--- src/backend/utils/misc/postgresql.conf.sample.orig 2016-10-24 20:08:51 UTC
|
||||
+++ src/backend/utils/misc/postgresql.conf.sample
|
||||
@@ -330,6 +330,7 @@
|
||||
|
||||
# - Where to Log -
|
||||
|
||||
+log_destination = 'syslog'
|
||||
#log_destination = 'stderr' # Valid values are combinations of
|
||||
# stderr, csvlog, syslog, and eventlog,
|
||||
# depending on platform. csvlog
|
||||
@@ -464,7 +465,9 @@
|
||||
|
||||
#cluster_name = '' # added to process titles if nonempty
|
||||
# (change requires restart)
|
||||
-#update_process_title = on
|
||||
+
|
||||
+# On FreeBSD, this is a performance hog, so keep it off if you need speed
|
||||
+update_process_title = off
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
32
databases/postgresql11-server/files/pkg-message-client.in
Normal file
32
databases/postgresql11-server/files/pkg-message-client.in
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
The PostgreSQL port has a collection of "side orders":
|
||||
|
||||
postgresql-docs
|
||||
For all of the html documentation
|
||||
|
||||
p5-Pg
|
||||
A perl5 API for client access to PostgreSQL databases.
|
||||
|
||||
postgresql-tcltk
|
||||
If you want tcl/tk client support.
|
||||
|
||||
postgresql-jdbc
|
||||
For Java JDBC support.
|
||||
|
||||
postgresql-odbc
|
||||
For client access from unix applications using ODBC as access
|
||||
method. Not needed to access unix PostgreSQL servers from Win32
|
||||
using ODBC. See below.
|
||||
|
||||
ruby-postgres, py-psycopg2
|
||||
For client access to PostgreSQL databases using the ruby & python
|
||||
languages.
|
||||
|
||||
postgresql-plperl, postgresql-pltcl & postgresql-plruby
|
||||
For using perl5, tcl & ruby as procedural languages.
|
||||
|
||||
postgresql-contrib
|
||||
Lots of contributed utilities, postgresql functions and
|
||||
datatypes. There you find pg_standby, pgcrypto and many other cool
|
||||
things.
|
||||
|
||||
etc...
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
The PostgreSQL contrib utilities have been installed. Please see
|
||||
%%PREFIX%%/share/doc/postgresql/contrib/README
|
||||
for more information.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
PL/Perl has been installed. Check the createlang(l) manpage for more
|
||||
info. You can install PL/Perl as trusted or untrusted, by using either
|
||||
"createlang plperl" or "createlang plperlu".
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
PL/Python has been installed. Check the createlang(l) manpage for more
|
||||
info. You can install PL/Python by using "createlang plpythonu" (it
|
||||
exists as an untrusted language only).
|
||||
3
databases/postgresql11-server/files/pkg-message-pltcl.in
Normal file
3
databases/postgresql11-server/files/pkg-message-pltcl.in
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
PL/Tcl has been installed. Check the createlang(l) manpage for more
|
||||
info. You can install pltcl as trusted or untrusted, by using either
|
||||
"createlang pltcl" or "createlang pltclu".
|
||||
64
databases/postgresql11-server/files/pkg-message-server.in
Normal file
64
databases/postgresql11-server/files/pkg-message-server.in
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
For procedural languages and postgresql functions, please note that
|
||||
you might have to update them when updating the server.
|
||||
|
||||
If you have many tables and many clients running, consider raising
|
||||
kern.maxfiles using sysctl(8), or reconfigure your kernel
|
||||
appropriately.
|
||||
|
||||
The port is set up to use autovacuum for new databases, but you might
|
||||
also want to vacuum and perhaps backup your database regularly. There
|
||||
is a periodic script, %%PREFIX%%/etc/periodic/daily/502.pgsql, that
|
||||
you may find useful. You can use it to backup and perform vacuum on all
|
||||
databases nightly. Per default, it performs `vacuum analyze'. See the
|
||||
script for instructions. For autovacuum settings, please review
|
||||
~pgsql/data/postgresql.conf.
|
||||
|
||||
If you plan to access your PostgreSQL server using ODBC, please
|
||||
consider running the SQL script %%PREFIX%%/share/postgresql/odbc.sql
|
||||
to get the functions required for ODBC compliance.
|
||||
|
||||
Please note that if you use the rc script,
|
||||
%%PREFIX%%/etc/rc.d/postgresql, to initialize the database, unicode
|
||||
(UTF-8) will be used to store character data by default. Set
|
||||
postgresql_initdb_flags or use login.conf settings described below to
|
||||
alter this behaviour. See the start rc script for more info.
|
||||
|
||||
To set limits, environment stuff like locale and collation and other
|
||||
things, you can set up a class in /etc/login.conf before initializing
|
||||
the database. Add something similar to this to /etc/login.conf:
|
||||
---
|
||||
postgres:\
|
||||
:lang=en_US.UTF-8:\
|
||||
:setenv=LC_COLLATE=C:\
|
||||
:tc=default:
|
||||
---
|
||||
and run `cap_mkdb /etc/login.conf'.
|
||||
Then add 'postgresql_class="postgres"' to /etc/rc.conf.
|
||||
|
||||
======================================================================
|
||||
|
||||
To initialize the database, run
|
||||
|
||||
%%PREFIX%%/etc/rc.d/postgresql initdb
|
||||
|
||||
You can then start PostgreSQL by running:
|
||||
|
||||
%%PREFIX%%/etc/rc.d/postgresql start
|
||||
|
||||
For postmaster settings, see ~pgsql/data/postgresql.conf
|
||||
|
||||
NB. FreeBSD's PostgreSQL port logs to syslog by default
|
||||
See ~pgsql/data/postgresql.conf for more info
|
||||
|
||||
NB. If you're not using a checksumming filesystem like ZFS, you might
|
||||
wish to enable data checksumming. It can only be enabled during
|
||||
the initdb phase, by adding the "--data-checksums" flag to
|
||||
the postgres_initdb_flags rcvar. Check the initdb(1) manpage
|
||||
for more info and make sure you understand the performance
|
||||
implications.
|
||||
|
||||
======================================================================
|
||||
|
||||
To run PostgreSQL at startup, add
|
||||
'postgresql_enable="YES"' to /etc/rc.conf
|
||||
|
||||
4
databases/postgresql11-server/files/pkgIndex.tcl.in
Normal file
4
databases/postgresql11-server/files/pkgIndex.tcl.in
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Package-index file for Pgtcl-package. Enables you to load PostgreSQL
|
||||
# interface functions right into you TCL-interpreter as simply as
|
||||
# package require Pgtcl
|
||||
package ifneeded Pgtcl 1.3 "load %%PREFIX%%/lib/libpgtcl.so"
|
||||
116
databases/postgresql11-server/files/postgresql.in
Normal file
116
databases/postgresql11-server/files/postgresql.in
Normal file
|
|
@ -0,0 +1,116 @@
|
|||
#!/bin/sh
|
||||
|
||||
# $FreeBSD$
|
||||
#
|
||||
# PROVIDE: postgresql
|
||||
# REQUIRE: sshd
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Add the following line to /etc/rc.conf to enable PostgreSQL:
|
||||
#
|
||||
# postgresql_enable="YES"
|
||||
# # optional
|
||||
# postgresql_data="/var/db/%%PG_USER%%/data10"
|
||||
# postgresql_flags="-w -s -m fast"
|
||||
# postgresql_initdb_flags="--encoding=utf-8 --lc-collate=C"
|
||||
# postgresql_class="default"
|
||||
# postgresql_profiles=""
|
||||
#
|
||||
# See %%PREFIX%%/share/doc/postgresql/README-server for more info
|
||||
#
|
||||
# This scripts takes one of the following commands:
|
||||
#
|
||||
# start stop restart reload status initdb
|
||||
#
|
||||
# For postmaster startup options, edit ${postgresql_data}/postgresql.conf
|
||||
|
||||
command=%%PREFIX%%/bin/pg_ctl
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
load_rc_config postgresql
|
||||
|
||||
# set defaults
|
||||
postgresql_enable=${postgresql_enable:-"NO"}
|
||||
postgresql_flags=${postgresql_flags:-"-w -s -m fast"}
|
||||
postgresql_user=${postgresql_user:-"%%PG_USER%%"}
|
||||
eval postgresql_data=${postgresql_data:-"~${postgresql_user}/data10"}
|
||||
postgresql_class=${postgresql_class:-"default"}
|
||||
postgresql_initdb_flags=${postgresql_initdb_flags:-"--encoding=utf-8 --lc-collate=C"}
|
||||
|
||||
name=postgresql
|
||||
rcvar=postgresql_enable
|
||||
extra_commands="reload initdb"
|
||||
|
||||
start_cmd="postgresql_command start"
|
||||
stop_cmd="postgresql_command stop"
|
||||
restart_cmd="postgresql_command restart"
|
||||
reload_cmd="postgresql_command reload"
|
||||
status_cmd="postgresql_command status"
|
||||
|
||||
initdb_cmd="postgresql_initdb"
|
||||
|
||||
su_cmd="/usr/bin/su"
|
||||
|
||||
if [ -n "$2" ]; then
|
||||
profile="$2"
|
||||
if [ "x${postgresql_profiles}" != "x" ]; then
|
||||
eval postgresql_data="\${postgresql_${profile}_data:-}"
|
||||
if [ "x${postgresql_data}" = "x" ]; then
|
||||
echo "You must define a data directory (postgresql_${profile}_data)"
|
||||
exit 1
|
||||
fi
|
||||
eval postgresql_enable="\${postgresql_${profile}_enable:-${postgresql_enable}}"
|
||||
eval postgresql_data="\${postgresql_${profile}_data:-${postgresql_data}}"
|
||||
eval postgresql_flags="\${postgresql_${profile}_flags:-${postgresql_flags}}"
|
||||
eval postgresql_initdb_flags="\${postgresql_${profile}_initdb_flags:-${postgresql_initdb_flags}}"
|
||||
fi
|
||||
else
|
||||
if [ "x${postgresql_profiles}" != "x" -a "x$1" != "x" ]; then
|
||||
for profile in ${postgresql_profiles}; do
|
||||
eval _enable="\${postgresql_${profile}_enable}"
|
||||
case "x${_enable:-${postgresql_enable}}" in
|
||||
x|x[Nn][Oo]|x[Nn][Oo][Nn][Ee])
|
||||
continue
|
||||
;;
|
||||
x[Yy][Ee][Ss])
|
||||
;;
|
||||
*)
|
||||
if test -z "$_enable"; then
|
||||
_var=postgresql_enable
|
||||
else
|
||||
_var=postgresql_"${profile}"_enable
|
||||
fi
|
||||
echo "Bad value" \
|
||||
"'${_enable:-${postgresql_enable}}'" \
|
||||
"for ${_var}. " \
|
||||
"Profile ${profile} skipped."
|
||||
continue
|
||||
;;
|
||||
esac
|
||||
echo "===> postgresql profile: ${profile}"
|
||||
%%PREFIX%%/etc/rc.d/postgresql $1 ${profile}
|
||||
retcode="$?"
|
||||
if [ "0${retcode}" -ne 0 ]; then
|
||||
failed="${profile} (${retcode}) ${failed:-}"
|
||||
else
|
||||
success="${profile} ${success:-}"
|
||||
fi
|
||||
done
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
||||
command_args="-D ${postgresql_data} ${postgresql_flags}"
|
||||
|
||||
postgresql_command()
|
||||
{
|
||||
${su_cmd} -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}"
|
||||
}
|
||||
|
||||
postgresql_initdb()
|
||||
{
|
||||
${su_cmd} -l -c ${postgresql_class} ${postgresql_user} -c "exec %%PREFIX%%/bin/initdb ${postgresql_initdb_flags} -D ${postgresql_data} -U ${postgresql_user}"
|
||||
}
|
||||
|
||||
run_rc_command "$1"
|
||||
23
databases/postgresql11-server/pkg-descr
Normal file
23
databases/postgresql11-server/pkg-descr
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
PostgreSQL is a sophisticated Object-Relational DBMS, supporting
|
||||
almost all SQL constructs, including subselects, transactions, and
|
||||
user-defined types and functions. It is the most advanced open-source
|
||||
database available anywhere. Commercial Support is also available.
|
||||
|
||||
The original Postgres code was the effort of many graduate students,
|
||||
undergraduate students, and staff programmers working under the direction of
|
||||
Professor Michael Stonebraker at the University of California, Berkeley. In
|
||||
1995, Andrew Yu and Jolly Chen took on the task of converting the DBMS query
|
||||
language to SQL and created a new database system which came to known as
|
||||
Postgres95. Many others contributed to the porting, testing, debugging and
|
||||
enhancement of the Postgres95 code. As the code improved, and 1995 faded into
|
||||
memory, PostgreSQL was born.
|
||||
|
||||
PostgreSQL development is presently being performed by a team of Internet
|
||||
developers who are now responsible for all current and future development. The
|
||||
development team coordinator is Marc G. Fournier (scrappy@PostgreSQL.ORG).
|
||||
Support is available from the PostgreSQL developer/user community through the
|
||||
support mailing list (questions@PostgreSQL.ORG).
|
||||
|
||||
PostgreSQL is free and the complete source is available.
|
||||
|
||||
WWW: https://www.postgresql.org/
|
||||
24
databases/postgresql11-server/pkg-install-server
Normal file
24
databases/postgresql11-server/pkg-install-server
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
#! /bin/sh
|
||||
|
||||
# $FreeBSD$
|
||||
|
||||
PATH=/bin:/usr/bin:/usr/sbin
|
||||
|
||||
backupwarning() {
|
||||
cat <<EOF
|
||||
|
||||
=========== BACKUP YOUR DATA! =============
|
||||
As always, backup your data before
|
||||
upgrading. If the upgrade leads to a higher
|
||||
minor revision (e.g. 8.3.x -> 8.4), a dump
|
||||
and restore of all databases is
|
||||
required. This is *NOT* done by the port!
|
||||
===========================================
|
||||
EOF
|
||||
}
|
||||
|
||||
case $2 in
|
||||
PRE-INSTALL)
|
||||
backupwarning
|
||||
;;
|
||||
esac
|
||||
1198
databases/postgresql11-server/pkg-plist-client
Normal file
1198
databases/postgresql11-server/pkg-plist-client
Normal file
File diff suppressed because it is too large
Load diff
266
databases/postgresql11-server/pkg-plist-contrib
Normal file
266
databases/postgresql11-server/pkg-plist-contrib
Normal file
|
|
@ -0,0 +1,266 @@
|
|||
bin/oid2name
|
||||
bin/pg_standby
|
||||
bin/vacuumlo
|
||||
include/postgresql/server/extension/cube/cubedata.h
|
||||
include/postgresql/server/extension/hstore/hstore.h
|
||||
include/postgresql/server/extension/isn/isn.h
|
||||
include/postgresql/server/extension/ltree/ltree.h
|
||||
include/postgresql/server/extension/seg/segdata.h
|
||||
lib/postgresql/_int.so
|
||||
lib/postgresql/adminpack.so
|
||||
lib/postgresql/amcheck.so
|
||||
lib/postgresql/auth_delay.so
|
||||
lib/postgresql/auto_explain.so
|
||||
lib/postgresql/autoinc.so
|
||||
lib/postgresql/bloom.so
|
||||
lib/postgresql/btree_gin.so
|
||||
lib/postgresql/btree_gist.so
|
||||
lib/postgresql/citext.so
|
||||
lib/postgresql/cube.so
|
||||
lib/postgresql/dblink.so
|
||||
lib/postgresql/dict_int.so
|
||||
lib/postgresql/dict_xsyn.so
|
||||
lib/postgresql/earthdistance.so
|
||||
lib/postgresql/file_fdw.so
|
||||
lib/postgresql/fuzzystrmatch.so
|
||||
lib/postgresql/hstore.so
|
||||
lib/postgresql/insert_username.so
|
||||
lib/postgresql/isn.so
|
||||
lib/postgresql/lo.so
|
||||
lib/postgresql/ltree.so
|
||||
lib/postgresql/moddatetime.so
|
||||
lib/postgresql/pageinspect.so
|
||||
lib/postgresql/passwordcheck.so
|
||||
lib/postgresql/pg_buffercache.so
|
||||
lib/postgresql/pg_freespacemap.so
|
||||
lib/postgresql/pg_prewarm.so
|
||||
lib/postgresql/pg_stat_statements.so
|
||||
lib/postgresql/pg_trgm.so
|
||||
lib/postgresql/pg_visibility.so
|
||||
lib/postgresql/pgcrypto.so
|
||||
lib/postgresql/pgrowlocks.so
|
||||
lib/postgresql/pgstattuple.so
|
||||
lib/postgresql/pgxml.so
|
||||
lib/postgresql/postgres_fdw.so
|
||||
lib/postgresql/refint.so
|
||||
lib/postgresql/seg.so
|
||||
lib/postgresql/sslinfo.so
|
||||
lib/postgresql/tablefunc.so
|
||||
lib/postgresql/tcn.so
|
||||
lib/postgresql/test_decoding.so
|
||||
lib/postgresql/timetravel.so
|
||||
lib/postgresql/tsm_system_rows.so
|
||||
lib/postgresql/tsm_system_time.so
|
||||
lib/postgresql/unaccent.so
|
||||
lib/postgresql/uuid-ossp.so
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README-contrib
|
||||
%%PORTDOCS%%%%DOCSDIR%%/extension/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/extension/autoinc.example
|
||||
%%PORTDOCS%%%%DOCSDIR%%/extension/insert_username.example
|
||||
%%PORTDOCS%%%%DOCSDIR%%/extension/moddatetime.example
|
||||
%%PORTDOCS%%%%DOCSDIR%%/extension/refint.example
|
||||
%%PORTDOCS%%%%DOCSDIR%%/extension/timetravel.example
|
||||
%%DATADIR%%/extension/adminpack--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/adminpack--1.0.sql
|
||||
%%DATADIR%%/extension/adminpack--1.1--2.0.sql
|
||||
%%DATADIR%%/extension/adminpack.control
|
||||
%%DATADIR%%/extension/amcheck--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/amcheck--1.0.sql
|
||||
%%DATADIR%%/extension/amcheck.control
|
||||
%%DATADIR%%/extension/autoinc--1.0.sql
|
||||
%%DATADIR%%/extension/autoinc--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/autoinc.control
|
||||
%%DATADIR%%/extension/bloom--1.0.sql
|
||||
%%DATADIR%%/extension/bloom.control
|
||||
%%DATADIR%%/extension/btree_gin--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/btree_gin--1.0.sql
|
||||
%%DATADIR%%/extension/btree_gin--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/btree_gin--1.2--1.3.sql
|
||||
%%DATADIR%%/extension/btree_gin--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/btree_gin.control
|
||||
%%DATADIR%%/extension/btree_gist--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/btree_gist--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/btree_gist--1.2--1.3.sql
|
||||
%%DATADIR%%/extension/btree_gist--1.2.sql
|
||||
%%DATADIR%%/extension/btree_gist--1.3--1.4.sql
|
||||
%%DATADIR%%/extension/btree_gist--1.4--1.5.sql
|
||||
%%DATADIR%%/extension/btree_gist--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/btree_gist.control
|
||||
%%DATADIR%%/extension/citext--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/citext--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/citext--1.2--1.3.sql
|
||||
%%DATADIR%%/extension/citext--1.3--1.4.sql
|
||||
%%DATADIR%%/extension/citext--1.4--1.5.sql
|
||||
%%DATADIR%%/extension/citext--1.4.sql
|
||||
%%DATADIR%%/extension/citext--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/citext.control
|
||||
%%DATADIR%%/extension/cube--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/cube--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/cube--1.2--1.3.sql
|
||||
%%DATADIR%%/extension/cube--1.2.sql
|
||||
%%DATADIR%%/extension/cube--1.3--1.4.sql
|
||||
%%DATADIR%%/extension/cube--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/cube.control
|
||||
%%DATADIR%%/extension/dblink--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/dblink--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/dblink--1.2.sql
|
||||
%%DATADIR%%/extension/dblink--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/dblink.control
|
||||
%%DATADIR%%/extension/dict_int--1.0.sql
|
||||
%%DATADIR%%/extension/dict_int--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/dict_int.control
|
||||
%%DATADIR%%/extension/dict_xsyn--1.0.sql
|
||||
%%DATADIR%%/extension/dict_xsyn--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/dict_xsyn.control
|
||||
%%DATADIR%%/extension/earthdistance--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/earthdistance--1.1.sql
|
||||
%%DATADIR%%/extension/earthdistance--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/earthdistance.control
|
||||
%%DATADIR%%/extension/file_fdw--1.0.sql
|
||||
%%DATADIR%%/extension/file_fdw.control
|
||||
%%DATADIR%%/extension/fuzzystrmatch--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/fuzzystrmatch--1.1.sql
|
||||
%%DATADIR%%/extension/fuzzystrmatch--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/fuzzystrmatch.control
|
||||
%%DATADIR%%/extension/hstore--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/hstore--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/hstore--1.2--1.3.sql
|
||||
%%DATADIR%%/extension/hstore--1.3--1.4.sql
|
||||
%%DATADIR%%/extension/hstore--1.4--1.5.sql
|
||||
%%DATADIR%%/extension/hstore--1.4.sql
|
||||
%%DATADIR%%/extension/hstore--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/hstore.control
|
||||
%%DATADIR%%/extension/insert_username--1.0.sql
|
||||
%%DATADIR%%/extension/insert_username--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/insert_username.control
|
||||
%%DATADIR%%/extension/intagg--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/intagg--1.1.sql
|
||||
%%DATADIR%%/extension/intagg--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/intagg.control
|
||||
%%DATADIR%%/extension/intarray--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/intarray--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/intarray--1.2.sql
|
||||
%%DATADIR%%/extension/intarray--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/intarray.control
|
||||
%%DATADIR%%/extension/isn--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/isn--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/isn--1.1.sql
|
||||
%%DATADIR%%/extension/isn--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/isn.control
|
||||
%%DATADIR%%/extension/lo--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/lo--1.1.sql
|
||||
%%DATADIR%%/extension/lo--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/lo.control
|
||||
%%DATADIR%%/extension/ltree--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/ltree--1.1.sql
|
||||
%%DATADIR%%/extension/ltree--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/ltree.control
|
||||
%%DATADIR%%/extension/moddatetime--1.0.sql
|
||||
%%DATADIR%%/extension/moddatetime--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/moddatetime.control
|
||||
%%DATADIR%%/extension/pageinspect--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/pageinspect--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/pageinspect--1.2--1.3.sql
|
||||
%%DATADIR%%/extension/pageinspect--1.3--1.4.sql
|
||||
%%DATADIR%%/extension/pageinspect--1.4--1.5.sql
|
||||
%%DATADIR%%/extension/pageinspect--1.5--1.6.sql
|
||||
%%DATADIR%%/extension/pageinspect--1.5.sql
|
||||
%%DATADIR%%/extension/pageinspect--1.6--1.7.sql
|
||||
%%DATADIR%%/extension/pageinspect--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/pageinspect.control
|
||||
%%DATADIR%%/extension/pg_buffercache--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/pg_buffercache--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/pg_buffercache--1.2--1.3.sql
|
||||
%%DATADIR%%/extension/pg_buffercache--1.2.sql
|
||||
%%DATADIR%%/extension/pg_buffercache--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/pg_buffercache.control
|
||||
%%DATADIR%%/extension/pg_freespacemap--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/pg_freespacemap--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/pg_freespacemap--1.1.sql
|
||||
%%DATADIR%%/extension/pg_freespacemap--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/pg_freespacemap.control
|
||||
%%DATADIR%%/extension/pg_prewarm--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/pg_prewarm--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/pg_prewarm--1.1.sql
|
||||
%%DATADIR%%/extension/pg_prewarm.control
|
||||
%%DATADIR%%/extension/pg_stat_statements--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/pg_stat_statements--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/pg_stat_statements--1.2--1.3.sql
|
||||
%%DATADIR%%/extension/pg_stat_statements--1.3--1.4.sql
|
||||
%%DATADIR%%/extension/pg_stat_statements--1.4--1.5.sql
|
||||
%%DATADIR%%/extension/pg_stat_statements--1.4.sql
|
||||
%%DATADIR%%/extension/pg_stat_statements--1.5--1.6.sql
|
||||
%%DATADIR%%/extension/pg_stat_statements--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/pg_stat_statements.control
|
||||
%%DATADIR%%/extension/pg_trgm--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/pg_trgm--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/pg_trgm--1.2--1.3.sql
|
||||
%%DATADIR%%/extension/pg_trgm--1.3--1.4.sql
|
||||
%%DATADIR%%/extension/pg_trgm--1.3.sql
|
||||
%%DATADIR%%/extension/pg_trgm--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/pg_trgm.control
|
||||
%%DATADIR%%/extension/pg_visibility--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/pg_visibility--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/pg_visibility--1.1.sql
|
||||
%%DATADIR%%/extension/pg_visibility.control
|
||||
%%DATADIR%%/extension/pgcrypto--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/pgcrypto--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/pgcrypto--1.2--1.3.sql
|
||||
%%DATADIR%%/extension/pgcrypto--1.3.sql
|
||||
%%DATADIR%%/extension/pgcrypto--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/pgcrypto.control
|
||||
%%DATADIR%%/extension/pgrowlocks--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/pgrowlocks--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/pgrowlocks--1.2.sql
|
||||
%%DATADIR%%/extension/pgrowlocks--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/pgrowlocks.control
|
||||
%%DATADIR%%/extension/pgstattuple--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/pgstattuple--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/pgstattuple--1.2--1.3.sql
|
||||
%%DATADIR%%/extension/pgstattuple--1.3--1.4.sql
|
||||
%%DATADIR%%/extension/pgstattuple--1.4--1.5.sql
|
||||
%%DATADIR%%/extension/pgstattuple--1.4.sql
|
||||
%%DATADIR%%/extension/pgstattuple--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/pgstattuple.control
|
||||
%%DATADIR%%/extension/postgres_fdw--1.0.sql
|
||||
%%DATADIR%%/extension/postgres_fdw.control
|
||||
%%DATADIR%%/extension/refint--1.0.sql
|
||||
%%DATADIR%%/extension/refint--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/refint.control
|
||||
%%DATADIR%%/extension/seg--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/seg--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/seg--1.1.sql
|
||||
%%DATADIR%%/extension/seg--1.2--1.3.sql
|
||||
%%DATADIR%%/extension/seg--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/seg.control
|
||||
%%DATADIR%%/extension/sslinfo--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/sslinfo--1.1--1.2.sql
|
||||
%%DATADIR%%/extension/sslinfo--1.2.sql
|
||||
%%DATADIR%%/extension/sslinfo--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/sslinfo.control
|
||||
%%DATADIR%%/extension/tablefunc--1.0.sql
|
||||
%%DATADIR%%/extension/tablefunc--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/tablefunc.control
|
||||
%%DATADIR%%/extension/tcn--1.0.sql
|
||||
%%DATADIR%%/extension/tcn.control
|
||||
%%DATADIR%%/extension/timetravel--1.0.sql
|
||||
%%DATADIR%%/extension/timetravel--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/timetravel.control
|
||||
%%DATADIR%%/extension/tsm_system_rows--1.0.sql
|
||||
%%DATADIR%%/extension/tsm_system_rows.control
|
||||
%%DATADIR%%/extension/tsm_system_time--1.0.sql
|
||||
%%DATADIR%%/extension/tsm_system_time.control
|
||||
%%DATADIR%%/extension/unaccent--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/unaccent--1.1.sql
|
||||
%%DATADIR%%/extension/unaccent--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/unaccent.control
|
||||
%%DATADIR%%/extension/uuid-ossp--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/uuid-ossp--1.1.sql
|
||||
%%DATADIR%%/extension/uuid-ossp--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/uuid-ossp.control
|
||||
%%DATADIR%%/extension/xml2--1.0--1.1.sql
|
||||
%%DATADIR%%/extension/xml2--1.1.sql
|
||||
%%DATADIR%%/extension/xml2--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/xml2.control
|
||||
%%DATADIR%%/tsearch_data/unaccent.rules
|
||||
%%DATADIR%%/tsearch_data/xsyn_sample.rules
|
||||
11
databases/postgresql11-server/pkg-plist-plperl
Normal file
11
databases/postgresql11-server/pkg-plist-plperl
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
include/postgresql/server/plperl.h
|
||||
include/postgresql/server/plperl_helpers.h
|
||||
include/postgresql/server/ppport.h
|
||||
%%DATADIR%%/extension/plperlu--1.0.sql
|
||||
%%DATADIR%%/extension/plperl.control
|
||||
%%DATADIR%%/extension/plperl--1.0.sql
|
||||
%%DATADIR%%/extension/plperlu.control
|
||||
%%DATADIR%%/extension/plperlu--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/plperl--unpackaged--1.0.sql
|
||||
%%DOCSDIR%%/README-plperl
|
||||
lib/postgresql/plperl.so
|
||||
26
databases/postgresql11-server/pkg-plist-plpython
Normal file
26
databases/postgresql11-server/pkg-plist-plpython
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
include/postgresql/server/plpy_cursorobject.h
|
||||
include/postgresql/server/plpy_elog.h
|
||||
include/postgresql/server/plpy_exec.h
|
||||
include/postgresql/server/plpy_main.h
|
||||
include/postgresql/server/plpy_planobject.h
|
||||
include/postgresql/server/plpy_plpymodule.h
|
||||
include/postgresql/server/plpy_procedure.h
|
||||
include/postgresql/server/plpy_resultobject.h
|
||||
include/postgresql/server/plpy_spi.h
|
||||
include/postgresql/server/plpy_subxactobject.h
|
||||
include/postgresql/server/plpy_typeio.h
|
||||
include/postgresql/server/plpy_util.h
|
||||
include/postgresql/server/plpython.h
|
||||
lib/postgresql/pgxs/src/pl/plpython/regress-python3-mangle.mk
|
||||
%%DOCSDIR%%/README-plpython
|
||||
%%PYTHON2%%lib/postgresql/plpython2.so
|
||||
%%PYTHON3%%lib/postgresql/plpython3.so
|
||||
%%PYTHON2%%%%DATADIR%%/extension/plpython2u--1.0.sql
|
||||
%%PYTHON2%%%%DATADIR%%/extension/plpython2u--unpackaged--1.0.sql
|
||||
%%PYTHON2%%%%DATADIR%%/extension/plpython2u.control
|
||||
%%PYTHON3%%%%DATADIR%%/extension/plpython3u--1.0.sql
|
||||
%%PYTHON3%%%%DATADIR%%/extension/plpython3u--unpackaged--1.0.sql
|
||||
%%PYTHON3%%%%DATADIR%%/extension/plpython3u.control
|
||||
%%PYTHON2%%%%DATADIR%%/extension/plpythonu--1.0.sql
|
||||
%%PYTHON2%%%%DATADIR%%/extension/plpythonu--unpackaged--1.0.sql
|
||||
%%PYTHON2%%%%DATADIR%%/extension/plpythonu.control
|
||||
8
databases/postgresql11-server/pkg-plist-pltcl
Normal file
8
databases/postgresql11-server/pkg-plist-pltcl
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
%%DATADIR%%/extension/pltcl--1.0.sql
|
||||
%%DATADIR%%/extension/pltcl.control
|
||||
%%DATADIR%%/extension/pltclu.control
|
||||
%%DATADIR%%/extension/pltclu--1.0.sql
|
||||
%%DATADIR%%/extension/pltcl--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/pltclu--unpackaged--1.0.sql
|
||||
%%DOCSDIR%%/README-pltcl
|
||||
lib/postgresql/pltcl.so
|
||||
849
databases/postgresql11-server/pkg-plist-server
Normal file
849
databases/postgresql11-server/pkg-plist-server
Normal file
|
|
@ -0,0 +1,849 @@
|
|||
bin/initdb
|
||||
bin/pg_archivecleanup
|
||||
bin/pg_basebackup
|
||||
bin/pg_controldata
|
||||
bin/pg_ctl
|
||||
bin/pg_receivewal
|
||||
bin/pg_recvlogical
|
||||
bin/pg_resetwal
|
||||
bin/pg_rewind
|
||||
bin/pg_test_fsync
|
||||
bin/pg_test_timing
|
||||
bin/pg_upgrade
|
||||
bin/pg_waldump
|
||||
bin/postgres
|
||||
bin/postmaster
|
||||
etc/periodic/daily/502.pgsql
|
||||
include/postgresql/server/plpgsql.h
|
||||
lib/postgresql/ascii_and_mic.so
|
||||
lib/postgresql/cyrillic_and_mic.so
|
||||
lib/postgresql/dict_snowball.so
|
||||
lib/postgresql/euc2004_sjis2004.so
|
||||
lib/postgresql/euc_cn_and_mic.so
|
||||
lib/postgresql/euc_jp_and_sjis.so
|
||||
lib/postgresql/euc_kr_and_mic.so
|
||||
lib/postgresql/euc_tw_and_big5.so
|
||||
lib/postgresql/latin2_and_win1250.so
|
||||
lib/postgresql/latin_and_mic.so
|
||||
lib/postgresql/libpqwalreceiver.so
|
||||
lib/postgresql/pgoutput.so
|
||||
lib/postgresql/plpgsql.so
|
||||
lib/postgresql/utf8_and_ascii.so
|
||||
lib/postgresql/utf8_and_big5.so
|
||||
lib/postgresql/utf8_and_cyrillic.so
|
||||
lib/postgresql/utf8_and_euc2004.so
|
||||
lib/postgresql/utf8_and_euc_cn.so
|
||||
lib/postgresql/utf8_and_euc_jp.so
|
||||
lib/postgresql/utf8_and_euc_kr.so
|
||||
lib/postgresql/utf8_and_euc_tw.so
|
||||
lib/postgresql/utf8_and_gb18030.so
|
||||
lib/postgresql/utf8_and_gbk.so
|
||||
lib/postgresql/utf8_and_iso8859.so
|
||||
lib/postgresql/utf8_and_iso8859_1.so
|
||||
lib/postgresql/utf8_and_johab.so
|
||||
lib/postgresql/utf8_and_sjis.so
|
||||
lib/postgresql/utf8_and_sjis2004.so
|
||||
lib/postgresql/utf8_and_uhc.so
|
||||
lib/postgresql/utf8_and_win.so
|
||||
lib/libpgcommon.a
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README-server
|
||||
%%DATADIR%%/conversion_create.sql
|
||||
%%DATADIR%%/errcodes.txt
|
||||
%%DATADIR%%/information_schema.sql
|
||||
%%DATADIR%%/pg_hba.conf.sample
|
||||
%%DATADIR%%/pg_ident.conf.sample
|
||||
%%DATADIR%%/postgres.bki
|
||||
%%DATADIR%%/postgres.description
|
||||
%%DATADIR%%/postgresql.conf.sample
|
||||
%%DATADIR%%/recovery.conf.sample
|
||||
%%DATADIR%%/sql_features.txt
|
||||
%%DATADIR%%/system_views.sql
|
||||
%%DATADIR%%/extension/plpgsql--1.0.sql
|
||||
%%DATADIR%%/extension/plpgsql--unpackaged--1.0.sql
|
||||
%%DATADIR%%/extension/plpgsql.control
|
||||
%%DATADIR%%/postgres.shdescription
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/initdb-11.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/pg_archivecleanup-11.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/pg_basebackup-11.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/pg_controldata-11.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/pg_ctl-11.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/pg_resetwal-11.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/pg_rewind-11.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/pg_test_fsync-11.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/pg_test_timing-11.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/pg_upgrade-11.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/pg_waldump-11.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/plpgsql-11.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/initdb-11.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/pg_archivecleanup-11.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/pg_basebackup-11.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/pg_controldata-11.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/pg_ctl-11.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/pg_resetwal-11.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/pg_rewind-11.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/pg_test_fsync-11.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/pg_test_timing-11.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/pg_upgrade-11.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/pg_waldump-11.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/plpgsql-11.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/postgres-11.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/initdb-11.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/pg_archivecleanup-11.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/pg_basebackup-11.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/pg_controldata-11.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/pg_ctl-11.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/pg_resetwal-11.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/pg_rewind-11.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/pg_test_fsync-11.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/pg_test_timing-11.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/pg_waldump-11.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/plpgsql-11.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/postgres-11.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/initdb-11.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/pg_archivecleanup-11.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/pg_basebackup-11.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/pg_controldata-11.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/pg_ctl-11.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/pg_resetwal-11.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/pg_rewind-11.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/pg_test_fsync-11.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/pg_test_timing-11.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/pg_upgrade-11.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/pg_waldump-11.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/plpgsql-11.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/postgres-11.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/initdb-11.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/pg_basebackup-11.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/pg_ctl-11.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/initdb-11.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/pg_basebackup-11.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/pg_controldata-11.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/pg_ctl-11.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/pg_rewind-11.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/plpgsql-11.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/postgres-11.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/initdb-11.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/pg_archivecleanup-11.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/pg_basebackup-11.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/pg_controldata-11.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/pg_ctl-11.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/pg_resetwal-11.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/pg_rewind-11.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/pg_test_fsync-11.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/pg_test_timing-11.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/pg_upgrade-11.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/pg_waldump-11.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/plpgsql-11.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/postgres-11.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/initdb-11.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/pg_archivecleanup-11.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/pg_basebackup-11.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/pg_controldata-11.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/pg_ctl-11.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/pg_resetwal-11.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/pg_rewind-11.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/pg_test_fsync-11.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/pg_test_timing-11.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/pg_upgrade-11.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/pg_waldump-11.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/plpgsql-11.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/postgres-11.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/initdb-11.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/pg_archivecleanup-11.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/pg_basebackup-11.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/pg_controldata-11.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/pg_ctl-11.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/pg_rewind-11.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/pg_test_fsync-11.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/pg_test_timing-11.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/plpgsql-11.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/postgres-11.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/initdb-11.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-11.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-11.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_rewind-11.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/plpgsql-11.mo
|
||||
%%NLS%%share/locale/ro/LC_MESSAGES/plpgsql-11.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/initdb-11.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/pg_archivecleanup-11.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/pg_basebackup-11.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/pg_controldata-11.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/pg_ctl-11.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/pg_resetwal-11.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/pg_rewind-11.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/pg_test_fsync-11.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/pg_test_timing-11.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/pg_upgrade-11.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/pg_waldump-11.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/plpgsql-11.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/postgres-11.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/initdb-11.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/pg_archivecleanup-11.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/pg_basebackup-11.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/pg_controldata-11.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/pg_ctl-11.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/pg_resetwal-11.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/pg_rewind-11.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/pg_test_fsync-11.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/pg_test_timing-11.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/pg_upgrade-11.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/pg_waldump-11.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/plpgsql-11.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/postgres-11.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/initdb-11.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/pg_archivecleanup-11.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/pg_basebackup-11.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/pg_controldata-11.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/pg_ctl-11.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/pg_resetwal-11.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/pg_rewind-11.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/pg_test_fsync-11.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/pg_test_timing-11.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/pg_upgrade-11.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/pg_waldump-11.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/plpgsql-11.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/postgres-11.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/initdb-11.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/pg_archivecleanup-11.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/pg_basebackup-11.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/pg_controldata-11.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/pg_test_fsync-11.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/pg_test_timing-11.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/pg_waldump-11.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/plpgsql-11.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/initdb-11.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-11.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-11.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_rewind-11.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/plpgsql-11.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/postgres-11.mo
|
||||
%%DATADIR%%/snowball_create.sql
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Abidjan
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Accra
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Addis_Ababa
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Algiers
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Asmara
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Asmera
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Bamako
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Bangui
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Banjul
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Bissau
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Blantyre
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Brazzaville
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Bujumbura
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Cairo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Casablanca
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Ceuta
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Conakry
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Dakar
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Dar_es_Salaam
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Djibouti
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Douala
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/El_Aaiun
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Freetown
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Gaborone
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Harare
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Johannesburg
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Juba
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Kampala
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Khartoum
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Kigali
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Kinshasa
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Lagos
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Libreville
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Lome
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Luanda
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Lubumbashi
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Lusaka
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Malabo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Maputo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Maseru
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Mbabane
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Mogadishu
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Monrovia
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Nairobi
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Ndjamena
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Niamey
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Nouakchott
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Ouagadougou
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Porto-Novo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Sao_Tome
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Timbuktu
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Tripoli
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Tunis
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Africa/Windhoek
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Adak
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Anchorage
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Anguilla
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Antigua
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Araguaina
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Buenos_Aires
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Catamarca
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/ComodRivadavia
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Cordoba
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Jujuy
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/La_Rioja
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Mendoza
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Rio_Gallegos
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Salta
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/San_Juan
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/San_Luis
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Tucuman
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Ushuaia
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Aruba
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Asuncion
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Atikokan
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Atka
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Bahia
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Bahia_Banderas
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Barbados
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Belem
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Belize
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Blanc-Sablon
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Boa_Vista
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Bogota
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Boise
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Buenos_Aires
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Cambridge_Bay
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Campo_Grande
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Cancun
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Caracas
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Catamarca
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Cayenne
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Cayman
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Chicago
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Chihuahua
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Coral_Harbour
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Cordoba
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Costa_Rica
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Creston
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Cuiaba
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Curacao
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Danmarkshavn
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Dawson
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Dawson_Creek
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Denver
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Detroit
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Dominica
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Edmonton
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Eirunepe
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/El_Salvador
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Ensenada
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Fort_Nelson
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Fort_Wayne
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Fortaleza
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Glace_Bay
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Godthab
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Goose_Bay
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Grand_Turk
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Grenada
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Guadeloupe
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Guatemala
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Guayaquil
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Guyana
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Halifax
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Havana
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Hermosillo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Indianapolis
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Knox
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Marengo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Petersburg
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Tell_City
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Vevay
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Vincennes
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Winamac
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Indianapolis
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Inuvik
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Iqaluit
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Jamaica
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Jujuy
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Juneau
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Kentucky/Louisville
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Kentucky/Monticello
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Knox_IN
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Kralendijk
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/La_Paz
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Lima
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Los_Angeles
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Louisville
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Lower_Princes
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Maceio
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Managua
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Manaus
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Marigot
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Martinique
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Matamoros
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Mazatlan
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Mendoza
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Menominee
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Merida
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Metlakatla
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Mexico_City
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Miquelon
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Moncton
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Monterrey
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Montevideo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Montreal
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Montserrat
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Nassau
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/New_York
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Nipigon
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Nome
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Noronha
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/North_Dakota/Beulah
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/North_Dakota/Center
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/North_Dakota/New_Salem
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Ojinaga
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Panama
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Pangnirtung
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Paramaribo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Phoenix
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Port-au-Prince
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Port_of_Spain
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Porto_Acre
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Porto_Velho
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Puerto_Rico
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Punta_Arenas
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Rainy_River
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Rankin_Inlet
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Recife
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Regina
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Resolute
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Rio_Branco
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Rosario
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Santa_Isabel
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Santarem
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Santiago
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Santo_Domingo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Sao_Paulo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Scoresbysund
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Shiprock
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Sitka
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/St_Barthelemy
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/St_Johns
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/St_Kitts
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/St_Lucia
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/St_Thomas
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/St_Vincent
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Swift_Current
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Tegucigalpa
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Thule
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Thunder_Bay
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Tijuana
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Toronto
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Tortola
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Vancouver
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Virgin
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Whitehorse
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Winnipeg
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Yakutat
|
||||
%%TZDATA%%%%DATADIR%%/timezone/America/Yellowknife
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Casey
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Davis
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/DumontDUrville
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Macquarie
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Mawson
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/McMurdo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Palmer
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Rothera
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/South_Pole
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Syowa
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Troll
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Vostok
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Arctic/Longyearbyen
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Aden
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Almaty
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Amman
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Anadyr
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Aqtau
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Aqtobe
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Ashgabat
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Ashkhabad
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Atyrau
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Baghdad
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Bahrain
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Baku
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Bangkok
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Barnaul
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Beirut
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Bishkek
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Brunei
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Calcutta
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Chita
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Choibalsan
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Chongqing
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Chungking
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Colombo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Dacca
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Damascus
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Dhaka
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Dili
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Dubai
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Dushanbe
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Famagusta
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Gaza
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Harbin
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Hebron
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Ho_Chi_Minh
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Hong_Kong
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Hovd
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Irkutsk
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Istanbul
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Jakarta
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Jayapura
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Jerusalem
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Kabul
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Kamchatka
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Karachi
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Kashgar
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Kathmandu
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Katmandu
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Khandyga
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Kolkata
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Krasnoyarsk
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Kuala_Lumpur
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Kuching
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Kuwait
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Macao
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Macau
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Magadan
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Makassar
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Manila
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Muscat
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Nicosia
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Novokuznetsk
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Novosibirsk
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Omsk
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Oral
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Phnom_Penh
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Pontianak
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Pyongyang
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Qatar
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Qyzylorda
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Rangoon
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Riyadh
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Saigon
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Sakhalin
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Samarkand
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Seoul
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Shanghai
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Singapore
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Srednekolymsk
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Taipei
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Tashkent
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Tbilisi
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Tehran
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Tel_Aviv
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Thimbu
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Thimphu
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Tokyo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Tomsk
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Ujung_Pandang
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Ulaanbaatar
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Ulan_Bator
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Urumqi
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Ust-Nera
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Vientiane
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Vladivostok
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Yakutsk
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Yangon
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Yekaterinburg
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Asia/Yerevan
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Azores
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Bermuda
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Canary
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Cape_Verde
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Faeroe
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Faroe
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Jan_Mayen
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Madeira
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Reykjavik
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/South_Georgia
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/St_Helena
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Stanley
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/ACT
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/Adelaide
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/Brisbane
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/Broken_Hill
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/Canberra
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/Currie
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/Darwin
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/Eucla
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/Hobart
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/LHI
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/Lindeman
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/Lord_Howe
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/Melbourne
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/NSW
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/North
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/Perth
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/Queensland
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/South
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/Sydney
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/Tasmania
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/Victoria
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/West
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Australia/Yancowinna
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Brazil/Acre
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Brazil/DeNoronha
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Brazil/East
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Brazil/West
|
||||
%%TZDATA%%%%DATADIR%%/timezone/CET
|
||||
%%TZDATA%%%%DATADIR%%/timezone/CST6CDT
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Canada/Atlantic
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Canada/Central
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Canada/Eastern
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Canada/Mountain
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Canada/Newfoundland
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Canada/Pacific
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Canada/Saskatchewan
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Canada/Yukon
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Chile/Continental
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Chile/EasterIsland
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Cuba
|
||||
%%TZDATA%%%%DATADIR%%/timezone/EET
|
||||
%%TZDATA%%%%DATADIR%%/timezone/EST
|
||||
%%TZDATA%%%%DATADIR%%/timezone/EST5EDT
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Egypt
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Eire
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+0
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+1
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+10
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+11
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+12
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+2
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+3
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+4
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+5
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+6
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+7
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+8
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+9
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-0
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-1
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-10
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-11
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-12
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-13
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-14
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-2
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-3
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-4
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-5
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-6
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-7
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-8
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-9
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT0
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/Greenwich
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/UCT
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/UTC
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/Universal
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Etc/Zulu
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Amsterdam
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Andorra
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Astrakhan
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Athens
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Belfast
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Belgrade
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Berlin
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Bratislava
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Brussels
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Bucharest
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Budapest
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Busingen
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Chisinau
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Copenhagen
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Dublin
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Gibraltar
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Guernsey
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Helsinki
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Isle_of_Man
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Istanbul
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Jersey
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Kaliningrad
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Kiev
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Kirov
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Lisbon
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Ljubljana
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/London
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Luxembourg
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Madrid
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Malta
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Mariehamn
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Minsk
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Monaco
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Moscow
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Nicosia
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Oslo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Paris
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Podgorica
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Prague
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Riga
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Rome
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Samara
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/San_Marino
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Sarajevo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Saratov
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Simferopol
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Skopje
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Sofia
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Stockholm
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Tallinn
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Tirane
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Tiraspol
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Ulyanovsk
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Uzhgorod
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Vaduz
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Vatican
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Vienna
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Vilnius
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Volgograd
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Warsaw
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Zagreb
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Zaporozhye
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Europe/Zurich
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Factory
|
||||
%%TZDATA%%%%DATADIR%%/timezone/GB
|
||||
%%TZDATA%%%%DATADIR%%/timezone/GB-Eire
|
||||
%%TZDATA%%%%DATADIR%%/timezone/GMT
|
||||
%%TZDATA%%%%DATADIR%%/timezone/GMT+0
|
||||
%%TZDATA%%%%DATADIR%%/timezone/GMT-0
|
||||
%%TZDATA%%%%DATADIR%%/timezone/GMT0
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Greenwich
|
||||
%%TZDATA%%%%DATADIR%%/timezone/HST
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Hongkong
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Iceland
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Indian/Antananarivo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Indian/Chagos
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Indian/Christmas
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Indian/Cocos
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Indian/Comoro
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Indian/Kerguelen
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Indian/Mahe
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Indian/Maldives
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Indian/Mauritius
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Indian/Mayotte
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Indian/Reunion
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Iran
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Israel
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Jamaica
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Japan
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Kwajalein
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Libya
|
||||
%%TZDATA%%%%DATADIR%%/timezone/MET
|
||||
%%TZDATA%%%%DATADIR%%/timezone/MST
|
||||
%%TZDATA%%%%DATADIR%%/timezone/MST7MDT
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Mexico/BajaNorte
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Mexico/BajaSur
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Mexico/General
|
||||
%%TZDATA%%%%DATADIR%%/timezone/NZ
|
||||
%%TZDATA%%%%DATADIR%%/timezone/NZ-CHAT
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Navajo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/PRC
|
||||
%%TZDATA%%%%DATADIR%%/timezone/PST8PDT
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Apia
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Auckland
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Bougainville
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Chatham
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Chuuk
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Easter
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Efate
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Enderbury
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Fakaofo
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Fiji
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Funafuti
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Galapagos
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Gambier
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Guadalcanal
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Guam
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Honolulu
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Johnston
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Kiritimati
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Kosrae
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Kwajalein
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Majuro
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Marquesas
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Midway
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Nauru
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Niue
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Norfolk
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Noumea
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Pago_Pago
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Palau
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Pitcairn
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Pohnpei
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Ponape
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Port_Moresby
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Rarotonga
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Saipan
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Samoa
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Tahiti
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Tarawa
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Tongatapu
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Truk
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Wake
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Wallis
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Yap
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Poland
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Portugal
|
||||
%%TZDATA%%%%DATADIR%%/timezone/ROC
|
||||
%%TZDATA%%%%DATADIR%%/timezone/ROK
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Singapore
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Turkey
|
||||
%%TZDATA%%%%DATADIR%%/timezone/UCT
|
||||
%%TZDATA%%%%DATADIR%%/timezone/US/Alaska
|
||||
%%TZDATA%%%%DATADIR%%/timezone/US/Aleutian
|
||||
%%TZDATA%%%%DATADIR%%/timezone/US/Arizona
|
||||
%%TZDATA%%%%DATADIR%%/timezone/US/Central
|
||||
%%TZDATA%%%%DATADIR%%/timezone/US/East-Indiana
|
||||
%%TZDATA%%%%DATADIR%%/timezone/US/Eastern
|
||||
%%TZDATA%%%%DATADIR%%/timezone/US/Hawaii
|
||||
%%TZDATA%%%%DATADIR%%/timezone/US/Indiana-Starke
|
||||
%%TZDATA%%%%DATADIR%%/timezone/US/Michigan
|
||||
%%TZDATA%%%%DATADIR%%/timezone/US/Mountain
|
||||
%%TZDATA%%%%DATADIR%%/timezone/US/Pacific
|
||||
%%TZDATA%%%%DATADIR%%/timezone/US/Samoa
|
||||
%%TZDATA%%%%DATADIR%%/timezone/UTC
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Universal
|
||||
%%TZDATA%%%%DATADIR%%/timezone/W-SU
|
||||
%%TZDATA%%%%DATADIR%%/timezone/WET
|
||||
%%TZDATA%%%%DATADIR%%/timezone/Zulu
|
||||
%%TZDATA%%%%DATADIR%%/timezone/posixrules
|
||||
%%DATADIR%%/timezonesets/Africa.txt
|
||||
%%DATADIR%%/timezonesets/America.txt
|
||||
%%DATADIR%%/timezonesets/Antarctica.txt
|
||||
%%DATADIR%%/timezonesets/Asia.txt
|
||||
%%DATADIR%%/timezonesets/Atlantic.txt
|
||||
%%DATADIR%%/timezonesets/Australia
|
||||
%%DATADIR%%/timezonesets/Australia.txt
|
||||
%%DATADIR%%/timezonesets/Default
|
||||
%%DATADIR%%/timezonesets/Etc.txt
|
||||
%%DATADIR%%/timezonesets/Europe.txt
|
||||
%%DATADIR%%/timezonesets/India
|
||||
%%DATADIR%%/timezonesets/Indian.txt
|
||||
%%DATADIR%%/timezonesets/Pacific.txt
|
||||
%%DATADIR%%/tsearch_data/danish.stop
|
||||
%%DATADIR%%/tsearch_data/dutch.stop
|
||||
%%DATADIR%%/tsearch_data/english.stop
|
||||
%%DATADIR%%/tsearch_data/finnish.stop
|
||||
%%DATADIR%%/tsearch_data/french.stop
|
||||
%%DATADIR%%/tsearch_data/german.stop
|
||||
%%DATADIR%%/tsearch_data/hungarian.stop
|
||||
%%DATADIR%%/tsearch_data/hunspell_sample.affix
|
||||
%%DATADIR%%/tsearch_data/hunspell_sample_long.affix
|
||||
%%DATADIR%%/tsearch_data/hunspell_sample_long.dict
|
||||
%%DATADIR%%/tsearch_data/hunspell_sample_num.affix
|
||||
%%DATADIR%%/tsearch_data/hunspell_sample_num.dict
|
||||
%%DATADIR%%/tsearch_data/ispell_sample.affix
|
||||
%%DATADIR%%/tsearch_data/ispell_sample.dict
|
||||
%%DATADIR%%/tsearch_data/italian.stop
|
||||
%%DATADIR%%/tsearch_data/norwegian.stop
|
||||
%%DATADIR%%/tsearch_data/portuguese.stop
|
||||
%%DATADIR%%/tsearch_data/russian.stop
|
||||
%%DATADIR%%/tsearch_data/spanish.stop
|
||||
%%DATADIR%%/tsearch_data/swedish.stop
|
||||
%%DATADIR%%/tsearch_data/synonym_sample.syn
|
||||
%%DATADIR%%/tsearch_data/thesaurus_sample.ths
|
||||
%%DATADIR%%/tsearch_data/turkish.stop
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= her
|
||||
PORTVERSION= 1.0.2
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
@ -15,8 +15,9 @@ RUN_DEPENDS= rubygem-activemodel4>=4.2.1:databases/rubygem-activemodel4 \
|
|||
rubygem-faraday>=0.8:www/rubygem-faraday \
|
||||
rubygem-multi_json>=1.7:devel/rubygem-multi_json
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1532975399
|
||||
SHA256 (rubygem/her-1.0.2.gem) = d957ba97002f73c453330201b9286c5f323cfd87b2ad63389a8def77a2ae018a
|
||||
SIZE (rubygem/her-1.0.2.gem) = 55296
|
||||
TIMESTAMP = 1540018674
|
||||
SHA256 (rubygem/her-1.0.3.gem) = 15335bbfa934ca542f5141645baa5579f928b1d5d2858dc4e67ae04539aef734
|
||||
SIZE (rubygem/her-1.0.3.gem) = 55296
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= sequeler
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.6.2
|
||||
DISTVERSION= 0.6.3
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1538250783
|
||||
SHA256 (Alecaddd-sequeler-v0.6.2_GH0.tar.gz) = 5fd37b8b004b7fb5991480e9c46affd9f196e4af986b03a903cf37a6b26d4480
|
||||
SIZE (Alecaddd-sequeler-v0.6.2_GH0.tar.gz) = 524879
|
||||
TIMESTAMP = 1540024492
|
||||
SHA256 (Alecaddd-sequeler-v0.6.3_GH0.tar.gz) = 157a9a0ba5d758ea5727acffb862aa6591f4567f6b98eb1a2bf38f9de335b2b2
|
||||
SIZE (Alecaddd-sequeler-v0.6.3_GH0.tar.gz) = 457477
|
||||
|
|
|
|||
|
|
@ -240,6 +240,7 @@
|
|||
SUBDIR += py-vobject
|
||||
SUBDIR += pybookreader
|
||||
SUBDIR += pypanel
|
||||
SUBDIR += qlipper
|
||||
SUBDIR += qorganizer
|
||||
SUBDIR += qownnotes
|
||||
SUBDIR += qrfcview
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= calibre
|
||||
PORTVERSION= 3.32.0
|
||||
PORTVERSION= 3.33.1
|
||||
CATEGORIES= deskutils python
|
||||
MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1538117286
|
||||
SHA256 (calibre-3.32.0.tar.xz) = 57254b147d8f8caf16f774f090266e112281c19bf7bc4170e65d22ab9b58d8ac
|
||||
SIZE (calibre-3.32.0.tar.xz) = 39412692
|
||||
TIMESTAMP = 1539935944
|
||||
SHA256 (calibre-3.33.1.tar.xz) = 92bc940ac01e888058a5baa171dda8c75e9993dd419b58df3a11e3e55e3875ac
|
||||
SIZE (calibre-3.33.1.tar.xz) = 39335708
|
||||
|
|
|
|||
32
deskutils/qlipper/Makefile
Normal file
32
deskutils/qlipper/Makefile
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Created by: Olivier Duchateau
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qlipper
|
||||
PORTVERSION= 5.1.1
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= jsm@FreeBSD.org
|
||||
COMMENT= Lightweight clipboard history applet
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= cmake:outsource compiler:c++11-lang gettext qt:5
|
||||
USE_GITHUB= yes
|
||||
|
||||
GH_ACCOUNT= pvanek
|
||||
GH_TAGNAME= 5.1.1
|
||||
|
||||
OPTIONS_DEFINE= LXQTAUTOSTART
|
||||
OPTIONS_DEFAULT=LXQTAUTOSTART
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
LXQTAUTOSTART_DESC= Create autostart entry for LXQt
|
||||
LXQTAUTOSTART_BUILD_DEPENDS= ${LOCALBASE}/share/cmake/lxqt-build-tools/lxqt-build-tools-config.cmake:devel/lxqt-build-tools
|
||||
LXQTAUTOSTART_CMAKE_BOOL= ENABLE_LXQT_AUTOSTART
|
||||
|
||||
USE_QT= buildtools_build qmake_build core gui linguisttools \
|
||||
network widgets
|
||||
|
||||
USE_XORG= x11
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
deskutils/qlipper/distinfo
Normal file
3
deskutils/qlipper/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1539623542
|
||||
SHA256 (pvanek-qlipper-5.1.1_GH0.tar.gz) = a8ff98c15407859f283d8cc20acd531e157bd0d4e575e858b2d730e5711ad57d
|
||||
SIZE (pvanek-qlipper-5.1.1_GH0.tar.gz) = 101397
|
||||
8
deskutils/qlipper/pkg-descr
Normal file
8
deskutils/qlipper/pkg-descr
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
A Lightweight clipboard history applet using the Qt framework. It provides
|
||||
the following features:
|
||||
* Saves clipboard history entries and restores them
|
||||
* Lightweight
|
||||
* Systray docking app
|
||||
* Few requirements
|
||||
|
||||
WWW: https://github.com/pvanek/qlipper
|
||||
12
deskutils/qlipper/pkg-plist
Normal file
12
deskutils/qlipper/pkg-plist
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
bin/qlipper
|
||||
%%LXQTAUTOSTART%%etc/xdg/autostart/lxqt-qlipper-autostart.desktop
|
||||
share/applications/qlipper.desktop
|
||||
share/icons/hicolor/128x128/apps/qlipper.png
|
||||
%%DATADIR%%/translations/qlipper_ca.qm
|
||||
%%DATADIR%%/translations/qlipper_cs.qm
|
||||
%%DATADIR%%/translations/qlipper_de.qm
|
||||
%%DATADIR%%/translations/qlipper_it.qm
|
||||
%%DATADIR%%/translations/qlipper_lt.qm
|
||||
%%DATADIR%%/translations/qlipper_pl.qm
|
||||
%%DATADIR%%/translations/qlipper_sr.qm
|
||||
%%DATADIR%%/translations/qlipper_zh_CN.qm
|
||||
|
|
@ -2172,6 +2172,7 @@
|
|||
SUBDIR += p5-Class-Tangram
|
||||
SUBDIR += p5-Class-Throwable
|
||||
SUBDIR += p5-Class-Tiny
|
||||
SUBDIR += p5-Class-Tiny-Chained
|
||||
SUBDIR += p5-Class-Tom
|
||||
SUBDIR += p5-Class-Trigger
|
||||
SUBDIR += p5-Class-Unload
|
||||
|
|
@ -2986,6 +2987,7 @@
|
|||
SUBDIR += p5-Module-Versions-Report
|
||||
SUBDIR += p5-Mojolicious-Plugin-NYTProf
|
||||
SUBDIR += p5-Moo
|
||||
SUBDIR += p5-MooX-Aliases
|
||||
SUBDIR += p5-MooX-Cmd
|
||||
SUBDIR += p5-MooX-ConfigFromFile
|
||||
SUBDIR += p5-MooX-File-ConfigDir
|
||||
|
|
@ -2993,6 +2995,7 @@
|
|||
SUBDIR += p5-MooX-Options
|
||||
SUBDIR += p5-MooX-StrictConstructor
|
||||
SUBDIR += p5-MooX-Thunking
|
||||
SUBDIR += p5-MooX-Traits
|
||||
SUBDIR += p5-MooX-TypeTiny
|
||||
SUBDIR += p5-MooX-Types-MooseLike
|
||||
SUBDIR += p5-MooX-Types-MooseLike-Numeric
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= aws-sdk-cpp
|
||||
PORTVERSION= 1.6.30
|
||||
PORTVERSION= 1.6.35
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= danilo@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1539420696
|
||||
SHA256 (aws-aws-sdk-cpp-1.6.30_GH0.tar.gz) = 1a1de54e8f41142a02f3e9ecfac87274a74d0e059e571c169e9df842a5da9bad
|
||||
SIZE (aws-aws-sdk-cpp-1.6.30_GH0.tar.gz) = 16788710
|
||||
TIMESTAMP = 1540035442
|
||||
SHA256 (aws-aws-sdk-cpp-1.6.35_GH0.tar.gz) = 697ea7c6c5e22d927bf734755787a2b21c077442aee19d05464c4163c872e789
|
||||
SIZE (aws-aws-sdk-cpp-1.6.35_GH0.tar.gz) = 16894071
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
--- aws-cpp-sdk-core/source/platform/linux-shared/Security.cpp.orig 2018-09-13 20:09:34 UTC
|
||||
+++ aws-cpp-sdk-core/source/platform/linux-shared/Security.cpp
|
||||
@@ -25,7 +25,7 @@ namespace Security
|
||||
void SecureMemClear(unsigned char *data, size_t length)
|
||||
{
|
||||
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__DragonFly__)
|
||||
- memset_s(data, length, 0, length);
|
||||
+ memset(data, 0, length);
|
||||
#else
|
||||
memset(data, 0, length);
|
||||
asm volatile("" : "+m" (data));
|
||||
|
|
@ -613,6 +613,10 @@ include/aws/appstream/model/ApplicationSettingsResponse.h
|
|||
include/aws/appstream/model/AssociateFleetRequest.h
|
||||
include/aws/appstream/model/AssociateFleetResult.h
|
||||
include/aws/appstream/model/AuthenticationType.h
|
||||
include/aws/appstream/model/BatchAssociateUserStackRequest.h
|
||||
include/aws/appstream/model/BatchAssociateUserStackResult.h
|
||||
include/aws/appstream/model/BatchDisassociateUserStackRequest.h
|
||||
include/aws/appstream/model/BatchDisassociateUserStackResult.h
|
||||
include/aws/appstream/model/ComputeCapacity.h
|
||||
include/aws/appstream/model/ComputeCapacityStatus.h
|
||||
include/aws/appstream/model/CopyImageRequest.h
|
||||
|
|
@ -629,6 +633,8 @@ include/aws/appstream/model/CreateStackRequest.h
|
|||
include/aws/appstream/model/CreateStackResult.h
|
||||
include/aws/appstream/model/CreateStreamingURLRequest.h
|
||||
include/aws/appstream/model/CreateStreamingURLResult.h
|
||||
include/aws/appstream/model/CreateUserRequest.h
|
||||
include/aws/appstream/model/CreateUserResult.h
|
||||
include/aws/appstream/model/DeleteDirectoryConfigRequest.h
|
||||
include/aws/appstream/model/DeleteDirectoryConfigResult.h
|
||||
include/aws/appstream/model/DeleteFleetRequest.h
|
||||
|
|
@ -641,6 +647,8 @@ include/aws/appstream/model/DeleteImageRequest.h
|
|||
include/aws/appstream/model/DeleteImageResult.h
|
||||
include/aws/appstream/model/DeleteStackRequest.h
|
||||
include/aws/appstream/model/DeleteStackResult.h
|
||||
include/aws/appstream/model/DeleteUserRequest.h
|
||||
include/aws/appstream/model/DeleteUserResult.h
|
||||
include/aws/appstream/model/DescribeDirectoryConfigsRequest.h
|
||||
include/aws/appstream/model/DescribeDirectoryConfigsResult.h
|
||||
include/aws/appstream/model/DescribeFleetsRequest.h
|
||||
|
|
@ -655,10 +663,18 @@ include/aws/appstream/model/DescribeSessionsRequest.h
|
|||
include/aws/appstream/model/DescribeSessionsResult.h
|
||||
include/aws/appstream/model/DescribeStacksRequest.h
|
||||
include/aws/appstream/model/DescribeStacksResult.h
|
||||
include/aws/appstream/model/DescribeUserStackAssociationsRequest.h
|
||||
include/aws/appstream/model/DescribeUserStackAssociationsResult.h
|
||||
include/aws/appstream/model/DescribeUsersRequest.h
|
||||
include/aws/appstream/model/DescribeUsersResult.h
|
||||
include/aws/appstream/model/DirectoryConfig.h
|
||||
include/aws/appstream/model/DisableUserRequest.h
|
||||
include/aws/appstream/model/DisableUserResult.h
|
||||
include/aws/appstream/model/DisassociateFleetRequest.h
|
||||
include/aws/appstream/model/DisassociateFleetResult.h
|
||||
include/aws/appstream/model/DomainJoinInfo.h
|
||||
include/aws/appstream/model/EnableUserRequest.h
|
||||
include/aws/appstream/model/EnableUserResult.h
|
||||
include/aws/appstream/model/ExpireSessionRequest.h
|
||||
include/aws/appstream/model/ExpireSessionResult.h
|
||||
include/aws/appstream/model/Fleet.h
|
||||
|
|
@ -682,6 +698,7 @@ include/aws/appstream/model/ListAssociatedStacksRequest.h
|
|||
include/aws/appstream/model/ListAssociatedStacksResult.h
|
||||
include/aws/appstream/model/ListTagsForResourceRequest.h
|
||||
include/aws/appstream/model/ListTagsForResourceResult.h
|
||||
include/aws/appstream/model/MessageAction.h
|
||||
include/aws/appstream/model/NetworkAccessConfiguration.h
|
||||
include/aws/appstream/model/Permission.h
|
||||
include/aws/appstream/model/PlatformType.h
|
||||
|
|
@ -716,7 +733,11 @@ include/aws/appstream/model/UpdateImagePermissionsRequest.h
|
|||
include/aws/appstream/model/UpdateImagePermissionsResult.h
|
||||
include/aws/appstream/model/UpdateStackRequest.h
|
||||
include/aws/appstream/model/UpdateStackResult.h
|
||||
include/aws/appstream/model/User.h
|
||||
include/aws/appstream/model/UserSetting.h
|
||||
include/aws/appstream/model/UserStackAssociation.h
|
||||
include/aws/appstream/model/UserStackAssociationError.h
|
||||
include/aws/appstream/model/UserStackAssociationErrorCode.h
|
||||
include/aws/appstream/model/VisibilityType.h
|
||||
include/aws/appstream/model/VpcConfig.h
|
||||
include/aws/appsync/AppSyncClient.h
|
||||
|
|
@ -6535,6 +6556,7 @@ include/aws/events/model/AwsVpcConfiguration.h
|
|||
include/aws/events/model/BatchArrayProperties.h
|
||||
include/aws/events/model/BatchParameters.h
|
||||
include/aws/events/model/BatchRetryStrategy.h
|
||||
include/aws/events/model/Condition.h
|
||||
include/aws/events/model/DeleteRuleRequest.h
|
||||
include/aws/events/model/DescribeEventBusRequest.h
|
||||
include/aws/events/model/DescribeEventBusResult.h
|
||||
|
|
@ -7084,6 +7106,8 @@ include/aws/glue/model/DeleteJobRequest.h
|
|||
include/aws/glue/model/DeleteJobResult.h
|
||||
include/aws/glue/model/DeletePartitionRequest.h
|
||||
include/aws/glue/model/DeletePartitionResult.h
|
||||
include/aws/glue/model/DeleteResourcePolicyRequest.h
|
||||
include/aws/glue/model/DeleteResourcePolicyResult.h
|
||||
include/aws/glue/model/DeleteSecurityConfigurationRequest.h
|
||||
include/aws/glue/model/DeleteSecurityConfigurationResult.h
|
||||
include/aws/glue/model/DeleteTableRequest.h
|
||||
|
|
@ -7101,6 +7125,7 @@ include/aws/glue/model/EncryptionAtRest.h
|
|||
include/aws/glue/model/EncryptionConfiguration.h
|
||||
include/aws/glue/model/ErrorDetail.h
|
||||
include/aws/glue/model/ExecutionProperty.h
|
||||
include/aws/glue/model/ExistCondition.h
|
||||
include/aws/glue/model/GetCatalogImportStatusRequest.h
|
||||
include/aws/glue/model/GetCatalogImportStatusResult.h
|
||||
include/aws/glue/model/GetClassifierRequest.h
|
||||
|
|
@ -7146,6 +7171,8 @@ include/aws/glue/model/GetPartitionsRequest.h
|
|||
include/aws/glue/model/GetPartitionsResult.h
|
||||
include/aws/glue/model/GetPlanRequest.h
|
||||
include/aws/glue/model/GetPlanResult.h
|
||||
include/aws/glue/model/GetResourcePolicyRequest.h
|
||||
include/aws/glue/model/GetResourcePolicyResult.h
|
||||
include/aws/glue/model/GetSecurityConfigurationRequest.h
|
||||
include/aws/glue/model/GetSecurityConfigurationResult.h
|
||||
include/aws/glue/model/GetSecurityConfigurationsRequest.h
|
||||
|
|
@ -7198,6 +7225,8 @@ include/aws/glue/model/Predicate.h
|
|||
include/aws/glue/model/PrincipalType.h
|
||||
include/aws/glue/model/PutDataCatalogEncryptionSettingsRequest.h
|
||||
include/aws/glue/model/PutDataCatalogEncryptionSettingsResult.h
|
||||
include/aws/glue/model/PutResourcePolicyRequest.h
|
||||
include/aws/glue/model/PutResourcePolicyResult.h
|
||||
include/aws/glue/model/ResetJobBookmarkRequest.h
|
||||
include/aws/glue/model/ResetJobBookmarkResult.h
|
||||
include/aws/glue/model/ResourceType.h
|
||||
|
|
@ -9213,6 +9242,12 @@ include/aws/lightsail/model/CreateLoadBalancerRequest.h
|
|||
include/aws/lightsail/model/CreateLoadBalancerResult.h
|
||||
include/aws/lightsail/model/CreateLoadBalancerTlsCertificateRequest.h
|
||||
include/aws/lightsail/model/CreateLoadBalancerTlsCertificateResult.h
|
||||
include/aws/lightsail/model/CreateRelationalDatabaseFromSnapshotRequest.h
|
||||
include/aws/lightsail/model/CreateRelationalDatabaseFromSnapshotResult.h
|
||||
include/aws/lightsail/model/CreateRelationalDatabaseRequest.h
|
||||
include/aws/lightsail/model/CreateRelationalDatabaseResult.h
|
||||
include/aws/lightsail/model/CreateRelationalDatabaseSnapshotRequest.h
|
||||
include/aws/lightsail/model/CreateRelationalDatabaseSnapshotResult.h
|
||||
include/aws/lightsail/model/DeleteDiskRequest.h
|
||||
include/aws/lightsail/model/DeleteDiskResult.h
|
||||
include/aws/lightsail/model/DeleteDiskSnapshotRequest.h
|
||||
|
|
@ -9231,6 +9266,10 @@ include/aws/lightsail/model/DeleteLoadBalancerRequest.h
|
|||
include/aws/lightsail/model/DeleteLoadBalancerResult.h
|
||||
include/aws/lightsail/model/DeleteLoadBalancerTlsCertificateRequest.h
|
||||
include/aws/lightsail/model/DeleteLoadBalancerTlsCertificateResult.h
|
||||
include/aws/lightsail/model/DeleteRelationalDatabaseRequest.h
|
||||
include/aws/lightsail/model/DeleteRelationalDatabaseResult.h
|
||||
include/aws/lightsail/model/DeleteRelationalDatabaseSnapshotRequest.h
|
||||
include/aws/lightsail/model/DeleteRelationalDatabaseSnapshotResult.h
|
||||
include/aws/lightsail/model/DetachDiskRequest.h
|
||||
include/aws/lightsail/model/DetachDiskResult.h
|
||||
include/aws/lightsail/model/DetachInstancesFromLoadBalancerRequest.h
|
||||
|
|
@ -9300,6 +9339,30 @@ include/aws/lightsail/model/GetOperationsRequest.h
|
|||
include/aws/lightsail/model/GetOperationsResult.h
|
||||
include/aws/lightsail/model/GetRegionsRequest.h
|
||||
include/aws/lightsail/model/GetRegionsResult.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseBlueprintsRequest.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseBlueprintsResult.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseBundlesRequest.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseBundlesResult.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseEventsRequest.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseEventsResult.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseLogEventsRequest.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseLogEventsResult.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseLogStreamsRequest.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseLogStreamsResult.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseMasterUserPasswordRequest.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseMasterUserPasswordResult.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseMetricDataRequest.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseMetricDataResult.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseParametersRequest.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseParametersResult.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseRequest.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseResult.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseSnapshotRequest.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseSnapshotResult.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseSnapshotsRequest.h
|
||||
include/aws/lightsail/model/GetRelationalDatabaseSnapshotsResult.h
|
||||
include/aws/lightsail/model/GetRelationalDatabasesRequest.h
|
||||
include/aws/lightsail/model/GetRelationalDatabasesResult.h
|
||||
include/aws/lightsail/model/GetStaticIpRequest.h
|
||||
include/aws/lightsail/model/GetStaticIpResult.h
|
||||
include/aws/lightsail/model/GetStaticIpsRequest.h
|
||||
|
|
@ -9339,6 +9402,7 @@ include/aws/lightsail/model/LoadBalancerTlsCertificateRenewalSummary.h
|
|||
include/aws/lightsail/model/LoadBalancerTlsCertificateRevocationReason.h
|
||||
include/aws/lightsail/model/LoadBalancerTlsCertificateStatus.h
|
||||
include/aws/lightsail/model/LoadBalancerTlsCertificateSummary.h
|
||||
include/aws/lightsail/model/LogEvent.h
|
||||
include/aws/lightsail/model/MetricDatapoint.h
|
||||
include/aws/lightsail/model/MetricStatistic.h
|
||||
include/aws/lightsail/model/MetricUnit.h
|
||||
|
|
@ -9352,6 +9416,8 @@ include/aws/lightsail/model/OperationType.h
|
|||
include/aws/lightsail/model/PasswordData.h
|
||||
include/aws/lightsail/model/PeerVpcRequest.h
|
||||
include/aws/lightsail/model/PeerVpcResult.h
|
||||
include/aws/lightsail/model/PendingMaintenanceAction.h
|
||||
include/aws/lightsail/model/PendingModifiedRelationalDatabaseValues.h
|
||||
include/aws/lightsail/model/PortAccessType.h
|
||||
include/aws/lightsail/model/PortInfo.h
|
||||
include/aws/lightsail/model/PortState.h
|
||||
|
|
@ -9359,23 +9425,44 @@ include/aws/lightsail/model/PutInstancePublicPortsRequest.h
|
|||
include/aws/lightsail/model/PutInstancePublicPortsResult.h
|
||||
include/aws/lightsail/model/RebootInstanceRequest.h
|
||||
include/aws/lightsail/model/RebootInstanceResult.h
|
||||
include/aws/lightsail/model/RebootRelationalDatabaseRequest.h
|
||||
include/aws/lightsail/model/RebootRelationalDatabaseResult.h
|
||||
include/aws/lightsail/model/Region.h
|
||||
include/aws/lightsail/model/RegionName.h
|
||||
include/aws/lightsail/model/RelationalDatabase.h
|
||||
include/aws/lightsail/model/RelationalDatabaseBlueprint.h
|
||||
include/aws/lightsail/model/RelationalDatabaseBundle.h
|
||||
include/aws/lightsail/model/RelationalDatabaseEndpoint.h
|
||||
include/aws/lightsail/model/RelationalDatabaseEngine.h
|
||||
include/aws/lightsail/model/RelationalDatabaseEvent.h
|
||||
include/aws/lightsail/model/RelationalDatabaseHardware.h
|
||||
include/aws/lightsail/model/RelationalDatabaseMetricName.h
|
||||
include/aws/lightsail/model/RelationalDatabaseParameter.h
|
||||
include/aws/lightsail/model/RelationalDatabasePasswordVersion.h
|
||||
include/aws/lightsail/model/RelationalDatabaseSnapshot.h
|
||||
include/aws/lightsail/model/ReleaseStaticIpRequest.h
|
||||
include/aws/lightsail/model/ReleaseStaticIpResult.h
|
||||
include/aws/lightsail/model/ResourceLocation.h
|
||||
include/aws/lightsail/model/ResourceType.h
|
||||
include/aws/lightsail/model/StartInstanceRequest.h
|
||||
include/aws/lightsail/model/StartInstanceResult.h
|
||||
include/aws/lightsail/model/StartRelationalDatabaseRequest.h
|
||||
include/aws/lightsail/model/StartRelationalDatabaseResult.h
|
||||
include/aws/lightsail/model/StaticIp.h
|
||||
include/aws/lightsail/model/StopInstanceRequest.h
|
||||
include/aws/lightsail/model/StopInstanceResult.h
|
||||
include/aws/lightsail/model/StopRelationalDatabaseRequest.h
|
||||
include/aws/lightsail/model/StopRelationalDatabaseResult.h
|
||||
include/aws/lightsail/model/UnpeerVpcRequest.h
|
||||
include/aws/lightsail/model/UnpeerVpcResult.h
|
||||
include/aws/lightsail/model/UpdateDomainEntryRequest.h
|
||||
include/aws/lightsail/model/UpdateDomainEntryResult.h
|
||||
include/aws/lightsail/model/UpdateLoadBalancerAttributeRequest.h
|
||||
include/aws/lightsail/model/UpdateLoadBalancerAttributeResult.h
|
||||
include/aws/lightsail/model/UpdateRelationalDatabaseParametersRequest.h
|
||||
include/aws/lightsail/model/UpdateRelationalDatabaseParametersResult.h
|
||||
include/aws/lightsail/model/UpdateRelationalDatabaseRequest.h
|
||||
include/aws/lightsail/model/UpdateRelationalDatabaseResult.h
|
||||
include/aws/logs/CloudWatchLogsClient.h
|
||||
include/aws/logs/CloudWatchLogsEndpoint.h
|
||||
include/aws/logs/CloudWatchLogsErrorMarshaller.h
|
||||
|
|
@ -12152,6 +12239,9 @@ include/aws/resource-groups/model/GetGroupResult.h
|
|||
include/aws/resource-groups/model/GetTagsRequest.h
|
||||
include/aws/resource-groups/model/GetTagsResult.h
|
||||
include/aws/resource-groups/model/Group.h
|
||||
include/aws/resource-groups/model/GroupFilter.h
|
||||
include/aws/resource-groups/model/GroupFilterName.h
|
||||
include/aws/resource-groups/model/GroupIdentifier.h
|
||||
include/aws/resource-groups/model/GroupQuery.h
|
||||
include/aws/resource-groups/model/ListGroupResourcesRequest.h
|
||||
include/aws/resource-groups/model/ListGroupResourcesResult.h
|
||||
|
|
@ -12993,8 +13083,14 @@ include/aws/servicecatalog/model/AssociatePrincipalWithPortfolioRequest.h
|
|||
include/aws/servicecatalog/model/AssociatePrincipalWithPortfolioResult.h
|
||||
include/aws/servicecatalog/model/AssociateProductWithPortfolioRequest.h
|
||||
include/aws/servicecatalog/model/AssociateProductWithPortfolioResult.h
|
||||
include/aws/servicecatalog/model/AssociateServiceActionWithProvisioningArtifactRequest.h
|
||||
include/aws/servicecatalog/model/AssociateServiceActionWithProvisioningArtifactResult.h
|
||||
include/aws/servicecatalog/model/AssociateTagOptionWithResourceRequest.h
|
||||
include/aws/servicecatalog/model/AssociateTagOptionWithResourceResult.h
|
||||
include/aws/servicecatalog/model/BatchAssociateServiceActionWithProvisioningArtifactRequest.h
|
||||
include/aws/servicecatalog/model/BatchAssociateServiceActionWithProvisioningArtifactResult.h
|
||||
include/aws/servicecatalog/model/BatchDisassociateServiceActionFromProvisioningArtifactRequest.h
|
||||
include/aws/servicecatalog/model/BatchDisassociateServiceActionFromProvisioningArtifactResult.h
|
||||
include/aws/servicecatalog/model/ChangeAction.h
|
||||
include/aws/servicecatalog/model/CloudWatchDashboard.h
|
||||
include/aws/servicecatalog/model/ConstraintDetail.h
|
||||
|
|
@ -13015,6 +13111,8 @@ include/aws/servicecatalog/model/CreateProvisionedProductPlanRequest.h
|
|||
include/aws/servicecatalog/model/CreateProvisionedProductPlanResult.h
|
||||
include/aws/servicecatalog/model/CreateProvisioningArtifactRequest.h
|
||||
include/aws/servicecatalog/model/CreateProvisioningArtifactResult.h
|
||||
include/aws/servicecatalog/model/CreateServiceActionRequest.h
|
||||
include/aws/servicecatalog/model/CreateServiceActionResult.h
|
||||
include/aws/servicecatalog/model/CreateTagOptionRequest.h
|
||||
include/aws/servicecatalog/model/CreateTagOptionResult.h
|
||||
include/aws/servicecatalog/model/DeleteConstraintRequest.h
|
||||
|
|
@ -13029,6 +13127,8 @@ include/aws/servicecatalog/model/DeleteProvisionedProductPlanRequest.h
|
|||
include/aws/servicecatalog/model/DeleteProvisionedProductPlanResult.h
|
||||
include/aws/servicecatalog/model/DeleteProvisioningArtifactRequest.h
|
||||
include/aws/servicecatalog/model/DeleteProvisioningArtifactResult.h
|
||||
include/aws/servicecatalog/model/DeleteServiceActionRequest.h
|
||||
include/aws/servicecatalog/model/DeleteServiceActionResult.h
|
||||
include/aws/servicecatalog/model/DeleteTagOptionRequest.h
|
||||
include/aws/servicecatalog/model/DeleteTagOptionResult.h
|
||||
include/aws/servicecatalog/model/DescribeConstraintRequest.h
|
||||
|
|
@ -13053,17 +13153,24 @@ include/aws/servicecatalog/model/DescribeProvisioningParametersRequest.h
|
|||
include/aws/servicecatalog/model/DescribeProvisioningParametersResult.h
|
||||
include/aws/servicecatalog/model/DescribeRecordRequest.h
|
||||
include/aws/servicecatalog/model/DescribeRecordResult.h
|
||||
include/aws/servicecatalog/model/DescribeServiceActionRequest.h
|
||||
include/aws/servicecatalog/model/DescribeServiceActionResult.h
|
||||
include/aws/servicecatalog/model/DescribeTagOptionRequest.h
|
||||
include/aws/servicecatalog/model/DescribeTagOptionResult.h
|
||||
include/aws/servicecatalog/model/DisassociatePrincipalFromPortfolioRequest.h
|
||||
include/aws/servicecatalog/model/DisassociatePrincipalFromPortfolioResult.h
|
||||
include/aws/servicecatalog/model/DisassociateProductFromPortfolioRequest.h
|
||||
include/aws/servicecatalog/model/DisassociateProductFromPortfolioResult.h
|
||||
include/aws/servicecatalog/model/DisassociateServiceActionFromProvisioningArtifactRequest.h
|
||||
include/aws/servicecatalog/model/DisassociateServiceActionFromProvisioningArtifactResult.h
|
||||
include/aws/servicecatalog/model/DisassociateTagOptionFromResourceRequest.h
|
||||
include/aws/servicecatalog/model/DisassociateTagOptionFromResourceResult.h
|
||||
include/aws/servicecatalog/model/EvaluationType.h
|
||||
include/aws/servicecatalog/model/ExecuteProvisionedProductPlanRequest.h
|
||||
include/aws/servicecatalog/model/ExecuteProvisionedProductPlanResult.h
|
||||
include/aws/servicecatalog/model/ExecuteProvisionedProductServiceActionRequest.h
|
||||
include/aws/servicecatalog/model/ExecuteProvisionedProductServiceActionResult.h
|
||||
include/aws/servicecatalog/model/FailedServiceActionAssociation.h
|
||||
include/aws/servicecatalog/model/LaunchPathSummary.h
|
||||
include/aws/servicecatalog/model/ListAcceptedPortfolioSharesRequest.h
|
||||
include/aws/servicecatalog/model/ListAcceptedPortfolioSharesResult.h
|
||||
|
|
@ -13081,6 +13188,8 @@ include/aws/servicecatalog/model/ListPrincipalsForPortfolioRequest.h
|
|||
include/aws/servicecatalog/model/ListPrincipalsForPortfolioResult.h
|
||||
include/aws/servicecatalog/model/ListProvisionedProductPlansRequest.h
|
||||
include/aws/servicecatalog/model/ListProvisionedProductPlansResult.h
|
||||
include/aws/servicecatalog/model/ListProvisioningArtifactsForServiceActionRequest.h
|
||||
include/aws/servicecatalog/model/ListProvisioningArtifactsForServiceActionResult.h
|
||||
include/aws/servicecatalog/model/ListProvisioningArtifactsRequest.h
|
||||
include/aws/servicecatalog/model/ListProvisioningArtifactsResult.h
|
||||
include/aws/servicecatalog/model/ListRecordHistoryRequest.h
|
||||
|
|
@ -13088,6 +13197,10 @@ include/aws/servicecatalog/model/ListRecordHistoryResult.h
|
|||
include/aws/servicecatalog/model/ListRecordHistorySearchFilter.h
|
||||
include/aws/servicecatalog/model/ListResourcesForTagOptionRequest.h
|
||||
include/aws/servicecatalog/model/ListResourcesForTagOptionResult.h
|
||||
include/aws/servicecatalog/model/ListServiceActionsForProvisioningArtifactRequest.h
|
||||
include/aws/servicecatalog/model/ListServiceActionsForProvisioningArtifactResult.h
|
||||
include/aws/servicecatalog/model/ListServiceActionsRequest.h
|
||||
include/aws/servicecatalog/model/ListServiceActionsResult.h
|
||||
include/aws/servicecatalog/model/ListTagOptionsFilters.h
|
||||
include/aws/servicecatalog/model/ListTagOptionsRequest.h
|
||||
include/aws/servicecatalog/model/ListTagOptionsResult.h
|
||||
|
|
@ -13120,6 +13233,7 @@ include/aws/servicecatalog/model/ProvisioningArtifactProperties.h
|
|||
include/aws/servicecatalog/model/ProvisioningArtifactPropertyName.h
|
||||
include/aws/servicecatalog/model/ProvisioningArtifactSummary.h
|
||||
include/aws/servicecatalog/model/ProvisioningArtifactType.h
|
||||
include/aws/servicecatalog/model/ProvisioningArtifactView.h
|
||||
include/aws/servicecatalog/model/ProvisioningParameter.h
|
||||
include/aws/servicecatalog/model/RecordDetail.h
|
||||
include/aws/servicecatalog/model/RecordError.h
|
||||
|
|
@ -13143,6 +13257,12 @@ include/aws/servicecatalog/model/SearchProductsRequest.h
|
|||
include/aws/servicecatalog/model/SearchProductsResult.h
|
||||
include/aws/servicecatalog/model/SearchProvisionedProductsRequest.h
|
||||
include/aws/servicecatalog/model/SearchProvisionedProductsResult.h
|
||||
include/aws/servicecatalog/model/ServiceActionAssociation.h
|
||||
include/aws/servicecatalog/model/ServiceActionAssociationErrorCode.h
|
||||
include/aws/servicecatalog/model/ServiceActionDefinitionKey.h
|
||||
include/aws/servicecatalog/model/ServiceActionDefinitionType.h
|
||||
include/aws/servicecatalog/model/ServiceActionDetail.h
|
||||
include/aws/servicecatalog/model/ServiceActionSummary.h
|
||||
include/aws/servicecatalog/model/SortOrder.h
|
||||
include/aws/servicecatalog/model/Status.h
|
||||
include/aws/servicecatalog/model/Tag.h
|
||||
|
|
@ -13161,6 +13281,8 @@ include/aws/servicecatalog/model/UpdateProvisionedProductResult.h
|
|||
include/aws/servicecatalog/model/UpdateProvisioningArtifactRequest.h
|
||||
include/aws/servicecatalog/model/UpdateProvisioningArtifactResult.h
|
||||
include/aws/servicecatalog/model/UpdateProvisioningParameter.h
|
||||
include/aws/servicecatalog/model/UpdateServiceActionRequest.h
|
||||
include/aws/servicecatalog/model/UpdateServiceActionResult.h
|
||||
include/aws/servicecatalog/model/UpdateTagOptionRequest.h
|
||||
include/aws/servicecatalog/model/UpdateTagOptionResult.h
|
||||
include/aws/servicecatalog/model/UsageInstruction.h
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cmake
|
||||
DISTVERSION= 3.12.2
|
||||
DISTVERSION= 3.12.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/
|
||||
PKGNAMESUFFIX= -doc
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cmake
|
||||
DISTVERSION= 3.12.2
|
||||
DISTVERSION= 3.12.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/
|
||||
PKGNAMESUFFIX= -gui
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536000740
|
||||
SHA256 (KDE/frameworks/5.50.0/extra-cmake-modules-5.50.0.tar.xz) = dd33b0b09c9659c4e0f49f5ba0caf48ad01534bc3d31788d0793b140cd7e0489
|
||||
SIZE (KDE/frameworks/5.50.0/extra-cmake-modules-5.50.0.tar.xz) = 323928
|
||||
TIMESTAMP = 1539410397
|
||||
SHA256 (KDE/frameworks/5.51.0/extra-cmake-modules-5.51.0.tar.xz) = 96e4dde2f75a7b55f30eef35d0db40e1f87a67cc391ed36956bceb93f8253594
|
||||
SIZE (KDE/frameworks/5.51.0/extra-cmake-modules-5.51.0.tar.xz) = 323936
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536000740
|
||||
SHA256 (KDE/frameworks/5.50.0/kapidox-5.50.0.tar.xz) = 1f575d7f0cc7c2a6f76e2c2895f1f6e1cea5cea44897d4cd433af9662f061786
|
||||
SIZE (KDE/frameworks/5.50.0/kapidox-5.50.0.tar.xz) = 396788
|
||||
TIMESTAMP = 1539410398
|
||||
SHA256 (KDE/frameworks/5.51.0/kapidox-5.51.0.tar.xz) = 56a00614e4d3d100e2e6f37097d2686ee2078bb7fb0efde72e04f397b2a7ff4c
|
||||
SIZE (KDE/frameworks/5.51.0/kapidox-5.51.0.tar.xz) = 396668
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536000740
|
||||
SHA256 (KDE/frameworks/5.50.0/kauth-5.50.0.tar.xz) = f7ecff8ee7f06372275f651e9a6f26c68efa0b0d9696ea33f1272173143af396
|
||||
SIZE (KDE/frameworks/5.50.0/kauth-5.50.0.tar.xz) = 84956
|
||||
TIMESTAMP = 1539410399
|
||||
SHA256 (KDE/frameworks/5.51.0/kauth-5.51.0.tar.xz) = 15faa8e4152b46a5833256ca6d39d22509487aa61853ee5d74c93e3869b2f95d
|
||||
SIZE (KDE/frameworks/5.51.0/kauth-5.51.0.tar.xz) = 85004
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536000741
|
||||
SHA256 (KDE/frameworks/5.50.0/kbookmarks-5.50.0.tar.xz) = c9ebb01a1f37c9791287ea90ed52defa879073ee53a5681709bd4ec959567ad3
|
||||
SIZE (KDE/frameworks/5.50.0/kbookmarks-5.50.0.tar.xz) = 118792
|
||||
TIMESTAMP = 1539410400
|
||||
SHA256 (KDE/frameworks/5.51.0/kbookmarks-5.51.0.tar.xz) = 9488ea98724967affbac34a3c7e4b2dd2488a54a7aeefa46910a89d8880d5ef7
|
||||
SIZE (KDE/frameworks/5.51.0/kbookmarks-5.51.0.tar.xz) = 118876
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536000741
|
||||
SHA256 (KDE/frameworks/5.50.0/kcmutils-5.50.0.tar.xz) = d70e08568a16cb294fae094383afdd4565f2fc39d8020fb347d35807c4453fe1
|
||||
SIZE (KDE/frameworks/5.50.0/kcmutils-5.50.0.tar.xz) = 236768
|
||||
TIMESTAMP = 1539410402
|
||||
SHA256 (KDE/frameworks/5.51.0/kcmutils-5.51.0.tar.xz) = c838d4671e87314897da62c62d3663d97e38ecb560fd5bf922a5806f7d611305
|
||||
SIZE (KDE/frameworks/5.51.0/kcmutils-5.51.0.tar.xz) = 237068
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536000741
|
||||
SHA256 (KDE/frameworks/5.50.0/kconfig-5.50.0.tar.xz) = c867f487353a4b06b63ee1fa197c77660704817b1089239f9ed2533407a66449
|
||||
SIZE (KDE/frameworks/5.50.0/kconfig-5.50.0.tar.xz) = 236388
|
||||
TIMESTAMP = 1539410403
|
||||
SHA256 (KDE/frameworks/5.51.0/kconfig-5.51.0.tar.xz) = 78b11737356f09c316bfe00f0fc1fa70255b7f03fab7e3a84660757c4a57f1c0
|
||||
SIZE (KDE/frameworks/5.51.0/kconfig-5.51.0.tar.xz) = 236540
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536000742
|
||||
SHA256 (KDE/frameworks/5.50.0/kcoreaddons-5.50.0.tar.xz) = 48f4fc35bc7c8d556610f828082c84771a100a19c36f1d6c42130a31ac22f5ac
|
||||
SIZE (KDE/frameworks/5.50.0/kcoreaddons-5.50.0.tar.xz) = 352664
|
||||
TIMESTAMP = 1539410404
|
||||
SHA256 (KDE/frameworks/5.51.0/kcoreaddons-5.51.0.tar.xz) = 0bd72bdf566ac013881a9b4f66442e87414ce841c9cd03c1ff38b8f30f70bb17
|
||||
SIZE (KDE/frameworks/5.51.0/kcoreaddons-5.51.0.tar.xz) = 352668
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536000742
|
||||
SHA256 (KDE/frameworks/5.50.0/kcrash-5.50.0.tar.xz) = 846e5febaf0871185b1da6cc33f3620317e7692595a73e793977b570a1f5c202
|
||||
SIZE (KDE/frameworks/5.50.0/kcrash-5.50.0.tar.xz) = 21928
|
||||
TIMESTAMP = 1539522332
|
||||
SHA256 (KDE/frameworks/5.51.0/kcrash-5.51.0.tar.xz) = 621ca1be4958b299ddd44ddbf130999cf23aafc1193d0fbfa4ec06ab1682d7f9
|
||||
SIZE (KDE/frameworks/5.51.0/kcrash-5.51.0.tar.xz) = 22004
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536000742
|
||||
SHA256 (KDE/frameworks/5.50.0/kdbusaddons-5.50.0.tar.xz) = d54fbcec8709a6f4307b85c5e75e91d6ac96b441e0c13b0cd88ec89324795b46
|
||||
SIZE (KDE/frameworks/5.50.0/kdbusaddons-5.50.0.tar.xz) = 37212
|
||||
TIMESTAMP = 1539410406
|
||||
SHA256 (KDE/frameworks/5.51.0/kdbusaddons-5.51.0.tar.xz) = 6b8e86ef5e5060ce4475a6e3a24f5860ff1b18be8340ba9348828fc86093a4c4
|
||||
SIZE (KDE/frameworks/5.51.0/kdbusaddons-5.51.0.tar.xz) = 37216
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536000743
|
||||
SHA256 (KDE/frameworks/5.50.0/kdeclarative-5.50.0.tar.xz) = 8cb0bd0e374f1a0e170f494dea4805b5c019673d413f4fa7779940dcd4fe8ebb
|
||||
SIZE (KDE/frameworks/5.50.0/kdeclarative-5.50.0.tar.xz) = 171984
|
||||
TIMESTAMP = 1539410407
|
||||
SHA256 (KDE/frameworks/5.51.0/kdeclarative-5.51.0.tar.xz) = 72f7a8673a7d1feee44ed310cfc691811904b2f3866fe8715bcb9007a256b090
|
||||
SIZE (KDE/frameworks/5.51.0/kdeclarative-5.51.0.tar.xz) = 172012
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536000743
|
||||
SHA256 (KDE/frameworks/5.50.0/kdoctools-5.50.0.tar.xz) = 1e37f26211160607ee825ae3b8f463e298958e59a3bd09e7948f62b4e271f2fd
|
||||
SIZE (KDE/frameworks/5.50.0/kdoctools-5.50.0.tar.xz) = 424484
|
||||
TIMESTAMP = 1539410408
|
||||
SHA256 (KDE/frameworks/5.51.0/kdoctools-5.51.0.tar.xz) = bcc3ff9afb2a2be58179faae65a44ab65cdb7d4b2c014fa24a957e1330adee88
|
||||
SIZE (KDE/frameworks/5.51.0/kdoctools-5.51.0.tar.xz) = 424328
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536000743
|
||||
SHA256 (KDE/frameworks/5.50.0/kfilemetadata-5.50.0.tar.xz) = f414e10bfb3d5f3cec14a7074bfb493d6621dbf73c36fcdca7f765bb3a226118
|
||||
SIZE (KDE/frameworks/5.50.0/kfilemetadata-5.50.0.tar.xz) = 258444
|
||||
TIMESTAMP = 1539410408
|
||||
SHA256 (KDE/frameworks/5.51.0/kfilemetadata-5.51.0.tar.xz) = d6db35f1ff5df56f495f713b0cc437625099758e0e5ee6a2ccf53e156adbde13
|
||||
SIZE (KDE/frameworks/5.51.0/kfilemetadata-5.51.0.tar.xz) = 260492
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536000743
|
||||
SHA256 (KDE/frameworks/5.50.0/ki18n-5.50.0.tar.xz) = 29fc301cb0b465c88fc58be5a11094434065056c232dc19c5ef05aaf7e54cbf8
|
||||
SIZE (KDE/frameworks/5.50.0/ki18n-5.50.0.tar.xz) = 587076
|
||||
TIMESTAMP = 1539410409
|
||||
SHA256 (KDE/frameworks/5.51.0/ki18n-5.51.0.tar.xz) = 7219dcdf8b295122b45e3990cd46c0c21531704cbc0b0d918776a99fb228d393
|
||||
SIZE (KDE/frameworks/5.51.0/ki18n-5.51.0.tar.xz) = 587032
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536000744
|
||||
SHA256 (KDE/frameworks/5.50.0/kidletime-5.50.0.tar.xz) = 215ab778dad24cdc6ba946425ddcc7bc82af79de241bae031447c7cda9860fcf
|
||||
SIZE (KDE/frameworks/5.50.0/kidletime-5.50.0.tar.xz) = 26568
|
||||
TIMESTAMP = 1539410410
|
||||
SHA256 (KDE/frameworks/5.51.0/kidletime-5.51.0.tar.xz) = a09d6137244e09f155396064124c2e1eb8070c8b2ad71eaa4b87a8440ba3ea21
|
||||
SIZE (KDE/frameworks/5.51.0/kidletime-5.51.0.tar.xz) = 26584
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kio
|
||||
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel kde kde-frameworks
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536000744
|
||||
SHA256 (KDE/frameworks/5.50.0/kio-5.50.0.tar.xz) = 01423f94668756dc9f644c5ef93ace0b2e1624d7dd9483f9524bdf3c0855d2ae
|
||||
SIZE (KDE/frameworks/5.50.0/kio-5.50.0.tar.xz) = 3166632
|
||||
TIMESTAMP = 1539410411
|
||||
SHA256 (KDE/frameworks/5.51.0/kio-5.51.0.tar.xz) = c083dfb537e50f143770f0b50665da3779969ee3a1e38ba08e6ed3cc5c921cc7
|
||||
SIZE (KDE/frameworks/5.51.0/kio-5.51.0.tar.xz) = 3166752
|
||||
|
|
|
|||
44
devel/kf5-kio/files/patch-git_cf3b0d10
Normal file
44
devel/kf5-kio/files/patch-git_cf3b0d10
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
From cf3b0d102855a4a90db3fb65a99e0009fcdd3755 Mon Sep 17 00:00:00 2001
|
||||
From: Michael Pyne <mpyne@kde.org>
|
||||
Date: Sat, 13 Oct 2018 19:09:50 -0400
|
||||
Subject: kio_help: Fix crash in QCoreApplication when accessing help://.
|
||||
|
||||
A recent commit d428fc8e6447ede81f1e1911d0b66b39265672f3 removed old
|
||||
custom crash handling code in favor of KCrash. But this actually adds a
|
||||
dependency on there being a valid QCoreApplication object.
|
||||
|
||||
I took from the example of the similar kio_file to simply create the
|
||||
QCoreApplication here.
|
||||
|
||||
BUG:399709
|
||||
|
||||
Differential Revision: https://phabricator.kde.org/D16189
|
||||
---
|
||||
src/ioslaves/help/main.cpp | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/src/ioslaves/help/main.cpp b/src/ioslaves/help/main.cpp
|
||||
index f09987a..f800a9d 100644
|
||||
--- src/ioslaves/help/main.cpp
|
||||
+++ src/ioslaves/help/main.cpp
|
||||
@@ -10,6 +10,7 @@ extern "C" int xmlLoadExtDtdDefaultValue;
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
+#include <QCoreApplication>
|
||||
#include <QString>
|
||||
|
||||
#include <stdlib.h>
|
||||
@@ -40,6 +41,9 @@ extern "C"
|
||||
{
|
||||
Q_DECL_EXPORT int kdemain(int argc, char **argv)
|
||||
{
|
||||
+ QCoreApplication app(argc, argv); // needed for KCrash
|
||||
+ app.setApplicationName(QStringLiteral("kio_help"));
|
||||
+
|
||||
KDocTools::setupStandardDirs();
|
||||
|
||||
//qDebug() << "Starting " << getpid();
|
||||
--
|
||||
cgit v0.11.2
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue