Remove expired ports:

2019-05-31 multimedia/gmerlin-avdecoder: unused in the ports tree and depends on vulnerable multimedia/ffmpeg0
2019-05-31 security/racoon2-legacy: No longer supported upstream, use security/racoon2
2019-05-31 www/pivotx: inactive upstream and does not work with PHP 7
2019-05-31 dns/bind912: Support ends, please move to dns/bind914.
2019-05-31 multimedia/vdr-plugin-softhddevice: unmaintained and depends on vulnerable multimedia/ffmpeg0
This commit is contained in:
Rene Ladan 2019-05-31 18:42:07 +00:00
parent 3f4ab0dfb1
commit 104763fcf0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503187
63 changed files with 5 additions and 3965 deletions

5
MOVED
View file

@ -12784,3 +12784,8 @@ math/py-numarray|math/py-numpy|2019-05-30|Has expired: Obsoleted upstream in fav
net/neubot||2019-05-30|Has expired: neubot client has been retired upstream
www/py-django20|www/py-django22|2019-05-31|Has expired: Extended support has expired on April 1, 2019. Use www/py-django21 or www/py-django22 instead
www/rubygem-heroku||2019-05-31|Has expired: Upstream has changed to node-based CLI (https://cli.heroku.com/)
multimedia/gmerlin-avdecoder||2019-05-31|Has expired: unused in the ports tree and depends on vulnerable multimedia/ffmpeg0
security/racoon2-legacy|security/racoon2|2019-05-31|Has expired: No longer supported upstream, use security/racoon2
www/pivotx||2019-05-31|Has expired: inactive upstream and does not work with PHP 7
dns/bind912|dns/bind914|2019-05-31|Has expired: Support ends, please move to dns/bind914.
multimedia/vdr-plugin-softhddevice||2019-05-31|Has expired: unmaintained and depends on vulnerable multimedia/ffmpeg0

View file

@ -12,7 +12,6 @@
SUBDIR += bind-tools
SUBDIR += bind9-devel
SUBDIR += bind911
SUBDIR += bind912
SUBDIR += bind914
SUBDIR += bindgraph
SUBDIR += bundy

View file

@ -1,246 +0,0 @@
# $FreeBSD$
# pkg-help formatted with fmt 59 63
PORTNAME= bind
PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
CATEGORIES= dns net ipv6
MASTER_SITES= ISC/bind9/${ISCVERSION}
PKGNAMESUFFIX= 912
DISTNAME= ${PORTNAME}-${ISCVERSION}
MAINTAINER= mat@FreeBSD.org
COMMENT= BIND DNS suite with updated DNSSEC and DNS64
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
DEPRECATED= Support ends, please move to dns/bind914.
EXPIRATION_DATE= 2019-05-31
LIB_DEPENDS= libxml2.so:textproc/libxml2
RUN_DEPENDS= bind-tools>0:dns/bind-tools
USES= compiler:c11 cpe libedit
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
ISCVERSION= 9.12.4-P1
CPE_VENDOR= isc
CPE_VERSION= ${ISCVERSION:C/-.*//}
.if ${ISCVERSION:M*-*}
CPE_UPDATE= ${ISCVERSION:C/.*-//:tl}
.endif
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
--with-randomdev=/dev/random \
--with-libxml2=${LOCALBASE} \
--with-readline="-L${LOCALBASE}/lib -ledit" \
--with-dlopen=yes \
--with-gost=no \
--without-python \
--sysconfdir=${ETCDIR}
ETCDIR= ${PREFIX}/etc/namedb
CONFLICTS= bind911 bind913 bind914 bind9-devel
USE_RC_SUBR= named
SUB_FILES= pkg-message named.conf
PORTDOCS= *
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE JSON \
DLZ_FILESYSTEM LMDB RPZ_NSDNAME RPZ_NSIP TCP_FASTOPEN
OPTIONS_DEFINE= IDN LARGE_FILE JSON \
FIXED_RRSET SIGCHASE IPV6 THREADS \
RPZ_NSIP RPZ_NSDNAME DOCS \
MINCACHE PORTREVISION QUERYTRACE LMDB DNSTAP \
START_LATE TUNING_LARGE TCP_FASTOPEN
OPTIONS_RADIO= CRYPTO
OPTIONS_RADIO_CRYPTO= SSL NATIVE_PKCS11
OPTIONS_GROUP= DLZ
OPTIONS_GROUP_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \
DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB
OPTIONS_SINGLE= GSSAPI
OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE
OPTIONS_SUB= yes
CRYPTO_DESC= Choose which crypto engine to use
DLZ_BDB_DESC= DLZ BDB driver
DLZ_DESC= Dynamically Loadable Zones
DLZ_FILESYSTEM_DESC= DLZ filesystem driver
DLZ_LDAP_DESC= DLZ LDAP driver
DLZ_MYSQL_DESC= DLZ MySQL driver (no threading)
DLZ_POSTGRESQL_DESC= DLZ Postgres driver
DLZ_STUB_DESC= DLZ stub driver
DNSTAP_DESC= Provides fast passive logging of DNS messages
FIXED_RRSET_DESC= Enable fixed rrset ordering
GSSAPI_BASE_DESC= Using Heimdal in base
GSSAPI_HEIMDAL_DESC= Using security/heimdal
GSSAPI_MIT_DESC= Using security/krb5
GSSAPI_NONE_DESC= Disable
LARGE_FILE_DESC= 64-bit file support
LMDB_DESC= Use LMDB for zone management
MINCACHE_DESC= Use the mincachettl patch
NATIVE_PKCS11_DESC= Use PKCS\#11 native API (**READ HELP**)
PORTREVISION_DESC= Show PORTREVISION in the version string
QUERYTRACE_DESC= Enable the very verbose query tracelogging
RPZ_NSDNAME_DESC= Enable RPZ NSDNAME policy records
RPZ_NSIP_DESC= Enable RPZ NSIP trigger rules
SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation
SSL_DESC= Build with OpenSSL (Required for DNSSEC)
START_LATE_DESC= Start BIND late in the boot process (see help)
TCP_FASTOPEN_DESC= RFC 7413 support
TUNING_LARGE_DESC= Tune named for large systems (**READ HELP**)
DLZ_BDB_CONFIGURE_ON= --with-dlz-bdb=yes
DLZ_BDB_USES= bdb
DLZ_FILESYSTEM_CONFIGURE_ON= --with-dlz-filesystem=yes
DLZ_LDAP_CONFIGURE_ON= --with-dlz-ldap=yes
DLZ_LDAP_USE= openldap=yes
DLZ_MYSQL_CONFIGURE_ON= --with-dlz-mysql=yes
DLZ_MYSQL_PREVENTS= THREADS
DLZ_MYSQL_USES= mysql
DLZ_POSTGRESQL_CONFIGURE_ON= --with-dlz-postgres=yes
DLZ_POSTGRESQL_USES= pgsql
DLZ_STUB_CONFIGURE_ON= --with-dlz-stub=yes
DNSTAP_CONFIGURE_ENABLE= dnstap
DNSTAP_IMPLIES= THREADS
DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \
libprotobuf-c.so:devel/protobuf-c
FIXED_RRSET_CONFIGURE_ENABLE= fixed-rrset
GSSAPI_BASE_CONFIGURE_ON=\
--with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}"
GSSAPI_BASE_USES= gssapi
GSSAPI_HEIMDAL_CONFIGURE_ON=\
--with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}"
GSSAPI_HEIMDAL_USES= gssapi:heimdal
GSSAPI_MIT_CONFIGURE_ON=\
--with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}"
GSSAPI_MIT_USES= gssapi:mit
GSSAPI_NONE_CONFIGURE_ON= --without-gssapi
IDN_CONFIGURE_OFF= --without-libidn2
IDN_CONFIGURE_ON= --with-libidn2=${LOCALBASE} ${ICONV_CONFIGURE_BASE}
IDN_LIB_DEPENDS= libidn2.so:dns/libidn2
IDN_USES= iconv
IPV6_CONFIGURE_ENABLE= ipv6
JSON_CONFIGURE_WITH= libjson=${LOCALBASE}
JSON_LIB_DEPENDS= libjson-c.so:devel/json-c
LARGE_FILE_CONFIGURE_ENABLE= largefile
LMDB_CONFIGURE_WITH= lmdb=${LOCALBASE}
LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb
MINCACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl
NATIVE_PKCS11_CONFIGURE_ENABLE= native-pkcs11
NATIVE_PKCS11_IMPLIES= THREADS
QUERYTRACE_CONFIGURE_ENABLE= querytrace
RPZ_NSDNAME_CONFIGURE_ENABLE= rpz-nsdname
RPZ_NSIP_CONFIGURE_ENABLE= rpz-nsip
SIGCHASE_CONFIGURE_ON= STD_CDEFINES="-DDIG_SIGCHASE=1"
SSL_CONFIGURE_OFF= --disable-openssl-version-check --without-openssl
SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE}
SSL_USES= ssl
START_LATE_SUB_LIST= NAMED_REQUIRE="SERVERS cleanvar" \
NAMED_BEFORE="LOGIN"
START_LATE_SUB_LIST_OFF=NAMED_REQUIRE="NETWORKING ldconfig syslogd" \
NAMED_BEFORE="SERVERS"
TCP_FASTOPEN_CONFIGURE_ENABLE= tcp-fastopen
THREADS_CONFIGURE_ENABLE= threads
TUNING_LARGE_IMPLIES= THREADS
TUNING_LARGE_CONFIGURE_ON= --with-tuning=large
TUNING_LARGE_CONFIGURE_OFF= --with-tuning=default
.include <bsd.port.options.mk>
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-symtable \
--enable-developer
USES+= perl5 pkgconfig
USE_PERL5= build
BUILD_DEPENDS+= cmocka>0:sysutils/cmocka
# Developer mode needs ssl, always
.if !${PORT_OPTIONS:MSSL}
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
USES+= ssl
.endif
.else
CONFIGURE_ARGS+= --disable-symtable
.endif
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
SUB_LIST+= ENGINES=/usr/lib/engines
.else
SUB_LIST+= ENGINES=${LOCALBASE}/lib/engines
.endif
post-patch:
. for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.1 \
rndc/rndc.8
@${REINPLACE_CMD} -e 's#/etc/named.conf#${ETCDIR}/named.conf#g' \
-e 's#/etc/rndc.conf#${ETCDIR}/rndc.conf#g' \
-e "s#/var\/run\/named\/named.pid#/var/run/named/pid#" \
${WRKSRC}/bin/${FILE}
. endfor
. if ${PORTREVISION:N0}
post-patch-PORTREVISION-on:
@${REINPLACE_CMD} -e '/EXTENSIONS/s#=$$#=_${PORTREVISION}#' \
${WRKSRC}/version
. endif
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/mtree
${MKDIR} ${STAGEDIR}${ETCDIR}
. for i in dynamic master slave working
@${MKDIR} ${STAGEDIR}${ETCDIR}/$i
. endfor
${INSTALL_DATA} ${WRKDIR}/named.conf ${STAGEDIR}${ETCDIR}/named.conf.sample
${INSTALL_DATA} ${FILESDIR}/named.root ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${FILESDIR}/empty.db ${STAGEDIR}${ETCDIR}/master
${INSTALL_DATA} ${FILESDIR}/localhost-forward.db ${STAGEDIR}${ETCDIR}/master
${INSTALL_DATA} ${FILESDIR}/localhost-reverse.db ${STAGEDIR}${ETCDIR}/master
${INSTALL_DATA} ${FILESDIR}/BIND.chroot.dist ${STAGEDIR}${PREFIX}/etc/mtree/BIND.chroot.dist.sample
${INSTALL_DATA} ${FILESDIR}/BIND.chroot.local.dist ${STAGEDIR}${PREFIX}/etc/mtree/BIND.chroot.local.dist.sample
${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \
${STAGEDIR}${ETCDIR}/rndc.conf.sample
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}/arm
${INSTALL_DATA} ${WRKSRC}/doc/arm/*.html ${STAGEDIR}${DOCSDIR}/arm
${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM.pdf ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/CHANGES* ${WRKSRC}/HISTORY.md \
${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>

View file

@ -1,3 +0,0 @@
TIMESTAMP = 1556117908
SHA256 (bind-9.12.4-P1.tar.gz) = e27a5aee2b0c1a925001dda71eea7e19b0cce54a7b18a61912cde5ff0afbc7c5
SIZE (bind-9.12.4-P1.tar.gz) = 7914907

View file

@ -1,26 +0,0 @@
# $FreeBSD$
#
# mtree -deU -f files/BIND.chroot.dist -p tmp
# mtree -cjnb -k uname,gname,mode -p tmp
/set type=file uname=root gname=wheel mode=0755
. type=dir
dev type=dir mode=0555
..
etc type=dir
..
tmp type=dir mode=01777
..
/set type=file uname=bind gname=bind mode=0755
var type=dir uname=root gname=wheel
dump type=dir
..
log type=dir
..
run type=dir
named type=dir
..
..
stats type=dir
..
..

View file

@ -1,20 +0,0 @@
# $FreeBSD$
#
# mtree -deU -f files/BIND.etc.dist -p tmp
# mtree -cjnb -k uname,gname,mode -p tmp
/set type=file uname=root gname=wheel mode=0755
. type=dir
etc type=dir
/set type=file uname=bind gname=wheel mode=0755
namedb type=dir uname=root
dynamic type=dir
..
master type=dir uname=root
..
slave type=dir
..
working type=dir
..
..
..

View file

@ -1,11 +0,0 @@
; $FreeBSD$
$TTL 3h
@ SOA @ nobody.localhost. 42 1d 12h 1w 3h
; Serial, Refresh, Retry, Expire, Neg. cache TTL
@ NS @
; Silence a BIND warning
@ A 127.0.0.1

View file

@ -1,79 +0,0 @@
--- bin/named/config.c.orig 2019-02-27 23:42:04 UTC
+++ bin/named/config.c
@@ -183,12 +183,14 @@ options {\n\
max-recursion-queries 75;\n\
max-stale-ttl 604800; /* 1 week */\n\
message-compression yes;\n\
+ min-cache-ttl 0; /* no minimal, zero is allowed */\n\
# min-roots <obsolete>;\n\
minimal-any false;\n\
minimal-responses no-auth-recursive;\n\
notify-source *;\n\
notify-source-v6 *;\n\
nsec3-test-zone no;\n\
+ override-cache-ttl 0; /* do not override */\n\
provide-ixfr true;\n\
query-source address *;\n\
query-source-v6 address *;\n\
--- bin/named/server.c.orig 2019-02-27 23:42:04 UTC
+++ bin/named/server.c
@@ -4098,6 +4098,16 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
}
obj = NULL;
+ result = named_config_get(maps, "override-cache-ttl", &obj);
+ INSIST(result == ISC_R_SUCCESS);
+ view->overridecachettl = cfg_obj_asuint32(obj);
+
+ obj = NULL;
+ result = named_config_get(maps, "min-cache-ttl", &obj);
+ INSIST(result == ISC_R_SUCCESS);
+ view->mincachettl = cfg_obj_asuint32(obj);
+
+ obj = NULL;
result = named_config_get(maps, "max-cache-ttl", &obj);
INSIST(result == ISC_R_SUCCESS);
view->maxcachettl = cfg_obj_asuint32(obj);
--- lib/dns/include/dns/view.h.orig 2019-02-27 23:42:04 UTC
+++ lib/dns/include/dns/view.h
@@ -151,6 +151,8 @@ struct dns_view {
bool requestnsid;
bool sendcookie;
dns_ttl_t maxcachettl;
+ dns_ttl_t mincachettl;
+ dns_ttl_t overridecachettl;
dns_ttl_t maxncachettl;
uint32_t nta_lifetime;
uint32_t nta_recheck;
--- lib/dns/resolver.c.orig 2019-02-27 23:42:04 UTC
+++ lib/dns/resolver.c
@@ -5797,6 +5797,18 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
}
/*
+ * Enforce the configure cache TTL override.
+ */
+ if (res->view->overridecachettl)
+ rdataset->ttl = res->view->overridecachettl;
+
+ /*
+ * Enforce the configure minimum cache TTL.
+ */
+ if (rdataset->ttl < res->view->mincachettl)
+ rdataset->ttl = res->view->mincachettl;
+
+ /*
* Enforce the configure maximum cache TTL.
*/
if (rdataset->ttl > res->view->maxcachettl) {
--- lib/isccfg/namedconf.c.orig 2019-02-27 23:42:04 UTC
+++ lib/isccfg/namedconf.c
@@ -1917,6 +1917,8 @@ view_clauses[] = {
{ "max-acache-size", &cfg_type_sizenodefault,
CFG_CLAUSEFLAG_OBSOLETE },
{ "max-cache-size", &cfg_type_sizeorpercent, 0 },
+ { "override-cache-ttl", &cfg_type_uint32, 0 },
+ { "min-cache-ttl", &cfg_type_uint32, 0 },
{ "max-cache-ttl", &cfg_type_uint32, 0 },
{ "max-clients-per-query", &cfg_type_uint32, 0 },
{ "max-ncache-ttl", &cfg_type_uint32, 0 },

View file

@ -1,11 +0,0 @@
; $FreeBSD$
$TTL 3h
localhost. SOA localhost. nobody.localhost. 42 1d 12h 1w 3h
; Serial, Refresh, Retry, Expire, Neg. cache TTL
NS localhost.
A 127.0.0.1
AAAA ::1

View file

@ -1,13 +0,0 @@
; $FreeBSD$
$TTL 3h
@ SOA localhost. nobody.localhost. 42 1d 12h 1w 3h
; Serial, Refresh, Retry, Expire, Neg. cache TTL
NS localhost.
1.0.0 PTR localhost.
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 PTR localhost.

View file

@ -1,380 +0,0 @@
// $FreeBSD$
//
// Refer to the named.conf(5) and named(8) man pages, and the documentation
// in /usr/local/share/doc/bind for more details.
//
// If you are going to set up an authoritative server, make sure you
// understand the hairy details of how DNS works. Even with
// simple mistakes, you can break connectivity for affected parties,
// or cause huge amounts of useless Internet traffic.
options {
// All file and path names are relative to the chroot directory,
// if any, and should be fully qualified.
directory "%%ETCDIR%%/working";
pid-file "/var/run/named/pid";
dump-file "/var/dump/named_dump.db";
statistics-file "/var/stats/named.stats";
// If named is being used only as a local resolver, this is a safe default.
// For named to be accessible to the network, comment this option, specify
// the proper IP address, or delete this option.
listen-on { 127.0.0.1; };
// If you have IPv6 enabled on this system, uncomment this option for
// use as a local resolver. To give access to the network, specify
// an IPv6 address, or the keyword "any".
// listen-on-v6 { ::1; };
// These zones are already covered by the empty zones listed below.
// If you remove the related empty zones below, comment these lines out.
disable-empty-zone "255.255.255.255.IN-ADDR.ARPA";
disable-empty-zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA";
disable-empty-zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA";
// If you've got a DNS server around at your upstream provider, enter
// its IP address here, and enable the line below. This will make you
// benefit from its cache, thus reduce overall DNS traffic in the Internet.
/*
forwarders {
127.0.0.1;
};
*/
// If the 'forwarders' clause is not empty the default is to 'forward first'
// which will fall back to sending a query from your local server if the name
// servers in 'forwarders' do not have the answer. Alternatively you can
// force your name server to never initiate queries of its own by enabling the
// following line:
// forward only;
// If you wish to have forwarding configured automatically based on
// the entries in /etc/resolv.conf, uncomment the following line and
// set named_auto_forward=yes in /etc/rc.conf. You can also enable
// named_auto_forward_only (the effect of which is described above).
// include "%%ETCDIR%%/auto_forward.conf";
/*
Modern versions of BIND use a random UDP port for each outgoing
query by default in order to dramatically reduce the possibility
of cache poisoning. All users are strongly encouraged to utilize
this feature, and to configure their firewalls to accommodate it.
AS A LAST RESORT in order to get around a restrictive firewall
policy you can try enabling the option below. Use of this option
will significantly reduce your ability to withstand cache poisoning
attacks, and should be avoided if at all possible.
Replace NNNNN in the example with a number between 49160 and 65530.
*/
// query-source address * port NNNNN;
};
// If you enable a local name server, don't forget to enter 127.0.0.1
// first in your /etc/resolv.conf so this server will be queried.
// Also, make sure to enable it in /etc/rc.conf.
// The traditional root hints mechanism. Use this, OR the slave zones below.
zone "." { type hint; file "%%ETCDIR%%/named.root"; };
/* Slaving the following zones from the root name servers has some
significant advantages:
1. Faster local resolution for your users
2. No spurious traffic will be sent from your network to the roots
3. Greater resilience to any potential root server failure/DDoS
On the other hand, this method requires more monitoring than the
hints file to be sure that an unexpected failure mode has not
incapacitated your server. Name servers that are serving a lot
of clients will benefit more from this approach than individual
hosts. Use with caution.
To use this mechanism, uncomment the entries below, and comment
the hint zone above.
As documented at http://dns.icann.org/services/axfr/ these zones:
"." (the root), ARPA, IN-ADDR.ARPA, IP6.ARPA, and a few others
are available for AXFR from these servers on IPv4 and IPv6:
xfr.lax.dns.icann.org, xfr.cjr.dns.icann.org
*/
/*
zone "." {
type slave;
file "%%ETCDIR%%/slave/root.slave";
masters {
192.0.32.132; // lax.xfr.dns.icann.org
2620:0:2d0:202::132; // lax.xfr.dns.icann.org
192.0.47.132; // iad.xfr.dns.icann.org
2620:0:2830:202::132; // iad.xfr.dns.icann.org
};
notify no;
};
zone "arpa" {
type slave;
file "%%ETCDIR%%/slave/arpa.slave";
masters {
192.0.32.132; // lax.xfr.dns.icann.org
2620:0:2d0:202::132; // lax.xfr.dns.icann.org
192.0.47.132; // iad.xfr.dns.icann.org
2620:0:2830:202::132; // iad.xfr.dns.icann.org
};
notify no;
};
zone "in-addr.arpa" {
type slave;
file "%%ETCDIR%%/slave/in-addr.arpa.slave";
masters {
192.0.32.132; // lax.xfr.dns.icann.org
2620:0:2d0:202::132; // lax.xfr.dns.icann.org
192.0.47.132; // iad.xfr.dns.icann.org
2620:0:2830:202::132; // iad.xfr.dns.icann.org
};
notify no;
};
zone "ip6.arpa" {
type slave;
file "%%ETCDIR%%/slave/ip6.arpa.slave";
masters {
192.0.32.132; // lax.xfr.dns.icann.org
2620:0:2d0:202::132; // lax.xfr.dns.icann.org
192.0.47.132; // iad.xfr.dns.icann.org
2620:0:2830:202::132; // iad.xfr.dns.icann.org
};
notify no;
};
*/
/* Serving the following zones locally will prevent any queries
for these zones leaving your network and going to the root
name servers. This has two significant advantages:
1. Faster local resolution for your users
2. No spurious traffic will be sent from your network to the roots
*/
// RFCs 1912, 5735 and 6303 (and BCP 32 for localhost)
zone "localhost" { type master; file "%%ETCDIR%%/master/localhost-forward.db"; };
zone "127.in-addr.arpa" { type master; file "%%ETCDIR%%/master/localhost-reverse.db"; };
zone "255.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
// RFC 1912-style zone for IPv6 localhost address (RFC 6303)
zone "0.ip6.arpa" { type master; file "%%ETCDIR%%/master/localhost-reverse.db"; };
// "This" Network (RFCs 1912, 5735 and 6303)
zone "0.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
// Private Use Networks (RFCs 1918, 5735 and 6303)
zone "10.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "16.172.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "17.172.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "18.172.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "19.172.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "20.172.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "21.172.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "22.172.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "23.172.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "24.172.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "25.172.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "26.172.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "27.172.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "28.172.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "29.172.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "30.172.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "31.172.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "168.192.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
// Shared Address Space (RFC 6598)
zone "64.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "65.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "66.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "67.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "68.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "69.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "70.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "71.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "72.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "73.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "74.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "75.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "76.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "77.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "78.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "79.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "80.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "81.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "82.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "83.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "84.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "85.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "86.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "87.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "88.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "89.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "90.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "91.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "92.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "93.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "94.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "95.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "96.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "97.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "98.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "99.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "100.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "101.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "102.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "103.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "104.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "105.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "106.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "107.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "108.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "109.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "110.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "111.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "112.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "113.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "114.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "115.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "116.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "117.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "118.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "119.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "120.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "121.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "122.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "123.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "124.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "125.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "126.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "127.100.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
// Link-local/APIPA (RFCs 3927, 5735 and 6303)
zone "254.169.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
// IETF protocol assignments (RFCs 5735 and 5736)
zone "0.0.192.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
// TEST-NET-[1-3] for Documentation (RFCs 5735, 5737 and 6303)
zone "2.0.192.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "100.51.198.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "113.0.203.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
// IPv6 Example Range for Documentation (RFCs 3849 and 6303)
zone "8.b.d.0.1.0.0.2.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
// Router Benchmark Testing (RFCs 2544 and 5735)
zone "18.198.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "19.198.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
// IANA Reserved - Old Class E Space (RFC 5735)
zone "240.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "241.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "242.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "243.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "244.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "245.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "246.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "247.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "248.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "249.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "250.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "251.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "252.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "253.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "254.in-addr.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
// IPv6 Unassigned Addresses (RFC 4291)
zone "1.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "3.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "4.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "5.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "6.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "7.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "8.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "9.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "a.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "b.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "c.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "d.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "e.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "0.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "1.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "2.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "3.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "4.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "5.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "6.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "7.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "8.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "9.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "a.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "b.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "0.e.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "1.e.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "2.e.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "3.e.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "4.e.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "5.e.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "6.e.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "7.e.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
// IPv6 ULA (RFCs 4193 and 6303)
zone "c.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "d.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
// IPv6 Link Local (RFCs 4291 and 6303)
zone "8.e.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "9.e.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "a.e.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "b.e.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
// IPv6 Deprecated Site-Local Addresses (RFCs 3879 and 6303)
zone "c.e.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "d.e.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "e.e.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
zone "f.e.f.ip6.arpa" { type master; file "%%ETCDIR%%/master/empty.db"; };
// IP6.INT is Deprecated (RFC 4159)
zone "ip6.int" { type master; file "%%ETCDIR%%/master/empty.db"; };
// NB: Do not use the IP addresses below, they are faked, and only
// serve demonstration/documentation purposes!
//
// Example slave zone config entries. It can be convenient to become
// a slave at least for the zone your own domain is in. Ask
// your network administrator for the IP address of the responsible
// master name server.
//
// Do not forget to include the reverse lookup zone!
// This is named after the first bytes of the IP address, in reverse
// order, with ".IN-ADDR.ARPA" appended, or ".IP6.ARPA" for IPv6.
//
// Before starting to set up a master zone, make sure you fully
// understand how DNS and BIND work. There are sometimes
// non-obvious pitfalls. Setting up a slave zone is usually simpler.
//
// NB: Don't blindly enable the examples below. :-) Use actual names
// and addresses instead.
/* An example dynamic zone
key "exampleorgkey" {
algorithm hmac-md5;
secret "sf87HJqjkqh8ac87a02lla==";
};
zone "example.org" {
type master;
allow-update {
key "exampleorgkey";
};
file "%%ETCDIR%%/dynamic/example.org";
};
*/
/* Example of a slave reverse zone
zone "1.168.192.in-addr.arpa" {
type slave;
file "%%ETCDIR%%/slave/1.168.192.in-addr.arpa";
masters {
192.168.1.1;
};
};
*/

View file

@ -1,451 +0,0 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: named
# REQUIRE: %%NAMED_REQUIRE%%
# BEFORE: %%NAMED_BEFORE%%
# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf to enable BIND:
# named_enable (bool): Run named, the DNS server (or NO).
# named_program (str): Path to named, if you want a different one.
# named_conf (str): Path to the configuration file
# named_flags (str): Use this for flags OTHER than -u and -c
# named_uid (str): User to run named as
# named_chrootdir (str): Chroot directory (or "" not to auto-chroot it)
# Historically, was /var/named
# named_chroot_autoupdate (bool): Automatically install/update chrooted
# components of named.
# named_symlink_enable (bool): Symlink the chrooted pid file
# named_wait (bool): Wait for working name service before exiting
# named_wait_host (str): Hostname to check if named_wait is enabled
# named_auto_forward (str): Set up forwarders from /etc/resolv.conf
# named_auto_forward_only (str): Do "forward only" instead of "forward first"
%%NATIVE_PKCS11%%# named_pkcs11_engine (str): Path to the PKCS#11 library to use.
#
. /etc/rc.subr
name=named
desc="named BIND startup script"
rcvar=named_enable
load_rc_config ${name}
extra_commands=reload
start_precmd=named_prestart
start_postcmd=named_poststart
reload_cmd=named_reload
stop_cmd=named_stop
stop_postcmd=named_poststop
named_enable=${named_enable:-"NO"}
named_program=${named_program:-"%%PREFIX%%/sbin/named"}
named_conf=${named_conf:-"%%ETCDIR%%/named.conf"}
named_flags=${named_flags:-""}
named_uid=${named_uid:-"bind"}
named_chrootdir=${named_chrootdir:-""}
named_chroot_autoupdate=${named_chroot_autoupdate:-"YES"}
named_symlink_enable=${named_symlink_enable:-"YES"}
named_wait=${named_wait:-"NO"}
named_wait_host=${named_wait_host:-"localhost"}
named_auto_forward=${named_auto_forward:-"NO"}
named_auto_forward_only=${named_auto_forward_only:-"NO"}
%%NATIVE_PKCS11%%named_pkcs11_engine=${named_pkcs11_engine:-""}
# Not configuration variables but having them here keeps rclint happy
required_dirs="${named_chrootdir}"
_named_confdirroot="${named_conf%/*}"
_named_confdir="${named_chrootdir}${_named_confdirroot}"
_named_program_root="${named_program%/sbin/named}"
_openssl_engines="%%ENGINES%%"
# Needed if named.conf and rndc.conf are moved or if rndc.conf is used
rndc_conf=${rndc_conf:-"$_named_confdir/rndc.conf"}
rndc_key=${rndc_key:-"$_named_confdir/rndc.key"}
# If running in a chroot cage, ensure that the appropriate files
# exist inside the cage, as well as helper symlinks into the cage
# from outside.
#
# As this is called after the is_running and required_dir checks
# are made in run_rc_command(), we can safely assume ${named_chrootdir}
# exists and named isn't running at this point (unless forcestart
# is used).
#
chroot_autoupdate()
{
local file
# If it's the first time around, fiddle with things and move the
# current configuration to the chroot.
if [ -d ${_named_confdirroot} -a ! -d ${_named_confdir} ]; then
warn "named chroot: Moving current configuration in the chroot!"
install -d ${_named_confdir%/*}
mv ${_named_confdirroot} ${_named_confdir}
fi
# Create (or update) the chroot directory structure
#
if [ -r %%PREFIX%%/etc/mtree/BIND.chroot.dist ]; then
mtree -deU -f %%PREFIX%%/etc/mtree/BIND.chroot.dist \
-p ${named_chrootdir}
else
warn "%%PREFIX%%/etc/mtree/BIND.chroot.dist missing,"
warn "${named_chrootdir} directory structure not updated"
fi
if [ -r %%PREFIX%%/etc/mtree/BIND.chroot.local.dist ]; then
mkdir -p ${named_chrootdir}%%PREFIX%%
mtree -deU -f %%PREFIX%%/etc/mtree/BIND.chroot.local.dist \
-p ${named_chrootdir}%%PREFIX%%
else
warn "%%PREFIX%%/etc/mtree/BIND.chroot.local.dist missing,"
warn "${named_chrootdir}%%PREFIX%% directory structure not updated"
fi
# Create (or update) the configuration directory symlink
#
if [ ! -L "${_named_confdirroot}" ]; then
if [ -d "${_named_confdirroot}" ]; then
warn "named chroot: ${_named_confdirroot} is a directory!"
elif [ -e "${_named_confdirroot}" ]; then
warn "named chroot: ${_named_confdirroot} exists!"
else
ln -s ${_named_confdir} ${_named_confdirroot}
fi
else
# Make sure it points to the right place.
ln -shf ${_named_confdir} ${_named_confdirroot}
fi
# Mount a devfs in the chroot directory if needed
#
if [ `${SYSCTL_N} security.jail.jailed` -eq 0 ]; then
umount ${named_chrootdir}/dev 2>/dev/null
devfs_domount ${named_chrootdir}/dev devfsrules_hide_all
devfs -m ${named_chrootdir}/dev rule apply path null unhide
devfs -m ${named_chrootdir}/dev rule apply path random unhide
else
if [ -c ${named_chrootdir}/dev/null -a \
-c ${named_chrootdir}/dev/random ]; then
info "named chroot: using pre-mounted devfs."
else
err 1 "named chroot: devfs cannot be mounted from " \
"within a jail. Thus a chrooted named cannot " \
"be run from within a jail. Either mount the " \
"devfs with null and random from the host, or " \
"run named without chrooting it, set " \
"named_chrootdir=\"\" in /etc/rc.conf."
fi
fi
# The OpenSSL engines should be present in the chroot, named loads them
# after chrooting.
if [ -d ${_openssl_engines} ]; then
mkdir -p ${named_chrootdir}${_openssl_engines}
if can_mount nullfs ; then
mount -t nullfs ${_openssl_engines} ${named_chrootdir}${_openssl_engines}
else
warn "named chroot: cannot nullfs mount OpenSSL" \
"engines into the chroot, will copy the shared" \
"libraries instead."
cp -f ${_openssl_engines}/*.so ${named_chrootdir}${_openssl_engines}
fi
fi
# Copy and/or update key files to the chroot /etc
#
for file in localtime protocols services; do
if [ -r /etc/${file} ] && \
! cmp -s /etc/${file} "${named_chrootdir}/etc/${file}"; then
cp -p /etc/${file} "${named_chrootdir}/etc/${file}"
fi
done
}
# Make symlinks to the correct pid file
#
make_symlinks()
{
checkyesno named_symlink_enable &&
ln -fs "${named_chrootdir}${pidfile}" ${pidfile} &&
ln -fs "${named_chrootdir}${sessionkeyfile}" ${sessionkeyfile}
}
named_poststart()
{
make_symlinks
if checkyesno named_wait; then
until ${_named_program_root}/bin/host ${named_wait_host} >/dev/null 2>&1; do
echo " Waiting for nameserver to resolve ${named_wait_host}"
sleep 1
done
fi
}
named_reload()
{
# This is a one line function, but ${named_program} is not defined early
# enough to be there when the reload_cmd variable is defined up there.
rndc reload
}
find_pidfile()
{
if get_pidfile_from_conf pid-file ${named_conf}; then
pidfile="${_pidfile_from_conf}"
else
pidfile="/var/run/named/pid"
fi
}
find_sessionkeyfile()
{
if get_pidfile_from_conf session-keyfile ${named_conf}; then
sessionkeyfile="${_pidfile_from_conf}"
else
sessionkeyfile="/var/run/named/session.key"
fi
}
named_stop()
{
find_pidfile
# This duplicates an undesirably large amount of code from the stop
# routine in rc.subr in order to use rndc to shut down the process,
# and to give it a second chance in case rndc fails.
rc_pid=$(check_pidfile ${pidfile} ${command})
if [ -z "${rc_pid}" ]; then
[ -n "${rc_fast}" ] && return 0
_run_rc_notrunning
return 1
fi
echo 'Stopping named.'
if rndc stop; then
wait_for_pids ${rc_pid}
else
echo -n 'rndc failed, trying kill: '
kill -TERM ${rc_pid}
wait_for_pids ${rc_pid}
fi
}
named_poststop()
{
if [ -n "${named_chrootdir}" ]; then
# if using OpenSSL from ports, unmount OpenSSL engines, if they
# were not mounted but only copied, do nothing.
if [ -d ${_openssl_engines} ]; then
if can_mount nullfs; then
umount ${named_chrootdir}${_openssl_engines}
fi
fi
if [ -c ${named_chrootdir}/dev/null ]; then
# unmount /dev
if [ `${SYSCTL_N} security.jail.jailed` -eq 0 ]; then
umount ${named_chrootdir}/dev 2>/dev/null || true
else
warn "named chroot:" \
"cannot unmount devfs from inside jail!"
fi
fi
fi
}
can_mount()
{
local kld
kld=$1
if ! load_kld $kld; then
return 1
fi
if [ `${SYSCTL_N} security.jail.jailed` -eq 0 ] ||
[ `${SYSCTL_N} security.jail.mount_allowed` -eq 1 ] ||
[ `${SYSCTL_N} security.jail.mount_${kld}_allowed` -eq 1 ] ; then
return 0
fi
return 1
}
create_file()
{
if [ -e "$1" ]; then
unlink $1
fi
install -o root -g wheel -m 0644 /dev/null $1
}
rndc()
{
if [ -z "${rndc_flags}" ]; then
if [ -s "${rndc_conf}" ] ; then
rndc_flags="-c ${rndc_conf}"
elif [ -s "${rndc_key}" ] ; then
rndc_flags="-k ${rndc_key}"
else
rndc_flags=""
fi
fi
${_named_program_root}/sbin/rndc ${rndc_flags} "$@"
}
named_prestart()
{
find_pidfile
find_sessionkeyfile
if [ -n "${named_pidfile}" ]; then
warn 'named_pidfile: now determined from the conf file'
fi
if [ -n "${named_sessionkeyfile}" ]; then
warn 'named_sessionkeyfile: now determined from the conf file'
fi
piddir=`/usr/bin/dirname ${pidfile}`
if [ ! -d ${piddir} ]; then
install -d -o ${named_uid} -g ${named_uid} ${piddir}
fi
sessionkeydir=`/usr/bin/dirname ${sessionkeyfile}`
if [ ! -d ${sessionkeydir} ]; then
install -d -o ${named_uid} -g ${named_uid} ${sessionkeydir}
fi
command_args="-u ${named_uid:=root} -c ${named_conf} ${command_args}"
%%NATIVE_PKCS11%% if [ -z "${named_pkcs11_engine}"]; then
%%NATIVE_PKCS11%% err 3 "named_pkcs11_engine has to be set to the PKCS#11 engine's library you want to use"
%%NATIVE_PKCS11%% elif [ ! -f ${named_pkcs11_engine} ]; then
%%NATIVE_PKCS11%% err 3 "named_pkcs11_engine the PKCS#11 engine's library you want to use doesn't exist"
%%NATIVE_PKCS11%% else
%%NATIVE_PKCS11%% mkdir -p ${named_chrootdir}${named_pkcs11_engine%/*}
%%NATIVE_PKCS11%% cp -p ${named_pkcs11_engine} ${named_chrootdir}${named_pkcs11_engine}
%%NATIVE_PKCS11%% command_args="-E ${named_pkcs11_engine} ${command_args}"
%%NATIVE_PKCS11%% fi
local line nsip firstns
# Is the user using a sandbox?
#
if [ -n "${named_chrootdir}" ]; then
rc_flags="${rc_flags} -t ${named_chrootdir}"
checkyesno named_chroot_autoupdate && chroot_autoupdate
case "${altlog_proglist}" in
*named*)
;;
*)
warn 'Using chroot without setting altlog_proglist, logging may not'
warn 'work correctly. Run sysrc altlog_proglist+=named'
;;
esac
else
named_symlink_enable=NO
fi
# Create an rndc.key file for the user if none exists
#
confgen_command="${_named_program_root}/sbin/rndc-confgen -a -b256 -u ${named_uid} \
-c ${_named_confdir}/rndc.key"
if [ -s "${_named_confdir}/rndc.conf" ]; then
unset confgen_command
fi
if [ -s "${_named_confdir}/rndc.key" ]; then
case `stat -f%Su ${_named_confdir}/rndc.key` in
root|${named_uid}) ;;
*) ${confgen_command} ;;
esac
else
${confgen_command}
fi
local checkconf
checkconf="${_named_program_root}/sbin/named-checkconf"
if ! checkyesno named_chroot_autoupdate && [ -n "${named_chrootdir}" ]; then
checkconf="${checkconf} -t ${named_chrootdir}"
fi
# Create a forwarder configuration based on /etc/resolv.conf
if checkyesno named_auto_forward; then
if [ ! -s /etc/resolv.conf ]; then
warn "named_auto_forward enabled, but no /etc/resolv.conf"
# Empty the file in case it is included in named.conf
[ -s "${_named_confdir}/auto_forward.conf" ] &&
create_file ${_named_confdir}/auto_forward.conf
${checkconf} ${named_conf} ||
err 3 'named-checkconf for ${named_conf} failed'
return
fi
create_file /var/run/naf-resolv.conf
create_file /var/run/auto_forward.conf
echo ' forwarders {' > /var/run/auto_forward.conf
while read line; do
case "${line}" in
'nameserver '*|'nameserver '*)
nsip=${line##nameserver[ ]}
if [ -z "${firstns}" ]; then
if [ ! "${nsip}" = '127.0.0.1' ]; then
echo 'nameserver 127.0.0.1'
echo " ${nsip};" >> /var/run/auto_forward.conf
fi
firstns=1
else
[ "${nsip}" = '127.0.0.1' ] && continue
echo " ${nsip};" >> /var/run/auto_forward.conf
fi
;;
esac
echo ${line}
done < /etc/resolv.conf > /var/run/naf-resolv.conf
echo ' };' >> /var/run/auto_forward.conf
echo '' >> /var/run/auto_forward.conf
if checkyesno named_auto_forward_only; then
echo " forward only;" >> /var/run/auto_forward.conf
else
echo " forward first;" >> /var/run/auto_forward.conf
fi
if cmp -s /etc/resolv.conf /var/run/naf-resolv.conf; then
unlink /var/run/naf-resolv.conf
else
[ -e /etc/resolv.conf ] && unlink /etc/resolv.conf
mv /var/run/naf-resolv.conf /etc/resolv.conf
fi
if cmp -s ${_named_confdir}/auto_forward.conf \
/var/run/auto_forward.conf; then
unlink /var/run/auto_forward.conf
else
[ -e "${_named_confdir}/auto_forward.conf" ] &&
unlink ${_named_confdir}/auto_forward.conf
mv /var/run/auto_forward.conf \
${_named_confdir}/auto_forward.conf
fi
else
# Empty the file in case it is included in named.conf
[ -s "${_named_confdir}/auto_forward.conf" ] &&
create_file ${_named_confdir}/auto_forward.conf
fi
${checkconf} ${named_conf} || err 3 "named-checkconf for ${named_conf} failed"
}
run_rc_command "$1"

View file

@ -1,96 +0,0 @@
;
; $FreeBSD$
;
; This file holds the information on root name servers needed to
; initialize cache of Internet domain name servers
; (e.g. reference this file in the "cache . <file>"
; configuration file of BIND domain name servers).
;
; This file is made available by InterNIC
; under anonymous FTP as
; file /domain/named.cache
; on server FTP.INTERNIC.NET
; -OR- RS.INTERNIC.NET
;
; last update: November 16, 2017
; related version of root zone: 2017111601
;
; FORMERLY NS.INTERNIC.NET
;
. 3600000 NS A.ROOT-SERVERS.NET.
A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4
A.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:ba3e::2:30
;
; FORMERLY NS1.ISI.EDU
;
. 3600000 NS B.ROOT-SERVERS.NET.
B.ROOT-SERVERS.NET. 3600000 A 199.9.14.201
B.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:200::b
;
; FORMERLY C.PSI.NET
;
. 3600000 NS C.ROOT-SERVERS.NET.
C.ROOT-SERVERS.NET. 3600000 A 192.33.4.12
C.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2::c
;
; FORMERLY TERP.UMD.EDU
;
. 3600000 NS D.ROOT-SERVERS.NET.
D.ROOT-SERVERS.NET. 3600000 A 199.7.91.13
D.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2d::d
;
; FORMERLY NS.NASA.GOV
;
. 3600000 NS E.ROOT-SERVERS.NET.
E.ROOT-SERVERS.NET. 3600000 A 192.203.230.10
E.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:a8::e
;
; FORMERLY NS.ISC.ORG
;
. 3600000 NS F.ROOT-SERVERS.NET.
F.ROOT-SERVERS.NET. 3600000 A 192.5.5.241
F.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2f::f
;
; FORMERLY NS.NIC.DDN.MIL
;
. 3600000 NS G.ROOT-SERVERS.NET.
G.ROOT-SERVERS.NET. 3600000 A 192.112.36.4
G.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:12::d0d
;
; FORMERLY AOS.ARL.ARMY.MIL
;
. 3600000 NS H.ROOT-SERVERS.NET.
H.ROOT-SERVERS.NET. 3600000 A 198.97.190.53
H.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:1::53
;
; FORMERLY NIC.NORDU.NET
;
. 3600000 NS I.ROOT-SERVERS.NET.
I.ROOT-SERVERS.NET. 3600000 A 192.36.148.17
I.ROOT-SERVERS.NET. 3600000 AAAA 2001:7fe::53
;
; OPERATED BY VERISIGN, INC.
;
. 3600000 NS J.ROOT-SERVERS.NET.
J.ROOT-SERVERS.NET. 3600000 A 192.58.128.30
J.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:c27::2:30
;
; OPERATED BY RIPE NCC
;
. 3600000 NS K.ROOT-SERVERS.NET.
K.ROOT-SERVERS.NET. 3600000 A 193.0.14.129
K.ROOT-SERVERS.NET. 3600000 AAAA 2001:7fd::1
;
; OPERATED BY ICANN
;
. 3600000 NS L.ROOT-SERVERS.NET.
L.ROOT-SERVERS.NET. 3600000 A 199.7.83.42
L.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:9f::42
;
; OPERATED BY WIDE
;
. 3600000 NS M.ROOT-SERVERS.NET.
M.ROOT-SERVERS.NET. 3600000 A 202.12.27.33
M.ROOT-SERVERS.NET. 3600000 AAAA 2001:dc3::35
; End of file

View file

@ -1,13 +0,0 @@
We reference the pid file as being run/named/pid everywere else.
--- bin/named/include/named/globals.h.orig 2019-02-05 00:00:59 UTC
+++ bin/named/include/named/globals.h
@@ -129,7 +129,7 @@ EXTERN bool named_g_forcelock INIT(false);
#if NAMED_RUN_PID_DIR
EXTERN const char * named_g_defaultpidfile INIT(NAMED_LOCALSTATEDIR
"/run/named/"
- "named.pid");
+ "pid");
#else
EXTERN const char * named_g_defaultpidfile INIT(NAMED_LOCALSTATEDIR
"/run/named.pid");

View file

@ -1,11 +0,0 @@
--- bin/tests/system/dlzexternal/Makefile.in.orig 2018-06-10 06:06:19 UTC
+++ bin/tests/system/dlzexternal/Makefile.in
@@ -34,7 +34,7 @@ OBJS =
@BIND9_MAKE_RULES@
CFLAGS = @CFLAGS@ @SO_CFLAGS@
-SO_LDFLAGS = @LDFLAGS@ @SO_LDFLAGS@
+SO_LDFLAGS = @SO_LDFLAGS@
driver.@SO@: ${SO_OBJS}
${LIBTOOL_MODE_LINK} @SO_LD@ ${SO_LDFLAGS} -o $@ driver.@O@

View file

@ -1,90 +0,0 @@
--- configure.orig 2019-02-27 23:42:04 UTC
+++ configure
@@ -15138,27 +15138,9 @@ done
# problems start to show up.
saved_libs="$LIBS"
for TRY_LIBS in \
- "-lgssapi_krb5" \
- "-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err" \
- "-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv" \
- "-lgssapi" \
- "-lgssapi -lkrb5 -ldes -lcrypt -lasn1 -lroken -lcom_err" \
- "-lgssapi -lkrb5 -lcrypt -lasn1 -lroken -lcom_err" \
- "-lgssapi -lkrb5 -lgssapi_krb5 -lcrypt -lasn1 -lroken -lcom_err" \
- "-lgssapi -lkrb5 -lhx509 -lcrypt -lasn1 -lroken -lcom_err" \
- "-lgss -lkrb5"
+ "$($KRB5CONFIG gssapi --libs)"; \
do
- # Note that this does not include $saved_libs, because
- # on FreeBSD machines this configure script has added
- # -L/usr/local/lib to LIBS, which can make the
- # -lgssapi_krb5 test succeed with shared libraries even
- # when you are trying to build with KTH in /usr/lib.
- if test "/usr" = "$use_gssapi"
- then
- LIBS="$TRY_LIBS $ISC_OPENSSL_LIBS"
- else
- LIBS="-L$use_gssapi/lib $TRY_LIBS $ISC_OPENSSL_LIBS"
- fi
+ LIBS="$TRY_LIBS"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5
$as_echo_n "checking linking as $TRY_LIBS... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15201,47 +15183,7 @@ $as_echo "no" >&6; } ;;
no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;;
esac
- #
- # XXXDCL Major kludge. Tries to cope with KTH in /usr/lib
- # but MIT in /usr/local/lib and trying to build with KTH.
- # /usr/local/lib can end up earlier on the link lines.
- # Like most kludges, this one is not only inelegant it
- # is also likely to be the wrong thing to do at least as
- # many times as it is the right thing. Something better
- # needs to be done.
- #
- if test "/usr" = "$use_gssapi" -a \
- -f /usr/local/lib/libkrb5.a; then
- FIX_KTH_VS_MIT=yes
- fi
-
- case "$FIX_KTH_VS_MIT" in
- yes)
- case "$enable_static_linking" in
- yes) gssapi_lib_suffix=".a" ;;
- *) gssapi_lib_suffix=".so" ;;
- esac
-
- for lib in $LIBS; do
- case $lib in
- -L*)
- ;;
- -l*)
- new_lib=`echo $lib |
- sed -e s%^-l%$use_gssapi/lib/lib% \
- -e s%$%$gssapi_lib_suffix%`
- NEW_LIBS="$NEW_LIBS $new_lib"
- ;;
- *)
- as_fn_error $? "KTH vs MIT Kerberos confusion!" "$LINENO" 5
- ;;
- esac
- done
- LIBS="$NEW_LIBS"
- ;;
- esac
-
- DST_GSSAPI_INC="-I$use_gssapi/include"
+ DST_GSSAPI_INC="$($KRB5CONFIG gssapi --cflags)"
DNS_GSSAPI_LIBS="$LIBS"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5
@@ -24225,7 +24167,7 @@ $as_echo "" >&6; }
# Check other locations for includes.
# Order is important (sigh).
- bdb_incdirs="/db53 /db51 /db48 /db47 /db46 /db45 /db44 /db43 /db42 /db41 /db4 /db"
+ bdb_incdirs="/db6 /db5 /db48"
# include a blank element first
for d in "" $bdb_incdirs
do

View file

@ -1,52 +0,0 @@
Exclude the "tools" from building and installing.
--- bin/Makefile.in.orig 2019-02-27 23:28:15 UTC
+++ bin/Makefile.in
@@ -11,7 +11,7 @@ srcdir = @srcdir@
VPATH = @srcdir@
top_srcdir = @top_srcdir@
-SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen \
+SUBDIRS = named rndc tools check confgen \
@NZD_TOOLS@ @PYTHON_TOOLS@ @PKCS11_TOOLS@ tests
TARGETS =
--- bin/tools/Makefile.in.orig 2019-02-27 23:42:04 UTC
+++ bin/tools/Makefile.in
@@ -39,10 +39,7 @@ SUBDIRS =
DNSTAPTARGETS = dnstap-read@EXEEXT@
NZDTARGETS = named-nzd2nzf@EXEEXT@
-TARGETS = arpaname@EXEEXT@ named-journalprint@EXEEXT@ \
- named-rrchecker@EXEEXT@ nsec3hash@EXEEXT@ \
- genrandom@EXEEXT@ mdig@EXEEXT@ \
- @DNSTAPTARGETS@ @NZDTARGETS@
+TARGETS = @DNSTAPTARGETS@ @NZDTARGETS@
DNSTAPSRCS = dnstap-read.c
NZDSRCS = named-nzd2nzf.c
@@ -122,24 +119,6 @@ dnstap:
${INSTALL_DATA} ${srcdir}/dnstap-read.1 ${DESTDIR}${mandir}/man1
install:: ${TARGETS} installdirs @DNSTAP@ @NZD_TOOLS@
- ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} arpaname@EXEEXT@ \
- ${DESTDIR}${bindir}
- ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named-journalprint@EXEEXT@ \
- ${DESTDIR}${sbindir}
- ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named-rrchecker@EXEEXT@ \
- ${DESTDIR}${bindir}
- ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} nsec3hash@EXEEXT@ \
- ${DESTDIR}${sbindir}
- ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} genrandom@EXEEXT@ \
- ${DESTDIR}${sbindir}
- ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} mdig@EXEEXT@ \
- ${DESTDIR}${bindir}
- ${INSTALL_DATA} ${srcdir}/arpaname.1 ${DESTDIR}${mandir}/man1
- ${INSTALL_DATA} ${srcdir}/named-journalprint.8 ${DESTDIR}${mandir}/man8
- ${INSTALL_DATA} ${srcdir}/named-rrchecker.1 ${DESTDIR}${mandir}/man1
- ${INSTALL_DATA} ${srcdir}/nsec3hash.8 ${DESTDIR}${mandir}/man8
- ${INSTALL_DATA} ${srcdir}/genrandom.8 ${DESTDIR}${mandir}/man8
- ${INSTALL_DATA} ${srcdir}/mdig.1 ${DESTDIR}${mandir}/man1
uninstall::
rm -f ${DESTDIR}${mandir}/man1/mdig.1

View file

@ -1,23 +0,0 @@
**********************************************************************
* _ _____ _____ _____ _ _ _____ ___ ___ _ _ *
* / \|_ _|_ _| ____| \ | |_ _|_ _/ _ \| \ | | *
* / _ \ | | | | | _| | \| | | | | | | | | \| | *
* / ___ \| | | | | |___| |\ | | | | | |_| | |\ | *
* /_/ \_\_| |_| |_____|_| \_| |_| |___\___/|_| \_| *
* *
* BIND requires configuration of rndc, including a "secret" key. *
* The easiest, and most secure way to configure rndc is to run *
* 'rndc-confgen -a' to generate the proper conf file, with a new *
* random key, and appropriate file permissions. *
* *
* The %%PREFIX%%/etc/rc.d/named script will do that for you. *
* *
* If using syslog to log the BIND9 activity, and using a *
* chroot'ed installation, you will need to tell syslog to *
* install a log socket in the BIND9 chroot by running: *
* *
* # sysrc altlog_proglist+=named *
* *
* And then restarting syslogd with: service syslogd restart *
* *
**********************************************************************

View file

@ -1,15 +0,0 @@
BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND
architecture. Some of the important features of BIND 9 are:
DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests)
IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA)
Experimental IPv6 Resolver Library
DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0
Improved standards conformance
Views: One server process can provide multiple "views" of the DNS namespace,
e.g. an "inside" view to certain clients, and an "outside" view to others.
Multiprocessor Support
See the CHANGES file for more information on new features.
WWW: https://www.isc.org/downloads/bind/

View file

@ -1,38 +0,0 @@
NATIVE_PKCS11
When using the NATIVE_PKCS11 option, BIND will use the PKCS#11
engine specified by the named_pkcss11_engine variable in
/etc/rc.conf for *all* crypto operations.
This is primarily intended to be used in an authoritative
case.
If BIND is also operating as a validating resolver,
NATIVE_PKCS11 should not be used, because the HSM will be
used for all crypto, including DNSSEC validations, and the
HSM is likely to be slower than the CPU for this purpose.
Additionally, the HSM might not support all of the PKCS#11
API functions needed for signature verification.
GOST
If using a chrooted instance of BIND on FreeBSD 8.x and 9.x,
the OpenSSL engines MUST be accessible from within the chroot.
If BIND is chrooted in /var/named, this can be achieved by
either copying content of /usr/local/lib/engines into
/var/named/usr/local/lib/engines, or by creating that directory
and adding this line to /etc/fstab:
/usr/local/lib/engines /var/named/usr/local/lib/engines nullfs ro 0 0
START_LATE
Most of the time, BIND needs to start early in the boot
process. Enable this if BIND starts too early for you and
you need it to start later.
TUNING_LARGE
https://kb.isc.org/article/AA-01314/0
Tunes certain compiled-in constants and default settings to
values better suited to large servers with 12/16GB+ of memory.
This can improve performance on such servers, but will consume
more memory and may degrade performance on smaller systems.

View file

@ -1,314 +0,0 @@
bin/bind9-config
%%DNSTAP%%bin/dnstap-read
bin/isc-config.sh
@sample etc/mtree/BIND.chroot.dist.sample
@sample etc/mtree/BIND.chroot.local.dist.sample
%%ETCDIR%%/bind.keys
%%ETCDIR%%/master/empty.db
%%ETCDIR%%/master/localhost-forward.db
%%ETCDIR%%/master/localhost-reverse.db
@sample %%ETCDIR%%/named.conf.sample
%%ETCDIR%%/named.root
%%ETCDIR%%/rndc.conf.sample
include/bind9/check.h
include/bind9/getaddresses.h
include/bind9/version.h
include/dns/acl.h
include/dns/adb.h
include/dns/badcache.h
include/dns/bit.h
include/dns/byaddr.h
include/dns/cache.h
include/dns/callbacks.h
include/dns/catz.h
include/dns/cert.h
include/dns/client.h
include/dns/clientinfo.h
include/dns/compress.h
include/dns/db.h
include/dns/dbiterator.h
include/dns/dbtable.h
include/dns/diff.h
include/dns/dispatch.h
include/dns/dlz.h
include/dns/dlz_dlopen.h
include/dns/dns64.h
include/dns/dnsrps.h
include/dns/dnssec.h
include/dns/dnstap.h
%%DNSTAP%%include/dns/dnstap.pb-c.h
include/dns/ds.h
include/dns/dsdigest.h
include/dns/dyndb.h
include/dns/ecdb.h
include/dns/ecs.h
include/dns/edns.h
include/dns/enumclass.h
include/dns/enumtype.h
include/dns/events.h
include/dns/fixedname.h
include/dns/forward.h
include/dns/geoip.h
include/dns/ipkeylist.h
include/dns/iptable.h
include/dns/journal.h
include/dns/keydata.h
include/dns/keyflags.h
include/dns/keytable.h
include/dns/keyvalues.h
include/dns/lib.h
include/dns/librpz.h
include/dns/log.h
include/dns/lookup.h
include/dns/master.h
include/dns/masterdump.h
include/dns/message.h
include/dns/name.h
include/dns/ncache.h
include/dns/nsec.h
include/dns/nsec3.h
include/dns/nta.h
include/dns/opcode.h
include/dns/order.h
include/dns/peer.h
include/dns/portlist.h
include/dns/private.h
include/dns/rbt.h
include/dns/rcode.h
include/dns/rdata.h
include/dns/rdataclass.h
include/dns/rdatalist.h
include/dns/rdataset.h
include/dns/rdatasetiter.h
include/dns/rdataslab.h
include/dns/rdatastruct.h
include/dns/rdatatype.h
include/dns/request.h
include/dns/resolver.h
include/dns/result.h
include/dns/rootns.h
include/dns/rpz.h
include/dns/rriterator.h
include/dns/rrl.h
include/dns/sdb.h
include/dns/sdlz.h
include/dns/secalg.h
include/dns/secproto.h
include/dns/soa.h
include/dns/ssu.h
include/dns/stats.h
include/dns/tcpmsg.h
include/dns/time.h
include/dns/timer.h
include/dns/tkey.h
include/dns/tsec.h
include/dns/tsig.h
include/dns/ttl.h
include/dns/types.h
include/dns/update.h
include/dns/validator.h
include/dns/version.h
include/dns/view.h
include/dns/xfrin.h
include/dns/zone.h
include/dns/zonekey.h
include/dns/zt.h
include/dst/dst.h
include/dst/gssapi.h
include/dst/lib.h
include/dst/result.h
include/irs/context.h
include/irs/dnsconf.h
include/irs/netdb.h
include/irs/platform.h
include/irs/resconf.h
include/irs/types.h
include/irs/version.h
include/isc/aes.h
include/isc/app.h
include/isc/assertions.h
include/isc/atomic.h
include/isc/backtrace.h
include/isc/base32.h
include/isc/base64.h
include/isc/bind9.h
include/isc/boolean.h
include/isc/buffer.h
include/isc/bufferlist.h
include/isc/commandline.h
include/isc/condition.h
include/isc/counter.h
include/isc/crc64.h
include/isc/deprecated.h
include/isc/dir.h
include/isc/entropy.h
include/isc/errno.h
include/isc/error.h
include/isc/event.h
include/isc/eventclass.h
include/isc/file.h
include/isc/formatcheck.h
include/isc/fsaccess.h
include/isc/fuzz.h
include/isc/hash.h
include/isc/heap.h
include/isc/hex.h
include/isc/hmacmd5.h
include/isc/hmacsha.h
include/isc/ht.h
include/isc/httpd.h
include/isc/int.h
include/isc/interfaceiter.h
include/isc/iterated_hash.h
include/isc/json.h
include/isc/keyboard.h
include/isc/lang.h
include/isc/lex.h
include/isc/lfsr.h
include/isc/lib.h
include/isc/likely.h
include/isc/list.h
include/isc/log.h
include/isc/magic.h
include/isc/md5.h
include/isc/mem.h
include/isc/meminfo.h
include/isc/msgcat.h
include/isc/msgs.h
include/isc/mutex.h
include/isc/mutexblock.h
include/isc/net.h
include/isc/netaddr.h
include/isc/netdb.h
include/isc/netscope.h
include/isc/offset.h
include/isc/once.h
include/isc/ondestroy.h
include/isc/os.h
include/isc/parseint.h
include/isc/platform.h
include/isc/pool.h
include/isc/portset.h
include/isc/print.h
include/isc/queue.h
include/isc/quota.h
include/isc/radix.h
include/isc/random.h
include/isc/ratelimiter.h
include/isc/refcount.h
include/isc/regex.h
include/isc/region.h
include/isc/resource.h
include/isc/result.h
include/isc/resultclass.h
include/isc/rwlock.h
include/isc/safe.h
include/isc/serial.h
include/isc/sha1.h
include/isc/sha2.h
include/isc/sockaddr.h
include/isc/socket.h
include/isc/stat.h
include/isc/stats.h
include/isc/stdio.h
include/isc/stdlib.h
include/isc/stdtime.h
include/isc/strerror.h
include/isc/string.h
include/isc/symtab.h
include/isc/syslog.h
include/isc/task.h
include/isc/taskpool.h
include/isc/thread.h
include/isc/time.h
include/isc/timer.h
include/isc/tm.h
include/isc/types.h
include/isc/util.h
include/isc/version.h
include/isc/xml.h
include/isccc/alist.h
include/isccc/base64.h
include/isccc/cc.h
include/isccc/ccmsg.h
include/isccc/events.h
include/isccc/lib.h
include/isccc/result.h
include/isccc/sexpr.h
include/isccc/symtab.h
include/isccc/symtype.h
include/isccc/types.h
include/isccc/util.h
include/isccc/version.h
include/isccfg/aclconf.h
include/isccfg/cfg.h
include/isccfg/dnsconf.h
include/isccfg/grammar.h
include/isccfg/log.h
include/isccfg/namedconf.h
include/isccfg/version.h
include/ns/client.h
include/ns/interfacemgr.h
include/ns/lib.h
include/ns/listenlist.h
include/ns/log.h
include/ns/notify.h
include/ns/query.h
include/ns/server.h
include/ns/sortlist.h
include/ns/stats.h
include/ns/types.h
include/ns/update.h
include/ns/version.h
include/ns/xfrout.h
include/pk11/constants.h
include/pk11/internal.h
include/pk11/pk11.h
include/pk11/result.h
include/pk11/site.h
include/pkcs11/cryptoki.h
include/pkcs11/eddsa.h
include/pkcs11/pkcs11.h
include/pkcs11/pkcs11f.h
include/pkcs11/pkcs11t.h
lib/libbind9.a
lib/libdns.a
lib/libirs.a
lib/libisc.a
lib/libisccc.a
lib/libisccfg.a
lib/libns.a
man/man1/bind9-config.1.gz
%%DNSTAP%%man/man1/dnstap-read.1.gz
man/man1/isc-config.sh.1.gz
man/man5/named.conf.5.gz
man/man5/rndc.conf.5.gz
man/man8/ddns-confgen.8.gz
man/man8/named-checkconf.8.gz
man/man8/named-checkzone.8.gz
man/man8/named-compilezone.8.gz
%%LMDB%%man/man8/named-nzd2nzf.8.gz
man/man8/named.8.gz
%%NATIVE_PKCS11%%man/man8/pkcs11-destroy.8.gz
%%NATIVE_PKCS11%%man/man8/pkcs11-keygen.8.gz
%%NATIVE_PKCS11%%man/man8/pkcs11-list.8.gz
%%NATIVE_PKCS11%%man/man8/pkcs11-tokens.8.gz
man/man8/rndc-confgen.8.gz
man/man8/rndc.8.gz
man/man8/tsig-keygen.8.gz
sbin/ddns-confgen
sbin/named
sbin/named-checkconf
sbin/named-checkzone
sbin/named-compilezone
%%LMDB%%sbin/named-nzd2nzf
%%NATIVE_PKCS11%%sbin/pkcs11-destroy
%%NATIVE_PKCS11%%sbin/pkcs11-keygen
%%NATIVE_PKCS11%%sbin/pkcs11-list
%%NATIVE_PKCS11%%sbin/pkcs11-tokens
sbin/rndc
sbin/rndc-confgen
sbin/tsig-keygen
@dir(bind,bind,) %%ETCDIR%%/dynamic
@dir(bind,bind,) %%ETCDIR%%/slave
@dir(bind,bind,) %%ETCDIR%%/working

View file

@ -81,7 +81,6 @@
SUBDIR += gdialog
SUBDIR += gdvrecv
SUBDIR += gmerlin
SUBDIR += gmerlin-avdecoder
SUBDIR += gmimms
SUBDIR += gmmlib
SUBDIR += gmp-api
@ -437,7 +436,6 @@
SUBDIR += vdr-plugin-remote
SUBDIR += vdr-plugin-skinenigmang
SUBDIR += vdr-plugin-sleeptimer
SUBDIR += vdr-plugin-softhddevice
SUBDIR += vdr-plugin-streamdev
SUBDIR += vdr-plugin-ttxtsubs
SUBDIR += vdr-plugin-vdrmanager

View file

@ -1,205 +0,0 @@
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= gmerlin-avdecoder
PORTVERSION= 1.2.0
PORTREVISION= 25
CATEGORIES= multimedia
MASTER_SITES= SF/gmerlin/${PORTNAME}/${PORTVERSION}
MAINTAINER= wg@FreeBSD.org
COMMENT= General purpose media decoding library
LICENSE= GPLv2
DEPRECATED= unused in the ports tree and depends on vulnerable multimedia/ffmpeg0
EXPIRATION_DATE= 2019-05-31
BUILD_DEPENDS= ${LOCALBASE}/include/linux/dvb/frontend.h:multimedia/v4l_compat
LIB_DEPENDS= libgavl.so:multimedia/gavl
OPTIONS_DEFINE= A52 CDIO DCA DVDREAD FAAD FFMPEG FLAC GMERLIN MAD \
MJPEGTOOLS MPEG2 MUSEPACK OPENJPEG OPTIMIZED_CFLAGS PNG \
SAMBA SCHROEDINGER SPEEX THEORA TIFF VDPAU VORBIS DOCS
OPTIONS_DEFAULT= A52 CDIO DCA DVDREAD FAAD FFMPEG FLAC GMERLIN MAD \
MJPEGTOOLS MPEG2 MUSEPACK OPENJPEG OPTIMIZED_CFLAGS PNG \
SAMBA SCHROEDINGER SPEEX THEORA TIFF VDPAU VORBIS
DVDREAD_DESC= libdvdread support
GMERLIN_DESC= gmerlin support
SAMBA_DESC= Samba support using libsmbclient
USES= gettext libtool pathfix pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-cpuflags=none --without-doxygen
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include/ffmpeg0 -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib/ffmpeg0 -L${LOCALBASE}/lib
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGMERLIN}
LIB_DEPENDS+= libgmerlin.so:multimedia/gmerlin
PLIST_SUB+= GMERLIN=""
.else
CONFIGURE_ARGS+=--disable-gmerlin
PLIST_SUB+= GMERLIN="@comment "
.endif
.if ${PORT_OPTIONS:MFFMPEG}
LIB_DEPENDS+= libavcodec0.so:multimedia/ffmpeg0
.else
CONFIGURE_ARGS+=--disable-libavcodec --disable-libpostproc --disable-libswscale --disable-libavformat
.endif
.if ${PORT_OPTIONS:MTHEORA}
LIB_DEPENDS+= libtheora.so:multimedia/libtheora
.else
CONFIGURE_ARGS+=--disable-theoradec
.endif
.if ${PORT_OPTIONS:MSPEEX}
LIB_DEPENDS+= libspeex.so:audio/speex
.else
CONFIGURE_ARGS+=--disable-speex
.endif
.if ${PORT_OPTIONS:MMJPEGTOOLS}
LIB_DEPENDS+= liblavjpeg.so:multimedia/mjpegtools
.else
CONFIGURE_ARGS+=--disable-mjpegtools
.endif
.if ${PORT_OPTIONS:MVORBIS}
LIB_DEPENDS+= libvorbis.so:audio/libvorbis
CONFIGURE_ARGS+=--with-vorbis=${LOCALBASE}
.else
CONFIGURE_ARGS+=--disable-vorbis
.endif
.if ${PORT_OPTIONS:MMPEG2}
LIB_DEPENDS+= libmpeg2.so:multimedia/libmpeg2
.else
CONFIGURE_ARGS+=--disable-libmpeg2
.endif
.if ${PORT_OPTIONS:MTIFF}
LIB_DEPENDS+= libtiff.so:graphics/tiff
.else
CONFIGURE_ARGS+=--disable-libtiff
.endif
.if ${PORT_OPTIONS:MSAMBA}
USES+= samba:lib
CPPFLAGS+= -I${SAMBAINCLUDES}
LDFLAGS+= -L${SAMBALIBS}
.else
CONFIGURE_ARGS+=--disable-samba
.endif
.if ${PORT_OPTIONS:MPNG}
LIB_DEPENDS+= libpng.so:graphics/png
.else
CONFIGURE_ARGS+=--disable-libpng
.endif
.if ${PORT_OPTIONS:MFAAD}
LIB_DEPENDS+= libfaad.so:audio/faad
.else
CONFIGURE_ARGS+=--disable-faad2
.endif
.if ${PORT_OPTIONS:MDVDREAD}
LIB_DEPENDS+= libdvdread.so:multimedia/libdvdread
PLIST_SUB+= DVDREAD=""
.else
CONFIGURE_ARGS+=--disable-dvdread
PLIST_SUB+= DVDREAD="@comment "
.endif
.if ${PORT_OPTIONS:MFLAC}
LIB_DEPENDS+= libFLAC.so:audio/flac
.else
CONFIGURE_ARGS+=--disable-flac
.endif
.if ${PORT_OPTIONS:MMUSEPACK}
LIB_DEPENDS+= libmpcdec.so:audio/musepack
.else
CONFIGURE_ARGS+=--disable-musepack
.endif
.if ${PORT_OPTIONS:MMAD}
LIB_DEPENDS+= libmad.so:audio/libmad
.else
CONFIGURE_ARGS+=--disable-mad
.endif
.if ${PORT_OPTIONS:MA52}
LIB_DEPENDS+= liba52.so:audio/liba52
.else
CONFIGURE_ARGS+=--disable-liba52
.endif
.if ${PORT_OPTIONS:MDCA}
LIB_DEPENDS+= libdca.so:multimedia/libdca
.else
# error in configure
CONFIGURE_ARGS+=--disable-libcda --disable-libdca
.endif
.if ${PORT_OPTIONS:MCDIO}
LIB_DEPENDS+= libcdio.so:sysutils/libcdio
PLIST_SUB+= CDIO=""
.else
CONFIGURE_ARGS+=--disable-libcdio
PLIST_SUB+= CDIO="@comment "
.endif
.if ${PORT_OPTIONS:MOPENJPEG}
LIB_DEPENDS+= libopenjpeg.so:graphics/openjpeg15
.else
CONFIGURE_ARGS+=--disable-openjpeg
.endif
.if ${PORT_OPTIONS:MSCHROEDINGER}
LIB_DEPENDS+= libschroedinger-1.0.so:multimedia/schroedinger
.else
CONFIGURE_ARGS+=--disable-schroedinger
.endif
.if ${PORT_OPTIONS:MVDPAU}
LIB_DEPENDS+= libvdpau.so:multimedia/libvdpau
.else
CONFIGURE_ARGS+= --disable-vdpau
.endif
# vendor ocflags from configure
.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
CFLAGS+= -O3 -funroll-all-loops -ffast-math
CXXFLAGS+= -O3 -funroll-all-loops -ffast-math
.endif
post-patch:
@${REINPLACE_CMD} -E -e \
's|-O3 -funroll-all-loops -ffast-math||g; \
/LIBS/ s|-ldl||g; \
s|^LDFLAGS="|&$${LDFLAGS} |' \
-e 's|^(.*PKG_CONFIG.*)libavcodec(.*)|\1libavcodec0\2|g' \
-e 's|^(.*PKG_CONFIG.*)libavformat(.*)|\1libavformat0\2|g' \
-e 's|^(.*PKG_CONFIG.*)libavutil(.*)|\1libavutil0\2|g' \
-e 's|^(.*PKG_CONFIG.*)libpostproc(.*)|\1libpostproc0\2|g' \
-e 's|^(.*PKG_CONFIG.*)libswscale(.*)|\1libswscale0\2|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e \
's|#if DVDREAD_VERSION < 905|#if DVDREAD_VERSION < 904|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e \
'/^LIBS = / s|$$| @LIBINTL@ -lz|' ${WRKSRC}/tests/Makefile.in
@${REINPLACE_CMD} -e \
's|malloc.h|stdlib.h|' ${WRKSRC}/lib/in_smb.c
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (gmerlin-avdecoder-1.2.0.tar.gz) = 8e727fe0c9db6875bd71f3f4cac8e8feaca62d0ef1b26a86678241ecbed59afa
SIZE (gmerlin-avdecoder-1.2.0.tar.gz) = 1496378

View file

@ -1,25 +0,0 @@
--- lib/demux_ffmpeg.c.orig 2012-06-08 13:51:34.000000000 +0200
+++ lib/demux_ffmpeg.c 2012-07-22 00:23:38.489505138 +0200
@@ -774,15 +774,17 @@
/* Metadata */
if(avfc->title[0])
- ctx->tt->cur->metadata.title = bgav_strdup(avfc->title);
+ gavl_metadata_set(&ctx->tt->cur->metadata, GAVL_META_TITLE, avfc->title);
if(avfc->author[0])
- ctx->tt->cur->metadata.author = bgav_strdup(avfc->author);
+ gavl_metadata_set(&ctx->tt->cur->metadata, GAVL_META_AUTHOR, avfc->author);
if(avfc->copyright[0])
- ctx->tt->cur->metadata.copyright = bgav_strdup(avfc->copyright);
+ gavl_metadata_set(&ctx->tt->cur->metadata, GAVL_META_COPYRIGHT, avfc->copyright);
if(avfc->album[0])
- ctx->tt->cur->metadata.album = bgav_strdup(avfc->album);
+ gavl_metadata_set(&ctx->tt->cur->metadata, GAVL_META_ALBUM, avfc->album);
if(avfc->genre[0])
- ctx->tt->cur->metadata.genre = bgav_strdup(avfc->genre);
+ gavl_metadata_set(&ctx->tt->cur->metadata, GAVL_META_GENRE, avfc->genre);
+ if(avfc->track)
+ gavl_metadata_set_int(&ctx->tt->cur->metadata, GAVL_META_TRACKNUMBER, avfc->track);
#endif

View file

@ -1,30 +0,0 @@
--- lib/libw32dll/wine/win32.c.orig 2008-01-11 22:27:11.000000000 +0300
+++ lib/libw32dll/wine/win32.c 2008-11-07 17:15:48.000000000 +0300
@@ -61,27 +61,6 @@
#include <kstat.h>
#endif
-#if HAVE_VSSCANF
-# ifndef __sun
-/*
- * On solaris, remove the prototype for now; it's incompatible with the one
- * from solaris9 stdio.h
- */
-int vsscanf( const char *str, const char *format, va_list ap);
-# endif
-#else
-/* system has no vsscanf. try to provide one */
-static int vsscanf( const char *str, const char *format, va_list ap)
-{
- long p1 = va_arg(ap, long);
- long p2 = va_arg(ap, long);
- long p3 = va_arg(ap, long);
- long p4 = va_arg(ap, long);
- long p5 = va_arg(ap, long);
- return sscanf(str, format, p1, p2, p3, p4, p5);
-}
-#endif
-
char* win32_def_path = WIN32_PATH;
static void do_cpuid(unsigned int ax, unsigned int *regs)

View file

@ -1,18 +0,0 @@
Gmerlin_avdecoder is a general purpose media decoding library. It
was written as a support library for gmerlin, but it can also be
used by other applications. You don't even need gmerlin installed,
only gavl. Most of it was written completely from scratch, but the
sourcetrees of some other great software packages were used as
reference documentation. Credits go to the authors of Xine, MPlayer,
quicktime4linux and ffmpeg.
Gmerlin_avdecoder is one of the most complete general purpose media
decoding libraries. The supported formats and codecs span a wide
range of applications from consumer level (mp3, divx etc.) to high
end production formats like 32 bit PCM and some professional
uncompressed video codecs.
Using gmerlin_avdecoder in your playback for transcoding application
means rock solid media format support with an ever growing list of
supported codecs and formats.
WWW: http://gmerlin.sourceforge.net/

View file

@ -1,15 +0,0 @@
bin/bgavdemux
bin/bgavdump
include/gmerlin/avdec.h
include/gmerlin/bgavdefs.h
include/gmerlin/bgav_version.h
%%GMERLIN%%lib/gmerlin/plugins/i_avdec.so
%%GMERLIN%%%%CDIO%%%%DVDREAD%%lib/gmerlin/plugins/i_dvd.so
%%GMERLIN%%lib/gmerlin/plugins/i_dvb.so
%%GMERLIN%%%%CDIO%%lib/gmerlin/plugins/i_vcd.so
lib/libgmerlin_avdec.so
lib/libgmerlin_avdec.so.1
lib/libgmerlin_avdec.so.1.0.0
libdata/pkgconfig/gmerlin_avdec.pc
%%PORTDOCS%%%%DOCSDIR%%/README
share/locale/de/LC_MESSAGES/gmerlin-avdecoder.mo

View file

@ -1,69 +0,0 @@
# Created by: Juergen Lock <nox@FreeBSD.org>
# $FreeBSD$
PORTNAME= vdr-plugin-softhddevice
PORTVERSION= 0.5.1
PORTREVISION= 15
CATEGORIES= multimedia
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/1000/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Video Disk Recorder - softhddevice plugin
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/AGPL-3.0.txt
DEPRECATED= unmaintained and depends on vulnerable multimedia/ffmpeg0
EXPIRATION_DATE= 2019-05-31
LIB_DEPENDS= libavcodec0.so:multimedia/ffmpeg0 \
libvdpau.so:multimedia/libvdpau \
libxcb-keysyms.so:x11/xcb-util-keysyms \
libasound.so:audio/alsa-lib
USES= compiler:features pkgconfig tar:tgz
USE_XORG= xv x11 xcb xinerama
USE_GL= gl glu
PATCH_STRIP= -p1
CONFIG+= -DLOCALBASE=\\\"${LOCALBASE}\\\"
CONFIG+= -DUSE_VDPAU
CONFIG+= -DUSE_OSS
MAKE_ARGS= CONFIG="${CONFIG}"
WRKSRC= ${WRKDIR}/${PLUGIN}-${PORTVERSION}
PORTDOCS= ChangeLog README.txt
OPTIONS_DEFINE= VAAPI DOCS NLS
VAAPI_DESC= Enable vaapi support (experimental)
VAAPI_LIB_DEPENDS= libva.so:multimedia/libva
VAAPI_VARS= CONFIG+=-DUSE_VAAPI
.include "${.CURDIR}/../vdr/Makefile.plugins"
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} != clang
USE_GCC= yes
.endif
post-patch: post-patch-plugin
@${REINPLACE_CMD} \
-e 's,libavcodec,libavcodec0,g' \
${WRKSRC}/Makefile
@${CP} ${FILESDIR}/iatomic.h ${WRKSRC}
@${REINPLACE_CMD} \
-e 's,<alsa/iatomic.h>,"iatomic.h",' \
${WRKSRC}/*.c ${WRKSRC}/*.cpp
pre-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/vdr
post-install: post-install-pluginlocales
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
.include <bsd.port.post.mk>

View file

@ -1,2 +0,0 @@
SHA256 (vdr/vdr-softhddevice-0.5.1.tgz) = 98012c6d9e341423b376d77e414d8bb5868576d6df549a311081ed94fa04bbf1
SIZE (vdr/vdr-softhddevice-0.5.1.tgz) = 157741

View file

@ -1,97 +0,0 @@
///
/// @file iatomic.h @brief Misc function header file
///
/// Copyright (c) 2014 by Johns. All Rights Reserved.
///
/// Contributor(s):
///
/// License: AGPLv3
///
/// This program is free software: you can redistribute it and/or modify
/// it under the terms of the GNU Affero General Public License as
/// published by the Free Software Foundation, either version 3 of the
/// License.
///
/// This program is distributed in the hope that it will be useful,
/// but WITHOUT ANY WARRANTY; without even the implied warranty of
/// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
/// GNU Affero General Public License for more details.
///
/// $Id$
//////////////////////////////////////////////////////////////////////////////
/// @addtogroup iatomic
/// @{
#define GCC_VERSION (__GNUC__ * 10000 \
+ __GNUC_MINOR__ * 100 \
+ __GNUC_PATCHLEVEL__)
// gcc before 4.7 didn't support atomic builtins,
// use alsa atomic functions.
#if 0 // GCC_VERSION < 40700
#include <alsa/iatomic.h>
#else
//////////////////////////////////////////////////////////////////////////////
// Defines
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
// Declares
//////////////////////////////////////////////////////////////////////////////
///
/// atomic type, 24 bit useable,
///
typedef volatile int atomic_t;
//////////////////////////////////////////////////////////////////////////////
// Prototypes
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
// Inlines
//////////////////////////////////////////////////////////////////////////////
///
/// Set atomic value.
///
#define atomic_set(ptr, val) \
__atomic_store_n(ptr, val, __ATOMIC_SEQ_CST)
///
/// Read atomic value.
///
#define atomic_read(ptr) \
__atomic_load_n(ptr, __ATOMIC_SEQ_CST)
///
/// Increment atomic value.
///
#define atomic_inc(ptr) \
__atomic_add_fetch(ptr, 1, __ATOMIC_SEQ_CST)
///
/// Decrement atomic value.
///
#define atomic_dec(ptr) \
__atomic_sub_fetch(ptr, 1, __ATOMIC_SEQ_CST)
///
/// Add to atomic value.
///
#define atomic_add(val, ptr) \
__atomic_add_fetch(ptr, val, __ATOMIC_SEQ_CST)
///
/// Subtract from atomic value.
///
#define atomic_sub(val, ptr) \
__atomic_sub_fetch(ptr, val, __ATOMIC_SEQ_CST)
#endif
/// @}

View file

@ -1,79 +0,0 @@
--- a/Makefile
+++ b/Makefile
@@ -41,8 +41,8 @@ CXXFLAGS ?= -g -O2 -W -Wall -Wextra -Wer
### The directory environment:
-VDRDIR ?= ../../..
-LIBDIR ?= ../../lib
+VDRDIR = /usr/local/include/vdr
+LIBDIR = ../lib
TMPDIR ?= /tmp
### Make sure that necessary options are included:
@@ -72,7 +72,7 @@ DEFINES += $(CONFIG) -D_GNU_SOURCE -DPLU
_CFLAGS = $(DEFINES) $(INCLUDES) \
$(shell pkg-config --cflags libavcodec) \
`pkg-config --cflags x11 x11-xcb xcb xcb-xv xcb-shm xcb-dpms xcb-atom\
- xcb-screensaver xcb-randr xcb-glx xcb-icccm xcb-keysyms`\
+ xcb-screensaver xcb-randr xcb-glx xcb-keysyms`\
`pkg-config --cflags gl glu` \
$(if $(findstring USE_VDPAU,$(CONFIG)), \
`pkg-config --cflags vdpau`) \
@@ -88,7 +88,7 @@ override CFLAGS += $(_CFLAGS)
LIBS += -lrt \
$(shell pkg-config --libs libavcodec) \
`pkg-config --libs x11 x11-xcb xcb xcb-xv xcb-shm xcb-dpms xcb-atom\
- xcb-screensaver xcb-randr xcb-glx xcb-icccm xcb-keysyms`\
+ xcb-screensaver xcb-randr xcb-glx xcb-keysyms`\
`pkg-config --libs gl glu` \
$(if $(findstring USE_VDPAU,$(CONFIG)), \
`pkg-config --libs vdpau`) \
@@ -113,7 +113,7 @@ all: libvdr-$(PLUGIN).so i18n
### Dependencies:
-MAKEDEP = $(CC) -MM -MG
+MAKEDEP = $(CC) -MM # # # -MG
DEPFILE = .dependencies
$(DEPFILE): Makefile
@$(MAKEDEP) $(DEFINES) $(INCLUDES) $(SRCS) >$@
@@ -125,7 +125,7 @@ $(OBJS): Makefile
### Internationalization (I18N):
PODIR = po
-LOCALEDIR = $(VDRDIR)/locale
+LOCALEDIR = ../locale
I18Npo = $(wildcard $(PODIR)/*.po)
I18Nmsgs = $(addprefix $(LOCALEDIR)/, $(addsuffix /LC_MESSAGES/vdr-$(PLUGIN).mo, $(notdir $(foreach file, $(I18Npo), $(basename $(file))))))
I18Npot = $(PODIR)/$(PLUGIN).pot
@@ -153,7 +153,11 @@ i18n: $(I18Nmsgs) $(I18Npot)
libvdr-$(PLUGIN).so: $(OBJS) Makefile
$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared -fPIC $(OBJS) -o $@ $(LIBS)
+ifdef FREEBSD
+ @cp -f $@ $(LIBDIR)/$@.$(APIVERSION)
+else
@cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
+endif
dist: $(I18Npo) clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@@ -166,9 +170,17 @@ dist: $(I18Npo) clean
clean:
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ $(PODIR)/*.mo $(PODIR)/*.pot
+#install: libvdr-$(PLUGIN).so
+# cp --remove-destination libvdr-$(PLUGIN).so \
+# /usr/lib/vdr/plugins/libvdr-$(PLUGIN).so.$(APIVERSION)
+
install: libvdr-$(PLUGIN).so
+ifdef FREEBSD
+ ${INSTALL_PROGRAM} libvdr-$(PLUGIN).so ${DESTDIR}$(PREFIX)/lib/vdr/libvdr-$(PLUGIN).so.$(APIVERSION)
+else
cp --remove-destination libvdr-$(PLUGIN).so \
/usr/lib/vdr/plugins/libvdr-$(PLUGIN).so.$(APIVERSION)
+endif
HDRS= $(wildcard *.h)

View file

@ -1,14 +0,0 @@
--- a/codec.c
+++ b/codec.c
@@ -37,7 +37,11 @@
#include <stdio.h>
#include <unistd.h>
+#ifdef __FreeBSD__
+#include <sys/endian.h>
+#else
#include <endian.h>
+#endif
#include <sys/types.h>
#include <sys/stat.h>

View file

@ -1,49 +0,0 @@
--- a/softhddev.c
+++ b/softhddev.c
@@ -22,6 +22,9 @@
#include <sys/types.h>
#include <sys/stat.h>
+#ifdef __FreeBSD__
+#include <signal.h>
+#endif
#include <fcntl.h>
#include <stdio.h>
@@ -2212,6 +2215,11 @@ int ProcessArgs(int argc, char *const ar
//
// Parse arguments.
//
+#ifdef __FreeBSD__
+ if (!strcmp(*argv, "softhddevice"))
+ ++argv, --argc;
+#endif
+
for (;;) {
switch (getopt(argc, argv, "-a:c:d:fg:p:sv:w:x")) {
case 'a': // audio device for pcm
@@ -2294,7 +2302,11 @@ int ProcessArgs(int argc, char *const ar
#define XSERVER_MAX_ARGS 512 ///< how many arguments support
+#ifndef __FreeBSD__
static const char *X11Server = "/usr/bin/X"; ///< default x11 server
+#else
+static const char *X11Server = LOCALBASE "/bin/X"; ///< default x11 server
+#endif
static const char *X11ServerArguments; ///< default command arguments
static pid_t X11ServerPid; ///< x11 server pid
@@ -2338,7 +2350,12 @@ static void StartXServer(void)
if ((sval = X11ServerArguments)) {
char *s;
+#ifndef __FreeBSD__
s = buf = strdupa(sval);
+#else
+ s = buf = alloca(strlen(sval) + 1);
+ strcpy(buf, sval);
+#endif
while ((sval = strsep(&s, " \t"))) {
args[argn++] = sval;

View file

@ -1,12 +0,0 @@
--- a/video.c
+++ b/video.c
@@ -101,7 +101,9 @@
//#include <xcb/xcb_image.h>
//#include <xcb/xcb_event.h>
#include <xcb/xcb_atom.h>
+#if 0
#include <xcb/xcb_icccm.h>
+#endif
#ifdef XCB_ICCCM_NUM_WM_SIZE_HINTS_ELEMENTS
#include <xcb/xcb_ewmh.h>
#else // compatibility hack for old xcb-util

View file

@ -1,18 +0,0 @@
A software and GPU emulated HD output device plugin for VDR.
Video decoder CPU / VA-API / VDPAU
Video output VA-API / VDPAU
Audio FFMpeg / Alsa / Analog
Audio FFMpeg / Alsa / Digital
Audio FFMpeg / OSS / Analog
HDMI/SPDIF pass-through
YaepgHD support
Software deinterlacer Bob (VA-API only)
Autocrop
Grab image (VDPAU only)
Suspend
Letterbox, Stretch and Center cut-out video display modes
Note: currently doesn't support XV, only VDPAU or (optionally) VAAPI
WWW: https://projects.vdr-developer.org/projects/plg-softhddevice

View file

@ -1 +0,0 @@
lib/vdr/libvdr-softhddevice.so.%%APIVERSION%%

View file

@ -1034,7 +1034,6 @@
SUBDIR += qtkeychain
SUBDIR += quantis-kmod
SUBDIR += racoon2
SUBDIR += racoon2-legacy
SUBDIR += radamsa
SUBDIR += ranpwd
SUBDIR += ratproxy

View file

@ -1,95 +0,0 @@
# Created by: sumikawa
# $FreeBSD$
PORTNAME= racoon2
PORTVERSION= 20100526a
PORTREVISION= 13
CATEGORIES= security net ipv6
MASTER_SITES= ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/
PKGNAMESUFFIX= legacy
MAINTAINER= cy@FreeBSD.org
COMMENT= Racoon2 IPsec daemon
CONFLICTS= racoon2-[0-9]*
BROKEN_FreeBSD_12= Will not build with openssl111
BROKEN_FreeBSD_13= Will not build with openssl111
DEPRECATED= No longer supported upstream, use security/racoon2
EXPIRATION_DATE= 2019-05-31
USES= perl5 tar:tgz ssl
CONFIGURE_ARGS+= --disable-kinkd
PLIST_SUB+= KINK="@comment "
GNU_CONFIGURE= yes
CONFIGURE_ENV= YACC=/usr/bin/yacc perl_bindir=${LOCALBASE}/bin/perl5
OPTIONS_DEFINE= DOCS
OPTIONS_RADIO= KERBEROS
OPTIONS_RADIO_KERBEROS= KRB5 \
HEIMDAL_PORTS HEIMDAL_BASE
KRB5_DESC= Build with Kerberos (security/krb5)
HEIM_AL_PORTS_DESC= Build with Heimdal in ports (security/heimdal)
HEIMDAL_BASE_DESC= Build with Heimdal in base
KRB5_USES= gssapi:mit
KRB5_CONFIGURE_ON= --enable-kinkd
KRB5_MAKE_ENV= WITH_KINK=yes
KRB5_PLIST_SUB= KINK=""
KRB5_LIB_DEPENDS= libkrb5support.so:security/krb5
KRB5_RUN_DEPENDS= kinit:security/krb5
KRB5_VARS= KINK=yes
HEIMDAL_PORT_USES= gssapi:heimdal
HEIMDAL_PORTS_CONFIGURE_ON= --enable-kinkd
HEIMDAL_PORTS_MAKE_ENV= WITH_KINK=yes
HEIMDAL_PORT_PLIST_SUB= KINK=""
HEIMDAL_PORT_VARS= KINK=yes
HEIMDAL_BASE_USES= gssapi:base
HEIMDAL_BASE_CONFIGURE_ON= --enable-kinkd
HEIMDAL_BASE_MAKE_ENV= WITH_KINK=yes
HEIMDAL_BASE_PLIST_SUB= KINK=""
HEIMDAL_BASE_VARS= KINK=yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
PORTDOCS+= INSTALL USAGE config-usage.ja.txt config-usage.txt
PORTDOCS+= iked-memo.ja.txt libracoon.ja.txt specification.ja.txt
PORTDOCS+= spmif.txt style.txt system-message.ja.txt
.if defined(KINK)
PORTDOCS+= kinkd-data-struct.obj kinkd-impl.ja.txt
PORTDOCS+= kinkd-install.ja.txt kinkd-state-txn.obj
.endif
.endif
post-patch:
@${FIND} ${WRKSRC} -name Makefile.in -exec ${REINPLACE_CMD} \
-e '/INSTALL/s|\$$([a-z0-9]*dir)|$$(DESTDIR)&|' \
-e '/INSTALL/s|\$$(prefix)|$$(DESTDIR)&|' {} +
@${REINPLACE_CMD} 's|/var/run/racoon2|$$(DESTDIR)&|' \
${WRKSRC}/samples/Makefile.in
post-patch-DOCS-on:
.for FILE in ${PORTDOCS}
@${REINPLACE_CMD} -e 's|/usr/local/racoon2|${PREFIX}|' ${WRKSRC}/doc/${FILE}
.endfor
post-install:
@if [ -z `/sbin/sysctl -a | ${GREP} -q ipsec && echo ipsec` ]; then \
${ECHO_MSG} "WARNING: IPsec feature is disabled on this host"; \
${ECHO_MSG} " You must build the kernel if you want to run racoon on the host"; \
fi ;
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT.jp ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.for FILE in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${FILE} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (racoon2-20100526a.tgz) = f23773e4d97cec823ec634085b5e60a7884a13467ff1bffc17daac14d02f9caa
SIZE (racoon2-20100526a.tgz) = 1017077

View file

@ -1,19 +0,0 @@
--- configure.orig 2008-07-06 02:41:34 UTC
+++ configure
@@ -785,7 +785,7 @@ if test x"$enable_startup_scripts" = xyes; then
netbsd*1.[56]*|netbsd*[2-9].*)
startup_scripts=rc-d
;;
- freebsd[5-9].*)
+ freebsd[5-9].*|freebsd[1-4][0-9].*)
startup_scripts=rc-d
;;
*)
@@ -1126,6 +1126,7 @@ rm -fr confdefs* $ac_clean_files
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
if test "$no_recursion" != yes; then
+ac_given_INSTALL="$INSTALL"
# Remove --cache-file and --srcdir arguments so they do not pile up.
ac_sub_configure_args=

View file

@ -1,11 +0,0 @@
--- iked/ikev2_child.c.orig 2008-09-10 01:30:58.000000000 -0700
+++ iked/ikev2_child.c 2014-10-22 23:33:18.140601874 -0700
@@ -1171,7 +1171,7 @@
* used to do update or add.
*/
param->flags = 0;
- if (child_sa->is_initiator)
+ if (child_sa->is_initiator && child_sa->preceding_satype == 0)
param->flags |= PFK_FLAG_NOPORTS;
param->wsize = ikev2_ipsec_window_size;

View file

@ -1,10 +0,0 @@
--- kinkd/Makefile.in~ 2006-01-11 11:38:55.000000000 +0900
+++ kinkd/Makefile.in 2009-11-22 10:39:25.000000000 +0900
@@ -68,3 +68,7 @@
.PHONY: .depend
@IF_GMAKE@-include .depend
+
+# override default .c.o rule in case it doesn't include CPPFLAGS (FreeBSD)
+.c.o:
+ $(CC) -c $(CFLAGS) $(CPPFLAGS) -o $@ $<

View file

@ -1,11 +0,0 @@
--- kinkd/configure- 2009-11-22 10:28:45.000000000 +0900
+++ kinkd/configure 2009-11-22 10:28:56.000000000 +0900
@@ -2055,7 +2055,7 @@
else
echo "$ac_t""no" 1>&6
-LIBS="$LIBS -ldes"; cat >> confdefs.h <<\EOF
+LIBS="$LIBS -lhx509"; cat >> confdefs.h <<\EOF
#define HAVE_LIBDES 1
EOF

View file

@ -1,11 +0,0 @@
--- lib/cfparse.y- 2013-12-21 11:29:53.328819029 +0900
+++ lib/cfparse.y 2013-12-21 11:30:25.058283579 +0900
@@ -1712,7 +1712,7 @@
int n;
char *bp;
struct cf_list *new;
- rcf_t type;
+ rc_type type;
n = strtoll(str, &bp, 10);

View file

@ -1,20 +0,0 @@
--- lib/cftoken.l- 2013-12-21 11:31:18.701191439 +0900
+++ lib/cftoken.l 2013-12-21 11:33:51.653300338 +0900
@@ -53,7 +53,7 @@
extern int yyget_lineno (void);
extern FILE *yyget_in (void);
extern FILE *yyget_out (void);
-extern int yyget_leng (void);
+extern yy_size_t yyget_leng (void);
extern char *yyget_text (void);
extern void yyset_lineno (int);
extern void yyset_in (FILE *);
@@ -78,7 +78,7 @@
if (cf_debug) { \
fprintf(CF_ERRDEV, "%s:%d:%d[%s] len=%d\n", \
rcf_istk[rcf_istkp].path, rcf_istk[rcf_istkp].lineno, \
- yy_start, yytext, yyleng); \
+ yy_start, yytext, (int)yyleng); \
}
#else
#define DP

View file

@ -1,10 +0,0 @@
--- pskgen/Makefile.in.orig 2007-12-11 23:12:22.000000000 -0800
+++ pskgen/Makefile.in 2014-07-04 13:38:23.919692384 -0700
@@ -21,7 +21,6 @@
$(INSTALL_SCRIPT) $(PROG) $(sbindir)
$(INSTALL_DATA) $(PROG).8 $(mandir)/man8
$(INSTALL) -d $(prefix)/etc/racoon2
- sh ./autogen.spmd.pwd
depend:

View file

@ -1,13 +0,0 @@
--- pskgen/pskgen.in.orig 2005-09-15 23:52:20.000000000 -0700
+++ pskgen/pskgen.in 2016-07-18 12:59:05.207263000 -0700
@@ -59,8 +59,8 @@
exit 0;
}
-require 'getopts.pl';
-do Getopts('rs:o:di:he:d');
+use Getopt::Std;
+getopts('rs:o:di:he:d') or &usage;
$output = '-';
$output = $opt_o if ($opt_o);

View file

@ -1,19 +0,0 @@
--- samples/Makefile.in.orig 2007-12-27 10:08:52.000000000 +0900
+++ samples/Makefile.in 2008-04-17 19:06:11.000000000 +0900
@@ -29,11 +29,11 @@
$(INSTALL) -d -m 700 $(sysconfdir)/cert
install-startup-rc-d:
- $(INSTALL) -d $(sysconfdir)/rc.d
- $(INSTALL_SCRIPT) rc.d-iked $(sysconfdir)/rc.d/iked
- $(INSTALL_SCRIPT) rc.d-kinkd $(sysconfdir)/rc.d/kinkd
- $(INSTALL_SCRIPT) rc.d-spmd $(sysconfdir)/rc.d/spmd
- $(INSTALL_SCRIPT) rc.d-racoon2 $(sysconfdir)/rc.d/racoon2
+ $(INSTALL_SCRIPT) rc.d-iked $(prefix)/etc/rc.d/iked
+.if defined (WITH_KINK)
+ $(INSTALL_SCRIPT) rc.d-kinkd $(prefix)/etc/rc.d/kinkd
+.endif
+ $(INSTALL_SCRIPT) rc.d-spmd $(prefix)/etc/rc.d/spmd
install-startup-init-d:
$(INSTALL) -d $(sysconfdir)/init.d

View file

@ -1,21 +0,0 @@
--- samples/rc.d-iked.in.orig 2005-10-28 06:33:16 UTC
+++ samples/rc.d-iked.in
@@ -10,14 +10,16 @@
. /etc/rc.subr
+: ${iked_enable="NO"}
+
prefix=@prefix@
exec_prefix=@exec_prefix@
name="iked"
-rcvar=$name
+rcvar=iked_enable
command="@sbindir@/${name}"
extra_commands="reload"
-required_vars="spmd"
+required_vars="spmd_enable"
pidfile="/var/run/${name}.pid"
required_files="@sysconfdir@/racoon2.conf"
reload_cmd="iked_reload"

View file

@ -1,15 +0,0 @@
--- samples/rc.d-kinkd.in.orig 2005-10-28 15:33:16.000000000 +0900
+++ samples/rc.d-kinkd.in 2008-04-17 15:11:55.000000000 +0900
@@ -14,10 +14,10 @@
exec_prefix=@exec_prefix@
name="kinkd"
-rcvar=$name
+rcvar=kinkd_enable
command="@sbindir@/${name}"
extra_commands="reload"
-required_vars="spmd"
+required_vars="spmd_enable"
pidfile="/var/run/${name}.pid"
required_files="@sysconfdir@/racoon2.conf"

View file

@ -1,17 +0,0 @@
--- samples/rc.d-spmd.in.orig 2007-07-11 00:59:30 UTC
+++ samples/rc.d-spmd.in
@@ -9,11 +9,13 @@
. /etc/rc.subr
+: ${spmd_enable="NO"}
+
prefix=@prefix@
exec_prefix=@exec_prefix@
name="spmd"
-rcvar=$name
+rcvar=spmd_enable
command="@sbindir@/${name}"
extra_commands="reload"
pidfile="/var/run/${name}.pid"

View file

@ -1,11 +0,0 @@
--- spmd/spmd_internal.h.orig 2008-07-06 11:41:36.000000000 +0900
+++ spmd/spmd_internal.h 2009-03-30 13:35:24.000000000 +0900
@@ -35,7 +35,7 @@
extern int spmd_foreground;
-#define RACOON2_CONFIG_FILE SYSCONFDIR"/racoon2.conf"
+#define RACOON2_CONFIG_FILE RACOON_CONF
#if defined(HAVE_NSSWITCH_CONF)
# define NSSWITCH_CONF_FILE "/etc/nsswitch.conf"

View file

@ -1,18 +0,0 @@
"racoon2" is a system to exchange and to install security parameters
for the IPsec.
Currently the system supports the following specification:
Internet Key Exchange (IKEv2) Protocol
draft-ietf-ipsec-ikev2-17.txt
Kerberized Internet Negotiation of Keys (KINK)
draft-ietf-kink-kink-06.txt
PF_KEY Key Management API, Version 2
RFC2367
The Internet Key Exchange (IKE)
RFC2409
WWW: http://www.racoon2.wide.ad.jp/

View file

@ -1,50 +0,0 @@
sbin/iked
%%KINK%%sbin/kinkd
sbin/spmd
sbin/spmdctl
sbin/pskgen
etc/racoon2/default.conf.sample
etc/racoon2/local-test.conf.sample
etc/racoon2/racoon2.conf.sample
etc/racoon2/transport_ike.conf.sample
etc/racoon2/transport_kink.conf.sample
etc/racoon2/tunnel_ike.conf.sample
etc/racoon2/tunnel_ike_natt.conf.sample
etc/racoon2/tunnel_kink.conf.sample
etc/racoon2/vals.conf.sample
etc/racoon2/hook/functions
etc/racoon2/hook/ikesa-up.d/00ikesaup_sample
etc/racoon2/hook/ikesa-up
etc/racoon2/hook/ikesa-down
etc/racoon2/hook/ikesa-rekey
etc/racoon2/hook/child-up.d/00childup_sample
etc/racoon2/hook/child-up
etc/racoon2/hook/child-down
etc/racoon2/hook/child-rekey
etc/racoon2/hook/migration
etc/racoon2/hook/ph1-up
etc/racoon2/hook/ph1-down
etc/rc.d/iked
etc/rc.d/spmd
%%KINK%%etc/rc.d/kinkd
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.jp
%%PORTDOCS%%%%DOCSDIR%%/README
man/man8/spmd.8.gz
man/man8/spmdctl.8.gz
man/man8/pskgen.8.gz
man/man8/iked.8.gz
%%KINK%%man/man8/kinkd.8.gz
@dir etc/racoon2/psk
@dir etc/racoon2/hook/ph1-up.d
@dir etc/racoon2/hook/ph1-down.d
@dir etc/racoon2/hook/migration.d
@dir etc/racoon2/hook/ikesa-rekey.d
@dir etc/racoon2/hook/ikesa-down.d
@dir etc/racoon2/hook/child-rekey.d
@dir etc/racoon2/hook/child-down.d
@dir etc/racoon2/cert
@postexec [ ! -e %D/%%ETCDIR%%/spmd.pwd ] || mv %D/%%ETCDIR%%/spmd.pwd %D/%%ETCDIR%%/spmd.pwd.bak
@postexec %D/sbin/pskgen -r -o %D/%%ETCDIR%%/spmd.pwd
@rmtry %%ETCDIR%%/spmd.pwd
@dir(root,wheel,700) /var/run/racoon2

View file

@ -1402,7 +1402,6 @@
SUBDIR += phproxy
SUBDIR += phpsysinfo
SUBDIR += phpvirtualbox
SUBDIR += pivotx
SUBDIR += piwigo
SUBDIR += planet
SUBDIR += plasma5-plasma-browser-integration

View file

@ -1,82 +0,0 @@
# Created by: Fumiyuki Shimizu <fumifumi@abacustech.jp>
# $FreeBSD$
PORTNAME= pivotx
PORTVERSION= 2.3.11
CATEGORIES= www
MASTER_SITES= http://pivotx.net/files/ \
http://pivotx.net/files/archived/
DISTNAME= pivotx_${PORTVERSION}
MAINTAINER= fumifumi@abacustech.jp
COMMENT= Software to help you maintain dynamic sites such as weblogs
LICENSE= GPLv2
DEPRECATED= inactive upstream and does not work with PHP 7
EXPIRATION_DATE= 2019-05-31
PORTDOCS= LICENSE.txt README.txt
PORTEXAMPLES= example.htaccess example.web.config
# Requirements:
# http://book.pivotx.net/index.php?page=app-e#anchor-determining-if-your-server-meets-pivotxs-requirements
OPTIONS_DEFINE= PHPDOM DOCS EXAMPLES
PHPDOM_DESC= Use PHP:DOM instead of SimpleXML
USES+= cpe php:web tar:tgz
USE_PHP= session gettext xml tokenizer gd pcre
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPHPDOM}
USE_PHP+= dom
.else
USE_PHP+= simplexml
.endif
NO_BUILD= YES
TEMP_WRKSRC= ${WRKDIR}/.temp-${PORTNAME}-${PORTVERSION}-${PORTREVISION}
TEMP_DIFF= ${WRKDIR}/.temp-diff-${PORTNAME}-${PORTVERSION}-${PORTREVISION}
BLOGURL= ${PORTNAME}
.if defined(BLOGDIR)
# Relative to ${PREFIX}
WWWDIR= ${PREFIX}/${BLOGDIR}
.endif
SUB_FILES= pkg-message
SUB_LIST= BLOGURL=${BLOGURL}
post-extract:
@if ${TEST} -e '${TEMP_WRKSRC}'; then ${RM} -r '${TEMP_WRKSRC}'; fi
@${MKDIR} '${TEMP_WRKSRC}'
@${MV} '${WRKDIR}/'* '${TEMP_WRKSRC}'
@${MV} '${TEMP_WRKSRC}' '${WRKSRC}'
@${MKDIR} '${TEMP_WRKSRC}'
.for FILES in ${PORTDOCS}
@${MV} '${WRKSRC}/${FILES}' '${TEMP_WRKSRC}'
.endfor
post-patch:
.for FILES in ${PORTEXAMPLES}
@${SED} -e 's#%%BLOGURL%%#${BLOGURL}#g' '${WRKSRC}/${FILES}' >'${TEMP_WRKSRC}/${FILES}'
@${RM} '${WRKSRC}/${FILES}'
.endfor
@cd '${WRKSRC}' && ${FIND} . -type f -name '*.orig' -delete
do-install:
@${MKDIR} '${STAGEDIR}${DOCSDIR}'
.for FILES in ${PORTDOCS}
${INSTALL_DATA} '${TEMP_WRKSRC}/${FILES}' '${STAGEDIR}${DOCSDIR}'
.endfor
@${MKDIR} '${STAGEDIR}${EXAMPLESDIR}'
.for FILES in ${PORTEXAMPLES}
${INSTALL_DATA} '${TEMP_WRKSRC}/${FILES}' '${STAGEDIR}${EXAMPLESDIR}'
.endfor
@${MKDIR} '${STAGEDIR}${WWWDIR}'
@cd '${WRKSRC}' && ${COPYTREE_SHARE} . '${STAGEDIR}${WWWDIR}'
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (pivotx_2.3.11.tgz) = a1a43c37f67f3fcdcb8901ecf51b3a7a41b55030b5ba89eec990ac96bced489d
SIZE (pivotx_2.3.11.tgz) = 8611840

