diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-09-30 20:18:31 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-09-30 20:19:24 +0000 |
commit | b19fd158df56a285dcd38cc7310e908b05ecb982 (patch) | |
tree | 457624cfb097b8ed7f402ed1c9506470f00d6055 | |
parent | 6a5a9cc088e5b85b084d9d8c9cc21df6bfeb07a8 (diff) | |
download | ports-b19fd15.tar.gz ports-b19fd15.zip |
cleanup: Remove expired ports:
devel/erlang-exmpp: last upstream patches over 10 years ago
sysutils/showbeastie: Broken on FreeBSD 12 and above since 2018
2021-09-30 www/squid3: Unsupported by upstream
2021-09-30 sysutils/cfengine310: OpenSSL 1.1.X is not supported.
2021-09-30 security/py-paramiko1: Out of date version. No consumer now. Use security/py-paramiko
2021-09-30 sysutils/cfengine-masterfiles310: cfengine310 will retire at FreeBSD 11 EOL
2021-09-30 security/openca-tools-forked: Use modern port security/libscep instead
2021-09-30 multimedia/sms1xxx-kmod: Supports DVB API v3 only. Use multimedia/webcamd instead
2021-09-30 sysutils/cfengine311: OpenSSL 1.1.X is not supported.
2021-09-30 sysutils/cfengine-masterfiles311: cfengine311 will retire at FreeBSD 11 EOL
2021-09-30 mail/postfix35: It is only here until FreeBSD 11 is EoL (Postfix >= 3.6 requires OpenSSL >= 1.1.x)
87 files changed, 11 insertions, 6260 deletions
@@ -16487,3 +16487,14 @@ net-mgmt/zabbix52-proxy||2021-09-19|Has expired: Unsupported by upstream net-mgmt/zabbix52-server||2021-09-19|Has expired: Unsupported by upstream devel/py-pyyaml-env-tag|devel/py-pyyaml_env_tag|2021-09-28|Renamed to match upstream naming mail/opensmtpd-devel|mail/opensmtpd|2021-09-28|Has expired: move to offical releases +devel/erlang-exmpp||2021-09-30|Removed, last upstream patches over 10 years ago +sysutils/showbeastie||2021-09-30|Broken on FreeBSD 12 and above since 2018 +www/squid3|www/squid|2021-09-30|Has expired: Unsupported by upstream +sysutils/cfengine310|sysutils/cfengine317|2021-09-30|Has expired: OpenSSL 1.1.X is not supported. +security/py-paramiko1|security/py-paramiko|2021-09-30|Has expired: Out of date version. No consumer now. Use security/py-paramiko +sysutils/cfengine-masterfiles310|sysutils/cfengine-masterfiles317|2021-09-30|Has expired: cfengine310 will retire at FreeBSD 11 EOL +security/openca-tools-forked|security/libscep|2021-09-30|Has expired: Use modern port security/libscep instead +multimedia/sms1xxx-kmod|multimedia/webcamd|2021-09-30|Has expired: Supports DVB API v3 only. Use multimedia/webcamd instead +sysutils/cfengine311|sysutils/cfengine317|2021-09-30|Has expired: OpenSSL 1.1.X is not supported. +sysutils/cfengine-masterfiles311|sysutils/cfengine-masterfiles317|2021-09-30|Has expired: cfengine311 will retire at FreeBSD 11 EOL +mail/postfix35|mail/postfix|2021-09-30|Has expired: It is only here until FreeBSD 11 is EoL (Postfix >= 3.6 requires OpenSSL >= 1.1.x) diff --git a/devel/Makefile b/devel/Makefile index 2864e20cfb45..d83b64e5ac6e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -614,7 +614,6 @@ SUBDIR += erlang-cuttlefish SUBDIR += erlang-erlware_commons SUBDIR += erlang-esdl - SUBDIR += erlang-exmpp SUBDIR += erlang-folsom SUBDIR += erlang-gen_leader SUBDIR += erlang-gen_smtp diff --git a/devel/erlang-exmpp/Makefile b/devel/erlang-exmpp/Makefile deleted file mode 100644 index f66f8dd5963c..000000000000 --- a/devel/erlang-exmpp/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# Created by: Maxim Ignatenko - -PORTNAME= exmpp -PORTVERSION= 0.9.9 -DISTVERSIONPREFIX= v -PORTREVISION= 2 -CATEGORIES= devel net-im -PKGNAMEPREFIX= erlang- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= Fast and scalable library for XMPP written in Erlang/OTP - -BROKEN_SSL= openssl - -LICENSE= EPL - -BUILD_DEPENDS= erlc:lang/erlang \ - gsed:textproc/gsed -RUN_DEPENDS= erl:lang/erlang -LIB_DEPENDS= libexpat.so:textproc/expat2 \ - libxml2.so:textproc/libxml2 - -USE_GITHUB= yes -GH_ACCOUNT= processone - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-static=yes \ - --enable-shared=yes \ - --with-erlang=${LOCALBASE} \ - --with-expat=${LOCALBASE} \ - --with-openssl=${OPENSSLBASE} \ - --disable-debug \ - --disable-warnings \ - --disable-examples \ - --enable-escaping-using-cdata -CONFIGURE_ENV= ac_cv_path_SED=${LOCALBASE}/bin/gsed -GNU_CONFIGURE_PREFIX= "${PREFIX}/lib/erlang/lib" -PLIST_SUB= VERSION=${PORTVERSION} -USES= autoreconf cpe libtool pkgconfig ssl -CPE_VENDOR= process-one - -OPTIONS_DEFINE= DOCS - -DOCS_CONFIGURE_ENABLE= documentation - -MAKE_JOBS_UNSAFE= yes - -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base -BROKEN= Does not support OpenSSL 1.1 -.endif - -post-configure: - ${REINPLACE_CMD} 's|\(-spec.*\)\/[0-9] ::\(.*\)|\1\2|g' ${WRKSRC}/src/network/*.erl - ${REINPLACE_CMD} 's|\(-spec.*\)\/[0-9] ::\(.*\)|\1\2|g' ${WRKSRC}/src/core/*.erl - ${MAKE_CMD} clean -C ${WRKSRC} - -post-install: -.for _file in exmpp_xml_expat_legacy.so exmpp_compress_zlib.so \ - exmpp_xml_expat.so exmpp_stringprep.so exmpp_xml_libxml2.so \ - exmpp_tls_openssl.so - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/priv/lib/${_file} -.endfor - -.include <bsd.port.mk> diff --git a/devel/erlang-exmpp/distinfo b/devel/erlang-exmpp/distinfo deleted file mode 100644 index d1a45f0f42d8..000000000000 --- a/devel/erlang-exmpp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (processone-exmpp-v0.9.9_GH0.tar.gz) = 5a648a62012904d77499af5cb784b8e2b1c7ea0ccd6aaa2c7598334eaa5922d2 -SIZE (processone-exmpp-v0.9.9_GH0.tar.gz) = 249698 diff --git a/devel/erlang-exmpp/files/patch-doc_Makefile.am b/devel/erlang-exmpp/files/patch-doc_Makefile.am deleted file mode 100644 index 1ec702e0d23e..000000000000 --- a/devel/erlang-exmpp/files/patch-doc_Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ ---- doc/Makefile.am.orig 2015-06-24 21:08:42 UTC -+++ doc/Makefile.am -@@ -15,7 +15,6 @@ ERL_SRCS = $(top_srcdir)/src/core/*.erl - HTML_FILES = index.html \ - modules-frame.html \ - overview-summary.html \ -- packages-frame.html \ - exmpp.html \ - exmpp_caps.html \ - exmpp_client_binding.html \ diff --git a/devel/erlang-exmpp/pkg-descr b/devel/erlang-exmpp/pkg-descr deleted file mode 100644 index 84c21309f5fa..000000000000 --- a/devel/erlang-exmpp/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -exmpp is a fast and scalable library for the Extensible Messaging and Presence -Protocol (XMPP) written in Erlang/OTP. - -Main features: - - Based on Erlang message reception and pattern matching. The programming - style is close to Erlang approach and lead to very short pieces of code. - - Support for both formating of client and server packets. - - Based on Erlang atoms and binary to limit memory consumption. It can be - used to write a highly scalable XMPP proxy or XMPP server. - - SSL support. - - Several different XML parsers can be used (expat, libxml2). - -WWW: https://support.process-one.net/doc/display/EXMPP/exmpp+home diff --git a/devel/erlang-exmpp/pkg-plist b/devel/erlang-exmpp/pkg-plist deleted file mode 100644 index bf44dd7c58da..000000000000 --- a/devel/erlang-exmpp/pkg-plist +++ /dev/null @@ -1,118 +0,0 @@ -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/ejabberd_socket.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/erlang.png -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_bosh.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_caps.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_binding.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_compression.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_disco.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_legacy_auth.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_privacy.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_pubsub.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_register.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_roster.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_sasl.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_session.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_client_tls.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_component.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_compress.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_dialback.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_internals.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_iq.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_jid.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_message.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_presence.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_binding.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_compression.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_legacy_auth.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_privacy.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_sasl.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_session.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_server_tls.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_session.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_socket.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_stanza.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_stream.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_stringprep.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_sup.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_tls.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_utils.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_xml.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/exmpp_xmlstream.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/index.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/modules-frame.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/overview-summary.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/stringprep.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/stylesheet.css -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/tls.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/xml.html -%%PORTDOCS%%lib/erlang/lib/exmpp-%%VERSION%%/doc/html/xml_stream.html -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp.app -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp.appup -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_bosh.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_caps.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_binding.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_compression.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_disco.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_legacy_auth.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_muc.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_privacy.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_pubsub.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_register.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_roster.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_sasl.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_session.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_client_tls.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_component.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_compress.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_dialback.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_dns.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_internals.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_iq.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_jid.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_known_attrs.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_known_elems.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_known_nss.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_message.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_presence.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_sasl_digest.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_binding.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_compression.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_legacy_auth.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_privacy.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_sasl.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_session.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_server_tls.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_session.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_socket.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_stanza.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_stream.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_stringprep.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_sup.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_tls.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_utils.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_xml.beam -lib/erlang/lib/exmpp-%%VERSION%%/ebin/exmpp_xmlstream.beam -lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp.hrl -lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp_jid.hrl -lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp_caps.hrl -lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp_client.hrl -lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp_nss.hrl -lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp_xml.hrl -lib/erlang/lib/exmpp-%%VERSION%%/include/exmpp_xmpp.hrl -lib/erlang/lib/exmpp-%%VERSION%%/include/internal/exmpp_known_attrs.hrl -lib/erlang/lib/exmpp-%%VERSION%%/include/internal/exmpp_known_elems.hrl -lib/erlang/lib/exmpp-%%VERSION%%/include/internal/exmpp_known_nss.hrl -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_compress_zlib.a -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_compress_zlib.so -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_stringprep.a -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_stringprep.so -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_tls_openssl.a -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_tls_openssl.so -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_xml_expat.a -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_xml_expat.so -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_xml_expat_legacy.a -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_xml_expat_legacy.so -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_xml_libxml2.a -lib/erlang/lib/exmpp-%%VERSION%%/priv/lib/exmpp_xml_libxml2.so diff --git a/mail/Makefile b/mail/Makefile index 32b11f4c9687..3991c148fd38 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -476,7 +476,6 @@ SUBDIR += postfix-policyd-weight SUBDIR += postfix-postfwd SUBDIR += postfix-sasl - SUBDIR += postfix35 SUBDIR += postfixadmin SUBDIR += postgrey SUBDIR += postsrsd diff --git a/mail/postfix35/Makefile b/mail/postfix35/Makefile deleted file mode 100644 index 8013caf7d7c2..000000000000 --- a/mail/postfix35/Makefile +++ /dev/null @@ -1,371 +0,0 @@ -# Created by: Torsten Blum <torstenb@FreeBSD.org> - -PORTNAME= postfix -DISTVERSION= 3.5.12 -PORTREVISION?= 1 -PORTEPOCH= 1 -CATEGORIES= mail -MASTER_SITES= http://ftp.porcupine.org/mirrors/postfix-release/ \ - http://de.postfix.org/ftpmirror/ \ - http://cdn.postfix.johnriley.me/mirrors/postfix-release/ \ - http://www.artfiles.org/postfix.org/postfix-release/ \ - http://mirror.lhsolutions.nl/postfix-release/ \ - ftp://postfix.mirrors.pair.com/ -MASTER_SITES:= ${MASTER_SITES:S|$|official/|} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= otis@FreeBSD.org -COMMENT= Secure alternative to widely-used Sendmail - -LICENSE= EPL IPL10 -LICENSE_COMB= multi -LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_NAME_IPL10= IBM PUBLIC LICENSE VERSION 1.0 -LICENSE_PERMS_IPL10= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - -DEPRECATED= It is only here until FreeBSD 11 is EoL (Postfix >= 3.6 requires OpenSSL >= 1.1.x) -EXPIRATION_DATE=2021-09-30 - -PORTSCOUT= limit:^3\.5\. - -CONFLICTS_INSTALL?= courier-0.* opensmtpd-[0-9]* sendmail-8.* sendmail+*-8.* \ - postfix-* postfix-current-* - -USERS= postfix -GROUPS= mail maildrop postfix -USES= shebangfix cpe -SHEBANG_FILES= auxiliary/qshape/qshape.pl - -USE_RC_SUBR= postfix -USE_SUBMAKE= yes -SCRIPTS_ENV+= POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}" - -OPTIONS_SUB= yes -OPTIONS_DEFINE= BDB BLACKLISTD CDB DOCS EAI INST_BASE LDAP \ - LMDB MYSQL NIS PCRE PGSQL SASL SQLITE TEST TLS - -OPTIONS_RADIO= RG1 -OPTIONS_RADIO_RG1= SASLKRB5 SASLKMIT -OPTIONS_DEFAULT?= BLACKLISTD EAI PCRE TLS - -BDB_USES= bdb -BLACKLISTD_EXTRA_PATCHES= ${FILESDIR}/extra-patch-blacklistd -CDB_LIB_DEPENDS= libcdb.so:databases/tinycdb -EAI_LIB_DEPENDS= libicuuc.so:devel/icu -LDAP_USE= OPENLDAP=yes -LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb -MYSQL_USES?= mysql -PCRE_LIB_DEPENDS= libpcre.so:devel/pcre -PGSQL_USES= pgsql -SASLKMIT_LIB_DEPENDS= libkrb5.so:security/krb5 -SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 -SQLITE_USES= sqlite -TLS_USES= ssl - -BLACKLISTD_DESC= Enable blacklistd support (FreeBSD 11.0 and later only) -CDB_DESC= CDB maps lookups -EAI_DESC= Email Address Internationalization (SMTPUTF8) support -INST_BASE_DESC= Install into /usr and /etc/postfix -LDAP_DESC= LDAP maps (uses WITH_OPENLDAP_VER) -LMDB_DESC= LMDB maps -TEST_DESC= SMTP/LMTP test server and generator - -SASL_DESC= Cyrus SASL support (Dovecot SASL is always built in) -RG1_DESC= Kerberos network authentication protocol type -SASLKRB5_DESC= If your SASL req. Kerberos5, select this -SASLKMIT_DESC= If your SASL req. MIT Kerberos5, select this - -.include <bsd.port.options.mk> - -HTML1= body_checks.5.html bounce.5.html postfix-power.png \ - scache.8.html tlsmgr.8.html - -STRIP_LIBEXEC= anvil bounce cleanup discard dnsblog error flush lmtp local \ - master nqmgr oqmgr pickup pipe postlogd postscreen proxymap \ - qmgr qmqpd scache showq smtp smtpd spawn tlsmgr tlsproxy \ - trivial-rewrite verify virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= pie=yes CC="${CC}" OPT="${CFLAGS}" - -.if ${PORT_OPTIONS:MINST_BASE} -PKGNAMESUFFIX= 35-base -PREFIX= /usr -ETCDIR= /etc/postfix -PLIST_SUB+= BMAN="share/" -.else -PKGNAMESUFFIX= 35 -PLIST_SUB+= BMAN="" -.endif - -PLIST_SUB+= PFETC=${ETCDIR} - -# check if mailwrapper supports $LOCALBASE -.if ${OPSYS} == FreeBSD -SUB_LIST+= USE_LOCALBASE_MAILER_CONF="yes" MC_PREFIX="${LOCALBASE}" -.else -SUB_LIST+= USE_LOCALBASE_MAILER_CONF="no" MC_PREFIX="" -.endif - -.if ${PORT_OPTIONS:MDOCS} -PORTDOCS= * -READMEDIR= ${DOCSDIR} -.else -READMEDIR= no -.endif - -# dynamic direcory location -DAEMONDIR= ${PREFIX}/libexec/postfix -SHLIB_DIRECTORY=${PREFIX}/lib/postfix -# new proposed location is ETCDIR (see README_FILES/INSTALL) -# keep compatiblity with Postfix 2.6 .. 2.11 and use DAEMOMDIR -META_DIRECTORY= ${DAEMONDIR} - -SUB_LIST+= REQUIRE="${_REQUIRE}" READMEDIR="${READMEDIR}" \ - DAEMONDIR="${DAEMONDIR}" META_DIRECTORY="${META_DIRECTORY}" -SUB_FILES+= pkg-install pkg-message mailer.conf.postfix - -POSTFIX_CCARGS+= -DDEF_CONFIG_DIR=\\\"${ETCDIR}\\\" \ - -DDEF_DAEMON_DIR=\\\"${DAEMONDIR}\\\" \ - -DDEF_META_DIR=\\\"${META_DIRECTORY}\\\" \ - -DDEF_COMMAND_DIR=\\\"${PREFIX}/sbin\\\" \ - -DDEF_SENDMAIL_PATH=\\\"${PREFIX}/sbin/sendmail\\\" \ - -DDEF_NEWALIAS_PATH=\\\"${PREFIX}/bin/newaliases\\\" \ - -DDEF_MAILQ_PATH=\\\"${PREFIX}/bin/mailq\\\" \ - -DDEF_MANPAGE_DIR=\\\"${MANPREFIX}/man\\\" \ - -DDEF_README_DIR=\\\"${READMEDIR}\\\" \ - -DDEF_HTML_DIR=\\\"${READMEDIR}\\\" \ - -DDEF_QUEUE_DIR=\\\"/var/spool/postfix\\\" \ - -DDEF_DATA_DIR=\\\"/var/db/postfix\\\" \ - -DDEF_MAIL_OWNER=\\\"postfix\\\" \ - -DDEF_SGID_GROUP=\\\"maildrop\\\" \ - -Wmissing-prototypes -Wformat -Wno-comment - -# Default requirement for postfix rc script -_REQUIRE= LOGIN cleanvar dovecot - -# always build with Dovecot SASL support, Cyrus is optional -# see Postfix HISTORY 20051222 -POSTFIX_CCARGS+= -DUSE_SASL_AUTH - -# Email Address Internationalization (EAI, RFC 6531..6533) -.if ${PORT_OPTIONS:MEAI} -POSTFIX_CCARGS+= -DHAS_EAI -I${LOCALBASE}/include -POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -licuuc -.else -POSTFIX_CCARGS+= -DNO_EAI -.endif - -.if ${PORT_OPTIONS:MPCRE} -DYN_EXT+= pcre -POSTFIX_CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include -POSTFIX_DYN_AUXLIBS+= "AUXLIBS_PCRE=`${LOCALBASE}/bin/pcre-config --libs`" -.else -POSTFIX_CCARGS+= -DNO_PCRE -.endif - -.if ${PORT_OPTIONS:MSASL} -POSTFIX_CCARGS+= -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl -POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt -.else -POSTFIX_CCARGS+= -DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\" -.endif - -.if ${PORT_OPTIONS:MSASLKRB5} -POSTFIX_AUXLIBS+= -lkrb5 -lhx509 -lcrypto -lcrypt -lcom_err -lasn1 -lroken -.endif - -.if ${PORT_OPTIONS:MSASLKMIT} -POSTFIX_AUXLIBS+= -Wl,--rpath,$${KRB5_HOME:-${LOCALBASE}}/lib -lkrb5 -lcrypto -lcrypt -lcom_err -.endif - -.if ${PORT_OPTIONS:MTLS} -POSTFIX_CCARGS+= -DUSE_TLS -I${OPENSSLINC} -# XXX LDFLAGS possible breaks dynamic building -POSTFIX_AUXLIBS+= -L${OPENSSLLIB} ${LDFLAGS} -lssl -lcrypto -.else -POSTFIX_CCARGS+= -DNO_TLS -.endif - -.if ${PORT_OPTIONS:MBDB} -POSTFIX_CCARGS+= -I${BDB_INCLUDE_DIR} -POSTFIX_AUXLIBS+= -L${BDB_LIB_DIR} -l${BDB_LIB_NAME} -.endif - -.if ${PORT_OPTIONS:MBLACKLISTD} -. if ${OPSYS} == FreeBSD -POSTFIX_AUXLIBS+= -lblacklist -. else -IGNORE= blacklistd is only supported on FreeBSD >= 11.0 -. endif -.endif - -.if ${PORT_OPTIONS:MMYSQL} -DYN_EXT+= mysql -POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql -POSTFIX_DYN_AUXLIBS+= "AUXLIBS_MYSQL=-L${LOCALBASE}/lib/mysql -lmysqlclient -lz -lm" -_REQUIRE+= mysql -.endif - -.if ${PORT_OPTIONS:MPGSQL} -DYN_EXT+= pgsql -POSTFIX_CCARGS+= -DHAS_PGSQL -I${LOCALBASE}/include -POSTFIX_DYN_AUXLIBS+= "AUXLIBS_PGSQL=-L${LOCALBASE}/lib -lpq" -_REQUIRE+= postgresql -.endif - -.if ${PORT_OPTIONS:MSQLITE} -DYN_EXT+= sqlite -POSTFIX_CCARGS+= -DHAS_SQLITE -I${LOCALBASE}/include -POSTFIX_DYN_AUXLIBS+= "AUXLIBS_SQLITE=-L${LOCALBASE}/lib -lsqlite3 -lpthread" -.endif - -.if ${PORT_OPTIONS:MLDAP} -DYN_EXT+= ldap -. if defined(WITH_OPENLDAP_VER) -WANT_OPENLDAP_VER= ${WITH_OPENLDAP_VER} -. endif -POSTFIX_CCARGS+= -DHAS_LDAP -I${LOCALBASE}/include -POSTFIX_CCARGS+= -I${LOCALBASE}/include/sasl -DUSE_LDAP_SASL -POSTFIX_DYN_AUXLIBS+= "AUXLIBS_LDAP=-L${LOCALBASE}/lib -lldap -L${LOCALBASE}/lib -llber" -_REQUIRE+= slapd -.endif - -.if ${PORT_OPTIONS:MCDB} -DYN_EXT+= cdb -POSTFIX_CCARGS+= -DHAS_CDB -I${LOCALBASE}/include -POSTFIX_DYN_AUXLIBS+= "AUXLIBS_CDB=-L${LOCALBASE}/lib -lcdb" -.endif - -.if ${PORT_OPTIONS:MNIS} -POSTFIX_CCARGS+= -DHAS_NIS -_REQUIRE+= ypserv -.endif - -.if ${PORT_OPTIONS:MTEST} -BINTEST= qmqp-sink qmqp-source smtp-sink smtp-source -MANTEST= qmqp-sink.1 qmqp-source.1 smtp-sink.1 smtp-source.1 -.endif - -.if ${PORT_OPTIONS:MLMDB} -DYN_EXT+= lmdb -POSTFIX_CCARGS+= -DHAS_LMDB -I${LOCALBASE}/include -POSTFIX_DYN_AUXLIBS+= "AUXLIBS_LMDB=-L${LOCALBASE}/lib -llmdb" -.endif - -# sed script for files in ${WRKSRC}/README_FILES ${WRKSRC}/conf ${WRKSRC}/man -REINPLACE= s!^PATH=.*!PATH=/bin:/sbin:/usr/bin:/usr/sbin:${PREFIX}/bin:${PREFIX}/sbin!;\ - s!(_directory = )/usr/!\1${PREFIX}/!g;\ - s!^(data_directory = /var/)lib/!\1db/!g;\ - s!^\#(mynetworks_style = host)!\1!g;\ - s!^(sendmail_path =)!\1 ${PREFIX}/sbin/sendmail!g;\ - s!^(newaliases_path =)!\1 ${PREFIX}/bin/newaliases!g;\ - s!^(mailq_path =)!\1 ${PREFIX}/bin/mailq!g;\ - s!^(setgid_group =)!\1 maildrop!g;\ - s!^(manpage_directory =)!\1 ${MANPREFIX}/man!g;\ - s!^((html|readme)_directory =)!\1 ${READMEDIR}!g;\ - \!^\#alias_database = dbm:/etc/mail/aliases$$!d;\ - s!(:|= )/etc/postfix!\1$$config_directory!g;\ - s!/etc/postfix!${ETCDIR}!g;\ - s!^(sample_directory =)!\1 ${ETCDIR}!g;\ - s!($config_directory/(access|aliases|canonical|generic|header_checks|relocated|transport|virtual):f:root:-:644:)p1!\1o!; - -pre-patch: -.if ${PORT_OPTIONS:MSASL} && ! ${PORT_OPTIONS:MMYSQL} && exists(${LOCALBASE}/lib/libsasl2.a) - @if /usr/bin/nm ${LOCALBASE}/lib/libsasl2.a | ${GREP} -wq "mysql_init"; then \ - ${ECHO_MSG}; \ - ${ECHO_MSG} "Your SASL library it's compiled with MYSQL"; \ - ${ECHO_MSG} "If you use MYSQL in ${PORTNAME} consider CTRL+C and"; \ - ${ECHO_MSG} "select MYSQL OPTION in config menu."; \ - ${ECHO_MSG} "# make clean config"; \ - ${ECHO_MSG}; \ - sleep 5; \ - fi -.endif - - @${ECHO_CMD} '<HTML><BODY>See <A HREF="header_checks.5.html">header_checks.5.html</A></BODY></HTML>' \ - > ${WRKSRC}/html/body_checks.5.html - @${REINPLACE_CMD} -E -e 's!^(#define DEF_SGID_GROUP[^"]+)"postdrop"$$!\1"maildrop"!' \ - ${WRKSRC}/src/global/mail_params.h - @${FIND} -X ${WRKSRC}/README_FILES ${WRKSRC}/conf ${WRKSRC}/man \ - -type f -a ! \( -name INSTALL -o -name aliases \) | ${XARGS} \ - ${REINPLACE_CMD} -i '' -E -e '${REINPLACE}' - -post-patch: -.for f in ${HTML1} - @${ECHO_CMD} '$$html_directory/$f:f:root:-:644' \ - >> ${WRKSRC}/conf/postfix-files -.endfor - @${ECHO_CMD} '$$manpage_directory/man1/posttls-finger.1:f:root:-:644' \ - >> ${WRKSRC}/conf/postfix-files - @${ECHO_CMD} '$$command_directory/posttls-finger:f:root:-:755' \ - >> ${WRKSRC}/conf/postfix-files - -do-configure: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles \ - ${MAKEFILEFLAGS} CCARGS="${POSTFIX_CCARGS}" \ - shared=yes shlib_directory=${SHLIB_DIRECTORY} \ - dynamicmaps=yes \ - ${POSTFIX_DYN_AUXLIBS} \ - AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO_CMD} "all: default" >> Makefile) - -pre-install-INST_BASE-on: - ${MKDIR} ${STAGEDIR}/etc/rc.d - -do-install: - @(cd ${WRKSRC} && ${MAKE} non-interactive-package \ - install_root=${STAGEDIR} tempdir=${WRKDIR} \ - shlib_directory=${SHLIB_DIRECTORY} \ - config_directory=${ETCDIR} \ - command_directory=${PREFIX}/sbin \ - daemon_directory=${DAEMONDIR} \ - meta_directory=${META_DIRECTORY} \ - html_directory=${READMEDIR} \ - mailq_path=${PREFIX}/bin/mailq \ - manpage_directory=${MANPREFIX}/man \ - newaliases_path=${PREFIX}/bin/newaliases \ - readme_directory=${READMEDIR} \ - sendmail_path=${PREFIX}/sbin/sendmail ) - - ${INSTALL_SCRIPT} ${WRKSRC}/auxiliary/rmail/rmail ${STAGEDIR}${PREFIX}/bin/rmail - ${INSTALL_SCRIPT} ${WRKSRC}/auxiliary/qshape/qshape.pl ${STAGEDIR}${PREFIX}/bin/qshape - ${INSTALL_MAN} ${WRKSRC}/man/man1/qshape.1 ${STAGEDIR}${MANPREFIX}/man/man1 - -# == do not overwrite existing config - ${MV} ${STAGEDIR}${ETCDIR}/main.cf ${STAGEDIR}${ETCDIR}/main.cf.sample - ${MV} ${STAGEDIR}${ETCDIR}/master.cf ${STAGEDIR}${ETCDIR}/master.cf.sample - ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKDIR}/mailer.conf.postfix ${STAGEDIR}${DATADIR} - -# == chop dynamicmaps.cf entries into dedicated .cf files -# for future sub-packages support -.for f in ${DYN_EXT} -# adjust dynamicmaps.cf - ${GREP} -e "^#" -e "^${f}" ${STAGEDIR}${META_DIRECTORY}/dynamicmaps.cf \ - > ${STAGEDIR}${META_DIRECTORY}/dynamicmaps.cf.d/${f}.cf && \ - ${SED} -i '' -e '/${f}/d' ${STAGEDIR}${META_DIRECTORY}/dynamicmaps.cf - -# adjust / generate postfix-files for dynamic modules - ${SED} -i '' -e '/postfix-${f}.so/d' ${STAGEDIR}${META_DIRECTORY}/postfix-files && \ - ${PRINTF} '# Do not edit this file.\ - \n$$shlib_directory/postfix-${f}.so:f:root:-:755\ - \n$$meta_directory/postfix-files.d/${f}-files:f:root:-:644\ - \n$$meta_directory/dynamicmaps.cf.d/${f}.cf:f:root:-:644\n' \ - > ${STAGEDIR}${META_DIRECTORY}/postfix-files.d/${f}-files -.endfor - -# Fix compressed man pages and strip executables - ${SED} -i '' -E -e "s|(man[158]/.*.[158]):|\1.gz:|g" ${STAGEDIR}${META_DIRECTORY}/postfix-files - -@${STRIP_CMD} ${STRIP_LIBEXEC:S|^|${STAGEDIR}${DAEMONDIR}/|} - -@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/* - -@${STRIP_CMD} ${STAGEDIR}${SHLIB_DIRECTORY}/*.so - -do-install-TEST-on: - ${INSTALL_PROGRAM} ${BINTEST:S|^|${WRKSRC}/bin/|} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${MANTEST:S|^|${WRKSRC}/man/man1/|} ${STAGEDIR}${MANPREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/mail/postfix35/distinfo b/mail/postfix35/distinfo deleted file mode 100644 index bf8abfcfbeef..000000000000 --- a/mail/postfix35/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1627333280 -SHA256 (postfix/postfix-3.5.12.tar.gz) = 4254c2ba499da7e1f7d4bb9c3de41419760d2dcde39b9101ab122c6226b636d7 -SIZE (postfix/postfix-3.5.12.tar.gz) = 4622450 diff --git a/mail/postfix35/files/extra-patch-blacklistd b/mail/postfix35/files/extra-patch-blacklistd deleted file mode 100644 index a9448d978c7d..000000000000 --- a/mail/postfix35/files/extra-patch-blacklistd +++ /dev/null @@ -1,69 +0,0 @@ -# PR 225664: support blacklistd on FreeBSD >= 11.0 -# ---- src/smtpd/Makefile.in.orig 2017-02-05 23:36:32 UTC -+++ src/smtpd/Makefile.in -@@ -2,14 +2,14 @@ SHELL = /bin/sh - SRCS = smtpd.c smtpd_token.c smtpd_check.c smtpd_chat.c smtpd_state.c \ - smtpd_peer.c smtpd_sasl_proto.c smtpd_sasl_glue.c smtpd_proxy.c \ - smtpd_xforward.c smtpd_dsn_fix.c smtpd_milter.c smtpd_resolve.c \ -- smtpd_expand.c smtpd_haproxy.c -+ smtpd_expand.c smtpd_haproxy.c pfilter.c - OBJS = smtpd.o smtpd_token.o smtpd_check.o smtpd_chat.o smtpd_state.o \ - smtpd_peer.o smtpd_sasl_proto.o smtpd_sasl_glue.o smtpd_proxy.o \ - smtpd_xforward.o smtpd_dsn_fix.o smtpd_milter.o smtpd_resolve.o \ -- smtpd_expand.o smtpd_haproxy.o -+ smtpd_expand.o smtpd_haproxy.o pfilter.o - HDRS = smtpd_token.h smtpd_check.h smtpd_chat.h smtpd_sasl_proto.h \ - smtpd_sasl_glue.h smtpd_proxy.h smtpd_dsn_fix.h smtpd_milter.h \ -- smtpd_resolve.h smtpd_expand.h -+ smtpd_resolve.h smtpd_expand.h pfilter.h - TESTSRC = smtpd_token_test.c - DEFS = -I. -I$(INC_DIR) -D$(SYSTYPE) - CFLAGS = $(DEBUG) $(OPT) $(DEFS) ---- src/smtpd/smtpd_sasl_glue.c.orig 2017-02-19 01:58:21 UTC -+++ src/smtpd/smtpd_sasl_glue.c -@@ -147,6 +147,7 @@ - #include "smtpd.h" - #include "smtpd_sasl_glue.h" - #include "smtpd_chat.h" -+#include "pfilter.h" /* for blacklistd(8) */ - - #ifdef USE_SASL_AUTH - -@@ -332,6 +333,10 @@ int smtpd_sasl_authenticate(SMTPD_ST - else - smtpd_chat_reply(state, "535 5.7.8 Error: authentication failed: %s", - STR(state->sasl_reply)); -+ -+ -+ /* notify blacklistd of SASL authentication failure */ -+ pfilter_notify(1, vstream_fileno(state->client)); - return (-1); - } - /* RFC 4954 Section 6. */ ---- src/smtpd/pfilter.h.orig 2018-02-04 15:36:49 UTC -+++ src/smtpd/pfilter.h -@@ -0,0 +1 @@ -+void pfilter_notify(int, int); ---- src/smtpd/pfilter.c.orig 2018-02-04 15:36:49 UTC -+++ src/smtpd/pfilter.c -@@ -0,0 +1,19 @@ -+#include "pfilter.h" -+#include <stdio.h> /* for NULL */ -+#include <blacklist.h> -+ -+static struct blacklist *blstate; -+ -+void -+pfilter_notify(int a, int fd) -+{ -+ if (blstate == NULL) -+ blstate = blacklist_open(); -+ if (blstate == NULL) -+ return; -+ (void)blacklist_r(blstate, a, fd, "smtpd"); -+ if (a == 0) { -+ blacklist_close(blstate); -+ blstate = NULL; -+ } -+} diff --git a/mail/postfix35/files/mailer.conf.postfix.in b/mail/postfix35/files/mailer.conf.postfix.in deleted file mode 100644 index 08f2b2c00f35..000000000000 --- a/mail/postfix35/files/mailer.conf.postfix.in +++ /dev/null @@ -1,7 +0,0 @@ -# -# Execute the Postfix sendmail program, named %%PREFIX%%/sbin/sendmail -# -sendmail %%PREFIX%%/sbin/sendmail -send-mail %%PREFIX%%/sbin/sendmail -mailq %%PREFIX%%/sbin/sendmail -newaliases %%PREFIX%%/sbin/sendmail diff --git a/mail/postfix35/files/patch-makedefs b/mail/postfix35/files/patch-makedefs deleted file mode 100644 index f688b8ab7338..000000000000 --- a/mail/postfix35/files/patch-makedefs +++ /dev/null @@ -1,45 +0,0 @@ ---- makedefs.orig 2021-01-16 15:10:00 UTC -+++ makedefs -@@ -298,6 +298,42 @@ case "$SYSTEM.$RELEASE" in - : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} - : ${PLUGIN_LD="${CC} -shared"} - ;; -+ FreeBSD.11*) SYSTYPE=FREEBSD11 -+ : ${CC=cc} -+ : ${SHLIB_SUFFIX=.so} -+ : ${SHLIB_CFLAGS=-fPIC} -+ : ${SHLIB_LD="${CC} -shared"' -Wl,-soname,${LIB}'} -+ : ${SHLIB_RPATH='-Wl,-rpath,${SHLIB_DIR}'} -+ : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} -+ : ${PLUGIN_LD="${CC} -shared"} -+ ;; -+ FreeBSD.12*) SYSTYPE=FREEBSD12 -+ : ${CC=cc} -+ : ${SHLIB_SUFFIX=.so} -+ : ${SHLIB_CFLAGS=-fPIC} -+ : ${SHLIB_LD="${CC} -shared"' -Wl,-soname,${LIB}'} -+ : ${SHLIB_RPATH='-Wl,-rpath,${SHLIB_DIR}'} -+ : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} -+ : ${PLUGIN_LD="${CC} -shared"} -+ ;; -+ FreeBSD.13*) SYSTYPE=FREEBSD13 -+ : ${CC=cc} -+ : ${SHLIB_SUFFIX=.so} -+ : ${SHLIB_CFLAGS=-fPIC} -+ : ${SHLIB_LD="${CC} -shared"' -Wl,-soname,${LIB}'} -+ : ${SHLIB_RPATH='-Wl,-rpath,${SHLIB_DIR}'} -+ : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} -+ : ${PLUGIN_LD="${CC} -shared"} -+ ;; -+ FreeBSD.14*) SYSTYPE=FREEBSD14 -+ : ${CC=cc} -+ : ${SHLIB_SUFFIX=.so} -+ : ${SHLIB_CFLAGS=-fPIC} -+ : ${SHLIB_LD="${CC} -shared"' -Wl,-soname,${LIB}'} -+ : ${SHLIB_RPATH='-Wl,-rpath,${SHLIB_DIR}'} -+ : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} -+ : ${PLUGIN_LD="${CC} -shared"} -+ ;; - DragonFly.*) SYSTYPE=DRAGONFLY - ;; - OpenBSD.2*) SYSTYPE=OPENBSD2 diff --git a/mail/postfix35/files/patch-src_posttls-finger_posttls-finger.c b/mail/postfix35/files/patch-src_posttls-finger_posttls-finger.c deleted file mode 100644 index fdece6346ca5..000000000000 --- a/mail/postfix35/files/patch-src_posttls-finger_posttls-finger.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/posttls-finger/posttls-finger.c.orig 2019-02-12 13:17:45 UTC -+++ src/posttls-finger/posttls-finger.c -@@ -1673,7 +1673,8 @@ static int finger(STATE *state) - return (0); - } - --#if defined(USE_TLS) && OPENSSL_VERSION_NUMBER < 0x10100000L -+#if defined(USE_TLS) && \ -+ ( OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) ) - - /* ssl_cleanup - free memory allocated in the OpenSSL library */ - -@@ -2156,7 +2157,8 @@ int main(int argc, char *argv[]) - cleanup(&state); - - /* OpenSSL 1.1.0 and later (de)initialization is implicit */ --#if defined(USE_TLS) && OPENSSL_VERSION_NUMBER < 0x10100000L -+#if defined(USE_TLS) && \ -+ ( OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) ) - ssl_cleanup(); - #endif - diff --git a/mail/postfix35/files/patch-src_tls_tls__certkey.c b/mail/postfix35/files/patch-src_tls_tls__certkey.c deleted file mode 100644 index b34b8efd2be6..000000000000 --- a/mail/postfix35/files/patch-src_tls_tls__certkey.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/tls/tls_certkey.c.orig 2019-03-07 23:57:10 UTC -+++ src/tls/tls_certkey.c -@@ -144,7 +144,7 @@ static void init_pem_load_state(pem_load - - /* use_chain - load cert, key and chain into ctx or ssl */ - --#if OPENSSL_VERSION_NUMBER >= 0x1010100fUL -+#if OPENSSL_VERSION_NUMBER >= 0x1010100fUL && !defined(LIBRESSL_VERSION_NUMBER) - static int use_chain(pem_load_state_t *st) - { - int ret; diff --git a/mail/postfix35/files/patch-src_tls_tls__server.c b/mail/postfix35/files/patch-src_tls_tls__server.c deleted file mode 100644 index 92115aa16679..000000000000 --- a/mail/postfix35/files/patch-src_tls_tls__server.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/tls/tls_server.c.orig 2019-02-18 23:03:54 UTC -+++ src/tls/tls_server.c -@@ -518,7 +518,9 @@ TLS_APPL_STATE *tls_server_init(const TL - * ticket decryption callback already (since 2.11) asks OpenSSL to - * avoid issuing new tickets when the presented ticket is re-usable. - */ -+#ifndef LIBRESSL_VERSION_NUMBER - SSL_CTX_set_num_tickets(server_ctx, 1); -+#endif - } - #endif - if (!ticketable) diff --git a/mail/postfix35/files/patch-src_util_sys__defs.h b/mail/postfix35/files/patch-src_util_sys__defs.h deleted file mode 100644 index a31dfd4c24d5..000000000000 --- a/mail/postfix35/files/patch-src_util_sys__defs.h +++ /dev/null @@ -1,12 +0,0 @@ ---- src/util/sys_defs.h.orig 2019-10-13 15:32:18 UTC -+++ src/util/sys_defs.h -@@ -30,7 +30,8 @@ - #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ - || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ - || defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \ -- || defined(FREEBSD11) \ -+ || defined(FREEBSD11) || defined(FREEBSD12) || defined(FREEBSD13) \ -+ || defined(FREEBSD14) \ - || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ - || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \ - || defined(OPENBSD5) || defined(OPENBSD6) \ diff --git a/mail/postfix35/files/pkg-install.in b/mail/postfix35/files/pkg-install.in deleted file mode 100644 index 0b7e47cfe011..000000000000 --- a/mail/postfix35/files/pkg-install.in +++ /dev/null @@ -1,189 +0,0 @@ -#!/bin/sh - -# If the POSTFIX_DEFAULT_MTA environment variable is set to YES, it -# will make the port/package use defaults which make postfix replace -# sendmail as much as possible. - -# allowed vars during package installation -BATCH=${BATCH:=no} -POSTFIX_DEFAULT_MTA=${POSTFIX_DEFAULT_MTA:=no} - -# fixed vars -PREFIX="%%PREFIX%%" -ETCDIR="%%ETCDIR%%" -DAEMONDIR="%%DAEMONDIR%%" -META_DIRECTORY="%%META_DIRECTORY%%" -READMEDIR="%%READMEDIR%%" -MC_TEMPLATE="%%DATADIR%%/mailer.conf.postfix" - -# FreeBSD <= 10.3 -MC_BASE="/etc/mail/mailer.conf" -# FreeBSD >= 10.3 (and current) -MC_LOCALBASE="%%LOCALBASE%%/etc/mail/mailer.conf" -USE_LOCALBASE_MAILER_CONF="%%USE_LOCALBASE_MAILER_CONF%%" - -if [ "${POSTFIX_DEFAULT_MTA}" = "no" ]; then - DEFAULT_REPLACE_MAILERCONF=n -else - DEFAULT_REPLACE_MAILERCONF=y -fi - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a "${BATCH}" = "no" ]; then - read -p "${question} [${default}]? " answer - fi - if [ -z "${answer}" ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -# ============================================================================== -# Respect POSTFIX_DEFAULT_MTA, do not ask for confirmation! -# (This helps tools like salt, ansible or puppet on new installations) -# ============================================================================== -install_choise(){ - local mailerconf - mailerconf=$1 - - if [ "${DEFAULT_REPLACE_MAILERCONF}" = "y" ]; then - install_mailer_conf ${mailerconf} - elif [ "${DEFAULT_REPLACE_MAILERCONF}" = "n" -a -t 0 ]; then - if yesno "Would you like to activate Postfix in ${mailerconf}" ${DEFAULT_REPLACE_MAILERCONF:="n"}; then - install_mailer_conf ${mailerconf} - else - show_not_activated_msg ${mailerconf} - fi - else - show_not_activated_msg ${mailerconf} - fi -} - -show_not_activated_msg() { - local mailerconf - - mailerconf=$1 - echo - echo "===============================================================" - echo "Postfix was *not* activated in ${mailerconf}! " - echo - echo "To finish installation run the following commands:" - echo - if [ "${USE_LOCALBASE_MAILER_CONF}" = "yes" ]; then - echo " mkdir -p %%LOCALBASE%%/etc/mail" - else - echo " mv -f ${mailerconf} ${mailerconf}.old" - fi - echo " install -m 0644 ${MC_TEMPLATE} ${mailerconf}" - echo "===============================================================" - echo -} - -show_activated_msg() { - local mailerconf - - mailerconf=$1 - echo "===============================================================" - echo "Postfix already activated in ${mailerconf}" - echo "===============================================================" -} - -cmp_mailer() { - local mailerconf - - mailerconf=$1 - cmp -s ${mailerconf} ${MC_TEMPLATE} - return $? -} - -install_mailer_conf() { - local mailerconf - - mailerconf=$1 - echo "Activate Postfix in ${mailerconf}" - if [ "${USE_LOCALBASE_MAILER_CONF}" = "yes" ]; then - [ -d %%LOCALBASE%%/etc/mail ] || mkdir -p %%LOCALBASE%%/etc/mail - fi - [ -f ${mailerconf} ] && mv -f ${mailerconf} ${mailerconf}.old - install -m 644 ${MC_TEMPLATE} ${mailerconf} -} - -# ============================================================================== -# Run postfix reload -# This is a candidate for a dedicated pkg-post-upgrade script, but it seems -# this not fully implemented in pkg :(see upstream PR 941) -# ============================================================================== -try_reload(){ - ${PREFIX}/sbin/postfix status 2>/dev/null -if [ $? -eq 0 ]; then - ${PREFIX}/sbin/postfix reload -else - echo "postfix not running" -fi -} - -# ============================================================================== -# Run postfix post-install to fix permissions and new config values -# ============================================================================== -if [ "$2" = "POST-INSTALL" ]; then - /bin/sh ${DAEMONDIR}/post-install tempdir=/tmp \ - daemon_directory=${DAEMONDIR} \ - meta_directory=${META_DIRECTORY} \ - html_directory=${READMEDIR} \ - readme_directory=${READMEDIR} \ - upgrade-package -fi - -# ============================================================================== -# If FreeBSD <= 10.2 is deprecated check only LOCALBASE and remove BASE checks, -# regardless if installed in BASE or LOCALBASE -# Iff postfix is activated in BASE, also activate postfix in LOCALBASE! -# ============================================================================== -if [ "$2" = "POST-INSTALL" -a -z "${PACKAGE_BUILDING}" ]; then -if [ -f "${MC_BASE}" ]; then - if [ "${USE_LOCALBASE_MAILER_CONF}" = "yes" ]; then - cmp_mailer ${MC_BASE} - if [ $? -eq 0 ]; then - show_activated_msg ${MC_BASE} - cmp_mailer ${MC_LOCALBASE} || install_mailer_conf ${MC_LOCALBASE} - try_reload - else - cmp_mailer ${MC_LOCALBASE} || install_choise ${MC_LOCALBASE} - fi - else - cmp_mailer ${MC_BASE} - if [ $? -ne 0 ]; then - install_choise ${MC_BASE} - else - show_activated_msg ${MC_BASE} - try_reload - fi - fi - -else - if [ "${USE_LOCALBASE_MAILER_CONF}" = "yes" ]; then - show_not_activated_msg ${MC_LOCALBASE} - else - show_not_activated_msg ${MC_BASE} - fi -fi # -f "${MC_BASE}" -fi # "$2" = "POST-INSTALL" -a -z "${PACKAGE_BUILDING}" diff --git a/mail/postfix35/files/pkg-message.in b/mail/postfix35/files/pkg-message.in deleted file mode 100644 index 44a62a9e6f4e..000000000000 --- a/mail/postfix35/files/pkg-message.in +++ /dev/null @@ -1,44 +0,0 @@ -[ -{ - type: install - message: <<EOM -To use postfix instead of sendmail: - - clear sendmail queue and stop the sendmail daemons - -Run the following commands to enable postfix during startup: - - sysrc postfix_enable="YES" - - sysrc sendmail_enable="NONE" - -If postfix is *not* already activated in %%MC_PREFIX%%/etc/mail/mailer.conf - - mv %%MC_PREFIX%%/etc/mail/mailer.conf %%MC_PREFIX%%/etc/mail/mailer.conf.old - - install -m 0644 %%DATADIR%%/mailer.conf.postfix %%MC_PREFIX%%/etc/mail/mailer.conf - -Disable sendmail(8) specific tasks, -add the following lines to /etc/periodic.conf(.local): - daily_clean_hoststat_enable="NO" - daily_status_mail_rejects_enable="NO" - daily_status_include_submit_mailq="NO" - daily_submit_queuerun="NO" - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the %%PREFIX%%/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). -EOM -} -{ - type: upgrade - message: <<EOM -If you are upgrading from prior postfix version, please see the README -files for recommended changes to your configuration and additional -http://www.postfix.org/COMPATIBILITY_README.html -EOM -} -{ - type: remove - message: <<EOM -If you remove postfix permanent, adjust / remove the the following file: - - %%MC_PREFIX%%/etc/mail/mailer.conf -EOM -} -] diff --git a/mail/postfix35/files/postfix.in b/mail/postfix35/files/postfix.in deleted file mode 100644 index 597da191fd16..000000000000 --- a/mail/postfix35/files/postfix.in +++ /dev/null @@ -1,50 +0,0 @@ -#!/bin/sh - -# PROVIDE: postfix mail -# REQUIRE: %%REQUIRE%% -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf to enable postfix: -# postfix_enable (bool): Set it to "YES" to enable postfix. -# Default is "NO". -# postfix_pidfile (path): Set full path to master.pid. -# Default is "/var/spool/postfix/pid/master.pid". -# postfix_procname (command): Set command that start master. Used to verify if -# postfix is running. -# Default is "%%PREFIX%%/libexec/postfix/master". -# postfix_flags (str): Flags passed to postfix-script on startup. -# Default is "". -# - -. /etc/rc.subr - -name="postfix" -rcvar=postfix_enable - -load_rc_config $name - -: ${postfix_enable:="NO"} -: ${postfix_pidfile:="/var/spool/postfix/pid/master.pid"} -: ${postfix_procname:="%%PREFIX%%/libexec/postfix/master"} - -start_cmd=${name}_start -stop_cmd=${name}_stop -extra_commands="reload" -reload_cmd="${name}_reload" - -pidfile=${postfix_pidfile} -procname=${postfix_procname} - -postfix_start() { - %%PREFIX%%/sbin/postfix ${postfix_flags} start -} - -postfix_stop() { - %%PREFIX%%/sbin/postfix ${postfix_flags} stop -} - -postfix_reload() { - %%PREFIX%%/sbin/postfix ${postfix_flags} reload -} - -run_rc_command "$1" diff --git a/mail/postfix35/pkg-descr b/mail/postfix35/pkg-descr deleted file mode 100644 index c4bc19eff3ae..000000000000 --- a/mail/postfix35/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at the same -time being sendmail compatible enough to not upset existing users. Thus, the -outside has a sendmail-ish flavor, but the inside is completely different. - -Some features: - -Connection cache for SMTP, DSN status notifications, IP version 6, Plug-in -support for multiple SASL implementations (Cyrus, Dovecot), TLS encryption and -authentication, Configurable status notification message text, Access control -per client/sender/recipient/etc, Content filter (built-in, external before -queue, external after queue), Berkeley DB database, LDAP database, MySQL -database, PostgreSQL database, Maildir and mailbox format, Virtual domains, -VERP envelope return addresses and others. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix35/pkg-help b/mail/postfix35/pkg-help deleted file mode 100644 index f28015a0b496..000000000000 --- a/mail/postfix35/pkg-help +++ /dev/null @@ -1,15 +0,0 @@ -Readme SASL: - -Dovecot uses its own daemon process for authentication. Because there is no -need to link extra libraries into Postfix, Dovecot SASL will be build into -Postfix by default. - -Cyrus SASL is optional and will be the default if build with SASL=on - -To find out what SASL implementations are compiled into Postfix, use the -following commands: - - % postconf -a (SASL support in the SMTP server) - % postconf -A (SASL support in the SMTP+LMTP client) - % postconf smtpd_sasl_type (show default SASL) - diff --git a/mail/postfix35/pkg-plist b/mail/postfix35/pkg-plist deleted file mode 100644 index 09e304898f33..000000000000 --- a/mail/postfix35/pkg-plist +++ /dev/null @@ -1,190 +0,0 @@ -bin/mailq -bin/newaliases -%%TEST%%bin/qmqp-sink -%%TEST%%bin/qmqp-source -bin/qshape -bin/rmail -%%TEST%%bin/smtp-sink -%%TEST%%bin/smtp-source -%%PFETC%%/LICENSE -%%PFETC%%/TLS_LICENSE -%%PFETC%%/bounce.cf.default -%%PFETC%%/main.cf.default -@sample %%PFETC%%/main.cf.sample -@sample %%PFETC%%/master.cf.sample -lib/postfix/libpostfix-dns.so -lib/postfix/libpostfix-global.so -lib/postfix/libpostfix-master.so -lib/postfix/libpostfix-tls.so -lib/postfix/libpostfix-util.so -%%CDB%%lib/postfix/postfix-cdb.so -%%LDAP%%lib/postfix/postfix-ldap.so -%%LMDB%%lib/postfix/postfix-lmdb.so -%%MYSQL%%lib/postfix/postfix-mysql.so -%%PCRE%%lib/postfix/postfix-pcre.so -%%PGSQL%%lib/postfix/postfix-pgsql.so -%%SQLITE%%lib/postfix/postfix-sqlite.so -libexec/postfix/anvil -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/discard -libexec/postfix/dnsblog -libexec/postfix/dynamicmaps.cf -%%CDB%%libexec/postfix/dynamicmaps.cf.d/cdb.cf -%%LDAP%%libexec/postfix/dynamicmaps.cf.d/ldap.cf -%%LMDB%%libexec/postfix/dynamicmaps.cf.d/lmdb.cf -%%MYSQL%%libexec/postfix/dynamicmaps.cf.d/mysql.cf -%%PCRE%%libexec/postfix/dynamicmaps.cf.d/pcre.cf -%%PGSQL%%libexec/postfix/dynamicmaps.cf.d/pgsql.cf -%%SQLITE%%libexec/postfix/dynamicmaps.cf.d/sqlite.cf -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/main.cf.proto -libexec/postfix/makedefs.out -libexec/postfix/master -libexec/postfix/master.cf.proto -libexec/postfix/nqmgr -libexec/postfix/oqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/post-install -libexec/postfix/postfix-files -%%CDB%%libexec/postfix/postfix-files.d/cdb-files -%%LDAP%%libexec/postfix/postfix-files.d/ldap-files -%%LMDB%%libexec/postfix/postfix-files.d/lmdb-files -%%MYSQL%%libexec/postfix/postfix-files.d/mysql-files -%%PCRE%%libexec/postfix/postfix-files.d/pcre-files -%%PGSQL%%libexec/postfix/postfix-files.d/pgsql-files -%%SQLITE%%libexec/postfix/postfix-files.d/sqlite-files -libexec/postfix/postfix-script -libexec/postfix/postfix-tls-script -libexec/postfix/postfix-wrapper -libexec/postfix/postlogd -libexec/postfix/postmulti-script -libexec/postfix/postscreen -libexec/postfix/proxymap -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/scache -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/tlsmgr -libexec/postfix/tlsproxy -libexec/postfix/trivial-rewrite -libexec/postfix/verify -libexec/postfix/virtual -%%BMAN%%man/man1/mailq.1.gz -%%BMAN%%man/man1/newaliases.1.gz -%%BMAN%%man/man1/postalias.1.gz -%%BMAN%%man/man1/postcat.1.gz -%%BMAN%%man/man1/postconf.1.gz -%%BMAN%%man/man1/postdrop.1.gz -%%BMAN%%man/man1/postfix-tls.1.gz -%%BMAN%%man/man1/postfix.1.gz -%%BMAN%%man/man1/postkick.1.gz -%%BMAN%%man/man1/postlock.1.gz -%%BMAN%%man/man1/postlog.1.gz -%%BMAN%%man/man1/postmap.1.gz -%%BMAN%%man/man1/postmulti.1.gz -%%BMAN%%man/man1/postqueue.1.gz -%%BMAN%%man/man1/postsuper.1.gz -%%BMAN%%man/man1/posttls-finger.1.gz -%%TEST%%%%BMAN%%man/man1/qmqp-sink.1.gz -%%TEST%%%%BMAN%%man/man1/qmqp-source.1.gz -%%BMAN%%man/man1/qshape.1.gz -%%BMAN%%man/man1/sendmail.1.gz -%%TEST%%%%BMAN%%man/man1/smtp-sink.1.gz -%%TEST%%%%BMAN%%man/man1/smtp-source.1.gz -%%BMAN%%man/man5/access.5.gz -%%BMAN%%man/man5/aliases.5.gz -%%BMAN%%man/man5/body_checks.5.gz -%%BMAN%%man/man5/bounce.5.gz -%%BMAN%%man/man5/canonical.5.gz -%%BMAN%%man/man5/cidr_table.5.gz -%%BMAN%%man/man5/generic.5.gz -%%BMAN%%man/man5/header_checks.5.gz -%%BMAN%%man/man5/ldap_table.5.gz -%%BMAN%%man/man5/lmdb_table.5.gz -%%BMAN%%man/man5/master.5.gz -%%BMAN%%man/man5/memcache_table.5.gz -%%BMAN%%man/man5/mysql_table.5.gz -%%BMAN%%man/man5/nisplus_table.5.gz -%%BMAN%%man/man5/pcre_table.5.gz -%%BMAN%%man/man5/pgsql_table.5.gz -%%BMAN%%man/man5/postconf.5.gz -%%BMAN%%man/man5/postfix-wrapper.5.gz -%%BMAN%%man/man5/regexp_table.5.gz -%%BMAN%%man/man5/relocated.5.gz -%%BMAN%%man/man5/socketmap_table.5.gz -%%BMAN%%man/man5/sqlite_table.5.gz -%%BMAN%%man/man5/tcp_table.5.gz -%%BMAN%%man/man5/transport.5.gz -%%BMAN%%man/man5/virtual.5.gz -%%BMAN%%man/man8/anvil.8.gz -%%BMAN%%man/man8/bounce.8.gz -%%BMAN%%man/man8/cleanup.8.gz -%%BMAN%%man/man8/defer.8.gz -%%BMAN%%man/man8/discard.8.gz -%%BMAN%%man/man8/dnsblog.8.gz -%%BMAN%%man/man8/error.8.gz -%%BMAN%%man/man8/flush.8.gz -%%BMAN%%man/man8/lmtp.8.gz -%%BMAN%%man/man8/local.8.gz -%%BMAN%%man/man8/master.8.gz -%%BMAN%%man/man8/oqmgr.8.gz -%%BMAN%%man/man8/pickup.8.gz -%%BMAN%%man/man8/pipe.8.gz -%%BMAN%%man/man8/postlogd.8.gz -%%BMAN%%man/man8/postscreen.8.gz -%%BMAN%%man/man8/proxymap.8.gz -%%BMAN%%man/man8/qmgr.8.gz -%%BMAN%%man/man8/qmqpd.8.gz -%%BMAN%%man/man8/scache.8.gz -%%BMAN%%man/man8/showq.8.gz -%%BMAN%%man/man8/smtp.8.gz -%%BMAN%%man/man8/smtpd.8.gz -%%BMAN%%man/man8/spawn.8.gz -%%BMAN%%man/man8/tlsmgr.8.gz -%%BMAN%%man/man8/tlsproxy.8.gz -%%BMAN%%man/man8/trace.8.gz -%%BMAN%%man/man8/trivial-rewrite.8.gz -%%BMAN%%man/man8/verify.8.gz -%%BMAN%%man/man8/virtual.8.gz -sbin/postalias -sbin/postcat -sbin/postconf -@(,maildrop,2755) sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postmulti -@(,maildrop,2755) sbin/postqueue -sbin/postsuper -sbin/posttls-finger -sbin/sendmail -%%DATADIR%%/mailer.conf.postfix -@dir libexec/postfix/dynamicmaps.cf.d -@dir libexec/postfix/postfix-files.d -@dir %%PFETC%% -@dir(postfix,,700) /var/db/postfix -@dir(postfix,,700) /var/spool/postfix/active -@dir(postfix,,700) /var/spool/postfix/bounce -@dir(postfix,,700) /var/spool/postfix/corrupt -@dir(postfix,,700) /var/spool/postfix/defer -@dir(postfix,,700) /var/spool/postfix/deferred -@dir(postfix,,700) /var/spool/postfix/flush -@dir(postfix,,700) /var/spool/postfix/hold -@dir(postfix,,700) /var/spool/postfix/incoming -@dir(postfix,maildrop,730) /var/spool/postfix/maildrop -@dir(,postfix,755) /var/spool/postfix/pid -@dir(postfix,,700) /var/spool/postfix/private -@dir(postfix,maildrop,710) /var/spool/postfix/public -@dir(postfix,,700) /var/spool/postfix/saved -@dir(postfix,,700) /var/spool/postfix/trace -@dir(,,755) /var/spool/postfix diff --git a/multimedia/Makefile b/multimedia/Makefile index 43736f8c8198..5a9174967565 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -370,7 +370,6 @@ SUBDIR += smplayer SUBDIR += smplayer-skins SUBDIR += smplayer-themes - SUBDIR += sms1xxx-kmod SUBDIR += smtube SUBDIR += snapcast SUBDIR += snappy diff --git a/multimedia/sms1xxx-kmod/Makefile b/multimedia/sms1xxx-kmod/Makefile deleted file mode 100644 index d0f6998e101e..000000000000 --- a/multimedia/sms1xxx-kmod/Makefile +++ /dev/null @@ -1,110 +0,0 @@ -# Created by: Ganael Laplanche <ganael.laplanche@martymac.org> - -PORTNAME= sms1xxx -PORTVERSION= 20120113 -PORTREVISION= 3 -CATEGORIES= multimedia -MASTER_SITES= http://contribs.martymac.org/FreeBSD-siano/ -PKGNAMESUFFIX= -kmod -DISTNAME= siano-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= martymac@FreeBSD.org -COMMENT= Native FreeBSD driver for Siano-based USB DVB devices - -LICENSE= GPLv2 - -DEPRECATED= Supports DVB API v3 only. Use multimedia/webcamd instead -EXPIRATION_DATE=2021-09-30 - -ONLY_FOR_ARCHS= amd64 i386 -USES= kmod tar:tgz - -WRKSRC= ${WRKDIR}/siano-${PORTVERSION} - -NO_PACKAGE= should be recompiled for a particular FreeBSD kernel - -NO_OPTIONS_SORT= yes -OPTIONS_DEFINE= DOCS RC5WATCH DEBUG -OPTIONS_MULTI= FIRMWARE -OPTIONS_MULTI_FIRMWARE= STELLAR NOVA -OPTIONS_DEFAULT= RC5WATCH NOVA -OPTIONS_SUB= yes -RC5WATCH_DESC= Build rc5watch IR utility -DEBUG_ALL_TARGET= debug -STELLAR_DESC= Build Terratec Cinergy Piranha FW -NOVA_DESC= Build Hauppauge WinTV MiniStick FW - -SUB_FILES= pkg-message - -PORTDOCS= CHANGELOG README COPYING - -# Supported firmwares / firmwares to build -STELLAR_FW= stellar_dvbt -NOVA_FW= novab0_dvbbda -BUILD_FWS= - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MSTELLAR} -BUILD_FWS+= ${STELLAR_FW} -.if !exists(${DISTDIR}/${DIST_SUBDIR}/${STELLAR_FW}.fw) -.if !defined(DISTFILE_INSTRUCTIONS) -DISTFILE_INSTRUCTIONS=\n\ - Due to licensing restrictions, firmware files must be fetched manually.\n -.endif -DISTFILE_INSTRUCTIONS+= \ - \n- Please, get the appropriate firmware for your Stellar device\n\ - and copy the file to '${DISTDIR}/${DIST_SUBDIR}/${STELLAR_FW}.fw'\n -.endif -.endif - -.if ${PORT_OPTIONS:MNOVA} -BUILD_FWS+= ${NOVA_FW} -.if !exists(${DISTDIR}/${DIST_SUBDIR}/${NOVA_FW}.fw) -.if !defined(DISTFILE_INSTRUCTIONS) -DISTFILE_INSTRUCTIONS=\n\ - Due to licensing restrictions, firmware files must be fetched manually.\n -.endif -DISTFILE_INSTRUCTIONS+= \ - \n- Please, get the appropriate firmware for your Nova device\n\ - and copy the file to '${DISTDIR}/${DIST_SUBDIR}/${NOVA_FW}.fw'\n -.endif -.endif - -.if defined(DISTFILE_INSTRUCTIONS) -.if defined(PACKAGE_BUILDING) -IGNORE= requires manual fetch -.else -pre-fetch: - @${MKDIR} ${DISTDIR}/${DIST_SUBDIR}; \ - ${PRINTF} "${DISTFILE_INSTRUCTIONS}"; \ - exit 1 -.endif -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|SUBDIR=|SUBDIR= ${BUILD_FWS}|' \ - ${WRKSRC}/firmwares/Makefile - -pre-build: -.if ${PORT_OPTIONS:MSTELLAR} - @${CP} ${DISTDIR}/${DIST_SUBDIR}/${STELLAR_FW}.fw ${WRKSRC}/firmwares/${STELLAR_FW}/ -.endif -.if ${PORT_OPTIONS:MNOVA} - @${CP} ${DISTDIR}/${DIST_SUBDIR}/${NOVA_FW}.fw ${WRKSRC}/firmwares/${NOVA_FW}/ -.endif - -post-build: -.if ${PORT_OPTIONS:MRC5WATCH} - @cd ${WRKSRC}/apps/rc5watch/ && ${MAKE} all -.endif - -post-install: -.if ${PORT_OPTIONS:MRC5WATCH} - ${INSTALL_PROGRAM} ${WRKSRC}/apps/rc5watch/rc5watch ${STAGEDIR}${PREFIX}/bin/rc5watch -.endif - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/multimedia/sms1xxx-kmod/distinfo b/multimedia/sms1xxx-kmod/distinfo deleted file mode 100644 index c8e85a391617..000000000000 --- a/multimedia/sms1xxx-kmod/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (sms1xxx/siano-20120113.tgz) = 37582cf3e6e6ffb46510ec4a70630bdd5a5d95410e05cbba4ba4548e13ba745f -SIZE (sms1xxx/siano-20120113.tgz) = 495408 diff --git a/multimedia/sms1xxx-kmod/files/patch-8cf5b276 b/multimedia/sms1xxx-kmod/files/patch-8cf5b276 deleted file mode 100644 index 4ad166039dde..000000000000 --- a/multimedia/sms1xxx-kmod/files/patch-8cf5b276 +++ /dev/null @@ -1,31 +0,0 @@ -commit 8cf5b276a25047ed9cef710f73c59e0f63d7f337 -Author: Ganael Laplanche <ganael.laplanche@martymac.org> -Date: Wed Feb 11 09:04:46 2015 +0100 - - Use int instead of u8 for variables handled through SYSCTL_ADD_INT - ---- sms1xxx-gpio.h.orig 2012-01-13 09:45:26 UTC -+++ sms1xxx-gpio.h -@@ -88,7 +88,7 @@ struct sms1xxx_gpio { - /* Other */ - u32 get_res; /* last GET result */ - int status_led_state; /* current status led state */ -- u8 use_lna; /* sysctl, use LNA when tuning ? */ -+ int use_lna; /* sysctl, use LNA when tuning ? */ - }; - - int sms1xxx_gpio_get_pin_params(u32, u32 *, u32 *, u32 *); ---- sms1xxx-ir.h.orig 2012-01-13 09:45:26 UTC -+++ sms1xxx-ir.h -@@ -37,9 +37,9 @@ - /* Board IR configuration */ - struct sms1xxx_ir { - /* IR module state */ -- u8 module_avail; /* Has board an IR module ? -+ int module_avail; /* Has board an IR module ? - XXX Should be based on GPIO cfg ? */ -- u8 module_started; /* Is IR module started ? */ -+ int module_started; /* Is IR module started ? */ - struct cdev *dev; /* ir0 device */ - - /* MSG_SMS_START_IR_REQ Msg parameters */ diff --git a/multimedia/sms1xxx-kmod/files/patch-Makefile b/multimedia/sms1xxx-kmod/files/patch-Makefile deleted file mode 100644 index d06bff0a6df7..000000000000 --- a/multimedia/sms1xxx-kmod/files/patch-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig 2012-01-13 08:51:27 UTC -+++ Makefile -@@ -26,8 +26,8 @@ installkld: - ${MAKE} -f Makefile.kld install - - installman: -- ${INSTALL_MAN} man/man4/sms1xxx.4 ${MANPREFIX}/man/man4 -- ${GZIP_CMD} ${MANPREFIX}/man/man4/sms1xxx.4 -+ ${INSTALL_MAN} man/man4/sms1xxx.4 ${DESTDIR}${MANPREFIX}/man/man4 -+ ${GZIP_CMD} ${DESTDIR}${MANPREFIX}/man/man4/sms1xxx.4 - - install: installkld installman - diff --git a/multimedia/sms1xxx-kmod/files/patch-firmwares-Makefile b/multimedia/sms1xxx-kmod/files/patch-firmwares-Makefile deleted file mode 100644 index 753f8e22634f..000000000000 --- a/multimedia/sms1xxx-kmod/files/patch-firmwares-Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- firmwares/Makefile.orig 2012-01-13 08:51:31 UTC -+++ firmwares/Makefile -@@ -1,8 +1,3 @@ --SUBDIR= stellar_dabtdmb \ -- stellar_dvbh \ -- stellar_dvbt \ -- novab0_dvbbda \ -- novab0_isdbtbda --# novab0_tdmb -+SUBDIR= - - .include <bsd.subdir.mk> diff --git a/multimedia/sms1xxx-kmod/files/pkg-message.in b/multimedia/sms1xxx-kmod/files/pkg-message.in deleted file mode 100644 index dd200e54c984..000000000000 --- a/multimedia/sms1xxx-kmod/files/pkg-message.in +++ /dev/null @@ -1,21 +0,0 @@ -[ -{ type: install - message: <<EOM -This port has installed the sms1xxx kernel module. - -1) To load the kernel module at boot time, add the following line - to /boot/loader.conf : - -sms1xxx_load="YES" - -2) If you have built additional firmware modules, also add them - to /boot/loader.conf, e.g. for nova firmware : - -novab0_dvbbda_load="YES" - -3) See %%DOCSDIR%%/README for more details - -4) Plug your device in, use your favourite DVB application and enjoy ! -EOM -} -] diff --git a/multimedia/sms1xxx-kmod/pkg-descr b/multimedia/sms1xxx-kmod/pkg-descr deleted file mode 100644 index 18c535dafff2..000000000000 --- a/multimedia/sms1xxx-kmod/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Native FreeBSD driver for Siano-based USB DVB devices. - -This driver have been tested with the following devices : - - * Terratec Cinergy Piranha - * Hauppauge WinTV MiniStick (HD) - -However, other Siano-based USB devices should work, just give a try -(you may want to add new VIDs/PIDs to make your device detected) ! - -WWW: http://contribs.martymac.org diff --git a/multimedia/sms1xxx-kmod/pkg-plist b/multimedia/sms1xxx-kmod/pkg-plist deleted file mode 100644 index 1432e9d1e948..000000000000 --- a/multimedia/sms1xxx-kmod/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%RC5WATCH%%bin/rc5watch -man/man4/sms1xxx.4.gz -/%%KMODDIR%%/sms1xxx.ko -%%NOVA%%/%%KMODDIR%%/novab0_dvbbda.ko -%%STELLAR%%/%%KMODDIR%%/stellar_dvbt.ko diff --git a/security/Makefile b/security/Makefile index 61d75e88a893..ad8779c1e1e4 100644 --- a/security/Makefile +++ b/security/Makefile @@ -408,7 +408,6 @@ SUBDIR += onionscan SUBDIR += op SUBDIR += openbsm - SUBDIR += openca-tools-forked SUBDIR += openconnect SUBDIR += openconnect-freebsd-daemon SUBDIR += openconnect-gui @@ -941,7 +940,6 @@ SUBDIR += py-ospd SUBDIR += py-ospd-openvas SUBDIR += py-paramiko - SUBDIR += py-paramiko1 SUBDIR += py-pass-audit SUBDIR += py-passlib SUBDIR += py-pbkdf2 diff --git a/security/openca-tools-forked/Makefile b/security/openca-tools-forked/Makefile deleted file mode 100644 index 7ea55fe551d9..000000000000 --- a/security/openca-tools-forked/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com> - -PORTNAME= openca-tools-forked -PORTVERSION= 1.4.0 -DISTVERSIONPREFIX= v -PORTREVISION= 4 -CATEGORIES= security - -MAINTAINER= svysh.fbsd@gmail.com -COMMENT= Tools to deal with SCEP and PKCS7 messages - -LICENSE= APACHE20 - -DEPRECATED= Use modern port security/libscep instead -EXPIRATION_DATE= 2021-09-30 - -USES= gmake perl5 ssl -BROKEN_SSL= openssl - -USE_GITHUB= yes -GH_ACCOUNT= openxpki - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-openssl-prefix=${OPENSSLBASE} - -# security/openssl already has a verify.1 manpage. -post-install: -.for f in sign.1 verify.1 - @${MV} ${STAGEDIR}${PREFIX}/man/man1/${f} ${STAGEDIR}${PREFIX}/man/man1/openca-${f} -.endfor - -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${SSL_DEFAULT} == base -BROKEN= OpenSSL-1.1.1 not supported by the upstream -.endif - -.include <bsd.port.post.mk> diff --git a/security/openca-tools-forked/distinfo b/security/openca-tools-forked/distinfo deleted file mode 100644 index e284879f3592..000000000000 --- a/security/openca-tools-forked/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1464783181 -SHA256 (openxpki-openca-tools-forked-v1.4.0_GH0.tar.gz) = c35f1b1dc19c082392980eb2e9671ffd7975592924aafae7327aac7434820dda -SIZE (openxpki-openca-tools-forked-v1.4.0_GH0.tar.gz) = 394619 diff --git a/security/openca-tools-forked/pkg-descr b/security/openca-tools-forked/pkg-descr deleted file mode 100644 index de287a6969bf..000000000000 --- a/security/openca-tools-forked/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Tools to deal with SCEP and PKCS7 messages. - -This is a forked version of openca-tools changed to work with -security/p5-openxpki. - -WWW: http://www.openxpki.org diff --git a/security/openca-tools-forked/pkg-plist b/security/openca-tools-forked/pkg-plist deleted file mode 100644 index 36c8145c0507..000000000000 --- a/security/openca-tools-forked/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/openca-crmf -bin/openca-scep -bin/openca-sv -man/man1/openca-sign.1.gz -man/man1/openca-verify.1.gz diff --git a/security/py-paramiko1/Makefile b/security/py-paramiko1/Makefile deleted file mode 100644 index bd7cabb32886..000000000000 --- a/security/py-paramiko1/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= paramiko -PORTVERSION= 1.18.5 -CATEGORIES= security python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 1 - -MAINTAINER= lwhsu@FreeBSD.org -COMMENT= Python SSH2 protocol library - -LICENSE= GPLv2 - -DEPRECATED= Out of date version. No consumer now. Use security/py-paramiko -EXPIRATION_DATE=2021-09-30 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa@${PY_FLAVOR} - -USES= cpe python:3.6+ -USE_PYTHON= distutils autoplist - -CONFLICTS_INSTALL= py??-paramiko-* - -OPTIONS_DEFINE= EXAMPLES - -do-test: - @(cd ${WRKSRC} && ${PYTHON_CMD} test.py) - -.include <bsd.port.mk> diff --git a/security/py-paramiko1/distinfo b/security/py-paramiko1/distinfo deleted file mode 100644 index 9ecb7d221d86..000000000000 --- a/security/py-paramiko1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1521623290 -SHA256 (paramiko-1.18.5.tar.gz) = 59a676561bd03a85c3df0c7981125afbd3d3c295f3c3b5f0a2b83b517421c9c8 -SIZE (paramiko-1.18.5.tar.gz) = 1203199 diff --git a/security/py-paramiko1/pkg-descr b/security/py-paramiko1/pkg-descr deleted file mode 100644 index 5a1d9d6adf44..000000000000 --- a/security/py-paramiko1/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is a library for making SSH2 connections (client or server). -Emphasis is on using SSH2 as an alternative to SSL for making secure -connections between python scripts. All major ciphers and hash methods -are supported. SFTP client and server mode are both supported too. - -WWW: http://www.paramiko.org/ diff --git a/sysutils/Makefile b/sysutils/Makefile index a42e42bf4ae7..3aafb3b6d1ed 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -165,14 +165,10 @@ SUBDIR += cfengine-devel SUBDIR += cfengine-masterfiles SUBDIR += cfengine-masterfiles-devel - SUBDIR += cfengine-masterfiles310 - SUBDIR += cfengine-masterfiles311 SUBDIR += cfengine-masterfiles315 SUBDIR += cfengine-masterfiles316 SUBDIR += cfengine-masterfiles317 SUBDIR += cfengine-masterfiles318 - SUBDIR += cfengine310 - SUBDIR += cfengine311 SUBDIR += cfengine315 SUBDIR += cfengine316 SUBDIR += cfengine317 @@ -1280,7 +1276,6 @@ SUBDIR += shim SUBDIR += shlock SUBDIR += shmcat - SUBDIR += showbeastie SUBDIR += shuf SUBDIR += siegfried SUBDIR += signon-kwallet-extension diff --git a/sysutils/cfengine-masterfiles310/Makefile b/sysutils/cfengine-masterfiles310/Makefile deleted file mode 100644 index 325f05bf7a1e..000000000000 --- a/sysutils/cfengine-masterfiles310/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: cy@FreeBSD.org - -PORTNAME= cfengine-masterfiles -PORTVERSION= 3.10.3 -CATEGORIES= sysutils -MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ - -MAINTAINER= cy@FreeBSD.org -# gjb@FreeBSD.org is also committer for this port -# skreuzer@FreeBSD.org is also committer for this port -COMMENT= cfengine sample policies for installations and upgrades - -LICENSE= GPLv3 - -DEPRECATED= cfengine310 will retire at FreeBSD 11 EOL -EXPIRATION_DATE= 2021-09-30 - -CPE_VENDOR= gnu -CPE_PRODUCT= cfengine - -CONFLICTS= cfengine-masterfiles3[0-9]-* cfengine-masterfiles31[1-9]-* -.if !defined(MASTERDIR) -PKGNAMESUFFIX= 310 -CONFLICTS+= cfengine-masterfiles-3.* -.endif - -RUN_DEPENDS= cf-agent:sysutils/cfengine${PKGNAMESUFFIX} - -FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} - -MAKE_JOBS_UNSAFE= yes -USES= cpe gmake python:build shebangfix -HAS_CONFIGURE= yes -EXAMPLESDIR= ${PREFIX}/share/examples/cfengine-masterfiles -CONFIGURE_ARGS= --prefix=${EXAMPLESDIR} -SHEBANG_FILES= modules/packages/yum \ - modules/packages/zypper -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/sysutils/cfengine-masterfiles310/distinfo b/sysutils/cfengine-masterfiles310/distinfo deleted file mode 100644 index 7a29d8892923..000000000000 --- a/sysutils/cfengine-masterfiles310/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1521590747 -SHA256 (cfengine-masterfiles-3.10.3.tar.gz) = faf2954011c67b23deb635dd3c0bace06d40fa9171901ebc51d642149b85a532 -SIZE (cfengine-masterfiles-3.10.3.tar.gz) = 487071 diff --git a/sysutils/cfengine-masterfiles310/pkg-descr b/sysutils/cfengine-masterfiles310/pkg-descr deleted file mode 100644 index 5b2d2217b44b..000000000000 --- a/sysutils/cfengine-masterfiles310/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -CFEngine 3 is a popular open source configuration management system. -Its primary function is to provide automated configuration and -maintenance of large-scale computer systems. - -The repository is intended to provide a stable base policy for -installations and upgrades, and is used by CFEngine 3.6 and newer. -The port installs the repository as examples which should be copied by -the user to the masterfiles directory (usually /var/cfengine/masterfiles). - -WWW: https://cfengine.com/ diff --git a/sysutils/cfengine-masterfiles310/pkg-plist b/sysutils/cfengine-masterfiles310/pkg-plist deleted file mode 100644 index ef9323f05249..000000000000 --- a/sysutils/cfengine-masterfiles310/pkg-plist +++ /dev/null @@ -1,134 +0,0 @@ -%%EXAMPLESDIR%%/masterfiles/cfe_internal/CFE_cfengine.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/deprecated/cfengine_processes.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/host_info_report.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/limit_robot_agents.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/log_rotation.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/main.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/watchdog/watchdog.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/CFE_hub_specific.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/CFE_knowledge.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/file_change.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/ha/ha.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/ha/ha_def.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/ha/ha_update.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/main.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/mission_portal.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/templates/httpd.conf.mustache -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/templates/runalerts.php.mustache -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/templates/runalerts.sh.mustache -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/cfe_internal_dc_workflow.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/cfe_internal_local_git_remote.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/cfe_internal_update_from_repository.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/lib.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/systemd_units.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/update_bins.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/update_policy.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/update_processes.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/cf_agent.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/cf_execd.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/cf_hub.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/cf_monitord.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/cf_runagent.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/cf_serverd.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/def.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/def_inputs.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/reports.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/update_def.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/update_def_inputs.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_agent.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_execd.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_hub.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_monitord.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_runagent.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_serverd.cf -%%EXAMPLESDIR%%/masterfiles/controls/def.cf -%%EXAMPLESDIR%%/masterfiles/controls/def_inputs.cf -%%EXAMPLESDIR%%/masterfiles/controls/reports.cf -%%EXAMPLESDIR%%/masterfiles/controls/update_def.cf -%%EXAMPLESDIR%%/masterfiles/controls/update_def_inputs.cf -%%EXAMPLESDIR%%/masterfiles/inventory/aix.cf -%%EXAMPLESDIR%%/masterfiles/inventory/any.cf -%%EXAMPLESDIR%%/masterfiles/inventory/debian.cf -%%EXAMPLESDIR%%/masterfiles/inventory/freebsd.cf -%%EXAMPLESDIR%%/masterfiles/inventory/generic.cf -%%EXAMPLESDIR%%/masterfiles/inventory/linux.cf -%%EXAMPLESDIR%%/masterfiles/inventory/lsb.cf -%%EXAMPLESDIR%%/masterfiles/inventory/macos.cf -%%EXAMPLESDIR%%/masterfiles/inventory/os.cf -%%EXAMPLESDIR%%/masterfiles/inventory/redhat.cf -%%EXAMPLESDIR%%/masterfiles/inventory/suse.cf -%%EXAMPLESDIR%%/masterfiles/inventory/windows.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/autorun.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/bundles.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/cfe_internal.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/cfe_internal_hub.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/cfengine_enterprise_hub_ha.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/commands.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/common.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/databases.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/edit_xml.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/examples.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/feature.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/files.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/guest_environments.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/monitor.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/packages.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/paths.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/processes.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/services.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/stdlib.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/storage.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/users.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/vcs.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.7/README.md -%%EXAMPLESDIR%%/masterfiles/lib/autorun.cf -%%EXAMPLESDIR%%/masterfiles/lib/bundles.cf -%%EXAMPLESDIR%%/masterfiles/lib/cfe_internal.cf -%%EXAMPLESDIR%%/masterfiles/lib/cfe_internal_hub.cf -%%EXAMPLESDIR%%/masterfiles/lib/cfengine_enterprise_hub_ha.cf -%%EXAMPLESDIR%%/masterfiles/lib/commands.cf -%%EXAMPLESDIR%%/masterfiles/lib/common.cf -%%EXAMPLESDIR%%/masterfiles/lib/databases.cf -%%EXAMPLESDIR%%/masterfiles/lib/edit_xml.cf -%%EXAMPLESDIR%%/masterfiles/lib/examples.cf -%%EXAMPLESDIR%%/masterfiles/lib/feature.cf -%%EXAMPLESDIR%%/masterfiles/lib/files.cf -%%EXAMPLESDIR%%/masterfiles/lib/guest_environments.cf -%%EXAMPLESDIR%%/masterfiles/lib/monitor.cf -%%EXAMPLESDIR%%/masterfiles/lib/packages.cf -%%EXAMPLESDIR%%/masterfiles/lib/paths.cf -%%EXAMPLESDIR%%/masterfiles/lib/processes.cf -%%EXAMPLESDIR%%/masterfiles/lib/reports.cf -%%EXAMPLESDIR%%/masterfiles/lib/services.cf -%%EXAMPLESDIR%%/masterfiles/lib/stdlib.cf -%%EXAMPLESDIR%%/masterfiles/lib/storage.cf -%%EXAMPLESDIR%%/masterfiles/lib/testing.cf -%%EXAMPLESDIR%%/masterfiles/lib/users.cf -%%EXAMPLESDIR%%/masterfiles/lib/vcs.cf -%%EXAMPLESDIR%%/masterfiles/promises.cf -%%EXAMPLESDIR%%/masterfiles/services/autorun/hello.cf -%%EXAMPLESDIR%%/masterfiles/services/main.cf -%%EXAMPLESDIR%%/masterfiles/sketches/meta/api-runfile.cf -%%EXAMPLESDIR%%/masterfiles/standalone_self_upgrade.cf -%%EXAMPLESDIR%%/masterfiles/templates/cf-apache.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-consumer.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-execd.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-hub.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-monitord.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-postgres.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-redis-server.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-runalerts.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-serverd.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cfengine3.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cfengine_watchdog.mustache -%%EXAMPLESDIR%%/masterfiles/templates/host_info_report.mustache -%%EXAMPLESDIR%%/masterfiles/templates/json_multiline.mustache -%%EXAMPLESDIR%%/masterfiles/templates/json_serial.mustache -%%EXAMPLESDIR%%/masterfiles/update.cf -%%EXAMPLESDIR%%/modules/packages/apt_get -%%EXAMPLESDIR%%/modules/packages/freebsd_ports -%%EXAMPLESDIR%%/modules/packages/nimclient -%%EXAMPLESDIR%%/modules/packages/pkg -%%EXAMPLESDIR%%/modules/packages/pkgsrc -%%EXAMPLESDIR%%/modules/packages/yum -%%EXAMPLESDIR%%/modules/packages/zypper diff --git a/sysutils/cfengine-masterfiles311/Makefile b/sysutils/cfengine-masterfiles311/Makefile deleted file mode 100644 index e5b35fa19fe0..000000000000 --- a/sysutils/cfengine-masterfiles311/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: cy@FreeBSD.org - -PORTNAME= cfengine-masterfiles -PORTVERSION= 3.11.0 -CATEGORIES= sysutils -MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ - -MAINTAINER= cy@FreeBSD.org -# gjb@FreeBSD.org is also committer for this port -# skreuzer@FreeBSD.org is also committer for this port -COMMENT= cfengine sample policies for installations and upgrades - -LICENSE= GPLv3 - -DEPRECATED= cfengine311 will retire at FreeBSD 11 EOL -EXPIRATION_DATE= 2021-09-30 - -CPE_VENDOR= gnu -CPE_PRODUCT= cfengine - -CONFLICTS= cfengine-masterfiles3[0-9]-* cfengine-masterfiles31[02-9]-* -.if !defined(MASTERDIR) -PKGNAMESUFFIX= 311 -CONFLICTS+= cfengine-masterfiles-3.* -.endif - -RUN_DEPENDS= cf-agent:sysutils/cfengine${PKGNAMESUFFIX} - -FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} - -MAKE_JOBS_UNSAFE= yes -USES= cpe gmake python:build shebangfix -HAS_CONFIGURE= yes -EXAMPLESDIR= ${PREFIX}/share/examples/cfengine-masterfiles -CONFIGURE_ARGS= --prefix=${EXAMPLESDIR} -SHEBANG_FILES= modules/packages/yum modules/packages/zypper - -.include <bsd.port.mk> diff --git a/sysutils/cfengine-masterfiles311/distinfo b/sysutils/cfengine-masterfiles311/distinfo deleted file mode 100644 index be11d289c205..000000000000 --- a/sysutils/cfengine-masterfiles311/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1502459345 -SHA256 (cfengine-masterfiles-3.11.0.tar.gz) = 052a25d8dc9f2480825a4c6097e9db74762d6726afc163fbc1fef010bb6adab8 -SIZE (cfengine-masterfiles-3.11.0.tar.gz) = 474803 diff --git a/sysutils/cfengine-masterfiles311/pkg-descr b/sysutils/cfengine-masterfiles311/pkg-descr deleted file mode 100644 index 5b2d2217b44b..000000000000 --- a/sysutils/cfengine-masterfiles311/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -CFEngine 3 is a popular open source configuration management system. -Its primary function is to provide automated configuration and -maintenance of large-scale computer systems. - -The repository is intended to provide a stable base policy for -installations and upgrades, and is used by CFEngine 3.6 and newer. -The port installs the repository as examples which should be copied by -the user to the masterfiles directory (usually /var/cfengine/masterfiles). - -WWW: https://cfengine.com/ diff --git a/sysutils/cfengine-masterfiles311/pkg-plist b/sysutils/cfengine-masterfiles311/pkg-plist deleted file mode 100644 index 78d068fe6a9c..000000000000 --- a/sysutils/cfengine-masterfiles311/pkg-plist +++ /dev/null @@ -1,133 +0,0 @@ -%%EXAMPLESDIR%%/masterfiles/cfe_internal/CFE_cfengine.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/deprecated/cfengine_processes.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/host_info_report.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/limit_robot_agents.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/log_rotation.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/main.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/watchdog/watchdog.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/CFE_hub_specific.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/CFE_knowledge.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/file_change.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/ha/ha.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/ha/ha_def.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/ha/ha_update.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/main.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/mission_portal.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/templates/httpd.conf.mustache -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/templates/runalerts.php.mustache -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/templates/runalerts.sh.mustache -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/cfe_internal_dc_workflow.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/cfe_internal_local_git_remote.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/cfe_internal_update_from_repository.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/lib.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/systemd_units.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/update_bins.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/update_policy.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/update_processes.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/cf_agent.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/cf_execd.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/cf_hub.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/cf_monitord.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/cf_runagent.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/cf_serverd.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/def.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/def_inputs.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/reports.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/update_def.cf -%%EXAMPLESDIR%%/masterfiles/controls/3.6/update_def_inputs.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_agent.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_execd.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_hub.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_monitord.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_runagent.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_serverd.cf -%%EXAMPLESDIR%%/masterfiles/controls/def.cf -%%EXAMPLESDIR%%/masterfiles/controls/def_inputs.cf -%%EXAMPLESDIR%%/masterfiles/controls/reports.cf -%%EXAMPLESDIR%%/masterfiles/controls/update_def.cf -%%EXAMPLESDIR%%/masterfiles/controls/update_def_inputs.cf -%%EXAMPLESDIR%%/masterfiles/inventory/aix.cf -%%EXAMPLESDIR%%/masterfiles/inventory/any.cf -%%EXAMPLESDIR%%/masterfiles/inventory/debian.cf -%%EXAMPLESDIR%%/masterfiles/inventory/freebsd.cf -%%EXAMPLESDIR%%/masterfiles/inventory/generic.cf -%%EXAMPLESDIR%%/masterfiles/inventory/linux.cf -%%EXAMPLESDIR%%/masterfiles/inventory/lsb.cf -%%EXAMPLESDIR%%/masterfiles/inventory/macos.cf -%%EXAMPLESDIR%%/masterfiles/inventory/os.cf -%%EXAMPLESDIR%%/masterfiles/inventory/redhat.cf -%%EXAMPLESDIR%%/masterfiles/inventory/suse.cf -%%EXAMPLESDIR%%/masterfiles/inventory/windows.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/autorun.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/bundles.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/cfe_internal.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/cfe_internal_hub.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/cfengine_enterprise_hub_ha.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/commands.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/common.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/databases.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/edit_xml.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/examples.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/feature.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/files.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/guest_environments.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/monitor.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/packages.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/paths.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/processes.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/services.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/stdlib.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/storage.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/users.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.6/vcs.cf -%%EXAMPLESDIR%%/masterfiles/lib/3.7/README.md -%%EXAMPLESDIR%%/masterfiles/lib/autorun.cf -%%EXAMPLESDIR%%/masterfiles/lib/bundles.cf -%%EXAMPLESDIR%%/masterfiles/lib/cfe_internal.cf -%%EXAMPLESDIR%%/masterfiles/lib/cfe_internal_hub.cf -%%EXAMPLESDIR%%/masterfiles/lib/cfengine_enterprise_hub_ha.cf -%%EXAMPLESDIR%%/masterfiles/lib/commands.cf -%%EXAMPLESDIR%%/masterfiles/lib/common.cf -%%EXAMPLESDIR%%/masterfiles/lib/databases.cf -%%EXAMPLESDIR%%/masterfiles/lib/edit_xml.cf -%%EXAMPLESDIR%%/masterfiles/lib/event.cf -%%EXAMPLESDIR%%/masterfiles/lib/examples.cf -%%EXAMPLESDIR%%/masterfiles/lib/feature.cf -%%EXAMPLESDIR%%/masterfiles/lib/files.cf -%%EXAMPLESDIR%%/masterfiles/lib/guest_environments.cf -%%EXAMPLESDIR%%/masterfiles/lib/monitor.cf -%%EXAMPLESDIR%%/masterfiles/lib/packages.cf -%%EXAMPLESDIR%%/masterfiles/lib/paths.cf -%%EXAMPLESDIR%%/masterfiles/lib/processes.cf -%%EXAMPLESDIR%%/masterfiles/lib/reports.cf -%%EXAMPLESDIR%%/masterfiles/lib/services.cf -%%EXAMPLESDIR%%/masterfiles/lib/stdlib.cf -%%EXAMPLESDIR%%/masterfiles/lib/storage.cf -%%EXAMPLESDIR%%/masterfiles/lib/testing.cf -%%EXAMPLESDIR%%/masterfiles/lib/users.cf -%%EXAMPLESDIR%%/masterfiles/lib/vcs.cf -%%EXAMPLESDIR%%/masterfiles/promises.cf -%%EXAMPLESDIR%%/masterfiles/services/autorun/hello.cf -%%EXAMPLESDIR%%/masterfiles/services/main.cf -%%EXAMPLESDIR%%/masterfiles/sketches/meta/api-runfile.cf -%%EXAMPLESDIR%%/masterfiles/standalone_self_upgrade.cf -%%EXAMPLESDIR%%/masterfiles/templates/cf-apache.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-consumer.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-execd.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-hub.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-monitord.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-postgres.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-redis-server.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-runalerts.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-serverd.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cfengine3.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cfengine_watchdog.mustache -%%EXAMPLESDIR%%/masterfiles/templates/host_info_report.mustache -%%EXAMPLESDIR%%/masterfiles/update.cf -%%EXAMPLESDIR%%/modules/packages/apt_get -%%EXAMPLESDIR%%/modules/packages/freebsd_ports -%%EXAMPLESDIR%%/modules/packages/nimclient -%%EXAMPLESDIR%%/modules/packages/pkg -%%EXAMPLESDIR%%/modules/packages/pkgsrc -%%EXAMPLESDIR%%/modules/packages/yum -%%EXAMPLESDIR%%/modules/packages/zypper diff --git a/sysutils/cfengine310/Makefile b/sysutils/cfengine310/Makefile deleted file mode 100644 index 32d807a00ad2..000000000000 --- a/sysutils/cfengine310/Makefile +++ /dev/null @@ -1,86 +0,0 @@ -# Created by: jrhett@netconsonance.com - -PORTNAME= cfengine -PORTVERSION= 3.10.5 -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ - -MAINTAINER= cy@FreeBSD.org -# gjb@FreeBSD.org is also committer for this port -# skreuzer@FreeBSD.org is also committer for this port -COMMENT= Systems administration tool for networks - -LICENSE= GPLv3 - -CPE_VENDOR= gnu - -DEPRECATED= OpenSSL 1.1.X is not supported. -EXPIRATION_DATE= 2021-09-30 - -BROKEN_FreeBSD_13= Fails to build -BROKEN_FreeBSD_14= Fails to build - -CONFLICTS= cfengine3[0-9]-* cfengine31[1-9]-* -.if !defined(MASTERDIR) -PKGNAMESUFFIX= 310 -CONFLICTS+= cfengine-3.* -.endif - -FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} - -USE_RC_SUBR= cf-execd cf-serverd cf-monitord - -MAKE_JOBS_UNSAFE= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USES= autoreconf cpe gmake gnome libtool localbase shebangfix ssl -USE_GNOME= libxml2 -SHEBANG_FILES= examples/remake_outputs.pl -CFLAGS+= -Wno-return-type -# EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 -DOCSDIR= ${PREFIX}/share/doc/cfengine -MAKE_ENV= EXPLICIT_VERSION=${PORTVERSION} -CONFIGURE_ENV= EXPLICIT_VERSION=${PORTVERSION} -CONFIGURE_ARGS= --docdir=${DOCSDIR} \ - --htmldir=${DOCSDIR}/html \ - --libexecdir=${PREFIX}/libexec \ - --libdir=${PREFIX}/libexec \ - --mandir=${PREFIX}/man \ - --with-workdir=/var/cfengine \ - --with-pcre=${LOCALBASE} \ - --with-lmdb=${LOCALBASE} \ - --enable-fhs -INSTALL_TARGET= install-strip - -LIB_DEPENDS+= libpcre.so:devel/pcre \ - liblmdb.so:databases/lmdb \ - libyaml.so:textproc/libyaml \ - libcurl.so:ftp/curl - -OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT - -PGSQL_USES= pgsql -PGSQL_CONFIGURE_WITH= --with-postgresql=${LOCALBASE} -PGSQL_CONFIGURE_OFF= --without-postgresql - -MYSQL_USES= mysql -MYSQL_BROKEN= configure: error: MySQL client library exports symbols (EVP_CIPHER_CTX_init) clashing with OpenSSL. -MYSQL_CONFIGURE_WITH= --with-mysql=${LOCALBASE} -MYSQL_CONFIGURE_OFF= --without-mysql -MYSQL_LIB_DEPENDS= libmysqlclient.so:${_MYSQL_CLIENT} -MYSQL_LDFLAGS= -L${LOCALBASE}/lib/mysql - -LIBVIRT_CONFIGURE_WITH= --with-libvirt=${LOCALBASE} -LIBVIRT_LIB_DEPENDS+= libvirt.so:devel/libvirt - -.include <bsd.port.pre.mk> - -.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1200085 -.if ${SSL_DEFAULT} != "openssl" -BROKEN_FreeBSD_12= fails to build with openssl -BROKEN_FreeBSD_13= fails to build with openssl -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/sysutils/cfengine310/distinfo b/sysutils/cfengine310/distinfo deleted file mode 100644 index d81a6e1bc3f6..000000000000 --- a/sysutils/cfengine310/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1542518125 -SHA256 (cfengine-3.10.5.tar.gz) = 46ec1bf39a3ee27f8a9e10195b37daaa19b25e87ed3d45ebfb895dad0801a7b6 -SIZE (cfengine-3.10.5.tar.gz) = 2392398 diff --git a/sysutils/cfengine310/files/cf-execd.in b/sysutils/cfengine310/files/cf-execd.in deleted file mode 100644 index ace1288a92ef..000000000000 --- a/sysutils/cfengine310/files/cf-execd.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: cf-execd -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf[.local] to enable cf-execd(8) -# -# cf_execd_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable cf-execd. -# cf_execd_flags (str): Custom additional arguments to be passed -# to cf-execd (default empty). -# - -. /etc/rc.subr - -name="cf_execd" -rcvar=cf_execd_enable - -command="%%PREFIX%%/sbin/cf-execd" - -load_rc_config $name - -: ${cf_execd_enable="NO"} - -run_rc_command "$1" diff --git a/sysutils/cfengine310/files/cf-monitord.in b/sysutils/cfengine310/files/cf-monitord.in deleted file mode 100644 index efa6aaa6e495..000000000000 --- a/sysutils/cfengine310/files/cf-monitord.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: cf-monitord -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf[.local] to enable cf-monitord(8) -# -# cf_monitord_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable cf-monitord. -# cf_monitord_flags (str): Custom additional arguments to be passed -# to cf-monitord (default empty). -# - -. /etc/rc.subr - -name="cf_monitord" -rcvar=cf_monitord_enable - -command="%%PREFIX%%/sbin/cf-monitord" - -load_rc_config $name - -: ${cf_monitord_enable="NO"} - -run_rc_command "$1" diff --git a/sysutils/cfengine310/files/cf-serverd.in b/sysutils/cfengine310/files/cf-serverd.in deleted file mode 100644 index a53b091ffbf9..000000000000 --- a/sysutils/cfengine310/files/cf-serverd.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: cf-serverd -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf[.local] to enable cf-serverd(8) -# -# cf_serverd_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable cf-serverd. -# cf_serverd_flags (str): Custom additional arguments to be passed -# to cf-serverd (default empty). -# - -. /etc/rc.subr - -name="cf_serverd" -rcvar=cf_serverd_enable - -command="%%PREFIX%%/sbin/cf-serverd" - -load_rc_config $name - -: ${cf_serverd_enable="NO"} - -run_rc_command "$1" diff --git a/sysutils/cfengine310/pkg-descr b/sysutils/cfengine310/pkg-descr deleted file mode 100644 index 47d900688ceb..000000000000 --- a/sysutils/cfengine310/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Cfengine is an automated suite of programs for configuring and -maintaining Unix-like computers. It has been used on computing arrays -of between 1 and 20,000 computers since 1993 by a wide range of -organizations. Cfengine is supported by active research and was the -first autonomic, hands-free management system for Unix-like operating -systems. Cfengine is an autonomic maintenance system not merely a -change management roll-out tool. Cfengine has a history of security -and adaptability. - -WWW: https://cfengine.com/ diff --git a/sysutils/cfengine310/pkg-plist b/sysutils/cfengine310/pkg-plist deleted file mode 100644 index d01d4bea3d2c..000000000000 --- a/sysutils/cfengine310/pkg-plist +++ /dev/null @@ -1,379 +0,0 @@ -libexec/cfengine/libpromises.so -libexec/cfengine/libpromises.so.3 -libexec/cfengine/libpromises.so.3.0.6 -sbin/cf-agent -sbin/cf-execd -sbin/cf-key -sbin/cf-monitord -sbin/cf-promises -sbin/cf-runagent -sbin/cf-serverd -sbin/cf-upgrade -sbin/rpmvercmp -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/README.md -%%DOCSDIR%%/examples/abort.cf -%%DOCSDIR%%/examples/accessed_before.cf -%%DOCSDIR%%/examples/accessedbefore.cf -%%DOCSDIR%%/examples/accumulated_time.cf -%%DOCSDIR%%/examples/acl.cf -%%DOCSDIR%%/examples/acl_generic.cf -%%DOCSDIR%%/examples/acl_ntfs.cf -%%DOCSDIR%%/examples/acl_secret.cf -%%DOCSDIR%%/examples/active_directory.cf -%%DOCSDIR%%/examples/activedirectory_listusers.cf -%%DOCSDIR%%/examples/activedirectory_showuser.cf -%%DOCSDIR%%/examples/ago.cf -%%DOCSDIR%%/examples/app_baseline.cf -%%DOCSDIR%%/examples/appgroups.cf -%%DOCSDIR%%/examples/arrays.cf -%%DOCSDIR%%/examples/augment.cf -%%DOCSDIR%%/examples/backreferences_files.cf -%%DOCSDIR%%/examples/badpromise.cf -%%DOCSDIR%%/examples/badtype.cf -%%DOCSDIR%%/examples/bsdflags.cf -%%DOCSDIR%%/examples/bundle_return_values.cf -%%DOCSDIR%%/examples/bundlesmatching.cf -%%DOCSDIR%%/examples/bundlestate.cf -%%DOCSDIR%%/examples/canonify.cf -%%DOCSDIR%%/examples/cf2_integration.cf -%%DOCSDIR%%/examples/change_detect.cf -%%DOCSDIR%%/examples/changedbefore.cf -%%DOCSDIR%%/examples/chdir.cf -%%DOCSDIR%%/examples/classes_global.cf -%%DOCSDIR%%/examples/classesmatching.cf -%%DOCSDIR%%/examples/classmatch.cf -%%DOCSDIR%%/examples/classvar_convergence.cf -%%DOCSDIR%%/examples/commands.cf -%%DOCSDIR%%/examples/compare.cf -%%DOCSDIR%%/examples/container_iteration.cf -%%DOCSDIR%%/examples/container_key_iteration.cf -%%DOCSDIR%%/examples/control_expand.cf -%%DOCSDIR%%/examples/controlclasses.cf -%%DOCSDIR%%/examples/copy.cf -%%DOCSDIR%%/examples/copy_classes.cf -%%DOCSDIR%%/examples/copy_copbl.cf -%%DOCSDIR%%/examples/copy_edit.cf -%%DOCSDIR%%/examples/copydir_copbl.cf -%%DOCSDIR%%/examples/copylinks.cf -%%DOCSDIR%%/examples/countclassesmatching.cf -%%DOCSDIR%%/examples/countlinesmatching.cf -%%DOCSDIR%%/examples/create_filedir.cf -%%DOCSDIR%%/examples/createdb.cf -%%DOCSDIR%%/examples/customize_by_named_list.cf -%%DOCSDIR%%/examples/data_expand.cf -%%DOCSDIR%%/examples/data_readstringarray.cf -%%DOCSDIR%%/examples/data_regextract.cf -%%DOCSDIR%%/examples/datastate.cf -%%DOCSDIR%%/examples/defaults.cf -%%DOCSDIR%%/examples/defaults2.cf -%%DOCSDIR%%/examples/defaults3.cf -%%DOCSDIR%%/examples/definitions.cf -%%DOCSDIR%%/examples/deletelines.cf -%%DOCSDIR%%/examples/depends_on.cf -%%DOCSDIR%%/examples/depends_on2.cf -%%DOCSDIR%%/examples/difference.cf -%%DOCSDIR%%/examples/dirname.cf -%%DOCSDIR%%/examples/disable.cf -%%DOCSDIR%%/examples/disable_and_rotate_files.cf -%%DOCSDIR%%/examples/diskfree.cf -%%DOCSDIR%%/examples/dollar.cf -%%DOCSDIR%%/examples/edit_column_files.cf -%%DOCSDIR%%/examples/edit_comment_lines.cf -%%DOCSDIR%%/examples/edit_deletenotmatch.cf -%%DOCSDIR%%/examples/edit_insert_fuzzylines.cf -%%DOCSDIR%%/examples/edit_insert_lines.cf -%%DOCSDIR%%/examples/edit_insert_lines_silly.cf -%%DOCSDIR%%/examples/edit_passwd_file.cf -%%DOCSDIR%%/examples/edit_passwd_file_basic.cf -%%DOCSDIR%%/examples/edit_replace_string.cf -%%DOCSDIR%%/examples/edit_sectioned_file.cf -%%DOCSDIR%%/examples/edit_setvar.cf -%%DOCSDIR%%/examples/edit_template.cf -%%DOCSDIR%%/examples/edit_triggerclass.cf -%%DOCSDIR%%/examples/edit_xml.cf -%%DOCSDIR%%/examples/ensure_line_present_prepend_append.cf -%%DOCSDIR%%/examples/env.cf -%%DOCSDIR%%/examples/epimenides.cf -%%DOCSDIR%%/examples/escape.cf -%%DOCSDIR%%/examples/eval.cf -%%DOCSDIR%%/examples/every.cf -%%DOCSDIR%%/examples/exec_args.cf -%%DOCSDIR%%/examples/exec_in_sequence.cf -%%DOCSDIR%%/examples/execd.cf -%%DOCSDIR%%/examples/execresult.cf -%%DOCSDIR%%/examples/expand.cf -%%DOCSDIR%%/examples/failedcommand.cf -%%DOCSDIR%%/examples/failsafe.cf -%%DOCSDIR%%/examples/file_change_detection.cf -%%DOCSDIR%%/examples/file_hash.cf -%%DOCSDIR%%/examples/file_owner_list_template.cf -%%DOCSDIR%%/examples/fileexists.cf -%%DOCSDIR%%/examples/filenames.cf -%%DOCSDIR%%/examples/fileperms.cf -%%DOCSDIR%%/examples/filesexist.cf -%%DOCSDIR%%/examples/filesexist2.cf -%%DOCSDIR%%/examples/filesize.cf -%%DOCSDIR%%/examples/filestat.cf -%%DOCSDIR%%/examples/filter.cf -%%DOCSDIR%%/examples/findfiles.cf -%%DOCSDIR%%/examples/fix_names.cf -%%DOCSDIR%%/examples/format.cf -%%DOCSDIR%%/examples/getclassmetatags.cf -%%DOCSDIR%%/examples/getenv.cf -%%DOCSDIR%%/examples/getfields.cf -%%DOCSDIR%%/examples/getgid.cf -%%DOCSDIR%%/examples/getindices.cf -%%DOCSDIR%%/examples/getindices_and_values.cf -%%DOCSDIR%%/examples/getmacaddress.cf -%%DOCSDIR%%/examples/getregistry.cf -%%DOCSDIR%%/examples/getuid.cf -%%DOCSDIR%%/examples/getuserinfo.cf -%%DOCSDIR%%/examples/getusers.cf -%%DOCSDIR%%/examples/getvalues.cf -%%DOCSDIR%%/examples/getvariablemetatags.cf -%%DOCSDIR%%/examples/global_list_expansion.cf -%%DOCSDIR%%/examples/global_list_expansion_2.cf -%%DOCSDIR%%/examples/grep.cf -%%DOCSDIR%%/examples/groupexists.cf -%%DOCSDIR%%/examples/guest_environment_kvm.cf -%%DOCSDIR%%/examples/hash.cf -%%DOCSDIR%%/examples/hashcomment.cf -%%DOCSDIR%%/examples/hashmatch.cf -%%DOCSDIR%%/examples/hashuncomment.cf -%%DOCSDIR%%/examples/helloworld.cf -%%DOCSDIR%%/examples/host2ip.cf -%%DOCSDIR%%/examples/hostrange.cf -%%DOCSDIR%%/examples/hostsseen.cf -%%DOCSDIR%%/examples/hostswithclass.cf -%%DOCSDIR%%/examples/hub.cf -%%DOCSDIR%%/examples/id.cf -%%DOCSDIR%%/examples/inherit.cf -%%DOCSDIR%%/examples/insert_users.cf -%%DOCSDIR%%/examples/intarray.cf -%%DOCSDIR%%/examples/intersection.cf -%%DOCSDIR%%/examples/inventory_cpu.cf -%%DOCSDIR%%/examples/ip2host.cf -%%DOCSDIR%%/examples/iprange.cf -%%DOCSDIR%%/examples/irange.cf -%%DOCSDIR%%/examples/isdir.cf -%%DOCSDIR%%/examples/isexecutable.cf -%%DOCSDIR%%/examples/isgreaterthan.cf -%%DOCSDIR%%/examples/islessthan.cf -%%DOCSDIR%%/examples/islink.cf -%%DOCSDIR%%/examples/isnewerthan.cf -%%DOCSDIR%%/examples/isipinsubnet.cf -%%DOCSDIR%%/examples/isplain.cf -%%DOCSDIR%%/examples/isvariable.cf -%%DOCSDIR%%/examples/iteration.cf -%%DOCSDIR%%/examples/join.cf -%%DOCSDIR%%/examples/kill_process_running_wrong_user.cf -%%DOCSDIR%%/examples/knowledge_driver.cf -%%DOCSDIR%%/examples/knowledge_txt.cf -%%DOCSDIR%%/examples/lastnode.cf -%%DOCSDIR%%/examples/ldap.cf -%%DOCSDIR%%/examples/length.cf -%%DOCSDIR%%/examples/linking.cf -%%DOCSDIR%%/examples/literal_server.cf -%%DOCSDIR%%/examples/local_group_present.cf -%%DOCSDIR%%/examples/local_user_password.cf -%%DOCSDIR%%/examples/local_user_secondary_group_member.cf -%%DOCSDIR%%/examples/local_users_absent.cf -%%DOCSDIR%%/examples/local_users_locked.cf -%%DOCSDIR%%/examples/local_users_present.cf -%%DOCSDIR%%/examples/locate_files_and_compress.cf -%%DOCSDIR%%/examples/log_private.cf -%%DOCSDIR%%/examples/loops.cf -%%DOCSDIR%%/examples/lsdir.cf -%%DOCSDIR%%/examples/maparray.cf -%%DOCSDIR%%/examples/mapdata.cf -%%DOCSDIR%%/examples/mapdata_jsonpipe.cf -%%DOCSDIR%%/examples/maplist.cf -%%DOCSDIR%%/examples/max-min-mean-variance.cf -%%DOCSDIR%%/examples/measure_log.cf -%%DOCSDIR%%/examples/measurements.cf -%%DOCSDIR%%/examples/menu.cf -%%DOCSDIR%%/examples/mergedata.cf -%%DOCSDIR%%/examples/meta.cf -%%DOCSDIR%%/examples/method.cf -%%DOCSDIR%%/examples/method_polymorph.cf -%%DOCSDIR%%/examples/method_validate.cf -%%DOCSDIR%%/examples/method_var.cf -%%DOCSDIR%%/examples/method_var2.cf -%%DOCSDIR%%/examples/module_exec.cf -%%DOCSDIR%%/examples/module_exec_2.cf -%%DOCSDIR%%/examples/monitord.cf -%%DOCSDIR%%/examples/mount_fs.cf -%%DOCSDIR%%/examples/multipassvars.cf -%%DOCSDIR%%/examples/multiple_outcomes.cf -%%DOCSDIR%%/examples/mustache_template_motd.cf -%%DOCSDIR%%/examples/namespace.cf -%%DOCSDIR%%/examples/namespace1.cf -%%DOCSDIR%%/examples/namespace2.cf -%%DOCSDIR%%/examples/namespace3.cf -%%DOCSDIR%%/examples/namespace_class1.cf -%%DOCSDIR%%/examples/namespace_classes.cf -%%DOCSDIR%%/examples/namespace_var_meta.cf -%%DOCSDIR%%/examples/namespace_var_meta2.cf -%%DOCSDIR%%/examples/neighbourhood_watch.cf -%%DOCSDIR%%/examples/none.cf -%%DOCSDIR%%/examples/nth.cf -%%DOCSDIR%%/examples/null_config.cf -%%DOCSDIR%%/examples/occurrences.cf -%%DOCSDIR%%/examples/orchestrate_chain1.cf -%%DOCSDIR%%/examples/orchestrate_chain2.cf -%%DOCSDIR%%/examples/orchestrate_delay_trigger.cf -%%DOCSDIR%%/examples/orchestrate_dominoes1.cf -%%DOCSDIR%%/examples/orchestrate_dominoes2.cf -%%DOCSDIR%%/examples/orchestrate_dragon.cf -%%DOCSDIR%%/examples/orchestrate_dragon_load_balancer.cf -%%DOCSDIR%%/examples/orchestrate_n_of_m.cf -%%DOCSDIR%%/examples/orchestration_hostlist.cf -%%DOCSDIR%%/examples/ordering.cf -%%DOCSDIR%%/examples/package_apt.cf -%%DOCSDIR%%/examples/package_bundles.cf -%%DOCSDIR%%/examples/package_freebsd.cf -%%DOCSDIR%%/examples/package_latest.cf -%%DOCSDIR%%/examples/package_msi_file.cf -%%DOCSDIR%%/examples/package_msi_version.cf -%%DOCSDIR%%/examples/package_rpm.cf -%%DOCSDIR%%/examples/package_solaris.cf -%%DOCSDIR%%/examples/package_windows_feature.cf -%%DOCSDIR%%/examples/package_yum.cf -%%DOCSDIR%%/examples/package_zypper.cf -%%DOCSDIR%%/examples/packagesmatching.cf -%%DOCSDIR%%/examples/parallel_exec.cf -%%DOCSDIR%%/examples/parseintrealstringarray.cf -%%DOCSDIR%%/examples/parsestringarray.cf -%%DOCSDIR%%/examples/parsestringarrayidx.cf -%%DOCSDIR%%/examples/pathtype.cf -%%DOCSDIR%%/examples/pattern_and_edit.cf -%%DOCSDIR%%/examples/peerleader.cf -%%DOCSDIR%%/examples/peerleaders.cf -%%DOCSDIR%%/examples/peers.cf -%%DOCSDIR%%/examples/postfix.cf -%%DOCSDIR%%/examples/process_kill.cf -%%DOCSDIR%%/examples/process_matching.cf -%%DOCSDIR%%/examples/process_matching2.cf -%%DOCSDIR%%/examples/process_matching3.cf -%%DOCSDIR%%/examples/process_restart.cf -%%DOCSDIR%%/examples/process_restart_basic.cf -%%DOCSDIR%%/examples/process_signalling.cf -%%DOCSDIR%%/examples/processes_define_class_based_on_process_runtime.cf -%%DOCSDIR%%/examples/product.cf -%%DOCSDIR%%/examples/promise_knowledge.cf -%%DOCSDIR%%/examples/promises.cf -%%DOCSDIR%%/examples/quoting.cf -%%DOCSDIR%%/examples/randomint.cf -%%DOCSDIR%%/examples/readcsv.cf -%%DOCSDIR%%/examples/readdata.cf -%%DOCSDIR%%/examples/readfile.cf -%%DOCSDIR%%/examples/readintrealstringlist.cf -%%DOCSDIR%%/examples/readlist.cf -%%DOCSDIR%%/examples/readtcp.cf -%%DOCSDIR%%/examples/reg_multiline.cf -%%DOCSDIR%%/examples/regarray.cf -%%DOCSDIR%%/examples/regcmp.cf -%%DOCSDIR%%/examples/regex_replace.cf -%%DOCSDIR%%/examples/regex_win.cf -%%DOCSDIR%%/examples/regextract.cf -%%DOCSDIR%%/examples/registry.cf -%%DOCSDIR%%/examples/registry_cache.cf -%%DOCSDIR%%/examples/registryvalue.cf -%%DOCSDIR%%/examples/regline.cf -%%DOCSDIR%%/examples/reglist.cf -%%DOCSDIR%%/examples/remake_outputs.pl -%%DOCSDIR%%/examples/remoteclasses.cf -%%DOCSDIR%%/examples/remoteclasses2.cf -%%DOCSDIR%%/examples/remotescalar.cf -%%DOCSDIR%%/examples/remove_deadlinks.cf -%%DOCSDIR%%/examples/rename.cf -%%DOCSDIR%%/examples/repairedcommand.cf -%%DOCSDIR%%/examples/report_custom.cf -%%DOCSDIR%%/examples/report_diffs.cf -%%DOCSDIR%%/examples/report_state.cf -%%DOCSDIR%%/examples/reporting.cf -%%DOCSDIR%%/examples/reports.cf -%%DOCSDIR%%/examples/reporttofile.cf -%%DOCSDIR%%/examples/resolveconf.cf -%%DOCSDIR%%/examples/returnszero.cf -%%DOCSDIR%%/examples/reverse.cf -%%DOCSDIR%%/examples/root_passwd.cf -%%DOCSDIR%%/examples/select_class.cf -%%DOCSDIR%%/examples/select_mode.cf -%%DOCSDIR%%/examples/select_region.cf -%%DOCSDIR%%/examples/select_size.cf -%%DOCSDIR%%/examples/selectservers.cf -%%DOCSDIR%%/examples/server_callback.cf -%%DOCSDIR%%/examples/server_copy_localhost.cf -%%DOCSDIR%%/examples/server_copy_purge.cf -%%DOCSDIR%%/examples/server_copy_remote.cf -%%DOCSDIR%%/examples/server_flatcopy_localhost.cf -%%DOCSDIR%%/examples/service_catalogue.cf -%%DOCSDIR%%/examples/service_catalogue_separate.cf -%%DOCSDIR%%/examples/service_disable.cf -%%DOCSDIR%%/examples/service_start.cf -%%DOCSDIR%%/examples/services.cf -%%DOCSDIR%%/examples/services_concept.cf -%%DOCSDIR%%/examples/services_default_service_bundle.cf -%%DOCSDIR%%/examples/services_win.cf -%%DOCSDIR%%/examples/setuidlog.cf -%%DOCSDIR%%/examples/setvar.cf -%%DOCSDIR%%/examples/shuffle.cf -%%DOCSDIR%%/examples/simple_ssh_key_distribution.cf -%%DOCSDIR%%/examples/software_dist.cf -%%DOCSDIR%%/examples/software_update_version_yum.cf -%%DOCSDIR%%/examples/some.cf -%%DOCSDIR%%/examples/sort.cf -%%DOCSDIR%%/examples/splitstring.cf -%%DOCSDIR%%/examples/sql_table_structure.cf -%%DOCSDIR%%/examples/storage.cf -%%DOCSDIR%%/examples/strcmp.cf -%%DOCSDIR%%/examples/strftime.cf -%%DOCSDIR%%/examples/string_downcase.cf -%%DOCSDIR%%/examples/string_head.cf -%%DOCSDIR%%/examples/string_length.cf -%%DOCSDIR%%/examples/string_mustache.cf -%%DOCSDIR%%/examples/string_reverse.cf -%%DOCSDIR%%/examples/string_split.cf -%%DOCSDIR%%/examples/string_tail.cf -%%DOCSDIR%%/examples/string_upcase.cf -%%DOCSDIR%%/examples/stringarray.cf -%%DOCSDIR%%/examples/sublist.cf -%%DOCSDIR%%/examples/sum.cf -%%DOCSDIR%%/examples/switchcase.cf -%%DOCSDIR%%/examples/symlink.cf -%%DOCSDIR%%/examples/symlink_children.cf -%%DOCSDIR%%/examples/syslog.cf -%%DOCSDIR%%/examples/syslog2.cf -%%DOCSDIR%%/examples/template.cf -%%DOCSDIR%%/examples/template2.cf -%%DOCSDIR%%/examples/test_environment.cf -%%DOCSDIR%%/examples/tidy_all_files.cf -%%DOCSDIR%%/examples/translatepath.cf -%%DOCSDIR%%/examples/unique.cf -%%DOCSDIR%%/examples/unpack_method_calls.cf -%%DOCSDIR%%/examples/update.cf -%%DOCSDIR%%/examples/user_edit.cf -%%DOCSDIR%%/examples/user_edit_method.cf -%%DOCSDIR%%/examples/userexists.cf -%%DOCSDIR%%/examples/users_type.cf -%%DOCSDIR%%/examples/varclass.cf -%%DOCSDIR%%/examples/varexpansion.cf -%%DOCSDIR%%/examples/variablesmatching.cf -%%DOCSDIR%%/examples/variablesmatching_as_data.cf -%%DOCSDIR%%/examples/varnet.cf -%%DOCSDIR%%/examples/vars.cf -%%DOCSDIR%%/examples/warnifline.cf -%%DOCSDIR%%/examples/webserver.cf -%%DOCSDIR%%/examples/win_dns_client.cf -%%DOCSDIR%%/examples/win_emergency.cf -%%DOCSDIR%%/examples/win_registry.cf -%%DOCSDIR%%/examples/win_schedule.cf -%%DOCSDIR%%/examples/zenoss.cf -@dir /var/cfengine/inputs -@dir /var/cfengine/modules -@dir /var/cfengine/outputs -@dir /var/cfengine/plugins -@dir(root,wheel,700) /var/cfengine/ppkeys -@dir /var/cfengine diff --git a/sysutils/cfengine311/Makefile b/sysutils/cfengine311/Makefile deleted file mode 100644 index b6926de3e5d9..000000000000 --- a/sysutils/cfengine311/Makefile +++ /dev/null @@ -1,86 +0,0 @@ -# Created by: jrhett@netconsonance.com - -PORTNAME= cfengine -PORTVERSION= 3.11.0 -PORTREVISION= 2 -CATEGORIES= sysutils -MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ - -MAINTAINER= cy@FreeBSD.org -# gjb@FreeBSD.org is also committer for this port -# skreuzer@FreeBSD.org is also committer for this port -COMMENT= Systems administration tool for networks - -LICENSE= GPLv3 - -CPE_VENDOR= gnu - -DEPRECATED= OpenSSL 1.1.X is not supported. -EXPIRATION_DATE= 2021-09-30 - -BROKEN_FreeBSD_13= Fails to build -BROKEN_FreeBSD_14= Fails to build - -CONFLICTS= cfengine3[0-9]-* cfengine31[02-9]-* -.if !defined(MASTERDIR) -PKGNAMESUFFIX= 311 -CONFLICTS+= cfengine-3.* -.endif - -FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} - -USE_RC_SUBR= cf-execd cf-serverd cf-monitord - -MAKE_JOBS_UNSAFE= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USES= autoreconf cpe gmake gnome libtool localbase shebangfix ssl -USE_GNOME= libxml2 -SHEBANG_FILES= examples/remake_outputs.pl -CFLAGS+= -Wno-return-type -# EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 -DOCSDIR= ${PREFIX}/share/doc/cfengine -MAKE_ENV= EXPLICIT_VERSION=${PORTVERSION} -CONFIGURE_ENV= EXPLICIT_VERSION=${PORTVERSION} -CONFIGURE_ARGS= --docdir=${DOCSDIR} \ - --htmldir=${DOCSDIR}/html \ - --libexecdir=${PREFIX}/libexec \ - --libdir=${PREFIX}/libexec \ - --mandir=${PREFIX}/man \ - --with-workdir=/var/cfengine \ - --with-pcre=${LOCALBASE} \ - --with-lmdb=${LOCALBASE} \ - --enable-fhs -INSTALL_TARGET= install-strip - -LIB_DEPENDS+= libpcre.so:devel/pcre \ - liblmdb.so:databases/lmdb \ - libyaml.so:textproc/libyaml \ - libcurl.so:ftp/curl - -OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT - -PGSQL_USES= pgsql -PGSQL_CONFIGURE_WITH= --with-postgresql=${LOCALBASE} -PGSQL_CONFIGURE_OFF= --without-postgresql - -MYSQL_USES= mysql -MYSQL_BROKEN= configure: error: MySQL client library exports symbols (EVP_CIPHER_CTX_init) clashing with OpenSSL. -MYSQL_CONFIGURE_WITH= --with-mysql=${LOCALBASE} -MYSQL_CONFIGURE_OFF= --without-mysql -MYSQL_LIB_DEPENDS= libmysqlclient.so:${_MYSQL_CLIENT} -MYSQL_LDFLAGS= -L${LOCALBASE}/lib/mysql - -LIBVIRT_CONFIGURE_WITH= --with-libvirt=${LOCALBASE} -LIBVIRT_LIB_DEPENDS+= libvirt.so:devel/libvirt - -.include <bsd.port.pre.mk> - -.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1200085 -.if ${SSL_DEFAULT} != "openssl" -BROKEN_FreeBSD_12= fails to build with openssl -BROKEN_FreeBSD_13= fails to build with openssl -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/sysutils/cfengine311/distinfo b/sysutils/cfengine311/distinfo deleted file mode 100644 index 50c311b968ad..000000000000 --- a/sysutils/cfengine311/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1502457851 -SHA256 (cfengine-3.11.0.tar.gz) = 19524cf311c3cd7bf2d6c471c9b704c597671d2f89871d3d42302ba231de5865 -SIZE (cfengine-3.11.0.tar.gz) = 2396482 diff --git a/sysutils/cfengine311/files/cf-execd.in b/sysutils/cfengine311/files/cf-execd.in deleted file mode 100644 index b40d3507649a..000000000000 --- a/sysutils/cfengine311/files/cf-execd.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: cf-execd -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf[.local] to enable cf-execd(8) -# -# cf_execd_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable cf-execd. -# cf_execd_flags (str): Custom additional arguments to be passed -# to cf-execd (default empty). -# - -. /etc/rc.subr - -name="cf_execd" -rcvar=cf_execd_enable - -command="%%PREFIX%%/bin/cf-execd" - -load_rc_config $name - -: ${cf_execd_enable="NO"} - -run_rc_command "$1" diff --git a/sysutils/cfengine311/files/cf-monitord.in b/sysutils/cfengine311/files/cf-monitord.in deleted file mode 100644 index dd21a0aaed6d..000000000000 --- a/sysutils/cfengine311/files/cf-monitord.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: cf-monitord -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf[.local] to enable cf-monitord(8) -# -# cf_monitord_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable cf-monitord. -# cf_monitord_flags (str): Custom additional arguments to be passed -# to cf-monitord (default empty). -# - -. /etc/rc.subr - -name="cf_monitord" -rcvar=cf_monitord_enable - -command="%%PREFIX%%/bin/cf-monitord" - -load_rc_config $name - -: ${cf_monitord_enable="NO"} - -run_rc_command "$1" diff --git a/sysutils/cfengine311/files/cf-serverd.in b/sysutils/cfengine311/files/cf-serverd.in deleted file mode 100644 index 938274887353..000000000000 --- a/sysutils/cfengine311/files/cf-serverd.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: cf-serverd -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf[.local] to enable cf-serverd(8) -# -# cf_serverd_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable cf-serverd. -# cf_serverd_flags (str): Custom additional arguments to be passed -# to cf-serverd (default empty). -# - -. /etc/rc.subr - -name="cf_serverd" -rcvar=cf_serverd_enable - -command="%%PREFIX%%/bin/cf-serverd" - -load_rc_config $name - -: ${cf_serverd_enable="NO"} - -run_rc_command "$1" diff --git a/sysutils/cfengine311/pkg-descr b/sysutils/cfengine311/pkg-descr deleted file mode 100644 index 47d900688ceb..000000000000 --- a/sysutils/cfengine311/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Cfengine is an automated suite of programs for configuring and -maintaining Unix-like computers. It has been used on computing arrays -of between 1 and 20,000 computers since 1993 by a wide range of -organizations. Cfengine is supported by active research and was the -first autonomic, hands-free management system for Unix-like operating -systems. Cfengine is an autonomic maintenance system not merely a -change management roll-out tool. Cfengine has a history of security -and adaptability. - -WWW: https://cfengine.com/ diff --git a/sysutils/cfengine311/pkg-plist b/sysutils/cfengine311/pkg-plist deleted file mode 100644 index 308de89dbcd2..000000000000 --- a/sysutils/cfengine311/pkg-plist +++ /dev/null @@ -1,393 +0,0 @@ -bin/cf-agent -bin/cf-execd -bin/cf-key -bin/cf-monitord -bin/cf-net -bin/cf-promises -bin/cf-runagent -bin/cf-serverd -bin/cf-upgrade -bin/rpmvercmp -libexec/cfengine/libpromises.so -libexec/cfengine/libpromises.so.3 -libexec/cfengine/libpromises.so.3.0.6 -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/README.md -%%DOCSDIR%%/examples/abort.cf -%%DOCSDIR%%/examples/accessed_before.cf -%%DOCSDIR%%/examples/accessedbefore.cf -%%DOCSDIR%%/examples/accumulated_time.cf -%%DOCSDIR%%/examples/acl.cf -%%DOCSDIR%%/examples/acl_generic.cf -%%DOCSDIR%%/examples/acl_ntfs.cf -%%DOCSDIR%%/examples/acl_secret.cf -%%DOCSDIR%%/examples/active_directory.cf -%%DOCSDIR%%/examples/activedirectory_listusers.cf -%%DOCSDIR%%/examples/activedirectory_showuser.cf -%%DOCSDIR%%/examples/ago.cf -%%DOCSDIR%%/examples/app_baseline.cf -%%DOCSDIR%%/examples/appgroups.cf -%%DOCSDIR%%/examples/arrays.cf -%%DOCSDIR%%/examples/augment.cf -%%DOCSDIR%%/examples/backreferences_files.cf -%%DOCSDIR%%/examples/badpromise.cf -%%DOCSDIR%%/examples/badtype.cf -%%DOCSDIR%%/examples/bsdflags.cf -%%DOCSDIR%%/examples/bundle_return_values.cf -%%DOCSDIR%%/examples/bundlesmatching.cf -%%DOCSDIR%%/examples/bundlestate.cf -%%DOCSDIR%%/examples/canonify.cf -%%DOCSDIR%%/examples/cf2_integration.cf -%%DOCSDIR%%/examples/change_detect.cf -%%DOCSDIR%%/examples/changedbefore.cf -%%DOCSDIR%%/examples/chdir.cf -%%DOCSDIR%%/examples/classes_global.cf -%%DOCSDIR%%/examples/classesmatching.cf -%%DOCSDIR%%/examples/classmatch.cf -%%DOCSDIR%%/examples/classvar_convergence.cf -%%DOCSDIR%%/examples/commands.cf -%%DOCSDIR%%/examples/compare.cf -%%DOCSDIR%%/examples/container_iteration.cf -%%DOCSDIR%%/examples/container_key_iteration.cf -%%DOCSDIR%%/examples/control_expand.cf -%%DOCSDIR%%/examples/controlclasses.cf -%%DOCSDIR%%/examples/copy.cf -%%DOCSDIR%%/examples/copy_classes.cf -%%DOCSDIR%%/examples/copy_copbl.cf -%%DOCSDIR%%/examples/copy_edit.cf -%%DOCSDIR%%/examples/copydir_copbl.cf -%%DOCSDIR%%/examples/copylinks.cf -%%DOCSDIR%%/examples/countclassesmatching.cf -%%DOCSDIR%%/examples/countlinesmatching.cf -%%DOCSDIR%%/examples/create_filedir.cf -%%DOCSDIR%%/examples/createdb.cf -%%DOCSDIR%%/examples/customize_by_named_list.cf -%%DOCSDIR%%/examples/data_expand.cf -%%DOCSDIR%%/examples/data_readstringarray.cf -%%DOCSDIR%%/examples/data_regextract.cf -%%DOCSDIR%%/examples/datastate.cf -%%DOCSDIR%%/examples/defaults.cf -%%DOCSDIR%%/examples/defaults2.cf -%%DOCSDIR%%/examples/defaults3.cf -%%DOCSDIR%%/examples/definitions.cf -%%DOCSDIR%%/examples/deletelines.cf -%%DOCSDIR%%/examples/depends_on.cf -%%DOCSDIR%%/examples/depends_on2.cf -%%DOCSDIR%%/examples/difference.cf -%%DOCSDIR%%/examples/dirname.cf -%%DOCSDIR%%/examples/disable.cf -%%DOCSDIR%%/examples/disable_and_rotate_files.cf -%%DOCSDIR%%/examples/diskfree.cf -%%DOCSDIR%%/examples/dollar.cf -%%DOCSDIR%%/examples/edit_column_files.cf -%%DOCSDIR%%/examples/edit_comment_lines.cf -%%DOCSDIR%%/examples/edit_deletenotmatch.cf -%%DOCSDIR%%/examples/edit_insert_fuzzylines.cf -%%DOCSDIR%%/examples/edit_insert_lines.cf -%%DOCSDIR%%/examples/edit_insert_lines_silly.cf -%%DOCSDIR%%/examples/edit_passwd_file.cf -%%DOCSDIR%%/examples/edit_passwd_file_basic.cf -%%DOCSDIR%%/examples/edit_replace_string.cf -%%DOCSDIR%%/examples/edit_sectioned_file.cf -%%DOCSDIR%%/examples/edit_setvar.cf -%%DOCSDIR%%/examples/edit_template.cf -%%DOCSDIR%%/examples/edit_triggerclass.cf -%%DOCSDIR%%/examples/edit_xml.cf -%%DOCSDIR%%/examples/ensure_line_present_prepend_append.cf -%%DOCSDIR%%/examples/env.cf -%%DOCSDIR%%/examples/epimenides.cf -%%DOCSDIR%%/examples/escape.cf -%%DOCSDIR%%/examples/eval.cf -%%DOCSDIR%%/examples/every.cf -%%DOCSDIR%%/examples/exec_args.cf -%%DOCSDIR%%/examples/exec_in_sequence.cf -%%DOCSDIR%%/examples/execd.cf -%%DOCSDIR%%/examples/execresult.cf -%%DOCSDIR%%/examples/expand.cf -%%DOCSDIR%%/examples/failedcommand.cf -%%DOCSDIR%%/examples/failsafe.cf -%%DOCSDIR%%/examples/file_change_detection.cf -%%DOCSDIR%%/examples/file_hash.cf -%%DOCSDIR%%/examples/file_owner_list_template.cf -%%DOCSDIR%%/examples/fileexists.cf -%%DOCSDIR%%/examples/filenames.cf -%%DOCSDIR%%/examples/fileperms.cf -%%DOCSDIR%%/examples/filesexist.cf -%%DOCSDIR%%/examples/filesexist2.cf -%%DOCSDIR%%/examples/filesize.cf -%%DOCSDIR%%/examples/filestat.cf -%%DOCSDIR%%/examples/filter.cf -%%DOCSDIR%%/examples/findfiles.cf -%%DOCSDIR%%/examples/fix_names.cf -%%DOCSDIR%%/examples/format.cf -%%DOCSDIR%%/examples/getclassmetatags.cf -%%DOCSDIR%%/examples/getenv.cf -%%DOCSDIR%%/examples/getfields.cf -%%DOCSDIR%%/examples/getgid.cf -%%DOCSDIR%%/examples/getindices.cf -%%DOCSDIR%%/examples/getindices_and_values.cf -%%DOCSDIR%%/examples/getmacaddress.cf -%%DOCSDIR%%/examples/getregistry.cf -%%DOCSDIR%%/examples/getuid.cf -%%DOCSDIR%%/examples/getuserinfo.cf -%%DOCSDIR%%/examples/getusers.cf -%%DOCSDIR%%/examples/getvalues.cf -%%DOCSDIR%%/examples/getvariablemetatags.cf -%%DOCSDIR%%/examples/global_list_expansion.cf -%%DOCSDIR%%/examples/global_list_expansion_2.cf -%%DOCSDIR%%/examples/grep.cf -%%DOCSDIR%%/examples/groupexists.cf -%%DOCSDIR%%/examples/guest_environment_kvm.cf -%%DOCSDIR%%/examples/hash.cf -%%DOCSDIR%%/examples/hashcomment.cf -%%DOCSDIR%%/examples/hashmatch.cf -%%DOCSDIR%%/examples/hashuncomment.cf -%%DOCSDIR%%/examples/helloworld.cf -%%DOCSDIR%%/examples/host2ip.cf -%%DOCSDIR%%/examples/hostrange.cf -%%DOCSDIR%%/examples/hostsseen.cf -%%DOCSDIR%%/examples/hostswithclass.cf -%%DOCSDIR%%/examples/hub.cf -%%DOCSDIR%%/examples/id.cf -%%DOCSDIR%%/examples/inherit.cf -%%DOCSDIR%%/examples/insert_users.cf -%%DOCSDIR%%/examples/intarray.cf -%%DOCSDIR%%/examples/intersection.cf -%%DOCSDIR%%/examples/inventory_cpu.cf -%%DOCSDIR%%/examples/ip2host.cf -%%DOCSDIR%%/examples/iprange.cf -%%DOCSDIR%%/examples/irange.cf -%%DOCSDIR%%/examples/isdir.cf -%%DOCSDIR%%/examples/isexecutable.cf -%%DOCSDIR%%/examples/isgreaterthan.cf -%%DOCSDIR%%/examples/isipinsubnet.cf -%%DOCSDIR%%/examples/islessthan.cf -%%DOCSDIR%%/examples/islink.cf -%%DOCSDIR%%/examples/isnewerthan.cf -%%DOCSDIR%%/examples/isplain.cf -%%DOCSDIR%%/examples/isvariable.cf -%%DOCSDIR%%/examples/iteration.cf -%%DOCSDIR%%/examples/join.cf -%%DOCSDIR%%/examples/kill_process_running_wrong_user.cf -%%DOCSDIR%%/examples/knowledge_driver.cf -%%DOCSDIR%%/examples/knowledge_txt.cf -%%DOCSDIR%%/examples/lastnode.cf -%%DOCSDIR%%/examples/ldap.cf -%%DOCSDIR%%/examples/length.cf -%%DOCSDIR%%/examples/linking.cf -%%DOCSDIR%%/examples/literal_server.cf -%%DOCSDIR%%/examples/local_group_present.cf -%%DOCSDIR%%/examples/local_user_password.cf -%%DOCSDIR%%/examples/local_user_secondary_group_member.cf -%%DOCSDIR%%/examples/local_users_absent.cf -%%DOCSDIR%%/examples/local_users_locked.cf -%%DOCSDIR%%/examples/local_users_present.cf -%%DOCSDIR%%/examples/locate_files_and_compress.cf -%%DOCSDIR%%/examples/log_private.cf -%%DOCSDIR%%/examples/loops.cf -%%DOCSDIR%%/examples/lsdir.cf -%%DOCSDIR%%/examples/maparray.cf -%%DOCSDIR%%/examples/mapdata.cf -%%DOCSDIR%%/examples/mapdata_jsonpipe.cf -%%DOCSDIR%%/examples/maplist.cf -%%DOCSDIR%%/examples/max-min-mean-variance.cf -%%DOCSDIR%%/examples/measure_log.cf -%%DOCSDIR%%/examples/measurements.cf -%%DOCSDIR%%/examples/menu.cf -%%DOCSDIR%%/examples/mergedata.cf -%%DOCSDIR%%/examples/meta.cf -%%DOCSDIR%%/examples/method.cf -%%DOCSDIR%%/examples/method_polymorph.cf -%%DOCSDIR%%/examples/method_validate.cf -%%DOCSDIR%%/examples/method_var.cf -%%DOCSDIR%%/examples/method_var2.cf -%%DOCSDIR%%/examples/module_exec.cf -%%DOCSDIR%%/examples/module_exec_2.cf -%%DOCSDIR%%/examples/monitord.cf -%%DOCSDIR%%/examples/mount_fs.cf -%%DOCSDIR%%/examples/multipassvars.cf -%%DOCSDIR%%/examples/multiple_outcomes.cf -%%DOCSDIR%%/examples/mustache_template_motd.cf -%%DOCSDIR%%/examples/namespace.cf -%%DOCSDIR%%/examples/namespace1.cf -%%DOCSDIR%%/examples/namespace2.cf -%%DOCSDIR%%/examples/namespace3.cf -%%DOCSDIR%%/examples/namespace_class1.cf -%%DOCSDIR%%/examples/namespace_classes.cf -%%DOCSDIR%%/examples/namespace_var_meta.cf -%%DOCSDIR%%/examples/namespace_var_meta2.cf -%%DOCSDIR%%/examples/neighbourhood_watch.cf -%%DOCSDIR%%/examples/none.cf -%%DOCSDIR%%/examples/nth.cf -%%DOCSDIR%%/examples/null_config.cf -%%DOCSDIR%%/examples/occurrences.cf -%%DOCSDIR%%/examples/orchestrate_chain1.cf -%%DOCSDIR%%/examples/orchestrate_chain2.cf -%%DOCSDIR%%/examples/orchestrate_delay_trigger.cf -%%DOCSDIR%%/examples/orchestrate_dominoes1.cf -%%DOCSDIR%%/examples/orchestrate_dominoes2.cf -%%DOCSDIR%%/examples/orchestrate_dragon.cf -%%DOCSDIR%%/examples/orchestrate_dragon_load_balancer.cf -%%DOCSDIR%%/examples/orchestrate_n_of_m.cf -%%DOCSDIR%%/examples/orchestration_hostlist.cf -%%DOCSDIR%%/examples/ordering.cf -%%DOCSDIR%%/examples/package_apt.cf -%%DOCSDIR%%/examples/package_bundles.cf -%%DOCSDIR%%/examples/package_freebsd.cf -%%DOCSDIR%%/examples/package_latest.cf -%%DOCSDIR%%/examples/package_msi_file.cf -%%DOCSDIR%%/examples/package_msi_version.cf -%%DOCSDIR%%/examples/package_rpm.cf -%%DOCSDIR%%/examples/package_solaris.cf -%%DOCSDIR%%/examples/package_windows_feature.cf -%%DOCSDIR%%/examples/package_yum.cf -%%DOCSDIR%%/examples/package_zypper.cf -%%DOCSDIR%%/examples/packagesmatching.cf -%%DOCSDIR%%/examples/parallel_exec.cf -%%DOCSDIR%%/examples/parseintrealstringarray.cf -%%DOCSDIR%%/examples/parsestringarray.cf -%%DOCSDIR%%/examples/parsestringarrayidx.cf -%%DOCSDIR%%/examples/pathtype.cf -%%DOCSDIR%%/examples/pattern_and_edit.cf -%%DOCSDIR%%/examples/peerleader.cf -%%DOCSDIR%%/examples/peerleaders.cf -%%DOCSDIR%%/examples/peers.cf -%%DOCSDIR%%/examples/postfix.cf -%%DOCSDIR%%/examples/process_kill.cf -%%DOCSDIR%%/examples/process_matching.cf -%%DOCSDIR%%/examples/process_matching2.cf -%%DOCSDIR%%/examples/process_matching3.cf -%%DOCSDIR%%/examples/process_restart.cf -%%DOCSDIR%%/examples/process_restart_basic.cf -%%DOCSDIR%%/examples/process_signalling.cf -%%DOCSDIR%%/examples/processes_define_class_based_on_process_runtime.cf -%%DOCSDIR%%/examples/product.cf -%%DOCSDIR%%/examples/promise_knowledge.cf -%%DOCSDIR%%/examples/promises.cf -%%DOCSDIR%%/examples/quoting.cf -%%DOCSDIR%%/examples/randomint.cf -%%DOCSDIR%%/examples/readcsv.cf -%%DOCSDIR%%/examples/readdata.cf -%%DOCSDIR%%/examples/readfile.cf -%%DOCSDIR%%/examples/readintrealstringlist.cf -%%DOCSDIR%%/examples/readlist.cf -%%DOCSDIR%%/examples/readtcp.cf -%%DOCSDIR%%/examples/reg_multiline.cf -%%DOCSDIR%%/examples/regarray.cf -%%DOCSDIR%%/examples/regcmp.cf -%%DOCSDIR%%/examples/regex_replace.cf -%%DOCSDIR%%/examples/regex_win.cf -%%DOCSDIR%%/examples/regextract.cf -%%DOCSDIR%%/examples/registry.cf -%%DOCSDIR%%/examples/registry_cache.cf -%%DOCSDIR%%/examples/registryvalue.cf -%%DOCSDIR%%/examples/regline.cf -%%DOCSDIR%%/examples/reglist.cf -%%DOCSDIR%%/examples/remake_outputs.pl -%%DOCSDIR%%/examples/remoteclasses.cf -%%DOCSDIR%%/examples/remoteclasses2.cf -%%DOCSDIR%%/examples/remotescalar.cf -%%DOCSDIR%%/examples/remove_deadlinks.cf -%%DOCSDIR%%/examples/rename.cf -%%DOCSDIR%%/examples/repairedcommand.cf -%%DOCSDIR%%/examples/report_custom.cf -%%DOCSDIR%%/examples/report_diffs.cf -%%DOCSDIR%%/examples/report_state.cf -%%DOCSDIR%%/examples/reporting.cf -%%DOCSDIR%%/examples/reports.cf -%%DOCSDIR%%/examples/reporttofile.cf -%%DOCSDIR%%/examples/resolveconf.cf -%%DOCSDIR%%/examples/returnszero.cf -%%DOCSDIR%%/examples/reverse.cf -%%DOCSDIR%%/examples/root_passwd.cf -%%DOCSDIR%%/examples/select_class.cf -%%DOCSDIR%%/examples/select_mode.cf -%%DOCSDIR%%/examples/select_region.cf -%%DOCSDIR%%/examples/select_size.cf -%%DOCSDIR%%/examples/selectservers.cf -%%DOCSDIR%%/examples/server_callback.cf -%%DOCSDIR%%/examples/server_copy_localhost.cf -%%DOCSDIR%%/examples/server_copy_purge.cf -%%DOCSDIR%%/examples/server_copy_remote.cf -%%DOCSDIR%%/examples/server_flatcopy_localhost.cf -%%DOCSDIR%%/examples/service_catalogue.cf -%%DOCSDIR%%/examples/service_catalogue_separate.cf -%%DOCSDIR%%/examples/service_disable.cf -%%DOCSDIR%%/examples/service_start.cf -%%DOCSDIR%%/examples/services.cf -%%DOCSDIR%%/examples/services_concept.cf -%%DOCSDIR%%/examples/services_default_service_bundle.cf -%%DOCSDIR%%/examples/services_win.cf -%%DOCSDIR%%/examples/setuidlog.cf -%%DOCSDIR%%/examples/setvar.cf -%%DOCSDIR%%/examples/shuffle.cf -%%DOCSDIR%%/examples/simple_ssh_key_distribution.cf -%%DOCSDIR%%/examples/software_dist.cf -%%DOCSDIR%%/examples/software_update_version_yum.cf -%%DOCSDIR%%/examples/some.cf -%%DOCSDIR%%/examples/sort.cf -%%DOCSDIR%%/examples/splitstring.cf -%%DOCSDIR%%/examples/sql_table_structure.cf -%%DOCSDIR%%/examples/storage.cf -%%DOCSDIR%%/examples/strcmp.cf -%%DOCSDIR%%/examples/strftime.cf -%%DOCSDIR%%/examples/string_downcase.cf -%%DOCSDIR%%/examples/string_head.cf -%%DOCSDIR%%/examples/string_length.cf -%%DOCSDIR%%/examples/string_mustache.cf -%%DOCSDIR%%/examples/string_reverse.cf -%%DOCSDIR%%/examples/string_split.cf -%%DOCSDIR%%/examples/string_tail.cf -%%DOCSDIR%%/examples/string_upcase.cf -%%DOCSDIR%%/examples/stringarray.cf -%%DOCSDIR%%/examples/sublist.cf -%%DOCSDIR%%/examples/sum.cf -%%DOCSDIR%%/examples/switchcase.cf -%%DOCSDIR%%/examples/symlink.cf -%%DOCSDIR%%/examples/symlink_children.cf -%%DOCSDIR%%/examples/syslog.cf -%%DOCSDIR%%/examples/syslog2.cf -%%DOCSDIR%%/examples/template.cf -%%DOCSDIR%%/examples/template2.cf -%%DOCSDIR%%/examples/test_environment.cf -%%DOCSDIR%%/examples/tidy_all_files.cf -%%DOCSDIR%%/examples/translatepath.cf -%%DOCSDIR%%/examples/unique.cf -%%DOCSDIR%%/examples/unpack_method_calls.cf -%%DOCSDIR%%/examples/update.cf -%%DOCSDIR%%/examples/user_edit.cf -%%DOCSDIR%%/examples/user_edit_method.cf -%%DOCSDIR%%/examples/userexists.cf -%%DOCSDIR%%/examples/users_type.cf -%%DOCSDIR%%/examples/varclass.cf -%%DOCSDIR%%/examples/varexpansion.cf -%%DOCSDIR%%/examples/variablesmatching.cf -%%DOCSDIR%%/examples/variablesmatching_as_data.cf -%%DOCSDIR%%/examples/varnet.cf -%%DOCSDIR%%/examples/vars.cf -%%DOCSDIR%%/examples/warnifline.cf -%%DOCSDIR%%/examples/webserver.cf -%%DOCSDIR%%/examples/win_dns_client.cf -%%DOCSDIR%%/examples/win_emergency.cf -%%DOCSDIR%%/examples/win_registry.cf -%%DOCSDIR%%/examples/win_schedule.cf -%%DOCSDIR%%/examples/zenoss.cf -%%DOCSDIR%%/examples/mustache_comments.cf -%%DOCSDIR%%/examples/mustache_extension_compact_json.cf -%%DOCSDIR%%/examples/mustache_extension_expand_key.cf -%%DOCSDIR%%/examples/mustache_extension_multiline_json.cf -%%DOCSDIR%%/examples/mustache_extension_top.cf -%%DOCSDIR%%/examples/mustache_sections_empty_list.cf -%%DOCSDIR%%/examples/mustache_sections_inverted.cf -%%DOCSDIR%%/examples/mustache_sections_non_empty_list.cf -%%DOCSDIR%%/examples/mustache_sections_non_false_value.cf -%%DOCSDIR%%/examples/mustache_set_delimiters.cf -%%DOCSDIR%%/examples/mustache_variables.cf -%%DOCSDIR%%/examples/readenvfile.cf -%%DOCSDIR%%/examples/with.cf -@dir /var/cfengine/inputs -@dir /var/cfengine/modules -@dir /var/cfengine/outputs -@dir /var/cfengine/plugins -@dir(root,wheel,700) /var/cfengine/ppkeys -@dir /var/cfengine diff --git a/sysutils/showbeastie/Makefile b/sysutils/showbeastie/Makefile deleted file mode 100644 index a87de75ea5cb..000000000000 --- a/sysutils/showbeastie/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -PORTNAME= showbeastie -PORTVERSION= 0.3 -CATEGORIES= sysutils -MASTER_SITES= # none -DISTFILES= # none - -MAINTAINER= kevans@FreeBSD.org -COMMENT= Preview FreeBSD loader logos - -LICENSE= BSD2CLAUSE - -BROKEN_armv6= fails to link: testmain uses VFP register arguments, dict.o does not -BROKEN_armv7= fails to link: testmain uses VFP register arguments, dict.o does not -BROKEN_mips64= fails to link: relocation truncated to fit: R_MIPS_26 against `__assert@@FBSD_1.0' -BROKEN_FreeBSD_12= fails to build: ficl/Makefile line 13: Could not find bsd.stand.mk -BROKEN_FreeBSD_13= fails to build: ficl/Makefile line 13: Could not find bsd.stand.mk - -.if !exists(${SRC_BASE}/sys/Makefile) -IGNORE= requires kernel source files in ${SRC_BASE} -.endif - -ALL_TARGET= testmain - -PLIST_FILES= bin/${PORTNAME} - -# Make sure building succeeds on HEAD -CFLAGS+= -I/usr/include # uses -nostdinc -MAKE_ARGS+= -m ${SRC_BASE}/share/mk - -WRKSRC_SUBDIR= ficl - -.if exists(${SRC_BASE}/sys/boot/ficl/testmain.c) -SRC_STAND= ${SRC_BASE}/sys/boot -.else -SRC_STAND= ${SRC_BASE}/stand -.endif - -pre-patch: - @${MKDIR} ${WRKSRC} - @${TAR} -C ${SRC_STAND} \ - --exclude '*.o' --exclude '*.a' --exclude 'testmain' \ - -cf - . | ${TAR} -C ${WRKSRC}/.. -xf - - -post-patch: - @${REINPLACE_CMD} 's|-I.*/\.\./common|-I${SRC_STAND}/common|g' \ - ${WRKSRC}/Makefile - @if [ -f "${WRKSRC}/../defs.mk" ]; then \ - ${REINPLACE_CMD} '/jagged-little-pill/d' ${WRKSRC}/../defs.mk \ - ; fi -# Make sure building on FreeBSD 11.0/i386 works. Calls to biospci_* are not -# needed for this program. - @${REINPLACE_CMD} 's|ifdef __i386__|if 0|g' ${WRKSRC}/loader.c - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/testmain ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - -.include <bsd.port.mk> diff --git a/sysutils/showbeastie/files/patch-testmain.c b/sysutils/showbeastie/files/patch-testmain.c deleted file mode 100644 index 197dc5b5a73c..000000000000 --- a/sysutils/showbeastie/files/patch-testmain.c +++ /dev/null @@ -1,72 +0,0 @@ ---- testmain.c.orig 2016-11-17 00:02:13 UTC -+++ testmain.c -@@ -296,6 +296,7 @@ void buildTestInterface(FICL_SYSTEM *pSy - ficlBuild(pSys, "cd", ficlChDir, FW_DEFAULT); - ficlBuild(pSys, "execxt", execxt, FW_DEFAULT); - ficlBuild(pSys, "load", ficlLoad, FW_DEFAULT); -+ ficlBuild(pSys, "include", ficlLoad, FW_DEFAULT); - ficlBuild(pSys, "pwd", ficlGetCWD, FW_DEFAULT); - ficlBuild(pSys, "system", ficlSystem, FW_DEFAULT); - ficlBuild(pSys, "spewhash", spewHash, FW_DEFAULT); -@@ -316,17 +317,59 @@ int main(int argc, char **argv) - buildTestInterface(pSys); - pVM = ficlNewVM(pSys); - -- ficlEvaluate(pVM, ".ver .( " __DATE__ " ) cr quit"); -+ ficlEvaluate(pVM, ": loader_color? ( -- ) TRUE ;"); -+ ficlEvaluate(pVM, "vocabulary support-functions"); -+ ficlEvaluate(pVM, ": contains? ( -- ) FALSE ;"); -+ ficlEvaluate(pVM, ": any_conf_read? ( -- ) FALSE ;"); -+ ficlEvaluate(pVM, ": boot_serial? ( -- ) TRUE ;"); -+ ficlEvaluate(pVM, ": load_kernel ( -- ) ;"); -+ ficlEvaluate(pVM, ": load_modules ( -- ) ;"); -+ ficlEvaluate(pVM, ": delay_execute ( -- ) ;"); -+ ficlEvaluate(pVM, ": boot ( -- ) ;"); -+ ficlEvaluate(pVM, ": reboot ( -- ) ;"); -+ ficlEvaluate(pVM, ": load_xen_throw ( -- ) ;"); -+ ficlEvaluate(pVM, "variable logoX"); -+ ficlEvaluate(pVM, "variable logoY"); -+ ficlEvaluate(pVM, "variable brandX"); -+ ficlEvaluate(pVM, "variable brandY"); -+ -+ sprintf(in, "load %s", "/boot/screen.4th"); -+ ficlEvaluate(pVM, in); -+ sprintf(in, "load %s", "/boot/beastie.4th"); -+ ficlEvaluate(pVM, in); -+ sprintf(in, "load %s", "/boot/brand.4th"); -+ ficlEvaluate(pVM, in); -+ sprintf(in, "load %s", "/boot/frames.4th"); -+ ficlEvaluate(pVM, in); -+ sprintf(in, "load %s", "/boot/menu.4th"); -+ ficlEvaluate(pVM, in); - - /* - ** load file from cmd line... - */ - if (argc > 1) - { -- sprintf(in, ".( loading %s ) cr load %s\n cr", argv[1], argv[1]); -+ char *brand = "/boot/brand-fbsd.4th"; -+ sprintf(in, "load %s", argv[1]); -+ ficlEvaluate(pVM, in); -+ if (argc > 2) { -+ brand = argv[2]; -+ } -+ sprintf(in, "load %s", brand); - ficlEvaluate(pVM, in); -+ } else { -+ fprintf(stderr, "usage: %s <logo.4th> [<brand.4th>]\n", argv[0]); -+ return 1; - } - -+ system("clear"); -+ ficlEvaluate(pVM, "draw-beastie"); -+ ficlEvaluate(pVM, "draw-brand"); -+ ficlEvaluate(pVM, "menu-init"); -+ fflush(stdout); -+ sleep(3600); // sleep "forever" -+ return 0; -+ - for (;;) - { - int ret; diff --git a/sysutils/showbeastie/pkg-descr b/sysutils/showbeastie/pkg-descr deleted file mode 100644 index f92725d28d7b..000000000000 --- a/sysutils/showbeastie/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Preview FreeBSD loader logos in your terminal diff --git a/www/Makefile b/www/Makefile index d3ee8ebb6b98..be109315cd0f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2196,7 +2196,6 @@ SUBDIR += sqstat SUBDIR += squid SUBDIR += squid-devel - SUBDIR += squid3 SUBDIR += squid_radius_auth SUBDIR += squidanalyzer SUBDIR += squidclamav diff --git a/www/squid3/Makefile b/www/squid3/Makefile deleted file mode 100644 index 4d9df3ba46ce..000000000000 --- a/www/squid3/Makefile +++ /dev/null @@ -1,313 +0,0 @@ -PORTNAME= squid -PORTVERSION= 3.5.28 -PORTREVISION= 4 -CATEGORIES= www -MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ - http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ - http://www1.at.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ - http://www.eu.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ - http://www1.jp.squid-cache.org/Versions/v3/${PORTVERSION:R}/ -PKGNAMESUFFIX= 3 - -MAINTAINER= timp87@gmail.com -COMMENT= HTTP Caching Proxy - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Unsupported by upstream -EXPIRATION_DATE=2021-09-30 - -CONFLICTS= squid-* squid-devel-* - -BROKEN_powerpc64= Does not build: error: unrecognizable insn - -USES= compiler cpe perl5 shebangfix tar:xz -CPE_VENDOR= squid-cache -SHEBANG_FILES= scripts/*.pl contrib/*.pl src/*.pl tools/*.pl \ - helpers/ssl/cert_valid.pl -GNU_CONFIGURE= yes -USE_RC_SUBR= squid - -USERS= squid -GROUPS= squid - -MYDOCS= QUICKSTART README RELEASENOTES.html doc/debug-sections.txt -PORTDOCS= ${MYDOCS:T} -PORTEXAMPLES= * -SUB_FILES+= pkg-install pkg-message - -OPTIONS_SUB= yes -OPTIONS_GROUP= AUTH -OPTIONS_RADIO= FW -OPTIONS_GROUP_AUTH=AUTH_LDAP AUTH_NIS AUTH_SASL AUTH_SMB AUTH_SQL -OPTIONS_RADIO_FW=TP_IPF TP_IPFW TP_PF -OPTIONS_DEFINE= ARP_ACL CACHE_DIGESTS DEBUG DELAY_POOLS DOCS ECAP ESI EXAMPLES \ - FOLLOW_XFF FS_AUFS FS_DISKD FS_ROCK HTCP ICAP ICMP IDENT IPV6 \ - KQUEUE LARGEFILE LAX_HTTP NETTLE PCRE SNMP SSL SSL_CRTD \ - STACKTRACES VIA_DB WCCP WCCPV2 - -OPTIONS_SINGLE= GSSAPI -OPTIONS_SINGLE_GSSAPI= GSSAPI_NONE GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT - -OPTIONS_DEFAULT=ARP_ACL AUTH_NIS CACHE_DIGESTS DELAY_POOLS FOLLOW_XFF FS_AUFS \ - FS_DISKD FS_ROCK GSSAPI_BASE HTCP ICAP ICMP IDENT KQUEUE \ - LARGEFILE LAX_HTTP PCRE SNMP SSL SSL_CRTD TP_IPFW VIA_DB WCCP \ - WCCPV2 - -ARP_ACL_CONFIGURE_ENABLE= eui -AUTH_LDAP_CFLAGS= -I${LOCALBASE}/include -AUTH_LDAP_LDFLAGS= -L${LOCALBASE}/lib -AUTH_LDAP_USE= OPENLDAP=yes -AUTH_LDAP_VARS= BASIC_AUTH+=LDAP EXTERNAL_ACL+=LDAP_group -AUTH_SASL_CFLAGS= -I${LOCALBASE}/include -AUTH_SASL_CPPFLAGS= -I${LOCALBASE}/include -AUTH_SASL_LDFLAGS= -L${LOCALBASE}/lib -AUTH_SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 -AUTH_SASL_VARS= BASIC_AUTH+=SASL -AUTH_SMB_USES= samba:run -AUTH_SMB_VARS= BASIC_AUTH+=SMB EXTERNAL_ACL+=wbinfo_group -AUTH_SQL_RUN_DEPENDS= p5-DBI>=1.08:databases/p5-DBI -AUTH_SQL_VARS= EXTERNAL_ACL+=SQL_session -CACHE_DIGESTS_CONFIGURE_ENABLE= cache-digests -DELAY_POOLS_CONFIGURE_ENABLE= delay-pools -ECAP_CFLAGS= -I${LOCALBASE}/include -ECAP_CONFIGURE_ENABLE= ecap -ECAP_LDFLAGS= -L${LOCALBASE}/lib -ECAP_LIB_DEPENDS= libecap.so:www/libecap -ECAP_USES= pkgconfig:build -ESI_CFLAGS= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2 -ESI_CONFIGURE_ENABLE= esi -ESI_LDFLAGS= -L${LOCALBASE}/lib -ESI_LIB_DEPENDS= libexpat.so:textproc/expat2 \ - libxml2.so:textproc/libxml2 -FOLLOW_XFF_CONFIGURE_ENABLE= follow-x-forwarded-for -HTCP_CONFIGURE_ENABLE= htcp -ICAP_CONFIGURE_ENABLE= icap-client -ICMP_CONFIGURE_ENABLE= icmp -IDENT_CONFIGURE_ENABLE= ident-lookups -IPV6_CONFIGURE_ENABLE= ipv6 -KQUEUE_CONFIGURE_ENABLE= kqueue -LARGEFILE_CONFIGURE_WITH= large-files -LAX_HTTP_CONFIGURE_ENABLE= http-violations -FS_AUFS_VARS= STORAGE_SCHEMES+=aufs DISKIO_MODULES+=DiskThreads -FS_AUFS_LDFLAGS= -pthread -FS_AUFS_CONFIGURE_OFF= --without-pthreads -FS_DISKD_VARS= STORAGE_SCHEMES+=diskd DISKIO_MODULES+=DiskDaemon -FS_ROCK_VARS= STORAGE_SCHEMES+=rock -NETTLE_LIB_DEPENDS= libnettle.so:security/nettle -NETTLE_CONFIGURE_OFF= --without-nettle -PCRE_LIB_DEPENDS= libpcre.so:devel/pcre -PCRE_CPPFLAGS= -I${LOCALBASE}/include -PCRE_LDFLAGS= -L${LOCALBASE}/lib -lpcreposix -lpcre -SNMP_CONFIGURE_ENABLE= snmp -SSL_CONFIGURE_ENABLE= ssl -SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} \ - LIBOPENSSL_CFLAGS=-I${OPENSSLINC} \ - LIBOPENSSL_LIBS="-lcrypto -lssl" -SSL_USES= ssl -SSL_VARS= BROKEN_SSL=openssl -SSL_CRTD_CONFIGURE_ENABLE= ssl-crtd -SSL_CRTD_IMPLIES= SSL -STACKTRACES_CONFIGURE_ENABLE= stacktraces -STACKTRACES_EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gen-stacktrace -STACKTRACES_LIB_DEPENDS= libunwind.so:devel/libunwind -STACKTRACES_CONFIGURE_ON= --disable-strict-error-checking -STACKTRACES_CFLAGS= -g -STACKTRACES_LDFLAGS= -lunwind -L${LOCALBASE}/lib -STACKTRACES_VARS= strip="" -TP_IPFW_CONFIGURE_ENABLE= ipfw-transparent -TP_IPF_CONFIGURE_ENABLE= ipf-transparent -TP_PF_CONFIGURE_ENABLE= pf-transparent -TP_PF_CONFIGURE_WITH= nat-devpf -VIA_DB_CONFIGURE_ENABLE= forw-via-db -WCCPV2_CONFIGURE_ENABLE= wccpv2 -WCCP_CONFIGURE_ENABLE= wccp - -GSSAPI_NONE_CONFIGURE_ON= --without-heimdal-krb5 \ - --without-mit-krb5 \ - --without-gss - -GSSAPI_BASE_USES= gssapi -GSSAPI_BASE_CONFIGURE_ON= --with-heimdal-krb5=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS} -GSSAPI_BASE_PLIST_SUB= AUTH_KERB="" - -GSSAPI_HEIMDAL_USES= gssapi:heimdal -GSSAPI_HEIMDAL_CONFIGURE_ON= --with-heimdal-krb5=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS} -GSSAPI_HEIMDAL_PLIST_SUB= AUTH_KERB="" - -GSSAPI_MIT_USES= gssapi:mit -GSSAPI_MIT_CONFIGURE_ON= --with-mit-krb5=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS} -GSSAPI_MIT_PLIST_SUB= AUTH_KERB="" - -# TODO: -# add an option for external_acl/session (requires some kind of external -# Berkeley DB support, unsure which one) -ARP_ACL_DESC= ARP/MAC/EUI based authentification -AUTH_DESC= Authentication helpers -AUTH_LDAP_DESC= Install LDAP authentication helpers -AUTH_NIS_DESC= Install NIS/YP authentication helpers -AUTH_SASL_DESC= Install SASL authentication helpers -AUTH_SMB_DESC= Samba authentication helpers -AUTH_SQL_DESC= Install SQL based auth -CACHE_DIGESTS_DESC= Use cache digests -DEBUG_DESC= Build with extended debugging support -DELAY_POOLS_DESC= Delay pools (bandwidth limiting) -ECAP_DESC= Loadable content adaptation modules -ESI_DESC= ESI support -FOLLOW_XFF_DESC= Support for the X-Following-For header -FS_AUFS_DESC= AUFS (threaded-io) support -FS_DISKD_DESC= DISKD storage engine controlled by separate service -FS_ROCK_DESC= ROCK storage engine -HTCP_DESC= HTCP support -ICAP_DESC= the ICAP client -ICMP_DESC= ICMP pinging and network measurement -IDENT_DESC= Ident lookups (RFC 931) -KQUEUE_DESC= Kqueue(2) support -LARGEFILE_DESC= Support large (>2GB) cache and log files -NETTLE_DESC= Nettle MD5 algorithm support -SNMP_DESC= SNMP support -SSL_CRTD_DESC= Use ssl_crtd to handle SSL cert requests -SSL_DESC= SSL gatewaying support -STACKTRACES_DESC= Enable automatic backtraces on fatal errors -LAX_HTTP_DESC= Do not enforce strict HTTP compliance -TP_IPFW_DESC= Transparent proxying with IPFW -TP_IPF_DESC= Transparent proxying with IPFilter -TP_PF_DESC= Transparent proxying with PF -VIA_DB_DESC= Forward/Via database -WCCPV2_DESC= Web Cache Coordination Protocol v2 -WCCP_DESC= Web Cache Coordination Protocol - -CFLAGS+= -Wno-error=deprecated-declarations - -change_files= ChangeLog \ - contrib/nextstep/makepkg \ - contrib/nextstep/post_install \ - errors/Makefile.am \ - errors/Makefile.in \ - helpers/basic_auth/SMB_LM/README.html \ - src/Makefile.am \ - src/Makefile.in \ - src/cf_gen.cc \ - src/squid.8.in \ - test-suite/Makefile.in \ - tools/Makefile.am \ - tools/Makefile.in - -.if !defined(SQUID_CONFIGURE_ARGS) \ - || ${SQUID_CONFIGURE_ARGS:M*--disable-unlinkd*} == "" -PLIST_SUB+= UNLINKD="" -.else -PLIST_SUB+= UNLINKD="@comment " -.endif - -CONFIGURE_ARGS= --with-default-user=squid \ - --bindir=${PREFIX}/sbin \ - --sbindir=${PREFIX}/sbin \ - --datadir=${ETCDIR} \ - --libexecdir=${PREFIX}/libexec/squid \ - --localstatedir=/var \ - --sysconfdir=${ETCDIR} \ - --with-logdir=/var/log/squid \ - --with-pidfile=/var/run/squid/squid.pid \ - --with-swapdir=/var/squid/cache \ - --without-gnutls \ - --with-included-ltdl \ - --enable-auth \ - --enable-zph-qos \ - --enable-build-info \ - --enable-loadable-modules \ - --enable-removal-policies="lru heap" \ - --disable-epoll \ - --disable-linux-netfilter \ - --disable-linux-tproxy \ - --disable-translation \ - --disable-arch-native - -.include <bsd.port.options.mk> - -# Authentication methods and modules: - -BASIC_AUTH+= DB SMB_LM MSNT-multi-domain NCSA PAM POP3 RADIUS fake getpwnam -EXTERNAL_ACL+= file_userip time_quota unix_group - -# POLA: allow the old global make.conf(5) (pre src.conf(5)) defines, too: -.if ${PORT_OPTIONS:MAUTH_NIS} && !defined(NO_NIS) && !defined(WITHOUT_NIS) -BASIC_AUTH+= NIS -.endif - -# POLA: allow the old global make.conf(5) (pre src.conf(5)) defines, too: -.if ${PORT_OPTIONS:MGSSAPI_NONE} || defined(NO_KERBEROS) || defined(WITHOUT_KERBEROS) -NEGOTIATE_AUTH= none -PLIST_SUB+= AUTH_KERB="@comment " -.else - -# The kerberos_ldap_group external helper also depends on LDAP and SASL: -. if ${PORT_OPTIONS:MAUTH_LDAP} && ${PORT_OPTIONS:MAUTH_SASL} -EXTERNAL_ACL+= kerberos_ldap_group -. endif -NEGOTIATE_AUTH= kerberos wrapper -.endif - -# Storage schemes -STORAGE_SCHEMES+= ufs -DISKIO_MODULES+= AIO Blocking IpcIo Mmapped - -CONFIGURE_ARGS+= --enable-auth-basic="${BASIC_AUTH}" \ - --enable-auth-digest="file" \ - --enable-external-acl-helpers="${EXTERNAL_ACL}" \ - --enable-auth-negotiate="${NEGOTIATE_AUTH}" \ - --enable-auth-ntlm="fake smb_lm" \ - --enable-storeio="${STORAGE_SCHEMES}" \ - --enable-disk-io="${DISKIO_MODULES}" \ - --enable-log-daemon-helpers="file" \ - --enable-url-rewrite-helpers="fake" \ - --enable-storeid-rewrite-helpers="file" - -# Other options set via 'make config': - -.if ${PORT_OPTIONS:MDEBUG} || defined(WITH_DEBUG) -CONFIGURE_ARGS+= --disable-optimizations --enable-debug-cbdata -WITH_DEBUG?= yes -.endif - -# Finally, add additional user specified configuration options: -CONFIGURE_ARGS+= ${SQUID_CONFIGURE_ARGS} - -.if ${PORT_OPTIONS:MSSL} && ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base -BROKEN= does not build with OpenSSL 1.1; you may add DEFAULT_VERSIONS+=ssl=libressl to /etc/make.conf as a workaround -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/src/cf.data.pre - @(cd ${WRKSRC} && ${REINPLACE_CMD} \ - -e 's|\.conf\.default|.conf.sample|' \ - -e 's|)\.default|).sample|' \ - ${change_files}) - @(cd ${WRKSRC} && ${MV} src/mime.conf.default src/mime.conf.sample) - -post-patch-IPV6-off: - @${REINPLACE_CMD} -e's/ ::1//' -e's/ fc00::\/7//' \ - -e's/ fe80::\/10//' -e's/ 2001:DB8::2//' \ - -e's/ 2001:DB8::a:0\/64//' \ - -e'/tcp_outgoing_address 2001:db8::c001 good_service_net/d' \ - -e'/tcp_outgoing_address 2001:db8::beef normal_service_net/d' \ - -e'/tcp_outgoing_address 2001:db8::1/d' \ - ${WRKSRC}/src/cf.data.pre - -post-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/helpers/basic_auth/DB/passwd.sql \ - ${STAGEDIR}${EXAMPLESDIR} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} ${MYDOCS} ${STAGEDIR}${DOCSDIR}) - -.include <bsd.port.pre.mk> - -.if ${CHOSEN_COMPILER_TYPE} == clang -CXXFLAGS+= -Wno-unknown-warning-option -CXXFLAGS+= -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Wno-dynamic-class-memaccess -.endif - -.include <bsd.port.post.mk> diff --git a/www/squid3/distinfo b/www/squid3/distinfo deleted file mode 100644 index 958c63eb348c..000000000000 --- a/www/squid3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1479930399 -SHA256 (squid-3.5.28.tar.xz) = fd41b622e65c661ada9a98b0338c59e6f2d2ffdb367fe5c8c7212c535e298ed8 -SIZE (squid-3.5.28.tar.xz) = 2304680 diff --git a/www/squid3/files/extra-patch-gen-stacktrace b/www/squid3/files/extra-patch-gen-stacktrace deleted file mode 100644 index e1631e239833..000000000000 --- a/www/squid3/files/extra-patch-gen-stacktrace +++ /dev/null @@ -1,62 +0,0 @@ ---- src/tools.cc.orig 2014-10-31 12:36:43.000000000 +0300 -+++ src/tools.cc 2014-11-21 14:11:25.000000000 +0300 -@@ -71,6 +71,13 @@ - #include <errno.h> - #endif - -+#if PRINT_STACK_TRACE -+#ifdef __FreeBSD__ -+#define UNW_LOCAL_ONLY -+#include <libunwind.h> -+#endif -+#endif -+ - #define DEAD_MSG "\ - The Squid Cache (version %s) died.\n\ - \n\ -@@ -411,6 +418,45 @@ - } - - #endif -+#ifdef __FreeBSD__ -+ do { -+ unw_context_t unw_ctx; -+ unw_cursor_t unw_cp; -+ unw_word_t sp, ip, off; -+ int rc = 0; -+ char procname[256]; -+ size_t frame; -+ -+ bzero((void *)&unw_ctx, sizeof(unw_ctx)); -+ bzero((void *)&unw_cp, sizeof(unw_cp)); -+ -+ if ((rc = unw_getcontext(&unw_ctx))) { -+ fprintf(debug_log, "Failed to trace own stack: " -+ "unw_context() said '%s'.\n", unw_strerror(rc)); -+ break; -+ } -+ if ((rc = unw_init_local(&unw_cp, &unw_ctx))) { -+ fprintf(debug_log, "Failed to trace own stack: " -+ "unw_init_local() said '%s'.\n", unw_strerror(rc)); -+ break; -+ } -+ frame = 0; -+ fprintf(debug_log, "Backtrace follows (deepest frame first):\n"); -+ while ((rc = unw_step(&unw_cp)) > 0) { -+ frame++; -+ ip = 0; sp = 0; -+ unw_get_reg(&unw_cp, UNW_REG_IP, &ip); -+ unw_get_reg(&unw_cp, UNW_REG_SP, &sp); -+ off = 0; -+ rc = unw_get_proc_name(&unw_cp, procname, sizeof(procname), &off); -+ if (rc) -+ snprintf (procname, sizeof(procname), "[unknown]"); -+ fprintf(debug_log, "#%zd: %s + 0x%zx, ip = 0x%zx, sp = 0x%zx\n", -+ frame, procname, (size_t)off, (size_t)ip, (size_t)sp); -+ } -+ fprintf(debug_log, "Use addr2line of similar to translate offsets to line information.\n"); -+ } while (0); -+#endif /* __FreeBSD__ */ - #endif /* PRINT_STACK_TRACE */ - - #if SA_RESETHAND == 0 && !_SQUID_WINDOWS_ diff --git a/www/squid3/files/patch-ServiceRep.cc b/www/squid3/files/patch-ServiceRep.cc deleted file mode 100644 index 69e067f5be0c..000000000000 --- a/www/squid3/files/patch-ServiceRep.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/adaptation/ecap/ServiceRep.cc.orig 2018-09-24 18:34:06 UTC -+++ src/adaptation/ecap/ServiceRep.cc -@@ -234,7 +234,7 @@ bool Adaptation::Ecap::ServiceRep::probe - - bool Adaptation::Ecap::ServiceRep::up() const - { -- return theService; -+ return bool(theService); - } - - bool Adaptation::Ecap::ServiceRep::wantsUrl(const String &urlPath) const diff --git a/www/squid3/files/patch-compat_compat.h b/www/squid3/files/patch-compat_compat.h deleted file mode 100644 index b45d7b54ab26..000000000000 --- a/www/squid3/files/patch-compat_compat.h +++ /dev/null @@ -1,20 +0,0 @@ ---- compat/compat.h.orig 2015-11-01 10:44:25 UTC -+++ compat/compat.h -@@ -42,17 +42,6 @@ - #endif - #endif - --/* Solaris 10 has a broken definition for minor_t in IPFilter compat. -- * We must pre-define before doing anything with OS headers so the OS -- * do not. Then un-define it before using the IPFilter *_compat.h headers. -- */ --#if IPF_TRANSPARENT && USE_SOLARIS_IPFILTER_MINOR_T_HACK --/* But we only need do this nasty thing for src/ip/Intercept.cc */ --#if BUILDING_SQUID_IP_INTERCEPT_CC --#define minor_t solaris_minor_t_fubar --#endif --#endif -- - /*****************************************************/ - /* FDSETSIZE is messy and needs to be done before */ - /* sys/types.h are defined. */ diff --git a/www/squid3/files/patch-compat_shm.cc b/www/squid3/files/patch-compat_shm.cc deleted file mode 100644 index 0ec1ee3c4368..000000000000 --- a/www/squid3/files/patch-compat_shm.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- compat/shm.cc.orig 2015-11-01 10:44:25 UTC -+++ compat/shm.cc -@@ -29,6 +29,8 @@ shm_portable_segment_name_is_path() - size_t len = sizeof(jailed); - ::sysctlbyname("security.jail.jailed", &jailed, &len, NULL, 0); - return !jailed; -+#elif defined (__DragonFly__) -+ return true; - #else - return false; - #endif diff --git a/www/squid3/files/patch-configure b/www/squid3/files/patch-configure deleted file mode 100644 index c296c659950a..000000000000 --- a/www/squid3/files/patch-configure +++ /dev/null @@ -1,82 +0,0 @@ ---- configure.orig 2015-11-01 10:46:19 UTC -+++ configure -@@ -32038,7 +32040,7 @@ done - ## - - BUILD_HELPER="NIS" --for ac_header in sys/types.h rpc/rpc.h rpcsvc/ypclnt.h rpcsvc/yp_prot.h crypt.h -+for ac_header in sys/types.h rpc/rpc.h rpcsvc/ypclnt.h rpcsvc/yp_prot.h rpcsvc/crypt.h - do : - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" " -@@ -32053,8 +32055,10 @@ if eval test \"x\$"$as_ac_Header"\" = x" - #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - --else -- BUILD_HELPER="" -+# XXX: On FreeBSD we have to do this to make NIS work -+# until https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188247 -+# is resolved. -+ BUILD_HELPER="NIS" - fi - - done -@@ -32519,7 +32523,7 @@ done - - # unconditionally requires crypt(3), for now - if test "x$ac_cv_func_crypt" != "x"; then -- for ac_header in unistd.h crypt.h shadow.h -+ for ac_header in unistd.h rpcsvc/crypt.h shadow.h - do : - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -@@ -34574,7 +34578,7 @@ for ac_header in \ - arpa/nameser.h \ - assert.h \ - bstring.h \ -- crypt.h \ -+ rpcsvc/crypt.h \ - ctype.h \ - direct.h \ - errno.h \ -@@ -34785,6 +34789,7 @@ ac_fn_cxx_check_header_compile "$LINENO" - #include <netinet/ip.h> - #endif - #if HAVE_NETINET_IP_COMPAT_H -+#include <net/if.h> /* IFNAMSIZ */ - #include <netinet/ip_compat.h> - #endif - #if HAVE_NETINET_IP_FIL_H -@@ -38773,6 +38778,7 @@ if test "x$enable_ipf_transparent" != "x - # include <sys/ioccom.h> - # include <netinet/in.h> - -+# include <net/if.h> /* IFNAMSIZ */ - # include <netinet/ip_compat.h> - # include <netinet/ip_fil.h> - # include <netinet/ip_nat.h> -@@ -38803,6 +38809,7 @@ else - # include <sys/ioccom.h> - # include <netinet/in.h> - #undef minor_t -+# include <net/if.h> /* IFNAMSIZ */ - # include <netinet/ip_compat.h> - # include <netinet/ip_fil.h> - # include <netinet/ip_nat.h> -@@ -38847,6 +38854,7 @@ _ACEOF - ip_fil_compat.h \ - ip_fil.h \ - ip_nat.h \ -+ net/if.h \ - netinet/ip_compat.h \ - netinet/ip_fil_compat.h \ - netinet/ip_fil.h \ -@@ -38876,6 +38884,7 @@ ac_fn_cxx_check_header_compile "$LINENO" - #if HAVE_IP_COMPAT_H - #include <ip_compat.h> - #elif HAVE_NETINET_IP_COMPAT_H -+#include <net/if.h> /* IFNAMSIZ */ - #include <netinet/ip_compat.h> - #endif - #if HAVE_IP_FIL_H diff --git a/www/squid3/files/patch-src-cf.data.pre b/www/squid3/files/patch-src-cf.data.pre deleted file mode 100644 index 0c68c1fd02af..000000000000 --- a/www/squid3/files/patch-src-cf.data.pre +++ /dev/null @@ -1,13 +0,0 @@ ---- src/cf.data.pre.orig 2015-11-01 10:44:25 UTC -+++ src/cf.data.pre -@@ -4558,6 +4558,10 @@ DEFAULT: @DEFAULT_PID_FILE@ - LOC: Config.pidFilename - DOC_START - A filename to write the process-id to. To disable, enter "none". -+ -+ Note: If you change this setting, you need to set squid_pidfile -+ in /etc/rc.conf to reflect the new value. Please see -+ /usr/local/etc/rc.d/squid for details. - DOC_END - - NAME: client_netmask diff --git a/www/squid3/files/patch-src_DiskIO_Mmapped_MmappedFile.cc b/www/squid3/files/patch-src_DiskIO_Mmapped_MmappedFile.cc deleted file mode 100644 index 1feb8081ed7e..000000000000 --- a/www/squid3/files/patch-src_DiskIO_Mmapped_MmappedFile.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/DiskIO/Mmapped/MmappedFile.cc.orig 2015-11-01 10:44:25 UTC -+++ src/DiskIO/Mmapped/MmappedFile.cc -@@ -235,7 +235,7 @@ Mmapping::map() - static const int pageSize = getpagesize(); - delta = offset % pageSize; - -- buf = mmap(NULL, length + delta, prot, flags, fd, offset - delta); -+ buf = mmap(NULL, length + delta, prot, flags | MAP_NOSYNC, fd, offset - delta); - - if (buf == MAP_FAILED) { - const int errNo = errno; diff --git a/www/squid3/files/patch-src__ip__Intercept.cc b/www/squid3/files/patch-src__ip__Intercept.cc deleted file mode 100644 index 1648e1837415..000000000000 --- a/www/squid3/files/patch-src__ip__Intercept.cc +++ /dev/null @@ -1,15 +0,0 @@ ---- src/ip/Intercept.cc.orig 2015-11-01 10:44:25 UTC -+++ src/ip/Intercept.cc -@@ -202,10 +202,10 @@ Ip::Intercept::IpfInterception(const Com - // for NAT lookup set local and remote IP:port's - if (newConn->remote.isIPv6()) { - #if IPFILTER_VERSION < 5000003 -- // warn once every 10 at critical level, then push down a level each repeated event -+ // warn once every million at critical level, then push down a level each repeated event - static int warningLevel = DBG_CRITICAL; - debugs(89, warningLevel, "IPF (IPFilter v4) NAT does not support IPv6. Please upgrade to IPFilter v5.1"); -- warningLevel = (warningLevel + 1) % 10; -+ warningLevel = (warningLevel + 1) % 1048576; - return false; - #else - natLookup.nl_v = 6; diff --git a/www/squid3/files/patch-src_enums.h b/www/squid3/files/patch-src_enums.h deleted file mode 100644 index 37b7a1c69fbf..000000000000 --- a/www/squid3/files/patch-src_enums.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/enums.h.orig 2018-07-15 20:46:55 UTC -+++ src/enums.h -@@ -9,6 +9,8 @@ - #ifndef SQUID_ENUMS_H - #define SQUID_ENUMS_H - -+#undef FD_NONE -+ - enum fd_type { - FD_NONE, - FD_LOG, diff --git a/www/squid3/files/patch-src_ipc_mem_Segment.cc b/www/squid3/files/patch-src_ipc_mem_Segment.cc deleted file mode 100644 index 6bc6e8c1a732..000000000000 --- a/www/squid3/files/patch-src_ipc_mem_Segment.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ipc/mem/Segment.cc.orig 2015-11-01 10:44:25 UTC -+++ src/ipc/mem/Segment.cc -@@ -150,7 +150,7 @@ Ipc::Mem::Segment::attach() - assert(theSize == static_cast<off_t>(static_cast<size_t>(theSize))); - - void *const p = -- mmap(NULL, theSize, PROT_READ | PROT_WRITE, MAP_SHARED, theFD, 0); -+ mmap(NULL, theSize, PROT_READ | PROT_WRITE, MAP_SHARED | MAP_NOSYNC, theFD, 0); - if (p == MAP_FAILED) { - debugs(54, 5, HERE << "mmap " << theName << ": " << xstrerror()); - fatalf("Ipc::Mem::Segment::attach failed to mmap(%s): %s\n", diff --git a/www/squid3/files/patch-src_ssl_gadgets.cc b/www/squid3/files/patch-src_ssl_gadgets.cc deleted file mode 100644 index 034c5c5b428c..000000000000 --- a/www/squid3/files/patch-src_ssl_gadgets.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ssl/gadgets.cc.orig 2018-07-15 20:46:55 UTC -+++ src/ssl/gadgets.cc -@@ -321,7 +321,7 @@ mimicExtensions(Ssl::X509_Pointer & cert, Ssl::X509_Po - &ext_der, - (const ASN1_ITEM *)ASN1_ITEM_ptr(method->it)); - -- ASN1_OCTET_STRING *ext_oct = M_ASN1_OCTET_STRING_new(); -+ ASN1_OCTET_STRING *ext_oct = ASN1_OCTET_STRING_new(); - ext_oct->data = ext_der; - ext_oct->length = ext_len; - X509_EXTENSION_set_data(ext, ext_oct); diff --git a/www/squid3/files/patch-src_ssl_support.cc b/www/squid3/files/patch-src_ssl_support.cc deleted file mode 100644 index 69e8f5cdb278..000000000000 --- a/www/squid3/files/patch-src_ssl_support.cc +++ /dev/null @@ -1,15 +0,0 @@ ---- src/ssl/support.cc.orig 2018-07-15 20:46:55 UTC -+++ src/ssl/support.cc -@@ -2159,7 +2159,11 @@ remove_session_cb(SSL_CTX *, SSL_SESSION *sessionID) - } - - static SSL_SESSION * --get_session_cb(SSL *, unsigned char *sessionID, int len, int *copy) -+get_session_cb(SSL *, -+#ifdef LIBRESSL_VERSION_NUMBER -+ const -+#endif -+ unsigned char *sessionID, int len, int *copy) - { - if (!SslSessionCache) - return NULL; diff --git a/www/squid3/files/patch-src_tools.cc b/www/squid3/files/patch-src_tools.cc deleted file mode 100644 index 606193be6001..000000000000 --- a/www/squid3/files/patch-src_tools.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/tools.cc.orig 2015-11-01 10:44:25 UTC -+++ src/tools.cc -@@ -635,7 +635,7 @@ no_suid(void) - uid = geteuid(); - debugs(21, 3, "no_suid: PID " << getpid() << " giving up root priveleges forever"); - -- if (setuid(0) < 0) -+ if (setuid(0) < 0 && TheProcessKind != pkHelper) - debugs(50, DBG_IMPORTANT, "WARNING: no_suid: setuid(0): " << xstrerror()); - - if (setuid(uid) < 0) diff --git a/www/squid3/files/pkg-install.in b/www/squid3/files/pkg-install.in deleted file mode 100644 index 8d8d17a353a2..000000000000 --- a/www/squid3/files/pkg-install.in +++ /dev/null @@ -1,67 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/bin:/usr/sbin -pkgname=$1 -squid_homedir="/var/squid" -squid_cache_basedir="${squid_homedir}/cache" -squid_confdir="${PKG_PREFIX:-%%PREFIX%%}/etc/squid" -squid_logdir="/var/log/squid" -# these are hardcoded, see /usr/ports/UIDs and /usr/ports/GIDs: -squid_user=squid -squid_group=squid -squid_gid=100 -squid_uid=100 -case $2 in -PRE-INSTALL) - echo "===> Pre-installation configuration for ${pkgname}" - ;; -POST-INSTALL) - # Since we usually start the Squid master process as ${squid_user} - # instead of root make sure that ${squid_homedir} is writable for it. - if [ ! -d ${squid_homedir} ]; then - echo "Creating ${squid_homedir}..." - install -d -o root -g ${squid_group} \ - -m 0775 ${squid_homedir} - else - chgrp ${squid_group} ${squid_homedir} - chmod g+w ${squid_homedir} - fi - if [ ! -d ${squid_cache_basedir} ]; then - echo "Creating ${squid_cache_basedir} ..." - install -d -o ${squid_user} -g ${squid_group} \ - -m 0750 ${squid_cache_basedir} - else - chown ${squid_user} ${squid_cache_basedir} - chgrp ${squid_group} ${squid_cache_basedir} - chmod 0750 ${squid_cache_basedir} - fi - if [ ! -d ${squid_confdir} ]; then - echo "Creating ${squid_confdir}..." - install -d -o root -g ${squid_group} \ - -m 0755 ${squid_confdir} - else - chgrp ${squid_group} ${squid_confdir} - fi - if [ ! -d ${squid_logdir} ]; then - echo "Creating ${squid_logdir}..." - install -d -o ${squid_user} -g ${squid_group} \ - -m 0750 ${squid_logdir} - else - chown ${squid_user} ${squid_logdir} - chgrp ${squid_group} ${squid_logdir} - fi - for file in cachemgr.conf errorpage.css mime.conf msntauth.conf squid.conf; do - if [ ! -f ${squid_confdir}/${file} \ - -a -f ${squid_confdir}/${file}.default ]; then - echo "Creating ${file} from default..." - install -c -o root -g ${squid_group} -m 0640 \ - ${squid_confdir}/${file}.default \ - ${squid_confdir}/${file} - fi - done - ;; -*) - exit 64 - ;; -esac -exit 0 diff --git a/www/squid3/files/pkg-message.in b/www/squid3/files/pkg-message.in deleted file mode 100644 index 739ae1433c57..000000000000 --- a/www/squid3/files/pkg-message.in +++ /dev/null @@ -1,53 +0,0 @@ -[ -{ type: install - message: <<EOM - o You can find the configuration files for this package in the - directory %%PREFIX%%/etc/squid. - - o The default cache directory is /var/squid/cache/. - The default log directory is /var/log/squid/. - - Note: - You must initialize new cache directories before you can start - squid. Do this by running "squid -z" as 'root' or 'squid'. - If your cache directories are already initialized (e.g. after an - upgrade of squid) you do not need to initialize them again. - - o When using DiskD storage scheme remember to read documentation: - http://wiki.squid-cache.org/Features/DiskDaemon - and alter your kern.ipc defaults in /boot/loader.conf. DiskD will not - work reliably without this. Last recomendations were: - - kern.ipc.msgmnb=8192 - kern.ipc.msgssz=64 - kern.ipc.msgtql=2048 - - o The default configuration will deny everyone but the local host and - local networks as defined in RFC 1918 for IPv4 and RFCs 4193 and - 4291 for IPv6 access to the proxy service. Edit the "http_access - allow/deny" directives in %%PREFIX%%/etc/squid/squid.conf - to suit your needs. - - o If AUTH_SQL option is set, please, don't forget to install one of - following perl modules depending on database you like: - databases/p5-DBD-mysql - databases/p5-DBD-Pg - databases/p5-DBD-SQLite - - To enable Squid, set squid_enable=yes in either - /etc/rc.conf, /etc/rc.conf.local or /etc/rc.conf.d/squid - Please see %%PREFIX%%/etc/rc.d/squid for further details. - - Note: - If you just updated your Squid installation from an earlier version, - make sure to check your Squid configuration against the 3.4 default - configuration file %%PREFIX%%/etc/squid/squid.conf.sample. - - %%PREFIX%%/etc/squid/squid.conf.documented is a fully annotated - configuration file you can consult for further reference. - - Additionally, you should check your configuration by calling - 'squid -f /path/to/squid.conf -k parse' before starting Squid. -EOM -} -] diff --git a/www/squid3/files/squid.in b/www/squid3/files/squid.in deleted file mode 100644 index c236627dc305..000000000000 --- a/www/squid3/files/squid.in +++ /dev/null @@ -1,156 +0,0 @@ -#!/bin/sh - -# PROVIDE: squid -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Note: -# Set "squid_enable=yes" in either /etc/rc.conf, /etc/rc.conf.local or -# /etc/rc.conf.d/squid to activate Squid. -# -# Additional variables you can define in one of these files: -# -# squid_chdir: the directory into which the rc system moves into before -# starting Squid. Default: /var/squid -# -# squid_conf: The configuration file that Squid should use. -# Default: %%PREFIX%%/etc/squid/squid.conf -# -# squid_fib: The alternative routing table id that Squid should use. -# Default: none -# See setfib(1) for further details. Note that the setfib(2) -# system call is not available in FreeBSD versions prior to 7.1. -# -# squid_user: The user id that should be used to run the Squid master -# process. Default: squid. -# Note that you probably need to define "squid_user=root" if -# you want to run Squid in reverse proxy setups or if you want -# Squid to listen on a "privileged" port < 1024. -# -# squid_pidfile: -# The name (including the full path) of the Squid -# master process' PID file. -# Default: /var/run/squid/squid.pid. -# You only need to change this if you changed the -# corresponding entry in your Squid configuration. -# -# squid_flags: Additional commandline arguments for Squid you might want to -# use. See squid(8) for further details. -# -# squid_krb5_ktname: -# Alternative Kerberos 5 Key Table. -# Default: none -# -# squid_krb5_config: -# Alternative Kerberos 5 config file -# Default: none - -. /etc/rc.subr - -name=squid -rcvar=squid_enable - -# Make sure that we invoke squid with "-f ${squid_conf}"; define this -# variable early so reload_cmd and stop_precmd pick it up: - -extra_commands="reload configtest" -reload_cmd=squid_reload -start_precmd=squid_prestart -start_postcmd=squid_getpid -stop_precmd=squid_prestop -configtest_cmd=squid_configtest -reload_precmd=squid_configtest -restart_precmd=squid_configtest - -# squid(8) will not start if ${squid_conf} is not present so try -# to catch that beforehand via ${required_files} rather than make -# squid(8) crash. - -squid_load_rc_config() -{ - : ${squid_chdir:=/var/squid} - : ${squid_conf:=%%PREFIX%%/etc/squid/squid.conf} - : ${squid_enable:=NO} - : ${squid_program:=%%PREFIX%%/sbin/squid} - : ${squid_pidfile:=/var/run/squid/squid.pid} - : ${squid_user:=squid} - - required_args="-f ${squid_conf}" - required_dirs=$chdir - required_files=$squid_conf - command_args="${required_args} ${squid_flags}" - procname="?squid-*" - pidfile=$squid_pidfile -} - -squid_prestart() -{ - # setup KRB5_KTNAME: - squid_krb5_ktname=${squid_krb5_ktname:-"NONE"} - if [ "${squid_krb5_ktname}" != "NONE" ]; then - export KRB5_KTNAME=${squid_krb5_ktname} - fi - - # setup KRB5_CONFIG: - squid_krb5_config=${squid_krb5_config:-"NONE"} - if [ "${squid_krb5_config}" != "NONE" ]; then - export KRB5_CONFIG=${squid_krb5_config} - fi - - # setup FIB tables: - if command -v check_namevarlist > /dev/null 2>&1; then - check_namevarlist fib && return 0 - fi - - ${SYSCTL} net.fibs >/dev/null 2>&1 || return 0 - - squid_fib=${squid_fib:-"NONE"} - if [ "${squid_fib}" != "NONE" ]; then - command="setfib -F $squid_fib $command" - else - return 0 - fi - - squid_configtest -} - -squid_reload() -{ - $command $required_args $squid_flags -k reconfigure -} - -squid_configtest() -{ - echo "Performing sanity check on ${name} configuration." - if $command $required_args $squid_flags -k check; then - echo "Configuration for ${name} passes." - return 0 - else - return $? - fi -} - -squid_getpid() -{ - # retrieve the PID of the Squid master process explicitly here - # in case rc.subr was unable to determine it: - if [ -z "$rc_pid" ]; then - while ! [ -f ${pidfile} ]; do - sleep 1 - done - read _pid _junk <${pidfile} - [ -z "${_pid}" ] || pid=${_pid} - else - pid=${rc_pid} - fi -} - -squid_prestop() -{ - command_args="$command_args -k shutdown" - squid_configtest -} - -load_rc_config $name -squid_load_rc_config -run_rc_command $1 diff --git a/www/squid3/pkg-descr b/www/squid3/pkg-descr deleted file mode 100644 index bf8b272763c4..000000000000 --- a/www/squid3/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Squid is a fully-featured HTTP/1.0 proxy which is almost (but not quite) -HTTP/1.1 compliant. Squid offers a rich access control, authorization and -logging environment to develop web proxy and content serving applications. - -WWW: http://www.squid-cache.org/ diff --git a/www/squid3/pkg-plist b/www/squid3/pkg-plist deleted file mode 100644 index 130f1fc29db7..000000000000 --- a/www/squid3/pkg-plist +++ /dev/null @@ -1,2182 +0,0 @@ -@sample %%ETCDIR%%/cachemgr.conf.sample -@sample %%ETCDIR%%/errorpage.css.sample -@sample %%ETCDIR%%/mime.conf.sample -@sample %%ETCDIR%%/squid.conf.sample -%%ETCDIR%%/errors/COPYRIGHT -%%ETCDIR%%/errors/TRANSLATORS -%%ETCDIR%%/errors/af/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/af/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/af/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/af/ERR_AGENT_WPAD -%%ETCDIR%%/errors/af/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/af/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/af/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/af/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/af/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/af/ERR_DIR_LISTING -%%ETCDIR%%/errors/af/ERR_DNS_FAIL -%%ETCDIR%%/errors/af/ERR_ESI -%%ETCDIR%%/errors/af/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/af/ERR_FTP_DISABLED -%%ETCDIR%%/errors/af/ERR_FTP_FAILURE -%%ETCDIR%%/errors/af/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/af/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/af/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/af/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/af/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/af/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/af/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/af/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/af/ERR_INVALID_REQ -%%ETCDIR%%/errors/af/ERR_INVALID_RESP -%%ETCDIR%%/errors/af/ERR_INVALID_URL -%%ETCDIR%%/errors/af/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/af/ERR_NO_RELAY -%%ETCDIR%%/errors/af/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/af/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/af/ERR_READ_ERROR -%%ETCDIR%%/errors/af/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/af/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/af/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/af/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/af/ERR_TOO_BIG -%%ETCDIR%%/errors/af/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/af/ERR_UNSUP_REQ -%%ETCDIR%%/errors/af/ERR_URN_RESOLVE -%%ETCDIR%%/errors/af/ERR_WRITE_ERROR -%%ETCDIR%%/errors/af/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/af/error-details.txt -%%ETCDIR%%/errors/ar-ae -%%ETCDIR%%/errors/ar-bh -%%ETCDIR%%/errors/ar-dz -%%ETCDIR%%/errors/ar-eg -%%ETCDIR%%/errors/ar-iq -%%ETCDIR%%/errors/ar-jo -%%ETCDIR%%/errors/ar-kw -%%ETCDIR%%/errors/ar-lb -%%ETCDIR%%/errors/ar-ly -%%ETCDIR%%/errors/ar-ma -%%ETCDIR%%/errors/ar-om -%%ETCDIR%%/errors/ar-qa -%%ETCDIR%%/errors/ar-sa -%%ETCDIR%%/errors/ar-sy -%%ETCDIR%%/errors/ar-tn -%%ETCDIR%%/errors/ar-ye -%%ETCDIR%%/errors/ar/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/ar/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/ar/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/ar/ERR_AGENT_WPAD -%%ETCDIR%%/errors/ar/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/ar/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/ar/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/ar/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/ar/ERR_DIR_LISTING -%%ETCDIR%%/errors/ar/ERR_DNS_FAIL -%%ETCDIR%%/errors/ar/ERR_ESI -%%ETCDIR%%/errors/ar/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/ar/ERR_FTP_DISABLED -%%ETCDIR%%/errors/ar/ERR_FTP_FAILURE -%%ETCDIR%%/errors/ar/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/ar/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/ar/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/ar/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/ar/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/ar/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/ar/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/ar/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/ar/ERR_INVALID_REQ -%%ETCDIR%%/errors/ar/ERR_INVALID_RESP -%%ETCDIR%%/errors/ar/ERR_INVALID_URL -%%ETCDIR%%/errors/ar/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/ar/ERR_NO_RELAY -%%ETCDIR%%/errors/ar/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/ar/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/ar/ERR_READ_ERROR -%%ETCDIR%%/errors/ar/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/ar/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/ar/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/ar/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/ar/ERR_TOO_BIG -%%ETCDIR%%/errors/ar/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/ar/ERR_UNSUP_REQ -%%ETCDIR%%/errors/ar/ERR_URN_RESOLVE -%%ETCDIR%%/errors/ar/ERR_WRITE_ERROR -%%ETCDIR%%/errors/ar/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/ar/error-details.txt -%%ETCDIR%%/errors/az-az -%%ETCDIR%%/errors/az/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/az/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/az/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/az/ERR_AGENT_WPAD -%%ETCDIR%%/errors/az/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/az/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/az/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/az/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/az/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/az/ERR_DIR_LISTING -%%ETCDIR%%/errors/az/ERR_DNS_FAIL -%%ETCDIR%%/errors/az/ERR_ESI -%%ETCDIR%%/errors/az/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/az/ERR_FTP_DISABLED -%%ETCDIR%%/errors/az/ERR_FTP_FAILURE -%%ETCDIR%%/errors/az/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/az/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/az/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/az/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/az/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/az/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/az/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/az/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/az/ERR_INVALID_REQ -%%ETCDIR%%/errors/az/ERR_INVALID_RESP -%%ETCDIR%%/errors/az/ERR_INVALID_URL -%%ETCDIR%%/errors/az/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/az/ERR_NO_RELAY -%%ETCDIR%%/errors/az/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/az/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/az/ERR_READ_ERROR -%%ETCDIR%%/errors/az/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/az/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/az/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/az/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/az/ERR_TOO_BIG -%%ETCDIR%%/errors/az/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/az/ERR_UNSUP_REQ -%%ETCDIR%%/errors/az/ERR_URN_RESOLVE -%%ETCDIR%%/errors/az/ERR_WRITE_ERROR -%%ETCDIR%%/errors/az/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/az/error-details.txt -%%ETCDIR%%/errors/bg-bg -%%ETCDIR%%/errors/bg/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/bg/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/bg/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/bg/ERR_AGENT_WPAD -%%ETCDIR%%/errors/bg/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/bg/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/bg/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/bg/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/bg/ERR_DIR_LISTING -%%ETCDIR%%/errors/bg/ERR_DNS_FAIL -%%ETCDIR%%/errors/bg/ERR_ESI -%%ETCDIR%%/errors/bg/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/bg/ERR_FTP_DISABLED -%%ETCDIR%%/errors/bg/ERR_FTP_FAILURE -%%ETCDIR%%/errors/bg/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/bg/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/bg/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/bg/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/bg/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/bg/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/bg/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/bg/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/bg/ERR_INVALID_REQ -%%ETCDIR%%/errors/bg/ERR_INVALID_RESP -%%ETCDIR%%/errors/bg/ERR_INVALID_URL -%%ETCDIR%%/errors/bg/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/bg/ERR_NO_RELAY -%%ETCDIR%%/errors/bg/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/bg/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/bg/ERR_READ_ERROR -%%ETCDIR%%/errors/bg/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/bg/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/bg/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/bg/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/bg/ERR_TOO_BIG -%%ETCDIR%%/errors/bg/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/bg/ERR_UNSUP_REQ -%%ETCDIR%%/errors/bg/ERR_URN_RESOLVE -%%ETCDIR%%/errors/bg/ERR_WRITE_ERROR -%%ETCDIR%%/errors/bg/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/bg/error-details.txt -%%ETCDIR%%/errors/ca/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/ca/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/ca/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/ca/ERR_AGENT_WPAD -%%ETCDIR%%/errors/ca/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/ca/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/ca/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/ca/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/ca/ERR_DIR_LISTING -%%ETCDIR%%/errors/ca/ERR_DNS_FAIL -%%ETCDIR%%/errors/ca/ERR_ESI -%%ETCDIR%%/errors/ca/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/ca/ERR_FTP_DISABLED -%%ETCDIR%%/errors/ca/ERR_FTP_FAILURE -%%ETCDIR%%/errors/ca/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/ca/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/ca/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/ca/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/ca/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/ca/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/ca/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/ca/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/ca/ERR_INVALID_REQ -%%ETCDIR%%/errors/ca/ERR_INVALID_RESP -%%ETCDIR%%/errors/ca/ERR_INVALID_URL -%%ETCDIR%%/errors/ca/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/ca/ERR_NO_RELAY -%%ETCDIR%%/errors/ca/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/ca/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/ca/ERR_READ_ERROR -%%ETCDIR%%/errors/ca/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/ca/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/ca/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/ca/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/ca/ERR_TOO_BIG -%%ETCDIR%%/errors/ca/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/ca/ERR_UNSUP_REQ -%%ETCDIR%%/errors/ca/ERR_URN_RESOLVE -%%ETCDIR%%/errors/ca/ERR_WRITE_ERROR -%%ETCDIR%%/errors/ca/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/ca/error-details.txt -%%ETCDIR%%/errors/cs-cz -%%ETCDIR%%/errors/cs/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/cs/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/cs/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/cs/ERR_AGENT_WPAD -%%ETCDIR%%/errors/cs/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/cs/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/cs/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/cs/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/cs/ERR_DIR_LISTING -%%ETCDIR%%/errors/cs/ERR_DNS_FAIL -%%ETCDIR%%/errors/cs/ERR_ESI -%%ETCDIR%%/errors/cs/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/cs/ERR_FTP_DISABLED -%%ETCDIR%%/errors/cs/ERR_FTP_FAILURE -%%ETCDIR%%/errors/cs/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/cs/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/cs/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/cs/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/cs/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/cs/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/cs/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/cs/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/cs/ERR_INVALID_REQ -%%ETCDIR%%/errors/cs/ERR_INVALID_RESP -%%ETCDIR%%/errors/cs/ERR_INVALID_URL -%%ETCDIR%%/errors/cs/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/cs/ERR_NO_RELAY -%%ETCDIR%%/errors/cs/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/cs/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/cs/ERR_READ_ERROR -%%ETCDIR%%/errors/cs/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/cs/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/cs/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/cs/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/cs/ERR_TOO_BIG -%%ETCDIR%%/errors/cs/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/cs/ERR_UNSUP_REQ -%%ETCDIR%%/errors/cs/ERR_URN_RESOLVE -%%ETCDIR%%/errors/cs/ERR_WRITE_ERROR -%%ETCDIR%%/errors/cs/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/cs/error-details.txt -%%ETCDIR%%/errors/da-dk -%%ETCDIR%%/errors/da/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/da/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/da/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/da/ERR_AGENT_WPAD -%%ETCDIR%%/errors/da/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/da/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/da/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/da/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/da/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/da/ERR_DIR_LISTING -%%ETCDIR%%/errors/da/ERR_DNS_FAIL -%%ETCDIR%%/errors/da/ERR_ESI -%%ETCDIR%%/errors/da/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/da/ERR_FTP_DISABLED -%%ETCDIR%%/errors/da/ERR_FTP_FAILURE -%%ETCDIR%%/errors/da/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/da/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/da/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/da/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/da/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/da/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/da/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/da/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/da/ERR_INVALID_REQ -%%ETCDIR%%/errors/da/ERR_INVALID_RESP -%%ETCDIR%%/errors/da/ERR_INVALID_URL -%%ETCDIR%%/errors/da/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/da/ERR_NO_RELAY -%%ETCDIR%%/errors/da/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/da/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/da/ERR_READ_ERROR -%%ETCDIR%%/errors/da/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/da/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/da/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/da/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/da/ERR_TOO_BIG -%%ETCDIR%%/errors/da/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/da/ERR_UNSUP_REQ -%%ETCDIR%%/errors/da/ERR_URN_RESOLVE -%%ETCDIR%%/errors/da/ERR_WRITE_ERROR -%%ETCDIR%%/errors/da/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/da/error-details.txt -%%ETCDIR%%/errors/de-at -%%ETCDIR%%/errors/de-ch -%%ETCDIR%%/errors/de-de -%%ETCDIR%%/errors/de-li -%%ETCDIR%%/errors/de-lu -%%ETCDIR%%/errors/de/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/de/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/de/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/de/ERR_AGENT_WPAD -%%ETCDIR%%/errors/de/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/de/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/de/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/de/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/de/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/de/ERR_DIR_LISTING -%%ETCDIR%%/errors/de/ERR_DNS_FAIL -%%ETCDIR%%/errors/de/ERR_ESI -%%ETCDIR%%/errors/de/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/de/ERR_FTP_DISABLED -%%ETCDIR%%/errors/de/ERR_FTP_FAILURE -%%ETCDIR%%/errors/de/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/de/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/de/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/de/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/de/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/de/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/de/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/de/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/de/ERR_INVALID_REQ -%%ETCDIR%%/errors/de/ERR_INVALID_RESP -%%ETCDIR%%/errors/de/ERR_INVALID_URL -%%ETCDIR%%/errors/de/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/de/ERR_NO_RELAY -%%ETCDIR%%/errors/de/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/de/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/de/ERR_READ_ERROR -%%ETCDIR%%/errors/de/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/de/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/de/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/de/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/de/ERR_TOO_BIG -%%ETCDIR%%/errors/de/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/de/ERR_UNSUP_REQ -%%ETCDIR%%/errors/de/ERR_URN_RESOLVE -%%ETCDIR%%/errors/de/ERR_WRITE_ERROR -%%ETCDIR%%/errors/de/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/de/error-details.txt -%%ETCDIR%%/errors/el-gr -%%ETCDIR%%/errors/el/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/el/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/el/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/el/ERR_AGENT_WPAD -%%ETCDIR%%/errors/el/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/el/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/el/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/el/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/el/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/el/ERR_DIR_LISTING -%%ETCDIR%%/errors/el/ERR_DNS_FAIL -%%ETCDIR%%/errors/el/ERR_ESI -%%ETCDIR%%/errors/el/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/el/ERR_FTP_DISABLED -%%ETCDIR%%/errors/el/ERR_FTP_FAILURE -%%ETCDIR%%/errors/el/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/el/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/el/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/el/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/el/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/el/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/el/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/el/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/el/ERR_INVALID_REQ -%%ETCDIR%%/errors/el/ERR_INVALID_RESP -%%ETCDIR%%/errors/el/ERR_INVALID_URL -%%ETCDIR%%/errors/el/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/el/ERR_NO_RELAY -%%ETCDIR%%/errors/el/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/el/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/el/ERR_READ_ERROR -%%ETCDIR%%/errors/el/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/el/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/el/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/el/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/el/ERR_TOO_BIG -%%ETCDIR%%/errors/el/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/el/ERR_UNSUP_REQ -%%ETCDIR%%/errors/el/ERR_URN_RESOLVE -%%ETCDIR%%/errors/el/ERR_WRITE_ERROR -%%ETCDIR%%/errors/el/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/el/error-details.txt -%%ETCDIR%%/errors/en-au -%%ETCDIR%%/errors/en-bz -%%ETCDIR%%/errors/en-ca -%%ETCDIR%%/errors/en-gb -%%ETCDIR%%/errors/en-ie -%%ETCDIR%%/errors/en-in -%%ETCDIR%%/errors/en-jm -%%ETCDIR%%/errors/en-nz -%%ETCDIR%%/errors/en-ph -%%ETCDIR%%/errors/en-sg -%%ETCDIR%%/errors/en-tt -%%ETCDIR%%/errors/en-uk -%%ETCDIR%%/errors/en-us -%%ETCDIR%%/errors/en-za -%%ETCDIR%%/errors/en-zw -%%ETCDIR%%/errors/en/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/en/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/en/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/en/ERR_AGENT_WPAD -%%ETCDIR%%/errors/en/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/en/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/en/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/en/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/en/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/en/ERR_DIR_LISTING -%%ETCDIR%%/errors/en/ERR_DNS_FAIL -%%ETCDIR%%/errors/en/ERR_ESI -%%ETCDIR%%/errors/en/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/en/ERR_FTP_DISABLED -%%ETCDIR%%/errors/en/ERR_FTP_FAILURE -%%ETCDIR%%/errors/en/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/en/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/en/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/en/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/en/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/en/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/en/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/en/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/en/ERR_INVALID_REQ -%%ETCDIR%%/errors/en/ERR_INVALID_RESP -%%ETCDIR%%/errors/en/ERR_INVALID_URL -%%ETCDIR%%/errors/en/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/en/ERR_NO_RELAY -%%ETCDIR%%/errors/en/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/en/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/en/ERR_READ_ERROR -%%ETCDIR%%/errors/en/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/en/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/en/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/en/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/en/ERR_TOO_BIG -%%ETCDIR%%/errors/en/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/en/ERR_UNSUP_REQ -%%ETCDIR%%/errors/en/ERR_URN_RESOLVE -%%ETCDIR%%/errors/en/ERR_WRITE_ERROR -%%ETCDIR%%/errors/en/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/en/error-details.txt -%%ETCDIR%%/errors/es-ar -%%ETCDIR%%/errors/es-bo -%%ETCDIR%%/errors/es-cl -%%ETCDIR%%/errors/es-co -%%ETCDIR%%/errors/es-cr -%%ETCDIR%%/errors/es-do -%%ETCDIR%%/errors/es-ec -%%ETCDIR%%/errors/es-es -%%ETCDIR%%/errors/es-gt -%%ETCDIR%%/errors/es-hn -%%ETCDIR%%/errors/es-mx -%%ETCDIR%%/errors/es-ni -%%ETCDIR%%/errors/es-pa -%%ETCDIR%%/errors/es-pe -%%ETCDIR%%/errors/es-pr -%%ETCDIR%%/errors/es-py -%%ETCDIR%%/errors/es-sv -%%ETCDIR%%/errors/es-us -%%ETCDIR%%/errors/es-uy -%%ETCDIR%%/errors/es-ve -%%ETCDIR%%/errors/es/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/es/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/es/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/es/ERR_AGENT_WPAD -%%ETCDIR%%/errors/es/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/es/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/es/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/es/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/es/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/es/ERR_DIR_LISTING -%%ETCDIR%%/errors/es/ERR_DNS_FAIL -%%ETCDIR%%/errors/es/ERR_ESI -%%ETCDIR%%/errors/es/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/es/ERR_FTP_DISABLED -%%ETCDIR%%/errors/es/ERR_FTP_FAILURE -%%ETCDIR%%/errors/es/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/es/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/es/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/es/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/es/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/es/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/es/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/es/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/es/ERR_INVALID_REQ -%%ETCDIR%%/errors/es/ERR_INVALID_RESP -%%ETCDIR%%/errors/es/ERR_INVALID_URL -%%ETCDIR%%/errors/es/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/es/ERR_NO_RELAY -%%ETCDIR%%/errors/es/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/es/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/es/ERR_READ_ERROR -%%ETCDIR%%/errors/es/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/es/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/es/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/es/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/es/ERR_TOO_BIG -%%ETCDIR%%/errors/es/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/es/ERR_UNSUP_REQ -%%ETCDIR%%/errors/es/ERR_URN_RESOLVE -%%ETCDIR%%/errors/es/ERR_WRITE_ERROR -%%ETCDIR%%/errors/es/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/es/error-details.txt -%%ETCDIR%%/errors/et-ee -%%ETCDIR%%/errors/et/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/et/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/et/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/et/ERR_AGENT_WPAD -%%ETCDIR%%/errors/et/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/et/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/et/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/et/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/et/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/et/ERR_DIR_LISTING -%%ETCDIR%%/errors/et/ERR_DNS_FAIL -%%ETCDIR%%/errors/et/ERR_ESI -%%ETCDIR%%/errors/et/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/et/ERR_FTP_DISABLED -%%ETCDIR%%/errors/et/ERR_FTP_FAILURE -%%ETCDIR%%/errors/et/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/et/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/et/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/et/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/et/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/et/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/et/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/et/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/et/ERR_INVALID_REQ -%%ETCDIR%%/errors/et/ERR_INVALID_RESP -%%ETCDIR%%/errors/et/ERR_INVALID_URL -%%ETCDIR%%/errors/et/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/et/ERR_NO_RELAY -%%ETCDIR%%/errors/et/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/et/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/et/ERR_READ_ERROR -%%ETCDIR%%/errors/et/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/et/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/et/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/et/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/et/ERR_TOO_BIG -%%ETCDIR%%/errors/et/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/et/ERR_UNSUP_REQ -%%ETCDIR%%/errors/et/ERR_URN_RESOLVE -%%ETCDIR%%/errors/et/ERR_WRITE_ERROR -%%ETCDIR%%/errors/et/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/et/error-details.txt -%%ETCDIR%%/errors/fa-fa -%%ETCDIR%%/errors/fa-ir -%%ETCDIR%%/errors/fa/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/fa/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/fa/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/fa/ERR_AGENT_WPAD -%%ETCDIR%%/errors/fa/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/fa/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/fa/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/fa/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/fa/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/fa/ERR_DIR_LISTING -%%ETCDIR%%/errors/fa/ERR_DNS_FAIL -%%ETCDIR%%/errors/fa/ERR_ESI -%%ETCDIR%%/errors/fa/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/fa/ERR_FTP_DISABLED -%%ETCDIR%%/errors/fa/ERR_FTP_FAILURE -%%ETCDIR%%/errors/fa/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/fa/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/fa/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/fa/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/fa/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/fa/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/fa/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/fa/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/fa/ERR_INVALID_REQ -%%ETCDIR%%/errors/fa/ERR_INVALID_RESP -%%ETCDIR%%/errors/fa/ERR_INVALID_URL -%%ETCDIR%%/errors/fa/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/fa/ERR_NO_RELAY -%%ETCDIR%%/errors/fa/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/fa/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/fa/ERR_READ_ERROR -%%ETCDIR%%/errors/fa/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/fa/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/fa/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/fa/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/fa/ERR_TOO_BIG -%%ETCDIR%%/errors/fa/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/fa/ERR_UNSUP_REQ -%%ETCDIR%%/errors/fa/ERR_URN_RESOLVE -%%ETCDIR%%/errors/fa/ERR_WRITE_ERROR -%%ETCDIR%%/errors/fa/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/fa/error-details.txt -%%ETCDIR%%/errors/fi-fi -%%ETCDIR%%/errors/fi/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/fi/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/fi/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/fi/ERR_AGENT_WPAD -%%ETCDIR%%/errors/fi/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/fi/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/fi/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/fi/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/fi/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/fi/ERR_DIR_LISTING -%%ETCDIR%%/errors/fi/ERR_DNS_FAIL -%%ETCDIR%%/errors/fi/ERR_ESI -%%ETCDIR%%/errors/fi/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/fi/ERR_FTP_DISABLED -%%ETCDIR%%/errors/fi/ERR_FTP_FAILURE -%%ETCDIR%%/errors/fi/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/fi/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/fi/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/fi/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/fi/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/fi/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/fi/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/fi/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/fi/ERR_INVALID_REQ -%%ETCDIR%%/errors/fi/ERR_INVALID_RESP -%%ETCDIR%%/errors/fi/ERR_INVALID_URL -%%ETCDIR%%/errors/fi/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/fi/ERR_NO_RELAY -%%ETCDIR%%/errors/fi/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/fi/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/fi/ERR_READ_ERROR -%%ETCDIR%%/errors/fi/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/fi/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/fi/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/fi/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/fi/ERR_TOO_BIG -%%ETCDIR%%/errors/fi/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/fi/ERR_UNSUP_REQ -%%ETCDIR%%/errors/fi/ERR_URN_RESOLVE -%%ETCDIR%%/errors/fi/ERR_WRITE_ERROR -%%ETCDIR%%/errors/fi/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/fi/error-details.txt -%%ETCDIR%%/errors/fr-be -%%ETCDIR%%/errors/fr-ca -%%ETCDIR%%/errors/fr-ch -%%ETCDIR%%/errors/fr-fr -%%ETCDIR%%/errors/fr-lu -%%ETCDIR%%/errors/fr-mc -%%ETCDIR%%/errors/fr/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/fr/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/fr/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/fr/ERR_AGENT_WPAD -%%ETCDIR%%/errors/fr/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/fr/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/fr/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/fr/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/fr/ERR_DIR_LISTING -%%ETCDIR%%/errors/fr/ERR_DNS_FAIL -%%ETCDIR%%/errors/fr/ERR_ESI -%%ETCDIR%%/errors/fr/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/fr/ERR_FTP_DISABLED -%%ETCDIR%%/errors/fr/ERR_FTP_FAILURE -%%ETCDIR%%/errors/fr/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/fr/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/fr/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/fr/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/fr/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/fr/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/fr/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/fr/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/fr/ERR_INVALID_REQ -%%ETCDIR%%/errors/fr/ERR_INVALID_RESP -%%ETCDIR%%/errors/fr/ERR_INVALID_URL -%%ETCDIR%%/errors/fr/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/fr/ERR_NO_RELAY -%%ETCDIR%%/errors/fr/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/fr/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/fr/ERR_READ_ERROR -%%ETCDIR%%/errors/fr/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/fr/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/fr/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/fr/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/fr/ERR_TOO_BIG -%%ETCDIR%%/errors/fr/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/fr/ERR_UNSUP_REQ -%%ETCDIR%%/errors/fr/ERR_URN_RESOLVE -%%ETCDIR%%/errors/fr/ERR_WRITE_ERROR -%%ETCDIR%%/errors/fr/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/fr/error-details.txt -%%ETCDIR%%/errors/he-il -%%ETCDIR%%/errors/he/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/he/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/he/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/he/ERR_AGENT_WPAD -%%ETCDIR%%/errors/he/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/he/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/he/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/he/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/he/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/he/ERR_DIR_LISTING -%%ETCDIR%%/errors/he/ERR_DNS_FAIL -%%ETCDIR%%/errors/he/ERR_ESI -%%ETCDIR%%/errors/he/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/he/ERR_FTP_DISABLED -%%ETCDIR%%/errors/he/ERR_FTP_FAILURE -%%ETCDIR%%/errors/he/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/he/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/he/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/he/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/he/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/he/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/he/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/he/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/he/ERR_INVALID_REQ -%%ETCDIR%%/errors/he/ERR_INVALID_RESP -%%ETCDIR%%/errors/he/ERR_INVALID_URL -%%ETCDIR%%/errors/he/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/he/ERR_NO_RELAY -%%ETCDIR%%/errors/he/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/he/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/he/ERR_READ_ERROR -%%ETCDIR%%/errors/he/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/he/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/he/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/he/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/he/ERR_TOO_BIG -%%ETCDIR%%/errors/he/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/he/ERR_UNSUP_REQ -%%ETCDIR%%/errors/he/ERR_URN_RESOLVE -%%ETCDIR%%/errors/he/ERR_WRITE_ERROR -%%ETCDIR%%/errors/he/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/he/error-details.txt -%%ETCDIR%%/errors/hu-hu -%%ETCDIR%%/errors/hu/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/hu/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/hu/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/hu/ERR_AGENT_WPAD -%%ETCDIR%%/errors/hu/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/hu/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/hu/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/hu/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/hu/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/hu/ERR_DIR_LISTING -%%ETCDIR%%/errors/hu/ERR_DNS_FAIL -%%ETCDIR%%/errors/hu/ERR_ESI -%%ETCDIR%%/errors/hu/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/hu/ERR_FTP_DISABLED -%%ETCDIR%%/errors/hu/ERR_FTP_FAILURE -%%ETCDIR%%/errors/hu/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/hu/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/hu/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/hu/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/hu/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/hu/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/hu/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/hu/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/hu/ERR_INVALID_REQ -%%ETCDIR%%/errors/hu/ERR_INVALID_RESP -%%ETCDIR%%/errors/hu/ERR_INVALID_URL -%%ETCDIR%%/errors/hu/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/hu/ERR_NO_RELAY -%%ETCDIR%%/errors/hu/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/hu/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/hu/ERR_READ_ERROR -%%ETCDIR%%/errors/hu/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/hu/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/hu/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/hu/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/hu/ERR_TOO_BIG -%%ETCDIR%%/errors/hu/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/hu/ERR_UNSUP_REQ -%%ETCDIR%%/errors/hu/ERR_URN_RESOLVE -%%ETCDIR%%/errors/hu/ERR_WRITE_ERROR -%%ETCDIR%%/errors/hu/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/hu/error-details.txt -%%ETCDIR%%/errors/hy-am -%%ETCDIR%%/errors/hy-armn -%%ETCDIR%%/errors/hy/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/hy/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/hy/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/hy/ERR_AGENT_WPAD -%%ETCDIR%%/errors/hy/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/hy/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/hy/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/hy/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/hy/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/hy/ERR_DIR_LISTING -%%ETCDIR%%/errors/hy/ERR_DNS_FAIL -%%ETCDIR%%/errors/hy/ERR_ESI -%%ETCDIR%%/errors/hy/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/hy/ERR_FTP_DISABLED -%%ETCDIR%%/errors/hy/ERR_FTP_FAILURE -%%ETCDIR%%/errors/hy/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/hy/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/hy/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/hy/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/hy/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/hy/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/hy/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/hy/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/hy/ERR_INVALID_REQ -%%ETCDIR%%/errors/hy/ERR_INVALID_RESP -%%ETCDIR%%/errors/hy/ERR_INVALID_URL -%%ETCDIR%%/errors/hy/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/hy/ERR_NO_RELAY -%%ETCDIR%%/errors/hy/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/hy/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/hy/ERR_READ_ERROR -%%ETCDIR%%/errors/hy/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/hy/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/hy/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/hy/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/hy/ERR_TOO_BIG -%%ETCDIR%%/errors/hy/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/hy/ERR_UNSUP_REQ -%%ETCDIR%%/errors/hy/ERR_URN_RESOLVE -%%ETCDIR%%/errors/hy/ERR_WRITE_ERROR -%%ETCDIR%%/errors/hy/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/hy/error-details.txt -%%ETCDIR%%/errors/id-id -%%ETCDIR%%/errors/id/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/id/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/id/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/id/ERR_AGENT_WPAD -%%ETCDIR%%/errors/id/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/id/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/id/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/id/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/id/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/id/ERR_DIR_LISTING -%%ETCDIR%%/errors/id/ERR_DNS_FAIL -%%ETCDIR%%/errors/id/ERR_ESI -%%ETCDIR%%/errors/id/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/id/ERR_FTP_DISABLED -%%ETCDIR%%/errors/id/ERR_FTP_FAILURE -%%ETCDIR%%/errors/id/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/id/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/id/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/id/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/id/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/id/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/id/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/id/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/id/ERR_INVALID_REQ -%%ETCDIR%%/errors/id/ERR_INVALID_RESP -%%ETCDIR%%/errors/id/ERR_INVALID_URL -%%ETCDIR%%/errors/id/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/id/ERR_NO_RELAY -%%ETCDIR%%/errors/id/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/id/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/id/ERR_READ_ERROR -%%ETCDIR%%/errors/id/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/id/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/id/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/id/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/id/ERR_TOO_BIG -%%ETCDIR%%/errors/id/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/id/ERR_UNSUP_REQ -%%ETCDIR%%/errors/id/ERR_URN_RESOLVE -%%ETCDIR%%/errors/id/ERR_WRITE_ERROR -%%ETCDIR%%/errors/id/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/id/error-details.txt -%%ETCDIR%%/errors/it-ch -%%ETCDIR%%/errors/it-it -%%ETCDIR%%/errors/it/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/it/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/it/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/it/ERR_AGENT_WPAD -%%ETCDIR%%/errors/it/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/it/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/it/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/it/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/it/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/it/ERR_DIR_LISTING -%%ETCDIR%%/errors/it/ERR_DNS_FAIL -%%ETCDIR%%/errors/it/ERR_ESI -%%ETCDIR%%/errors/it/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/it/ERR_FTP_DISABLED -%%ETCDIR%%/errors/it/ERR_FTP_FAILURE -%%ETCDIR%%/errors/it/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/it/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/it/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/it/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/it/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/it/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/it/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/it/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/it/ERR_INVALID_REQ -%%ETCDIR%%/errors/it/ERR_INVALID_RESP -%%ETCDIR%%/errors/it/ERR_INVALID_URL -%%ETCDIR%%/errors/it/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/it/ERR_NO_RELAY -%%ETCDIR%%/errors/it/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/it/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/it/ERR_READ_ERROR -%%ETCDIR%%/errors/it/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/it/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/it/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/it/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/it/ERR_TOO_BIG -%%ETCDIR%%/errors/it/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/it/ERR_UNSUP_REQ -%%ETCDIR%%/errors/it/ERR_URN_RESOLVE -%%ETCDIR%%/errors/it/ERR_WRITE_ERROR -%%ETCDIR%%/errors/it/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/it/error-details.txt -%%ETCDIR%%/errors/ja-jp -%%ETCDIR%%/errors/ja/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/ja/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/ja/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/ja/ERR_AGENT_WPAD -%%ETCDIR%%/errors/ja/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/ja/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/ja/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/ja/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/ja/ERR_DIR_LISTING -%%ETCDIR%%/errors/ja/ERR_DNS_FAIL -%%ETCDIR%%/errors/ja/ERR_ESI -%%ETCDIR%%/errors/ja/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/ja/ERR_FTP_DISABLED -%%ETCDIR%%/errors/ja/ERR_FTP_FAILURE -%%ETCDIR%%/errors/ja/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/ja/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/ja/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/ja/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/ja/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/ja/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/ja/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/ja/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/ja/ERR_INVALID_REQ -%%ETCDIR%%/errors/ja/ERR_INVALID_RESP -%%ETCDIR%%/errors/ja/ERR_INVALID_URL -%%ETCDIR%%/errors/ja/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/ja/ERR_NO_RELAY -%%ETCDIR%%/errors/ja/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/ja/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/ja/ERR_READ_ERROR -%%ETCDIR%%/errors/ja/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/ja/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/ja/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/ja/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/ja/ERR_TOO_BIG -%%ETCDIR%%/errors/ja/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/ja/ERR_UNSUP_REQ -%%ETCDIR%%/errors/ja/ERR_URN_RESOLVE -%%ETCDIR%%/errors/ja/ERR_WRITE_ERROR -%%ETCDIR%%/errors/ja/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/ja/error-details.txt -%%ETCDIR%%/errors/ka-ge -%%ETCDIR%%/errors/ka/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/ka/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/ka/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/ka/ERR_AGENT_WPAD -%%ETCDIR%%/errors/ka/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/ka/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/ka/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/ka/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/ka/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/ka/ERR_DIR_LISTING -%%ETCDIR%%/errors/ka/ERR_DNS_FAIL -%%ETCDIR%%/errors/ka/ERR_ESI -%%ETCDIR%%/errors/ka/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/ka/ERR_FTP_DISABLED -%%ETCDIR%%/errors/ka/ERR_FTP_FAILURE -%%ETCDIR%%/errors/ka/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/ka/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/ka/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/ka/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/ka/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/ka/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/ka/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/ka/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/ka/ERR_INVALID_REQ -%%ETCDIR%%/errors/ka/ERR_INVALID_RESP -%%ETCDIR%%/errors/ka/ERR_INVALID_URL -%%ETCDIR%%/errors/ka/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/ka/ERR_NO_RELAY -%%ETCDIR%%/errors/ka/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/ka/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/ka/ERR_READ_ERROR -%%ETCDIR%%/errors/ka/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/ka/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/ka/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/ka/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/ka/ERR_TOO_BIG -%%ETCDIR%%/errors/ka/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/ka/ERR_UNSUP_REQ -%%ETCDIR%%/errors/ka/ERR_URN_RESOLVE -%%ETCDIR%%/errors/ka/ERR_WRITE_ERROR -%%ETCDIR%%/errors/ka/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/ka/error-details.txt -%%ETCDIR%%/errors/ko-kp -%%ETCDIR%%/errors/ko-kr -%%ETCDIR%%/errors/ko/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/ko/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/ko/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/ko/ERR_AGENT_WPAD -%%ETCDIR%%/errors/ko/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/ko/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/ko/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/ko/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/ko/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/ko/ERR_DIR_LISTING -%%ETCDIR%%/errors/ko/ERR_DNS_FAIL -%%ETCDIR%%/errors/ko/ERR_ESI -%%ETCDIR%%/errors/ko/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/ko/ERR_FTP_DISABLED -%%ETCDIR%%/errors/ko/ERR_FTP_FAILURE -%%ETCDIR%%/errors/ko/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/ko/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/ko/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/ko/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/ko/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/ko/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/ko/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/ko/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/ko/ERR_INVALID_REQ -%%ETCDIR%%/errors/ko/ERR_INVALID_RESP -%%ETCDIR%%/errors/ko/ERR_INVALID_URL -%%ETCDIR%%/errors/ko/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/ko/ERR_NO_RELAY -%%ETCDIR%%/errors/ko/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/ko/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/ko/ERR_READ_ERROR -%%ETCDIR%%/errors/ko/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/ko/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/ko/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/ko/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/ko/ERR_TOO_BIG -%%ETCDIR%%/errors/ko/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/ko/ERR_UNSUP_REQ -%%ETCDIR%%/errors/ko/ERR_URN_RESOLVE -%%ETCDIR%%/errors/ko/ERR_WRITE_ERROR -%%ETCDIR%%/errors/ko/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/ko/error-details.txt -%%ETCDIR%%/errors/lt-lt -%%ETCDIR%%/errors/lt/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/lt/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/lt/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/lt/ERR_AGENT_WPAD -%%ETCDIR%%/errors/lt/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/lt/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/lt/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/lt/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/lt/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/lt/ERR_DIR_LISTING -%%ETCDIR%%/errors/lt/ERR_DNS_FAIL -%%ETCDIR%%/errors/lt/ERR_ESI -%%ETCDIR%%/errors/lt/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/lt/ERR_FTP_DISABLED -%%ETCDIR%%/errors/lt/ERR_FTP_FAILURE -%%ETCDIR%%/errors/lt/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/lt/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/lt/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/lt/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/lt/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/lt/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/lt/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/lt/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/lt/ERR_INVALID_REQ -%%ETCDIR%%/errors/lt/ERR_INVALID_RESP -%%ETCDIR%%/errors/lt/ERR_INVALID_URL -%%ETCDIR%%/errors/lt/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/lt/ERR_NO_RELAY -%%ETCDIR%%/errors/lt/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/lt/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/lt/ERR_READ_ERROR -%%ETCDIR%%/errors/lt/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/lt/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/lt/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/lt/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/lt/ERR_TOO_BIG -%%ETCDIR%%/errors/lt/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/lt/ERR_UNSUP_REQ -%%ETCDIR%%/errors/lt/ERR_URN_RESOLVE -%%ETCDIR%%/errors/lt/ERR_WRITE_ERROR -%%ETCDIR%%/errors/lt/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/lt/error-details.txt -%%ETCDIR%%/errors/lv-lv -%%ETCDIR%%/errors/lv/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/lv/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/lv/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/lv/ERR_AGENT_WPAD -%%ETCDIR%%/errors/lv/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/lv/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/lv/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/lv/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/lv/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/lv/ERR_DIR_LISTING -%%ETCDIR%%/errors/lv/ERR_DNS_FAIL -%%ETCDIR%%/errors/lv/ERR_ESI -%%ETCDIR%%/errors/lv/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/lv/ERR_FTP_DISABLED -%%ETCDIR%%/errors/lv/ERR_FTP_FAILURE -%%ETCDIR%%/errors/lv/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/lv/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/lv/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/lv/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/lv/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/lv/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/lv/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/lv/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/lv/ERR_INVALID_REQ -%%ETCDIR%%/errors/lv/ERR_INVALID_RESP -%%ETCDIR%%/errors/lv/ERR_INVALID_URL -%%ETCDIR%%/errors/lv/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/lv/ERR_NO_RELAY -%%ETCDIR%%/errors/lv/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/lv/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/lv/ERR_READ_ERROR -%%ETCDIR%%/errors/lv/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/lv/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/lv/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/lv/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/lv/ERR_TOO_BIG -%%ETCDIR%%/errors/lv/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/lv/ERR_UNSUP_REQ -%%ETCDIR%%/errors/lv/ERR_URN_RESOLVE -%%ETCDIR%%/errors/lv/ERR_WRITE_ERROR -%%ETCDIR%%/errors/lv/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/lv/error-details.txt -%%ETCDIR%%/errors/ms-my -%%ETCDIR%%/errors/ms/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/ms/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/ms/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/ms/ERR_AGENT_WPAD -%%ETCDIR%%/errors/ms/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/ms/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/ms/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/ms/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/ms/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/ms/ERR_DIR_LISTING -%%ETCDIR%%/errors/ms/ERR_DNS_FAIL -%%ETCDIR%%/errors/ms/ERR_ESI -%%ETCDIR%%/errors/ms/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/ms/ERR_FTP_DISABLED -%%ETCDIR%%/errors/ms/ERR_FTP_FAILURE -%%ETCDIR%%/errors/ms/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/ms/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/ms/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/ms/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/ms/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/ms/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/ms/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/ms/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/ms/ERR_INVALID_REQ -%%ETCDIR%%/errors/ms/ERR_INVALID_RESP -%%ETCDIR%%/errors/ms/ERR_INVALID_URL -%%ETCDIR%%/errors/ms/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/ms/ERR_NO_RELAY -%%ETCDIR%%/errors/ms/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/ms/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/ms/ERR_READ_ERROR -%%ETCDIR%%/errors/ms/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/ms/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/ms/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/ms/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/ms/ERR_TOO_BIG -%%ETCDIR%%/errors/ms/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/ms/ERR_UNSUP_REQ -%%ETCDIR%%/errors/ms/ERR_URN_RESOLVE -%%ETCDIR%%/errors/ms/ERR_WRITE_ERROR -%%ETCDIR%%/errors/ms/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/ms/error-details.txt -%%ETCDIR%%/errors/nl-nl -%%ETCDIR%%/errors/nl/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/nl/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/nl/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/nl/ERR_AGENT_WPAD -%%ETCDIR%%/errors/nl/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/nl/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/nl/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/nl/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/nl/ERR_DIR_LISTING -%%ETCDIR%%/errors/nl/ERR_DNS_FAIL -%%ETCDIR%%/errors/nl/ERR_ESI -%%ETCDIR%%/errors/nl/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/nl/ERR_FTP_DISABLED -%%ETCDIR%%/errors/nl/ERR_FTP_FAILURE -%%ETCDIR%%/errors/nl/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/nl/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/nl/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/nl/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/nl/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/nl/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/nl/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/nl/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/nl/ERR_INVALID_REQ -%%ETCDIR%%/errors/nl/ERR_INVALID_RESP -%%ETCDIR%%/errors/nl/ERR_INVALID_URL -%%ETCDIR%%/errors/nl/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/nl/ERR_NO_RELAY -%%ETCDIR%%/errors/nl/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/nl/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/nl/ERR_READ_ERROR -%%ETCDIR%%/errors/nl/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/nl/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/nl/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/nl/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/nl/ERR_TOO_BIG -%%ETCDIR%%/errors/nl/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/nl/ERR_UNSUP_REQ -%%ETCDIR%%/errors/nl/ERR_URN_RESOLVE -%%ETCDIR%%/errors/nl/ERR_WRITE_ERROR -%%ETCDIR%%/errors/nl/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/nl/error-details.txt -%%ETCDIR%%/errors/oc/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/oc/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/oc/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/oc/ERR_AGENT_WPAD -%%ETCDIR%%/errors/oc/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/oc/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/oc/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/oc/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/oc/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/oc/ERR_DIR_LISTING -%%ETCDIR%%/errors/oc/ERR_DNS_FAIL -%%ETCDIR%%/errors/oc/ERR_ESI -%%ETCDIR%%/errors/oc/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/oc/ERR_FTP_DISABLED -%%ETCDIR%%/errors/oc/ERR_FTP_FAILURE -%%ETCDIR%%/errors/oc/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/oc/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/oc/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/oc/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/oc/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/oc/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/oc/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/oc/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/oc/ERR_INVALID_REQ -%%ETCDIR%%/errors/oc/ERR_INVALID_RESP -%%ETCDIR%%/errors/oc/ERR_INVALID_URL -%%ETCDIR%%/errors/oc/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/oc/ERR_NO_RELAY -%%ETCDIR%%/errors/oc/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/oc/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/oc/ERR_READ_ERROR -%%ETCDIR%%/errors/oc/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/oc/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/oc/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/oc/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/oc/ERR_TOO_BIG -%%ETCDIR%%/errors/oc/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/oc/ERR_UNSUP_REQ -%%ETCDIR%%/errors/oc/ERR_URN_RESOLVE -%%ETCDIR%%/errors/oc/ERR_WRITE_ERROR -%%ETCDIR%%/errors/oc/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/oc/error-details.txt -%%ETCDIR%%/errors/pl-pl -%%ETCDIR%%/errors/pl/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/pl/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/pl/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/pl/ERR_AGENT_WPAD -%%ETCDIR%%/errors/pl/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/pl/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/pl/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/pl/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/pl/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/pl/ERR_DIR_LISTING -%%ETCDIR%%/errors/pl/ERR_DNS_FAIL -%%ETCDIR%%/errors/pl/ERR_ESI -%%ETCDIR%%/errors/pl/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/pl/ERR_FTP_DISABLED -%%ETCDIR%%/errors/pl/ERR_FTP_FAILURE -%%ETCDIR%%/errors/pl/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/pl/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/pl/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/pl/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/pl/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/pl/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/pl/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/pl/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/pl/ERR_INVALID_REQ -%%ETCDIR%%/errors/pl/ERR_INVALID_RESP -%%ETCDIR%%/errors/pl/ERR_INVALID_URL -%%ETCDIR%%/errors/pl/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/pl/ERR_NO_RELAY -%%ETCDIR%%/errors/pl/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/pl/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/pl/ERR_READ_ERROR -%%ETCDIR%%/errors/pl/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/pl/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/pl/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/pl/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/pl/ERR_TOO_BIG -%%ETCDIR%%/errors/pl/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/pl/ERR_UNSUP_REQ -%%ETCDIR%%/errors/pl/ERR_URN_RESOLVE -%%ETCDIR%%/errors/pl/ERR_WRITE_ERROR -%%ETCDIR%%/errors/pl/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/pl/error-details.txt -%%ETCDIR%%/errors/pt-br/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/pt-br/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/pt-br/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/pt-br/ERR_AGENT_WPAD -%%ETCDIR%%/errors/pt-br/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/pt-br/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/pt-br/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/pt-br/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/pt-br/ERR_DIR_LISTING -%%ETCDIR%%/errors/pt-br/ERR_DNS_FAIL -%%ETCDIR%%/errors/pt-br/ERR_ESI -%%ETCDIR%%/errors/pt-br/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/pt-br/ERR_FTP_DISABLED -%%ETCDIR%%/errors/pt-br/ERR_FTP_FAILURE -%%ETCDIR%%/errors/pt-br/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/pt-br/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/pt-br/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/pt-br/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/pt-br/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/pt-br/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/pt-br/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/pt-br/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/pt-br/ERR_INVALID_REQ -%%ETCDIR%%/errors/pt-br/ERR_INVALID_RESP -%%ETCDIR%%/errors/pt-br/ERR_INVALID_URL -%%ETCDIR%%/errors/pt-br/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/pt-br/ERR_NO_RELAY -%%ETCDIR%%/errors/pt-br/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/pt-br/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/pt-br/ERR_READ_ERROR -%%ETCDIR%%/errors/pt-br/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/pt-br/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/pt-br/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/pt-br/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/pt-br/ERR_TOO_BIG -%%ETCDIR%%/errors/pt-br/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/pt-br/ERR_UNSUP_REQ -%%ETCDIR%%/errors/pt-br/ERR_URN_RESOLVE -%%ETCDIR%%/errors/pt-br/ERR_WRITE_ERROR -%%ETCDIR%%/errors/pt-br/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/pt-br/error-details.txt -%%ETCDIR%%/errors/pt-bz -%%ETCDIR%%/errors/pt-pt -%%ETCDIR%%/errors/pt/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/pt/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/pt/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/pt/ERR_AGENT_WPAD -%%ETCDIR%%/errors/pt/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/pt/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/pt/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/pt/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/pt/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/pt/ERR_DIR_LISTING -%%ETCDIR%%/errors/pt/ERR_DNS_FAIL -%%ETCDIR%%/errors/pt/ERR_ESI -%%ETCDIR%%/errors/pt/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/pt/ERR_FTP_DISABLED -%%ETCDIR%%/errors/pt/ERR_FTP_FAILURE -%%ETCDIR%%/errors/pt/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/pt/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/pt/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/pt/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/pt/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/pt/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/pt/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/pt/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/pt/ERR_INVALID_REQ -%%ETCDIR%%/errors/pt/ERR_INVALID_RESP -%%ETCDIR%%/errors/pt/ERR_INVALID_URL -%%ETCDIR%%/errors/pt/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/pt/ERR_NO_RELAY -%%ETCDIR%%/errors/pt/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/pt/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/pt/ERR_READ_ERROR -%%ETCDIR%%/errors/pt/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/pt/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/pt/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/pt/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/pt/ERR_TOO_BIG -%%ETCDIR%%/errors/pt/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/pt/ERR_UNSUP_REQ -%%ETCDIR%%/errors/pt/ERR_URN_RESOLVE -%%ETCDIR%%/errors/pt/ERR_WRITE_ERROR -%%ETCDIR%%/errors/pt/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/pt/error-details.txt -%%ETCDIR%%/errors/ro-md -%%ETCDIR%%/errors/ro-ro -%%ETCDIR%%/errors/ro/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/ro/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/ro/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/ro/ERR_AGENT_WPAD -%%ETCDIR%%/errors/ro/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/ro/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/ro/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/ro/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/ro/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/ro/ERR_DIR_LISTING -%%ETCDIR%%/errors/ro/ERR_DNS_FAIL -%%ETCDIR%%/errors/ro/ERR_ESI -%%ETCDIR%%/errors/ro/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/ro/ERR_FTP_DISABLED -%%ETCDIR%%/errors/ro/ERR_FTP_FAILURE -%%ETCDIR%%/errors/ro/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/ro/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/ro/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/ro/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/ro/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/ro/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/ro/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/ro/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/ro/ERR_INVALID_REQ -%%ETCDIR%%/errors/ro/ERR_INVALID_RESP -%%ETCDIR%%/errors/ro/ERR_INVALID_URL -%%ETCDIR%%/errors/ro/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/ro/ERR_NO_RELAY -%%ETCDIR%%/errors/ro/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/ro/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/ro/ERR_READ_ERROR -%%ETCDIR%%/errors/ro/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/ro/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/ro/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/ro/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/ro/ERR_TOO_BIG -%%ETCDIR%%/errors/ro/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/ro/ERR_UNSUP_REQ -%%ETCDIR%%/errors/ro/ERR_URN_RESOLVE -%%ETCDIR%%/errors/ro/ERR_WRITE_ERROR -%%ETCDIR%%/errors/ro/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/ro/error-details.txt -%%ETCDIR%%/errors/ru-ru -%%ETCDIR%%/errors/ru/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/ru/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/ru/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/ru/ERR_AGENT_WPAD -%%ETCDIR%%/errors/ru/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/ru/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/ru/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/ru/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/ru/ERR_DIR_LISTING -%%ETCDIR%%/errors/ru/ERR_DNS_FAIL -%%ETCDIR%%/errors/ru/ERR_ESI -%%ETCDIR%%/errors/ru/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/ru/ERR_FTP_DISABLED -%%ETCDIR%%/errors/ru/ERR_FTP_FAILURE -%%ETCDIR%%/errors/ru/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/ru/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/ru/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/ru/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/ru/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/ru/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/ru/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/ru/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/ru/ERR_INVALID_REQ -%%ETCDIR%%/errors/ru/ERR_INVALID_RESP -%%ETCDIR%%/errors/ru/ERR_INVALID_URL -%%ETCDIR%%/errors/ru/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/ru/ERR_NO_RELAY -%%ETCDIR%%/errors/ru/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/ru/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/ru/ERR_READ_ERROR -%%ETCDIR%%/errors/ru/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/ru/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/ru/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/ru/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/ru/ERR_TOO_BIG -%%ETCDIR%%/errors/ru/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/ru/ERR_UNSUP_REQ -%%ETCDIR%%/errors/ru/ERR_URN_RESOLVE -%%ETCDIR%%/errors/ru/ERR_WRITE_ERROR -%%ETCDIR%%/errors/ru/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/ru/error-details.txt -%%ETCDIR%%/errors/sk-sk -%%ETCDIR%%/errors/sk/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/sk/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/sk/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/sk/ERR_AGENT_WPAD -%%ETCDIR%%/errors/sk/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/sk/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/sk/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/sk/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/sk/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/sk/ERR_DIR_LISTING -%%ETCDIR%%/errors/sk/ERR_DNS_FAIL -%%ETCDIR%%/errors/sk/ERR_ESI -%%ETCDIR%%/errors/sk/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/sk/ERR_FTP_DISABLED -%%ETCDIR%%/errors/sk/ERR_FTP_FAILURE -%%ETCDIR%%/errors/sk/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/sk/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/sk/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/sk/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/sk/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/sk/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/sk/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/sk/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/sk/ERR_INVALID_REQ -%%ETCDIR%%/errors/sk/ERR_INVALID_RESP -%%ETCDIR%%/errors/sk/ERR_INVALID_URL -%%ETCDIR%%/errors/sk/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/sk/ERR_NO_RELAY -%%ETCDIR%%/errors/sk/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/sk/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/sk/ERR_READ_ERROR -%%ETCDIR%%/errors/sk/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/sk/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/sk/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/sk/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/sk/ERR_TOO_BIG -%%ETCDIR%%/errors/sk/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/sk/ERR_UNSUP_REQ -%%ETCDIR%%/errors/sk/ERR_URN_RESOLVE -%%ETCDIR%%/errors/sk/ERR_WRITE_ERROR -%%ETCDIR%%/errors/sk/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/sk/error-details.txt -%%ETCDIR%%/errors/sl-si -%%ETCDIR%%/errors/sl/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/sl/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/sl/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/sl/ERR_AGENT_WPAD -%%ETCDIR%%/errors/sl/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/sl/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/sl/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/sl/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/sl/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/sl/ERR_DIR_LISTING -%%ETCDIR%%/errors/sl/ERR_DNS_FAIL -%%ETCDIR%%/errors/sl/ERR_ESI -%%ETCDIR%%/errors/sl/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/sl/ERR_FTP_DISABLED -%%ETCDIR%%/errors/sl/ERR_FTP_FAILURE -%%ETCDIR%%/errors/sl/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/sl/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/sl/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/sl/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/sl/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/sl/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/sl/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/sl/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/sl/ERR_INVALID_REQ -%%ETCDIR%%/errors/sl/ERR_INVALID_RESP -%%ETCDIR%%/errors/sl/ERR_INVALID_URL -%%ETCDIR%%/errors/sl/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/sl/ERR_NO_RELAY -%%ETCDIR%%/errors/sl/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/sl/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/sl/ERR_READ_ERROR -%%ETCDIR%%/errors/sl/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/sl/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/sl/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/sl/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/sl/ERR_TOO_BIG -%%ETCDIR%%/errors/sl/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/sl/ERR_UNSUP_REQ -%%ETCDIR%%/errors/sl/ERR_URN_RESOLVE -%%ETCDIR%%/errors/sl/ERR_WRITE_ERROR -%%ETCDIR%%/errors/sl/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/sl/error-details.txt -%%ETCDIR%%/errors/sr -%%ETCDIR%%/errors/sr-cyrl-cs -%%ETCDIR%%/errors/sr-cyrl-me -%%ETCDIR%%/errors/sr-cyrl-rs -%%ETCDIR%%/errors/sr-cyrl/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/sr-cyrl/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/sr-cyrl/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/sr-cyrl/ERR_AGENT_WPAD -%%ETCDIR%%/errors/sr-cyrl/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/sr-cyrl/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/sr-cyrl/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/sr-cyrl/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/sr-cyrl/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/sr-cyrl/ERR_DIR_LISTING -%%ETCDIR%%/errors/sr-cyrl/ERR_DNS_FAIL -%%ETCDIR%%/errors/sr-cyrl/ERR_ESI -%%ETCDIR%%/errors/sr-cyrl/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/sr-cyrl/ERR_FTP_DISABLED -%%ETCDIR%%/errors/sr-cyrl/ERR_FTP_FAILURE -%%ETCDIR%%/errors/sr-cyrl/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/sr-cyrl/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/sr-cyrl/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/sr-cyrl/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/sr-cyrl/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/sr-cyrl/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/sr-cyrl/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/sr-cyrl/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/sr-cyrl/ERR_INVALID_REQ -%%ETCDIR%%/errors/sr-cyrl/ERR_INVALID_RESP -%%ETCDIR%%/errors/sr-cyrl/ERR_INVALID_URL -%%ETCDIR%%/errors/sr-cyrl/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/sr-cyrl/ERR_NO_RELAY -%%ETCDIR%%/errors/sr-cyrl/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/sr-cyrl/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/sr-cyrl/ERR_READ_ERROR -%%ETCDIR%%/errors/sr-cyrl/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/sr-cyrl/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/sr-cyrl/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/sr-cyrl/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/sr-cyrl/ERR_TOO_BIG -%%ETCDIR%%/errors/sr-cyrl/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/sr-cyrl/ERR_UNSUP_REQ -%%ETCDIR%%/errors/sr-cyrl/ERR_URN_RESOLVE -%%ETCDIR%%/errors/sr-cyrl/ERR_WRITE_ERROR -%%ETCDIR%%/errors/sr-cyrl/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/sr-cyrl/error-details.txt -%%ETCDIR%%/errors/sr-latn-cs -%%ETCDIR%%/errors/sr-latn-me -%%ETCDIR%%/errors/sr-latn-rs -%%ETCDIR%%/errors/sr-latn/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/sr-latn/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/sr-latn/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/sr-latn/ERR_AGENT_WPAD -%%ETCDIR%%/errors/sr-latn/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/sr-latn/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/sr-latn/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/sr-latn/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/sr-latn/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/sr-latn/ERR_DIR_LISTING -%%ETCDIR%%/errors/sr-latn/ERR_DNS_FAIL -%%ETCDIR%%/errors/sr-latn/ERR_ESI -%%ETCDIR%%/errors/sr-latn/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/sr-latn/ERR_FTP_DISABLED -%%ETCDIR%%/errors/sr-latn/ERR_FTP_FAILURE -%%ETCDIR%%/errors/sr-latn/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/sr-latn/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/sr-latn/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/sr-latn/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/sr-latn/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/sr-latn/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/sr-latn/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/sr-latn/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/sr-latn/ERR_INVALID_REQ -%%ETCDIR%%/errors/sr-latn/ERR_INVALID_RESP -%%ETCDIR%%/errors/sr-latn/ERR_INVALID_URL -%%ETCDIR%%/errors/sr-latn/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/sr-latn/ERR_NO_RELAY -%%ETCDIR%%/errors/sr-latn/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/sr-latn/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/sr-latn/ERR_READ_ERROR -%%ETCDIR%%/errors/sr-latn/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/sr-latn/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/sr-latn/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/sr-latn/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/sr-latn/ERR_TOO_BIG -%%ETCDIR%%/errors/sr-latn/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/sr-latn/ERR_UNSUP_REQ -%%ETCDIR%%/errors/sr-latn/ERR_URN_RESOLVE -%%ETCDIR%%/errors/sr-latn/ERR_WRITE_ERROR -%%ETCDIR%%/errors/sr-latn/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/sr-latn/error-details.txt -%%ETCDIR%%/errors/sr-rs -%%ETCDIR%%/errors/sr-sp -%%ETCDIR%%/errors/sv-fi -%%ETCDIR%%/errors/sv-se -%%ETCDIR%%/errors/sv/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/sv/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/sv/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/sv/ERR_AGENT_WPAD -%%ETCDIR%%/errors/sv/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/sv/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/sv/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/sv/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/sv/ERR_DIR_LISTING -%%ETCDIR%%/errors/sv/ERR_DNS_FAIL -%%ETCDIR%%/errors/sv/ERR_ESI -%%ETCDIR%%/errors/sv/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/sv/ERR_FTP_DISABLED -%%ETCDIR%%/errors/sv/ERR_FTP_FAILURE -%%ETCDIR%%/errors/sv/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/sv/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/sv/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/sv/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/sv/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/sv/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/sv/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/sv/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/sv/ERR_INVALID_REQ -%%ETCDIR%%/errors/sv/ERR_INVALID_RESP -%%ETCDIR%%/errors/sv/ERR_INVALID_URL -%%ETCDIR%%/errors/sv/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/sv/ERR_NO_RELAY -%%ETCDIR%%/errors/sv/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/sv/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/sv/ERR_READ_ERROR -%%ETCDIR%%/errors/sv/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/sv/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/sv/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/sv/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/sv/ERR_TOO_BIG -%%ETCDIR%%/errors/sv/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/sv/ERR_UNSUP_REQ -%%ETCDIR%%/errors/sv/ERR_URN_RESOLVE -%%ETCDIR%%/errors/sv/ERR_WRITE_ERROR -%%ETCDIR%%/errors/sv/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/sv/error-details.txt -%%ETCDIR%%/errors/templates/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/templates/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/templates/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/templates/ERR_AGENT_WPAD -%%ETCDIR%%/errors/templates/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/templates/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/templates/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/templates/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/templates/ERR_DIR_LISTING -%%ETCDIR%%/errors/templates/ERR_DNS_FAIL -%%ETCDIR%%/errors/templates/ERR_ESI -%%ETCDIR%%/errors/templates/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/templates/ERR_FTP_DISABLED -%%ETCDIR%%/errors/templates/ERR_FTP_FAILURE -%%ETCDIR%%/errors/templates/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/templates/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/templates/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/templates/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/templates/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/templates/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/templates/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/templates/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/templates/ERR_INVALID_REQ -%%ETCDIR%%/errors/templates/ERR_INVALID_RESP -%%ETCDIR%%/errors/templates/ERR_INVALID_URL -%%ETCDIR%%/errors/templates/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/templates/ERR_NO_RELAY -%%ETCDIR%%/errors/templates/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/templates/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/templates/ERR_READ_ERROR -%%ETCDIR%%/errors/templates/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/templates/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/templates/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/templates/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/templates/ERR_TOO_BIG -%%ETCDIR%%/errors/templates/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/templates/ERR_UNSUP_REQ -%%ETCDIR%%/errors/templates/ERR_URN_RESOLVE -%%ETCDIR%%/errors/templates/ERR_WRITE_ERROR -%%ETCDIR%%/errors/templates/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/templates/error-details.txt -%%ETCDIR%%/errors/th-th -%%ETCDIR%%/errors/th/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/th/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/th/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/th/ERR_AGENT_WPAD -%%ETCDIR%%/errors/th/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/th/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/th/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/th/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/th/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/th/ERR_DIR_LISTING -%%ETCDIR%%/errors/th/ERR_DNS_FAIL -%%ETCDIR%%/errors/th/ERR_ESI -%%ETCDIR%%/errors/th/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/th/ERR_FTP_DISABLED -%%ETCDIR%%/errors/th/ERR_FTP_FAILURE -%%ETCDIR%%/errors/th/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/th/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/th/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/th/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/th/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/th/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/th/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/th/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/th/ERR_INVALID_REQ -%%ETCDIR%%/errors/th/ERR_INVALID_RESP -%%ETCDIR%%/errors/th/ERR_INVALID_URL -%%ETCDIR%%/errors/th/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/th/ERR_NO_RELAY -%%ETCDIR%%/errors/th/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/th/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/th/ERR_READ_ERROR -%%ETCDIR%%/errors/th/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/th/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/th/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/th/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/th/ERR_TOO_BIG -%%ETCDIR%%/errors/th/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/th/ERR_UNSUP_REQ -%%ETCDIR%%/errors/th/ERR_URN_RESOLVE -%%ETCDIR%%/errors/th/ERR_WRITE_ERROR -%%ETCDIR%%/errors/th/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/th/error-details.txt -%%ETCDIR%%/errors/tr-tr -%%ETCDIR%%/errors/tr/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/tr/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/tr/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/tr/ERR_AGENT_WPAD -%%ETCDIR%%/errors/tr/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/tr/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/tr/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/tr/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/tr/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/tr/ERR_DIR_LISTING -%%ETCDIR%%/errors/tr/ERR_DNS_FAIL -%%ETCDIR%%/errors/tr/ERR_ESI -%%ETCDIR%%/errors/tr/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/tr/ERR_FTP_DISABLED -%%ETCDIR%%/errors/tr/ERR_FTP_FAILURE -%%ETCDIR%%/errors/tr/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/tr/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/tr/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/tr/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/tr/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/tr/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/tr/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/tr/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/tr/ERR_INVALID_REQ -%%ETCDIR%%/errors/tr/ERR_INVALID_RESP -%%ETCDIR%%/errors/tr/ERR_INVALID_URL -%%ETCDIR%%/errors/tr/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/tr/ERR_NO_RELAY -%%ETCDIR%%/errors/tr/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/tr/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/tr/ERR_READ_ERROR -%%ETCDIR%%/errors/tr/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/tr/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/tr/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/tr/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/tr/ERR_TOO_BIG -%%ETCDIR%%/errors/tr/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/tr/ERR_UNSUP_REQ -%%ETCDIR%%/errors/tr/ERR_URN_RESOLVE -%%ETCDIR%%/errors/tr/ERR_WRITE_ERROR -%%ETCDIR%%/errors/tr/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/tr/error-details.txt -%%ETCDIR%%/errors/uk-ua -%%ETCDIR%%/errors/uk/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/uk/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/uk/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/uk/ERR_AGENT_WPAD -%%ETCDIR%%/errors/uk/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/uk/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/uk/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/uk/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/uk/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/uk/ERR_DIR_LISTING -%%ETCDIR%%/errors/uk/ERR_DNS_FAIL -%%ETCDIR%%/errors/uk/ERR_ESI -%%ETCDIR%%/errors/uk/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/uk/ERR_FTP_DISABLED -%%ETCDIR%%/errors/uk/ERR_FTP_FAILURE -%%ETCDIR%%/errors/uk/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/uk/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/uk/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/uk/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/uk/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/uk/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/uk/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/uk/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/uk/ERR_INVALID_REQ -%%ETCDIR%%/errors/uk/ERR_INVALID_RESP -%%ETCDIR%%/errors/uk/ERR_INVALID_URL -%%ETCDIR%%/errors/uk/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/uk/ERR_NO_RELAY -%%ETCDIR%%/errors/uk/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/uk/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/uk/ERR_READ_ERROR -%%ETCDIR%%/errors/uk/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/uk/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/uk/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/uk/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/uk/ERR_TOO_BIG -%%ETCDIR%%/errors/uk/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/uk/ERR_UNSUP_REQ -%%ETCDIR%%/errors/uk/ERR_URN_RESOLVE -%%ETCDIR%%/errors/uk/ERR_WRITE_ERROR -%%ETCDIR%%/errors/uk/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/uk/error-details.txt -%%ETCDIR%%/errors/uz/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/uz/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/uz/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/uz/ERR_AGENT_WPAD -%%ETCDIR%%/errors/uz/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/uz/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/uz/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/uz/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/uz/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/uz/ERR_DIR_LISTING -%%ETCDIR%%/errors/uz/ERR_DNS_FAIL -%%ETCDIR%%/errors/uz/ERR_ESI -%%ETCDIR%%/errors/uz/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/uz/ERR_FTP_DISABLED -%%ETCDIR%%/errors/uz/ERR_FTP_FAILURE -%%ETCDIR%%/errors/uz/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/uz/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/uz/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/uz/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/uz/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/uz/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/uz/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/uz/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/uz/ERR_INVALID_REQ -%%ETCDIR%%/errors/uz/ERR_INVALID_RESP -%%ETCDIR%%/errors/uz/ERR_INVALID_URL -%%ETCDIR%%/errors/uz/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/uz/ERR_NO_RELAY -%%ETCDIR%%/errors/uz/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/uz/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/uz/ERR_READ_ERROR -%%ETCDIR%%/errors/uz/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/uz/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/uz/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/uz/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/uz/ERR_TOO_BIG -%%ETCDIR%%/errors/uz/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/uz/ERR_UNSUP_REQ -%%ETCDIR%%/errors/uz/ERR_URN_RESOLVE -%%ETCDIR%%/errors/uz/ERR_WRITE_ERROR -%%ETCDIR%%/errors/uz/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/uz/error-details.txt -%%ETCDIR%%/errors/vi-vn -%%ETCDIR%%/errors/vi/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/vi/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/vi/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/vi/ERR_AGENT_WPAD -%%ETCDIR%%/errors/vi/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/vi/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/vi/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/vi/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/vi/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/vi/ERR_DIR_LISTING -%%ETCDIR%%/errors/vi/ERR_DNS_FAIL -%%ETCDIR%%/errors/vi/ERR_ESI -%%ETCDIR%%/errors/vi/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/vi/ERR_FTP_DISABLED -%%ETCDIR%%/errors/vi/ERR_FTP_FAILURE -%%ETCDIR%%/errors/vi/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/vi/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/vi/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/vi/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/vi/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/vi/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/vi/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/vi/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/vi/ERR_INVALID_REQ -%%ETCDIR%%/errors/vi/ERR_INVALID_RESP -%%ETCDIR%%/errors/vi/ERR_INVALID_URL -%%ETCDIR%%/errors/vi/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/vi/ERR_NO_RELAY -%%ETCDIR%%/errors/vi/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/vi/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/vi/ERR_READ_ERROR -%%ETCDIR%%/errors/vi/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/vi/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/vi/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/vi/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/vi/ERR_TOO_BIG -%%ETCDIR%%/errors/vi/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/vi/ERR_UNSUP_REQ -%%ETCDIR%%/errors/vi/ERR_URN_RESOLVE -%%ETCDIR%%/errors/vi/ERR_WRITE_ERROR -%%ETCDIR%%/errors/vi/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/vi/error-details.txt -%%ETCDIR%%/errors/zh-cn -%%ETCDIR%%/errors/zh-hans-cn -%%ETCDIR%%/errors/zh-hans-sg -%%ETCDIR%%/errors/zh-hans/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/zh-hans/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/zh-hans/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/zh-hans/ERR_AGENT_WPAD -%%ETCDIR%%/errors/zh-hans/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/zh-hans/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/zh-hans/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/zh-hans/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/zh-hans/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/zh-hans/ERR_DIR_LISTING -%%ETCDIR%%/errors/zh-hans/ERR_DNS_FAIL -%%ETCDIR%%/errors/zh-hans/ERR_ESI -%%ETCDIR%%/errors/zh-hans/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/zh-hans/ERR_FTP_DISABLED -%%ETCDIR%%/errors/zh-hans/ERR_FTP_FAILURE -%%ETCDIR%%/errors/zh-hans/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/zh-hans/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/zh-hans/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/zh-hans/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/zh-hans/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/zh-hans/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/zh-hans/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/zh-hans/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/zh-hans/ERR_INVALID_REQ -%%ETCDIR%%/errors/zh-hans/ERR_INVALID_RESP -%%ETCDIR%%/errors/zh-hans/ERR_INVALID_URL -%%ETCDIR%%/errors/zh-hans/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/zh-hans/ERR_NO_RELAY -%%ETCDIR%%/errors/zh-hans/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/zh-hans/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/zh-hans/ERR_READ_ERROR -%%ETCDIR%%/errors/zh-hans/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/zh-hans/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/zh-hans/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/zh-hans/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/zh-hans/ERR_TOO_BIG -%%ETCDIR%%/errors/zh-hans/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/zh-hans/ERR_UNSUP_REQ -%%ETCDIR%%/errors/zh-hans/ERR_URN_RESOLVE -%%ETCDIR%%/errors/zh-hans/ERR_WRITE_ERROR -%%ETCDIR%%/errors/zh-hans/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/zh-hans/error-details.txt -%%ETCDIR%%/errors/zh-hant-hk -%%ETCDIR%%/errors/zh-hant-mo -%%ETCDIR%%/errors/zh-hant-tw -%%ETCDIR%%/errors/zh-hant/ERR_ACCESS_DENIED -%%ETCDIR%%/errors/zh-hant/ERR_ACL_TIME_QUOTA_EXCEEDED -%%ETCDIR%%/errors/zh-hant/ERR_AGENT_CONFIGURE -%%ETCDIR%%/errors/zh-hant/ERR_AGENT_WPAD -%%ETCDIR%%/errors/zh-hant/ERR_CACHE_ACCESS_DENIED -%%ETCDIR%%/errors/zh-hant/ERR_CACHE_MGR_ACCESS_DENIED -%%ETCDIR%%/errors/zh-hant/ERR_CANNOT_FORWARD -%%ETCDIR%%/errors/zh-hant/ERR_CONFLICT_HOST -%%ETCDIR%%/errors/zh-hant/ERR_CONNECT_FAIL -%%ETCDIR%%/errors/zh-hant/ERR_DIR_LISTING -%%ETCDIR%%/errors/zh-hant/ERR_DNS_FAIL -%%ETCDIR%%/errors/zh-hant/ERR_ESI -%%ETCDIR%%/errors/zh-hant/ERR_FORWARDING_DENIED -%%ETCDIR%%/errors/zh-hant/ERR_FTP_DISABLED -%%ETCDIR%%/errors/zh-hant/ERR_FTP_FAILURE -%%ETCDIR%%/errors/zh-hant/ERR_FTP_FORBIDDEN -%%ETCDIR%%/errors/zh-hant/ERR_FTP_NOT_FOUND -%%ETCDIR%%/errors/zh-hant/ERR_FTP_PUT_CREATED -%%ETCDIR%%/errors/zh-hant/ERR_FTP_PUT_ERROR -%%ETCDIR%%/errors/zh-hant/ERR_FTP_PUT_MODIFIED -%%ETCDIR%%/errors/zh-hant/ERR_FTP_UNAVAILABLE -%%ETCDIR%%/errors/zh-hant/ERR_GATEWAY_FAILURE -%%ETCDIR%%/errors/zh-hant/ERR_ICAP_FAILURE -%%ETCDIR%%/errors/zh-hant/ERR_INVALID_REQ -%%ETCDIR%%/errors/zh-hant/ERR_INVALID_RESP -%%ETCDIR%%/errors/zh-hant/ERR_INVALID_URL -%%ETCDIR%%/errors/zh-hant/ERR_LIFETIME_EXP -%%ETCDIR%%/errors/zh-hant/ERR_NO_RELAY -%%ETCDIR%%/errors/zh-hant/ERR_ONLY_IF_CACHED_MISS -%%ETCDIR%%/errors/zh-hant/ERR_PRECONDITION_FAILED -%%ETCDIR%%/errors/zh-hant/ERR_READ_ERROR -%%ETCDIR%%/errors/zh-hant/ERR_READ_TIMEOUT -%%ETCDIR%%/errors/zh-hant/ERR_SECURE_CONNECT_FAIL -%%ETCDIR%%/errors/zh-hant/ERR_SHUTTING_DOWN -%%ETCDIR%%/errors/zh-hant/ERR_SOCKET_FAILURE -%%ETCDIR%%/errors/zh-hant/ERR_TOO_BIG -%%ETCDIR%%/errors/zh-hant/ERR_UNSUP_HTTPVERSION -%%ETCDIR%%/errors/zh-hant/ERR_UNSUP_REQ -%%ETCDIR%%/errors/zh-hant/ERR_URN_RESOLVE -%%ETCDIR%%/errors/zh-hant/ERR_WRITE_ERROR -%%ETCDIR%%/errors/zh-hant/ERR_ZERO_SIZE_OBJECT -%%ETCDIR%%/errors/zh-hant/error-details.txt -%%ETCDIR%%/errors/zh-hk -%%ETCDIR%%/errors/zh-mo -%%ETCDIR%%/errors/zh-sg -%%ETCDIR%%/errors/zh-tw -%%ETCDIR%%/icons/SN.png -%%ETCDIR%%/icons/silk/application.png -%%ETCDIR%%/icons/silk/arrow_up.png -%%ETCDIR%%/icons/silk/bomb.png -%%ETCDIR%%/icons/silk/box.png -%%ETCDIR%%/icons/silk/bricks.png -%%ETCDIR%%/icons/silk/bullet_red.png -%%ETCDIR%%/icons/silk/cd.png -%%ETCDIR%%/icons/silk/chart_line.png -%%ETCDIR%%/icons/silk/compress.png -%%ETCDIR%%/icons/silk/computer_link.png -%%ETCDIR%%/icons/silk/css.png -%%ETCDIR%%/icons/silk/cup.png -%%ETCDIR%%/icons/silk/database.png -%%ETCDIR%%/icons/silk/database_table.png -%%ETCDIR%%/icons/silk/drive_disk.png -%%ETCDIR%%/icons/silk/film.png -%%ETCDIR%%/icons/silk/film_key.png -%%ETCDIR%%/icons/silk/folder.png -%%ETCDIR%%/icons/silk/folder_table.png -%%ETCDIR%%/icons/silk/image.png -%%ETCDIR%%/icons/silk/information.png -%%ETCDIR%%/icons/silk/layers.png -%%ETCDIR%%/icons/silk/layout.png -%%ETCDIR%%/icons/silk/link.png -%%ETCDIR%%/icons/silk/music.png -%%ETCDIR%%/icons/silk/package.png -%%ETCDIR%%/icons/silk/package_go.png -%%ETCDIR%%/icons/silk/page_code.png -%%ETCDIR%%/icons/silk/page_excel.png -%%ETCDIR%%/icons/silk/page_green.png -%%ETCDIR%%/icons/silk/page_white.png -%%ETCDIR%%/icons/silk/page_white_acrobat.png -%%ETCDIR%%/icons/silk/page_white_c.png -%%ETCDIR%%/icons/silk/page_white_cplusplus.png -%%ETCDIR%%/icons/silk/page_white_flash.png -%%ETCDIR%%/icons/silk/page_white_magnify.png -%%ETCDIR%%/icons/silk/page_white_picture.png -%%ETCDIR%%/icons/silk/page_white_powerpoint.png -%%ETCDIR%%/icons/silk/page_white_stack.png -%%ETCDIR%%/icons/silk/page_white_text.png -%%ETCDIR%%/icons/silk/page_white_word.png -%%ETCDIR%%/icons/silk/page_white_zip.png -%%ETCDIR%%/icons/silk/page_world.png -%%ETCDIR%%/icons/silk/photo.png -%%ETCDIR%%/icons/silk/picture.png -%%ETCDIR%%/icons/silk/plugin.png -%%ETCDIR%%/icons/silk/plugin_add.png -%%ETCDIR%%/icons/silk/script.png -%%ETCDIR%%/icons/silk/script_gear.png -%%ETCDIR%%/icons/silk/script_palette.png -%%ETCDIR%%/mib.txt -%%ETCDIR%%/squid.conf.documented -libexec/squid/basic_db_auth -libexec/squid/basic_fake_auth -libexec/squid/basic_getpwnam_auth -%%AUTH_LDAP%%libexec/squid/basic_ldap_auth -libexec/squid/basic_msnt_multi_domain_auth -libexec/squid/basic_ncsa_auth -%%AUTH_NIS%%libexec/squid/basic_nis_auth -libexec/squid/basic_pam_auth -libexec/squid/basic_pop3_auth -libexec/squid/basic_radius_auth -%%AUTH_SASL%%libexec/squid/basic_sasl_auth -%%AUTH_SMB%%libexec/squid/basic_smb_auth -%%AUTH_SMB%%libexec/squid/basic_smb_auth.sh -libexec/squid/basic_smb_lm_auth -libexec/squid/cachemgr.cgi -%%AUTH_KERB%%%%AUTH_LDAP%%%%AUTH_SASL%%libexec/squid/cert_tool -%%SSL%%libexec/squid/cert_valid.pl -libexec/squid/digest_file_auth -%%FS_DISKD%%libexec/squid/diskd -libexec/squid/ext_file_userip_acl -%%AUTH_KERB%%%%AUTH_LDAP%%%%AUTH_SASL%%libexec/squid/ext_kerberos_ldap_group_acl -%%AUTH_LDAP%%libexec/squid/ext_ldap_group_acl -%%AUTH_SQL%%libexec/squid/ext_sql_session_acl -libexec/squid/ext_time_quota_acl -libexec/squid/ext_unix_group_acl -%%AUTH_SMB%%libexec/squid/ext_wbinfo_group_acl -libexec/squid/helper-mux.pl -libexec/squid/log_file_daemon -%%AUTH_KERB%%libexec/squid/negotiate_kerberos_auth -%%AUTH_KERB%%libexec/squid/negotiate_kerberos_auth_test -%%AUTH_KERB%%libexec/squid/negotiate_wrapper_auth -libexec/squid/ntlm_fake_auth -libexec/squid/ntlm_smb_lm_auth -%%ICMP%%@mode 4510 -%%ICMP%%@group squid -%%ICMP%%libexec/squid/pinger -%%ICMP%%@group -%%ICMP%%@mode -%%SSL_CRTD%%libexec/squid/ssl_crtd -libexec/squid/storeid_file_rewrite -%%UNLINKD%%libexec/squid/unlinkd -libexec/squid/url_fake_rewrite -libexec/squid/url_fake_rewrite.sh -man/man1/squidclient.1.gz -man/man8/basic_db_auth.8.gz -man/man8/basic_getpwnam_auth.8.gz -%%AUTH_LDAP%%man/man8/basic_ldap_auth.8.gz -man/man8/basic_msnt_multi_domain_auth.8.gz -man/man8/basic_ncsa_auth.8.gz -man/man8/basic_pam_auth.8.gz -man/man8/basic_pop3_auth.8.gz -man/man8/basic_radius_auth.8.gz -%%AUTH_SASL%%man/man8/basic_sasl_auth.8.gz -man/man8/cachemgr.cgi.8.gz -man/man8/digest_file_auth.8.gz -man/man8/ext_file_userip_acl.8.gz -%%AUTH_LDAP%%man/man8/ext_ldap_group_acl.8.gz -%%AUTH_SQL%%man/man8/ext_sql_session_acl.8.gz -man/man8/ext_time_quota_acl.8.gz -man/man8/ext_unix_group_acl.8.gz -%%AUTH_SMB%%man/man8/ext_wbinfo_group_acl.8.gz -%%AUTH_KERB%%man/man8/negotiate_kerberos_auth.8.gz -man/man8/squid.8.gz -%%SSL_CRTD%%man/man8/ssl_crtd.8.gz -man/man8/storeid_file_rewrite.8.gz -sbin/purge -sbin/squid -sbin/squidclient -@dir(squid,squid,750) /var/log/squid -@dir(squid,squid,750) /var/run/squid -@dir(squid,squid,750) /var/squid -@dir(squid,squid,750) /var/squid/cache |