diff --git a/MOVED b/MOVED index a83dffa93a7e..47549ec1e572 100644 --- a/MOVED +++ b/MOVED @@ -6411,3 +6411,6 @@ devel/kyua-atf-compat|devel/kyua|2014-08-14|Upstream merged all components into devel/kyua-cli|devel/kyua|2014-08-14|Upstream merged all components into devel/kyua devel/kyua-testers|devel/kyua|2014-08-14|Upstream merged all components into devel/kyua devel/glib-java||2014-08-14|Has expired: Unmaintained, outdated not depend on +www/phpgedview|www/webtrees|2014-08-15|Has expired: Superceded by www/webtrees +graphics/luxrays||2014-08-15|Has expired: No longer needed as luxrender bundles its own verion now +net-mgmt/cflowd||2014-08-15|Has expired: Unmaintained 10 years, requires dozens of patches, unverifiable diff --git a/graphics/Makefile b/graphics/Makefile index 89756b567d57..096ee31cb887 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -566,7 +566,6 @@ SUBDIR += lua-gd SUBDIR += luminance SUBDIR += luminance-qt5 - SUBDIR += luxrays SUBDIR += luxrender SUBDIR += mahotas SUBDIR += makehuman diff --git a/graphics/luxrays/Makefile b/graphics/luxrays/Makefile deleted file mode 100644 index 32f6de1b0c20..000000000000 --- a/graphics/luxrays/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Natacha Porté -# $FreeBSD$ - -PORTNAME= luxrays -PORTVERSION= 1.2.1 -PORTREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= http://src.luxrender.net/luxrays/archive/ -DISTNAME= ${HG_NODEID} -DIST_SUBDIR= luxrender - -MAINTAINER= ports@FreeBSD.org -COMMENT= Accelerate the ray intersection process by using GPUs - -LICENSE= GPLv3 - -BUILD_DEPENDS= ${LOCALBASE}/lib/libfreeimage.a:${PORTSDIR}/graphics/freeimage -LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs - -DEPRECATED= No longer needed as luxrender bundles its own verion now -EXPIRATION_DATE=2014-08-15 - -HG_NODEID= 475fbf15f0ca - -USES= bison cmake tar:bzip2 -USE_GL= glew glut -WRKSRC= ${WRKDIR}/luxrays-${HG_NODEID} - -CMAKE_ARGS= -DLUXRAYS_DISABLE_OPENCL:BOOL=ON - -NO_STAGE= yes -do-install: - (cd ${WRKSRC}/include && ${COPYTREE_SHARE} . ${PREFIX}/include) - ${INSTALL_DATA} ${WRKSRC}/lib/libluxrays.a ${PREFIX}/lib - -.include diff --git a/graphics/luxrays/distinfo b/graphics/luxrays/distinfo deleted file mode 100644 index 65654490f6eb..000000000000 --- a/graphics/luxrays/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (luxrender/475fbf15f0ca.tar.bz2) = 6643669befeb3c607fcd80ab82979a47fbbb60da97246bbfabe536d13dedfe8f -SIZE (luxrender/475fbf15f0ca.tar.bz2) = 55765775 diff --git a/graphics/luxrays/files/patch-CMakeLists.txt b/graphics/luxrays/files/patch-CMakeLists.txt deleted file mode 100644 index fa1fa3bf098b..000000000000 --- a/graphics/luxrays/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2013-08-04 12:25:45.415147716 +0200 -+++ CMakeLists.txt 2013-08-04 12:26:52.319147148 +0200 -@@ -142,7 +142,7 @@ - message(WARNING "SLG2 requires OpenCL support, not building") - endif(NOT LUXRAYS_DISABLE_OPENCL) - -- add_subdirectory(samples/smallluxgpu3) -+ # add_subdirectory(samples/smallluxgpu3) - endif(OPENGL_FOUND AND GLUT_FOUND AND GLEW_FOUND) - - diff --git a/graphics/luxrays/files/patch-include-luxrays-core-geometry-frame.h b/graphics/luxrays/files/patch-include-luxrays-core-geometry-frame.h deleted file mode 100644 index 56fb882f8628..000000000000 --- a/graphics/luxrays/files/patch-include-luxrays-core-geometry-frame.h +++ /dev/null @@ -1,16 +0,0 @@ ---- include/luxrays/core/geometry/frame.h.orig 2013-08-04 12:00:53.496371213 +0200 -+++ include/luxrays/core/geometry/frame.h 2013-08-04 12:01:10.695167535 +0200 -@@ -44,11 +44,11 @@ - SetFromZ(z); - } - -- Frame(const Normal &z) { -+ Frame(const luxrays::Normal &z) { - SetFromZ(Vector(z)); - } - -- void SetFromZ(const Normal &z) { -+ void SetFromZ(const luxrays::Normal &z) { - SetFromZ(Vector(z)); - } - diff --git a/graphics/luxrays/files/patch-samples-benchsimple-CMakeLists.txt b/graphics/luxrays/files/patch-samples-benchsimple-CMakeLists.txt deleted file mode 100644 index 99735bb48d02..000000000000 --- a/graphics/luxrays/files/patch-samples-benchsimple-CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- samples/benchsimple/CMakeLists.txt.orig 2013-08-04 12:21:54.850147165 +0200 -+++ samples/benchsimple/CMakeLists.txt 2013-08-04 12:22:17.696646898 +0200 -@@ -23,4 +23,4 @@ - link_directories (${LuxRays_LIB_DIR}) - - add_executable(benchsimple benchsimple.cpp) --target_link_libraries(benchsimple luxrays) -+target_link_libraries(benchsimple luxrays pthread) diff --git a/graphics/luxrays/pkg-descr b/graphics/luxrays/pkg-descr deleted file mode 100644 index caa8c838994a..000000000000 --- a/graphics/luxrays/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -LuxRays is library dedicated to accelerate the ray intersection process by -using GPUs. - -Uses a Data Parallel Model: it doesn't reduce the time spent to trace a single -ray but it is able to trace many thousands of rays in parallel. - -Supports Hybrid CPU/GPU mode where only the ray intersection task is off load -to the GPUs while everything else run on the CPU and can be written with usual -tools and languages. - -WWW: http://www.luxrender.net/wiki/LuxRays diff --git a/graphics/luxrays/pkg-plist b/graphics/luxrays/pkg-plist deleted file mode 100644 index 8df231d42847..000000000000 --- a/graphics/luxrays/pkg-plist +++ /dev/null @@ -1,79 +0,0 @@ -include/luxrays/accelerators/bvhaccel.h -include/luxrays/accelerators/mqbvhaccel.h -include/luxrays/accelerators/qbvhaccel.h -include/luxrays/cfg.h -include/luxrays/core/accelerator.h -include/luxrays/core/context.h -include/luxrays/core/dataset.h -include/luxrays/core/device.h -include/luxrays/core/epsilon.h -include/luxrays/core/geometry/bbox.h -include/luxrays/core/geometry/bsphere.h -include/luxrays/core/geometry/frame.h -include/luxrays/core/geometry/frame.h.orig -include/luxrays/core/geometry/matrix4x4.h -include/luxrays/core/geometry/normal.h -include/luxrays/core/geometry/point.h -include/luxrays/core/geometry/ray.h -include/luxrays/core/geometry/raybuffer.h -include/luxrays/core/geometry/transform.h -include/luxrays/core/geometry/triangle.h -include/luxrays/core/geometry/uv.h -include/luxrays/core/geometry/vector.h -include/luxrays/core/geometry/vector_normal.h -include/luxrays/core/intersectiondevice.h -include/luxrays/core/trianglemesh.h -include/luxrays/core/utils.h -include/luxrays/core/virtualdevice.h -include/luxrays/kernels/kernels.h -include/luxrays/luxrays.h -include/luxrays/opencl/device.h -include/luxrays/opencl/intersectiondevice.h -include/luxrays/opencl/opencl.h -include/luxrays/opencl/utils.h -include/luxrays/utils/convtest/convtest.h -include/luxrays/utils/convtest/pdiff/lpyramid.h -include/luxrays/utils/convtest/pdiff/metric.h -include/luxrays/utils/core/atomic.h -include/luxrays/utils/core/exttrianglemesh.h -include/luxrays/utils/core/mc.h -include/luxrays/utils/core/randomgen.h -include/luxrays/utils/core/spectrum.h -include/luxrays/utils/film/film.h -include/luxrays/utils/film/filter.h -include/luxrays/utils/film/framebuffer.h -include/luxrays/utils/film/tonemapping.h -include/luxrays/utils/plymesh/LICENSE -include/luxrays/utils/plymesh/rply.h -include/luxrays/utils/properties.h -include/luxrays/utils/sampler/sampler.h -include/luxrays/utils/sdl/bsdf.h -include/luxrays/utils/sdl/bsdfevents.h -include/luxrays/utils/sdl/camera.h -include/luxrays/utils/sdl/data/rgbD65_32.h -include/luxrays/utils/sdl/data/rgbE_32.h -include/luxrays/utils/sdl/data/sun_spect.h -include/luxrays/utils/sdl/data/xyzbasis.h -include/luxrays/utils/sdl/extmeshcache.h -include/luxrays/utils/sdl/light.h -include/luxrays/utils/sdl/material.h -include/luxrays/utils/sdl/scene.h -include/luxrays/utils/sdl/sdl.h -include/luxrays/utils/sdl/spd.h -include/luxrays/utils/sdl/texmap.h -lib/libluxrays.a -@dirrm include/luxrays/utils/sdl/data -@dirrm include/luxrays/utils/sdl -@dirrm include/luxrays/utils/sampler -@dirrm include/luxrays/utils/plymesh -@dirrm include/luxrays/utils/film -@dirrm include/luxrays/utils/core -@dirrm include/luxrays/utils/convtest/pdiff -@dirrm include/luxrays/utils/convtest -@dirrm include/luxrays/utils -@dirrm include/luxrays/opencl -@dirrm include/luxrays/kernels -@dirrm include/luxrays/core/geometry -@dirrm include/luxrays/core -@dirrm include/luxrays/accelerators -@dirrm include/luxrays diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 292ae190e2f9..c2745e87c318 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -33,7 +33,6 @@ SUBDIR += cdpd SUBDIR += cdpr SUBDIR += centreon-clib - SUBDIR += cflowd SUBDIR += check_logfiles SUBDIR += check_multi SUBDIR += check_mysql_health diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile deleted file mode 100644 index 8283e9c607c1..000000000000 --- a/net-mgmt/cflowd/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# Created by: Andreas Klemm -# $FreeBSD$ - -PORTNAME= cflowd -PORTVERSION= 2.1.b1 -PORTREVISION= 12 -PORTEPOCH= 1 -CATEGORIES= net-mgmt -MASTER_SITES= http://www.caida.org/tools/measurement/cflowd/download/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|-|g} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Flow analysis tool used for analyzing Cisco's NetFlow switching - -LIB_DEPENDS= libArts.so:${PORTSDIR}/net-mgmt/arts++ - -GNU_CONFIGURE= yes -USES= bison gmake libtool:keepla -USE_LDCONFIG= yes - -CONFIGURE_ARGS= --enable-shared --with-artspp=${LOCALBASE} - -MANL= cfdases.l cfdifmatrix.l cfdnets.l cfdnexthops.l \ - cfdportmatrix.l cfdprotos.l cfdtos.l flowdump.l flowwatch.l - -OPTIONS_DEFINE= FLOWSCAN -FLOWSCAN_DESC= FlowScan patch - -DEPRECATED= Unmaintained 10 years, requires dozens of patches, unverifiable -EXPIRATION_DATE=2014-08-15 - -NO_STAGE= yes -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000 -BROKEN= Fails with recent flex/clang/libc++, try net-mgmt/flow-tools -.endif - -.if ${PORT_OPTIONS:MFLOWSCAN} -PATCH_SITES+= http://net.doit.wisc.edu/~plonka/cflowd/ -PATCHFILES+= cflowd-${PORTVERSION:S|.|-|g}-djp.patch -.endif - -post-extract: - ${CHMOD} -R u+w ${WRKSRC} - -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ - -e 's|fstream\.h|fstream|' -e 's|iomanip\.h|iomanip|' \ - -e 's|iostream\.h|iostream|' -e 's|strstream\.h|strstream|' - -post-install: - ${INSTALL_SCRIPT} ${FILESDIR}/cflowd.sh \ - ${PREFIX}/etc/rc.d/cflowd-base.sh.sample - -.include diff --git a/net-mgmt/cflowd/distinfo b/net-mgmt/cflowd/distinfo deleted file mode 100644 index 1958719b56d3..000000000000 --- a/net-mgmt/cflowd/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (cflowd-2-1-b1.tar.gz) = 6f3fadd1f3dab25443cbeffd1951e3ec6fa0c0f2c650b5a87098cfb0b3e2af6f -SIZE (cflowd-2-1-b1.tar.gz) = 5571898 -SHA256 (cflowd-2-1-b1-djp.patch) = aa5e0d33ff58fa544857909bb77a964620db085769d049adce619420608f6ea3 -SIZE (cflowd-2-1-b1-djp.patch) = 8134 diff --git a/net-mgmt/cflowd/files/cflowd.sh b/net-mgmt/cflowd/files/cflowd.sh deleted file mode 100644 index e063398026d4..000000000000 --- a/net-mgmt/cflowd/files/cflowd.sh +++ /dev/null @@ -1,36 +0,0 @@ -#! /bin/sh - -# rc script for cflowd -# Andreas Klemm , So 25 Mär 2001 12:46:10 CEST -# $FreeBSD$ - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -'start') - [ -x $PREFIX/sbin/cflowdmux -a -s $PREFIX/etc/cflowd.conf ] \ - && $PREFIX/sbin/cflowdmux $PREFIX/etc/cflowd.conf \ - && echo -n " cflowdmux" - sleep 2 - [ -x $PREFIX/sbin/cflowd -a -s $PREFIX/etc/cflowd.conf ] \ - && $PREFIX/sbin/cflowd $PREFIX/etc/cflowd.conf \ - && echo -n " cflowd" - sleep 2 - [ -x $PREFIX/sbin/cfdcollect -a -s $PREFIX/etc/cfdcollect.conf ] \ - && $PREFIX/sbin/cfdcollect $PREFIX/etc/cfdcollect.conf \ - && echo -n " cfdcollect" - ;; - -'stop') - for i in cfdcollect cflowd cflowdmux - do - sleep 2 - killall -15 $i && echo "graceful shutdown of $i" - done - ;; -esac - -exit 0 diff --git a/net-mgmt/cflowd/files/patch-apps__cflowdmux__CflowdRawFlowClientList.hh b/net-mgmt/cflowd/files/patch-apps__cflowdmux__CflowdRawFlowClientList.hh deleted file mode 100644 index 04944850c639..000000000000 --- a/net-mgmt/cflowd/files/patch-apps__cflowdmux__CflowdRawFlowClientList.hh +++ /dev/null @@ -1,10 +0,0 @@ ---- apps/cflowdmux/CflowdRawFlowClientList.hh.orig Fri Aug 29 22:10:51 2003 -+++ apps/cflowdmux/CflowdRawFlowClientList.hh Fri Aug 29 22:11:03 2003 -@@ -51,6 +51,7 @@ - #include "caida_t.h" - } - -+using namespace std; - #include - - //--------------------------------------------------------------------------- diff --git a/net-mgmt/cflowd/files/patch-classes__include__CflowdCisco.hh b/net-mgmt/cflowd/files/patch-classes__include__CflowdCisco.hh deleted file mode 100644 index a3b7bafbcc18..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__include__CflowdCisco.hh +++ /dev/null @@ -1,11 +0,0 @@ ---- classes/include/CflowdCisco.hh.orig Fri Aug 29 20:49:59 2003 -+++ classes/include/CflowdCisco.hh Fri Aug 29 20:53:49 2003 -@@ -48,6 +48,8 @@ - #include "caida_t.h" - } - -+using namespace std; -+ - #include "CflowdRawFlow.hh" - #include "CflowdRawFlowLogger.hh" - #include "CflowdCiscoFlowInterfaceMap.hh" diff --git a/net-mgmt/cflowd/files/patch-classes__include__CflowdCollectorMap.hh b/net-mgmt/cflowd/files/patch-classes__include__CflowdCollectorMap.hh deleted file mode 100644 index 81d2d1b497a8..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__include__CflowdCollectorMap.hh +++ /dev/null @@ -1,10 +0,0 @@ ---- classes/include/CflowdCollectorMap.hh.orig Fri Aug 29 21:48:40 2003 -+++ classes/include/CflowdCollectorMap.hh Fri Aug 29 21:49:10 2003 -@@ -47,6 +47,7 @@ - #include "caida_t.h" - } - -+using namespace std; - #include - - #include "CflowdCollector.hh" diff --git a/net-mgmt/cflowd/files/patch-classes__include__CflowdFlowFilter.hh b/net-mgmt/cflowd/files/patch-classes__include__CflowdFlowFilter.hh deleted file mode 100644 index 73a5b121621e..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__include__CflowdFlowFilter.hh +++ /dev/null @@ -1,10 +0,0 @@ ---- classes/include/CflowdFlowFilter.hh.orig Fri Aug 29 22:06:03 2003 -+++ classes/include/CflowdFlowFilter.hh Fri Aug 29 22:06:16 2003 -@@ -42,6 +42,7 @@ - #ifndef _CFLOWDFLOWFILTER_HH_ - #define _CFLOWDFLOWFILTER_HH_ - -+using namespace std; - #include - #include - diff --git a/net-mgmt/cflowd/files/patch-classes__include__CflowdFlowPortList.hh b/net-mgmt/cflowd/files/patch-classes__include__CflowdFlowPortList.hh deleted file mode 100644 index 301579739cc2..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__include__CflowdFlowPortList.hh +++ /dev/null @@ -1,10 +0,0 @@ ---- classes/include/CflowdFlowPortList.hh.orig Fri Aug 29 21:50:14 2003 -+++ classes/include/CflowdFlowPortList.hh Fri Aug 29 21:50:29 2003 -@@ -48,6 +48,7 @@ - #include "caida_t.h" - } - -+using namespace std; - #include - - //--------------------------------------------------------------------------- diff --git a/net-mgmt/cflowd/files/patch-classes__include__CflowdNetMatrixKey.hh b/net-mgmt/cflowd/files/patch-classes__include__CflowdNetMatrixKey.hh deleted file mode 100644 index 624fd85175ba..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__include__CflowdNetMatrixKey.hh +++ /dev/null @@ -1,37 +0,0 @@ ---- classes/include/CflowdNetMatrixKey.hh.orig Fri Jun 15 16:36:13 2007 -+++ classes/include/CflowdNetMatrixKey.hh Fri Jun 15 16:45:41 2007 -@@ -53,8 +53,10 @@ - } - - #include -+#include - - #include "ArtsPrimitive.hh" -+using namespace std; - - extern ArtsPrimitive g_CfdArtsPrimitive; - -@@ -191,9 +193,9 @@ - inline istream & read(istream & is) - { - g_CfdArtsPrimitive.ReadIpv4Network(is,this->_src,sizeof(this->_src)); -- is.read(&(this->_srcMaskLen),sizeof(this->_srcMaskLen)); -+ is.read((char *)&(this->_srcMaskLen),sizeof(this->_srcMaskLen)); - g_CfdArtsPrimitive.ReadIpv4Network(is,this->_dst,sizeof(this->_dst)); -- is.read(&(this->_dstMaskLen),sizeof(this->_dstMaskLen)); -+ is.read((char *)&(this->_dstMaskLen),sizeof(this->_dstMaskLen)); - - return(is); - } -@@ -263,9 +265,9 @@ - inline ostream & write(ostream & os) const - { - g_CfdArtsPrimitive.WriteIpv4Network(os,this->_src,sizeof(this->_src)); -- os.write(&(this->_srcMaskLen),sizeof(this->_srcMaskLen)); -+ os.write((char *)&(this->_srcMaskLen),sizeof(this->_srcMaskLen)); - g_CfdArtsPrimitive.WriteIpv4Network(os,this->_dst,sizeof(this->_dst)); -- os.write(&(this->_dstMaskLen),sizeof(this->_dstMaskLen)); -+ os.write((char *)&(this->_dstMaskLen),sizeof(this->_dstMaskLen)); - return(os); - } - diff --git a/net-mgmt/cflowd/files/patch-classes__include__CflowdRawFlowLogger.hh b/net-mgmt/cflowd/files/patch-classes__include__CflowdRawFlowLogger.hh deleted file mode 100644 index d3e1118f829d..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__include__CflowdRawFlowLogger.hh +++ /dev/null @@ -1,11 +0,0 @@ ---- classes/include/CflowdRawFlowLogger.hh.orig Fri Aug 29 21:59:45 2003 -+++ classes/include/CflowdRawFlowLogger.hh Fri Aug 29 22:00:04 2003 -@@ -42,6 +42,8 @@ - #ifndef _CFLOWDRAWFLOWLOGGER_HH_ - #define _CFLOWDRAWFLOWLOGGER_HH_ - -+using namespace std; -+ - //--------------------------------------------------------------------------- - // class CflowdRawFlowLogger - //--------------------------------------------------------------------------- diff --git a/net-mgmt/cflowd/files/patch-classes__include__CflowdVersion.hh b/net-mgmt/cflowd/files/patch-classes__include__CflowdVersion.hh deleted file mode 100644 index b5352ae38c19..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__include__CflowdVersion.hh +++ /dev/null @@ -1,10 +0,0 @@ ---- classes/include/CflowdVersion.hh.orig Fri Aug 29 22:04:44 2003 -+++ classes/include/CflowdVersion.hh Fri Aug 29 22:04:56 2003 -@@ -42,6 +42,7 @@ - #ifndef _CFLOWDVERSION_HH_ - #define _CFLOWDVERSION_HH_ - -+using namespace std; - #include - - //--------------------------------------------------------------------------- diff --git a/net-mgmt/cflowd/files/patch-classes__src__CflowdCisco.cc b/net-mgmt/cflowd/files/patch-classes__src__CflowdCisco.cc deleted file mode 100644 index ea5de5ca0d1f..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__src__CflowdCisco.cc +++ /dev/null @@ -1,31 +0,0 @@ ---- classes/src/CflowdCisco.cc.orig Fri Aug 29 21:02:38 2003 -+++ classes/src/CflowdCisco.cc Fri Aug 29 21:12:30 2003 -@@ -699,22 +699,22 @@ - engineIter != this->FlowEngines().end(); engineIter++) { - for (uint8_t aggMethod = 0; aggMethod <= k_CiscoV8FlowExportMaxAggType; - aggMethod++) { -- if ((*engineIter).second.MissedFlows(aggMethod) > -+ if ((*engineIter).second.MissedFlows((char)aggMethod) > - this->_missedFlowsThreshold) { - struct in_addr addrIn; - addrIn.s_addr = this->IpAddress(); -- uint64_t totalFlows = ((*engineIter).second.MissedFlows(aggMethod) + -- (*engineIter).second.FlowsReceived(aggMethod)); -+ uint64_t totalFlows = ((*engineIter).second.MissedFlows((char)aggMethod) + -+ (*engineIter).second.FlowsReceived((char)aggMethod)); - syslog(LOG_INFO, - "[I] missed %u of %u flows from %s" - " engine %d agg_method %d (%g%% loss)", -- (*engineIter).second.MissedFlows(aggMethod), -+ (*engineIter).second.MissedFlows((char)aggMethod), - totalFlows, - inet_ntoa(addrIn), - (*engineIter).first, - aggMethod, -- ((*engineIter).second.MissedFlows(aggMethod) * 100.0) / -- totalFlows); -+ ((*engineIter).second.MissedFlows((char)(aggMethod) * 100.0) / -+ totalFlows)); - } - (*engineIter).second.MissedFlows(0,aggMethod); - (*engineIter).second.FlowsReceived(0,aggMethod); diff --git a/net-mgmt/cflowd/files/patch-classes__src__CflowdCiscoFlowEngine.cc b/net-mgmt/cflowd/files/patch-classes__src__CflowdCiscoFlowEngine.cc deleted file mode 100644 index 06aa42814714..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__src__CflowdCiscoFlowEngine.cc +++ /dev/null @@ -1,19 +0,0 @@ ---- classes/src/CflowdCiscoFlowEngine.cc.orig Fri Aug 29 21:13:33 2003 -+++ classes/src/CflowdCiscoFlowEngine.cc Fri Aug 29 21:17:18 2003 -@@ -43,6 +43,7 @@ - #include "caida_t.h" - } - -+using namespace std; - #include - - #include "CflowdCiscoFlowEngine.hh" -@@ -58,7 +59,7 @@ - //------------------------------------------------------------------------- - uint32_t CflowdCiscoFlowEngine::SequenceNumber(uint32_t seqNumber, - uint16_t flowCount, -- uint8_t aggMethod = 0) -+ uint8_t aggMethod ) - { - if (aggMethod > k_CiscoV8FlowExportMaxAggType) { - syslog(LOG_ERR, diff --git a/net-mgmt/cflowd/files/patch-classes__src__CflowdCiscoMap.cc b/net-mgmt/cflowd/files/patch-classes__src__CflowdCiscoMap.cc deleted file mode 100644 index 33f4f19ba9d4..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__src__CflowdCiscoMap.cc +++ /dev/null @@ -1,19 +0,0 @@ ---- classes/src/CflowdCiscoMap.cc.orig Fri Aug 29 21:26:58 2003 -+++ classes/src/CflowdCiscoMap.cc Fri Aug 29 21:28:13 2003 -@@ -39,6 +39,7 @@ - // info@caida.org - //=========================================================================== - -+using namespace std; - #include - #include - -@@ -112,7 +113,7 @@ - } - - numCiscos = htonl(numCiscos); -- os.write(&numCiscos,sizeof(numCiscos)); -+ os.write((char *)&numCiscos,sizeof(numCiscos)); - - for (ciscomIter = (*this).begin(); ciscomIter != (*this).end(); - ciscomIter++) { diff --git a/net-mgmt/cflowd/files/patch-classes__src__CflowdCollector.cc b/net-mgmt/cflowd/files/patch-classes__src__CflowdCollector.cc deleted file mode 100644 index 736a89066122..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__src__CflowdCollector.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- classes/src/CflowdCollector.cc.orig Fri Aug 29 21:47:25 2003 -+++ classes/src/CflowdCollector.cc Fri Aug 29 21:47:36 2003 -@@ -39,6 +39,7 @@ - // info@caida.org - //=========================================================================== - -+using namespace std; - #include - - #include "CflowdCollector.hh" diff --git a/net-mgmt/cflowd/files/patch-classes__src__CflowdNextHopTable.cc b/net-mgmt/cflowd/files/patch-classes__src__CflowdNextHopTable.cc deleted file mode 100644 index 87dce681b4f1..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__src__CflowdNextHopTable.cc +++ /dev/null @@ -1,31 +0,0 @@ ---- classes/src/CflowdNextHopTable.cc.orig Fri Aug 29 21:52:18 2003 -+++ classes/src/CflowdNextHopTable.cc Fri Aug 29 21:53:26 2003 -@@ -82,11 +82,11 @@ - (*this).erase((*this).begin(),(*this).end()); - } - -- is.read(&numNextHops,sizeof(numNextHops)); -+ is.read((char *)&numNextHops,sizeof(numNextHops)); - numNextHops = ntohl(numNextHops); - - for (nextHopNum = 0; nextHopNum < numNextHops; nextHopNum++) { -- is.read(&nextHop,sizeof(nextHop)); -+ is.read((char *)&nextHop,sizeof(nextHop)); - nextHopTraffic.read(is); - (*this)[nextHop] = nextHopTraffic; - } -@@ -154,12 +154,12 @@ - - numNextHops = (*this).size(); - numNextHops = htonl(numNextHops); -- os.write(&numNextHops,sizeof(numNextHops)); -+ os.write((char *)&numNextHops,sizeof(numNextHops)); - - for (nextHopIter = (*this).begin(); nextHopIter != (*this).end(); - nextHopIter++) { - nextHop = (*nextHopIter).first; -- os.write(&nextHop,sizeof(nextHop)); -+ os.write((char *)&nextHop,sizeof(nextHop)); - (*nextHopIter).second.write(os); - } - return(os); diff --git a/net-mgmt/cflowd/files/patch-classes__src__CflowdPacketQueue.cc b/net-mgmt/cflowd/files/patch-classes__src__CflowdPacketQueue.cc deleted file mode 100644 index d60c99e2a6b0..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__src__CflowdPacketQueue.cc +++ /dev/null @@ -1,28 +0,0 @@ ---- classes/src/CflowdPacketQueue.cc.orig Fri Aug 29 21:54:26 2003 -+++ classes/src/CflowdPacketQueue.cc Fri Aug 29 21:58:48 2003 -@@ -54,6 +54,7 @@ - #include - #include - -+using namespace std; - #include "caida_t.h" - #include "CflowdFlowPdu.h" - -@@ -401,7 +402,7 @@ - //......................................................................... - // - //------------------------------------------------------------------------- --int CflowdPacketQueue::GetLock(uint8_t bufNum = 0xff) -+int CflowdPacketQueue::GetLock(uint8_t bufNum) - { - if (bufNum == 0xff) - bufNum = this->_currentBuffer; -@@ -424,7 +425,7 @@ - //......................................................................... - // - //------------------------------------------------------------------------- --int CflowdPacketQueue::ReleaseLock(uint8_t bufNum = 0xff) -+int CflowdPacketQueue::ReleaseLock(uint8_t bufNum) - { - if (bufNum == 0xff) - bufNum = this->_currentBuffer; diff --git a/net-mgmt/cflowd/files/patch-classes__src__CflowdProtocolTable.cc b/net-mgmt/cflowd/files/patch-classes__src__CflowdProtocolTable.cc deleted file mode 100644 index e9c91b97b5c6..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__src__CflowdProtocolTable.cc +++ /dev/null @@ -1,28 +0,0 @@ ---- classes/src/CflowdProtocolTable.cc.orig Fri Aug 29 20:37:48 2003 -+++ classes/src/CflowdProtocolTable.cc Fri Aug 29 20:39:55 2003 -@@ -82,9 +82,9 @@ - (*this).erase((*this).begin(),(*this).end()); - } - -- is.read(&numProtocols,sizeof(numProtocols)); -+ is.read((char *)&numProtocols,sizeof(numProtocols)); - for (protocolNum = 0; protocolNum < numProtocols; protocolNum++) { -- is.read(&protocol,sizeof(protocol)); -+ is.read((char *)&protocol,sizeof(protocol)); - protoTraffic.read(is); - (*this)[protocol] = protoTraffic; - } -@@ -151,11 +151,11 @@ - CflowdProtocolTable::const_iterator protoIter; - - numProtocols = (*this).size(); -- os.write(&numProtocols,sizeof(numProtocols)); -+ os.write((char *)&numProtocols,sizeof(numProtocols)); - - for (protoIter = (*this).begin(); protoIter != (*this).end(); protoIter++) { - protocol = (*protoIter).first; -- os.write(&protocol,sizeof(protocol)); -+ os.write((const char *)&protocol,sizeof(protocol)); - (*protoIter).second.write(os); - } - return(os); diff --git a/net-mgmt/cflowd/files/patch-classes__src__CflowdRawFlow.cc b/net-mgmt/cflowd/files/patch-classes__src__CflowdRawFlow.cc deleted file mode 100644 index 85b4536529e8..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__src__CflowdRawFlow.cc +++ /dev/null @@ -1,200 +0,0 @@ ---- classes/src/CflowdRawFlow.cc.orig Fri Aug 29 21:18:36 2003 -+++ classes/src/CflowdRawFlow.cc Fri Aug 29 21:22:55 2003 -@@ -44,6 +44,7 @@ - #include - } - -+using namespace std; - #include - - #include "CflowdRawFlow.hh" -@@ -336,82 +337,82 @@ - - this->data._isHostOrder = false; - -- is.read(&(this->data._index),sizeof(this->data._index)); -+ is.read((char *)&(this->data._index),sizeof(this->data._index)); - if (! is) - return(is); - flowIndex = ntohl(this->data._index); - - if (flowIndex & CflowdRawFlow::k_routerMask) { -- is.read(&(this->data._router),sizeof(this->data._router)); -+ is.read((char *)&(this->data._router),sizeof(this->data._router)); - } - if (flowIndex & CflowdRawFlow::k_srcIpAddrMask) { -- is.read(&(this->data._srcIpAddr),sizeof(this->data._srcIpAddr)); -+ is.read((char *)&(this->data._srcIpAddr),sizeof(this->data._srcIpAddr)); - } - if (flowIndex & CflowdRawFlow::k_dstIpAddrMask) { -- is.read(&(this->data._dstIpAddr),sizeof(this->data._dstIpAddr)); -+ is.read((char *)&(this->data._dstIpAddr),sizeof(this->data._dstIpAddr)); - } - if (flowIndex & CflowdRawFlow::k_inputIfIndexMask) { -- is.read(&(this->data._inputIfIndex),sizeof(this->data._inputIfIndex)); -+ is.read((char *)&(this->data._inputIfIndex),sizeof(this->data._inputIfIndex)); - } - if (flowIndex & CflowdRawFlow::k_outputIfIndexMask) { -- is.read(&(this->data._outputIfIndex),sizeof(this->data._outputIfIndex)); -+ is.read((char *)&(this->data._outputIfIndex),sizeof(this->data._outputIfIndex)); - } - if (flowIndex & CflowdRawFlow::k_srcPortMask) { -- is.read(&(this->data._srcPort),sizeof(this->data._srcPort)); -+ is.read((char *)&(this->data._srcPort),sizeof(this->data._srcPort)); - } - if (flowIndex & CflowdRawFlow::k_dstPortMask) { -- is.read(&(this->data._dstPort),sizeof(this->data._dstPort)); -+ is.read((char *)&(this->data._dstPort),sizeof(this->data._dstPort)); - } - if (flowIndex & CflowdRawFlow::k_pktsMask) { -- is.read(&(this->data._pkts),sizeof(this->data._pkts)); -+ is.read((char *)&(this->data._pkts),sizeof(this->data._pkts)); - } - if (flowIndex & CflowdRawFlow::k_bytesMask) { -- is.read(&(this->data._bytes),sizeof(this->data._bytes)); -+ is.read((char *)&(this->data._bytes),sizeof(this->data._bytes)); - } - if (flowIndex & CflowdRawFlow::k_ipNextHopMask) { -- is.read(&(this->data._ipNextHop),sizeof(this->data._ipNextHop)); -+ is.read((char *)&(this->data._ipNextHop),sizeof(this->data._ipNextHop)); - } - if (flowIndex & CflowdRawFlow::k_startTimeMask) { -- is.read(&(this->data._startTime),sizeof(this->data._startTime)); -+ is.read((char *)&(this->data._startTime),sizeof(this->data._startTime)); - } - if (flowIndex & CflowdRawFlow::k_endTimeMask) { -- is.read(&(this->data._endTime),sizeof(this->data._endTime)); -+ is.read((char *)&(this->data._endTime),sizeof(this->data._endTime)); - } - if (flowIndex & CflowdRawFlow::k_protocolMask) { -- is.read(&(this->data._protocol),sizeof(this->data._protocol)); -+ is.read((char *)&(this->data._protocol),sizeof(this->data._protocol)); - } - if (flowIndex & CflowdRawFlow::k_tosMask) { -- is.read(&(this->data._tos),sizeof(this->data._tos)); -+ is.read((char *)&(this->data._tos),sizeof(this->data._tos)); - } - if (flowIndex & CflowdRawFlow::k_srcAsMask) { -- is.read(&(this->data._srcAs),sizeof(this->data._srcAs)); -+ is.read((char *)&(this->data._srcAs),sizeof(this->data._srcAs)); - } - if (flowIndex & CflowdRawFlow::k_dstAsMask) { -- is.read(&(this->data._dstAs),sizeof(this->data._dstAs)); -+ is.read((char *)&(this->data._dstAs),sizeof(this->data._dstAs)); - } - if (flowIndex & CflowdRawFlow::k_srcMaskLenMask) { -- is.read(&(this->data._srcMaskLen),sizeof(this->data._srcMaskLen)); -+ is.read((char *)&(this->data._srcMaskLen),sizeof(this->data._srcMaskLen)); - } - if (flowIndex & CflowdRawFlow::k_dstMaskLenMask) { -- is.read(&(this->data._dstMaskLen),sizeof(this->data._dstMaskLen)); -+ is.read((char *)&(this->data._dstMaskLen),sizeof(this->data._dstMaskLen)); - } - if (flowIndex & CflowdRawFlow::k_tcpFlagsMask) { -- is.read(&(this->data._tcpFlags),sizeof(this->data._tcpFlags)); -+ is.read((char *)&(this->data._tcpFlags),sizeof(this->data._tcpFlags)); - } - if (flowIndex & CflowdRawFlow::k_inputEncapMask) { -- is.read(&(this->data._inputEncap),sizeof(this->data._inputEncap)); -+ is.read((char *)&(this->data._inputEncap),sizeof(this->data._inputEncap)); - } - if (flowIndex & CflowdRawFlow::k_outputEncapMask) { -- is.read(&(this->data._outputEncap),sizeof(this->data._outputEncap)); -+ is.read((char *)&(this->data._outputEncap),sizeof(this->data._outputEncap)); - } - if (flowIndex & CflowdRawFlow::k_peerNextHopMask) { -- is.read(&(this->data._peerNextHop),sizeof(this->data._peerNextHop)); -+ is.read((char *)&(this->data._peerNextHop),sizeof(this->data._peerNextHop)); - } - if (flowIndex & CflowdRawFlow::k_engineTypeMask) { -- is.read(&(this->data._engineType),sizeof(this->data._engineType)); -+ is.read((char *)&(this->data._engineType),sizeof(this->data._engineType)); - } - if (flowIndex & CflowdRawFlow::k_engineIdMask) { -- is.read(&(this->data._engineId),sizeof(this->data._engineId)); -+ is.read((char *)&(this->data._engineId),sizeof(this->data._engineId)); - } - - // convert to host byte order -@@ -982,56 +983,56 @@ - - rawFlow.ToNetworkByteOrder(); - -- os.write(&(dataPtr->_index),sizeof(dataPtr->_index)); -+ os.write((char *)&(dataPtr->_index),sizeof(dataPtr->_index)); - - if (flowIndex & CflowdRawFlow::k_routerMask) -- os.write(&(dataPtr->_router),sizeof(dataPtr->_router)); -+ os.write((char *)&(dataPtr->_router),sizeof(dataPtr->_router)); - if (flowIndex & CflowdRawFlow::k_srcIpAddrMask) -- os.write(&(dataPtr->_srcIpAddr),sizeof(dataPtr->_srcIpAddr)); -+ os.write((char *)&(dataPtr->_srcIpAddr),sizeof(dataPtr->_srcIpAddr)); - if (flowIndex & CflowdRawFlow::k_dstIpAddrMask) -- os.write(&(dataPtr->_dstIpAddr),sizeof(dataPtr->_dstIpAddr)); -+ os.write((char *)&(dataPtr->_dstIpAddr),sizeof(dataPtr->_dstIpAddr)); - if (flowIndex & CflowdRawFlow::k_inputIfIndexMask) -- os.write(&(dataPtr->_inputIfIndex),sizeof(dataPtr->_inputIfIndex)); -+ os.write((char *)&(dataPtr->_inputIfIndex),sizeof(dataPtr->_inputIfIndex)); - if (flowIndex & CflowdRawFlow::k_outputIfIndexMask) -- os.write(&(dataPtr->_outputIfIndex),sizeof(dataPtr->_outputIfIndex)); -+ os.write((char *)&(dataPtr->_outputIfIndex),sizeof(dataPtr->_outputIfIndex)); - if (flowIndex & CflowdRawFlow::k_srcPortMask) -- os.write(&(dataPtr->_srcPort),sizeof(dataPtr->_srcPort)); -+ os.write((char *)&(dataPtr->_srcPort),sizeof(dataPtr->_srcPort)); - if (flowIndex & CflowdRawFlow::k_dstPortMask) -- os.write(&(dataPtr->_dstPort),sizeof(dataPtr->_dstPort)); -+ os.write((char *)&(dataPtr->_dstPort),sizeof(dataPtr->_dstPort)); - if (flowIndex & CflowdRawFlow::k_pktsMask) -- os.write(&(dataPtr->_pkts),sizeof(dataPtr->_pkts)); -+ os.write((char *)&(dataPtr->_pkts),sizeof(dataPtr->_pkts)); - if (flowIndex & CflowdRawFlow::k_bytesMask) -- os.write(&(dataPtr->_bytes),sizeof(dataPtr->_bytes)); -+ os.write((char *)&(dataPtr->_bytes),sizeof(dataPtr->_bytes)); - if (flowIndex & CflowdRawFlow::k_ipNextHopMask) -- os.write(&(dataPtr->_ipNextHop),sizeof(dataPtr->_ipNextHop)); -+ os.write((char *)&(dataPtr->_ipNextHop),sizeof(dataPtr->_ipNextHop)); - if (flowIndex & CflowdRawFlow::k_startTimeMask) -- os.write(&(dataPtr->_startTime),sizeof(dataPtr->_startTime)); -+ os.write((char *)&(dataPtr->_startTime),sizeof(dataPtr->_startTime)); - if (flowIndex & CflowdRawFlow::k_endTimeMask) -- os.write(&(dataPtr->_endTime),sizeof(dataPtr->_endTime)); -+ os.write((char *)&(dataPtr->_endTime),sizeof(dataPtr->_endTime)); - if (flowIndex & CflowdRawFlow::k_protocolMask) -- os.write(&(dataPtr->_protocol),sizeof(dataPtr->_protocol)); -+ os.write((char *)&(dataPtr->_protocol),sizeof(dataPtr->_protocol)); - if (flowIndex & CflowdRawFlow::k_tosMask) -- os.write(&(dataPtr->_tos),sizeof(dataPtr->_tos)); -+ os.write((char *)&(dataPtr->_tos),sizeof(dataPtr->_tos)); - if (flowIndex & CflowdRawFlow::k_srcAsMask) -- os.write(&(dataPtr->_srcAs),sizeof(dataPtr->_srcAs)); -+ os.write((char *)&(dataPtr->_srcAs),sizeof(dataPtr->_srcAs)); - if (flowIndex & CflowdRawFlow::k_dstAsMask) -- os.write(&(dataPtr->_dstAs),sizeof(dataPtr->_dstAs)); -+ os.write((char *)&(dataPtr->_dstAs),sizeof(dataPtr->_dstAs)); - if (flowIndex & CflowdRawFlow::k_srcMaskLenMask) -- os.write(&(dataPtr->_srcMaskLen),sizeof(dataPtr->_srcMaskLen)); -+ os.write((char *)&(dataPtr->_srcMaskLen),sizeof(dataPtr->_srcMaskLen)); - if (flowIndex & CflowdRawFlow::k_dstMaskLenMask) -- os.write(&(dataPtr->_dstMaskLen),sizeof(dataPtr->_dstMaskLen)); -+ os.write((char *)&(dataPtr->_dstMaskLen),sizeof(dataPtr->_dstMaskLen)); - if (flowIndex & CflowdRawFlow::k_tcpFlagsMask) -- os.write(&(dataPtr->_tcpFlags),sizeof(dataPtr->_tcpFlags)); -+ os.write((char *)&(dataPtr->_tcpFlags),sizeof(dataPtr->_tcpFlags)); - if (flowIndex & CflowdRawFlow::k_inputEncapMask) -- os.write(&(dataPtr->_inputEncap),sizeof(dataPtr->_inputEncap)); -+ os.write((char *)&(dataPtr->_inputEncap),sizeof(dataPtr->_inputEncap)); - if (flowIndex & CflowdRawFlow::k_outputEncapMask) -- os.write(&(dataPtr->_outputEncap),sizeof(dataPtr->_outputEncap)); -+ os.write((char *)&(dataPtr->_outputEncap),sizeof(dataPtr->_outputEncap)); - if (flowIndex & CflowdRawFlow::k_peerNextHopMask) -- os.write(&(dataPtr->_peerNextHop),sizeof(dataPtr->_peerNextHop)); -+ os.write((char *)&(dataPtr->_peerNextHop),sizeof(dataPtr->_peerNextHop)); - if (flowIndex & CflowdRawFlow::k_engineTypeMask) -- os.write(&(dataPtr->_engineType),sizeof(dataPtr->_engineType)); -+ os.write((char *)&(dataPtr->_engineType),sizeof(dataPtr->_engineType)); - if (flowIndex & CflowdRawFlow::k_engineIdMask) -- os.write(&(dataPtr->_engineId),sizeof(dataPtr->_engineId)); -+ os.write((char *)&(dataPtr->_engineId),sizeof(dataPtr->_engineId)); - - return(os); - } diff --git a/net-mgmt/cflowd/files/patch-classes__src__CflowdRawFlowConvertor.cc b/net-mgmt/cflowd/files/patch-classes__src__CflowdRawFlowConvertor.cc deleted file mode 100644 index d9880ef1758e..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__src__CflowdRawFlowConvertor.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- classes/src/CflowdRawFlowConverter.cc.orig Fri Aug 29 21:24:00 2003 -+++ classes/src/CflowdRawFlowConverter.cc Fri Aug 29 21:24:16 2003 -@@ -43,6 +43,7 @@ - #include - } - -+using namespace std; - #include - - #include "CflowdRawFlowConverter.hh" diff --git a/net-mgmt/cflowd/files/patch-classes__src__CflowdTosTable.cc b/net-mgmt/cflowd/files/patch-classes__src__CflowdTosTable.cc deleted file mode 100644 index 4ac063a72e69..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__src__CflowdTosTable.cc +++ /dev/null @@ -1,28 +0,0 @@ ---- classes/src/CflowdTosTable.cc.orig Fri Aug 29 22:01:28 2003 -+++ classes/src/CflowdTosTable.cc Fri Aug 29 22:01:52 2003 -@@ -82,9 +82,9 @@ - (*this).erase((*this).begin(),(*this).end()); - } - -- is.read(&numToss,sizeof(numToss)); -+ is.read((char *)&numToss,sizeof(numToss)); - for (tosNum = 0; tosNum < numToss; tosNum++) { -- is.read(&tos,sizeof(tos)); -+ is.read((char *)&tos,sizeof(tos)); - protoTraffic.read(is); - (*this)[tos] = protoTraffic; - } -@@ -151,11 +151,11 @@ - CflowdTosTable::const_iterator protoIter; - - numToss = (*this).size(); -- os.write(&numToss,sizeof(numToss)); -+ os.write((char *)&numToss,sizeof(numToss)); - - for (protoIter = (*this).begin(); protoIter != (*this).end(); protoIter++) { - tos = (*protoIter).first; -- os.write(&tos,sizeof(tos)); -+ os.write((char *)&tos,sizeof(tos)); - (*protoIter).second.write(os); - } - return(os); diff --git a/net-mgmt/cflowd/files/patch-classes__src__FlowFilter.y b/net-mgmt/cflowd/files/patch-classes__src__FlowFilter.y deleted file mode 100644 index 19f5a595becd..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__src__FlowFilter.y +++ /dev/null @@ -1,10 +0,0 @@ ---- classes/src/FlowFilter.y.orig Fri Aug 29 22:08:43 2003 -+++ classes/src/FlowFilter.y Fri Aug 29 22:08:51 2003 -@@ -42,6 +42,7 @@ - - #include - -+ using namespace std; - #include - - #include "CflowdRawFlow.hh" diff --git a/net-mgmt/cflowd/files/patch-classes__src__Signal.cc b/net-mgmt/cflowd/files/patch-classes__src__Signal.cc deleted file mode 100644 index aafc0dc77f59..000000000000 --- a/net-mgmt/cflowd/files/patch-classes__src__Signal.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- classes/src/Signal.cc.orig Fri Aug 29 21:25:46 2003 -+++ classes/src/Signal.cc Fri Aug 29 21:25:16 2003 -@@ -8,6 +8,7 @@ - #include - } - -+using namespace std; - #include - #include "Signal.hh" - diff --git a/net-mgmt/cflowd/files/patch-classes_include_CflowdAsMatrix.hh b/net-mgmt/cflowd/files/patch-classes_include_CflowdAsMatrix.hh deleted file mode 100644 index df1c42426a82..000000000000 --- a/net-mgmt/cflowd/files/patch-classes_include_CflowdAsMatrix.hh +++ /dev/null @@ -1,31 +0,0 @@ ---- classes/include/CflowdAsMatrix.hh.orig 2008-04-08 21:29:31.000000000 +0200 -+++ classes/include/CflowdAsMatrix.hh 2008-04-08 21:31:22.000000000 +0200 -@@ -55,7 +55,9 @@ - #include "CflowdAsMatrixTrafficCounter.hh" - #include "CflowdRawFlow.hh" - --typedef map > CflowdAsMatrixMap_t; -+class iterator; -+ -+typedef std::map > CflowdAsMatrixMap_t; - - //--------------------------------------------------------------------------- - // class CflowdAsMatrix : public CflowdAsMatrixMap_t -@@ -87,7 +89,7 @@ - // Reads the contents of a CflowdAsMatrix from an istream. Returns - // the istream. - //------------------------------------------------------------------------- -- istream & read(istream & is); -+ std::istream & read(std::istream & is); - - //------------------------------------------------------------------------- - // int read(int fd) -@@ -103,7 +105,7 @@ - // Writes the contents of a CflowdAsMatrix to an ostream. Returns - // the ostream. - //------------------------------------------------------------------------- -- ostream & write(ostream & os) const; -+ std::ostream & write(std::ostream & os) const; - - //------------------------------------------------------------------------- - // int write(int fd) const diff --git a/net-mgmt/cflowd/files/patch-classes_include_CflowdInterfaceMatrix.hh b/net-mgmt/cflowd/files/patch-classes_include_CflowdInterfaceMatrix.hh deleted file mode 100644 index 9d413c1dd5b0..000000000000 --- a/net-mgmt/cflowd/files/patch-classes_include_CflowdInterfaceMatrix.hh +++ /dev/null @@ -1,10 +0,0 @@ ---- classes/include/CflowdInterfaceMatrix.hh.bak Mon Sep 21 20:54:27 1998 -+++ classes/include/CflowdInterfaceMatrix.hh Fri Jun 15 16:54:18 2007 -@@ -50,6 +50,7 @@ - - #include - #include -+using namespace std; - - #include "CflowdInterfaceMatrixKey.hh" - #include "CflowdInterfaceMatrixTrafficCounter.hh" diff --git a/net-mgmt/cflowd/files/patch-classes_include_CflowdNextHopTable.hh b/net-mgmt/cflowd/files/patch-classes_include_CflowdNextHopTable.hh deleted file mode 100644 index 1508d887b683..000000000000 --- a/net-mgmt/cflowd/files/patch-classes_include_CflowdNextHopTable.hh +++ /dev/null @@ -1,10 +0,0 @@ ---- classes/include/CflowdNextHopTable.hh.orig Fri Jun 15 16:54:56 2007 -+++ classes/include/CflowdNextHopTable.hh Fri Jun 15 16:58:39 2007 -@@ -52,6 +52,7 @@ - } - - #include -+using namespace std; - - #include "ArtsPrimitive.hh" - #include "CflowdNextHopTableTrafficCounter.hh" diff --git a/net-mgmt/cflowd/files/patch-classes_include_CflowdPortMatrix.hh b/net-mgmt/cflowd/files/patch-classes_include_CflowdPortMatrix.hh deleted file mode 100644 index d67d69563b57..000000000000 --- a/net-mgmt/cflowd/files/patch-classes_include_CflowdPortMatrix.hh +++ /dev/null @@ -1,11 +0,0 @@ ---- classes/include/CflowdPortMatrix.hh.orig Fri Jun 15 16:36:13 2007 -+++ classes/include/CflowdPortMatrix.hh Fri Jun 15 16:47:35 2007 -@@ -51,6 +51,8 @@ - - #include - #include -+#include -+using namespace std; - - #include "CflowdPortMatrixKey.hh" - #include "CflowdPortMatrixTrafficCounter.hh" diff --git a/net-mgmt/cflowd/files/patch-classes_include_CflowdProtocolTable.hh b/net-mgmt/cflowd/files/patch-classes_include_CflowdProtocolTable.hh deleted file mode 100644 index ed5e2ea19ba7..000000000000 --- a/net-mgmt/cflowd/files/patch-classes_include_CflowdProtocolTable.hh +++ /dev/null @@ -1,10 +0,0 @@ ---- classes/include/CflowdProtocolTable.hh.orig Fri Jun 15 16:49:35 2007 -+++ classes/include/CflowdProtocolTable.hh Fri Jun 15 16:52:00 2007 -@@ -50,6 +50,7 @@ - } - - #include -+using namespace std; - - #include "ArtsPrimitive.hh" - #include "CflowdProtocolTableTrafficCounter.hh" diff --git a/net-mgmt/cflowd/files/patch-classes_include_CflowdRawFlow.hh b/net-mgmt/cflowd/files/patch-classes_include_CflowdRawFlow.hh deleted file mode 100644 index 1efb7e5a4549..000000000000 --- a/net-mgmt/cflowd/files/patch-classes_include_CflowdRawFlow.hh +++ /dev/null @@ -1,29 +0,0 @@ ---- ./classes/include/CflowdRawFlow.hh.orig Tue Feb 29 20:32:20 2000 -+++ ./classes/include/CflowdRawFlow.hh Mon Apr 9 00:33:03 2007 -@@ -1016,7 +1016,7 @@ - //......................................................................... - // Reads a flow from an istream. Returns the istream. - //------------------------------------------------------------------------- -- istream & Read(istream & is); -+ std::istream & Read(std::istream & is); - - //------------------------------------------------------------------------- - // int Read(int fd) -@@ -1033,7 +1033,7 @@ - //......................................................................... - // Writes a flow to an ostream. Returns the ostream. - //------------------------------------------------------------------------- -- ostream & Write(ostream & os) const; -+ std::ostream & Write(std::ostream & os) const; - - //------------------------------------------------------------------------- - // int Write(int fd) const -@@ -1062,7 +1062,7 @@ - // CflowdRawFlow object to an ostream in a human-readable form. - // Returns the ostream. - //------------------------------------------------------------------------- -- friend ostream& operator << (ostream& os, -+ friend std::ostream& operator << (std::ostream& os, - const CflowdRawFlow & flow); - - //------------------------------------------------------------------------- diff --git a/net-mgmt/cflowd/files/patch-classes_include_CflowdTosTable.hh b/net-mgmt/cflowd/files/patch-classes_include_CflowdTosTable.hh deleted file mode 100644 index 45c56dfaeb17..000000000000 --- a/net-mgmt/cflowd/files/patch-classes_include_CflowdTosTable.hh +++ /dev/null @@ -1,10 +0,0 @@ ---- classes/include/CflowdTosTable.hh.orig Fri Jun 15 17:03:50 2007 -+++ classes/include/CflowdTosTable.hh Fri Jun 15 17:06:19 2007 -@@ -50,6 +50,7 @@ - } - - #include -+using namespace std; - - #include "ArtsPrimitive.hh" - #include "CflowdTosTableTrafficCounter.hh" diff --git a/net-mgmt/cflowd/files/patch-classes_include_CflowdUint16Uint16Key.hh b/net-mgmt/cflowd/files/patch-classes_include_CflowdUint16Uint16Key.hh deleted file mode 100644 index 0aba707c3973..000000000000 --- a/net-mgmt/cflowd/files/patch-classes_include_CflowdUint16Uint16Key.hh +++ /dev/null @@ -1,28 +0,0 @@ ---- ./classes/include/CflowdUint16Uint16Key.hh.orig Wed Aug 11 18:11:35 1999 -+++ ./classes/include/CflowdUint16Uint16Key.hh Mon Apr 9 00:03:09 2007 -@@ -52,6 +52,7 @@ - } - - #include -+#include - - #include "ArtsPrimitive.hh" - -@@ -136,7 +137,7 @@ - //......................................................................... - // Reads the key from an istream. Returns the istream. - //------------------------------------------------------------------------- -- inline istream & read(istream & is) -+ inline std::istream & read(std::istream & is) - { - g_CfdArtsPrimitive.ReadUint16(is,this->_src,sizeof(this->_src)); - g_CfdArtsPrimitive.ReadUint16(is,this->_dst,sizeof(this->_dst)); -@@ -177,7 +178,7 @@ - //......................................................................... - // Writes the key to an ostream. Returns the ostream. - //------------------------------------------------------------------------- -- inline ostream & write(ostream & os) const -+ inline std::ostream & write(std::ostream & os) const - { - g_CfdArtsPrimitive.WriteUint16(os,this->_src,sizeof(this->_src)); - g_CfdArtsPrimitive.WriteUint16(os,this->_dst,sizeof(this->_dst)); diff --git a/net-mgmt/cflowd/files/patch-classes_include_CflowdUint64TrafficCounter.hh b/net-mgmt/cflowd/files/patch-classes_include_CflowdUint64TrafficCounter.hh deleted file mode 100644 index 566436477056..000000000000 --- a/net-mgmt/cflowd/files/patch-classes_include_CflowdUint64TrafficCounter.hh +++ /dev/null @@ -1,29 +0,0 @@ ---- ./classes/include/CflowdUint64TrafficCounter.hh.orig Sun Feb 7 19:43:03 1999 -+++ ./classes/include/CflowdUint64TrafficCounter.hh Mon Apr 9 00:17:53 2007 -@@ -49,6 +49,8 @@ - #include "caida_t.h" - } - -+#include -+ - #include "ArtsPrimitive.hh" - - extern ArtsPrimitive g_CfdArtsPrimitive; -@@ -147,7 +149,7 @@ - //......................................................................... - // Reads the counter from an istream. Returns the istream. - //------------------------------------------------------------------------- -- inline istream & read(istream & is) -+ inline std::istream & read(std::istream & is) - { - g_CfdArtsPrimitive.ReadUint64(is,this->_pkts,sizeof(this->_pkts)); - g_CfdArtsPrimitive.ReadUint64(is,this->_bytes,sizeof(this->_bytes)); -@@ -190,7 +192,7 @@ - //......................................................................... - // Writes the counter to an ostream. Returns the ostream. - //------------------------------------------------------------------------- -- inline ostream & write(ostream & os) const -+ inline std::ostream & write(std::ostream & os) const - { - g_CfdArtsPrimitive.WriteUint64(os,this->_pkts,sizeof(this->_pkts)); - g_CfdArtsPrimitive.WriteUint64(os,this->_bytes,sizeof(this->_bytes)); diff --git a/net-mgmt/cflowd/files/patch-classes_include_Signal.hh b/net-mgmt/cflowd/files/patch-classes_include_Signal.hh deleted file mode 100644 index 136675e86c22..000000000000 --- a/net-mgmt/cflowd/files/patch-classes_include_Signal.hh +++ /dev/null @@ -1,10 +0,0 @@ ---- classes/include/Signal.hh.orig Fri Jun 15 18:25:43 2007 -+++ classes/include/Signal.hh Fri Jun 15 18:29:48 2007 -@@ -47,6 +47,7 @@ - #include - } - -+using namespace std; - typedef struct sigaction sigactStruct; - - //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ diff --git a/net-mgmt/cflowd/files/patch-classes_src_CflowdAsMatrix.cc b/net-mgmt/cflowd/files/patch-classes_src_CflowdAsMatrix.cc deleted file mode 100644 index d9a2a37279d5..000000000000 --- a/net-mgmt/cflowd/files/patch-classes_src_CflowdAsMatrix.cc +++ /dev/null @@ -1,18 +0,0 @@ ---- classes/src/CflowdAsMatrix.cc.orig Fri Jun 15 16:36:13 2007 -+++ classes/src/CflowdAsMatrix.cc Fri Jun 15 16:40:38 2007 -@@ -41,6 +41,7 @@ - - #include - #include -+#include - - #include "ArtsPrimitive.hh" - #include "CflowdAsMatrix.hh" -@@ -50,6 +51,7 @@ - CflowdRawFlow::k_pktsMask|\ - CflowdRawFlow::k_bytesMask) - -+using namespace std; - static const string rcsid = "@(#) $Name: cflowd-2-1-b1 $ $Id: CflowdAsMatrix.cc,v 1.16 1999/02/19 02:20:04 dwm Exp $"; - - ArtsPrimitive g_CfdArtsPrimitive; diff --git a/net-mgmt/cflowd/files/patch-classes_src_CflowdRawFlowLogger.cc b/net-mgmt/cflowd/files/patch-classes_src_CflowdRawFlowLogger.cc deleted file mode 100644 index b7b504c7a90f..000000000000 --- a/net-mgmt/cflowd/files/patch-classes_src_CflowdRawFlowLogger.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- classes/src/CflowdRawFlowLogger.cc.orig Wed Dec 23 00:35:57 1998 -+++ classes/src/CflowdRawFlowLogger.cc Fri Jun 15 17:02:44 2007 -@@ -64,6 +64,7 @@ - - #include - #include -+#include - - #include "CflowdRawFlow.hh" - #include "CflowdRawFlowLogger.hh" diff --git a/net-mgmt/cflowd/files/patch-snmp++-classes-include-snmp++_notifyqueue.h b/net-mgmt/cflowd/files/patch-snmp++-classes-include-snmp++_notifyqueue.h deleted file mode 100644 index b24711a5a8d8..000000000000 --- a/net-mgmt/cflowd/files/patch-snmp++-classes-include-snmp++_notifyqueue.h +++ /dev/null @@ -1,13 +0,0 @@ ---- snmp++/classes/include/snmp++/notifyqueue.h.orig 2008-04-08 21:30:13.000000000 +0200 -+++ snmp++/classes/include/snmp++/notifyqueue.h 2008-04-08 21:30:29.000000000 +0200 -@@ -94,8 +94,8 @@ - const TargetCollection ¬ify_targets, - const AddressCollection ¬ify_addresses); - ~CNotifyEvent(); -- Snmp * CNotifyEvent::GetId(); -- int CNotifyEvent::notify_filter(const Oid &trapid, -+ Snmp * GetId(); -+ int notify_filter(const Oid &trapid, - const SnmpTarget &target) const; - int Callback(SnmpTarget & target, Pdu & pdu, int status); - diff --git a/net-mgmt/cflowd/files/patch-snmp++::classes::include::snmp++::oid.h b/net-mgmt/cflowd/files/patch-snmp++::classes::include::snmp++::oid.h deleted file mode 100644 index cabe6ec2fd5c..000000000000 --- a/net-mgmt/cflowd/files/patch-snmp++::classes::include::snmp++::oid.h +++ /dev/null @@ -1,10 +0,0 @@ ---- snmp++/classes/include/snmp++/oid.h.orig Fri Aug 29 20:00:24 2003 -+++ snmp++/classes/include/snmp++/oid.h Fri Aug 29 20:00:41 2003 -@@ -57,6 +57,7 @@ - #include // strlen, etc.. - } - -+using namespace std; - #include - - #include "smival.h" // derived class for all values diff --git a/net-mgmt/cflowd/pkg-descr b/net-mgmt/cflowd/pkg-descr deleted file mode 100644 index 20e820b354a8..000000000000 --- a/net-mgmt/cflowd/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -cflowd is a flow analysis tool currently used for analyzing Cisco's -NetFlow enabled switching method. - -The current release includes the collections, storage, and basic -analysis modules for cflowd and for arts++ libraries. - -This analysis package permits data collection and analysis by ISPs -and network engineers in support of capacity planning, trends analysis, -and characterization of workloads in a network service provider environment. - -Other areas where cflowd may prove useful include usage tracking for Web -hosting, accounting and billing, network planning and analysis, network -monitoring, developing user profiles, data warehousing and mining, -as well as security-related investigations. - -WWW: http://www.caida.org/tools/measurement/cflowd/ diff --git a/net-mgmt/cflowd/pkg-plist b/net-mgmt/cflowd/pkg-plist deleted file mode 100644 index 128b0768bfed..000000000000 --- a/net-mgmt/cflowd/pkg-plist +++ /dev/null @@ -1,92 +0,0 @@ -bin/cfdases -bin/cfdifmatrix -bin/cfdnets -bin/cfdnexthops -bin/cfdportmatrix -bin/cfdprotos -bin/cfdtos -bin/flowdump -bin/flowwatch -etc/cfdcollect.conf.example -etc/cflowd.conf.example -etc/rc.d/cflowd-base.sh.sample -include/cflowd/CflowdAsMatrix.hh -include/cflowd/CflowdAsMatrixKey.hh -include/cflowd/CflowdAsMatrixTrafficCounter.hh -include/cflowd/CflowdCisco.hh -include/cflowd/CflowdCiscoFlowEngine.hh -include/cflowd/CflowdCiscoFlowEngineMap.hh -include/cflowd/CflowdCiscoFlowInterface.hh -include/cflowd/CflowdCiscoFlowInterfaceMap.hh -include/cflowd/CflowdCiscoMap.hh -include/cflowd/CflowdCollector.hh -include/cflowd/CflowdCollectorMap.hh -include/cflowd/CflowdConfig.hh -include/cflowd/CflowdConfigLex.hh -include/cflowd/CflowdFlowFilter.hh -include/cflowd/CflowdFlowPdu.h -include/cflowd/CflowdFlowPortList.hh -include/cflowd/CflowdInterfaceInfo.hh -include/cflowd/CflowdInterfaceMatrix.hh -include/cflowd/CflowdInterfaceMatrixKey.hh -include/cflowd/CflowdInterfaceMatrixTrafficCounter.hh -include/cflowd/CflowdNetMatrix.hh -include/cflowd/CflowdNetMatrixKey.hh -include/cflowd/CflowdNetMatrixTrafficCounter.hh -include/cflowd/CflowdNextHopTable.hh -include/cflowd/CflowdNextHopTableTrafficCounter.hh -include/cflowd/CflowdPacketQueue.hh -include/cflowd/CflowdPortMatrix.hh -include/cflowd/CflowdPortMatrixKey.hh -include/cflowd/CflowdPortMatrixTrafficCounter.hh -include/cflowd/CflowdProtocolTable.hh -include/cflowd/CflowdProtocolTableTrafficCounter.hh -include/cflowd/CflowdRawFlow.hh -include/cflowd/CflowdRawFlowConverter.hh -include/cflowd/CflowdRawFlowLogger.hh -include/cflowd/CflowdTableRequest.hh -include/cflowd/CflowdTosTable.hh -include/cflowd/CflowdUint16Uint16Key.hh -include/cflowd/CflowdUint64TrafficCounter.hh -include/cflowd/CflowdVersion.hh -include/cflowd/snmp++/address.h -include/cflowd/snmp++/asn1.h -include/cflowd/snmp++/collect.h -include/cflowd/snmp++/counter.h -include/cflowd/snmp++/ctr64.h -include/cflowd/snmp++/eventlist.h -include/cflowd/snmp++/gauge.h -include/cflowd/snmp++/integer.h -include/cflowd/snmp++/msec.h -include/cflowd/snmp++/msgqueue.h -include/cflowd/snmp++/notifyqueue.h -include/cflowd/snmp++/octet.h -include/cflowd/snmp++/oid.h -include/cflowd/snmp++/oid_def.h -include/cflowd/snmp++/pdu.h -include/cflowd/snmp++/smi.h -include/cflowd/snmp++/smival.h -include/cflowd/snmp++/snmp_pp.h -include/cflowd/snmp++/snmperrs.h -include/cflowd/snmp++/snmpmsg.h -include/cflowd/snmp++/target.h -include/cflowd/snmp++/timetick.h -include/cflowd/snmp++/userdefined.h -include/cflowd/snmp++/usertimeout.h -include/cflowd/snmp++/vb.h -lib/cflowd/libCfd.a -lib/cflowd/libCfd.la -lib/cflowd/libCfd.so -lib/cflowd/libCfd.so.0 -lib/cflowd/libCfd.so.0.0.0 -lib/cflowd/libsnmp++.a -lib/cflowd/libsnmp++.la -lib/cflowd/libsnmp++.so -lib/cflowd/libsnmp++.so.0 -lib/cflowd/libsnmp++.so.0.0.0 -sbin/cfdcollect -sbin/cflowd -sbin/cflowdmux -@dirrm include/cflowd/snmp++ -@dirrm include/cflowd -@dirrm lib/cflowd diff --git a/www/Makefile b/www/Makefile index 144bf76d488f..2497d4f6adfb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1431,7 +1431,6 @@ SUBDIR += php55-tidy SUBDIR += phpbb SUBDIR += phpbb3 - SUBDIR += phpgedview SUBDIR += phpgroupware SUBDIR += phpmp SUBDIR += phpmustache diff --git a/www/phpgedview/Makefile b/www/phpgedview/Makefile deleted file mode 100644 index d23208ae0317..000000000000 --- a/www/phpgedview/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# Created by: Hubert Tournier -# $FreeBSD$ - -PORTNAME= phpGedView -PORTVERSION= 4.2.3 -CATEGORIES= www -MASTER_SITES= SF/${PORTNAME:tl}/1%20PhpGedView/PhpGedView%20v${PORTVERSION} -DISTNAME= ${PORTNAME:S/p/P/}-basic-${PORTVERSION} - -MAINTAINER= fbsd@opal.com -COMMENT= Online genealogy viewer - -DEPRECATED= Superceded by www/webtrees -EXPIRATION_DATE=2014-08-15 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -EXTRACT_AFTER_ARGS= -d ${WRKSRC} - -USES= zip:infozip -USE_PHP= calendar dom gd pcre session xml -NO_BUILD= yes - -SUB_FILES= pkg-message pkg-deinstall -DISTATE= config.php config_download.php config_gedcom.php - -OPTIONS_MULTI= DB -OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE -OPTIONS_DEFAULT= SQLITE -DB_DESC= Data storage - -.include - -.if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= yes -USE_PHP += pdo_mysql -.endif - -.if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes -USE_PHP += pdo_pgsql -.endif - -.if ${PORT_OPTIONS:MSQLITE} -USE_PHP += pdo_sqlite -.endif - -post-extract: -.for f in ${DISTATE} - @${MV} ${WRKSRC}/${f} ${WRKSRC}/${f}-dist -.endfor - -do-install: - @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/index ${STAGEDIR}${WWWDIR}/media - @${CHMOD} -R u+w ${STAGEDIR}${WWWDIR}/index ${STAGEDIR}${WWWDIR}/media - @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/index ${WWWDIR}/media' >>${TMPPLIST} - @${ECHO_CMD} '@exec ${CHMOD} -R u+w ${WWWDIR}/index ${WWWDIR}/media' >>${TMPPLIST} - -.include diff --git a/www/phpgedview/distinfo b/www/phpgedview/distinfo deleted file mode 100644 index f226566cfbf3..000000000000 --- a/www/phpgedview/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PhpGedView-basic-4.2.3.zip) = cea5810208c15634d5b2aa0081f56196cb70354975f3bea2ff4de918bf3a597e -SIZE (PhpGedView-basic-4.2.3.zip) = 5803041 diff --git a/www/phpgedview/files/pkg-deinstall.in b/www/phpgedview/files/pkg-deinstall.in deleted file mode 100644 index 58b60a9035d2..000000000000 --- a/www/phpgedview/files/pkg-deinstall.in +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -case "$2" in -POST-DEINSTALL) - if [ -d %%WWWDIR%%/index ]; then - cat < - AllowOverride None - Order Allow,Deny - Allow from all - - -2. Visit your phpGedView site with a browser (i.e., - http://your.server.com/phpGedView/) - and you should be taken to the install script, which will lead you - through setting up phpGedView, creating an admin account, etc. - -************************************************************************ - -If you are upgrading from phpGedView 4.1.x, you will need to manually -take care of the following: - -1. Back-up your three configuration files, copy in the new ones, and - then merge your local changes into the new ones: - - cd %%WWWDIR%% - for x in config.php config_download.php config_gedcom.php; do - mv $x $x-4.1.x - cp $x-dist $x - diff $x-4.1.x $x - .. edit as appropriate .. - done - -2. When you first access phpGedView 4.2 you may see errors about - missing SQL database field "i_sex" and it will warn you that your - GEDCOM is not imported, even though it was before under 4.1.x. If - this happens, you will need to re-import your GEDCOM data. Click on - "Import" then follow the dialog "erase old data and replace with new". - - Be sure to back up your old database and GEDCOM file first. - -************************************************************************ diff --git a/www/phpgedview/pkg-descr b/www/phpgedview/pkg-descr deleted file mode 100644 index abadb3f18c6d..000000000000 --- a/www/phpgedview/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -PhpGedView parses GEDCOM 5.5 genealogy files and displays them on the -Internet in a format similar to desktop programs. All it requires to -run is a PHP enabled web server and a gedcom file. You can easily -customize it by using one of the provided themes or by modifying them -to meet your own needs. - -WWW: http://phpgedview.net/ diff --git a/www/phpgedview/pkg-plist b/www/phpgedview/pkg-plist deleted file mode 100644 index ec9efa68ee55..000000000000 --- a/www/phpgedview/pkg-plist +++ /dev/null @@ -1,1496 +0,0 @@ -%%WWWDIR%%/GPL.txt -%%WWWDIR%%/PEAR.php -%%WWWDIR%%/SOAP/.htaccess -%%WWWDIR%%/SOAP/Base.php -%%WWWDIR%%/SOAP/Client.php -%%WWWDIR%%/SOAP/Disco.php -%%WWWDIR%%/SOAP/Fault.php -%%WWWDIR%%/SOAP/HTTP/Net/Socket.php -%%WWWDIR%%/SOAP/HTTP/Net/URL.php -%%WWWDIR%%/SOAP/HTTP/Request.php -%%WWWDIR%%/SOAP/HTTP/Request/Listener.php -%%WWWDIR%%/SOAP/Net/Socket.php -%%WWWDIR%%/SOAP/Net/URL.php -%%WWWDIR%%/SOAP/Parser.php -%%WWWDIR%%/SOAP/Server.php -%%WWWDIR%%/SOAP/Server/Email.php -%%WWWDIR%%/SOAP/Server/Email_Gateway.php -%%WWWDIR%%/SOAP/Server/TCP.php -%%WWWDIR%%/SOAP/Transport.php -%%WWWDIR%%/SOAP/Transport/HTTP.php -%%WWWDIR%%/SOAP/Transport/SMTP.php -%%WWWDIR%%/SOAP/Transport/TCP.php -%%WWWDIR%%/SOAP/Type/dateTime.php -%%WWWDIR%%/SOAP/Type/duration.php -%%WWWDIR%%/SOAP/Type/hexBinary.php -%%WWWDIR%%/SOAP/Value.php -%%WWWDIR%%/SOAP/WSDL.php -%%WWWDIR%%/SOAP/tools/genproxy.php -%%WWWDIR%%/addmedia.php -%%WWWDIR%%/addremotelink.php -%%WWWDIR%%/addsearchlink.php -%%WWWDIR%%/admin.php -%%WWWDIR%%/ajax_block.php -%%WWWDIR%%/ancestry.php -%%WWWDIR%%/autocomplete.php -%%WWWDIR%%/blocks/.htaccess -%%WWWDIR%%/blocks/block_htmlplus.php -%%WWWDIR%%/blocks/block_htmlplus_keywords.tpl -%%WWWDIR%%/blocks/block_htmlplus_narrative.tpl -%%WWWDIR%%/blocks/block_htmlplus_stats.tpl -%%WWWDIR%%/blocks/charts.php -%%WWWDIR%%/blocks/gedcom_block.php -%%WWWDIR%%/blocks/gedcom_favorites.php -%%WWWDIR%%/blocks/gedcom_news.php -%%WWWDIR%%/blocks/gedcom_stats.php -%%WWWDIR%%/blocks/getting_started.php -%%WWWDIR%%/blocks/html_block.php -%%WWWDIR%%/blocks/logged_in.php -%%WWWDIR%%/blocks/login_block.php -%%WWWDIR%%/blocks/random_media.php -%%WWWDIR%%/blocks/recent_changes.php -%%WWWDIR%%/blocks/review_changes.php -%%WWWDIR%%/blocks/rss_block.php -%%WWWDIR%%/blocks/theme_select.php -%%WWWDIR%%/blocks/todays_events.php -%%WWWDIR%%/blocks/todo.php -%%WWWDIR%%/blocks/top10_givnnames.php -%%WWWDIR%%/blocks/top10_pageviews.php -%%WWWDIR%%/blocks/top10_surnames.php -%%WWWDIR%%/blocks/upcoming_events.php -%%WWWDIR%%/blocks/user_blog.php -%%WWWDIR%%/blocks/user_favorites.php -%%WWWDIR%%/blocks/user_messages.php -%%WWWDIR%%/blocks/user_welcome.php -%%WWWDIR%%/blocks/yahrzeit.php -%%WWWDIR%%/branches.php -%%WWWDIR%%/calendar.php -%%WWWDIR%%/changelanguage.php -%%WWWDIR%%/changelog.php -%%WWWDIR%%/changelog.txt -%%WWWDIR%%/checklang.php -%%WWWDIR%%/client.php -%%WWWDIR%%/clippings.php -%%WWWDIR%%/compact.php -@unexec if cmp -s %D/%%WWWDIR%%/config.php-dist %D/%%WWWDIR%%/config.php; then rm -f %D/%%WWWDIR%%/config.php; fi -%%WWWDIR%%/config.php-dist -@exec if [ ! -f %D/%%WWWDIR%%/config.php ]; then /bin/cp -p %D/%%WWWDIR%%/config.php-dist %D/%%WWWDIR%%/config.php; /bin/chmod a+w %D/%%WWWDIR%%/config.php; fi -@unexec if cmp -s %D/%%WWWDIR%%/config_download.php-dist %D/%%WWWDIR%%/config_download.php; then rm -f %D/%%WWWDIR%%/config_download.php; fi -%%WWWDIR%%/config_download.php-dist -@exec if [ ! -f %D/%%WWWDIR%%/config_download.php ]; then /bin/cp -p %D/%%WWWDIR%%/config_download.php-dist %D/%%WWWDIR%%/config_download.php; /bin/chmod a+w %D/%%WWWDIR%%/config_download.php; fi -@unexec if cmp -s %D/%%WWWDIR%%/config_gedcom.php-dist %D/%%WWWDIR%%/config_gedcom.php; then rm -f %D/%%WWWDIR%%/config_gedcom.php; fi -%%WWWDIR%%/config_gedcom.php-dist -@exec if [ ! -f %D/%%WWWDIR%%/config_gedcom.php ]; then /bin/cp -p %D/%%WWWDIR%%/config_gedcom.php-dist %D/%%WWWDIR%%/config_gedcom.php; /bin/chmod a+w %D/%%WWWDIR%%/config_gedcom.php; fi -%%WWWDIR%%/descendancy.php -%%WWWDIR%%/dir_editor.php -%%WWWDIR%%/downloadbackup.php -%%WWWDIR%%/downloadgedcom.php -%%WWWDIR%%/drupal.php -%%WWWDIR%%/edit_changes.php -%%WWWDIR%%/edit_interface.php -%%WWWDIR%%/edit_merge.php -%%WWWDIR%%/edit_privacy.php -%%WWWDIR%%/edit_quickupdate.php -%%WWWDIR%%/editconfig_gedcom.php -%%WWWDIR%%/editconfig_help.php -%%WWWDIR%%/editgedcoms.php -%%WWWDIR%%/editlang.php -%%WWWDIR%%/editlang_edit.php -%%WWWDIR%%/editlang_edit_settings.php -%%WWWDIR%%/editnews.php -%%WWWDIR%%/edituser.php -%%WWWDIR%%/expand_view.php -%%WWWDIR%%/export_gedcom.php -%%WWWDIR%%/family.php -%%WWWDIR%%/familybook.php -%%WWWDIR%%/famlist.php -%%WWWDIR%%/fanchart.php -%%WWWDIR%%/faq.php -%%WWWDIR%%/find.php -%%WWWDIR%%/gdbi.php -%%WWWDIR%%/gedcheck.php -%%WWWDIR%%/gedrecord.php -%%WWWDIR%%/genservice.php -%%WWWDIR%%/help_text.php -%%WWWDIR%%/hooks/.htaccess -%%WWWDIR%%/hourglass.php -%%WWWDIR%%/hourglass_ajax.php -%%WWWDIR%%/ical.php -%%WWWDIR%%/imageflush.php -%%WWWDIR%%/images/RESN_confidential.gif -%%WWWDIR%%/images/RESN_locked.gif -%%WWWDIR%%/images/RESN_none.gif -%%WWWDIR%%/images/RESN_privacy.gif -%%WWWDIR%%/images/add.gif -%%WWWDIR%%/images/admin.gif -%%WWWDIR%%/images/bubble.gif -%%WWWDIR%%/images/buttons/addmedia.gif -%%WWWDIR%%/images/buttons/addnote.gif -%%WWWDIR%%/images/buttons/addrepository.gif -%%WWWDIR%%/images/buttons/addsource.gif -%%WWWDIR%%/images/buttons/autocomplete.gif -%%WWWDIR%%/images/buttons/calendar.gif -%%WWWDIR%%/images/buttons/family.gif -%%WWWDIR%%/images/buttons/head.gif -%%WWWDIR%%/images/buttons/indi.gif -%%WWWDIR%%/images/buttons/keyboard.gif -%%WWWDIR%%/images/buttons/media.gif -%%WWWDIR%%/images/buttons/note.gif -%%WWWDIR%%/images/buttons/place.gif -%%WWWDIR%%/images/buttons/refresh.gif -%%WWWDIR%%/images/buttons/repository.gif -%%WWWDIR%%/images/buttons/source.gif -%%WWWDIR%%/images/buttons/target.gif -%%WWWDIR%%/images/buttons/view_all.gif -%%WWWDIR%%/images/calendar.gif -%%WWWDIR%%/images/cfamily.gif -%%WWWDIR%%/images/checked.gif -%%WWWDIR%%/images/checked_qm.gif -%%WWWDIR%%/images/children.gif -%%WWWDIR%%/images/clippings.gif -%%WWWDIR%%/images/darrow.gif -%%WWWDIR%%/images/darrow2.gif -%%WWWDIR%%/images/ddarrow.gif -%%WWWDIR%%/images/descendancy.gif -%%WWWDIR%%/images/dline.gif -%%WWWDIR%%/images/dline2.gif -%%WWWDIR%%/images/edit_sour.gif -%%WWWDIR%%/images/favicon.ico -%%WWWDIR%%/images/fe_male.gif -%%WWWDIR%%/images/feed-icon16x16.png -%%WWWDIR%%/images/female.gif -%%WWWDIR%%/images/flags/acadia.gif -%%WWWDIR%%/images/flags/afghanistan.gif -%%WWWDIR%%/images/flags/albania.gif -%%WWWDIR%%/images/flags/algeria.gif -%%WWWDIR%%/images/flags/american samoa.gif -%%WWWDIR%%/images/flags/andorra.gif -%%WWWDIR%%/images/flags/angola.gif -%%WWWDIR%%/images/flags/anguilla.gif -%%WWWDIR%%/images/flags/antarctica.gif -%%WWWDIR%%/images/flags/antigua and barbuda.gif -%%WWWDIR%%/images/flags/ar.gif -%%WWWDIR%%/images/flags/arab league.gif -%%WWWDIR%%/images/flags/argentina.gif -%%WWWDIR%%/images/flags/armenia.gif -%%WWWDIR%%/images/flags/aruba.gif -%%WWWDIR%%/images/flags/at sea.gif -%%WWWDIR%%/images/flags/australia.gif -%%WWWDIR%%/images/flags/austria.gif -%%WWWDIR%%/images/flags/azerbaijan.gif -%%WWWDIR%%/images/flags/azores.gif -%%WWWDIR%%/images/flags/bahamas.gif -%%WWWDIR%%/images/flags/bahrain.gif -%%WWWDIR%%/images/flags/bangladesh.gif -%%WWWDIR%%/images/flags/barbados.gif -%%WWWDIR%%/images/flags/belarus.gif -%%WWWDIR%%/images/flags/belgium.gif -%%WWWDIR%%/images/flags/belize.gif -%%WWWDIR%%/images/flags/benin.gif -%%WWWDIR%%/images/flags/bermuda.gif -%%WWWDIR%%/images/flags/bhutan.gif -%%WWWDIR%%/images/flags/bolivia.gif -%%WWWDIR%%/images/flags/bosnia and herzegovina.gif -%%WWWDIR%%/images/flags/botswana.gif -%%WWWDIR%%/images/flags/bouvet island.gif -%%WWWDIR%%/images/flags/brazil.gif -%%WWWDIR%%/images/flags/british indian ocean territory.gif -%%WWWDIR%%/images/flags/brunei.gif -%%WWWDIR%%/images/flags/bulgaria.gif -%%WWWDIR%%/images/flags/burkina faso.gif -%%WWWDIR%%/images/flags/burma.gif -%%WWWDIR%%/images/flags/burundi.gif -%%WWWDIR%%/images/flags/cambodia.gif -%%WWWDIR%%/images/flags/cameroon.gif -%%WWWDIR%%/images/flags/canada.gif -%%WWWDIR%%/images/flags/cape colony.gif -%%WWWDIR%%/images/flags/cape verde.gif -%%WWWDIR%%/images/flags/catalonia.gif -%%WWWDIR%%/images/flags/cayman islands.gif -%%WWWDIR%%/images/flags/central african republic.gif -%%WWWDIR%%/images/flags/chad.gif -%%WWWDIR%%/images/flags/channel islands.gif -%%WWWDIR%%/images/flags/chile.gif -%%WWWDIR%%/images/flags/china.gif -%%WWWDIR%%/images/flags/christmas island.gif -%%WWWDIR%%/images/flags/cocos (keeling) islands.gif -%%WWWDIR%%/images/flags/colombia.gif -%%WWWDIR%%/images/flags/comoros.gif -%%WWWDIR%%/images/flags/congo (brazzaville).gif -%%WWWDIR%%/images/flags/congo (kinshasa).gif -%%WWWDIR%%/images/flags/cook islands.gif -%%WWWDIR%%/images/flags/costa rica.gif -%%WWWDIR%%/images/flags/croatia.gif -%%WWWDIR%%/images/flags/cuba.gif -%%WWWDIR%%/images/flags/cyprus.gif -%%WWWDIR%%/images/flags/cz.gif -%%WWWDIR%%/images/flags/czech republic.gif -%%WWWDIR%%/images/flags/czechoslovakia.gif -%%WWWDIR%%/images/flags/côte d'ivoire.gif -%%WWWDIR%%/images/flags/da.gif -%%WWWDIR%%/images/flags/de.gif -%%WWWDIR%%/images/flags/denmark.gif -%%WWWDIR%%/images/flags/djibouti.gif -%%WWWDIR%%/images/flags/dominica.gif -%%WWWDIR%%/images/flags/dominican republic.gif -%%WWWDIR%%/images/flags/ecuador.gif -%%WWWDIR%%/images/flags/egypt.gif -%%WWWDIR%%/images/flags/eire.gif -%%WWWDIR%%/images/flags/el salvador.gif -%%WWWDIR%%/images/flags/el.gif -%%WWWDIR%%/images/flags/en-au.gif -%%WWWDIR%%/images/flags/en-gb.gif -%%WWWDIR%%/images/flags/en-us-gb_anim.gif -%%WWWDIR%%/images/flags/en-us.gif -%%WWWDIR%%/images/flags/en.gif -%%WWWDIR%%/images/flags/england.gif -%%WWWDIR%%/images/flags/equatorial guinea.gif -%%WWWDIR%%/images/flags/eritrea.gif -%%WWWDIR%%/images/flags/es-ar.gif -%%WWWDIR%%/images/flags/es.gif -%%WWWDIR%%/images/flags/estonia.gif -%%WWWDIR%%/images/flags/ethiopia.gif -%%WWWDIR%%/images/flags/european union.gif -%%WWWDIR%%/images/flags/faeroe islands.gif -%%WWWDIR%%/images/flags/falkland islands.gif -%%WWWDIR%%/images/flags/fi.gif -%%WWWDIR%%/images/flags/fiji.gif -%%WWWDIR%%/images/flags/finland.gif -%%WWWDIR%%/images/flags/flags.txt -%%WWWDIR%%/images/flags/fr.gif -%%WWWDIR%%/images/flags/france.gif -%%WWWDIR%%/images/flags/french guiana.gif -%%WWWDIR%%/images/flags/french polynesia.gif -%%WWWDIR%%/images/flags/french southern territories.gif -%%WWWDIR%%/images/flags/gabon.gif -%%WWWDIR%%/images/flags/gambia.gif -%%WWWDIR%%/images/flags/georgia.gif -%%WWWDIR%%/images/flags/germany.gif -%%WWWDIR%%/images/flags/ghana.gif -%%WWWDIR%%/images/flags/gibraltar.gif -%%WWWDIR%%/images/flags/greece.gif -%%WWWDIR%%/images/flags/greenland.gif -%%WWWDIR%%/images/flags/grenada.gif -%%WWWDIR%%/images/flags/guadeloupe.gif -%%WWWDIR%%/images/flags/guam.gif -%%WWWDIR%%/images/flags/guatemala.gif -%%WWWDIR%%/images/flags/guernsey.gif -%%WWWDIR%%/images/flags/guinea-bissau.gif -%%WWWDIR%%/images/flags/guinea.gif -%%WWWDIR%%/images/flags/guyana.gif -%%WWWDIR%%/images/flags/haiti.gif -%%WWWDIR%%/images/flags/he.gif -%%WWWDIR%%/images/flags/heard island and mcdonald islands.gif -%%WWWDIR%%/images/flags/honduras.gif -%%WWWDIR%%/images/flags/hong kong.gif -%%WWWDIR%%/images/flags/hu.gif -%%WWWDIR%%/images/flags/hungary.gif -%%WWWDIR%%/images/flags/iceland.gif -%%WWWDIR%%/images/flags/india.gif -%%WWWDIR%%/images/flags/indonesia.gif -%%WWWDIR%%/images/flags/iran.gif -%%WWWDIR%%/images/flags/iraq.gif -%%WWWDIR%%/images/flags/ireland.gif -%%WWWDIR%%/images/flags/isle of man.gif -%%WWWDIR%%/images/flags/israel.gif -%%WWWDIR%%/images/flags/it.gif -%%WWWDIR%%/images/flags/italy.gif -%%WWWDIR%%/images/flags/jamaica.gif -%%WWWDIR%%/images/flags/japan.gif -%%WWWDIR%%/images/flags/jersey.gif -%%WWWDIR%%/images/flags/jordan.gif -%%WWWDIR%%/images/flags/kazakhstan.gif -%%WWWDIR%%/images/flags/kenya.gif -%%WWWDIR%%/images/flags/kiribati.gif -%%WWWDIR%%/images/flags/korea (north).gif -%%WWWDIR%%/images/flags/korea.gif -%%WWWDIR%%/images/flags/kuwait.gif -%%WWWDIR%%/images/flags/kyrgyzstan.gif -%%WWWDIR%%/images/flags/laos.gif -%%WWWDIR%%/images/flags/latvia.gif -%%WWWDIR%%/images/flags/lebanon.gif -%%WWWDIR%%/images/flags/lesotho.gif -%%WWWDIR%%/images/flags/liberia.gif -%%WWWDIR%%/images/flags/libya.gif -%%WWWDIR%%/images/flags/liechtenstein.gif -%%WWWDIR%%/images/flags/lithuania.gif -%%WWWDIR%%/images/flags/lt.gif -%%WWWDIR%%/images/flags/luxembourg.gif -%%WWWDIR%%/images/flags/macau.gif -%%WWWDIR%%/images/flags/macedonia.gif -%%WWWDIR%%/images/flags/madagascar.gif -%%WWWDIR%%/images/flags/malawi.gif -%%WWWDIR%%/images/flags/malaysia.gif -%%WWWDIR%%/images/flags/maldives.gif -%%WWWDIR%%/images/flags/mali.gif -%%WWWDIR%%/images/flags/malta.gif -%%WWWDIR%%/images/flags/marshall islands.gif -%%WWWDIR%%/images/flags/martinique.gif -%%WWWDIR%%/images/flags/mauritania.gif -%%WWWDIR%%/images/flags/mauritius.gif -%%WWWDIR%%/images/flags/mayotte.gif -%%WWWDIR%%/images/flags/mexico.gif -%%WWWDIR%%/images/flags/micronesia.gif -%%WWWDIR%%/images/flags/moldova.gif -%%WWWDIR%%/images/flags/monaco.gif -%%WWWDIR%%/images/flags/mongolia.gif -%%WWWDIR%%/images/flags/montenegro.gif -%%WWWDIR%%/images/flags/montserrat.gif -%%WWWDIR%%/images/flags/morocco.gif -%%WWWDIR%%/images/flags/moçambique.gif -%%WWWDIR%%/images/flags/myanmar.gif -%%WWWDIR%%/images/flags/namibia.gif -%%WWWDIR%%/images/flags/nauru.gif -%%WWWDIR%%/images/flags/nepal.gif -%%WWWDIR%%/images/flags/netherlands antilles.gif -%%WWWDIR%%/images/flags/netherlands.gif -%%WWWDIR%%/images/flags/neutral zone.gif -%%WWWDIR%%/images/flags/new caledonia.gif -%%WWWDIR%%/images/flags/new zealand.gif -%%WWWDIR%%/images/flags/new.gif -%%WWWDIR%%/images/flags/nicaragua.gif -%%WWWDIR%%/images/flags/niger.gif -%%WWWDIR%%/images/flags/nigeria.gif -%%WWWDIR%%/images/flags/niue.gif -%%WWWDIR%%/images/flags/nl.gif -%%WWWDIR%%/images/flags/no.gif -%%WWWDIR%%/images/flags/norfolk island.gif -%%WWWDIR%%/images/flags/northern ireland.gif -%%WWWDIR%%/images/flags/northern mariana islands.gif -%%WWWDIR%%/images/flags/norway.gif -%%WWWDIR%%/images/flags/oman.gif -%%WWWDIR%%/images/flags/pakistan.gif -%%WWWDIR%%/images/flags/palau.gif -%%WWWDIR%%/images/flags/palestine.gif -%%WWWDIR%%/images/flags/panama.gif -%%WWWDIR%%/images/flags/papua new guinea.gif -%%WWWDIR%%/images/flags/paraguay.gif -%%WWWDIR%%/images/flags/peru.gif -%%WWWDIR%%/images/flags/philippines.gif -%%WWWDIR%%/images/flags/pitcairn islands.gif -%%WWWDIR%%/images/flags/pl.gif -%%WWWDIR%%/images/flags/plain green.gif -%%WWWDIR%%/images/flags/poland.gif -%%WWWDIR%%/images/flags/portugal.gif -%%WWWDIR%%/images/flags/pt-br.gif -%%WWWDIR%%/images/flags/puerto rico.gif -%%WWWDIR%%/images/flags/qatar.gif -%%WWWDIR%%/images/flags/romania.gif -%%WWWDIR%%/images/flags/royal lion rampant.gif -%%WWWDIR%%/images/flags/ru.gif -%%WWWDIR%%/images/flags/russia.gif -%%WWWDIR%%/images/flags/rwanda.gif -%%WWWDIR%%/images/flags/réunion.gif -%%WWWDIR%%/images/flags/saint helena.gif -%%WWWDIR%%/images/flags/saint kitts and nevis.gif -%%WWWDIR%%/images/flags/saint lucia.gif -%%WWWDIR%%/images/flags/saint pierre et miquelon.gif -%%WWWDIR%%/images/flags/saint vincent and the grenadines.gif -%%WWWDIR%%/images/flags/samoa.gif -%%WWWDIR%%/images/flags/san marino.gif -%%WWWDIR%%/images/flags/sao tome and principe.gif -%%WWWDIR%%/images/flags/saudi arabia.gif -%%WWWDIR%%/images/flags/scotland.gif -%%WWWDIR%%/images/flags/senegal.gif -%%WWWDIR%%/images/flags/serbia and montenegro.gif -%%WWWDIR%%/images/flags/serbia.gif -%%WWWDIR%%/images/flags/seychelles.gif -%%WWWDIR%%/images/flags/sicily.gif -%%WWWDIR%%/images/flags/sierra leone.gif -%%WWWDIR%%/images/flags/singapore.gif -%%WWWDIR%%/images/flags/sk.gif -%%WWWDIR%%/images/flags/slovakia.gif -%%WWWDIR%%/images/flags/slovenia.gif -%%WWWDIR%%/images/flags/solomon islands.gif -%%WWWDIR%%/images/flags/somalia.gif -%%WWWDIR%%/images/flags/south africa.gif -%%WWWDIR%%/images/flags/south georgia and the south sandwich islands.gif -%%WWWDIR%%/images/flags/spain.gif -%%WWWDIR%%/images/flags/sri lanka.gif -%%WWWDIR%%/images/flags/sudan.gif -%%WWWDIR%%/images/flags/suriname.gif -%%WWWDIR%%/images/flags/sv.gif -%%WWWDIR%%/images/flags/svalbard and jan mayen islands.gif -%%WWWDIR%%/images/flags/swaziland.gif -%%WWWDIR%%/images/flags/sweden.gif -%%WWWDIR%%/images/flags/switzerland.gif -%%WWWDIR%%/images/flags/syria.gif -%%WWWDIR%%/images/flags/taiwan.gif -%%WWWDIR%%/images/flags/tajikistan.gif -%%WWWDIR%%/images/flags/tanzania.gif -%%WWWDIR%%/images/flags/thailand.gif -%%WWWDIR%%/images/flags/timor-leste.gif -%%WWWDIR%%/images/flags/togo.gif -%%WWWDIR%%/images/flags/tokelau.gif -%%WWWDIR%%/images/flags/tonga.gif -%%WWWDIR%%/images/flags/tr.gif -%%WWWDIR%%/images/flags/transylvania.gif -%%WWWDIR%%/images/flags/trinidad and tobago.gif -%%WWWDIR%%/images/flags/tunisia.gif -%%WWWDIR%%/images/flags/turkey.gif -%%WWWDIR%%/images/flags/turkmenistan.gif -%%WWWDIR%%/images/flags/turks and caicos islands.gif -%%WWWDIR%%/images/flags/tuvalu.gif -%%WWWDIR%%/images/flags/uganda.gif -%%WWWDIR%%/images/flags/ukraine.gif -%%WWWDIR%%/images/flags/united arab emirates.gif -%%WWWDIR%%/images/flags/united kingdom.gif -%%WWWDIR%%/images/flags/united nations.gif -%%WWWDIR%%/images/flags/upper volta.gif -%%WWWDIR%%/images/flags/uruguay.gif -%%WWWDIR%%/images/flags/us minor outlying islands.gif -%%WWWDIR%%/images/flags/usa.gif -%%WWWDIR%%/images/flags/ussr.gif -%%WWWDIR%%/images/flags/uzbekistan.gif -%%WWWDIR%%/images/flags/vanuatu.gif -%%WWWDIR%%/images/flags/vatican.gif -%%WWWDIR%%/images/flags/venezuela.gif -%%WWWDIR%%/images/flags/vi.gif -%%WWWDIR%%/images/flags/vietnam (south).gif -%%WWWDIR%%/images/flags/vietnam.gif -%%WWWDIR%%/images/flags/virgin islands (british).gif -%%WWWDIR%%/images/flags/virgin islands (us).gif -%%WWWDIR%%/images/flags/wales.gif -%%WWWDIR%%/images/flags/wallis and futuna.gif -%%WWWDIR%%/images/flags/west africa.gif -%%WWWDIR%%/images/flags/west indies.gif -%%WWWDIR%%/images/flags/western sahara.gif -%%WWWDIR%%/images/flags/yemen.gif -%%WWWDIR%%/images/flags/yugoslavia.gif -%%WWWDIR%%/images/flags/zaire.gif -%%WWWDIR%%/images/flags/zambia.gif -%%WWWDIR%%/images/flags/zh.gif -%%WWWDIR%%/images/flags/zimbabwe.gif -%%WWWDIR%%/images/flags/åland islands.gif -%%WWWDIR%%/images/forbidden.gif -%%WWWDIR%%/images/gedcom.gif -%%WWWDIR%%/images/gedview.gif -%%WWWDIR%%/images/hcal.png -%%WWWDIR%%/images/help.gif -%%WWWDIR%%/images/hline.gif -%%WWWDIR%%/images/hourglass.gif -%%WWWDIR%%/images/indicator.gif -%%WWWDIR%%/images/indis.gif -%%WWWDIR%%/images/larrow.gif -%%WWWDIR%%/images/larrow2.gif -%%WWWDIR%%/images/ldarrow.gif -%%WWWDIR%%/images/loading.gif -%%WWWDIR%%/images/lsdnarrow.gif -%%WWWDIR%%/images/lsltarrow.gif -%%WWWDIR%%/images/lsrtarrow.gif -%%WWWDIR%%/images/lsuparrow.gif -%%WWWDIR%%/images/male.gif -%%WWWDIR%%/images/mapq.gif -%%WWWDIR%%/images/media.gif -%%WWWDIR%%/images/media/audio.png -%%WWWDIR%%/images/media/doc.gif -%%WWWDIR%%/images/media/flash.png -%%WWWDIR%%/images/media/flashrem.png -%%WWWDIR%%/images/media/ged.gif -%%WWWDIR%%/images/media/globe.png -%%WWWDIR%%/images/media/html.gif -%%WWWDIR%%/images/media/pdf.gif -%%WWWDIR%%/images/media/picasa.png -%%WWWDIR%%/images/media/tex.gif -%%WWWDIR%%/images/media/wmv.png -%%WWWDIR%%/images/media/wmvrem.png -%%WWWDIR%%/images/menu_gallery.gif -%%WWWDIR%%/images/menu_punbb.gif -%%WWWDIR%%/images/menu_research.gif -%%WWWDIR%%/images/minus.gif -%%WWWDIR%%/images/move.gif -%%WWWDIR%%/images/multim.gif -%%WWWDIR%%/images/notes.gif -%%WWWDIR%%/images/patriarch.gif -%%WWWDIR%%/images/pedigree.gif -%%WWWDIR%%/images/pix1.gif -%%WWWDIR%%/images/place.gif -%%WWWDIR%%/images/plus.gif -%%WWWDIR%%/images/rarrow.gif -%%WWWDIR%%/images/rarrow2.gif -%%WWWDIR%%/images/rdarrow.gif -%%WWWDIR%%/images/relationship.gif -%%WWWDIR%%/images/reminder.gif -%%WWWDIR%%/images/remove-dis.png -%%WWWDIR%%/images/remove.gif -%%WWWDIR%%/images/reports.gif -%%WWWDIR%%/images/repository.gif -%%WWWDIR%%/images/search.gif -%%WWWDIR%%/images/selected.png -%%WWWDIR%%/images/sfamily.gif -%%WWWDIR%%/images/small/admin.gif -%%WWWDIR%%/images/small/ancestry.gif -%%WWWDIR%%/images/small/calendar.gif -%%WWWDIR%%/images/small/cfamily.gif -%%WWWDIR%%/images/small/childless.gif -%%WWWDIR%%/images/small/clippings.gif -%%WWWDIR%%/images/small/descendancy.gif -%%WWWDIR%%/images/small/edit_fam.gif -%%WWWDIR%%/images/small/edit_indi.gif -%%WWWDIR%%/images/small/edit_repo.gif -%%WWWDIR%%/images/small/edit_sour.gif -%%WWWDIR%%/images/small/fambook.gif -%%WWWDIR%%/images/small/fanchart.gif -%%WWWDIR%%/images/small/fe_male.gif -%%WWWDIR%%/images/small/female.gif -%%WWWDIR%%/images/small/gedcom.gif -%%WWWDIR%%/images/small/help.gif -%%WWWDIR%%/images/small/hourglass.gif -%%WWWDIR%%/images/small/indis.gif -%%WWWDIR%%/images/small/male.gif -%%WWWDIR%%/images/small/media.gif -%%WWWDIR%%/images/small/my_gedview.gif -%%WWWDIR%%/images/small/notes.gif -%%WWWDIR%%/images/small/patriarch.gif -%%WWWDIR%%/images/small/pedigree.gif -%%WWWDIR%%/images/small/place.gif -%%WWWDIR%%/images/small/relationship.gif -%%WWWDIR%%/images/small/reports.gif -%%WWWDIR%%/images/small/repository.gif -%%WWWDIR%%/images/small/rings.gif -%%WWWDIR%%/images/small/search.gif -%%WWWDIR%%/images/small/sfamily.gif -%%WWWDIR%%/images/small/source.gif -%%WWWDIR%%/images/small/statistic.gif -%%WWWDIR%%/images/small/timeline.gif -%%WWWDIR%%/images/source.gif -%%WWWDIR%%/images/spacer.gif -%%WWWDIR%%/images/statistic.gif -%%WWWDIR%%/images/stop.gif -%%WWWDIR%%/images/terrasrv.gif -%%WWWDIR%%/images/timeline.gif -%%WWWDIR%%/images/timelineChunk.gif -%%WWWDIR%%/images/topdown.gif -%%WWWDIR%%/images/trashcan.gif -%%WWWDIR%%/images/uarrow.gif -%%WWWDIR%%/images/uarrow2.gif -%%WWWDIR%%/images/uarrow3.gif -%%WWWDIR%%/images/udarrow.gif -%%WWWDIR%%/images/video.png -%%WWWDIR%%/images/vline.gif -%%WWWDIR%%/images/warning.gif -%%WWWDIR%%/images/xml.gif -%%WWWDIR%%/images/zoomin.gif -%%WWWDIR%%/images/zoomout.gif -%%WWWDIR%%/imageview.php -%%WWWDIR%%/includes/.htaccess -%%WWWDIR%%/includes/accesskeyHeaders.php -%%WWWDIR%%/includes/authentication.php -%%WWWDIR%%/includes/class.phpmailer.php -%%WWWDIR%%/includes/class.smtp.php -%%WWWDIR%%/includes/classes/class_date.php -%%WWWDIR%%/includes/classes/class_event.php -%%WWWDIR%%/includes/classes/class_family.php -%%WWWDIR%%/includes/classes/class_feedcreator.php -%%WWWDIR%%/includes/classes/class_geclippings.php -%%WWWDIR%%/includes/classes/class_gedcomrecord.php -%%WWWDIR%%/includes/classes/class_gedownloadgedcom.php -%%WWWDIR%%/includes/classes/class_gewebservice.php -%%WWWDIR%%/includes/classes/class_grampsexport.php -%%WWWDIR%%/includes/classes/class_localclient.php -%%WWWDIR%%/includes/classes/class_media.php -%%WWWDIR%%/includes/classes/class_menu.php -%%WWWDIR%%/includes/classes/class_menubar.php -%%WWWDIR%%/includes/classes/class_mutex.php -%%WWWDIR%%/includes/classes/class_note.php -%%WWWDIR%%/includes/classes/class_person.php -%%WWWDIR%%/includes/classes/class_pgv_db.php -%%WWWDIR%%/includes/classes/class_reportbase.php -%%WWWDIR%%/includes/classes/class_reporthtml.php -%%WWWDIR%%/includes/classes/class_reportpdf.php -%%WWWDIR%%/includes/classes/class_repository.php -%%WWWDIR%%/includes/classes/class_serviceclient.php -%%WWWDIR%%/includes/classes/class_source.php -%%WWWDIR%%/includes/classes/class_stats.php -%%WWWDIR%%/includes/classes/class_stats_compat.php -%%WWWDIR%%/includes/classes/class_stats_ui.php -%%WWWDIR%%/includes/classes/class_treenav.php -%%WWWDIR%%/includes/controllers/advancedsearch_ctrl.php -%%WWWDIR%%/includes/controllers/ancestry_ctrl.php -%%WWWDIR%%/includes/controllers/basecontrol.php -%%WWWDIR%%/includes/controllers/clippings_ctrl.php -%%WWWDIR%%/includes/controllers/descendancy_ctrl.php -%%WWWDIR%%/includes/controllers/family_ctrl.php -%%WWWDIR%%/includes/controllers/hourglass_ctrl.php -%%WWWDIR%%/includes/controllers/individual_ctrl.php -%%WWWDIR%%/includes/controllers/lifespan_ctrl.php -%%WWWDIR%%/includes/controllers/media_ctrl.php -%%WWWDIR%%/includes/controllers/note_ctrl.php -%%WWWDIR%%/includes/controllers/pedigree_ctrl.php -%%WWWDIR%%/includes/controllers/remotelink_ctrl.php -%%WWWDIR%%/includes/controllers/repository_ctrl.php -%%WWWDIR%%/includes/controllers/search_ctrl.php -%%WWWDIR%%/includes/controllers/source_ctrl.php -%%WWWDIR%%/includes/controllers/timeline_ctrl.php -%%WWWDIR%%/includes/controllers/usermigrate_ctrl.php -%%WWWDIR%%/includes/cssparser.inc.php -%%WWWDIR%%/includes/db_schema/db_schema_0_1.php -%%WWWDIR%%/includes/db_schema/db_schema_1_2.php -%%WWWDIR%%/includes/db_schema/db_schema_2_3.php -%%WWWDIR%%/includes/db_schema/db_schema_3_4.php -%%WWWDIR%%/includes/db_schema/db_schema_4_5.php -%%WWWDIR%%/includes/db_schema/db_schema_5_6.php -%%WWWDIR%%/includes/db_schema/db_schema_6_7.php -%%WWWDIR%%/includes/db_schema/db_schema_7_8.php -%%WWWDIR%%/includes/db_schema/db_schema_8_9.php -%%WWWDIR%%/includes/db_schema/db_schema_9_10.php -%%WWWDIR%%/includes/dmsounds_UTF8.php -%%WWWDIR%%/includes/extras/functions.ar.php -%%WWWDIR%%/includes/extras/functions.de.php -%%WWWDIR%%/includes/extras/functions.el.php -%%WWWDIR%%/includes/extras/functions.en.php -%%WWWDIR%%/includes/extras/functions.fi.php -%%WWWDIR%%/includes/extras/functions.fr.php -%%WWWDIR%%/includes/extras/functions.pl.php -%%WWWDIR%%/includes/extras/functions.sl.php -%%WWWDIR%%/includes/extras/functions.tr.php -%%WWWDIR%%/includes/extras/sample_custom_welcome_menu.php -%%WWWDIR%%/includes/extras/sample_optional_menu.php -%%WWWDIR%%/includes/family_nav.php -%%WWWDIR%%/includes/fonts/DejaVuSans.ttf -%%WWWDIR%%/includes/fonts/LICENSE -%%WWWDIR%%/includes/functions/functions.php -%%WWWDIR%%/includes/functions/functions_UTF8.php -%%WWWDIR%%/includes/functions/functions_charts.php -%%WWWDIR%%/includes/functions/functions_date.php -%%WWWDIR%%/includes/functions/functions_db.php -%%WWWDIR%%/includes/functions/functions_edit.php -%%WWWDIR%%/includes/functions/functions_editlang.php -%%WWWDIR%%/includes/functions/functions_export.php -%%WWWDIR%%/includes/functions/functions_import.php -%%WWWDIR%%/includes/functions/functions_lang.php -%%WWWDIR%%/includes/functions/functions_mail.php -%%WWWDIR%%/includes/functions/functions_media_reorder.php -%%WWWDIR%%/includes/functions/functions_mediadb.php -%%WWWDIR%%/includes/functions/functions_name.php -%%WWWDIR%%/includes/functions/functions_places.php -%%WWWDIR%%/includes/functions/functions_print.php -%%WWWDIR%%/includes/functions/functions_print_facts.php -%%WWWDIR%%/includes/functions/functions_print_lists.php -%%WWWDIR%%/includes/functions/functions_privacy.php -%%WWWDIR%%/includes/functions/functions_rss.php -%%WWWDIR%%/includes/functions/functions_rtl.php -%%WWWDIR%%/includes/functions/functions_tools.php -%%WWWDIR%%/includes/grampsxml.rng -%%WWWDIR%%/includes/help_text_vars.php -%%WWWDIR%%/includes/hitcount.php -%%WWWDIR%%/includes/index_cache.php -%%WWWDIR%%/includes/lang_codes_std.php -%%WWWDIR%%/includes/lang_settings_std.php -%%WWWDIR%%/includes/media_reorder.php -%%WWWDIR%%/includes/media_reorder_count.php -%%WWWDIR%%/includes/media_tab_head.php -%%WWWDIR%%/includes/pclzip.lib.php -%%WWWDIR%%/includes/reportheader.php -%%WWWDIR%%/includes/session.php -%%WWWDIR%%/includes/session_spider.php -%%WWWDIR%%/includes/sort_tables_utf8.php -%%WWWDIR%%/includes/specialchars.php -%%WWWDIR%%/includes/templecodes.php -%%WWWDIR%%/index.php -%%WWWDIR%%/index/.htaccess -%%WWWDIR%%/index/index.php -%%WWWDIR%%/index_edit.php -%%WWWDIR%%/indilist.php -%%WWWDIR%%/individual.php -%%WWWDIR%%/install.php -%%WWWDIR%%/inverselink.php -%%WWWDIR%%/js/autocomplete.js.htm -%%WWWDIR%%/js/behaviour.js.htm -%%WWWDIR%%/js/bennolan/behaviour.js -%%WWWDIR%%/js/bosrup/overlib.js -%%WWWDIR%%/js/bosrup/overlib_mini.js -%%WWWDIR%%/js/conio/prototype.js -%%WWWDIR%%/js/dhtmlXTabbar.js.htm -%%WWWDIR%%/js/jquery/jquery.ajaxQueue.js -%%WWWDIR%%/js/jquery/jquery.autocomplete.js -%%WWWDIR%%/js/jquery/jquery.min.js -%%WWWDIR%%/js/kryogenix/locale.js -%%WWWDIR%%/js/kryogenix/sorttable.js -%%WWWDIR%%/js/kryogenix/sorttable_filter.js -%%WWWDIR%%/js/overlib.js.htm -%%WWWDIR%%/js/phpgedview.js -%%WWWDIR%%/js/prototype.js.htm -%%WWWDIR%%/js/scbr/dhtmlXTabbar/css/dhtmlXTabbar.css -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/bottom/a_left.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/bottom/a_middle.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/bottom/a_right.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/bottom/p_left.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/bottom/p_left_skos.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/bottom/p_middle.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/bottom/p_right.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/bottom/p_right_skos.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/left/a_left.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/left/a_middle.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/left/a_right.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/left/p_left.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/left/p_middle.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/left/p_right.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/loading.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right/a_left.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right/a_middle.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right/a_right.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right/p_left.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right/p_middle.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right/p_right.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/scrl_b.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/scrl_l.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/scrl_r.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/scrl_t.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/th_dhtmlxtabbar.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/a_left.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/a_middle.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/a_right.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/_p_middle_over.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/a_left.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/a_middle.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/a_right.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/p_left.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/p_middle.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/p_middle_over.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses/p_right.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/p_left.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/p_left_skos.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/p_middle.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/p_right.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/p_right_skos.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/a_left.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/a_left_skos.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/a_middle.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/a_right.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/a_right_skos.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/p_left.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/p_left_skos.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/p_middle.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/p_middle_over.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/p_right.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg/p_right_skos.gif -%%WWWDIR%%/js/scbr/dhtmlXTabbar/js/dhtmlXCommon.js -%%WWWDIR%%/js/scbr/dhtmlXTabbar/js/dhtmlXTabbar.js -%%WWWDIR%%/js/scbr/dhtmlXTabbar/js/dhtmlXTabbar_start.js -%%WWWDIR%%/js/scriptaculous.js.htm -%%WWWDIR%%/js/scriptaculous/CHANGELOG -%%WWWDIR%%/js/scriptaculous/MIT-LICENSE -%%WWWDIR%%/js/scriptaculous/README -%%WWWDIR%%/js/scriptaculous/builder.js -%%WWWDIR%%/js/scriptaculous/controls.js -%%WWWDIR%%/js/scriptaculous/dragdrop.js -%%WWWDIR%%/js/scriptaculous/effects.js -%%WWWDIR%%/js/scriptaculous/scriptaculous.js -%%WWWDIR%%/js/scriptaculous/slider.js -%%WWWDIR%%/js/scriptaculous/sound.js -%%WWWDIR%%/js/sorttable.js.htm -%%WWWDIR%%/js/strings.js -%%WWWDIR%%/js/translate.js -%%WWWDIR%%/js/treenav.js -%%WWWDIR%%/languages/.htaccess -%%WWWDIR%%/languages/admin.de.php -%%WWWDIR%%/languages/admin.en.php -%%WWWDIR%%/languages/admin.fr.php -%%WWWDIR%%/languages/admin.he.php -%%WWWDIR%%/languages/admin.nl.php -%%WWWDIR%%/languages/admin.no.php -%%WWWDIR%%/languages/admin.sv.php -%%WWWDIR%%/languages/configure_help.de.php -%%WWWDIR%%/languages/configure_help.en.php -%%WWWDIR%%/languages/configure_help.fr.php -%%WWWDIR%%/languages/configure_help.he.php -%%WWWDIR%%/languages/configure_help.nl.php -%%WWWDIR%%/languages/configure_help.no.php -%%WWWDIR%%/languages/configure_help.sv.php -%%WWWDIR%%/languages/countries.de.php -%%WWWDIR%%/languages/countries.en.php -%%WWWDIR%%/languages/countries.fr.php -%%WWWDIR%%/languages/countries.he.php -%%WWWDIR%%/languages/countries.nl.php -%%WWWDIR%%/languages/countries.no.php -%%WWWDIR%%/languages/countries.sv.php -%%WWWDIR%%/languages/editor.de.php -%%WWWDIR%%/languages/editor.en.php -%%WWWDIR%%/languages/editor.fr.php -%%WWWDIR%%/languages/editor.he.php -%%WWWDIR%%/languages/editor.nl.php -%%WWWDIR%%/languages/editor.no.php -%%WWWDIR%%/languages/editor.sv.php -%%WWWDIR%%/languages/facts.de.php -%%WWWDIR%%/languages/facts.en.php -%%WWWDIR%%/languages/facts.fr.php -%%WWWDIR%%/languages/facts.he.php -%%WWWDIR%%/languages/facts.nl.php -%%WWWDIR%%/languages/facts.no.php -%%WWWDIR%%/languages/facts.sv.php -%%WWWDIR%%/languages/faqlist.de.php -%%WWWDIR%%/languages/faqlist.en.php -%%WWWDIR%%/languages/faqlist.fr.php -%%WWWDIR%%/languages/faqlist.he.php -%%WWWDIR%%/languages/faqlist.nl.php -%%WWWDIR%%/languages/faqlist.no.php -%%WWWDIR%%/languages/faqlist.sv.php -%%WWWDIR%%/languages/help_text.de.php -%%WWWDIR%%/languages/help_text.en.php -%%WWWDIR%%/languages/help_text.fr.php -%%WWWDIR%%/languages/help_text.he.php -%%WWWDIR%%/languages/help_text.nl.php -%%WWWDIR%%/languages/help_text.no.php -%%WWWDIR%%/languages/help_text.sv.php -%%WWWDIR%%/languages/lang.de.php -%%WWWDIR%%/languages/lang.en.php -%%WWWDIR%%/languages/lang.fr.php -%%WWWDIR%%/languages/lang.he.php -%%WWWDIR%%/languages/lang.nl.php -%%WWWDIR%%/languages/lang.no.php -%%WWWDIR%%/languages/lang.sv.php -%%WWWDIR%%/lifespan.php -%%WWWDIR%%/login.php -%%WWWDIR%%/login_register.php -%%WWWDIR%%/manageservers.php -%%WWWDIR%%/media.php -%%WWWDIR%%/media/MediaInfo.txt -%%WWWDIR%%/media/index.php -%%WWWDIR%%/media/thumbs/ThumbsInfo.txt -%%WWWDIR%%/media/thumbs/index.php -%%WWWDIR%%/mediafirewall.php -%%WWWDIR%%/medialist.php -%%WWWDIR%%/mediaviewer.php -%%WWWDIR%%/message.php -%%WWWDIR%%/module.php -%%WWWDIR%%/modules/readme.txt -%%WWWDIR%%/mosgedview.php -%%WWWDIR%%/note.php -%%WWWDIR%%/notelist.php -%%WWWDIR%%/opensearch.php -%%WWWDIR%%/pedigree.php -%%WWWDIR%%/pgvinfo.php -%%WWWDIR%%/placelist.php -%%WWWDIR%%/places/acdropdown.js -%%WWWDIR%%/places/arrowdown.gif -%%WWWDIR%%/places/dropdown.css -%%WWWDIR%%/places/getdata.php -%%WWWDIR%%/places/getobject.js -%%WWWDIR%%/places/modomt.js -%%WWWDIR%%/places/xmlextras.js -%%WWWDIR%%/postgedview.php -%%WWWDIR%%/printlog.php -%%WWWDIR%%/privacy.php -%%WWWDIR%%/readme.txt -%%WWWDIR%%/relationship.php -%%WWWDIR%%/repo.php -%%WWWDIR%%/repolist.php -%%WWWDIR%%/reportengine.php -%%WWWDIR%%/reports/.htaccess -%%WWWDIR%%/reports/addresslabels.xml -%%WWWDIR%%/reports/addresslist.xml -%%WWWDIR%%/reports/ahnentafel.xml -%%WWWDIR%%/reports/bdmlist.xml -%%WWWDIR%%/reports/birthlist.xml -%%WWWDIR%%/reports/cemeterylist.xml -%%WWWDIR%%/reports/changelist.xml -%%WWWDIR%%/reports/deathlist.xml -%%WWWDIR%%/reports/descendancy.xml -%%WWWDIR%%/reports/familygroup.xml -%%WWWDIR%%/reports/individual.xml -%%WWWDIR%%/reports/individuale.xml -%%WWWDIR%%/reports/marrlist.xml -%%WWWDIR%%/reports/missing.xml -%%WWWDIR%%/reports/pedigree.xml -%%WWWDIR%%/reports/pedigree_l.xml -%%WWWDIR%%/reports/relativelist.xml -%%WWWDIR%%/reports/relativelist_ext.xml -%%WWWDIR%%/reports/sourcelist.xml -%%WWWDIR%%/rss.php -%%WWWDIR%%/search.php -%%WWWDIR%%/search_advanced.php -%%WWWDIR%%/search_engine.php -%%WWWDIR%%/searchhelp.php -%%WWWDIR%%/serviceClientTest.php -%%WWWDIR%%/source.php -%%WWWDIR%%/sourcelist.php -%%WWWDIR%%/statistics.php -%%WWWDIR%%/statisticsplot.php -%%WWWDIR%%/tcpdf/CHANGELOG.TXT -%%WWWDIR%%/tcpdf/LICENSE.TXT -%%WWWDIR%%/tcpdf/README.TXT -%%WWWDIR%%/tcpdf/config/lang/eng.php -%%WWWDIR%%/tcpdf/config/lang/ita.php -%%WWWDIR%%/tcpdf/config/tcpdf_config.php -%%WWWDIR%%/tcpdf/fonts/arialunicid0.php -%%WWWDIR%%/tcpdf/fonts/dejavusans.ctg.z -%%WWWDIR%%/tcpdf/fonts/dejavusans.php -%%WWWDIR%%/tcpdf/fonts/dejavusans.z -%%WWWDIR%%/tcpdf/fonts/dejavusansb.ctg.z -%%WWWDIR%%/tcpdf/fonts/dejavusansb.php -%%WWWDIR%%/tcpdf/fonts/dejavusansb.z -%%WWWDIR%%/tcpdf/fonts/dejavusansbi.ctg.z -%%WWWDIR%%/tcpdf/fonts/dejavusansbi.php -%%WWWDIR%%/tcpdf/fonts/dejavusansbi.z -%%WWWDIR%%/tcpdf/fonts/dejavusansi.ctg.z -%%WWWDIR%%/tcpdf/fonts/dejavusansi.php -%%WWWDIR%%/tcpdf/fonts/dejavusansi.z -%%WWWDIR%%/tcpdf/fonts/helvetica.php -%%WWWDIR%%/tcpdf/fonts/helveticab.php -%%WWWDIR%%/tcpdf/fonts/helveticabi.php -%%WWWDIR%%/tcpdf/fonts/helveticai.php -%%WWWDIR%%/tcpdf/fonts/uni2cid_aj16.php -%%WWWDIR%%/tcpdf/htmlcolors.php -%%WWWDIR%%/tcpdf/tcpdf.php -%%WWWDIR%%/tcpdf/unicode_data.php -%%WWWDIR%%/themechange.php -%%WWWDIR%%/themes/cloudy/footer.php -%%WWWDIR%%/themes/cloudy/header.php -%%WWWDIR%%/themes/cloudy/images/add.gif -%%WWWDIR%%/themes/cloudy/images/ancestry.gif -%%WWWDIR%%/themes/cloudy/images/background.jpg -%%WWWDIR%%/themes/cloudy/images/barra.gif -%%WWWDIR%%/themes/cloudy/images/blokcontent.gif -%%WWWDIR%%/themes/cloudy/images/blokfooter.gif -%%WWWDIR%%/themes/cloudy/images/blokheader.gif -%%WWWDIR%%/themes/cloudy/images/buttons/addmedia.gif -%%WWWDIR%%/themes/cloudy/images/buttons/addnote.gif -%%WWWDIR%%/themes/cloudy/images/buttons/addrepository.gif -%%WWWDIR%%/themes/cloudy/images/buttons/addsource.gif -%%WWWDIR%%/themes/cloudy/images/buttons/calendar.gif -%%WWWDIR%%/themes/cloudy/images/buttons/family.gif -%%WWWDIR%%/themes/cloudy/images/buttons/head.gif -%%WWWDIR%%/themes/cloudy/images/buttons/indi.gif -%%WWWDIR%%/themes/cloudy/images/buttons/keyboard.gif -%%WWWDIR%%/themes/cloudy/images/buttons/media.gif -%%WWWDIR%%/themes/cloudy/images/buttons/note.gif -%%WWWDIR%%/themes/cloudy/images/buttons/place.gif -%%WWWDIR%%/themes/cloudy/images/buttons/repository.gif -%%WWWDIR%%/themes/cloudy/images/buttons/source.gif -%%WWWDIR%%/themes/cloudy/images/cabeza.jpg -%%WWWDIR%%/themes/cloudy/images/calendar.gif -%%WWWDIR%%/themes/cloudy/images/cfamily.gif -%%WWWDIR%%/themes/cloudy/images/clippings.gif -%%WWWDIR%%/themes/cloudy/images/clouds.gif -%%WWWDIR%%/themes/cloudy/images/darrow.gif -%%WWWDIR%%/themes/cloudy/images/darrow2.gif -%%WWWDIR%%/themes/cloudy/images/ddarrow.gif -%%WWWDIR%%/themes/cloudy/images/descendancy.gif -%%WWWDIR%%/themes/cloudy/images/dline.gif -%%WWWDIR%%/themes/cloudy/images/dline2.gif -%%WWWDIR%%/themes/cloudy/images/favicon.ico -%%WWWDIR%%/themes/cloudy/images/fe_male.gif -%%WWWDIR%%/themes/cloudy/images/female.gif -%%WWWDIR%%/themes/cloudy/images/gedcom.gif -%%WWWDIR%%/themes/cloudy/images/gedview.gif -%%WWWDIR%%/themes/cloudy/images/go.gif -%%WWWDIR%%/themes/cloudy/images/help.gif -%%WWWDIR%%/themes/cloudy/images/hline.gif -%%WWWDIR%%/themes/cloudy/images/home.gif -%%WWWDIR%%/themes/cloudy/images/indis.gif -%%WWWDIR%%/themes/cloudy/images/larrow.gif -%%WWWDIR%%/themes/cloudy/images/larrow2.gif -%%WWWDIR%%/themes/cloudy/images/ldarrow.gif -%%WWWDIR%%/themes/cloudy/images/left1B.gif -%%WWWDIR%%/themes/cloudy/images/left1G.gif -%%WWWDIR%%/themes/cloudy/images/left1R.gif -%%WWWDIR%%/themes/cloudy/images/left2.gif -%%WWWDIR%%/themes/cloudy/images/left3.gif -%%WWWDIR%%/themes/cloudy/images/left4.gif -%%WWWDIR%%/themes/cloudy/images/left5.gif -%%WWWDIR%%/themes/cloudy/images/left6.gif -%%WWWDIR%%/themes/cloudy/images/left7.gif -%%WWWDIR%%/themes/cloudy/images/left8.gif -%%WWWDIR%%/themes/cloudy/images/left9.gif -%%WWWDIR%%/themes/cloudy/images/lgradient.jpg -%%WWWDIR%%/themes/cloudy/images/li.gif -%%WWWDIR%%/themes/cloudy/images/lists.gif -%%WWWDIR%%/themes/cloudy/images/loading.gif -%%WWWDIR%%/themes/cloudy/images/lsdnarrow.gif -%%WWWDIR%%/themes/cloudy/images/lsltarrow.gif -%%WWWDIR%%/themes/cloudy/images/lsrtarrow.gif -%%WWWDIR%%/themes/cloudy/images/lsuparrow.gif -%%WWWDIR%%/themes/cloudy/images/male.gif -%%WWWDIR%%/themes/cloudy/images/media.gif -%%WWWDIR%%/themes/cloudy/images/menu_gallery.gif -%%WWWDIR%%/themes/cloudy/images/menu_punbb.gif -%%WWWDIR%%/themes/cloudy/images/menu_repository.gif -%%WWWDIR%%/themes/cloudy/images/menu_research.gif -%%WWWDIR%%/themes/cloudy/images/menu_source.gif -%%WWWDIR%%/themes/cloudy/images/minus.gif -%%WWWDIR%%/themes/cloudy/images/move.gif -%%WWWDIR%%/themes/cloudy/images/my_gedview.gif -%%WWWDIR%%/themes/cloudy/images/notes.gif -%%WWWDIR%%/themes/cloudy/images/pedigree.gif -%%WWWDIR%%/themes/cloudy/images/pixel.gif -%%WWWDIR%%/themes/cloudy/images/place.gif -%%WWWDIR%%/themes/cloudy/images/plus.gif -%%WWWDIR%%/themes/cloudy/images/printer.gif -%%WWWDIR%%/themes/cloudy/images/puntos.gif -%%WWWDIR%%/themes/cloudy/images/puntos2.gif -%%WWWDIR%%/themes/cloudy/images/rarrow.gif -%%WWWDIR%%/themes/cloudy/images/rarrow2.gif -%%WWWDIR%%/themes/cloudy/images/rdarrow.gif -%%WWWDIR%%/themes/cloudy/images/readme.txt -%%WWWDIR%%/themes/cloudy/images/reedme.txt -%%WWWDIR%%/themes/cloudy/images/relationship.gif -%%WWWDIR%%/themes/cloudy/images/remove.gif -%%WWWDIR%%/themes/cloudy/images/report.gif -%%WWWDIR%%/themes/cloudy/images/repository.gif -%%WWWDIR%%/themes/cloudy/images/right1B.gif -%%WWWDIR%%/themes/cloudy/images/right1G.gif -%%WWWDIR%%/themes/cloudy/images/right1R.gif -%%WWWDIR%%/themes/cloudy/images/right3.gif -%%WWWDIR%%/themes/cloudy/images/search.gif -%%WWWDIR%%/themes/cloudy/images/sfamily.gif -%%WWWDIR%%/themes/cloudy/images/small/admin.gif -%%WWWDIR%%/themes/cloudy/images/small/ancestry.gif -%%WWWDIR%%/themes/cloudy/images/small/calendar.gif -%%WWWDIR%%/themes/cloudy/images/small/cfamily.gif -%%WWWDIR%%/themes/cloudy/images/small/clippings.gif -%%WWWDIR%%/themes/cloudy/images/small/descendancy.gif -%%WWWDIR%%/themes/cloudy/images/small/edit_fam.gif -%%WWWDIR%%/themes/cloudy/images/small/edit_indi.gif -%%WWWDIR%%/themes/cloudy/images/small/edit_repo.gif -%%WWWDIR%%/themes/cloudy/images/small/edit_sour.gif -%%WWWDIR%%/themes/cloudy/images/small/fambook.gif -%%WWWDIR%%/themes/cloudy/images/small/fanchart.gif -%%WWWDIR%%/themes/cloudy/images/small/fav.gif -%%WWWDIR%%/themes/cloudy/images/small/fe_male.gif -%%WWWDIR%%/themes/cloudy/images/small/female.gif -%%WWWDIR%%/themes/cloudy/images/small/gedcom.gif -%%WWWDIR%%/themes/cloudy/images/small/help.gif -%%WWWDIR%%/themes/cloudy/images/small/home.gif -%%WWWDIR%%/themes/cloudy/images/small/hourglass.gif -%%WWWDIR%%/themes/cloudy/images/small/indis.gif -%%WWWDIR%%/themes/cloudy/images/small/lists.gif -%%WWWDIR%%/themes/cloudy/images/small/male.gif -%%WWWDIR%%/themes/cloudy/images/small/media.gif -%%WWWDIR%%/themes/cloudy/images/small/menu_help.gif -%%WWWDIR%%/themes/cloudy/images/small/menu_media.gif -%%WWWDIR%%/themes/cloudy/images/small/menu_repository.gif -%%WWWDIR%%/themes/cloudy/images/small/menu_source.gif -%%WWWDIR%%/themes/cloudy/images/small/my_gedview.gif -%%WWWDIR%%/themes/cloudy/images/small/notes.gif -%%WWWDIR%%/themes/cloudy/images/small/patriarch.gif -%%WWWDIR%%/themes/cloudy/images/small/pedigree.gif -%%WWWDIR%%/themes/cloudy/images/small/place.gif -%%WWWDIR%%/themes/cloudy/images/small/printer.gif -%%WWWDIR%%/themes/cloudy/images/small/relationship.gif -%%WWWDIR%%/themes/cloudy/images/small/report.gif -%%WWWDIR%%/themes/cloudy/images/small/repository.gif -%%WWWDIR%%/themes/cloudy/images/small/search.gif -%%WWWDIR%%/themes/cloudy/images/small/sfamily.gif -%%WWWDIR%%/themes/cloudy/images/small/source.gif -%%WWWDIR%%/themes/cloudy/images/small/statistic.gif -%%WWWDIR%%/themes/cloudy/images/small/timeline.gif -%%WWWDIR%%/themes/cloudy/images/sombra.gif -%%WWWDIR%%/themes/cloudy/images/source.gif -%%WWWDIR%%/themes/cloudy/images/spacer.gif -%%WWWDIR%%/themes/cloudy/images/stop.gif -%%WWWDIR%%/themes/cloudy/images/th_5.gif -%%WWWDIR%%/themes/cloudy/images/th_c4.gif -%%WWWDIR%%/themes/cloudy/images/timeline.gif -%%WWWDIR%%/themes/cloudy/images/uarrow.gif -%%WWWDIR%%/themes/cloudy/images/uarrow2.gif -%%WWWDIR%%/themes/cloudy/images/uarrow3.gif -%%WWWDIR%%/themes/cloudy/images/udarrow.gif -%%WWWDIR%%/themes/cloudy/images/vline.gif -%%WWWDIR%%/themes/cloudy/images/zoomin.gif -%%WWWDIR%%/themes/cloudy/images/zoomout.gif -%%WWWDIR%%/themes/cloudy/mozilla.css -%%WWWDIR%%/themes/cloudy/msie.css -%%WWWDIR%%/themes/cloudy/netscape.css -%%WWWDIR%%/themes/cloudy/opera.css -%%WWWDIR%%/themes/cloudy/print.css -%%WWWDIR%%/themes/cloudy/print_footer.php -%%WWWDIR%%/themes/cloudy/print_header.php -%%WWWDIR%%/themes/cloudy/style.css -%%WWWDIR%%/themes/cloudy/style_rtl.css -%%WWWDIR%%/themes/cloudy/templates/block_main_temp.php -%%WWWDIR%%/themes/cloudy/templates/block_small_temp.php -%%WWWDIR%%/themes/cloudy/templates/personbox_template.php -%%WWWDIR%%/themes/cloudy/theme.php -%%WWWDIR%%/themes/cloudy/toplinks.php -%%WWWDIR%%/themes/ocean/footer.php -%%WWWDIR%%/themes/ocean/header.jpg -%%WWWDIR%%/themes/ocean/header.php -%%WWWDIR%%/themes/ocean/mozilla.css -%%WWWDIR%%/themes/ocean/msie.css -%%WWWDIR%%/themes/ocean/netscape.css -%%WWWDIR%%/themes/ocean/opera.css -%%WWWDIR%%/themes/ocean/print.css -%%WWWDIR%%/themes/ocean/print_footer.php -%%WWWDIR%%/themes/ocean/print_header.php -%%WWWDIR%%/themes/ocean/style.css -%%WWWDIR%%/themes/ocean/style_rtl.css -%%WWWDIR%%/themes/ocean/templates/block_main_temp.php -%%WWWDIR%%/themes/ocean/templates/block_small_temp.php -%%WWWDIR%%/themes/ocean/templates/personbox_template.php -%%WWWDIR%%/themes/ocean/theme.php -%%WWWDIR%%/themes/ocean/toplinks.php -%%WWWDIR%%/themes/simplygreen/footer.php -%%WWWDIR%%/themes/simplygreen/header.php -%%WWWDIR%%/themes/simplygreen/images/add.gif -%%WWWDIR%%/themes/simplygreen/images/ancestry.gif -%%WWWDIR%%/themes/simplygreen/images/bannerimage.jpg -%%WWWDIR%%/themes/simplygreen/images/buttons/addmedia.gif -%%WWWDIR%%/themes/simplygreen/images/buttons/addnote.gif -%%WWWDIR%%/themes/simplygreen/images/buttons/addrepository.gif -%%WWWDIR%%/themes/simplygreen/images/buttons/addsource.gif -%%WWWDIR%%/themes/simplygreen/images/buttons/calendar.gif -%%WWWDIR%%/themes/simplygreen/images/buttons/family.gif -%%WWWDIR%%/themes/simplygreen/images/buttons/head.gif -%%WWWDIR%%/themes/simplygreen/images/buttons/indi.gif -%%WWWDIR%%/themes/simplygreen/images/buttons/keyboard.gif -%%WWWDIR%%/themes/simplygreen/images/buttons/media.gif -%%WWWDIR%%/themes/simplygreen/images/buttons/note.gif -%%WWWDIR%%/themes/simplygreen/images/buttons/place.gif -%%WWWDIR%%/themes/simplygreen/images/buttons/repository.gif -%%WWWDIR%%/themes/simplygreen/images/buttons/source.gif -%%WWWDIR%%/themes/simplygreen/images/calendar.gif -%%WWWDIR%%/themes/simplygreen/images/cfamily.gif -%%WWWDIR%%/themes/simplygreen/images/clippings.gif -%%WWWDIR%%/themes/simplygreen/images/darrow.gif -%%WWWDIR%%/themes/simplygreen/images/darrow2.gif -%%WWWDIR%%/themes/simplygreen/images/ddarrow.gif -%%WWWDIR%%/themes/simplygreen/images/descendancy.gif -%%WWWDIR%%/themes/simplygreen/images/dline.gif -%%WWWDIR%%/themes/simplygreen/images/dline2.gif -%%WWWDIR%%/themes/simplygreen/images/favicon.ico -%%WWWDIR%%/themes/simplygreen/images/fe_male.gif -%%WWWDIR%%/themes/simplygreen/images/female.gif -%%WWWDIR%%/themes/simplygreen/images/folder.gif -%%WWWDIR%%/themes/simplygreen/images/gedcom.gif -%%WWWDIR%%/themes/simplygreen/images/gedview.gif -%%WWWDIR%%/themes/simplygreen/images/greengradiant.gif -%%WWWDIR%%/themes/simplygreen/images/greengradiantrev.gif -%%WWWDIR%%/themes/simplygreen/images/greenwhitegradiant.gif -%%WWWDIR%%/themes/simplygreen/images/greenwhitegradiant2.gif -%%WWWDIR%%/themes/simplygreen/images/greenwhitegradiant2rev.gif -%%WWWDIR%%/themes/simplygreen/images/help.gif -%%WWWDIR%%/themes/simplygreen/images/hline.gif -%%WWWDIR%%/themes/simplygreen/images/indis.gif -%%WWWDIR%%/themes/simplygreen/images/larrow.gif -%%WWWDIR%%/themes/simplygreen/images/larrow2.gif -%%WWWDIR%%/themes/simplygreen/images/ldarrow.gif -%%WWWDIR%%/themes/simplygreen/images/lsdnarrow.gif -%%WWWDIR%%/themes/simplygreen/images/lsltarrow.gif -%%WWWDIR%%/themes/simplygreen/images/lsrtarrow.gif -%%WWWDIR%%/themes/simplygreen/images/lsuparrow.gif -%%WWWDIR%%/themes/simplygreen/images/male.gif -%%WWWDIR%%/themes/simplygreen/images/media.gif -%%WWWDIR%%/themes/simplygreen/images/minus.gif -%%WWWDIR%%/themes/simplygreen/images/move.gif -%%WWWDIR%%/themes/simplygreen/images/notes.gif -%%WWWDIR%%/themes/simplygreen/images/pedigree.gif -%%WWWDIR%%/themes/simplygreen/images/place.gif -%%WWWDIR%%/themes/simplygreen/images/plus.gif -%%WWWDIR%%/themes/simplygreen/images/rarrow.gif -%%WWWDIR%%/themes/simplygreen/images/rarrow2.gif -%%WWWDIR%%/themes/simplygreen/images/rdarrow.gif -%%WWWDIR%%/themes/simplygreen/images/relationship.gif -%%WWWDIR%%/themes/simplygreen/images/remove.gif -%%WWWDIR%%/themes/simplygreen/images/search.gif -%%WWWDIR%%/themes/simplygreen/images/sfamily.gif -%%WWWDIR%%/themes/simplygreen/images/small/admin.gif -%%WWWDIR%%/themes/simplygreen/images/small/ancestry.gif -%%WWWDIR%%/themes/simplygreen/images/small/calendar.gif -%%WWWDIR%%/themes/simplygreen/images/small/cfamily.gif -%%WWWDIR%%/themes/simplygreen/images/small/clippings.gif -%%WWWDIR%%/themes/simplygreen/images/small/descendancy.gif -%%WWWDIR%%/themes/simplygreen/images/small/fambook.gif -%%WWWDIR%%/themes/simplygreen/images/small/fanchart.gif -%%WWWDIR%%/themes/simplygreen/images/small/fe_male.gif -%%WWWDIR%%/themes/simplygreen/images/small/female.gif -%%WWWDIR%%/themes/simplygreen/images/small/gedcom.gif -%%WWWDIR%%/themes/simplygreen/images/small/help.gif -%%WWWDIR%%/themes/simplygreen/images/small/hourglass.gif -%%WWWDIR%%/themes/simplygreen/images/small/indis.gif -%%WWWDIR%%/themes/simplygreen/images/small/male.gif -%%WWWDIR%%/themes/simplygreen/images/small/media.gif -%%WWWDIR%%/themes/simplygreen/images/small/my_gedview.gif -%%WWWDIR%%/themes/simplygreen/images/small/notes.gif -%%WWWDIR%%/themes/simplygreen/images/small/pedigree.gif -%%WWWDIR%%/themes/simplygreen/images/small/place.gif -%%WWWDIR%%/themes/simplygreen/images/small/relationship.gif -%%WWWDIR%%/themes/simplygreen/images/small/repository.gif -%%WWWDIR%%/themes/simplygreen/images/small/search.gif -%%WWWDIR%%/themes/simplygreen/images/small/sfamily.gif -%%WWWDIR%%/themes/simplygreen/images/small/source.gif -%%WWWDIR%%/themes/simplygreen/images/small/statistic.gif -%%WWWDIR%%/themes/simplygreen/images/small/timeline.gif -%%WWWDIR%%/themes/simplygreen/images/source.gif -%%WWWDIR%%/themes/simplygreen/images/spacer.gif -%%WWWDIR%%/themes/simplygreen/images/statistic.gif -%%WWWDIR%%/themes/simplygreen/images/stop.gif -%%WWWDIR%%/themes/simplygreen/images/timeline.gif -%%WWWDIR%%/themes/simplygreen/images/transparent.gif -%%WWWDIR%%/themes/simplygreen/images/uarrow.gif -%%WWWDIR%%/themes/simplygreen/images/uarrow2.gif -%%WWWDIR%%/themes/simplygreen/images/uarrow3.gif -%%WWWDIR%%/themes/simplygreen/images/udarrow.gif -%%WWWDIR%%/themes/simplygreen/images/vline.gif -%%WWWDIR%%/themes/simplygreen/images/zoomin.gif -%%WWWDIR%%/themes/simplygreen/images/zoomout.gif -%%WWWDIR%%/themes/simplygreen/mozilla.css -%%WWWDIR%%/themes/simplygreen/msie.css -%%WWWDIR%%/themes/simplygreen/netscape.css -%%WWWDIR%%/themes/simplygreen/opera.css -%%WWWDIR%%/themes/simplygreen/print.css -%%WWWDIR%%/themes/simplygreen/print_footer.php -%%WWWDIR%%/themes/simplygreen/print_header.php -%%WWWDIR%%/themes/simplygreen/style.css -%%WWWDIR%%/themes/simplygreen/style_rtl.css -%%WWWDIR%%/themes/simplygreen/templates/block_main_temp.php -%%WWWDIR%%/themes/simplygreen/templates/block_small_temp.php -%%WWWDIR%%/themes/simplygreen/templates/personbox_template.php -%%WWWDIR%%/themes/simplygreen/theme.php -%%WWWDIR%%/themes/simplygreen/toplinks.php -%%WWWDIR%%/themes/standard/footer.php -%%WWWDIR%%/themes/standard/header.jpg -%%WWWDIR%%/themes/standard/header.php -%%WWWDIR%%/themes/standard/mozilla.css -%%WWWDIR%%/themes/standard/msie.css -%%WWWDIR%%/themes/standard/netscape.css -%%WWWDIR%%/themes/standard/opera.css -%%WWWDIR%%/themes/standard/print.css -%%WWWDIR%%/themes/standard/print_footer.php -%%WWWDIR%%/themes/standard/print_header.php -%%WWWDIR%%/themes/standard/style.css -%%WWWDIR%%/themes/standard/style_rtl.css -%%WWWDIR%%/themes/standard/templates/block_main_temp.php -%%WWWDIR%%/themes/standard/templates/block_small_temp.php -%%WWWDIR%%/themes/standard/templates/personbox_template.php -%%WWWDIR%%/themes/standard/theme.php -%%WWWDIR%%/themes/standard/toplinks.php -%%WWWDIR%%/themes/xenea/footer.php -%%WWWDIR%%/themes/xenea/header.php -%%WWWDIR%%/themes/xenea/images/add.gif -%%WWWDIR%%/themes/xenea/images/ancestry.gif -%%WWWDIR%%/themes/xenea/images/barra.gif -%%WWWDIR%%/themes/xenea/images/buttons/addmedia.gif -%%WWWDIR%%/themes/xenea/images/buttons/addnote.gif -%%WWWDIR%%/themes/xenea/images/buttons/addrepository.gif -%%WWWDIR%%/themes/xenea/images/buttons/addsource.gif -%%WWWDIR%%/themes/xenea/images/buttons/calendar.gif -%%WWWDIR%%/themes/xenea/images/buttons/family.gif -%%WWWDIR%%/themes/xenea/images/buttons/head.gif -%%WWWDIR%%/themes/xenea/images/buttons/indi.gif -%%WWWDIR%%/themes/xenea/images/buttons/keyboard.gif -%%WWWDIR%%/themes/xenea/images/buttons/media.gif -%%WWWDIR%%/themes/xenea/images/buttons/note.gif -%%WWWDIR%%/themes/xenea/images/buttons/place.gif -%%WWWDIR%%/themes/xenea/images/buttons/repository.gif -%%WWWDIR%%/themes/xenea/images/buttons/source.gif -%%WWWDIR%%/themes/xenea/images/cabeza.jpg -%%WWWDIR%%/themes/xenea/images/cabeza_rtl.jpg -%%WWWDIR%%/themes/xenea/images/calendar.gif -%%WWWDIR%%/themes/xenea/images/cfamily.gif -%%WWWDIR%%/themes/xenea/images/clippings.gif -%%WWWDIR%%/themes/xenea/images/darrow.gif -%%WWWDIR%%/themes/xenea/images/darrow2.gif -%%WWWDIR%%/themes/xenea/images/ddarrow.gif -%%WWWDIR%%/themes/xenea/images/descendancy.gif -%%WWWDIR%%/themes/xenea/images/dline.gif -%%WWWDIR%%/themes/xenea/images/dline2.gif -%%WWWDIR%%/themes/xenea/images/facts/ADDR.gif -%%WWWDIR%%/themes/xenea/images/facts/BAPM.gif -%%WWWDIR%%/themes/xenea/images/facts/BIRT.gif -%%WWWDIR%%/themes/xenea/images/facts/BURI.gif -%%WWWDIR%%/themes/xenea/images/facts/CEME.gif -%%WWWDIR%%/themes/xenea/images/facts/CHAN.gif -%%WWWDIR%%/themes/xenea/images/facts/CHR.gif -%%WWWDIR%%/themes/xenea/images/facts/DEAT.gif -%%WWWDIR%%/themes/xenea/images/facts/EDUC.gif -%%WWWDIR%%/themes/xenea/images/facts/ENGA.gif -%%WWWDIR%%/themes/xenea/images/facts/GRAD.gif -%%WWWDIR%%/themes/xenea/images/facts/MARR.gif -%%WWWDIR%%/themes/xenea/images/facts/OCCU.gif -%%WWWDIR%%/themes/xenea/images/facts/ORDN.gif -%%WWWDIR%%/themes/xenea/images/facts/PHON.gif -%%WWWDIR%%/themes/xenea/images/facts/RELA.gif -%%WWWDIR%%/themes/xenea/images/facts/RESI.gif -%%WWWDIR%%/themes/xenea/images/facts/_MDCL.gif -%%WWWDIR%%/themes/xenea/images/facts/_MILI.gif -%%WWWDIR%%/themes/xenea/images/favicon.ico -%%WWWDIR%%/themes/xenea/images/fe_male.gif -%%WWWDIR%%/themes/xenea/images/female.gif -%%WWWDIR%%/themes/xenea/images/gedcom.gif -%%WWWDIR%%/themes/xenea/images/gedview.gif -%%WWWDIR%%/themes/xenea/images/help.gif -%%WWWDIR%%/themes/xenea/images/hline.gif -%%WWWDIR%%/themes/xenea/images/home.gif -%%WWWDIR%%/themes/xenea/images/indis.gif -%%WWWDIR%%/themes/xenea/images/larrow.gif -%%WWWDIR%%/themes/xenea/images/larrow2.gif -%%WWWDIR%%/themes/xenea/images/ldarrow.gif -%%WWWDIR%%/themes/xenea/images/lsdnarrow.gif -%%WWWDIR%%/themes/xenea/images/lsltarrow.gif -%%WWWDIR%%/themes/xenea/images/lsrtarrow.gif -%%WWWDIR%%/themes/xenea/images/lsuparrow.gif -%%WWWDIR%%/themes/xenea/images/male.gif -%%WWWDIR%%/themes/xenea/images/media.gif -%%WWWDIR%%/themes/xenea/images/menu_gallery.gif -%%WWWDIR%%/themes/xenea/images/menu_punbb.gif -%%WWWDIR%%/themes/xenea/images/menu_research.gif -%%WWWDIR%%/themes/xenea/images/minus.gif -%%WWWDIR%%/themes/xenea/images/move.gif -%%WWWDIR%%/themes/xenea/images/my_gedview.gif -%%WWWDIR%%/themes/xenea/images/notes.gif -%%WWWDIR%%/themes/xenea/images/pedigree.gif -%%WWWDIR%%/themes/xenea/images/pixel.gif -%%WWWDIR%%/themes/xenea/images/place.gif -%%WWWDIR%%/themes/xenea/images/plus.gif -%%WWWDIR%%/themes/xenea/images/puntos.gif -%%WWWDIR%%/themes/xenea/images/puntos2.gif -%%WWWDIR%%/themes/xenea/images/rarrow.gif -%%WWWDIR%%/themes/xenea/images/rarrow2.gif -%%WWWDIR%%/themes/xenea/images/rdarrow.gif -%%WWWDIR%%/themes/xenea/images/readme.txt -%%WWWDIR%%/themes/xenea/images/relationship.gif -%%WWWDIR%%/themes/xenea/images/remove.gif -%%WWWDIR%%/themes/xenea/images/report.gif -%%WWWDIR%%/themes/xenea/images/repository.gif -%%WWWDIR%%/themes/xenea/images/search.gif -%%WWWDIR%%/themes/xenea/images/sfamily.gif -%%WWWDIR%%/themes/xenea/images/small/admin.gif -%%WWWDIR%%/themes/xenea/images/small/ancestry.gif -%%WWWDIR%%/themes/xenea/images/small/calendar.gif -%%WWWDIR%%/themes/xenea/images/small/cfamily.gif -%%WWWDIR%%/themes/xenea/images/small/clippings.gif -%%WWWDIR%%/themes/xenea/images/small/descendancy.gif -%%WWWDIR%%/themes/xenea/images/small/edit_fam.gif -%%WWWDIR%%/themes/xenea/images/small/edit_indi.gif -%%WWWDIR%%/themes/xenea/images/small/edit_repo.gif -%%WWWDIR%%/themes/xenea/images/small/edit_sour.gif -%%WWWDIR%%/themes/xenea/images/small/fambook.gif -%%WWWDIR%%/themes/xenea/images/small/fanchart.gif -%%WWWDIR%%/themes/xenea/images/small/fe_male.gif -%%WWWDIR%%/themes/xenea/images/small/female.gif -%%WWWDIR%%/themes/xenea/images/small/gedcom.gif -%%WWWDIR%%/themes/xenea/images/small/help.gif -%%WWWDIR%%/themes/xenea/images/small/home.gif -%%WWWDIR%%/themes/xenea/images/small/hourglass.gif -%%WWWDIR%%/themes/xenea/images/small/indis.gif -%%WWWDIR%%/themes/xenea/images/small/male.gif -%%WWWDIR%%/themes/xenea/images/small/media.gif -%%WWWDIR%%/themes/xenea/images/small/menu_help.gif -%%WWWDIR%%/themes/xenea/images/small/menu_media.gif -%%WWWDIR%%/themes/xenea/images/small/menu_repository.gif -%%WWWDIR%%/themes/xenea/images/small/menu_source.gif -%%WWWDIR%%/themes/xenea/images/small/my_gedview.gif -%%WWWDIR%%/themes/xenea/images/small/notes.gif -%%WWWDIR%%/themes/xenea/images/small/patriarch.gif -%%WWWDIR%%/themes/xenea/images/small/pedigree.gif -%%WWWDIR%%/themes/xenea/images/small/place.gif -%%WWWDIR%%/themes/xenea/images/small/relationship.gif -%%WWWDIR%%/themes/xenea/images/small/report.gif -%%WWWDIR%%/themes/xenea/images/small/repository.gif -%%WWWDIR%%/themes/xenea/images/small/search.gif -%%WWWDIR%%/themes/xenea/images/small/sfamily.gif -%%WWWDIR%%/themes/xenea/images/small/source.gif -%%WWWDIR%%/themes/xenea/images/small/statistic.gif -%%WWWDIR%%/themes/xenea/images/small/timeline.gif -%%WWWDIR%%/themes/xenea/images/sombra.gif -%%WWWDIR%%/themes/xenea/images/source.gif -%%WWWDIR%%/themes/xenea/images/spacer.gif -%%WWWDIR%%/themes/xenea/images/stop.gif -%%WWWDIR%%/themes/xenea/images/timeline.gif -%%WWWDIR%%/themes/xenea/images/uarrow.gif -%%WWWDIR%%/themes/xenea/images/uarrow2.gif -%%WWWDIR%%/themes/xenea/images/uarrow3.gif -%%WWWDIR%%/themes/xenea/images/udarrow.gif -%%WWWDIR%%/themes/xenea/images/vline.gif -%%WWWDIR%%/themes/xenea/images/zoomin.gif -%%WWWDIR%%/themes/xenea/images/zoomout.gif -%%WWWDIR%%/themes/xenea/mozilla.css -%%WWWDIR%%/themes/xenea/msie.css -%%WWWDIR%%/themes/xenea/netscape.css -%%WWWDIR%%/themes/xenea/opera.css -%%WWWDIR%%/themes/xenea/print.css -%%WWWDIR%%/themes/xenea/print_footer.php -%%WWWDIR%%/themes/xenea/print_header.php -%%WWWDIR%%/themes/xenea/style.css -%%WWWDIR%%/themes/xenea/style_rtl.css -%%WWWDIR%%/themes/xenea/templates/block_main_temp.php -%%WWWDIR%%/themes/xenea/templates/block_small_temp.php -%%WWWDIR%%/themes/xenea/templates/personbox_template.php -%%WWWDIR%%/themes/xenea/theme.php -%%WWWDIR%%/themes/xenea/toplinks.php -%%WWWDIR%%/timeline.php -%%WWWDIR%%/treenav.php -%%WWWDIR%%/uploadgedcom.php -%%WWWDIR%%/uploadmedia.php -%%WWWDIR%%/useradmin.php -%%WWWDIR%%/usermigrate.php -%%WWWDIR%%/usermigrate_cli.php -%%WWWDIR%%/webservice/.htaccess -%%WWWDIR%%/webservice/PGVServiceLogic.class.php -%%WWWDIR%%/webservice/genealogyService.php -@dirrm %%WWWDIR%%/SOAP/HTTP/Net -@dirrm %%WWWDIR%%/SOAP/HTTP/Request -@dirrm %%WWWDIR%%/SOAP/HTTP -@dirrm %%WWWDIR%%/SOAP/Net -@dirrm %%WWWDIR%%/SOAP/Server -@dirrm %%WWWDIR%%/SOAP/Transport -@dirrm %%WWWDIR%%/SOAP/Type -@dirrm %%WWWDIR%%/SOAP/tools -@dirrm %%WWWDIR%%/SOAP -@dirrm %%WWWDIR%%/blocks -@dirrm %%WWWDIR%%/hooks -@dirrm %%WWWDIR%%/images/buttons -@dirrm %%WWWDIR%%/images/flags -@dirrm %%WWWDIR%%/images/media -@dirrm %%WWWDIR%%/images/small -@dirrm %%WWWDIR%%/images -@dirrm %%WWWDIR%%/includes/classes -@dirrm %%WWWDIR%%/includes/controllers -@dirrm %%WWWDIR%%/includes/db_schema -@dirrm %%WWWDIR%%/includes/extras -@dirrm %%WWWDIR%%/includes/fonts -@dirrm %%WWWDIR%%/includes/functions -@dirrm %%WWWDIR%%/includes -@dirrmtry %%WWWDIR%%/index -@dirrm %%WWWDIR%%/js/bennolan -@dirrm %%WWWDIR%%/js/bosrup -@dirrm %%WWWDIR%%/js/conio -@dirrm %%WWWDIR%%/js/jquery -@dirrm %%WWWDIR%%/js/kryogenix -@dirrm %%WWWDIR%%/js/scbr/dhtmlXTabbar/css -@dirrm %%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/bottom -@dirrm %%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/left -@dirrm %%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/right -@dirrm %%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/circuses -@dirrm %%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top/with_bg -@dirrm %%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs/top -@dirrm %%WWWDIR%%/js/scbr/dhtmlXTabbar/imgs -@dirrm %%WWWDIR%%/js/scbr/dhtmlXTabbar/js -@dirrm %%WWWDIR%%/js/scbr/dhtmlXTabbar -@dirrm %%WWWDIR%%/js/scbr -@dirrm %%WWWDIR%%/js/scriptaculous -@dirrm %%WWWDIR%%/js -@dirrm %%WWWDIR%%/languages -@dirrm %%WWWDIR%%/media/thumbs -@dirrm %%WWWDIR%%/media -@dirrm %%WWWDIR%%/modules -@dirrm %%WWWDIR%%/places -@dirrm %%WWWDIR%%/reports -@dirrm %%WWWDIR%%/tcpdf/config/lang -@dirrm %%WWWDIR%%/tcpdf/config -@dirrm %%WWWDIR%%/tcpdf/fonts -@dirrm %%WWWDIR%%/tcpdf -@dirrm %%WWWDIR%%/themes/cloudy/images/buttons -@dirrm %%WWWDIR%%/themes/cloudy/images/small -@dirrm %%WWWDIR%%/themes/cloudy/images -@dirrm %%WWWDIR%%/themes/cloudy/templates -@dirrm %%WWWDIR%%/themes/cloudy -@dirrm %%WWWDIR%%/themes/ocean/templates -@dirrm %%WWWDIR%%/themes/ocean -@dirrm %%WWWDIR%%/themes/simplygreen/images/buttons -@dirrm %%WWWDIR%%/themes/simplygreen/images/small -@dirrm %%WWWDIR%%/themes/simplygreen/images -@dirrm %%WWWDIR%%/themes/simplygreen/templates -@dirrm %%WWWDIR%%/themes/simplygreen -@dirrm %%WWWDIR%%/themes/standard/templates -@dirrm %%WWWDIR%%/themes/standard -@dirrm %%WWWDIR%%/themes/xenea/images/buttons -@dirrm %%WWWDIR%%/themes/xenea/images/facts -@dirrm %%WWWDIR%%/themes/xenea/images/small -@dirrm %%WWWDIR%%/themes/xenea/images -@dirrm %%WWWDIR%%/themes/xenea/templates -@dirrm %%WWWDIR%%/themes/xenea -@dirrm %%WWWDIR%%/themes -@dirrm %%WWWDIR%%/webservice -@dirrmtry %%WWWDIR%%