*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2016-01-07 07:38:07 +01:00
parent 45608fc406
commit 32475b7da0
289 changed files with 5177 additions and 1388 deletions

View file

@ -204,6 +204,7 @@
SUBDIR += unace
SUBDIR += unadf
SUBDIR += unalz
SUBDIR += unarchiver
SUBDIR += unarj
SUBDIR += undms
SUBDIR += unfoo

View file

@ -16,11 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/libmcrypt \
liblzo2.so:${PORTSDIR}/archivers/lzo2
USES= gmake desthack
USES= desthack gmake localbase
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/lib
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ARGS= TOBUILD="dact libdact.so dact.conf"
USE_LDCONFIG= yes
@ -33,6 +31,8 @@ post-install:
${STAGEDIR}${DATADIR}/*.so
${MV} ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf \
${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Docs/dact.txt ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

View file

@ -35,6 +35,8 @@ do-install:
${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 \
${STAGEDIR}${MAN6PREFIX}/man/man6
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/CHANGES ${WRKSRC}/TODO ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/dtexman6.txt ${STAGEDIR}${DOCSDIR}/MANUAL

View file

@ -10,18 +10,22 @@ MASTER_SITES= SUNSITE/system/backup
MAINTAINER= ports@FreeBSD.org
COMMENT= Unix reader for the Microsoft Tape Format used by NT Backup
LICENSE= GPLv2
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:tgz
ALL_TARGET= # empty
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
PLIST_FILES= bin/mtf
PORTDOCS= README
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mtf ${STAGEDIR}${PREFIX}/bin
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

View file

@ -1,6 +1,6 @@
--- mtfread.c.orig Wed Sep 13 23:14:33 2000
+++ mtfread.c Wed Jun 26 14:28:48 2002
@@ -42,7 +42,11 @@
--- mtfread.c.orig 2000-09-13 15:14:33 UTC
+++ mtfread.c
@@ -42,7 +42,11 @@ See mtf.c for version history, contribut
#include <limits.h>
#include <sys/stat.h>
#include <sys/fcntl.h>
@ -12,7 +12,7 @@
#include <utime.h>
#include <unistd.h>
#include <time.h>
@@ -363,7 +367,7 @@
@@ -363,7 +367,7 @@ INT32 readTapeBlock(void)
{
stream = (MTF_STREAM_HDR*) ((char*) tape + dbHdr->off);
result = skipToNextBlock();
@ -21,7 +21,7 @@
{
fprintf(stderr, "Error traversing to end of descriptor block!\n");
return(-1);
@@ -671,7 +675,8 @@
@@ -671,7 +675,8 @@ INT32 readFileBlock(void)
INT32 result;
char *ptr, *ptr2, filePath[MAXPATHLEN + 1], fullPath[MAXPATHLEN + 1];
char tmpPath[MAXPATHLEN + 1];

View file

@ -10,24 +10,25 @@ MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Data compression library with low memory usage
LICENSE= GPLv2
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= DOCS
CONFLICTS_INSTALL= libucl
USES= libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared
INSTALL_TARGET= install-strip
CONFLICTS_INSTALL= libucl
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
PORTDOCS= AUTHORS NEWS README THANKS TODO
OPTIONS_DEFINE= DOCS
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/uclpack ${STAGEDIR}${PREFIX}/bin
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}

View file

@ -0,0 +1,45 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= unar
PORTVERSION= 1.9.1
CATEGORIES= archivers gnustep
MASTER_SITES= http://wakaba.c3.cx/releases/TheUnarchiver/
DISTNAME= ${PORTNAME}${PORTVERSION}_src
MAINTAINER= danfe@FreeBSD.org
COMMENT= Unarchiver for a vast variety of file formats
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/License.txt
# XXX: USES=gnustep overrides MAKEFILE we set below, so depend explicitly
LIB_DEPENDS= libgnustep-base.so:${PORTSDIR}/lang/gnustep-base \
libwavpack.so:${PORTSDIR}/audio/wavpack
USES= gmake zip
MAKEFILE= Makefile.freebsd
WRKSRC= ${WRKDIR}/The\ Unarchiver
BUILD_WRKSRC= ${WRKSRC}/XADMaster
PLIST_FILES= bin/lsar bin/unar man/man1/lsar.1.gz man/man1/unar.1.gz
PORTDOCS= README.md
PORTEXAMPLES= lsar.bash_completion unar.bash_completion
OPTIONS_DEFINE= DOCS EXAMPLES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/XADMaster/??ar ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/Extra/??ar.1 ${STAGEDIR}${MANPREFIX}/man/man1
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/Extra/??ar.bash_completion \
${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (unar1.9.1_src.zip) = 28045fb688563c002b7c2807e80575d3f9af8eb024739f9ab836f681bb8e822c
SIZE (unar1.9.1_src.zip) = 2541499

View file

@ -0,0 +1,26 @@
--- UniversalDetector/Makefile.freebsd.orig 2015-09-23 20:24:59 UTC
+++ UniversalDetector/Makefile.freebsd
@@ -1,10 +1,7 @@
# Compilers and linkers
-OBJCC = clang
-CC = clang
-CXX = clang++
+OBJCC ?= $(CC)
LD = $(CXX)
-AR = ar
# Options for compilation
@@ -16,10 +13,9 @@ GNUSTEP_OPTS = -DGNUSTEP \
-fobjc-exceptions \
-fconstant-string-class=NSConstantString
-GCC_OPTS = -O2 \
+GCC_OPTS = $(CFLAGS) \
-Wno-import \
-Wno-multichar \
- -g \
-D_FILE_OFFSET_BITS=64 \
-isystem /usr/local/GNUstep/System/Library/Headers \
-I/usr/local/include

View file

@ -0,0 +1,15 @@
--- XADMaster/Makefile.common.orig 2015-09-23 20:24:59 UTC
+++ XADMaster/Makefile.common
@@ -206,12 +206,6 @@ LIBRARY_C_FILES = BWT.c \
PPMd/VariantG.c \
PPMd/VariantH.c \
PPMd/VariantI.c \
- wavpack/bits.c \
- wavpack/float.c \
- wavpack/metadata.c \
- wavpack/unpack.c \
- wavpack/words.c \
- wavpack/wputils.c \
WinZipJPEG/ArithmeticDecoder.c \
WinZipJPEG/Decompressor.c \
WinZipJPEG/JPEG.c

View file

@ -0,0 +1,52 @@
--- XADMaster/Makefile.freebsd.orig 2015-09-23 20:24:59 UTC
+++ XADMaster/Makefile.freebsd
@@ -1,10 +1,7 @@
# Compilers and linkers
-OBJCC = clang
-CC = clang
-CXX = clang++
+OBJCC ?= $(CC)
LD = $(CXX)
-AR = ar
# Options for compilation
@@ -16,10 +13,8 @@ GNUSTEP_OPTS = -DGNUSTEP \
-fobjc-exceptions \
-fconstant-string-class=NSConstantString
-GCC_OPTS = -O2 \
- -Wno-import \
+GCC_OPTS = $(CFLAGS) -Wno-import \
-Wno-multichar \
- -g \
-D_FILE_OFFSET_BITS=64 \
-isystem /usr/local/GNUstep/System/Library/Headers \
-I/usr/local/include
@@ -42,6 +37,7 @@ LIBS = -Wl,--no-whole-archive \
-lgnustep-base \
-lz \
-lbz2 \
+ -lwavpack \
-licuuc \
-lobjc \
-lm
@@ -74,7 +70,7 @@ libXADMaster.a: $(LIBRARY_OBJS)
$(AR) rcs $@ $^
../UniversalDetector/libUniversalDetector.a:
- gmake -C ../UniversalDetector -f Makefile.linux
+ $(MAKE) -C ../UniversalDetector -f Makefile.freebsd
XADTest2: $(XADTEST2_OBJS) libXADMaster.a ../UniversalDetector/libUniversalDetector.a
$(LD) $(ALL_LDFLAGS) -o $@ $^ $(LIBS)
@@ -99,7 +95,7 @@ lsar: $(LSAR_OBJS) $(CMDLINE_OBJS) libXA
clean:
rm -rf $(BUILD_DIR) $(EXECUTABLE_FILES) $(LIBRARY_FILES)
- gmake -C ../UniversalDetector -f Makefile.linux clean
+ $(MAKE) -C ../UniversalDetector -f Makefile.freebsd clean
.PHONY: ../UniversalDetector/libUniversalDetector.a clean

View file

@ -0,0 +1,10 @@
--- XADMaster/XADWinZipWavPackHandle.h.orig 2015-09-23 20:24:59 UTC
+++ XADMaster/XADWinZipWavPackHandle.h
@@ -1,6 +1,6 @@
#import "CSBlockStreamHandle.h"
-#import "wavpack/wavpack.h"
+#import <wavpack/wavpack.h>
@interface XADWinZipWavPackHandle:CSBlockStreamHandle
{

View file

@ -0,0 +1,11 @@
The Unarchiver is an archive unpacker program with support for the lots of
popular ZIP, RAR, 7z, tar, gzip, bzip2, LZMA, XZ, CAB, MSI, NSIS, EXE, ISO,
BIN, split file formats, as well as the old Stuffit, Stuffit X, DiskDouble,
Compact Pro, Packit, cpio, compress (.Z), ARJ, ARC, PAK, ACE, ZOO, LZH, ADF,
DMS, LZX, PowerPacker, LBR, Squeeze, Crunch, and other old/obscure formats.
It can also handle filenames in foreign character sets, created with non-
English versions of some operating systems, and is particularly useful for
processing CJK archives correctly.
WWW: https://unarchiver.c3.cx/commandline

View file

@ -11,7 +11,8 @@ MASTER_SITES= GENTOO \
MAINTAINER= ports@FreeBSD.org
COMMENT= Orbital simulator
LICENSE= GPLv2
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake tar:tgz
USE_OCAML= yes
@ -25,6 +26,8 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/planets.1 ${STAGEDIR}${MANPREFIX}/man/man1
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/KEYBINDINGS.txt ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/getting_started.html ${STAGEDIR}${DOCSDIR}

View file

@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= Vector-based GPS moving map
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@ -72,6 +75,8 @@ do-install:
.for _DATA in ${DATA}
${INSTALL_DATA} ${INSTALL_WRKSRC}/${_DATA} ${STAGEDIR}${DATADIR}/${_DATA}
.endfor
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README
.for _DOC in ${DOCS}

View file

@ -12,14 +12,10 @@ LICENSE= LGPL21
LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
USES= cmake:outsource
USES= cmake:outsource pathfix
USE_LDCONFIG= yes
CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=ON \
-DWITH_AVFFT:BOOL=ON \
post-patch:
${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>

View file

@ -14,7 +14,7 @@ LICENSE= LGPL20
LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson \
libneon.so:${PORTSDIR}/www/neon
USES= cmake
USES= cmake pathfix
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= metabrainz
@ -23,8 +23,6 @@ GH_ACCOUNT= metabrainz
WRKSRC= ${WRKDIR}/${PORTNAME}-{PROJECT_VERSION}
post-patch:
${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \
${WRKSRC}/CMakeLists.txt
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/cmake/modules/*.cmake

View file

@ -11,11 +11,7 @@ COMMENT= Library for creating MusicBrainz DiscIDs
LICENSE= LGPL21
USES= cmake
USES= cmake pathfix
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>

View file

@ -16,12 +16,11 @@ LICENSE= LGPL21
LIB_DEPENDS= libdiscid.so:${PORTSDIR}/audio/libdiscid \
libneon.so:${PORTSDIR}/www/neon
USES= cmake
USES= cmake pathfix
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \
-e '/CppUnit/d' ${WRKSRC}/CMakeLists.txt
${REINPLACE_CMD} -e '/CppUnit/d' ${WRKSRC}/CMakeLists.txt
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/cmake/modules/*.cmake

View file

@ -13,7 +13,7 @@ LICENSE= LGPL21
LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon
USES= cmake iconv:build
USES= cmake iconv:build pathfix
USE_GNOME= libxml2
USE_LDCONFIG= yes
@ -21,8 +21,6 @@ USE_GITHUB= yes
GH_ACCOUNT= metabrainz
post-patch:
${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \
${WRKSRC}/CMakeLists.txt
${REINPLACE_CMD} -e 's|%%ICONV_PREFIX%%|${ICONV_PREFIX}|g' \
${WRKSRC}/src/CMakeLists.txt
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \

View file

@ -16,10 +16,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio \
libsndfile.so:${PORTSDIR}/audio/libsndfile
USES= ncurses tar:tgz
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USES= localbase ncurses tar:tgz
OPTIONS_DEFINE= DOCS
@ -30,10 +27,12 @@ post-patch:
s|-ldl |$$(LDFLAGS) |' ${WRKSRC}/Makefile
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} listener setlistener \
${STAGEDIR}${PREFIX}/bin)
(cd ${WRKSRC} && ${INSTALL_DATA} listener.conf \
${STAGEDIR}${PREFIX}/etc/listener.conf.sample)
${INSTALL_PROGRAM} ${WRKSRC}/listener ${WRKSRC}/setlistener \
${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/listener.conf \
${STAGEDIR}${PREFIX}/etc/listener.conf.sample
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} manual.html \
${STAGEDIR}${DOCSDIR})

View file

@ -10,7 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Fork of the Python MPD client library
LICENSE= LGPL3
LICENSE= LGPL3 # or later
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_GITHUB= yes
GH_ACCOUNT= Mic92
@ -22,37 +23,23 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
PORTDOCS= *
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
PORTDOCS_1= commands_header.txt index.rst changes.rst
PORTDOCS_2= topics/advanced.rst topics/commands.rst \
topics/getting-started.rst topics/logging.rst
PORTDOCS_3= generate_command_reference.py
PORTDOCS= ${PORTDOCS_1} ${PORTDOCS_2} ${PORTDOCS_3}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
PORTEXAMPLES_1= errorhandling.py helloworld.py idle.py locking.py logger.py \
multitags.py randomqueue.py stats.py stickers.py
PORTEXAMPLES_2= summary.txt
PORTEXAMPLES= ${PORTEXAMPLES_1} ${PORTEXAMPLES_2}
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/topics
${INSTALL_DATA} ${WRKSRC}/doc/commands_header.txt ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/doc/*.rst ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/doc/topics/*.rst ${STAGEDIR}${DOCSDIR}/topics/
${INSTALL_SCRIPT} ${WRKSRC}/doc/generate_command_reference.py ${STAGEDIR}${DOCSDIR}/
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}/topics
.for f in ${PORTDOCS_1}
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.for f in ${PORTDOCS_2}
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}/topics
.endfor
.for f in ${PORTDOCS_3}
${INSTALL_SCRIPT} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}
.endfor
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
.for f in ${PORTEXAMPLES_1}
${INSTALL_SCRIPT} ${WRKSRC}/examples/${f} ${STAGEDIR}${EXAMPLESDIR}
.endfor
.for f in ${PORTEXAMPLES_2}
${INSTALL_DATA} ${WRKSRC}/examples/${f} ${STAGEDIR}${EXAMPLESDIR}
.endfor
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.py ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/examples/summary.txt ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.mk>

View file

@ -14,7 +14,7 @@ LICENSE_COMB= dual
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL
LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL
USES= cmake cpe
USES= cmake cpe pathfix
CMAKE_ARGS= -DWITH_ASF:BOOL=ON \
-DWITH_MP4:BOOL=ON
USE_LDCONFIG= yes
@ -35,8 +35,5 @@ post-patch-RCC-on:
${WRKSRC}/taglib.pc.cmake ${WRKSRC}/taglib-config.cmake
@${REINPLACE_CMD} -e 's|-ltag_c|-ltag_c -lrcc|g' \
${WRKSRC}/bindings/c/taglib_c.pc.cmake
post-patch:
${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
${WRKSRC}/CMakeLists.txt ${WRKSRC}/bindings/c/CMakeLists.txt
.include <bsd.port.mk>

View file

@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= httperf
PORTVERSION= 0.9.0
PORTVERSION= 0.9.0.1
CATEGORIES= benchmarks www
MASTER_SITES= GOOGLE_CODE
#MASTER_SITES= GOOGLE_CODE
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= Tool for measuring webserver performance
@ -13,7 +13,9 @@ LICENSE= GPLv2
USE_OPENSSL= yes
GNU_CONFIGURE= yes
USES= gmake
USES= autoreconf gmake libtool
USE_GITHUB= yes
GH_TAGNAME= dcfb746
MAKE_ARGS= LIBUTIL_OBJS=ssl_writev.o \
exec_prefix=${PREFIX}

View file

@ -1,2 +1,2 @@
SHA256 (httperf-0.9.0.tar.gz) = e1a0bf56bcb746c04674c47b6cfa531fad24e45e9c6de02aea0d1c5f85a2bf1c
SIZE (httperf-0.9.0.tar.gz) = 425297
SHA256 (httperf-httperf-0.9.0.1-dcfb746_GH0.tar.gz) = 72294a3cbfd78b48f38b077f7a380ef24b69f3bc24f6ec87875f2f069153677d
SIZE (httperf-httperf-0.9.0.1-dcfb746_GH0.tar.gz) = 103950

View file

@ -0,0 +1,45 @@
--- src/httperf.c
+++ src/httperf.c
@@ -664,10 +664,14 @@ main(int argc, char **argv)
{
if (strcasecmp (optarg, "auto") == 0)
param.ssl_protocol = 0;
+#ifndef OPENSSL_NO_SSL2
else if (strcasecmp (optarg, "SSLv2") == 0)
param.ssl_protocol = 2;
+#endif
+#ifndef OPENSSL_NO_SSL3
else if (strcasecmp (optarg, "SSLv3") == 0)
param.ssl_protocol = 3;
+#endif
else if (strcasecmp (optarg, "TLSv1") == 0)
param.ssl_protocol = 4;
else
@@ -997,10 +1001,14 @@ main(int argc, char **argv)
{
/* 0/auto for SSLv23 */
case 0: ssl_ctx = SSL_CTX_new (SSLv23_client_method ()); break;
+#ifndef OPENSSL_NO_SSL2
/* 2/SSLv2 */
case 2: ssl_ctx = SSL_CTX_new (SSLv2_client_method ()); break;
+#endif
+#ifndef OPENSSL_NO_SSL3
/* 3/SSLv3 */
case 3: ssl_ctx = SSL_CTX_new (SSLv3_client_method ()); break;
+#endif
/* 4/TLSv1 */
case 4: ssl_ctx = SSL_CTX_new (TLSv1_client_method ()); break;
}
@@ -1204,8 +1212,12 @@ main(int argc, char **argv)
switch (param.ssl_protocol)
{
case 0: printf (" --ssl-protocol=auto"); break;
+#ifndef OPENSSL_NO_SSL2
case 2: printf (" --ssl-protocol=SSLv2"); break;
+#endif
+#ifndef OPENSSL_NO_SSL3
case 3: printf (" --ssl-protocol=SSLv3"); break;
+#endif
case 4: printf (" --ssl-protocol=TLSv1"); break;
}
#endif