View file

@ -1,11 +0,0 @@
--- example.htaccess.orig 2012-01-23 01:55:33.000000000 +0900
+++ example.htaccess 2012-06-25 20:28:53.000000000 +0900
@@ -13,7 +13,7 @@
#php_flag magic_quotes_gpc 0
RewriteEngine On
-# RewriteBase /
+RewriteBase /%%BLOGURL%%
# Standard PivotX rules for non-crufty URLs. The rules always work, but non-crufty
# URL must be enabled in the PivotX configuration too before they are actually used.

View file

@ -1,10 +0,0 @@
--- pivotx/data.php.orig 2011-08-05 02:40:39.000000000 +0900
+++ pivotx/data.php 2011-08-16 10:55:32.000000000 +0900
@@ -616,6 +616,7 @@
'allow_comments' => '1',
'allow_paragraphs' => '0',
'chmod' => '0644',
+ 'chmod_dir' => '0755',
'cookie_length' => '1814400',
'db_version' => $dbversion,
'debug' => 0,

View file

@ -1,43 +0,0 @@
*********************************************************************
Sample %%PREFIX%%/etc/apache22/Includes/pivotx.conf for the module
version of PHP:
Alias /%%BLOGURL%% "%%WWWDIR%%"
<Directory "%%WWWDIR%%">
AddType application/x-httpd-php .php
DirectoryIndex index.php
Options SymLinksIfOwnerMatch
AllowOverride Indexes FileInfo Limit
Order Deny,Allow
Deny from All
Allow from localhost
### Change above ACL properly after adding the first user.
</Directory>
<LocationMatch "^/*%%BLOGURL%%/+pivotx(?:/+(?:index(?:\..*)?)?)?$">
Order Deny,Allow
Deny from all
Allow from localhost
### Change above ACL properly for loginable users.
</LocationMatch>
Adding the above alias allows you to access the admin page at
http://localhost/%%BLOGURL%%/pivotx/
Use usernames that are hard to guess.
%%EXAMPLESDIR%%/example.htaccess is a sample .htaccess for %%WWWDIR%%.
Setting date.timezone of %%PREFIX%%/etc/php.ini in POSIX style may
ease your life.
To use MySQL, connect to the MySQL server and create a database, for
example "pivotx", with
CREATE DATABASE pivotx DEFAULT CHARSET utf8 DEFAULT COLLATE utf8_unicode_ci;
and specify preferences on the page of adding the first user, or on
http://localhost/%%BLOGURL%%/pivotx/index.php?page=configuration#section-2
See http://book.pivotx.net/ and http://forum.pivotx.net/ to continue
the setup.
*********************************************************************