View file

@ -1,11 +1,11 @@
Httperf is a tool for measuring web server performance. It provides a flexible
facility for generating various HTTP workloads and for measuring server
Httperf is a tool for measuring web server performance. It provides a flexible
facility for generating various HTTP workloads and for measuring server
performance.
The focus of httperf is not on implementing one particular benchmark but on
providing a robust, high-performance tool that facilitates the construction of
The focus of httperf is not on implementing one particular benchmark but on
providing a robust, high-performance tool that facilitates the construction of
both micro- and macro-level benchmarks. The three distinguishing characteristics
of httperf are its robustness, which includes the ability to generate and
sustain server overload, support for the HTTP/1.1 and SSL protocols, and its
extensibility to new workload generators and performance measurements.
of httperf are its robustness, which includes the ability to generate and
sustain server overload, support for the HTTP/1.1 and SSL protocols, and its
extensibility to new workload generators and performance measurements.
WWW: http://code.google.com/p/httperf/
WWW: http://code.google.com/p/httperf/

View file

@ -40,8 +40,6 @@ BROKEN_sparc64= does not compile: invokes i386 assembler
post-patch:
@${REINPLACE_CMD} "s+-exact Tcl 8\.5\.9+Tcl 8.5+" ${WRKSRC}/src/other/tcl/library/init.tcl
@${REINPLACE_CMD} -e 's|{LIB_DIR}|{prefix}/libdata|' \
${WRKSRC}/misc/pkgconfig/CMakeLists.txt
pre-install:
${CP} ${FILESDIR}/mged.sh ${WRKSRC}

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= CalculiX
PORTVERSION= 2.8
PORTVERSION= 2.9
CATEGORIES= cad
MASTER_SITES= http://www.dhondt.de/
DISTFILES= ${DIST_SOURCES}
@ -12,8 +12,6 @@ EXTRACT_ONLY= ${DIST_SOURCES}
MAINTAINER= maho@FreeBSD.org
COMMENT= Three-Dimensional Structural Finite Element Program
BROKEN= unfetchable
LICENSE= GPLv2
LIB_DEPENDS= libarpack.so:${PORTSDIR}/math/arpack \

View file

@ -1,16 +1,16 @@
SHA256 (calculix/ccx_2.8.src.tar.bz2) = 4b1d032afbc7e24658824cd0dcf6b4279adb9b1788a0d75111b58cdc40219ced
SIZE (calculix/ccx_2.8.src.tar.bz2) = 918419
SHA256 (calculix/cgx_2.8.all.tar.bz2) = 8e605df835f62748b2d7bba00d7c9ef0a2b797fb7f4ba4a8614062c1f0ba0875
SIZE (calculix/cgx_2.8.all.tar.bz2) = 1657532
SHA256 (calculix/ccx_2.8.test.tar.bz2) = 192f7870ae462f35426d198b9c1ecb8876cd9fb8ad64e207e1c1b631709bf96d
SIZE (calculix/ccx_2.8.test.tar.bz2) = 8965915
SHA256 (calculix/cgx_2.8.exa.tar.bz2) = f5c51bef56682bf78f6f86275a125acc4e7124875fc53871549d335bd6612a8d
SIZE (calculix/cgx_2.8.exa.tar.bz2) = 492133
SHA256 (calculix/ccx_2.8.htm.tar.bz2) = 89559fdfe0ca46da4a61669dd4a4e19b992275a8be84d58d729f4dab7d3a03dd
SIZE (calculix/ccx_2.8.htm.tar.bz2) = 1720873
SHA256 (calculix/cgx_2.8.htm.tar.bz2) = de9da52f427c8cb2e9635c1a6f7e09a59bf2d4802b7a64fa1e4c197e8b75db59
SIZE (calculix/cgx_2.8.htm.tar.bz2) = 349398
SHA256 (calculix/ccx_2.8.ps.tar.bz2) = 9c71d21a474ca938156f532ba5f656840297148105975cffb871525f4bddc30a
SIZE (calculix/ccx_2.8.ps.tar.bz2) = 2359282
SHA256 (calculix/cgx_2.8.pdf) = 17ba0f2e341d37d9b94ea38c92b574b9cff4ffdc91a2e560611b1387ade12471
SIZE (calculix/cgx_2.8.pdf) = 1129372
SHA256 (calculix/ccx_2.9.src.tar.bz2) = 755e173cfb712c83cefef22cfa43f06caf495e5dffbecf8df3d47f3cf6e6d44d
SIZE (calculix/ccx_2.9.src.tar.bz2) = 951618
SHA256 (calculix/cgx_2.9.all.tar.bz2) = eccce9424a05396c218f1c8cb3c3e92ffd847d4c9e24e5fe7e5812688bcc1f69
SIZE (calculix/cgx_2.9.all.tar.bz2) = 1731082
SHA256 (calculix/ccx_2.9.test.tar.bz2) = 6a2d864c970189c8b350f28826e9d3b624e2b3c1bad9f7f0ed45ccb2343c12e3
SIZE (calculix/ccx_2.9.test.tar.bz2) = 9051620
SHA256 (calculix/cgx_2.9.exa.tar.bz2) = 7553005a384faadb702c3fc186fc48b26559ba1a52ecd662579990167514f6ec
SIZE (calculix/cgx_2.9.exa.tar.bz2) = 505174
SHA256 (calculix/ccx_2.9.htm.tar.bz2) = 2313229b854e2558524d521ff586df05947416f0ee31a6b15edc59334e65178d
SIZE (calculix/ccx_2.9.htm.tar.bz2) = 1903990
SHA256 (calculix/cgx_2.9.htm.tar.bz2) = f8f4585275902f99e785be3d7beb4b4eaeecea3ab2c4456114a5a715c9fec032
SIZE (calculix/cgx_2.9.htm.tar.bz2) = 278036
SHA256 (calculix/ccx_2.9.ps.tar.bz2) = 709ab11a2996d1b0af8eaf727c553abb8b650ad39d6b8cd26084c1942831e0d5
SIZE (calculix/ccx_2.9.ps.tar.bz2) = 2412304
SHA256 (calculix/cgx_2.9.pdf) = 722f379619c9560278eb9cde2fc0db125f8d3b4aec04b1456fbf7056c8f9228a
SIZE (calculix/cgx_2.9.pdf) = 1161271

View file

@ -1,5 +1,5 @@
--- ccx_2.8/src/CalculiX.h.orig 2015-01-17 13:44:36.000000000 -0500
+++ ccx_2.8/src/CalculiX.h 2015-03-05 18:03:18.675496033 -0500
--- ccx_2.9/src/CalculiX.h.orig 2015-11-19 19:28:13 UTC
+++ ccx_2.9/src/CalculiX.h
@@ -15,12 +15,14 @@
/* along with this program; if not, write to the Free Software */
/* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */

View file

@ -1,9 +1,10 @@
--- ccx_2.8/src/Makefile.orig 2015-01-17 13:44:37.000000000 -0500
+++ ccx_2.8/src/Makefile 2015-03-05 17:47:19.851561593 -0500
@@ -1,9 +1,9 @@
--- ccx_2.9/src/Makefile.orig 2015-11-19 19:28:14 UTC
+++ ccx_2.9/src/Makefile
@@ -1,10 +1,10 @@
-CFLAGS = -Wall -O3 -I ../../../SPOOLES.2.2 -DARCH="Linux" -DSPOOLES -DARPACK -DMATRIXSTORAGE
+CFLAGS = -Wall -O3 -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/spooles -DARCH="FreeBSD" -DSPOOLES -DARPACK -DMATRIXSTORAGE
+CFLAGS += -Wall -O3 -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/spooles -DARCH="FreeBSD" -DSPOOLES -DARPACK -DMATRIXSTORAGE
#FFLAGS = -Wall -O3 -fopenmp -fmax-stack-var-size=80000
FFLAGS = -Wall -O3 -fopenmp
-CC=cc
@ -13,7 +14,7 @@
.c.o :
$(CC) $(CFLAGS) -c $<
@@ -18,15 +18,10 @@
@@ -19,15 +19,10 @@ OCCXF = $(SCCXF:.f=.o)
OCCXC = $(SCCXC:.c=.o)
OCCXMAIN = $(SCCXMAIN:.c=.o)
@ -25,9 +26,9 @@
- -lpthread -lm -lc
+LIBS = -lspooles -larpack %%BLAS_LIBS%% %%LAPACK_LIBS%% -lm
ccx_2.8: $(OCCXMAIN) ccx_2.8.a $(LIBS)
- ./date.pl; $(CC) $(CFLAGS) -c ccx_2.8.c; $(FC) -fopenmp -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.8.a $(LIBS)
+ ./date.pl; $(CC) $(CFLAGS) -c ccx_2.8.c; $(FC) -fopenmp -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.8.a -lpthread $(LIBS)
ccx_2.9: $(OCCXMAIN) ccx_2.9.a $(LIBS)
- ./date.pl; $(CC) $(CFLAGS) -c ccx_2.9.c; $(FC) -fopenmp -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.9.a $(LIBS)
+ ./date.pl; $(CC) $(CFLAGS) -c ccx_2.9.c; $(FC) -fopenmp -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.9.a -lpthread $(LIBS)
ccx_2.8.a: $(OCCXF) $(OCCXC)
ccx_2.9.a: $(OCCXF) $(OCCXC)
ar vr $@ $?

View file

@ -1,5 +1,5 @@
--- cgx_2.8/src/Makefile.orig 2014-04-07 12:26:41.000000000 -0500
+++ cgx_2.8/src/Makefile 2015-03-05 17:51:21.124545473 -0500
--- cgx_2.9/src/Makefile.orig 2015-07-30 21:38:17 UTC
+++ cgx_2.9/src/Makefile
@@ -1,14 +1,14 @@
CFLAGS = -O3 -Wall \
-I./ \
@ -19,7 +19,7 @@
-lm -lpthread -lrt
@@ -66,7 +66,7 @@
@@ -66,7 +66,7 @@ OULIB = $(ULIB:.c=.o)
OUTIL = $(SUTIL:.c=.o)
cgx: $(OLIB) $(OUTIL) $(OULIB)

View file

@ -1,13 +1,13 @@
--- cgx_2.8/src/cgx.h.orig 2009-08-13 15:58:59.000000000 +0900
+++ cgx_2.8/src/cgx.h 2009-09-03 15:07:10.000000000 +0900
@@ -86,8 +86,8 @@
"/yaprod/cae/application/CalculiX/doc/ccx_2.0/ccx.html"}
#endif
--- cgx_2.9/src/cgx.h.orig 2015-11-14 14:00:48 UTC
+++ cgx_2.9/src/cgx.h
@@ -83,8 +83,8 @@ rendering is done in the index-mode.
"/usr/local/CalculiX/ccx_2.9/doc/ccx/ccx.html",\
"/usr/local/CalculiX/cgx_2.9/doc/aflib/aflib.pdf"}
#else
- #define HELPFILE {"/usr/local/CalculiX/cgx_2.8/doc/cgx/cgx.html",\
- "/usr/local/CalculiX/ccx_2.8/doc/ccx/ccx.html"}
+ #define HELPFILE {"%%DOCSDIR%%/cgx/cgx.html",\
+ "%%DOCSDIR%%/ccx/ccx.html"}
- #define HELPFILE {"/usr/local/CalculiX/cgx_2.9/doc/cgx/cgx.html",\
- "/usr/local/CalculiX/ccx_2.9/doc/ccx/ccx.html"}
+ #define HELPFILE {"/usr/local/share/doc/CalculiX/cgx/cgx.html",\
+ "/usr/local/share/doc/CalculiX/ccx/ccx.html"}
#endif
/* html browser, change if necessary */

View file

@ -1,12 +1,12 @@
--- libSNL/src/makefile.orig Mon Feb 20 13:50:59 2006
+++ libSNL/src/makefile Mon Feb 20 13:52:03 2006
@@ -14,11 +14,11 @@
--- libSNL/src/makefile.orig 2015-07-30 21:36:35 UTC
+++ libSNL/src/makefile
@@ -15,11 +15,11 @@ objFiles := snlCircularOffsetCurve.o \
libName = libSNL.so.0.2
-export cflags = -Wall -fPIC -O3
-export cname = g++
+export cflags = -fPIC -Wall -g
+export cflags = -fPIC -Wall -O3
+export cname = c++
-CXXFLAGS := $(cflags)
@ -15,4 +15,4 @@
+CFLAGS ?= $(cflags)
libSNL: $(objFiles)
$(cname) $(cflags) -fPIC -shared -o $(libName) $(objFiles)
@ echo

View file