View file

@ -1,10 +0,0 @@
PivotX is free software to help you maintain dynamic sites such as
weblogs, online journals and other frequently updated websites in
general. It's written in PHP and uses *flat files* or MySQL as a
database.
Since PivotX is an entirely different beast than pivot-weblog (Pivot
1.x), upgrading from Pivot 1.x will take a while to do properly.
(http://book.pivotx.net/page/4-1)
WWW: http://pivotx.net/

View file

@ -1,921 +0,0 @@
@owner www
@group www
%%WWWDIR%%/index.php
%%WWWDIR%%/robots.txt
%%WWWDIR%%/images/index.html
%%WWWDIR%%/images/icon_pivotx.jpg
%%WWWDIR%%/pivotx/ajaxhelper.php
%%WWWDIR%%/pivotx/data.php
@exec rm -f %B/db/cache/*
@unexec rm -r %B/db/cache/* 2>/dev/null || true
%%WWWDIR%%/pivotx/db/index.html
%%WWWDIR%%/pivotx/db/refkeys/index.html
%%WWWDIR%%/pivotx/db/rsscache/index.html
%%WWWDIR%%/pivotx/db/search/filtered_words.txt
%%WWWDIR%%/pivotx/db/tagdata/index.html
%%WWWDIR%%/pivotx/db/tbkeys/index.html
%%WWWDIR%%/pivotx/db/users/index.html
%%WWWDIR%%/pivotx/editor_wysi/langs/en.js
%%WWWDIR%%/pivotx/editor_wysi/license.txt
%%WWWDIR%%/pivotx/editor_wysi/plugins/contextmenu/editor_plugin.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/fullscreen/editor_plugin.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/fullscreen/fullscreen.htm
%%WWWDIR%%/pivotx/editor_wysi/plugins/media/css/media.css
%%WWWDIR%%/pivotx/editor_wysi/plugins/media/editor_plugin.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/media/js/embed.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/media/js/media.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/media/langs/en_dlg.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/media/media.htm
%%WWWDIR%%/pivotx/editor_wysi/plugins/media/moxieplayer.swf
%%WWWDIR%%/pivotx/editor_wysi/plugins/nonbreaking/editor_plugin.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/paste/editor_plugin.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/paste/js/pastetext.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/paste/js/pasteword.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/paste/langs/en_dlg.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/paste/pastetext.htm
%%WWWDIR%%/pivotx/editor_wysi/plugins/paste/pasteword.htm
%%WWWDIR%%/pivotx/editor_wysi/plugins/searchreplace/css/searchreplace.css
%%WWWDIR%%/pivotx/editor_wysi/plugins/searchreplace/editor_plugin.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/searchreplace/js/searchreplace.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/searchreplace/langs/en_dlg.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/searchreplace/searchreplace.htm
%%WWWDIR%%/pivotx/editor_wysi/plugins/table/cell.htm
%%WWWDIR%%/pivotx/editor_wysi/plugins/table/css/cell.css
%%WWWDIR%%/pivotx/editor_wysi/plugins/table/css/row.css
%%WWWDIR%%/pivotx/editor_wysi/plugins/table/css/table.css
%%WWWDIR%%/pivotx/editor_wysi/plugins/table/editor_plugin.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/table/js/cell.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/table/js/merge_cells.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/table/js/row.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/table/js/table.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/table/langs/en_dlg.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/table/merge_cells.htm
%%WWWDIR%%/pivotx/editor_wysi/plugins/table/row.htm
%%WWWDIR%%/pivotx/editor_wysi/plugins/table/table.htm
%%WWWDIR%%/pivotx/editor_wysi/plugins/visualchars/editor_plugin.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/xhtmlxtras/abbr.htm
%%WWWDIR%%/pivotx/editor_wysi/plugins/xhtmlxtras/acronym.htm
%%WWWDIR%%/pivotx/editor_wysi/plugins/xhtmlxtras/attributes.htm
%%WWWDIR%%/pivotx/editor_wysi/plugins/xhtmlxtras/cite.htm
%%WWWDIR%%/pivotx/editor_wysi/plugins/xhtmlxtras/css/attributes.css
%%WWWDIR%%/pivotx/editor_wysi/plugins/xhtmlxtras/css/popup.css
%%WWWDIR%%/pivotx/editor_wysi/plugins/xhtmlxtras/del.htm
%%WWWDIR%%/pivotx/editor_wysi/plugins/xhtmlxtras/editor_plugin.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/xhtmlxtras/ins.htm
%%WWWDIR%%/pivotx/editor_wysi/plugins/xhtmlxtras/js/abbr.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/xhtmlxtras/js/acronym.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/xhtmlxtras/js/attributes.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/xhtmlxtras/js/cite.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/xhtmlxtras/js/del.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/xhtmlxtras/js/element_common.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/xhtmlxtras/js/ins.js
%%WWWDIR%%/pivotx/editor_wysi/plugins/xhtmlxtras/langs/en_dlg.js
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/about.htm
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/anchor.htm
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/charmap.htm
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/color_picker.htm
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/editor_template.js
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/image.htm
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/img/colorpicker.jpg
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/img/flash.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/img/icons.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/img/iframe.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/img/pagebreak.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/img/pivotx_download.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/img/pivotx_image.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/img/pivotx_popup.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/img/pivotx_tag.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/img/quicktime.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/img/realmedia.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/img/shockwave.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/img/trans.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/img/video.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/img/windowsmedia.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/js/about.js
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/js/anchor.js
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/js/charmap.js
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/js/color_picker.js
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/js/image.js
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/js/link.js
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/js/source_editor.js
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/langs/en.js
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/langs/en_dlg.js
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/link.htm
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/shortcuts.htm
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/skins/default/content.css
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/skins/default/dialog.css
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/skins/default/img/buttons.png
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/skins/default/img/items.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/skins/default/img/menu_arrow.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/skins/default/img/menu_check.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/skins/default/img/progress.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/skins/default/img/tabs.gif
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/skins/default/ui.css
%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/source_editor.htm
%%WWWDIR%%/pivotx/editor_wysi/tiny_mce.js
%%WWWDIR%%/pivotx/editor_wysi/tiny_mce_gzip.js
%%WWWDIR%%/pivotx/editor_wysi/tiny_mce_gzip.php
%%WWWDIR%%/pivotx/editor_wysi/tiny_mce_popup.js
%%WWWDIR%%/pivotx/editor_wysi/utils/editable_selects.js
%%WWWDIR%%/pivotx/editor_wysi/utils/form_utils.js
%%WWWDIR%%/pivotx/editor_wysi/utils/mctabs.js
%%WWWDIR%%/pivotx/editor_wysi/utils/validate.js
%%WWWDIR%%/pivotx/extensions/extraimagefield/docs/extraimagefield.png
%%WWWDIR%%/pivotx/extensions/extraimagefield/docs/summary.markdown
%%WWWDIR%%/pivotx/extensions/extraimagefield/hook_extraimagefield.php
%%WWWDIR%%/pivotx/extensions/fancybox/blank.gif
%%WWWDIR%%/pivotx/extensions/fancybox/docs/changelog.markdown
%%WWWDIR%%/pivotx/extensions/fancybox/docs/index.markdown
%%WWWDIR%%/pivotx/extensions/fancybox/docs/toc.markdown
%%WWWDIR%%/pivotx/extensions/fancybox/fancy_close.png
%%WWWDIR%%/pivotx/extensions/fancybox/fancy_loading.png
%%WWWDIR%%/pivotx/extensions/fancybox/fancy_nav_left.png
%%WWWDIR%%/pivotx/extensions/fancybox/fancy_nav_right.png
%%WWWDIR%%/pivotx/extensions/fancybox/fancy_shadow_e.png
%%WWWDIR%%/pivotx/extensions/fancybox/fancy_shadow_n.png
%%WWWDIR%%/pivotx/extensions/fancybox/fancy_shadow_ne.png
%%WWWDIR%%/pivotx/extensions/fancybox/fancy_shadow_nw.png
%%WWWDIR%%/pivotx/extensions/fancybox/fancy_shadow_s.png
%%WWWDIR%%/pivotx/extensions/fancybox/fancy_shadow_se.png
%%WWWDIR%%/pivotx/extensions/fancybox/fancy_shadow_sw.png
%%WWWDIR%%/pivotx/extensions/fancybox/fancy_shadow_w.png
%%WWWDIR%%/pivotx/extensions/fancybox/fancy_title_left.png
%%WWWDIR%%/pivotx/extensions/fancybox/fancy_title_main.png
%%WWWDIR%%/pivotx/extensions/fancybox/fancy_title_over.png
%%WWWDIR%%/pivotx/extensions/fancybox/fancy_title_right.png
%%WWWDIR%%/pivotx/extensions/fancybox/fancybox-x.png
%%WWWDIR%%/pivotx/extensions/fancybox/fancybox-y.png
%%WWWDIR%%/pivotx/extensions/fancybox/fancybox.png
%%WWWDIR%%/pivotx/extensions/fancybox/jquery.easing-1.3.js
%%WWWDIR%%/pivotx/extensions/fancybox/jquery.fancybox-1.3.4.css
%%WWWDIR%%/pivotx/extensions/fancybox/jquery.fancybox-1.3.4.js
%%WWWDIR%%/pivotx/extensions/fancybox/jquery.fancybox_IE6_-1.3.4.css
%%WWWDIR%%/pivotx/extensions/fancybox/jquery.fancybox_IE_-1.3.4.css
%%WWWDIR%%/pivotx/extensions/fancybox/jquery.mousewheel-3.0.4.js
%%WWWDIR%%/pivotx/extensions/fancybox/snippet_fancybox.php
%%WWWDIR%%/pivotx/extensions/gallery/docs/index.markdown
%%WWWDIR%%/pivotx/extensions/gallery/gallery.js
%%WWWDIR%%/pivotx/extensions/gallery/hook_gallery.php
%%WWWDIR%%/pivotx/extensions/gallery/upload_images.php
%%WWWDIR%%/pivotx/extensions/gallery/upload_images.tpl
%%WWWDIR%%/pivotx/extensions/index.html
%%WWWDIR%%/pivotx/extensions/lifestream/TwitterAPIExchange.php
%%WWWDIR%%/pivotx/extensions/lifestream/docs/index.markdown
%%WWWDIR%%/pivotx/extensions/lifestream/docs/screenshot.png
%%WWWDIR%%/pivotx/extensions/lifestream/flickr.gif
%%WWWDIR%%/pivotx/extensions/lifestream/jaiku.png
%%WWWDIR%%/pivotx/extensions/lifestream/lastfm.gif
%%WWWDIR%%/pivotx/extensions/lifestream/lifestream.php
%%WWWDIR%%/pivotx/extensions/lifestream/summize.gif
%%WWWDIR%%/pivotx/extensions/lifestream/tumblr.gif
%%WWWDIR%%/pivotx/extensions/lifestream/twitter.png
%%WWWDIR%%/pivotx/extensions/lifestream/widget_lifestream.php
%%WWWDIR%%/pivotx/extensions/slideshow/docs/changelog.markdown
%%WWWDIR%%/pivotx/extensions/slideshow/docs/index.markdown
%%WWWDIR%%/pivotx/extensions/slideshow/docs/toc.markdown
%%WWWDIR%%/pivotx/extensions/slideshow/jquery.easing.1.3.js
%%WWWDIR%%/pivotx/extensions/slideshow/jquery.slideviewer.1.2.1.js
%%WWWDIR%%/pivotx/extensions/slideshow/slideshow.css
%%WWWDIR%%/pivotx/extensions/slideshow/slideshow_skinny.css
%%WWWDIR%%/pivotx/extensions/slideshow/slideviewer.css
%%WWWDIR%%/pivotx/extensions/slideshow/spinner.gif
%%WWWDIR%%/pivotx/extensions/slideshow/widget_slideshow.php
%%WWWDIR%%/pivotx/extensions/wxrexport/docs/bolt.markdown
%%WWWDIR%%/pivotx/extensions/wxrexport/docs/changelog.markdown
%%WWWDIR%%/pivotx/extensions/wxrexport/docs/index.markdown
%%WWWDIR%%/pivotx/extensions/wxrexport/docs/toc.markdown
%%WWWDIR%%/pivotx/extensions/wxrexport/docs/wordpress.markdown
%%WWWDIR%%/pivotx/extensions/wxrexport/hook_wxrexport.php
%%WWWDIR%%/pivotx/extensions/wxrexport/media-library-assistant-fixed-values/mla-fixed-values.php
%%WWWDIR%%/pivotx/extensions/wxrexport/wordpress-importer/pivx_wp_import_users.php
%%WWWDIR%%/pivotx/fileupload.php
%%WWWDIR%%/pivotx/first_defense.php
%%WWWDIR%%/pivotx/forms.php
%%WWWDIR%%/pivotx/includes/PasswordHash.php
%%WWWDIR%%/pivotx/includes/Snoopy.class.php
%%WWWDIR%%/pivotx/includes/blogroll.php
%%WWWDIR%%/pivotx/includes/compat.php
%%WWWDIR%%/pivotx/includes/editor/index.html
%%WWWDIR%%/pivotx/includes/editor/insert_download.php
%%WWWDIR%%/pivotx/includes/editor/insert_image.php
%%WWWDIR%%/pivotx/includes/editor/insert_popup.php
%%WWWDIR%%/pivotx/includes/editor/insert_tag.php
%%WWWDIR%%/pivotx/includes/editor/insert_upload.php
%%WWWDIR%%/pivotx/includes/emoticons/config.inc.php
%%WWWDIR%%/pivotx/includes/emoticons/index.html
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_01.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_02.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_03.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_04.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_05.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_06.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_07.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_08.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_09.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_10.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_103.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_11.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_112.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_12.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_121.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_129.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_13.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_14.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_15.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_16.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_168.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_17.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_18.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_24.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_26.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_28.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_31.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_41.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_43.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_48.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_52.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_53.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_58.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_69.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_73.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_75.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_86.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/e_92.gif
%%WWWDIR%%/pivotx/includes/emoticons/trillian/emoticons.html
%%WWWDIR%%/pivotx/includes/emoticons/trillian/index.html
%%WWWDIR%%/pivotx/includes/emoticons/trillian/triggers.php
%%WWWDIR%%/pivotx/includes/gettext.php
%%WWWDIR%%/pivotx/includes/index.html
%%WWWDIR%%/pivotx/includes/js/bookmarklet.js
%%WWWDIR%%/pivotx/includes/js/index.html
%%WWWDIR%%/pivotx/includes/js/jquery-1.8.2.min.js
%%WWWDIR%%/pivotx/includes/js/jquery-plugins.js
%%WWWDIR%%/pivotx/includes/js/jquery-ui-1.9.1.custom.min.js
%%WWWDIR%%/pivotx/includes/js/jquery.Jcrop.min.js
%%WWWDIR%%/pivotx/includes/js/m_pivotx.js
%%WWWDIR%%/pivotx/includes/js/pivotx.js
%%WWWDIR%%/pivotx/includes/js/plupload/plupload.browserplus.js
%%WWWDIR%%/pivotx/includes/js/plupload/plupload.flash.js
%%WWWDIR%%/pivotx/includes/js/plupload/plupload.flash.swf
%%WWWDIR%%/pivotx/includes/js/plupload/plupload.full.js
%%WWWDIR%%/pivotx/includes/js/plupload/plupload.gears.js
%%WWWDIR%%/pivotx/includes/js/plupload/plupload.html4.js
%%WWWDIR%%/pivotx/includes/js/plupload/plupload.html5.js
%%WWWDIR%%/pivotx/includes/js/plupload/plupload.js
%%WWWDIR%%/pivotx/includes/js/plupload/plupload.silverlight.js
%%WWWDIR%%/pivotx/includes/js/plupload/plupload.silverlight.xap
%%WWWDIR%%/pivotx/includes/js/thickbox.js
%%WWWDIR%%/pivotx/includes/magpie/README.txt
%%WWWDIR%%/pivotx/includes/magpie/rss_cache.inc
%%WWWDIR%%/pivotx/includes/magpie/rss_fetch.inc
%%WWWDIR%%/pivotx/includes/magpie/rss_parse.inc
%%WWWDIR%%/pivotx/includes/magpie/rss_utils.inc
%%WWWDIR%%/pivotx/includes/markdown/License.text
%%WWWDIR%%/pivotx/includes/markdown/PHP Markdown Readme.text
%%WWWDIR%%/pivotx/includes/markdown/PHP SmartyPants Readme.txt
%%WWWDIR%%/pivotx/includes/markdown/markdown.php
%%WWWDIR%%/pivotx/includes/markdown/smartypants.php
%%WWWDIR%%/pivotx/includes/markitup/images/bg-container.png
%%WWWDIR%%/pivotx/includes/markitup/images/bg.png
%%WWWDIR%%/pivotx/includes/markitup/images/bold.png
%%WWWDIR%%/pivotx/includes/markitup/images/clean.png
%%WWWDIR%%/pivotx/includes/markitup/images/code.png
%%WWWDIR%%/pivotx/includes/markitup/images/color.png
%%WWWDIR%%/pivotx/includes/markitup/images/comments.png
%%WWWDIR%%/pivotx/includes/markitup/images/emoticon-smile.png
%%WWWDIR%%/pivotx/includes/markitup/images/emoticon-surprised.png
%%WWWDIR%%/pivotx/includes/markitup/images/emoticon-tongue.png
%%WWWDIR%%/pivotx/includes/markitup/images/emoticon-unhappy.png
%%WWWDIR%%/pivotx/includes/markitup/images/emoticon-wink.png
%%WWWDIR%%/pivotx/includes/markitup/images/error.png
%%WWWDIR%%/pivotx/includes/markitup/images/folder.png
%%WWWDIR%%/pivotx/includes/markitup/images/font.png
%%WWWDIR%%/pivotx/includes/markitup/images/formula.png
%%WWWDIR%%/pivotx/includes/markitup/images/grippie.png
%%WWWDIR%%/pivotx/includes/markitup/images/h.png
%%WWWDIR%%/pivotx/includes/markitup/images/h1.png
%%WWWDIR%%/pivotx/includes/markitup/images/h2.png
%%WWWDIR%%/pivotx/includes/markitup/images/h3.png
%%WWWDIR%%/pivotx/includes/markitup/images/h4.png
%%WWWDIR%%/pivotx/includes/markitup/images/h5.png
%%WWWDIR%%/pivotx/includes/markitup/images/h6.png
%%WWWDIR%%/pivotx/includes/markitup/images/image.png
%%WWWDIR%%/pivotx/includes/markitup/images/indent.png
%%WWWDIR%%/pivotx/includes/markitup/images/italic.png
%%WWWDIR%%/pivotx/includes/markitup/images/link.png
%%WWWDIR%%/pivotx/includes/markitup/images/list-bullet.png
%%WWWDIR%%/pivotx/includes/markitup/images/list-bullets.png
%%WWWDIR%%/pivotx/includes/markitup/images/list-item.png
%%WWWDIR%%/pivotx/includes/markitup/images/list-numbers.png
%%WWWDIR%%/pivotx/includes/markitup/images/list-numeric.png
%%WWWDIR%%/pivotx/includes/markitup/images/media.png
%%WWWDIR%%/pivotx/includes/markitup/images/menu.png
%%WWWDIR%%/pivotx/includes/markitup/images/paragraph.png
%%WWWDIR%%/pivotx/includes/markitup/images/picture.png
%%WWWDIR%%/pivotx/includes/markitup/images/pivotx-download.png
%%WWWDIR%%/pivotx/includes/markitup/images/pivotx-image.png
%%WWWDIR%%/pivotx/includes/markitup/images/pivotx-popup.png
%%WWWDIR%%/pivotx/includes/markitup/images/pivotx-tag.png
%%WWWDIR%%/pivotx/includes/markitup/images/pivotx.png
%%WWWDIR%%/pivotx/includes/markitup/images/preview.png
%%WWWDIR%%/pivotx/includes/markitup/images/quotes.png
%%WWWDIR%%/pivotx/includes/markitup/images/signature.png
%%WWWDIR%%/pivotx/includes/markitup/images/stroke.png
%%WWWDIR%%/pivotx/includes/markitup/images/style.png
%%WWWDIR%%/pivotx/includes/markitup/images/submenu.png
%%WWWDIR%%/pivotx/includes/markitup/images/subscript.png
%%WWWDIR%%/pivotx/includes/markitup/images/superscript.png
%%WWWDIR%%/pivotx/includes/markitup/images/table-col.png
%%WWWDIR%%/pivotx/includes/markitup/images/table-row.png
%%WWWDIR%%/pivotx/includes/markitup/images/table.png
%%WWWDIR%%/pivotx/includes/markitup/images/tags-close.png
%%WWWDIR%%/pivotx/includes/markitup/images/tags-delete.png
%%WWWDIR%%/pivotx/includes/markitup/images/tags.png
%%WWWDIR%%/pivotx/includes/markitup/images/underline.png
%%WWWDIR%%/pivotx/includes/markitup/jquery.markitup.js
%%WWWDIR%%/pivotx/includes/markitup/markitup-mini.css
%%WWWDIR%%/pivotx/includes/markitup/markitup.css
%%WWWDIR%%/pivotx/includes/markitup/set.js
%%WWWDIR%%/pivotx/includes/mimeDecode.php
%%WWWDIR%%/pivotx/includes/minify/.htaccess
%%WWWDIR%%/pivotx/includes/minify/README.txt
%%WWWDIR%%/pivotx/includes/minify/config.php
%%WWWDIR%%/pivotx/includes/minify/groupsConfig.php
%%WWWDIR%%/pivotx/includes/minify/index.php
%%WWWDIR%%/pivotx/includes/minify/lib/FirePHP.php
%%WWWDIR%%/pivotx/includes/minify/lib/HTTP/ConditionalGet.php
%%WWWDIR%%/pivotx/includes/minify/lib/HTTP/Encoder.php
%%WWWDIR%%/pivotx/includes/minify/lib/JSMin.php
%%WWWDIR%%/pivotx/includes/minify/lib/JSMinPlus.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/Build.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/CSS.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/CSS/Compressor.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/CSS/UriRewriter.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/Cache/APC.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/Cache/File.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/Cache/Memcache.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/CommentPreserver.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/Controller/Base.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/Controller/Files.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/Controller/Groups.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/Controller/MinApp.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/Controller/Page.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/Controller/Version1.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/HTML.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/ImportProcessor.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/Lines.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/Logger.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/Packer.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/Source.php
%%WWWDIR%%/pivotx/includes/minify/lib/Minify/YUICompressor.php
%%WWWDIR%%/pivotx/includes/minify/lib/Solar/Dir.php
%%WWWDIR%%/pivotx/includes/minify/utils.php
%%WWWDIR%%/pivotx/includes/ping.php
%%WWWDIR%%/pivotx/includes/send_trackback.php
%%WWWDIR%%/pivotx/includes/spamping.php
%%WWWDIR%%/pivotx/includes/streams.php
%%WWWDIR%%/pivotx/includes/strip_punctuation.php
%%WWWDIR%%/pivotx/includes/strip_punctuation_preg_utf8.php
%%WWWDIR%%/pivotx/includes/textile/classtextile.php
%%WWWDIR%%/pivotx/includes/textile/help.html
%%WWWDIR%%/pivotx/includes/textile/index.html
%%WWWDIR%%/pivotx/includes/textile/overview.html
%%WWWDIR%%/pivotx/includes/timthumb-config.php
%%WWWDIR%%/pivotx/includes/timthumb-error.jpg
%%WWWDIR%%/pivotx/includes/timthumb-notfnd.jpg
%%WWWDIR%%/pivotx/includes/timthumb.php
%%WWWDIR%%/pivotx/includes/timwrapper.php
%%WWWDIR%%/pivotx/includes/xmlrpc/compat/array_key_exists.php
%%WWWDIR%%/pivotx/includes/xmlrpc/compat/is_a.php
%%WWWDIR%%/pivotx/includes/xmlrpc/compat/is_callable.php
%%WWWDIR%%/pivotx/includes/xmlrpc/compat/is_scalar.php
%%WWWDIR%%/pivotx/includes/xmlrpc/compat/var_export.php
%%WWWDIR%%/pivotx/includes/xmlrpc/compat/version_compare.php
%%WWWDIR%%/pivotx/includes/xmlrpc/index.html
%%WWWDIR%%/pivotx/includes/xmlrpc/xmlrpc.inc
%%WWWDIR%%/pivotx/includes/xmlrpc/xmlrpc_wrappers.inc
%%WWWDIR%%/pivotx/includes/xmlrpc/xmlrpcs.inc
%%WWWDIR%%/pivotx/index.html
%%WWWDIR%%/pivotx/index.php
%%WWWDIR%%/pivotx/lamer_protection.php
%%WWWDIR%%/pivotx/langs/codes/bg.php
%%WWWDIR%%/pivotx/langs/codes/cs.php
%%WWWDIR%%/pivotx/langs/codes/da.php
%%WWWDIR%%/pivotx/langs/codes/de.php
%%WWWDIR%%/pivotx/langs/codes/el.php
%%WWWDIR%%/pivotx/langs/codes/en.php
%%WWWDIR%%/pivotx/langs/codes/es.php
%%WWWDIR%%/pivotx/langs/codes/et.php
%%WWWDIR%%/pivotx/langs/codes/fi.php
%%WWWDIR%%/pivotx/langs/codes/fr.php
%%WWWDIR%%/pivotx/langs/codes/gl.php
%%WWWDIR%%/pivotx/langs/codes/hu.php
%%WWWDIR%%/pivotx/langs/codes/id.php
%%WWWDIR%%/pivotx/langs/codes/is.php
%%WWWDIR%%/pivotx/langs/codes/it.php
%%WWWDIR%%/pivotx/langs/codes/ja.php
%%WWWDIR%%/pivotx/langs/codes/ko.php
%%WWWDIR%%/pivotx/langs/codes/lv.php
%%WWWDIR%%/pivotx/langs/codes/nb.php
%%WWWDIR%%/pivotx/langs/codes/nl.php
%%WWWDIR%%/pivotx/langs/codes/nn.php
%%WWWDIR%%/pivotx/langs/codes/pl.php
%%WWWDIR%%/pivotx/langs/codes/pt.php
%%WWWDIR%%/pivotx/langs/codes/readme.txt
%%WWWDIR%%/pivotx/langs/codes/ro.php
%%WWWDIR%%/pivotx/langs/codes/ru.php
%%WWWDIR%%/pivotx/langs/codes/sk.php
%%WWWDIR%%/pivotx/langs/codes/sv.php
%%WWWDIR%%/pivotx/langs/codes/tr.php
%%WWWDIR%%/pivotx/langs/codes/vi.php
%%WWWDIR%%/pivotx/langs/codes/zh.php
%%WWWDIR%%/pivotx/langs/de.mo
%%WWWDIR%%/pivotx/langs/en.mo
%%WWWDIR%%/pivotx/langs/es.mo
%%WWWDIR%%/pivotx/langs/fr.mo
%%WWWDIR%%/pivotx/langs/hu.mo
%%WWWDIR%%/pivotx/langs/index.html
%%WWWDIR%%/pivotx/langs/it.mo
%%WWWDIR%%/pivotx/langs/ja.mo
%%WWWDIR%%/pivotx/langs/nb.mo
%%WWWDIR%%/pivotx/langs/nl.mo
%%WWWDIR%%/pivotx/langs/pl.mo
%%WWWDIR%%/pivotx/langs/ru.mo
%%WWWDIR%%/pivotx/langs/zh.mo
%%WWWDIR%%/pivotx/lib.php
%%WWWDIR%%/pivotx/metaweblog.php
%%WWWDIR%%/pivotx/modules/entries_flat.php
%%WWWDIR%%/pivotx/modules/entries_sql.php
%%WWWDIR%%/pivotx/modules/formclass.php
%%WWWDIR%%/pivotx/modules/formclass_defaulthtml.php
%%WWWDIR%%/pivotx/modules/formclass_mobile.php
%%WWWDIR%%/pivotx/modules/index.html
%%WWWDIR%%/pivotx/modules/moblog/index.html
%%WWWDIR%%/pivotx/modules/moblog/known_providers.php
%%WWWDIR%%/pivotx/modules/moblog/mail.class.php
%%WWWDIR%%/pivotx/modules/moblog/mimedecode.php
%%WWWDIR%%/pivotx/modules/moblog/pear.php
%%WWWDIR%%/pivotx/modules/moblog/pop3.php
%%WWWDIR%%/pivotx/modules/moblog/socket.php
%%WWWDIR%%/pivotx/modules/module_comments.php
%%WWWDIR%%/pivotx/modules/module_db.php
%%WWWDIR%%/pivotx/modules/module_debug.php
%%WWWDIR%%/pivotx/modules/module_extensions.php
%%WWWDIR%%/pivotx/modules/module_i18n.php
%%WWWDIR%%/pivotx/modules/module_image.php
%%WWWDIR%%/pivotx/modules/module_imagefunctions.php
%%WWWDIR%%/pivotx/modules/module_ipblock.php
%%WWWDIR%%/pivotx/modules/module_lang.php
%%WWWDIR%%/pivotx/modules/module_messages.php
%%WWWDIR%%/pivotx/modules/module_moblog.php
%%WWWDIR%%/pivotx/modules/module_multisite.php
%%WWWDIR%%/pivotx/modules/module_outputsystem.php
%%WWWDIR%%/pivotx/modules/module_parser.php
%%WWWDIR%%/pivotx/modules/module_search.php
%%WWWDIR%%/pivotx/modules/module_smarty.php
%%WWWDIR%%/pivotx/modules/module_snippets.php
%%WWWDIR%%/pivotx/modules/module_spamkiller.php
%%WWWDIR%%/pivotx/modules/module_sql.php
%%WWWDIR%%/pivotx/modules/module_tags.php
%%WWWDIR%%/pivotx/modules/module_trackbacks.php
%%WWWDIR%%/pivotx/modules/module_upload.php
%%WWWDIR%%/pivotx/modules/module_userreg.php
%%WWWDIR%%/pivotx/modules/pages_flat.php
%%WWWDIR%%/pivotx/modules/pages_sql.php
%%WWWDIR%%/pivotx/modules/safeaddress.inc.php
%%WWWDIR%%/pivotx/modules/smarty/Config_File.class.php
%%WWWDIR%%/pivotx/modules/smarty/Smarty.class.php
%%WWWDIR%%/pivotx/modules/smarty/Smarty_Compiler.class.php
%%WWWDIR%%/pivotx/modules/smarty/debug.tpl
%%WWWDIR%%/pivotx/modules/smarty/internals/core.assemble_plugin_filepath.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.assign_smarty_interface.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.create_dir_structure.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.display_debug_console.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.get_include_path.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.get_microtime.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.get_php_resource.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.is_secure.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.is_trusted.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.load_plugins.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.load_resource_plugin.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.process_cached_inserts.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.process_compiled_include.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.read_cache_file.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.rm_auto.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.rmdir.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.run_insert_handler.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.smarty_include_php.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.write_cache_file.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.write_compiled_include.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.write_compiled_resource.php
%%WWWDIR%%/pivotx/modules/smarty/internals/core.write_file.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/block.t.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/block.textformat.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/compiler.assign.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/function.assign_debug_info.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/function.config_load.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/function.counter.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/function.cycle.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/function.debug.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/function.eval.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/function.fetch.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/function.html_checkboxes.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/function.html_image.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/function.html_options.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/function.html_radios.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/function.html_select_date.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/function.html_select_time.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/function.html_table.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/function.mailto.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/function.math.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/function.popup.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/function.popup_init.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.addhttp.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.capitalize.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.cat.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.count_characters.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.count_paragraphs.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.count_sentences.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.count_words.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.date_format.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.debug_print_var.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.default.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.escape.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.explode.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.hyphenize.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.indent.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.lower.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.nl2br.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.regex_replace.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.replace.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.spacify.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.string_format.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.strip.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.strip_only_tags.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.strip_tags.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.substring.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.trimhttp.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.trimlen.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.truncate.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.upper.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.wordwrap.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/outputfilter.trimwhitespace.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/shared.escape_special_chars.php
%%WWWDIR%%/pivotx/modules/smarty/plugins/shared.make_timestamp.php
%%WWWDIR%%/pivotx/modules/smarty/templatetags.php
%%WWWDIR%%/pivotx/modules/zip.lib.php
%%WWWDIR%%/pivotx/objects.php
%%WWWDIR%%/pivotx/offline.php
%%WWWDIR%%/pivotx/pages.php
%%WWWDIR%%/pivotx/pics/accept.png
%%WWWDIR%%/pivotx/pics/add.png
%%WWWDIR%%/pivotx/pics/apple-touch-icon.png
%%WWWDIR%%/pivotx/pics/application.png
%%WWWDIR%%/pivotx/pics/arrow_left.gif
%%WWWDIR%%/pivotx/pics/arrow_ltr.gif
%%WWWDIR%%/pivotx/pics/arrow_right.gif
%%WWWDIR%%/pivotx/pics/arrow_rotate_clockwise.png
%%WWWDIR%%/pivotx/pics/atombutton.png
%%WWWDIR%%/pivotx/pics/bg-container.png
%%WWWDIR%%/pivotx/pics/book.png
%%WWWDIR%%/pivotx/pics/book_add.png
%%WWWDIR%%/pivotx/pics/book_delete.png
%%WWWDIR%%/pivotx/pics/book_edit.png
%%WWWDIR%%/pivotx/pics/bullet_black.png
%%WWWDIR%%/pivotx/pics/bullet_black_mini.png
%%WWWDIR%%/pivotx/pics/bullet_blue.png
%%WWWDIR%%/pivotx/pics/bullet_green.png
%%WWWDIR%%/pivotx/pics/bullet_orange.png
%%WWWDIR%%/pivotx/pics/cancel.png
%%WWWDIR%%/pivotx/pics/clock.png
%%WWWDIR%%/pivotx/pics/cog.png
%%WWWDIR%%/pivotx/pics/cog_go.png
%%WWWDIR%%/pivotx/pics/comment-go.png
%%WWWDIR%%/pivotx/pics/comment.png
%%WWWDIR%%/pivotx/pics/comment_add.png
%%WWWDIR%%/pivotx/pics/comment_delete.png
%%WWWDIR%%/pivotx/pics/comment_edit.png
%%WWWDIR%%/pivotx/pics/computer.png
%%WWWDIR%%/pivotx/pics/cross.png
%%WWWDIR%%/pivotx/pics/database.png
%%WWWDIR%%/pivotx/pics/delete.png
%%WWWDIR%%/pivotx/pics/error.png
%%WWWDIR%%/pivotx/pics/favicon.ico
%%WWWDIR%%/pivotx/pics/folder.png
%%WWWDIR%%/pivotx/pics/folder_add.png
%%WWWDIR%%/pivotx/pics/grippie.png
%%WWWDIR%%/pivotx/pics/header_bg.png
%%WWWDIR%%/pivotx/pics/ico_ao.png
%%WWWDIR%%/pivotx/pics/ico_av.png
%%WWWDIR%%/pivotx/pics/ico_g.png
%%WWWDIR%%/pivotx/pics/ico_l.png
%%WWWDIR%%/pivotx/pics/ico_m.png
%%WWWDIR%%/pivotx/pics/ico_v.png
%%WWWDIR%%/pivotx/pics/ico_y.png
%%WWWDIR%%/pivotx/pics/icon_audio.gif
%%WWWDIR%%/pivotx/pics/icon_doc.gif
%%WWWDIR%%/pivotx/pics/icon_file.gif
%%WWWDIR%%/pivotx/pics/icon_generic.gif
%%WWWDIR%%/pivotx/pics/icon_image.gif
%%WWWDIR%%/pivotx/pics/icon_link.gif
%%WWWDIR%%/pivotx/pics/icon_movie.gif
%%WWWDIR%%/pivotx/pics/icon_pdf.gif
%%WWWDIR%%/pivotx/pics/icon_ppt.gif
%%WWWDIR%%/pivotx/pics/icon_txt.gif
%%WWWDIR%%/pivotx/pics/icon_vcf.gif
%%WWWDIR%%/pivotx/pics/icon_zip.gif
%%WWWDIR%%/pivotx/pics/image.png
%%WWWDIR%%/pivotx/pics/image_edit.png
%%WWWDIR%%/pivotx/pics/imagepreview_bg.gif
%%WWWDIR%%/pivotx/pics/index.html
%%WWWDIR%%/pivotx/pics/information.png
%%WWWDIR%%/pivotx/pics/lightbulb.png
%%WWWDIR%%/pivotx/pics/lightbulb_off.png
%%WWWDIR%%/pivotx/pics/lightning.png
%%WWWDIR%%/pivotx/pics/loadingAnimation.gif
%%WWWDIR%%/pivotx/pics/newspaper.png
%%WWWDIR%%/pivotx/pics/nix.gif
%%WWWDIR%%/pivotx/pics/note.png
%%WWWDIR%%/pivotx/pics/page.png
%%WWWDIR%%/pivotx/pics/page_add.png
%%WWWDIR%%/pivotx/pics/page_delete.png
%%WWWDIR%%/pivotx/pics/page_delete_dim.png
%%WWWDIR%%/pivotx/pics/page_edit.png
%%WWWDIR%%/pivotx/pics/page_edit_dim.png
%%WWWDIR%%/pivotx/pics/page_lightning.png
%%WWWDIR%%/pivotx/pics/page_white.png
%%WWWDIR%%/pivotx/pics/page_white_add.png
%%WWWDIR%%/pivotx/pics/page_white_delete.png
%%WWWDIR%%/pivotx/pics/page_white_edit.png
%%WWWDIR%%/pivotx/pics/page_white_go.png
%%WWWDIR%%/pivotx/pics/pencil.png
%%WWWDIR%%/pivotx/pics/pivotxbutton.png
%%WWWDIR%%/pivotx/pics/readmore.png
%%WWWDIR%%/pivotx/pics/rssbutton.png
%%WWWDIR%%/pivotx/pics/shape_square_add.png
%%WWWDIR%%/pivotx/pics/shape_square_delete.png
%%WWWDIR%%/pivotx/pics/shape_square_edit.png
%%WWWDIR%%/pivotx/pics/star.png
%%WWWDIR%%/pivotx/pics/stopwatch.png
%%WWWDIR%%/pivotx/pics/taggerati/43things.png
%%WWWDIR%%/pivotx/pics/taggerati/delicious.png
%%WWWDIR%%/pivotx/pics/taggerati/feedmarker.png
%%WWWDIR%%/pivotx/pics/taggerati/feedster.png
%%WWWDIR%%/pivotx/pics/taggerati/flickr.png
%%WWWDIR%%/pivotx/pics/taggerati/furl.png
%%WWWDIR%%/pivotx/pics/taggerati/google.png
%%WWWDIR%%/pivotx/pics/taggerati/icerocket.png
%%WWWDIR%%/pivotx/pics/taggerati/magnolia.png
%%WWWDIR%%/pivotx/pics/taggerati/rawsugar.png
%%WWWDIR%%/pivotx/pics/taggerati/shadows.png
%%WWWDIR%%/pivotx/pics/taggerati/tagzania.png
%%WWWDIR%%/pivotx/pics/taggerati/technorati.png
%%WWWDIR%%/pivotx/pics/taggerati/ticon.gif
%%WWWDIR%%/pivotx/pics/tick.png
%%WWWDIR%%/pivotx/pics/trackback.png
%%WWWDIR%%/pivotx/pics/user_add.png
%%WWWDIR%%/pivotx/pics/user_delete.png
%%WWWDIR%%/pivotx/pics/user_edit.png
%%WWWDIR%%/pivotx/pics/users_forum.png
%%WWWDIR%%/pivotx/pics/widget_dg_bg.png
%%WWWDIR%%/pivotx/pics/widget_lg_bg.png
%%WWWDIR%%/pivotx/pics/world.png
%%WWWDIR%%/pivotx/pics/world_add.png
%%WWWDIR%%/pivotx/pics/world_delete.png
%%WWWDIR%%/pivotx/pics/world_edit.png
%%WWWDIR%%/pivotx/pics/zoom.png
%%WWWDIR%%/pivotx/render.php
%%WWWDIR%%/pivotx/scheduler.php
%%WWWDIR%%/pivotx/templates/.htaccess
%%WWWDIR%%/pivotx/templates/404.html
%%WWWDIR%%/pivotx/templates/_sub_commentform.html
%%WWWDIR%%/pivotx/templates/_sub_commentform_extended.html
%%WWWDIR%%/pivotx/templates/bare_bones/_sub_about.tpl
%%WWWDIR%%/pivotx/templates/bare_bones/_sub_footer.tpl
%%WWWDIR%%/pivotx/templates/bare_bones/_sub_header.tpl
%%WWWDIR%%/pivotx/templates/bare_bones/_sub_link_list.tpl
%%WWWDIR%%/pivotx/templates/bare_bones/_sub_sidebar.tpl
%%WWWDIR%%/pivotx/templates/bare_bones/_sub_weblog.tpl
%%WWWDIR%%/pivotx/templates/bare_bones/archive.tpl
%%WWWDIR%%/pivotx/templates/bare_bones/bare_bones-big.jpg
%%WWWDIR%%/pivotx/templates/bare_bones/bare_bones.jpg
%%WWWDIR%%/pivotx/templates/bare_bones/bare_bones.theme
%%WWWDIR%%/pivotx/templates/bare_bones/entry.tpl
%%WWWDIR%%/pivotx/templates/bare_bones/entrypage_template.html
%%WWWDIR%%/pivotx/templates/bare_bones/extra_template.html
%%WWWDIR%%/pivotx/templates/bare_bones/front.tpl
%%WWWDIR%%/pivotx/templates/bare_bones/frontpage_template.html
%%WWWDIR%%/pivotx/templates/bare_bones/installation.txt
%%WWWDIR%%/pivotx/templates/bare_bones/page.tpl
%%WWWDIR%%/pivotx/templates/bare_bones/page_template.html
%%WWWDIR%%/pivotx/templates/bare_bones/search.tpl
%%WWWDIR%%/pivotx/templates/bare_bones/style.css
%%WWWDIR%%/pivotx/templates/default/_sub_about.tpl
%%WWWDIR%%/pivotx/templates/default/_sub_entry.tpl
%%WWWDIR%%/pivotx/templates/default/_sub_footer.tpl
%%WWWDIR%%/pivotx/templates/default/_sub_header.tpl
%%WWWDIR%%/pivotx/templates/default/_sub_link_list.tpl
%%WWWDIR%%/pivotx/templates/default/_sub_page.tpl
%%WWWDIR%%/pivotx/templates/default/_sub_sidebar.tpl
%%WWWDIR%%/pivotx/templates/default/_sub_weblog.tpl
%%WWWDIR%%/pivotx/templates/default/_sub_weblog_linkdump.tpl
%%WWWDIR%%/pivotx/templates/default/archive_2.tpl
%%WWWDIR%%/pivotx/templates/default/archive_3.tpl
%%WWWDIR%%/pivotx/templates/default/archivepage_template_2column.html
%%WWWDIR%%/pivotx/templates/default/archivepage_template_3column.html
%%WWWDIR%%/pivotx/templates/default/default_2-big.jpg
%%WWWDIR%%/pivotx/templates/default/default_2.jpg
%%WWWDIR%%/pivotx/templates/default/default_2.theme
%%WWWDIR%%/pivotx/templates/default/default_3-big.jpg
%%WWWDIR%%/pivotx/templates/default/default_3.jpg
%%WWWDIR%%/pivotx/templates/default/default_3.theme
%%WWWDIR%%/pivotx/templates/default/entry_2.tpl
%%WWWDIR%%/pivotx/templates/default/entry_3.tpl
%%WWWDIR%%/pivotx/templates/default/entrypage_template_2column.html
%%WWWDIR%%/pivotx/templates/default/entrypage_template_3column.html
%%WWWDIR%%/pivotx/templates/default/extrapage_template_2column.html
%%WWWDIR%%/pivotx/templates/default/extrapage_template_3column.html
%%WWWDIR%%/pivotx/templates/default/front_2.tpl
%%WWWDIR%%/pivotx/templates/default/front_3.tpl
%%WWWDIR%%/pivotx/templates/default/frontpage_template_2column.html
%%WWWDIR%%/pivotx/templates/default/frontpage_template_3column.html
%%WWWDIR%%/pivotx/templates/default/images/background_comments.gif
%%WWWDIR%%/pivotx/templates/default/images/background_comments.jpg
%%WWWDIR%%/pivotx/templates/default/images/background_content.jpg
%%WWWDIR%%/pivotx/templates/default/images/background_dark.jpg
%%WWWDIR%%/pivotx/templates/default/images/background_h2.gif
%%WWWDIR%%/pivotx/templates/default/images/background_h2_dark.gif
%%WWWDIR%%/pivotx/templates/default/images/background_h3.gif
%%WWWDIR%%/pivotx/templates/default/images/background_h3_light.gif
%%WWWDIR%%/pivotx/templates/default/images/background_h3_over.gif
%%WWWDIR%%/pivotx/templates/default/images/background_left_2.gif
%%WWWDIR%%/pivotx/templates/default/images/background_left_3.gif
%%WWWDIR%%/pivotx/templates/default/images/background_left_3_light.gif
%%WWWDIR%%/pivotx/templates/default/images/background_light.jpg
%%WWWDIR%%/pivotx/templates/default/images/background_linkdump.gif
%%WWWDIR%%/pivotx/templates/default/images/background_pattern.gif
%%WWWDIR%%/pivotx/templates/default/images/header.jpg
%%WWWDIR%%/pivotx/templates/default/images/header_dark.jpg
%%WWWDIR%%/pivotx/templates/default/images/header_light.jpg
%%WWWDIR%%/pivotx/templates/default/installation.txt
%%WWWDIR%%/pivotx/templates/default/page_2.tpl
%%WWWDIR%%/pivotx/templates/default/page_2column.html
%%WWWDIR%%/pivotx/templates/default/page_3.tpl
%%WWWDIR%%/pivotx/templates/default/page_3column.html
%%WWWDIR%%/pivotx/templates/default/pivotx_dark.css
%%WWWDIR%%/pivotx/templates/default/pivotx_default.css
%%WWWDIR%%/pivotx/templates/default/pivotx_light.css
%%WWWDIR%%/pivotx/templates/default/search_2.tpl
%%WWWDIR%%/pivotx/templates/default/search_3.tpl
%%WWWDIR%%/pivotx/templates/default_offline.html
%%WWWDIR%%/pivotx/templates/error.html
%%WWWDIR%%/pivotx/templates/feed_atom_template.xml
%%WWWDIR%%/pivotx/templates/feed_comments_atom_template.xml
%%WWWDIR%%/pivotx/templates/feed_comments_rss_template.xml
%%WWWDIR%%/pivotx/templates/feed_rss_template.xml
%%WWWDIR%%/pivotx/templates/index.html
%%WWWDIR%%/pivotx/templates/mobile/_sub_commentform.tpl
%%WWWDIR%%/pivotx/templates/mobile/_sub_footer.tpl
%%WWWDIR%%/pivotx/templates/mobile/_sub_header.tpl
%%WWWDIR%%/pivotx/templates/mobile/_sub_weblog.tpl
%%WWWDIR%%/pivotx/templates/mobile/archive.tpl
%%WWWDIR%%/pivotx/templates/mobile/entry.tpl
%%WWWDIR%%/pivotx/templates/mobile/entrypage_template.html
%%WWWDIR%%/pivotx/templates/mobile/front.tpl
%%WWWDIR%%/pivotx/templates/mobile/frontpage_template.html
%%WWWDIR%%/pivotx/templates/mobile/installation.txt
%%WWWDIR%%/pivotx/templates/mobile/mobile-big.jpg
%%WWWDIR%%/pivotx/templates/mobile/mobile.jpg
%%WWWDIR%%/pivotx/templates/mobile/mobile.theme
%%WWWDIR%%/pivotx/templates/mobile/page.tpl
%%WWWDIR%%/pivotx/templates/mobile/page_template.html
%%WWWDIR%%/pivotx/templates/mobile/search.tpl
%%WWWDIR%%/pivotx/templates/mobile/search_template.html
%%WWWDIR%%/pivotx/templates/mobile/style.css
%%WWWDIR%%/pivotx/templates/pivotx_essentials.css
%%WWWDIR%%/pivotx/templates/skinny/_sub_footer.tpl
%%WWWDIR%%/pivotx/templates/skinny/_sub_header.tpl
%%WWWDIR%%/pivotx/templates/skinny/_sub_sidebar.tpl
%%WWWDIR%%/pivotx/templates/skinny/_sub_weblog.tpl
%%WWWDIR%%/pivotx/templates/skinny/archive.tpl
%%WWWDIR%%/pivotx/templates/skinny/archivepage_template.html
%%WWWDIR%%/pivotx/templates/skinny/entry.tpl
%%WWWDIR%%/pivotx/templates/skinny/entry_template.html
%%WWWDIR%%/pivotx/templates/skinny/front.tpl
%%WWWDIR%%/pivotx/templates/skinny/frontpage_template.html
%%WWWDIR%%/pivotx/templates/skinny/images/header.jpg
%%WWWDIR%%/pivotx/templates/skinny/installation.txt
%%WWWDIR%%/pivotx/templates/skinny/page.tpl
%%WWWDIR%%/pivotx/templates/skinny/page_template.html
%%WWWDIR%%/pivotx/templates/skinny/readme.txt
%%WWWDIR%%/pivotx/templates/skinny/search.tpl
%%WWWDIR%%/pivotx/templates/skinny/search_template.html
%%WWWDIR%%/pivotx/templates/skinny/skinny-big.jpg
%%WWWDIR%%/pivotx/templates/skinny/skinny.jpg
%%WWWDIR%%/pivotx/templates/skinny/skinny.theme
%%WWWDIR%%/pivotx/templates/skinny/style.css
%%WWWDIR%%/pivotx/templates_internal/.htaccess
%%WWWDIR%%/pivotx/templates_internal/about.tpl
%%WWWDIR%%/pivotx/templates_internal/advconfig.tpl
%%WWWDIR%%/pivotx/templates_internal/assets/Jcrop.gif
%%WWWDIR%%/pivotx/templates_internal/assets/arrows-ffffff.png
%%WWWDIR%%/pivotx/templates_internal/assets/bg.gif
%%WWWDIR%%/pivotx/templates_internal/assets/body_bg.png
%%WWWDIR%%/pivotx/templates_internal/assets/bookmarklet_bg.jpg
%%WWWDIR%%/pivotx/templates_internal/assets/bookmarklet_logo.gif
%%WWWDIR%%/pivotx/templates_internal/assets/debugbar.css
%%WWWDIR%%/pivotx/templates_internal/assets/debugbar.js
%%WWWDIR%%/pivotx/templates_internal/assets/footer_bg.png
%%WWWDIR%%/pivotx/templates_internal/assets/formclass.css
%%WWWDIR%%/pivotx/templates_internal/assets/header_bg.png
%%WWWDIR%%/pivotx/templates_internal/assets/inputbg.png
%%WWWDIR%%/pivotx/templates_internal/assets/jquery.Jcrop.css
%%WWWDIR%%/pivotx/templates_internal/assets/m_header.png
%%WWWDIR%%/pivotx/templates_internal/assets/m_pivotx.css
%%WWWDIR%%/pivotx/templates_internal/assets/m_pivotx.png
%%WWWDIR%%/pivotx/templates_internal/assets/m_submenu.png
%%WWWDIR%%/pivotx/templates_internal/assets/mainmenu_active.png
%%WWWDIR%%/pivotx/templates_internal/assets/mainmenu_bg.png
%%WWWDIR%%/pivotx/templates_internal/assets/mainmenu_top.png
%%WWWDIR%%/pivotx/templates_internal/assets/mainmenu_top_current.png
%%WWWDIR%%/pivotx/templates_internal/assets/mainmenu_top_hover.png
%%WWWDIR%%/pivotx/templates_internal/assets/menu_divider.png
%%WWWDIR%%/pivotx/templates_internal/assets/pivotx.css
%%WWWDIR%%/pivotx/templates_internal/assets/pivotx.png
%%WWWDIR%%/pivotx/templates_internal/assets/pivotx_docs.css
%%WWWDIR%%/pivotx/templates_internal/assets/shadow.png
%%WWWDIR%%/pivotx/templates_internal/assets/thickbox.css
%%WWWDIR%%/pivotx/templates_internal/assets/tripoli.simple.css
%%WWWDIR%%/pivotx/templates_internal/assets/tripoli.simple.ie.css
%%WWWDIR%%/pivotx/templates_internal/bookmarklet_entry.tpl
%%WWWDIR%%/pivotx/templates_internal/bookmarklet_login.tpl
%%WWWDIR%%/pivotx/templates_internal/bookmarklet_menu.tpl
%%WWWDIR%%/pivotx/templates_internal/categories.tpl
%%WWWDIR%%/pivotx/templates_internal/comments.tpl
%%WWWDIR%%/pivotx/templates_internal/config.tpl
%%WWWDIR%%/pivotx/templates_internal/documentation.tpl
%%WWWDIR%%/pivotx/templates_internal/editentry.tpl
%%WWWDIR%%/pivotx/templates_internal/editpage.tpl
%%WWWDIR%%/pivotx/templates_internal/entries.tpl
%%WWWDIR%%/pivotx/templates_internal/extensions.tpl
%%WWWDIR%%/pivotx/templates_internal/fileexplorer.tpl
%%WWWDIR%%/pivotx/templates_internal/generic.tpl
%%WWWDIR%%/pivotx/templates_internal/header_bg.png
%%WWWDIR%%/pivotx/templates_internal/home.tpl
%%WWWDIR%%/pivotx/templates_internal/inc_adminentryfilter.tpl
%%WWWDIR%%/pivotx/templates_internal/inc_adminentrypager.tpl
%%WWWDIR%%/pivotx/templates_internal/inc_bookmarklet_header.tpl
%%WWWDIR%%/pivotx/templates_internal/inc_footer.tpl
%%WWWDIR%%/pivotx/templates_internal/inc_header.tpl
%%WWWDIR%%/pivotx/templates_internal/inc_init_bookmarklet_tinymce.tpl
%%WWWDIR%%/pivotx/templates_internal/inc_init_texteditor.tpl
%%WWWDIR%%/pivotx/templates_internal/inc_init_tinymce.tpl
%%WWWDIR%%/pivotx/templates_internal/inc_js_extensions.tpl
%%WWWDIR%%/pivotx/templates_internal/inc_pagesbuttons.tpl
%%WWWDIR%%/pivotx/templates_internal/inc_plupload_element.tpl
%%WWWDIR%%/pivotx/templates_internal/inc_window_header.tpl
%%WWWDIR%%/pivotx/templates_internal/index.html
%%WWWDIR%%/pivotx/templates_internal/mobile/about.tpl
%%WWWDIR%%/pivotx/templates_internal/mobile/comments.tpl
%%WWWDIR%%/pivotx/templates_internal/mobile/editcomment.tpl
%%WWWDIR%%/pivotx/templates_internal/mobile/editentry.tpl
%%WWWDIR%%/pivotx/templates_internal/mobile/editpage.tpl
%%WWWDIR%%/pivotx/templates_internal/mobile/entries.tpl
%%WWWDIR%%/pivotx/templates_internal/mobile/generic.tpl
%%WWWDIR%%/pivotx/templates_internal/mobile/home.tpl
%%WWWDIR%%/pivotx/templates_internal/mobile/inc_footer.tpl
%%WWWDIR%%/pivotx/templates_internal/mobile/inc_header.tpl
%%WWWDIR%%/pivotx/templates_internal/mobile/pages.tpl
%%WWWDIR%%/pivotx/templates_internal/modal.tpl
%%WWWDIR%%/pivotx/templates_internal/moderatecomments.tpl
%%WWWDIR%%/pivotx/templates_internal/pages.tpl
%%WWWDIR%%/pivotx/templates_internal/placeholder.tpl
%%WWWDIR%%/pivotx/templates_internal/trackbacks.tpl
%%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-bg-tabs-pivotx.png
%%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-bg_flat_0_aaaaaa_40x100.png
%%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-bg_flat_75_ffffff_40x100.png
%%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-bg_glass_55_fbf9ee_1x400.png
%%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-bg_glass_65_ffffff_1x400.png
%%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-bg_glass_75_dadada_1x400.png
%%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-bg_glass_75_e6e6e6_1x400.png
%%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-bg_glass_95_fef1ec_1x400.png
%%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png
%%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-icons_222222_256x240.png
%%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-icons_2e83ff_256x240.png
%%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-icons_454545_256x240.png
%%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-icons_888888_256x240.png
%%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-icons_cd0a0a_256x240.png
%%WWWDIR%%/pivotx/templates_internal/ui-theme/jquery-ui-1.9.1.custom.css
%%WWWDIR%%/pivotx/templates_internal/users.tpl
%%WWWDIR%%/pivotx/templates_internal/visitors.tpl
%%WWWDIR%%/pivotx/templates_internal/weblog.tpl
%%WWWDIR%%/pivotx/templates_internal/weblogs.tpl
%%WWWDIR%%/pivotx/templates_internal/widgets.tpl
%%WWWDIR%%/pivotx/templates_internal/window_fileupload.tpl
%%WWWDIR%%/pivotx/templates_internal/window_insert_download.tpl
%%WWWDIR%%/pivotx/templates_internal/window_insert_image.tpl
%%WWWDIR%%/pivotx/templates_internal/window_insert_popup.tpl
%%WWWDIR%%/pivotx/templates_internal/window_insert_tag.tpl
%%WWWDIR%%/pivotx/templates_internal/window_upload.tpl
@dir %%WWWDIR%%/pivotx/db/cache