@ -431,32 +431,262 @@ bin/cgx
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1383.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1384.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1385.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1386.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1387.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1388.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1389.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img139.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1390.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1391.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1392.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1393.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1394.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1395.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1396.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1397.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1398.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1399.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img14.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img140.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1400.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1401.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1402.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1403.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1404.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1405.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1406.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1407.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1408.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1409.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img141.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1410.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1411.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1412.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1413.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1414.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1415.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1416.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1417.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1418.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1419.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img142.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1420.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1421.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1422.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1423.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1424.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1425.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1426.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1427.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1428.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1429.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img143.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1430.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1431.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1432.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1433.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1434.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1435.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1436.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1437.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1438.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1439.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img144.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1440.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1441.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1442.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1443.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1444.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1445.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1446.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1447.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1448.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1449.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img145.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1450.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1451.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1452.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1453.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1454.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1455.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1456.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1457.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1458.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1459.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img146.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1460.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1461.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1462.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1463.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1464.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1465.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1466.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1467.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1468.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1469.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img147.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1470.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1471.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1472.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1473.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1474.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1475.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1476.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1477.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1478.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1479.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img148.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1480.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1481.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1482.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1483.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1484.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1485.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1486.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1487.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1488.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1489.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img149.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1490.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1491.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1492.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1493.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1494.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1495.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1496.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1497.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1498.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1499.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img15.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img150.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1500.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1501.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1502.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1503.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1504.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1505.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1506.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1507.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1508.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1509.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img151.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1510.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1511.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1512.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1513.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1514.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1515.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1516.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1517.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1518.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1519.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img152.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1520.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1521.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1522.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1523.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1524.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1525.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1526.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1527.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1528.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1529.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img153.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1530.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1531.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1532.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1533.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1534.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1535.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1536.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1537.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1538.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1539.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img154.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1540.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1541.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1542.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1543.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1544.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1545.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1546.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1547.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1548.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1549.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img155.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1550.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1551.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1552.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1553.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1554.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1555.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1556.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1557.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1558.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1559.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img156.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1560.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1561.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1562.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1563.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1564.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1565.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1566.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1567.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1568.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1569.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img157.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1570.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1571.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1572.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1573.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1574.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1575.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1576.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1577.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1578.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1579.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img158.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1580.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1581.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1582.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1583.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1584.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1585.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1586.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1587.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1588.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1589.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img159.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1590.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1591.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1592.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1593.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1594.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1595.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1596.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1597.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1598.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1599.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img16.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img160.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1600.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1601.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1602.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1603.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1604.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1605.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1606.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1607.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1608.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1609.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img161.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1610.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1611.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1612.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1613.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1614.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1615.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img162.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img163.png
%%PORTDOCS%%%%DOCSDIR%%/ccx/img164.png
@ -1666,7 +1896,27 @@ bin/cgx
%%PORTDOCS%%%%DOCSDIR%%/ccx/node348.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node349.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node35.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node350.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node351.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node352.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node353.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node354.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node355.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node356.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node357.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node358.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node359.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node36.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node360.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node361.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node362.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node363.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node364.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node365.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node366.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node367.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node368.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node369.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node37.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node38.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node39.html
@ -1736,7 +1986,7 @@ bin/cgx
%%PORTDOCS%%%%DOCSDIR%%/ccx/node97.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node98.html
%%PORTDOCS%%%%DOCSDIR%%/ccx/node99.html
%%PORTDOCS%%%%DOCSDIR%%/ccx_2.8.ps.gz
%%PORTDOCS%%%%DOCSDIR%%/ccx_2.9.ps.gz
%%PORTDOCS%%%%DOCSDIR%%/cgx/WARNINGS
%%PORTDOCS%%%%DOCSDIR%%/cgx/cgx.css
%%PORTDOCS%%%%DOCSDIR%%/cgx/cgx.html
@ -1764,7 +2014,6 @@ bin/cgx
%%PORTDOCS%%%%DOCSDIR%%/cgx/img24.png
%%PORTDOCS%%%%DOCSDIR%%/cgx/img25.png
%%PORTDOCS%%%%DOCSDIR%%/cgx/img26.png
%%PORTDOCS%%%%DOCSDIR%%/cgx/img27.old
%%PORTDOCS%%%%DOCSDIR%%/cgx/img27.png
%%PORTDOCS%%%%DOCSDIR%%/cgx/img28.png
%%PORTDOCS%%%%DOCSDIR%%/cgx/img29.png
@ -1927,6 +2176,9 @@ bin/cgx
%%PORTDOCS%%%%DOCSDIR%%/cgx/node224.html
%%PORTDOCS%%%%DOCSDIR%%/cgx/node225.html
%%PORTDOCS%%%%DOCSDIR%%/cgx/node226.html
%%PORTDOCS%%%%DOCSDIR%%/cgx/node227.html
%%PORTDOCS%%%%DOCSDIR%%/cgx/node228.html
%%PORTDOCS%%%%DOCSDIR%%/cgx/node229.html
%%PORTDOCS%%%%DOCSDIR%%/cgx/node23.html
%%PORTDOCS%%%%DOCSDIR%%/cgx/node24.html
%%PORTDOCS%%%%DOCSDIR%%/cgx/node25.html
@ -2011,7 +2263,7 @@ bin/cgx
%%PORTDOCS%%%%DOCSDIR%%/cgx/node97.html
%%PORTDOCS%%%%DOCSDIR%%/cgx/node98.html
%%PORTDOCS%%%%DOCSDIR%%/cgx/node99.html
%%PORTDOCS%%%%DOCSDIR%%/cgx_2.8.pdf
%%PORTDOCS%%%%DOCSDIR%%/cgx_2.9.pdf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/RAE2822.hdr
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/README
@ -2023,6 +2275,7 @@ bin/cgx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_penta.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send.fbl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send_penta.fbl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send_penta.fbl~
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/rae2822.fbd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/cylinder.fbd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/disc.fbd
@ -2035,6 +2288,7 @@ bin/cgx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clean
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compressor/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compressor/lavff.fbd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compressor/lavffcyc.cvg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compressor/lavffcyc.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compressor/send.fbl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/README
@ -2056,8 +2310,10 @@ bin/cgx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map/map3D.fbl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map/pressure.bak
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.cvg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.fbd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/hcpy_1.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/send.fbl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/result.frd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel2.dat.ref
@ -2094,6 +2350,15 @@ bin/cgx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery1.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery2.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery2.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery3.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery3.frd.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery3.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery4.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery4.frd.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery4.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery5.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery5.frd.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery5.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ax6.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ax6.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ax6ht.dat.ref
@ -2182,6 +2447,8 @@ bin/cgx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy8.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy9.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy9.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdynamic.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdynamic.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamf.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamf.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamf2.dat.ref
@ -2362,6 +2629,12 @@ bin/cgx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/changefric.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/changefric.frd.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/changefric.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/changesolidsection.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/changesolidsection.frd.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/changesolidsection.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/changesurfbeh.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/changesurfbeh.frd.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/changesurfbeh.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel1.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel1.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/channel10.dat.ref
@ -2498,6 +2771,9 @@ bin/cgx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/furnace.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gap.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gap.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gap2.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gap2.frd.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gap2.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-cfd-pressure.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-cfd-pressure.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/gaspipe-fanno10.dat.ref
@ -2553,12 +2829,18 @@ bin/cgx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/metalforming.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/metalformingmortar.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/metalformingmortar.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/modelchel.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/modelchel.frd.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/modelchel.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/moehring.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/moehring.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/mpcforce.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/mpcforce.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/multistage.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/multistage.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel.frd.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel20cf.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel20cf.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel20df.dat.ref
@ -2569,6 +2851,9 @@ bin/cgx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel20rs.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel8ra.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/oneel8ra.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pendel.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pendel.frd.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pendel.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pipe.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pipe.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/pipe2.dat.ref
@ -2746,6 +3031,9 @@ bin/cgx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/thermomech2.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/thread.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/thread.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/truss.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/truss.frd.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/truss.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/twobeam.frd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/vortex1.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/vortex1.inp
@ -2756,6 +3044,7 @@ bin/cgx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/wire.dat.ref
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/wire.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/therm/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/therm/latimtrans.cvg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/therm/latimtrans.inp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/therm/post.fbl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/therm/send.fbl

View file

@ -35,7 +35,7 @@ USE_GNOME= pango intltool libxml2 introspection
USE_XORG= x11 xext xkbfile
USE_LDCONFIG= yes
USES= tar:xz cmake desktop-file-utils execinfo gettext iconv:wchar_t \
pathfix pkgconfig shared-mime-info
pkgconfig shared-mime-info
INSTALLS_ICONS= yes
OPTIONS_DEFINE= GTK2 GTK3 QT4 OPENCC TPUNC DOCS

View file

@ -14,9 +14,9 @@ LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
USES= cmake gmake libtool pathfix pkgconfig tar:bzip2
USES= cmake libtool pathfix pkgconfig tar:bzip2
USE_SQLITE= yes
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= chewing

View file

@ -1,17 +1,15 @@
--- CMakeLists.txt.orig 2014-04-11 09:25:28.000000000 +0800
+++ CMakeLists.txt 2015-02-15 11:25:11.959775965 +0800
@@ -103,8 +103,9 @@ set(TEST_BIN_DIR ${PROJECT_BINARY_DIR}/t
--- CMakeLists.txt.orig 2014-04-11 01:25:28 UTC
+++ CMakeLists.txt
@@ -104,7 +104,7 @@ set(TEST_BIN_DIR ${PROJECT_BINARY_DIR}/t
set(INSTALL_INC_DIR ${CMAKE_INSTALL_PREFIX}/include/chewing)
set(INSTALL_LIB_DIR ${CMAKE_INSTALL_PREFIX}/lib)
+set(INSTALL_LIBDATA_DIR ${CMAKE_INSTALL_PREFIX}/libdata)
set(INSTALL_DATA_DIR ${CMAKE_INSTALL_PREFIX}/share/libchewing)
-set(INSTALL_INFO_DIR ${CMAKE_INSTALL_PREFIX}/share/info)
+set(INSTALL_INFO_DIR ${CMAKE_INSTALL_PREFIX}/info)
set(INFO_SRC ${PROJECT_SOURCE_DIR}/doc/libchewing.texi)
set(INFO_BIN ${PROJECT_BINARY_DIR}/doc/libchewing.info)
@@ -166,11 +167,7 @@ if (MAKEINFO)
@@ -166,11 +166,7 @@ if (MAKEINFO)
add_custom_target(INFO ALL DEPENDS ${INFO_BIN})
add_dependencies(check INFO)
@ -24,10 +22,3 @@
endif()
@@ -428,5 +425,5 @@ install(FILES ${ALL_DATA} DESTINATION ${
install(FILES ${ALL_STATIC_DATA} DESTINATION ${INSTALL_DATA_DIR})
install(FILES ${ALL_INC} DESTINATION ${INSTALL_INC_DIR})
install(FILES ${PROJECT_BINARY_DIR}/chewing.pc
- DESTINATION ${INSTALL_LIB_DIR}/pkgconfig)
+ DESTINATION ${INSTALL_LIBDATA_DIR}/pkgconfig)
install(TARGETS ${LIBS} DESTINATION ${INSTALL_LIB_DIR})

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wordpress
PORTVERSION= 4.4
PORTVERSION= 4.4.1
DISTVERSIONSUFFIX= -zh_TW
CATEGORIES= chinese www
MASTER_SITES= http://tw.wordpress.org/

View file

@ -1,2 +1,2 @@
SHA256 (wordpress-4.4-zh_TW.tar.gz) = ce7865249c00b8b0a5b55773e22373b73218df2e9e24c99ce3d0bb3adf633e45
SIZE (wordpress-4.4-zh_TW.tar.gz) = 7506232
SHA256 (wordpress-4.4.1-zh_TW.tar.gz) = eb67bf54e33c53bba34e59e154baec22c30a5edff0641e152005345994cfd9df
SIZE (wordpress-4.4.1-zh_TW.tar.gz) = 7526879

View file

@ -11,7 +11,7 @@ MAINTAINER= madpilot@FreeBSD.org
COMMENT= Open source implementation of the OBEX protocol
USE_LDCONFIG= yes
USES= pathfix cmake dos2unix
USES= cmake dos2unix
DOS2UNIX_FILES= CMakeLists.txt
CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR:STRING="${PREFIX}/libdata/pkgconfig"

View file

@ -687,6 +687,14 @@
SUBDIR += postgresql94-plpython
SUBDIR += postgresql94-pltcl
SUBDIR += postgresql94-server
SUBDIR += postgresql95-client
SUBDIR += postgresql95-contrib
SUBDIR += postgresql95-docs
SUBDIR += postgresql95-pgtcl
SUBDIR += postgresql95-plperl
SUBDIR += postgresql95-plpython
SUBDIR += postgresql95-pltcl
SUBDIR += postgresql95-server
SUBDIR += postgresql_autodoc
SUBDIR += powerarchitect
SUBDIR += proftpd-mod_sql_mysql

View file

@ -0,0 +1,19 @@
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
# $FreeBSD$
PORTNAME= postgresql
COMMENT= PostgreSQL database (client)
MASTERDIR= ${.CURDIR}/../postgresql95-server
BUILD_DIRS= config src/include src/interfaces src/port \
src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
doc src/makefiles
INSTALL_DIRS= ${BUILD_DIRS}
CLIENT_ONLY= yes
COMPONENT= -client
USE_LDCONFIG= yes
USES= pkgconfig
.include "${MASTERDIR}/Makefile"

View file

@ -0,0 +1,28 @@
# Created by: Palle Girgensohn <girgen@pingpong.net>
# $FreeBSD$
PORTNAME= postgresql
CATEGORIES= databases
MAINTAINER= pgsql@FreeBSD.org
COMMENT= The contrib utilities from the PostgreSQL distribution
LIB_DEPENDS= libxslt.so:${PORTSDIR}/textproc/libxslt \
libxml2.so:${PORTSDIR}/textproc/libxml2
MASTERDIR= ${.CURDIR}/../postgresql95-server
USES= bison pgsql:9.5
BUILD_DIRS= src/port 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
post-install:
@- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/extension/README
.include "${MASTERDIR}/Makefile"

View 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: http://www.postgresql.org/

View file

@ -0,0 +1,6 @@
# Created by: Palle Girgensohn <girgen@pingpong.net>
# $FreeBSD$
WANT_PGSQL_VER=9.5
.include "${.CURDIR}/../postgresql91-docs/Makefile"

View file

@ -0,0 +1,10 @@
# $FreeBSD$
PKGNAMESUFFIX= -postgresql95
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[01234]-[0-9]*
PGTCL_SLAVE= 9.5
MASTERDIR= ${.CURDIR}/../pgtcl
.include "${MASTERDIR}/Makefile"

View file

@ -0,0 +1,6 @@
# Created by: Palle Girgensohn <girgen@partitur.se>
# $FreeBSD$
WANT_PGSQL_VER= 9.5
.include "${.CURDIR}/../postgresql90-plperl/Makefile"

View file

@ -0,0 +1,5 @@
# $FreeBSD$
WANT_PGSQL_VER= 9.5
.include "${.CURDIR}/../postgresql90-plpython/Makefile"

View file

@ -0,0 +1,6 @@
# Created by: Palle Girgensohn <girgen@partitur.se>
# $FreeBSD$
WANT_PGSQL_VER= 9.5
.include "${.CURDIR}/../postgresql91-pltcl/Makefile"

View file

@ -0,0 +1,17 @@
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
# $FreeBSD$
DISTVERSION?= 9.5.0
MAINTAINER?= pgsql@FreeBSD.org
INSTALL_DIRS?= src/common src/timezone src/backend \
src/backend/utils/mb/conversion_procs \
src/backend/snowball src/backend/replication/libpqwalreceiver \
src/bin/initdb src/bin/pg_ctl \
src/bin/pg_controldata src/bin/pg_resetxlog src/pl \
src/bin/pg_basebackup
ICU_PATCHFILE= sorry-icu-patch-is-not-quite-ready-for-95-yet
.include "${.CURDIR}/../postgresql92-server/Makefile"

View file

@ -0,0 +1,2 @@
SHA256 (postgresql/postgresql-9.5.0.tar.bz2) = f1c0d3a1a8aa8c92738cab0153fbfffcc4d4158b3fee84f7aa6bfea8283978bc
SIZE (postgresql/postgresql-9.5.0.tar.bz2) = 18378311

View file

@ -0,0 +1,115 @@
#!/bin/sh
#
# $FreeBSD: /tmp/pcvs/ports/databases/postgresql92-server/files/502.pgsql.in,v 1.4 2011-10-18 09:03:32 girgen Exp $
#
# 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
daily_pgsql_user=%%PG_USER%%
daily_pgsql_vacuum_args="-U ${daily_pgsql_user} -qaz"
daily_pgsql_pgdump_args="-U ${daily_pgsql_user} -bF c"
daily_pgsql_pgdumpall_globals_args="-U ${daily_pgsql_user}"
# backupdir is relative to ~pgsql home directory unless it begins with a slash:
daily_pgsql_backupdir="~${daily_pgsql_user}/backups"
daily_pgsql_savedays="7"
# 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
# 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_*' \) \
-a -mtime +${daily_pgsql_savedays} -delete
echo
}
case "$daily_pgsql_backup_enable" in
[Yy][Ee][Ss])
dbnames=`su -l %%PG_USER%% -c "umask 077; psql -q -t -A -d template1 -U %%PG_USER%% -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

View file

@ -0,0 +1,11 @@
setenv PGLIB %%PREFIX%%/lib
# note: PGDATA can be overridden by the -D startup option
setenv PGDATA $HOME/data
#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

View file

@ -0,0 +1,22 @@
PGLIB=%%PREFIX%%/lib
# note: PGDATA can be overridden by the -D startup option
PGDATA=${HOME}/data
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

View 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 $@

View file

@ -0,0 +1,46 @@
--- doc/src/sgml/Makefile.orig 2015-10-05 21:09:44.000000000 +0200
+++ doc/src/sgml/Makefile 2015-10-09 01:02:37.164797000 +0200
@@ -15,7 +15,7 @@
# Make "html" the default target, since that is what most people tend
# to want to use.
-html:
+man:
NO_TEMP_INSTALL=yes
@@ -24,7 +24,7 @@
include $(top_builddir)/src/Makefile.global
-all: html man
+all: man
distprep: html distprep-man
@@ -81,8 +81,6 @@
## Man pages
##
-man distprep-man: man-stamp
-
man-stamp: stylesheet-man.xsl postgres.xml
$(XMLLINT) --noout --valid postgres.xml
$(XSLTPROC) $(XSLTPROCFLAGS) $(XSLTPROC_MAN_FLAGS) $^
@@ -326,14 +324,14 @@
## Install
##
-install: install-html
+install: install-man
ifneq ($(PORTNAME), sco)
install: install-man
endif
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:

View 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)

View file

@ -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/utils/fmgroids.h $(top_builddir)/src/include/utils/probes.h
+
# The postgres.o target is needed by the rule in Makefile.global that
# creates the exports file when MAKE_EXPORTS = true.

View file

@ -0,0 +1,21 @@
--- src/backend/utils/misc/postgresql.conf.sample.orig 2015-10-05 21:09:44.000000000 +0200
+++ src/backend/utils/misc/postgresql.conf.sample 2015-10-08 21:51:37.862060431 +0200
@@ -318,6 +318,7 @@
# - Where to Log -
+log_destination = 'syslog'
#log_destination = 'stderr' # Valid values are combinations of
# stderr, csvlog, syslog, and eventlog,
# depending on platform. csvlog
@@ -449,7 +450,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
#------------------------------------------------------------------------------

View 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-PyGreSQL
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...

View file

@ -0,0 +1,3 @@
The PostgreSQL contrib utilities have been installed. Please see
%%PREFIX%%/share/doc/postgresql/contrib/README
for more information.

View file

@ -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".

View file

@ -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).

View 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".

View file

@ -0,0 +1,57 @@
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 perfom vacuum on all
databases nightly. Per default, it perfoms `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
======================================================================
To run PostgreSQL at startup, add
'postgresql_enable="YES"' to /etc/rc.conf

View 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"

View file

@ -0,0 +1,114 @@
#!/bin/sh
# $FreeBSD$
#
# PROVIDE: postgresql
# REQUIRE: LOGIN
# KEYWORD: shutdown
#
# Add the following line to /etc/rc.conf to enable PostgreSQL:
#
# postgresql_enable="YES"
# # optional
# postgresql_data="%%PREFIX%%/%%PG_USER%%/data"
# 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}/data"}
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"
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 -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}"
}
postgresql_initdb()
{
su -l -c ${postgresql_class} ${postgresql_user} -c "exec %%PREFIX%%/bin/initdb ${postgresql_initdb_flags} -D ${postgresql_data}"
}
run_rc_command "$1"

View 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: http://www.postgresql.org/

View file

@ -0,0 +1,27 @@
#! /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!
Press ctrl-C *now* if you need to pg_dump.
===========================================
EOF
sleep 5
}
case $2 in
PRE-INSTALL)
backupwarning
;;
esac

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,200 @@
bin/oid2name
bin/pg_standby
bin/vacuumlo
lib/postgresql/_int.so
lib/postgresql/adminpack.so
lib/postgresql/auth_delay.so
lib/postgresql/auto_explain.so
lib/postgresql/autoinc.so
lib/postgresql/btree_gin.so
lib/postgresql/btree_gist.so
lib/postgresql/chkpass.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/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/tsearch2.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.sql
%%DATADIR%%/extension/adminpack.control
%%DATADIR%%/extension/autoinc--1.0.sql
%%DATADIR%%/extension/autoinc--unpackaged--1.0.sql
%%DATADIR%%/extension/autoinc.control
%%DATADIR%%/extension/btree_gin--1.0.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.sql
%%DATADIR%%/extension/btree_gist--unpackaged--1.0.sql
%%DATADIR%%/extension/btree_gist.control
%%DATADIR%%/extension/chkpass--1.0.sql
%%DATADIR%%/extension/chkpass--unpackaged--1.0.sql
%%DATADIR%%/extension/chkpass.control
%%DATADIR%%/extension/citext--1.0--1.1.sql
%%DATADIR%%/extension/citext--1.1.sql
%%DATADIR%%/extension/citext--unpackaged--1.0.sql
%%DATADIR%%/extension/citext.control
%%DATADIR%%/extension/cube--1.0.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.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.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.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.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.sql
%%DATADIR%%/extension/intagg--unpackaged--1.0.sql
%%DATADIR%%/extension/intagg.control
%%DATADIR%%/extension/intarray--1.0.sql
%%DATADIR%%/extension/intarray--unpackaged--1.0.sql
%%DATADIR%%/extension/intarray.control
%%DATADIR%%/extension/isn--1.0.sql
%%DATADIR%%/extension/isn--unpackaged--1.0.sql
%%DATADIR%%/extension/isn.control
%%DATADIR%%/extension/lo--1.0.sql
%%DATADIR%%/extension/lo--unpackaged--1.0.sql
%%DATADIR%%/extension/lo.control
%%DATADIR%%/extension/ltree--1.0.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.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.sql
%%DATADIR%%/extension/pg_buffercache--unpackaged--1.0.sql
%%DATADIR%%/extension/pg_buffercache.control
%%DATADIR%%/extension/pg_freespacemap--1.0.sql
%%DATADIR%%/extension/pg_freespacemap--unpackaged--1.0.sql
%%DATADIR%%/extension/pg_freespacemap.control
%%DATADIR%%/extension/pg_prewarm--1.0.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.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.sql
%%DATADIR%%/extension/pg_trgm--unpackaged--1.0.sql
%%DATADIR%%/extension/pg_trgm.control
%%DATADIR%%/extension/pgcrypto--1.0--1.1.sql
%%DATADIR%%/extension/pgcrypto--1.1--1.2.sql
%%DATADIR%%/extension/pgcrypto--1.2.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.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.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.sql
%%DATADIR%%/extension/seg--unpackaged--1.0.sql
%%DATADIR%%/extension/seg.control
%%DATADIR%%/extension/sslinfo--1.0.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/tsearch2--1.0.sql
%%DATADIR%%/extension/tsearch2--unpackaged--1.0.sql
%%DATADIR%%/extension/tsearch2.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.sql
%%DATADIR%%/extension/unaccent--unpackaged--1.0.sql
%%DATADIR%%/extension/unaccent.control
%%DATADIR%%/extension/uuid-ossp--1.0.sql
%%DATADIR%%/extension/uuid-ossp--unpackaged--1.0.sql
%%DATADIR%%/extension/uuid-ossp.control
%%DATADIR%%/extension/xml2--1.0.sql
%%DATADIR%%/extension/xml2--unpackaged--1.0.sql
%%DATADIR%%/extension/xml2.control
%%DATADIR%%/tsearch_data/unaccent.rules
%%DATADIR%%/tsearch_data/xsyn_sample.rules

View file

@ -0,0 +1,10 @@
include/postgresql/server/plperl.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

View file

@ -0,0 +1,14 @@
include/postgresql/server/plpy_util.h
include/postgresql/server/plpython.h
%%DOCSDIR%%/README-plpython
%%PYTHON2%%lib/postgresql/plpython2.so
%%PYTHON3%%lib/postgresql/plpython3.so
%%PYTHON2%%%%DATADIR%%/extension/plpythonu.control
%%PYTHON2%%%%DATADIR%%/extension/plpythonu--1.0.sql
%%PYTHON2%%%%DATADIR%%/extension/plpythonu--unpackaged--1.0.sql
%%PYTHON2%%%%DATADIR%%/extension/plpython2u.control
%%PYTHON2%%%%DATADIR%%/extension/plpython2u--1.0.sql
%%PYTHON2%%%%DATADIR%%/extension/plpython2u--unpackaged--1.0.sql
%%PYTHON3%%%%DATADIR%%/extension/plpython3u.control
%%PYTHON3%%%%DATADIR%%/extension/plpython3u--1.0.sql
%%PYTHON3%%%%DATADIR%%/extension/plpython3u--unpackaged--1.0.sql

View file

@ -0,0 +1,12 @@
%%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
bin/pltcl_loadmod
bin/pltcl_delmod
bin/pltcl_listmod
%%DATADIR%%/unknown.pltcl

View file

@ -0,0 +1,749 @@
bin/initdb
bin/pg_basebackup
bin/pg_controldata
bin/pg_ctl
bin/pg_receivexlog
bin/pg_resetxlog
bin/pg_recvlogical
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/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%%/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
%%NLS%%share/locale/cs/LC_MESSAGES/initdb-9.5.mo
%%NLS%%share/locale/cs/LC_MESSAGES/pg_controldata-9.5.mo
%%NLS%%share/locale/cs/LC_MESSAGES/pg_ctl-9.5.mo
%%NLS%%share/locale/cs/LC_MESSAGES/pg_resetxlog-9.5.mo
%%NLS%%share/locale/cs/LC_MESSAGES/plpgsql-9.5.mo
%%NLS%%share/locale/de/LC_MESSAGES/initdb-9.5.mo
%%NLS%%share/locale/de/LC_MESSAGES/pg_basebackup-9.5.mo
%%NLS%%share/locale/de/LC_MESSAGES/pg_controldata-9.5.mo
%%NLS%%share/locale/de/LC_MESSAGES/pg_ctl-9.5.mo
%%NLS%%share/locale/de/LC_MESSAGES/pg_resetxlog-9.5.mo
%%NLS%%share/locale/de/LC_MESSAGES/plpgsql-9.5.mo
%%NLS%%share/locale/de/LC_MESSAGES/postgres-9.5.mo
%%NLS%%share/locale/es/LC_MESSAGES/initdb-9.5.mo
%%NLS%%share/locale/es/LC_MESSAGES/pg_basebackup-9.5.mo
%%NLS%%share/locale/es/LC_MESSAGES/pg_controldata-9.5.mo
%%NLS%%share/locale/es/LC_MESSAGES/pg_ctl-9.5.mo
%%NLS%%share/locale/es/LC_MESSAGES/pg_resetxlog-9.5.mo
%%NLS%%share/locale/es/LC_MESSAGES/plpgsql-9.5.mo
%%NLS%%share/locale/es/LC_MESSAGES/postgres-9.5.mo
%%NLS%%share/locale/fr/LC_MESSAGES/initdb-9.5.mo
%%NLS%%share/locale/fr/LC_MESSAGES/pg_basebackup-9.5.mo
%%NLS%%share/locale/fr/LC_MESSAGES/pg_controldata-9.5.mo
%%NLS%%share/locale/fr/LC_MESSAGES/pg_ctl-9.5.mo
%%NLS%%share/locale/fr/LC_MESSAGES/pg_resetxlog-9.5.mo
%%NLS%%share/locale/fr/LC_MESSAGES/plpgsql-9.5.mo
%%NLS%%share/locale/fr/LC_MESSAGES/postgres-9.5.mo
%%NLS%%share/locale/id/LC_MESSAGES/postgres-9.5.mo
%%NLS%%share/locale/it/LC_MESSAGES/initdb-9.5.mo
%%NLS%%share/locale/it/LC_MESSAGES/pg_basebackup-9.5.mo
%%NLS%%share/locale/it/LC_MESSAGES/pg_controldata-9.5.mo
%%NLS%%share/locale/it/LC_MESSAGES/pg_ctl-9.5.mo
%%NLS%%share/locale/it/LC_MESSAGES/pg_resetxlog-9.5.mo
%%NLS%%share/locale/it/LC_MESSAGES/plpgsql-9.5.mo
%%NLS%%share/locale/it/LC_MESSAGES/postgres-9.5.mo
%%NLS%%share/locale/ja/LC_MESSAGES/initdb-9.5.mo
%%NLS%%share/locale/ja/LC_MESSAGES/pg_controldata-9.5.mo
%%NLS%%share/locale/ja/LC_MESSAGES/pg_ctl-9.5.mo
%%NLS%%share/locale/ja/LC_MESSAGES/pg_resetxlog-9.5.mo
%%NLS%%share/locale/ja/LC_MESSAGES/plpgsql-9.5.mo
%%NLS%%share/locale/ja/LC_MESSAGES/postgres-9.5.mo
%%NLS%%share/locale/pl/LC_MESSAGES/initdb-9.5.mo
%%NLS%%share/locale/pl/LC_MESSAGES/pg_basebackup-9.5.mo
%%NLS%%share/locale/pl/LC_MESSAGES/pg_controldata-9.5.mo
%%NLS%%share/locale/pl/LC_MESSAGES/pg_ctl-9.5.mo
%%NLS%%share/locale/pl/LC_MESSAGES/pg_resetxlog-9.5.mo
%%NLS%%share/locale/pl/LC_MESSAGES/plpgsql-9.5.mo
%%NLS%%share/locale/pl/LC_MESSAGES/postgres-9.5.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/initdb-9.5.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_basebackup-9.5.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-9.5.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-9.5.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.5.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/plpgsql-9.5.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/postgres-9.5.mo
%%NLS%%share/locale/ro/LC_MESSAGES/plpgsql-9.5.mo
%%NLS%%share/locale/ru/LC_MESSAGES/initdb-9.5.mo
%%NLS%%share/locale/ru/LC_MESSAGES/pg_basebackup-9.5.mo
%%NLS%%share/locale/ru/LC_MESSAGES/pg_controldata-9.5.mo
%%NLS%%share/locale/ru/LC_MESSAGES/pg_ctl-9.5.mo
%%NLS%%share/locale/ru/LC_MESSAGES/pg_resetxlog-9.5.mo
%%NLS%%share/locale/ru/LC_MESSAGES/plpgsql-9.5.mo
%%NLS%%share/locale/ru/LC_MESSAGES/postgres-9.5.mo
%%NLS%%share/locale/sv/LC_MESSAGES/initdb-9.5.mo
%%NLS%%share/locale/sv/LC_MESSAGES/pg_controldata-9.5.mo
%%NLS%%share/locale/sv/LC_MESSAGES/pg_ctl-9.5.mo
%%NLS%%share/locale/sv/LC_MESSAGES/pg_resetxlog-9.5.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/initdb-9.5.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_basebackup-9.5.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.5.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.5.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.5.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/plpgsql-9.5.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/postgres-9.5.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/plpgsql-9.5.mo
%%DATADIR%%/postgres.shdescription
%%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/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/Baghdad
%%TZDATA%%%%DATADIR%%/timezone/Asia/Bahrain
%%TZDATA%%%%DATADIR%%/timezone/Asia/Baku
%%TZDATA%%%%DATADIR%%/timezone/Asia/Bangkok
%%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/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/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/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/East-Saskatchewan
%%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/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/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/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/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/Pacific-New
%%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/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/turkish.stop
%%DATADIR%%/tsearch_data/hunspell_sample.affix
%%DATADIR%%/tsearch_data/ispell_sample.affix
%%DATADIR%%/tsearch_data/ispell_sample.dict
%%DATADIR%%/tsearch_data/synonym_sample.syn
%%DATADIR%%/tsearch_data/thesaurus_sample.ths
@dir(%%PG_USER%%,%%PG_GROUP%%,) %%PG_USER%%

View file

@ -25,7 +25,7 @@ GNU_CONFIGURE= yes
USE_GNOME= glib20 gtk30 librsvg2 libxml2
USE_LDCONFIG= yes
USE_XORG= xrender xtst
USES= cmake gettext pathfix pkgconfig
USES= cmake gettext pkgconfig
LDFLAGS+= -L${LOCALBASE}/lib
CMAKE_ARGS+= -Dinstall-pc-path:STRING="${LOCALBASE}/libdata/pkgconfig"
CMAKE_ARGS+= -DROOT_PREFIX:PATH=${STAGEDIR}

View file

@ -3941,9 +3941,11 @@
SUBDIR += py-bitstring
SUBDIR += py-blessings
SUBDIR += py-blinker
SUBDIR += py-blist
SUBDIR += py-bluelet
SUBDIR += py-boto
SUBDIR += py-botocore
SUBDIR += py-canonicaljson
SUBDIR += py-capstone
SUBDIR += py-cclib
SUBDIR += py-celery
@ -3984,6 +3986,7 @@
SUBDIR += py-cycler
SUBDIR += py-d2to1
SUBDIR += py-daemon
SUBDIR += py-daemonize
SUBDIR += py-daemons
SUBDIR += py-dal
SUBDIR += py-darcsver
@ -4039,6 +4042,7 @@
SUBDIR += py-freenas.dispatcher
SUBDIR += py-freenas.utils
SUBDIR += py-freezegun
SUBDIR += py-frozendict
SUBDIR += py-fs
SUBDIR += py-fsm
SUBDIR += py-fudge
@ -4076,6 +4080,7 @@
SUBDIR += py-hgsubversion
SUBDIR += py-hgtools
SUBDIR += py-humanize
SUBIDR += py-hypothesis
SUBDIR += py-icalendar
SUBDIR += py-ice
SUBDIR += py-icu
@ -4133,6 +4138,7 @@
SUBDIR += py-lxml
SUBDIR += py-magic
SUBDIR += py-manuel
SUBDIR += py-matrix-angular-sdk
SUBDIR += py-mccabe
SUBDIR += py-meliae
SUBDIR += py-memory_profiler
@ -4215,6 +4221,7 @@
SUBDIR += py-pycmd
SUBDIR += py-pycparser
SUBDIR += py-pydasm
SUBDIR += py-pydenticon
SUBDIR += py-pydoop
SUBDIR += py-pyechonest
SUBDIR += py-pyee
@ -4296,6 +4303,7 @@
SUBDIR += py-repoze.xmliter
SUBDIR += py-resolver
SUBDIR += py-resourcepackage
SUBDIR += py-responses
SUBDIR += py-riak_pb
SUBDIR += py-rlcompleter2
SUBDIR += py-robotframework
@ -4393,6 +4401,7 @@
SUBDIR += py-unipath
SUBDIR += py-unittest2
SUBDIR += py-unittestplus
SUBDIR += py-unpaddedbase64
SUBDIR += py-urlimport
SUBDIR += py-urwid
SUBDIR += py-urwidtrees

View file

@ -3,13 +3,14 @@
PORTNAME= catch
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.1-develop.14
DISTVERSION= 1.3.0
CATEGORIES= devel
MAINTAINER= gahr@FreeBSD.org
COMMENT= Header-only test framework for C++
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
TEST_DEPENDS= cmake:${PORTSDIR}/devel/cmake

View file

@ -1,2 +1,2 @@
SHA256 (philsquared-Catch-v1.2.1-develop.14_GH0.tar.gz) = d7739ac1e284a44599db9df8fb03650f69f42168a7503b49d9ed6bd1f26e86dc
SIZE (philsquared-Catch-v1.2.1-develop.14_GH0.tar.gz) = 300763
SHA256 (philsquared-Catch-v1.3.0_GH0.tar.gz) = 6f14f823d8d540377908aa9ea87f13f6b0fa302b4dfc14bff3ee188b63042e71
SIZE (philsquared-Catch-v1.3.0_GH0.tar.gz) = 308465

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= critcl
PORTVERSION= 3.1.12
PORTREVISION= 3
PORTVERSION= 3.1.15
CATEGORIES= devel
MAINTAINER= tcltk@FreeBSD.org
@ -17,10 +16,12 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
RUN_DEPENDS= ${LOCALBASE}/lib/Trf/pkgIndex.tcl:${PORTSDIR}/devel/tcl-trf \
${LOCALBASE}/lib/tcllib/cmdline/pkgIndex.tcl:${PORTSDIR}/devel/tcllib
USES+= tcl
USES+= tcl:85+
USE_GITHUB= yes
GH_ACCOUNT= andreas-kupries
TEST_TARGET= test
PLIST_SUB+= VER=${PORTVERSION}
PORTDOCS= *
@ -31,13 +32,14 @@ NO_BUILD= yes
post-patch:
${REINPLACE_CMD} -e 's|dtplite|${LOCALBASE}/bin/dtplite|g' ${WRKSRC}/build.tcl
${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' ${WRKSRC}/lib/critcl/Config
${REINPLACE_CMD} -e '/^#line/d' ${WRKSRC}/test/cconst/*
do-install:
(cd ${WRKSRC} && ${TCLSH} build.tcl install ${STAGEDIR}${PREFIX}/lib)
${INSTALL_MAN} ${WRKSRC}/embedded/man/files/critcl_*.n \
${STAGEDIR}${MANPREFIX}/man/mann/
test check regression-test: build
test: build
(cd ${WRKSRC} && ${TCLSH} test/all.tcl)
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (andreas-kupries-critcl-3.1.12_GH0.tar.gz) = 7be0cff46d5632ea57108d0aef8eab4503232429ae1fa6ad130764671f46c7a5
SIZE (andreas-kupries-critcl-3.1.12_GH0.tar.gz) = 1678397
SHA256 (andreas-kupries-critcl-3.1.15_GH0.tar.gz) = d93facfc2f1407941ee22157f08add2fdfbc5a48b9a5e1a1b8665a0af32d4ff7
SIZE (andreas-kupries-critcl-3.1.15_GH0.tar.gz) = 1678961

View file

@ -0,0 +1,24 @@
--- lib/critcl/critcl.tcl.orig 2015-05-28 04:45:02 UTC
+++ lib/critcl/critcl.tcl
@@ -604,7 +604,8 @@ proc ::critcl::cconst {name rtype rvalue
# funciton body.
SkipIgnored [set file [This]]
- AbortWhenCalledAfterBuild
+ # https://github.com/andreas-kupries/critcl/commit/4f20732
+ HandleDeclAfterBuild
# A void result does not make sense for constants.
if {$rtype eq "void"} {
@@ -4514,7 +4515,10 @@ proc ::critcl::Cat {path} {
# Easier to write our own copy than requiring fileutil and then
# using fileutil::cat.
- set fd [open $path r]
+ # https://github.com/andreas-kupries/critcl/pull/61
+ if {[catch {set fd [open $path r]} err]} {
+ return
+ }
set data [read $fd]
close $fd
return $data

View file

@ -0,0 +1,13 @@
--- test/cconst.test.orig 2015-05-28 04:45:02 UTC
+++ test/cconst.test
@@ -23,6 +23,10 @@ support {
}
testing {
useLocal lib/critcl/critcl.tcl critcl
+
+ # Note: The next command does not influence the standard argument-
+ # and result-types.
+ critcl::config lines 0
}
# -------------------------------------------------------------------------

View file

@ -1,151 +0,0 @@
diff --git test/ccommand.test test/ccommand.test
index 06e35eb..e0f9242 100644
--- test/ccommand.test
+++ test/ccommand.test
@@ -34,7 +34,7 @@ test critcl-ccommand-1.0 {ccommand, wrong\#args} -setup {
} -body {
critcl::ccommand
} -cleanup {
-} -returnCodes error -result {wrong # args: should be "critcl::ccommand name anames ..."}
+} -returnCodes error -result {wrong # args: should be "critcl::ccommand name anames ?arg ...?"}
# -------------------------------------------------------------------------
## Go through the various knobs we can use to configure the definition and output
diff --git test/cproc.test test/cproc.test
index 13a6d6f..454554a 100644
--- test/cproc.test
+++ test/cproc.test
@@ -36,7 +36,7 @@ test critcl-cproc-1.0 {cproc, wrong\#args} -setup {
} -body {
critcl::cproc
} -cleanup {
-} -returnCodes error -result {wrong # args: should be "critcl::cproc name adefs rtype ?body? ..."}
+} -returnCodes error -result {wrong # args: should be "critcl::cproc name adefs rtype ?body? ?arg ...?"}
# -------------------------------------------------------------------------
## Go through the various knobs we can use to configure the definition and output
diff --git test/cproc/2.0 test/cproc/2.0
index 919c469..98258df 100644
--- test/cproc/2.0
+++ test/cproc/2.0
@@ -18,6 +18,6 @@ tcl__aproc0(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
/* Call - - -- --- ----- -------- */
c__aproc0();
-#line 4785 "critcl.tcl"
+#line 4786 "critcl.tcl"
return TCL_OK;
}
diff --git test/cproc/2.1 test/cproc/2.1
index 7b286a4..840fcf7 100644
--- test/cproc/2.1
+++ test/cproc/2.1
@@ -18,6 +18,6 @@ tcl__the_aproc0(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
/* Call - - -- --- ----- -------- */
c__the_aproc0();
-#line 4785 "critcl.tcl"
+#line 4786 "critcl.tcl"
return TCL_OK;
}
diff --git test/cproc/2.2 test/cproc/2.2
index 25a8818..d32df4d 100644
--- test/cproc/2.2
+++ test/cproc/2.2
@@ -18,6 +18,6 @@ tcl__aproc_beta0(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
/* Call - - -- --- ----- -------- */
c__aproc_beta0();
-#line 4785 "critcl.tcl"
+#line 4786 "critcl.tcl"
return TCL_OK;
}
diff --git test/cproc/2.3 test/cproc/2.3
index fa65bc4..fde9cdb 100644
--- test/cproc/2.3
+++ test/cproc/2.3
@@ -17,6 +17,6 @@ snafu(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
/* Call - - -- --- ----- -------- */
c_snafu();
-#line 4785 "critcl.tcl"
+#line 4786 "critcl.tcl"
return TCL_OK;
}
diff --git test/cproc/2.4 test/cproc/2.4
index 719843b..21ffd59 100644
--- test/cproc/2.4
+++ test/cproc/2.4
@@ -18,6 +18,6 @@ tcl__aproc0(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
/* Call - - -- --- ----- -------- */
c__aproc0(cd);
-#line 4785 "critcl.tcl"
+#line 4786 "critcl.tcl"
return TCL_OK;
}
diff --git test/cproc/2.5 test/cproc/2.5
index f342f2c..4dfb5ba 100644
--- test/cproc/2.5
+++ test/cproc/2.5
@@ -18,6 +18,6 @@ tcl__aproc0(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
/* Call - - -- --- ----- -------- */
c__aproc0();
-#line 4785 "critcl.tcl"
+#line 4786 "critcl.tcl"
return TCL_OK;
}
diff --git test/cproc/2.6 test/cproc/2.6
index abf4d4f..e3fe32f 100644
--- test/cproc/2.6
+++ test/cproc/2.6
@@ -18,12 +18,12 @@ tcl__aproc0(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
/* (int anargument) - - -- --- ----- -------- */
{
-#line 4699 "critcl.tcl"
+#line 4700 "critcl.tcl"
if (Tcl_GetIntFromObj(interp, ov[1], &_anargument) != TCL_OK) return TCL_ERROR; }
/* Call - - -- --- ----- -------- */
c__aproc0(_anargument);
-#line 4785 "critcl.tcl"
+#line 4786 "critcl.tcl"
return TCL_OK;
}
diff --git test/cproc/2.7 test/cproc/2.7
index f8c438d..c7e6878 100644
--- test/cproc/2.7
+++ test/cproc/2.7
@@ -21,7 +21,7 @@ tcl__aproc0(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
idx_ = 1;
if (oc > 1) {
{
-#line 4699 "critcl.tcl"
+#line 4700 "critcl.tcl"
if (Tcl_GetIntFromObj(interp, ov[idx_], &_anargument) != TCL_OK) return TCL_ERROR; }
idx_++;
} else {
@@ -31,6 +31,6 @@ tcl__aproc0(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
/* Call - - -- --- ----- -------- */
c__aproc0(_anargument);
-#line 4785 "critcl.tcl"
+#line 4786 "critcl.tcl"
return TCL_OK;
}
diff --git test/cproc/2.9 test/cproc/2.9
index f11ca08..001a5c8 100644
--- test/cproc/2.9
+++ test/cproc/2.9
@@ -18,7 +18,7 @@ tcl__aproc0(ClientData cd, Tcl_Interp *interp, int oc, Tcl_Obj *CONST ov[])
/* Call - - -- --- ----- -------- */
rv = c__aproc0();
-#line 4793 "critcl.tcl"
+#line 4794 "critcl.tcl"
Tcl_SetObjResult(interp, Tcl_NewIntObj(rv));
return TCL_OK;
}

View file

@ -14,19 +14,23 @@ lib/critcl-bitmap1.0.1/pkgIndex.tcl
lib/critcl-class1.0.6/class.h
lib/critcl-class1.0.6/class.tcl
lib/critcl-class1.0.6/pkgIndex.tcl
lib/critcl-enum1/enum.tcl
lib/critcl-enum1/pkgIndex.tcl
lib/critcl-iassoc1.0.1/iassoc.h
lib/critcl-iassoc1.0.1/iassoc.tcl
lib/critcl-iassoc1.0.1/pkgIndex.tcl
lib/critcl-emap1/emap.tcl
lib/critcl-emap1/pkgIndex.tcl
lib/critcl-enum1.0.1/enum.tcl
lib/critcl-enum1.0.1/pkgIndex.tcl
lib/critcl-iassoc1.0.2/iassoc.h
lib/critcl-iassoc1.0.2/iassoc.tcl
lib/critcl-iassoc1.0.2/pkgIndex.tcl
lib/critcl-literals1.1/literals.tcl
lib/critcl-literals1.1/pkgIndex.tcl
lib/critcl-platform/pkgIndex.tcl
lib/critcl-platform/platform.tcl
lib/critcl-platform/shell.tcl
lib/critcl-util1/pkgIndex.tcl
lib/critcl-util1/util.tcl
lib/critcl-util1.1/pkgIndex.tcl
lib/critcl-util1.1/util.tcl
lib/critcl%%VER%%/Config
lib/critcl%%VER%%/Config.bak
lib/critcl%%VER%%/Config.orig
lib/critcl%%VER%%/critcl.tcl
lib/critcl%%VER%%/critcl_c/cdata.c
lib/critcl%%VER%%/critcl_c/header.c
@ -59,7 +63,6 @@ lib/critcl%%VER%%/critcl_c/tcl8.5/X11/Xutil.h
lib/critcl%%VER%%/critcl_c/tcl8.5/X11/cursorfont.h
lib/critcl%%VER%%/critcl_c/tcl8.5/X11/keysym.h
lib/critcl%%VER%%/critcl_c/tcl8.5/X11/keysymdef.h
lib/critcl%%VER%%/critcl_c/tcl8.5/X11/tk.h
lib/critcl%%VER%%/critcl_c/tcl8.5/X11/tkIntXlibDecls.h
lib/critcl%%VER%%/critcl_c/tcl8.5/tcl.h
lib/critcl%%VER%%/critcl_c/tcl8.5/tclDecls.h
@ -75,7 +78,6 @@ lib/critcl%%VER%%/critcl_c/tcl8.6/X11/Xutil.h
lib/critcl%%VER%%/critcl_c/tcl8.6/X11/cursorfont.h
lib/critcl%%VER%%/critcl_c/tcl8.6/X11/keysym.h
lib/critcl%%VER%%/critcl_c/tcl8.6/X11/keysymdef.h
lib/critcl%%VER%%/critcl_c/tcl8.6/X11/tk.h
lib/critcl%%VER%%/critcl_c/tcl8.6/X11/tkIntXlibDecls.h
lib/critcl%%VER%%/critcl_c/tcl8.6/tcl.h
lib/critcl%%VER%%/critcl_c/tcl8.6/tclDecls.h
@ -106,6 +108,7 @@ man/mann/critcl_apppkg.n.gz
man/mann/critcl_bitmap.n.gz
man/mann/critcl_class.n.gz
man/mann/critcl_devguide.n.gz
man/mann/critcl_emap.n.gz
man/mann/critcl_enum.n.gz
man/mann/critcl_iassoc.n.gz
man/mann/critcl_installer.n.gz

View file

@ -19,7 +19,7 @@ OPTIONS_SUB= yes
BOOST_DESC= Build with boost
PYTHON_DESC= Build Python bindings
USES= pathfix pkgconfig cmake tar:bzip2
USES= cmake pkgconfig tar:bzip2
USE_LDCONFIG= yes
PORTDOCS= COPYING.LIB ChangeLog README

View file

@ -14,7 +14,7 @@ LICENSE= MPL LGPL21
USE_GITHUB= yes
GH_TAGNAME= da69aae
USES= cmake gmake pathfix perl5
USES= cmake pathfix perl5
USE_PERL5= build
USE_LDCONFIG= yes

View file

@ -1,8 +0,0 @@
--- CMakeLists.txt.orig 2013-05-04 23:25:27.000000000 +0200
+++ CMakeLists.txt 2013-12-01 00:16:33.000000000 +0100
@@ -201,4 +201,4 @@
set(PTHREAD_LIBS "${CMAKE_THREAD_LIBS_INIT}")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/libical.pc.in ${CMAKE_CURRENT_BINARY_DIR}/libical.pc @ONLY)
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libical.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libical.pc DESTINATION ${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig)

View file

@ -1,4 +1,4 @@
# Created by: Oleksii Tsai <oleksii.tsai@googlemail.com>
# Created by: Oleksii Tsai <oleksii.tsai@gmail.com>
# $FreeBSD$
PORTNAME= LLnextgen
@ -7,7 +7,7 @@ CATEGORIES= devel
MASTER_SITES= http://os.ghalkes.nl/LLnextgen/releases/
EXTRACT_SUFX= .tgz
MAINTAINER= oleksii.tsai@googlemail.com
MAINTAINER= oleksii.tsai@gmail.com
COMMENT= Extended LL(1) parser generator
LICENSE= GPLv3

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= p4d
PORTVERSION= 2015.1.1314399
PORTVERSION= 2015.1.1321385
CATEGORIES= devel
MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \
http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1314399/bin.freebsd100x86/p4d) = 26087ddf1b213f865c4e7bcc6e6bd511fc80de870188ee1eb201cf2dafdf2de6
SIZE (perforce/2015.1.1314399/bin.freebsd100x86/p4d) = 5226524
SHA256 (perforce/2015.1.1321385/bin.freebsd100x86/p4d) = a85f521e46bcd918d4e02749bb45f31536c07baa04e5ffeb0e160f3c97d0024b
SIZE (perforce/2015.1.1321385/bin.freebsd100x86/p4d) = 5230428

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1314399/bin.freebsd100x86_64/p4d) = 0b6149f8292c1da50c2b702d98e3708ee97994cf92773adb0b3934ee353f6b01
SIZE (perforce/2015.1.1314399/bin.freebsd100x86_64/p4d) = 5380032
SHA256 (perforce/2015.1.1321385/bin.freebsd100x86_64/p4d) = 141da1ed5f3a1752ca4fb9be63b9697ad84624768e1eaa775ad77b5e89abe20a
SIZE (perforce/2015.1.1321385/bin.freebsd100x86_64/p4d) = 5380032

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1314399/bin.freebsd70x86/p4d) = 980e432b6a0d8f5e58b37e7e3f863420b59e097ed4415f09b325de23dae10b25
SIZE (perforce/2015.1.1314399/bin.freebsd70x86/p4d) = 5592512
SHA256 (perforce/2015.1.1321385/bin.freebsd70x86/p4d) = 8f199a5b09e68454860b60c37d4bd432f0622d26dcc4863a8720a9bfacb111df
SIZE (perforce/2015.1.1321385/bin.freebsd70x86/p4d) = 5592928

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1314399/bin.freebsd70x86_64/p4d) = e40bb691eff4c53aeb13a25e443f9761fb601a5fc302f6a1eeac6c86ede02d76
SIZE (perforce/2015.1.1314399/bin.freebsd70x86_64/p4d) = 5770400
SHA256 (perforce/2015.1.1321385/bin.freebsd70x86_64/p4d) = d412f0b922b7700d2d2332f1026c01b1c0267d0313941305d8533b6a42ad4590
SIZE (perforce/2015.1.1321385/bin.freebsd70x86_64/p4d) = 5770528

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Parse-ErrorString-Perl
PORTVERSION= 0.21
PORTVERSION= 0.22
CATEGORIES= devel perl5
PKGNAMEPREFIX= p5-

View file

@ -1,2 +1,2 @@
SHA256 (PadreIDE-Parse-ErrorString-Perl-0.21_GH0.tar.gz) = 29d148fe7fa240c2c02c289bcf06af8eef1a38bcfe545052f6b9c22b4df3396a
SIZE (PadreIDE-Parse-ErrorString-Perl-0.21_GH0.tar.gz) = 12237
SHA256 (PadreIDE-Parse-ErrorString-Perl-0.22_GH0.tar.gz) = dc942053bee0ab103555b312dfff057aa1bf34d2b44380c2e34c6076a35ece21
SIZE (PadreIDE-Parse-ErrorString-Perl-0.22_GH0.tar.gz) = 12194

25
devel/py-blist/Makefile Normal file
View file

@ -0,0 +1,25 @@
# Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
# $FreeBSD$
PORTNAME= blist
PORTVERSION= 1.3.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= brendan+freebsd@bbqsrc.net
COMMENT= Drop-in list replacement with better performance for large lists
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
do-test:
@(cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test)
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/blist/*.so
.include <bsd.port.mk>

2
devel/py-blist/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (blist-1.3.6.tar.gz) = 3a12c450b001bdf895b30ae818d4d6d3f1552096b8c995f0fe0c74bef04d1fc3
SIZE (blist-1.3.6.tar.gz) = 122442

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