diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 1e7a1fed2b0..f57ff2094ed 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -135,12 +135,12 @@ CSOUND_DOCS= Csound${PORTVERSION:R}_manual_html.zip MAKE_ARGS+= Word64=1 .endif -.if ${OSVERSION} < 1000033 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033 BUILD_DEPENDS+= flex>0:textproc/flex MAKE_ENV+= PATH=${LOCALBASE}/bin:$$PATH .endif -.if ${OSVERSION} >= 1000054 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000054 CXXLIB= c++ .else CXXLIB= # empty diff --git a/audio/mac/Makefile b/audio/mac/Makefile index 944e23c3ae8..117e11625ab 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -24,8 +24,10 @@ OPTIONS_DEFINE= DOCS .include +.if ${OPSYS} == FreeBSD .if ${ARCH} == "i386" || ${ARCH} == "amd64" -BUILD_DEPENDS= yasm:devel/yasm +BUILD_DEPENDS+= yasm:devel/yasm +.endif .endif post-install: diff --git a/audio/sdl2_mixer/Makefile b/audio/sdl2_mixer/Makefile index 4f1a92b8535..8217ada802f 100644 --- a/audio/sdl2_mixer/Makefile +++ b/audio/sdl2_mixer/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sdl2_mixer -PORTVERSION= 2.0.0 -PORTREVISION= 11 +PORTVERSION= 2.0.1 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL2_mixer-${PORTVERSION} @@ -11,12 +10,11 @@ MAINTAINER= mva@FreeBSD.org COMMENT= Sample multi-channel audio mixer library LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/COPYING.txt -USES= gmake pathfix pkgconfig libtool +USES= gmake pathfix pkgconfig libtool localbase USE_SDL= sdl2 GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -CPPFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes OPTIONS_DEFINE= FLUIDSYNTH FLAC SMPEG @@ -65,4 +63,7 @@ post-patch: @${REINPLACE_CMD} -e 's|"modplug.h"|"libmodplug/modplug.h"|' \ ${WRKSRC}/dynamic_modplug.h ${WRKSRC}/music_modplug.h +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libSDL2_mixer.so + .include diff --git a/audio/sdl2_mixer/distinfo b/audio/sdl2_mixer/distinfo index 826cbc9aa0d..ad7b5a04107 100644 --- a/audio/sdl2_mixer/distinfo +++ b/audio/sdl2_mixer/distinfo @@ -1,2 +1,2 @@ -SHA256 (SDL2_mixer-2.0.0.tar.gz) = a8ce0e161793791adeff258ca6214267fdd41b3c073d2581cd5265c8646f725b -SIZE (SDL2_mixer-2.0.0.tar.gz) = 10119589 +SHA256 (SDL2_mixer-2.0.1.tar.gz) = 5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e597695f +SIZE (SDL2_mixer-2.0.1.tar.gz) = 10213891 diff --git a/audio/sdl2_mixer/files/patch-dynamic__ogg.h b/audio/sdl2_mixer/files/patch-dynamic__ogg.h deleted file mode 100644 index 634f9331fe6..00000000000 --- a/audio/sdl2_mixer/files/patch-dynamic__ogg.h +++ /dev/null @@ -1,11 +0,0 @@ ---- dynamic_ogg.h.orig 2013-08-10 17:39:55 UTC -+++ dynamic_ogg.h -@@ -21,7 +21,7 @@ - - #ifdef OGG_MUSIC - #ifdef OGG_USE_TREMOR --#include -+#include - #else - #include - #endif diff --git a/audio/sdl2_mixer/files/patch-music__ogg.h b/audio/sdl2_mixer/files/patch-music__ogg.h deleted file mode 100644 index 21159d378a0..00000000000 --- a/audio/sdl2_mixer/files/patch-music__ogg.h +++ /dev/null @@ -1,11 +0,0 @@ ---- music_ogg.h.orig 2013-08-10 17:39:58 UTC -+++ music_ogg.h -@@ -26,7 +26,7 @@ - /* This file supports Ogg Vorbis music streams */ - - #ifdef OGG_USE_TREMOR --#include -+#include - #else - #include - #endif diff --git a/audio/sdl2_mixer/pkg-plist b/audio/sdl2_mixer/pkg-plist index 23fb61f7099..3e730b4e413 100644 --- a/audio/sdl2_mixer/pkg-plist +++ b/audio/sdl2_mixer/pkg-plist @@ -1,6 +1,6 @@ include/SDL2/SDL_mixer.h lib/libSDL2_mixer-2.0.so.0 -lib/libSDL2_mixer-2.0.so.0.0.0 +lib/libSDL2_mixer-2.0.so.0.0.1 lib/libSDL2_mixer.a lib/libSDL2_mixer.so libdata/pkgconfig/SDL2_mixer.pc diff --git a/comms/grig/Makefile b/comms/grig/Makefile index 5d022533ba2..ac9d1e7476e 100644 --- a/comms/grig/Makefile +++ b/comms/grig/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= grig -PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTVERSION= 0.8.1 CATEGORIES= comms hamradio MASTER_SITES= SF/groundstation/Grig/${PORTVERSION} diff --git a/comms/grig/distinfo b/comms/grig/distinfo index dd33c8c9e96..8baa313d30a 100644 --- a/comms/grig/distinfo +++ b/comms/grig/distinfo @@ -1,2 +1,2 @@ -SHA256 (grig-0.8.0.tar.gz) = d621a3400b7720d6671d18bff2e7627cc1442d58df161cc8789851300495d3f3 -SIZE (grig-0.8.0.tar.gz) = 514072 +SHA256 (grig-0.8.1.tar.gz) = be8687418fb23efa0468674c3fdd15340fed06eef09be9de21106cc17e033c25 +SIZE (grig-0.8.1.tar.gz) = 621728 diff --git a/comms/grig/pkg-plist b/comms/grig/pkg-plist index 5bd4148354a..6a711fdf058 100644 --- a/comms/grig/pkg-plist +++ b/comms/grig/pkg-plist @@ -1,5 +1,7 @@ bin/grig -lib/locale/fr/LC_MESSAGES/grig.mo +share/locale/fr/LC_MESSAGES/grig.mo +share/locale/de/LC_MESSAGES/grig.mo +share/locale/tr/LC_MESSAGES/grig.mo man/man1/grig.1.gz %%DATADIR%%/AUTHORS %%DATADIR%%/COPYING diff --git a/databases/elixir-exredis/Makefile b/databases/elixir-exredis/Makefile index faaf68e1755..cbbf9cb0c25 100644 --- a/databases/elixir-exredis/Makefile +++ b/databases/elixir-exredis/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exredis -PORTVERSION= 0.2.3 +PORTVERSION= 0.2.4 CATEGORIES= databases PKGNAMEPREFIX= elixir- diff --git a/databases/elixir-exredis/distinfo b/databases/elixir-exredis/distinfo index d3f0a675ac1..85a6d5959f9 100644 --- a/databases/elixir-exredis/distinfo +++ b/databases/elixir-exredis/distinfo @@ -1,2 +1,2 @@ -SHA256 (artemeff-exredis-0.2.3_GH0.tar.gz) = 9bc44276a455dd9018646b81e9a8aadb058be3dca9423d0f63a889619f951b4e -SIZE (artemeff-exredis-0.2.3_GH0.tar.gz) = 10602 +SHA256 (artemeff-exredis-0.2.4_GH0.tar.gz) = 43b935525263fdf607e8ab222dc24c563776dc5669a6e731ad92040bf32faeaa +SIZE (artemeff-exredis-0.2.4_GH0.tar.gz) = 11055 diff --git a/databases/p5-Dancer2-Plugin-DBIC/Makefile b/databases/p5-Dancer2-Plugin-DBIC/Makefile index c5d47778cac..47f7ddfbc40 100644 --- a/databases/p5-Dancer2-Plugin-DBIC/Makefile +++ b/databases/p5-Dancer2-Plugin-DBIC/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-DBIC -PORTVERSION= 0.0011 +PORTVERSION= 0.0012 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/databases/p5-Dancer2-Plugin-DBIC/distinfo b/databases/p5-Dancer2-Plugin-DBIC/distinfo index 608b806779e..acb35695582 100644 --- a/databases/p5-Dancer2-Plugin-DBIC/distinfo +++ b/databases/p5-Dancer2-Plugin-DBIC/distinfo @@ -1,2 +1,2 @@ -SHA256 (Dancer2-Plugin-DBIC-0.0011.tar.gz) = ee3aff8098cbc660cb5e6dd79a2a55506c82cffa174a91a5d644b502683fcabb -SIZE (Dancer2-Plugin-DBIC-0.0011.tar.gz) = 16924 +SHA256 (Dancer2-Plugin-DBIC-0.0012.tar.gz) = 9b467c6d9db8fc664ce256fb0c5570a7c8f4f9fde0573a0e610527ba2a337c9e +SIZE (Dancer2-Plugin-DBIC-0.0012.tar.gz) = 17366 diff --git a/databases/php-adodb-ext/Makefile b/databases/php-adodb-ext/Makefile index abe71231830..b4a6ec97f15 100644 --- a/databases/php-adodb-ext/Makefile +++ b/databases/php-adodb-ext/Makefile @@ -18,7 +18,6 @@ USES= dos2unix zip USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= adodb -PHP_DEFAULT= 55 IGNORE_WITH_PHP=56 70 SUB_FILES= pkg-message diff --git a/devel/Makefile b/devel/Makefile index 63090f99180..152dfa61a9b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3374,6 +3374,7 @@ SUBDIR += p5-Time-Mock SUBDIR += p5-Time-Object SUBDIR += p5-Time-Out + SUBDIR += p5-Time-ParseDate SUBDIR += p5-Time-Period SUBDIR += p5-Time-Piece SUBDIR += p5-Time-Piece-Range @@ -3732,9 +3733,11 @@ SUBDIR += pecl-params SUBDIR += pecl-parsekit SUBDIR += pecl-propro + SUBDIR += pecl-propro2 SUBDIR += pecl-pthreads SUBDIR += pecl-qb SUBDIR += pecl-raphf + SUBDIR += pecl-raphf2 SUBDIR += pecl-runkit SUBDIR += pecl-scream SUBDIR += pecl-shape @@ -5238,6 +5241,7 @@ SUBDIR += sigslot SUBDIR += silc-toolkit SUBDIR += silentbob + SUBDIR += simavr SUBDIR += simgear SUBDIR += simian SUBDIR += simple_components diff --git a/devel/android-tools-adb/Makefile b/devel/android-tools-adb/Makefile index f1293cc7806..1d4f037b214 100644 --- a/devel/android-tools-adb/Makefile +++ b/devel/android-tools-adb/Makefile @@ -2,7 +2,7 @@ PORTNAME= android-tools-adb DISTVERSIONPREFIX= android- -DISTVERSION?= 6.0.0_r26 +DISTVERSION?= 6.0.1_r24 PORTREVISION?= 0 CATEGORIES= devel @@ -19,7 +19,7 @@ GH_PROJECT= platform_system_core .ifdef DISTVERSIONSUFFIX GH_REVISION= ${DISTVERSIONSUFFIX:S/-g//} # snapshot .else -GH_REVISION= f7f765fd62bf # generated by: make update-revision +GH_REVISION= 2a288d0f331c # generated by: make update-revision .endif CONFLICTS_INSTALL?= ${PORTNAME}-devel-* diff --git a/devel/android-tools-adb/distinfo b/devel/android-tools-adb/distinfo index 4fdc925ce37..f6c865ba8e6 100644 --- a/devel/android-tools-adb/distinfo +++ b/devel/android-tools-adb/distinfo @@ -1,4 +1,4 @@ -SHA256 (android-platform_system_core-android-6.0.0_r26_GH0.tar.gz) = 75c3135b44874e1a6d6b98cf7fc2c7513f77bd41b0302cd1f8d0a5a9ade46a36 -SIZE (android-platform_system_core-android-6.0.0_r26_GH0.tar.gz) = 1182157 +SHA256 (android-platform_system_core-android-6.0.1_r24_GH0.tar.gz) = f335756cc7f2ad3b6870dee7fb4641fd97df0a4d51c89bd508dce34802815b1e +SIZE (android-platform_system_core-android-6.0.1_r24_GH0.tar.gz) = 1184987 SHA256 (mbrubeck-android-completion-3b0fabe_GH0.tar.gz) = dc774f101acd9514baf3e7a0ac610068116f2c093b94987ba59203a39a6439dc SIZE (mbrubeck-android-completion-3b0fabe_GH0.tar.gz) = 5948 diff --git a/devel/cvs2svn/Makefile b/devel/cvs2svn/Makefile index 1c9e975f3e9..c26e52d8bec 100644 --- a/devel/cvs2svn/Makefile +++ b/devel/cvs2svn/Makefile @@ -41,7 +41,7 @@ BAZAAR_RUN_DEPENDS= ${LOCALBASE}/bin/bzr:devel/bzr .include -.if ${OSVERSION} > 1000000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000 RUN_DEPENDS+= cvs:devel/cvs .endif diff --git a/devel/cvsd/Makefile b/devel/cvsd/Makefile index ba1d10ad0c4..fd6c1087eb1 100644 --- a/devel/cvsd/Makefile +++ b/devel/cvsd/Makefile @@ -27,7 +27,7 @@ PORTDOCS= FAQ NEWS README .include -.if ${OSVERSION} > 1000000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000 BUILD_DEPENDS+= cvs:devel/cvs RUN_DEPENDS+= cvs:devel/cvs .endif diff --git a/devel/elixir-hex/Makefile b/devel/elixir-hex/Makefile index 51b9adc0748..73e24ae4b06 100644 --- a/devel/elixir-hex/Makefile +++ b/devel/elixir-hex/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hex -PORTVERSION= 0.11.3 +PORTVERSION= 0.11.4 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- diff --git a/devel/elixir-hex/distinfo b/devel/elixir-hex/distinfo index 70a125651f5..8b74ca2b956 100644 --- a/devel/elixir-hex/distinfo +++ b/devel/elixir-hex/distinfo @@ -1,2 +1,2 @@ -SHA256 (hexpm-hex-v0.11.3_GH0.tar.gz) = 33183342f0c618f404759eed0aa98dc32b74b66ea3908b7daa7986d1afc15ae4 -SIZE (hexpm-hex-v0.11.3_GH0.tar.gz) = 215662 +SHA256 (hexpm-hex-v0.11.4_GH0.tar.gz) = 852e76fef0110ecda5ebba8a9a345aef8aec99e453d2322d4d64f2b2d03780cd +SIZE (hexpm-hex-v0.11.4_GH0.tar.gz) = 216081 diff --git a/devel/elixir-timex-interval/Makefile b/devel/elixir-timex-interval/Makefile index e397315aa06..29fce2e3eca 100644 --- a/devel/elixir-timex-interval/Makefile +++ b/devel/elixir-timex-interval/Makefile @@ -10,6 +10,8 @@ COMMENT= Date/time interval library for Elixir LICENSE= APACHE20 +BROKEN= fails to build + USES= elixir USE_GITHUB= yes GH_ACCOUNT= atabary diff --git a/devel/erlang-recon/Makefile b/devel/erlang-recon/Makefile index eb156f7c213..76c36b95e04 100644 --- a/devel/erlang-recon/Makefile +++ b/devel/erlang-recon/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= recon -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 CATEGORIES= devel PKGNAMEPREFIX= erlang- diff --git a/devel/erlang-recon/distinfo b/devel/erlang-recon/distinfo index 2deb790373b..76c594ed08f 100644 --- a/devel/erlang-recon/distinfo +++ b/devel/erlang-recon/distinfo @@ -1,2 +1,2 @@ -SHA256 (ferd-recon-2.3.0_GH0.tar.gz) = 391e60b1a523d3c6cdb3902dd9e99b20cfb6a77049b93e2b5fbe381fe9dcf6b2 -SIZE (ferd-recon-2.3.0_GH0.tar.gz) = 203351 +SHA256 (ferd-recon-2.3.1_GH0.tar.gz) = c9d9750a07b3743e8a83a273fde83f741b3e802adaf7f8ef666984c985ad0642 +SIZE (ferd-recon-2.3.1_GH0.tar.gz) = 203506 diff --git a/devel/ice/Makefile b/devel/ice/Makefile index 68a27437c70..efb18b78a75 100644 --- a/devel/ice/Makefile +++ b/devel/ice/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Ice -PORTVERSION= 3.6.1 +PORTVERSION= 3.6.2 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/ice/distinfo b/devel/ice/distinfo index d5efe163c2b..09bf187cf4d 100644 --- a/devel/ice/distinfo +++ b/devel/ice/distinfo @@ -1,2 +1,2 @@ -SHA256 (zeroc-ice-Ice-v3.6.1_GH0.tar.gz) = 454d81cb72986c1f04e297a81bca7563e3449a216ad63de8630122d34545ae78 -SIZE (zeroc-ice-Ice-v3.6.1_GH0.tar.gz) = 5338954 +SHA256 (zeroc-ice-Ice-v3.6.2_GH0.tar.gz) = 5e9305a5eb6081c8f128d63a5546158594e9f115174fc91208f645dbe2fc02fe +SIZE (zeroc-ice-Ice-v3.6.2_GH0.tar.gz) = 5393239 diff --git a/devel/ice/files/patch-cpp-test-Ice-objects-Makefile b/devel/ice/files/patch-cpp-test-Ice-objects-Makefile new file mode 100644 index 00000000000..de44a26171c --- /dev/null +++ b/devel/ice/files/patch-cpp-test-Ice-objects-Makefile @@ -0,0 +1,28 @@ +--- cpp.orig/test/Ice/objects/Makefile.orig 2016-04-05 23:00:02.156584966 +0200 ++++ cpp/test/Ice/objects/Makefile 2016-04-05 23:44:31.611624964 +0200 +@@ -12,9 +12,9 @@ + CLIENT = $(call mktestname,client) + SERVER = $(call mktestname,server) + COLLOCATED = $(call mktestname,collocated) +-TESTLIBNAME = libTestDerived.a ++TESTLIBNAME = libTestDerived.so + +-TARGETS = $(CLIENT) $(SERVER) $(COLLOCATED) ++TARGETS = $(CLIENT) $(SERVER) $(COLLOCATED) $(TESTLIBNAME) + + SLICE_OBJS = Test.o \ + Derived.o \ +@@ -47,11 +47,11 @@ + + $(TESTLIBNAME): $(SLICE_OBJS) + rm -f $@ +- $(call mklib,$@,$(SLICE_OBJS)) ++ $(call mkshlib,$@,$(TESTLIBNAME),$(SLICE_OBJS),$(LIBS)) + + $(CLIENT): $(COBJS) $(TESTLIBNAME) + rm -f $@ +- $(call mktest,$@,$(COBJS) -lTestDerived $(LIBS)) ++ $(call mktest,$@,-lTestDerived $(COBJS) $(LIBS)) + + $(SERVER): $(SOBJS) + rm -f $@ diff --git a/devel/ice/files/patch-cpp-test-IceSSL-configuration-AllTests.cpp b/devel/ice/files/patch-cpp-test-IceSSL-configuration-AllTests.cpp index b7c516dba6c..31688827024 100644 --- a/devel/ice/files/patch-cpp-test-IceSSL-configuration-AllTests.cpp +++ b/devel/ice/files/patch-cpp-test-IceSSL-configuration-AllTests.cpp @@ -1,79 +1,5 @@ --- cpp/test/IceSSL/configuration/AllTests.cpp.orig 2015-06-23 15:30:20.000000000 +0000 +++ cpp/test/IceSSL/configuration/AllTests.cpp 2015-09-15 00:15:34.865304987 +0000 -@@ -7,6 +7,7 @@ - // - // ********************************************************************** - -+#include - #include - #include - #include -@@ -1292,14 +1293,22 @@ - InitializationData initData; - initData.properties = createClientProps(defaultProps, defaultDir, defaultHost, p12, "c_rsa_ca1", "cacert1"); - initData.properties->setProperty("IceSSL.VerifyPeer", "0"); -+# ifdef SSL_TXT_TLSV1_1 -+ initData.properties->setProperty("IceSSL.Protocols", "tlsv1_1"); -+# else - initData.properties->setProperty("IceSSL.Protocols", "ssl3"); -+# endif - CommunicatorPtr comm = initialize(initData); - - Test::ServerFactoryPrx fact = Test::ServerFactoryPrx::checkedCast(comm->stringToProxy(factoryRef)); - test(fact); - Test::Properties d = createServerProps(defaultProps, defaultDir, defaultHost, p12, "s_rsa_ca1", "cacert1"); - d["IceSSL.VerifyPeer"] = "0"; -+# ifdef SSL_TXT_TLSV1_1 -+ d["IceSSL.Protocols"] = "tlsv1_0"; -+# else - d["IceSSL.Protocols"] = "tls"; -+# endif - Test::ServerPrx server = fact->createServer(d); - try - { -@@ -1329,7 +1340,11 @@ - test(fact); - d = createServerProps(defaultProps, defaultDir, defaultHost, p12, "s_rsa_ca1", "cacert1"); - d["IceSSL.VerifyPeer"] = "0"; -+# ifdef SSL_TXT_TLSV1_1 -+ d["IceSSL.Protocols"] = "tlsv1_1, tlsv1_0"; -+# else - d["IceSSL.Protocols"] = "tls, ssl3"; -+# endif - server = fact->createServer(d); - try - { -@@ -1351,6 +1362,7 @@ - InitializationData initData; - initData.properties = createClientProps(defaultProps, defaultDir, defaultHost, p12, "c_rsa_ca1", "cacert1"); - initData.properties->setProperty("IceSSL.VerifyPeer", "0"); -+ // on modern openssl this simply fails as ssl3 is not supported by the client - initData.properties->setProperty("IceSSL.Protocols", "ssl3"); - CommunicatorPtr comm = initialize(initData); - -@@ -1386,14 +1398,22 @@ - { - InitializationData initData; - initData.properties = createClientProps(defaultProps, defaultDir, defaultHost, p12, "", "cacert1"); -+# ifdef SSL_TXT_TLSV1_1 -+ initData.properties->setProperty("IceSSL.Protocols", "tlsv1_1"); -+# else - initData.properties->setProperty("IceSSL.Protocols", "ssl3"); -+# endif - CommunicatorPtr comm = initialize(initData); - - Test::ServerFactoryPrx fact = Test::ServerFactoryPrx::checkedCast(comm->stringToProxy(factoryRef)); - test(fact); - Test::Properties d = createServerProps(defaultProps, defaultDir, defaultHost, p12, "s_rsa_ca1", ""); - d["IceSSL.VerifyPeer"] = "0"; -+# ifdef SSL_TXT_TLSV1_1 -+ d["IceSSL.Protocols"] = "tls, tls1_1, tls1_2"; -+# else - d["IceSSL.Protocols"] = "ssl3, tls, tls1_1, tls1_2"; -+# endif - Test::ServerPrx server = fact->createServer(d); - try - { @@ -3164,6 +3184,7 @@ #endif } diff --git a/devel/ice/files/patch-python-config-Make.rules b/devel/ice/files/patch-python-config-Make.rules index f6926ad9913..5c02b88cf66 100644 --- a/devel/ice/files/patch-python-config-Make.rules +++ b/devel/ice/files/patch-python-config-Make.rules @@ -1,5 +1,5 @@ ---- python/config/Make.rules.orig 2015-06-23 15:30:20.000000000 +0000 -+++ python/config/Make.rules 2015-06-27 23:26:40.586161355 +0000 +--- python/config/Make.rules.orig 2016-04-05 22:33:01.425700968 +0200 ++++ python/config/Make.rules 2016-04-05 22:29:23.200712968 +0200 @@ -11,7 +11,8 @@ # Select an installation base directory. The directory will be created # if it does not exist. @@ -10,7 +10,7 @@ # # The "root directory" for runpath embedded in executables. Can be set -@@ -49,7 +50,7 @@ +@@ -50,7 +51,7 @@ # version used for building the Ice extension, then set PYTHON to # the specific to the location of the python interpreter. # @@ -19,37 +19,23 @@ PYTHON_VERSION ?= python$(shell $(PYTHON) -c "import sys; import distutils.sysconfig as ds; sys.stdout.write(ds.get_python_version())") -@@ -91,9 +92,9 @@ - include $(top_srcdir)/../config/Make.common.rules - endif - --ifndef usr_dir_install --RPATH_DIR = $(prefix)/$(libsubdir) --endif -+#ifndef usr_dir_install -+#RPATH_DIR = $(prefix)/$(libsubdir) -+#endif - - install_bindir = $(prefix)/$(binsubdir) - -@@ -108,17 +109,17 @@ +@@ -105,16 +106,16 @@ libdir = $(top_srcdir)/python -ifndef usr_dir_install -- install_pythondir = $(prefix)/python -- install_libdir = $(prefix)/python +- install_pythondir = $(prefix)/python +- install_libdir = $(prefix)/python -else +#ifndef usr_dir_install -+# install_pythondir = $(prefix)/python -+# install_libdir = $(prefix)/python ++# install_pythondir = $(prefix)/python ++# install_libdir = $(prefix)/python +#else # # The install_dir script says where python wants site-packages installed. # - -- install_pythondir = $(shell $(PYTHON) $(top_srcdir)/config/install_dir) -- install_libdir = $(install_pythondir) +- install_pythondir = $(shell $(PYTHON) $(top_srcdir)/config/install_dir) +- install_libdir = $(install_pythondir) -endif + install_pythondir = %%PYTHON_SITELIBDIR%%/Ice + install_libdir = %%PYTHON_SITELIBDIR%%/Ice @@ -57,7 +43,7 @@ ifeq ($(UNAME),SunOS) ifeq ($(LP64),yes) -@@ -127,14 +128,10 @@ +@@ -123,14 +124,10 @@ endif endif @@ -76,7 +62,7 @@ CPPFLAGS = ICECPPFLAGS = -I$(slicedir) -@@ -143,10 +140,7 @@ +@@ -139,10 +136,7 @@ ifdef ice_src_dist SLICE2PY = $(PYTHON) $(top_srcdir)/config/s2py.py @@ -88,7 +74,7 @@ else ifeq ($(UNAME),Darwin) SLICE2PY = /usr/local/bin/slice2py -@@ -171,7 +165,7 @@ +@@ -167,7 +161,7 @@ all:: $(SRCS) diff --git a/devel/ice/pkg-plist b/devel/ice/pkg-plist index a1efa1c9374..2200f390aa7 100644 --- a/devel/ice/pkg-plist +++ b/devel/ice/pkg-plist @@ -3,12 +3,14 @@ bin/glacier2router bin/icebox bin/iceboxadmin bin/icegridadmin +bin/icegriddb bin/icegridnode bin/icegridregistry bin/icepatch2calc bin/icepatch2client bin/icepatch2server bin/icestormadmin +bin/icestormdb bin/icestormmigrate bin/slice2cpp bin/slice2cs @@ -238,61 +240,63 @@ include/Slice/PythonUtil.h include/Slice/RubyUtil.h include/Slice/Util.h lib/libFreeze.so -lib/libFreeze.so.3.6.1 +lib/libFreeze.so.3.6.2 lib/libFreeze.so.36 lib/libGlacier2.so -lib/libGlacier2.so.3.6.1 +lib/libGlacier2.so.3.6.2 lib/libGlacier2.so.36 lib/libGlacier2CryptPermissionsVerifier.so -lib/libGlacier2CryptPermissionsVerifier.so.3.6.1 +lib/libGlacier2CryptPermissionsVerifier.so.3.6.2 lib/libGlacier2CryptPermissionsVerifier.so.36 lib/libIce.so -lib/libIce.so.3.6.1 +lib/libIce.so.3.6.2 lib/libIce.so.36 lib/libIceBox.so -lib/libIceBox.so.3.6.1 +lib/libIceBox.so.3.6.2 lib/libIceBox.so.36 lib/libIceDiscovery.so -lib/libIceDiscovery.so.3.6.1 +lib/libIceDiscovery.so.3.6.2 lib/libIceDiscovery.so.36 lib/libIceGrid.so -lib/libIceGrid.so.3.6.1 +lib/libIceGrid.so.3.6.2 lib/libIceGrid.so.36 lib/libIceLocatorDiscovery.so -lib/libIceLocatorDiscovery.so.3.6.1 +lib/libIceLocatorDiscovery.so.3.6.2 lib/libIceLocatorDiscovery.so.36 lib/libIcePatch2.so -lib/libIcePatch2.so.3.6.1 +lib/libIcePatch2.so.3.6.2 lib/libIcePatch2.so.36 lib/libIceSSL.so -lib/libIceSSL.so.3.6.1 +lib/libIceSSL.so.3.6.2 lib/libIceSSL.so.36 lib/libIceStorm.so -lib/libIceStorm.so.3.6.1 +lib/libIceStorm.so.3.6.2 lib/libIceStorm.so.36 lib/libIceStormService.so -lib/libIceStormService.so.3.6.1 +lib/libIceStormService.so.3.6.2 lib/libIceStormService.so.36 lib/libIceUtil.so -lib/libIceUtil.so.3.6.1 +lib/libIceUtil.so.3.6.2 lib/libIceUtil.so.36 lib/libIceXML.so -lib/libIceXML.so.3.6.1 +lib/libIceXML.so.3.6.2 lib/libIceXML.so.36 lib/libSlice.so -lib/libSlice.so.3.6.1 +lib/libSlice.so.3.6.2 lib/libSlice.so.36 man/man1/dumpdb.1.gz man/man1/glacier2router.1.gz man/man1/icebox.1.gz man/man1/iceboxadmin.1.gz man/man1/icegridadmin.1.gz +man/man1/icegriddb.1.gz man/man1/icegridnode.1.gz man/man1/icegridregistry.1.gz man/man1/icepatch2calc.1.gz man/man1/icepatch2client.1.gz man/man1/icepatch2server.1.gz man/man1/icestormadmin.1.gz +man/man1/icestormdb.1.gz man/man1/icestormmigrate.1.gz man/man1/slice2cpp.1.gz man/man1/slice2cs.1.gz diff --git a/devel/jenkins/Makefile b/devel/jenkins/Makefile index 040bdb52f76..f46c4e13592 100644 --- a/devel/jenkins/Makefile +++ b/devel/jenkins/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.655 -PORTREVISION= 1 +PORTVERSION= 1.656 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins diff --git a/devel/jenkins/distinfo b/devel/jenkins/distinfo index 5a063c2f265..c95e232aada 100644 --- a/devel/jenkins/distinfo +++ b/devel/jenkins/distinfo @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.655/jenkins.war) = 0cee889af697c115961ce50229cc5e39d1b798c0a0a689687b745c0a938c8547 -SIZE (jenkins/1.655/jenkins.war) = 64683155 +SHA256 (jenkins/1.656/jenkins.war) = 97085359725b16aca0f419486e5c1809399e33dbe6d906cd55ef82fad76fb30d +SIZE (jenkins/1.656/jenkins.war) = 64685657 diff --git a/devel/jenkins/pkg-descr b/devel/jenkins/pkg-descr index 52c1d61db2b..02d9a08648d 100644 --- a/devel/jenkins/pkg-descr +++ b/devel/jenkins/pkg-descr @@ -2,4 +2,4 @@ In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides over 300 plugins to support building and testing virtually any project. -WWW: http://jenkins-ci.org/ +WWW: https://jenkins.io/ diff --git a/devel/jenkins2/Makefile b/devel/jenkins2/Makefile index 7d46e41b780..9c25e94970f 100644 --- a/devel/jenkins2/Makefile +++ b/devel/jenkins2/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins2 -DISTVERSION= 2.0-beta1 +DISTVERSION= 2.0-beta2 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war-rc/${PORTVERSION:R}/ DISTNAME= jenkins diff --git a/devel/jenkins2/distinfo b/devel/jenkins2/distinfo index ea89d319857..97da1cd3306 100644 --- a/devel/jenkins2/distinfo +++ b/devel/jenkins2/distinfo @@ -1,2 +1,2 @@ -SHA256 (jenkins2/2.0.b1/jenkins.war) = 7ff7759e1d7a097e018c8001db5f4248db04d0bf39f9b0f06934c124a936cfa2 -SIZE (jenkins2/2.0.b1/jenkins.war) = 66520816 +SHA256 (jenkins2/2.0.b2/jenkins.war) = 93c57ef9205209e9cbad77c7f533af2591e4b33b8b936b34daa8daf75d4a1fda +SIZE (jenkins2/2.0.b2/jenkins.war) = 66521689 diff --git a/devel/jenkins2/pkg-descr b/devel/jenkins2/pkg-descr index 52c1d61db2b..02d9a08648d 100644 --- a/devel/jenkins2/pkg-descr +++ b/devel/jenkins2/pkg-descr @@ -2,4 +2,4 @@ In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides over 300 plugins to support building and testing virtually any project. -WWW: http://jenkins-ci.org/ +WWW: https://jenkins.io/ diff --git a/devel/p5-Time-ParseDate/Makefile b/devel/p5-Time-ParseDate/Makefile new file mode 100644 index 00000000000..36a686a10d2 --- /dev/null +++ b/devel/p5-Time-ParseDate/Makefile @@ -0,0 +1,17 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= Time-ParseDate +PORTVERSION= 2015.103 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= adamw@FreeBSD.org +COMMENT= Date parsing, both relative and absolute + +USES= perl5 +USE_PERL5= configure +NO_ARCH= yes + +.include diff --git a/devel/p5-Time-ParseDate/distinfo b/devel/p5-Time-ParseDate/distinfo new file mode 100644 index 00000000000..fbaf53be9d6 --- /dev/null +++ b/devel/p5-Time-ParseDate/distinfo @@ -0,0 +1,2 @@ +SHA256 (Time-ParseDate-2015.103.tar.gz) = 2c1a06235bf811813caac9eaa9daa71af758667cdf7b082cb59863220fcaeed1 +SIZE (Time-ParseDate-2015.103.tar.gz) = 26644 diff --git a/devel/p5-Time-ParseDate/pkg-descr b/devel/p5-Time-ParseDate/pkg-descr new file mode 100644 index 00000000000..6a901996de1 --- /dev/null +++ b/devel/p5-Time-ParseDate/pkg-descr @@ -0,0 +1,3 @@ +Flexible date and time handling via common-sense strings. + +WWW: https://metacpan.org/pod/Time::ParseDate diff --git a/devel/p5-Time-ParseDate/pkg-plist b/devel/p5-Time-ParseDate/pkg-plist new file mode 100644 index 00000000000..a5b4b8860f2 --- /dev/null +++ b/devel/p5-Time-ParseDate/pkg-plist @@ -0,0 +1,10 @@ +%%SITE_PERL%%/Time/CTime.pm +%%SITE_PERL%%/Time/DaysInMonth.pm +%%SITE_PERL%%/Time/JulianDay.pm +%%SITE_PERL%%/Time/ParseDate.pm +%%SITE_PERL%%/Time/Timezone.pm +%%PERL5_MAN3%%/Time::CTime.3.gz +%%PERL5_MAN3%%/Time::DaysInMonth.3.gz +%%PERL5_MAN3%%/Time::JulianDay.3.gz +%%PERL5_MAN3%%/Time::ParseDate.3.gz +%%PERL5_MAN3%%/Time::Timezone.3.gz diff --git a/devel/pecl-propro2/Makefile b/devel/pecl-propro2/Makefile new file mode 100644 index 00000000000..db01f946127 --- /dev/null +++ b/devel/pecl-propro2/Makefile @@ -0,0 +1,25 @@ +# Created by: Muhammad Moinur Rahman +# $FreeBSD$ + +PORTNAME= propro +PORTVERSION= 2.0.0 +CATEGORIES= devel +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +PKGNAMESUFFIX= 2 + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Facility to manage extension object properties + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +PORTSCOUT= limit:^2.* + +USES= gmake tar:tgz +USE_PHP= yes +USE_PHPEXT= yes +IGNORE_WITH_PHP= 55 56 +CONFLICTS= pecl-propro-1* + +.include diff --git a/devel/pecl-propro2/distinfo b/devel/pecl-propro2/distinfo new file mode 100644 index 00000000000..53016e73346 --- /dev/null +++ b/devel/pecl-propro2/distinfo @@ -0,0 +1,2 @@ +SHA256 (propro-2.0.0.tgz) = 4ddafb46b9c5d2ff6fa5ffcd7b30e13cc293512d0fa822b06eb4e0411370149e +SIZE (propro-2.0.0.tgz) = 13360 diff --git a/devel/pecl-propro2/pkg-descr b/devel/pecl-propro2/pkg-descr new file mode 100644 index 00000000000..5632256e647 --- /dev/null +++ b/devel/pecl-propro2/pkg-descr @@ -0,0 +1,7 @@ +A facility to manage possibly persistent resources with a comprehensible API. +Provides simliar functionality like the zend_list API, but with more flexiblity +and freedom. + +php70+ specific version only. + +WWW: http://pecl.php.net/package/propro/ diff --git a/devel/pecl-raphf2/Makefile b/devel/pecl-raphf2/Makefile new file mode 100644 index 00000000000..c684c37055b --- /dev/null +++ b/devel/pecl-raphf2/Makefile @@ -0,0 +1,25 @@ +# Created by: Muhammad Moinur Rahman +# $FreeBSD$ + +PORTNAME= raphf +PORTVERSION= 2.0.0 +CATEGORIES= devel +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +PKGNAMESUFFIX= 2 + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Resource and persistent handles factory + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +PORTSCOUT= limit:^2.* + +USES= gmake tar:tgz +USE_PHP= yes +USE_PHPEXT= yes +IGNORE_WITH_PHP= 55 56 +CONFLICTS= pecl-raphf-1* + +.include diff --git a/devel/pecl-raphf2/distinfo b/devel/pecl-raphf2/distinfo new file mode 100644 index 00000000000..46317a1e00f --- /dev/null +++ b/devel/pecl-raphf2/distinfo @@ -0,0 +1,2 @@ +SHA256 (raphf-2.0.0.tgz) = 95a59ea0dc3fc172805a6acd8327b122dd159b0a85b253826166457a05efa411 +SIZE (raphf-2.0.0.tgz) = 15715 diff --git a/devel/pecl-raphf2/pkg-descr b/devel/pecl-raphf2/pkg-descr new file mode 100644 index 00000000000..40e9436a1f0 --- /dev/null +++ b/devel/pecl-raphf2/pkg-descr @@ -0,0 +1,5 @@ +A facility to manage possibly persistent resources with a comprehensible API. +Provides simliar functionality like the zend_list API, but with more flexiblity +and freedom. + +WWW: http://pecl.php.net/package/raphf/ diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile index 659c2b9968d..bbe4327f1d9 100644 --- a/devel/sdl20/Makefile +++ b/devel/sdl20/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sdl2 -PORTVERSION= 2.0.3 -PORTREVISION= 6 +PORTVERSION= 2.0.4 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ DISTNAME= SDL2-${PORTVERSION} @@ -11,9 +10,10 @@ MAINTAINER= mva@FreeBSD.org COMMENT= Cross-platform multimedia development API LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/COPYING.txt GNU_CONFIGURE= yes -USES= gmake iconv libtool pathfix pkgconfig +USES= gmake iconv libtool localbase pathfix pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS+= --disable-video-opengles \ @@ -46,10 +46,6 @@ CONFIGURE_ARGS+= --enable-sse2 CONFIGURE_ARGS+= --disable-sse2 .endif -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - - OPTIONS_DEFINE= ALSA ASM DLOPEN ESOUND NAS OSS \ PULSEAUDIO PTHREADS SDL_ATOMIC SDL_AUDIO \ SDL_CPUINFO SDL_EVENTS SDL_FILE SDL_HAPTIC \ @@ -193,10 +189,13 @@ CONFIGURE_ARGS+= ac_cv_lib_iconv_iconv_open=yes ac_cv_func_iconv=yes .endif post-patch: - @${REINPLACE_CMD} -e '/ CheckInputEvents$$/d' \ + @${REINPLACE_CMD} -e '/ CheckInputEvents$$/d' \ -e 's/-liconv/${ICONV_LIB}/g' ${WRKSRC}/configure # Clang does not provide _m_prefetch @${REINPLACE_CMD} 's/_m_prefetch/__builtin_prefetch/' \ ${WRKSRC}/configure ${WRKSRC}/src/video/SDL_blit_A.c +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libSDL2.so + .include diff --git a/devel/sdl20/distinfo b/devel/sdl20/distinfo index 6188c9bcacf..33204ef0395 100644 --- a/devel/sdl20/distinfo +++ b/devel/sdl20/distinfo @@ -1,2 +1,2 @@ -SHA256 (SDL2-2.0.3.tar.gz) = a5a69a6abf80bcce713fa873607735fe712f44276a7f048d60a61bb2f6b3c90c -SIZE (SDL2-2.0.3.tar.gz) = 3871267 +SHA256 (SDL2-2.0.4.tar.gz) = da55e540bf6331824153805d58b590a29c39d2d506c6d02fa409aedeab21174b +SIZE (SDL2-2.0.4.tar.gz) = 4136230 diff --git a/devel/sdl20/pkg-plist b/devel/sdl20/pkg-plist index 3ba0aff67b5..911e4106656 100644 --- a/devel/sdl20/pkg-plist +++ b/devel/sdl20/pkg-plist @@ -8,6 +8,7 @@ include/SDL2/SDL_blendmode.h include/SDL2/SDL_clipboard.h include/SDL2/SDL_config.h include/SDL2/SDL_cpuinfo.h +include/SDL2/SDL_egl.h include/SDL2/SDL_endian.h include/SDL2/SDL_error.h include/SDL2/SDL_events.h @@ -27,8 +28,13 @@ include/SDL2/SDL_mouse.h include/SDL2/SDL_mutex.h include/SDL2/SDL_name.h include/SDL2/SDL_opengl.h +include/SDL2/SDL_opengl_glext.h include/SDL2/SDL_opengles.h include/SDL2/SDL_opengles2.h +include/SDL2/SDL_opengles2_gl2.h +include/SDL2/SDL_opengles2_gl2ext.h +include/SDL2/SDL_opengles2_gl2platform.h +include/SDL2/SDL_opengles2_khrplatform.h include/SDL2/SDL_pixels.h include/SDL2/SDL_platform.h include/SDL2/SDL_power.h @@ -63,8 +69,9 @@ include/SDL2/SDL_version.h include/SDL2/SDL_video.h include/SDL2/begin_code.h include/SDL2/close_code.h +lib/cmake/SDL2/sdl2-config.cmake lib/libSDL2-2.0.so.0 -lib/libSDL2-2.0.so.0.2.1 +lib/libSDL2-2.0.so.0.4.0 lib/libSDL2.a lib/libSDL2.so lib/libSDL2_test.a diff --git a/devel/simavr/Makefile b/devel/simavr/Makefile new file mode 100644 index 00000000000..82f7987ee65 --- /dev/null +++ b/devel/simavr/Makefile @@ -0,0 +1,87 @@ +# Created by: Felix Palmen +# $FreeBSD$ + +PORTNAME= simavr +PORTVERSION= 1.3 +CATEGORIES= devel + +PATCH_DIST_STRIP= -p1 + +MAINTAINER= felix@palmen-it.de +COMMENT= Simulator for several Atmel AVR chips + +LICENSE= GPLv3 + +BUILD_DEPENDS= avr-gcc:devel/avr-gcc \ + bash:shells/bash \ + ${LOCALBASE}/avr/lib/libc.a:devel/avr-libc + +USE_GITHUB= yes +GH_ACCOUNT= buserror +GH_TAGNAME= v${PORTVERSION} + +USES= gmake pkgconfig +ALL_TARGET= build-simavr +MAKE_ARGS= "RELEASE=1 PREFIX=${PREFIX} DESTDIR=${STAGEDIR}${PREFIX}" + +USE_LDCONFIG= yes + +OPTIONS_DEFINE= DOCS EXAMPLES THREADSAFE +THREADSAFE_DESC= Add a patch to make debugging output thread-safe + +DOCS_ALL_TARGET= doc +DOCS_USE= tex=latex:build tex=pdftex:build tex=texmf:build + +EXAMPLES_ALL_TARGET= build-examples +EXAMPLES_USE= xorg=xdamage xorg=xcb xorg=xext xorg=xfixes \ + xorg=xrandr gl=glut + +THREADSAFE_PATCH_SITES= https://github.com/zirias/simavr/commit/ +THREADSAFE_PATCHFILES= 4b7c8c5245e1bbb8cac04948564622f47178b5f0.diff + +AVR_STRIP_CMD?= avr-strip +DUMPMACHINE= ${CC} -dumpmachine +OBJDIRNAME= obj-$$(${DUMPMACHINE}) + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/simavr + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsimavr.so.1 + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/doc/manual/manual.pdf ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/doc/simavr_callgraph.pdf ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: +.for BOARDELF in hd77480,charlcd i2ctest ledramp simduino ssd1306,ssd1306demo timer_64led + BOARDELF=${BOARDELF}; \ + BOARD=$${BOARDELF%%,*}; \ + ELF=$${BOARDELF##*,}; \ + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/board_$${BOARD}; \ + ${INSTALL_PROGRAM} \ + ${WRKSRC}/examples/board_$${BOARD}/${OBJDIRNAME}/$${ELF}.elf \ + ${STAGEDIR}${EXAMPLESDIR}/board_$${BOARD}/$${ELF}; \ + ${INSTALL_DATA} ${WRKSRC}/examples/board_$${BOARD}/*.[aihc]* \ + ${WRKSRC}/examples/board_$${BOARD}/README \ + ${WRKSRC}/examples/board_$${BOARD}/Makefile \ + ${STAGEDIR}${EXAMPLESDIR}/board_$${BOARD}/ +.endfor +.for AXF in \ + hd77480/atmega48_charlcd \ + i2ctest/atmega1280_i2ctest \ + ledramp/atmega48_ledramp \ + ssd1306/atmega32_ssd1306 \ + timer_64led/atmega168_timer_64led + ${AVR_STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/board_${AXF}.axf +.endfor +.for EXDIR in parts shared + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/${EXDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/${EXDIR}/*.[hc] \ + ${STAGEDIR}${EXAMPLESDIR}/${EXDIR} +.endfor + ${INSTALL_DATA} ${WRKSRC}/Makefile.common ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/Makefile ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/Makefile.opengl \ + ${STAGEDIR}${EXAMPLESDIR} + +.include diff --git a/devel/simavr/distinfo b/devel/simavr/distinfo new file mode 100644 index 00000000000..acc5fe4bc0b --- /dev/null +++ b/devel/simavr/distinfo @@ -0,0 +1,4 @@ +SHA256 (buserror-simavr-1.3-v1.3_GH0.tar.gz) = ddaaf9745b62b0c032a773365375a6f1b12c50ff4a89ae4d531e7b516846e357 +SIZE (buserror-simavr-1.3-v1.3_GH0.tar.gz) = 741336 +SHA256 (4b7c8c5245e1bbb8cac04948564622f47178b5f0.diff) = 0bb3af41d9a64a372b64d2849bcfb9da00a685f54a31ee70fd7caf26d7db9c6c +SIZE (4b7c8c5245e1bbb8cac04948564622f47178b5f0.diff) = 1551 diff --git a/devel/simavr/files/patch-examples_Makefile.opengl b/devel/simavr/files/patch-examples_Makefile.opengl new file mode 100644 index 00000000000..79b761cd1e5 --- /dev/null +++ b/devel/simavr/files/patch-examples_Makefile.opengl @@ -0,0 +1,13 @@ +--- examples/Makefile.opengl.orig 2016-01-19 09:41:55 UTC ++++ examples/Makefile.opengl +@@ -11,8 +11,8 @@ else + ifeq (${shell uname -o}, Msys) + LDFLAGS += -mwindows -lopengl32 -lfreeglut + else +-CPPFLAGS += ${shell pkg-config --cflags glu glut} -DFREEBSD=1 +-LDFLAGS += ${shell pkg-config --libs glu glut} ++CPPFLAGS += ${shell pkg-config --cflags glu} -DFREEBSD=1 ++LDFLAGS += ${shell pkg-config --libs glu} -lglut + endif + endif + endif diff --git a/devel/simavr/files/patch-examples_parts_uart__pty.c b/devel/simavr/files/patch-examples_parts_uart__pty.c new file mode 100644 index 00000000000..a3f340f6bdb --- /dev/null +++ b/devel/simavr/files/patch-examples_parts_uart__pty.c @@ -0,0 +1,18 @@ +--- examples/parts/uart_pty.c.orig 2016-01-19 09:41:55 UTC ++++ examples/parts/uart_pty.c +@@ -30,8 +30,15 @@ + #ifdef __APPLE__ + #include + #else ++#ifdef FREEBSD ++#include ++#include ++#include ++#include ++#else + #include + #endif ++#endif + + #include "uart_pty.h" + #include "avr_uart.h" diff --git a/devel/simavr/files/patch-simavr_Makefile b/devel/simavr/files/patch-simavr_Makefile new file mode 100644 index 00000000000..a6d8798981d --- /dev/null +++ b/devel/simavr/files/patch-simavr_Makefile @@ -0,0 +1,35 @@ +--- simavr/Makefile.orig 2016-01-19 09:41:55 UTC ++++ simavr/Makefile +@@ -73,12 +73,9 @@ ${OBJ}/libsimavr.so : ${OBJ}/libsimavr. + ln -sf libsimavr.so.1 $@ + + libsimavr : config ${OBJ}/libsimavr.a +-# shared library won't work that easily on non-linux +-ifeq (${shell uname}, Linux) + libsimavr : ${OBJ}/libsimavr.so +-endif + +-${OBJ}/${target}.elf : ${OBJ}/${target}.o ++${OBJ}/${target}.elf : ${OBJ}/${target}.o | libsimavr + + ${target} : ${OBJ}/${target}.elf + +@@ -103,15 +100,13 @@ install : all + $(INSTALL) -m644 sim/avr/*.h $(DESTDIR)/include/simavr/avr/ + $(MKDIR) $(DESTDIR)/lib + $(INSTALL) ${OBJ}/libsimavr.a $(DESTDIR)/lib/ +- $(MKDIR) $(DESTDIR)/lib/pkgconfig/ ++ $(MKDIR) $(DESTDIR)/libdata/pkgconfig/ + sed -e "s|PREFIX|${PREFIX}|g" -e "s|VERSION|${SIMAVR_VERSION}|g" \ +- simavr-avr.pc >$(DESTDIR)/lib/pkgconfig/simavr-avr.pc ++ simavr-avr.pc >$(DESTDIR)/libdata/pkgconfig/simavr-avr.pc + sed -e "s|PREFIX|${PREFIX}|g" -e "s|VERSION|${SIMAVR_VERSION}|g" \ +- simavr.pc >$(DESTDIR)/lib/pkgconfig/simavr.pc +-ifeq (${shell uname}, Linux) ++ simavr.pc >$(DESTDIR)/libdata/pkgconfig/simavr.pc + $(INSTALL) ${OBJ}/libsimavr.so.1 $(DESTDIR)/lib/ + ln -sf libsimavr.so.1 $(DESTDIR)/lib/libsimavr.so +-endif + $(MKDIR) $(DESTDIR)/bin + $(INSTALL) ${OBJ}/${target}.elf $(DESTDIR)/bin/simavr + diff --git a/devel/simavr/pkg-descr b/devel/simavr/pkg-descr new file mode 100644 index 00000000000..0b0714db808 --- /dev/null +++ b/devel/simavr/pkg-descr @@ -0,0 +1,4 @@ +This is a port of simavr, an AVR simulator using avr-gcc's register +definitions. + +WWW: https://github.com/buserror/simavr diff --git a/devel/simavr/pkg-plist b/devel/simavr/pkg-plist new file mode 100644 index 00000000000..a351485d1e0 --- /dev/null +++ b/devel/simavr/pkg-plist @@ -0,0 +1,116 @@ +bin/simavr +include/simavr/avr/avr_mcu_section.h +include/simavr/avr_adc.h +include/simavr/avr_bitbang.h +include/simavr/avr_eeprom.h +include/simavr/avr_extint.h +include/simavr/avr_flash.h +include/simavr/avr_ioport.h +include/simavr/avr_lin.h +include/simavr/avr_spi.h +include/simavr/avr_timer.h +include/simavr/avr_twi.h +include/simavr/avr_uart.h +include/simavr/avr_usb.h +include/simavr/avr_watchdog.h +include/simavr/fifo_declare.h +include/simavr/sim_avr.h +include/simavr/sim_avr_types.h +include/simavr/sim_core.h +include/simavr/sim_core_config.h +include/simavr/sim_core_decl.h +include/simavr/sim_cycle_timers.h +include/simavr/sim_elf.h +include/simavr/sim_gdb.h +include/simavr/sim_hex.h +include/simavr/sim_interrupts.h +include/simavr/sim_io.h +include/simavr/sim_irq.h +include/simavr/sim_network.h +include/simavr/sim_regbit.h +include/simavr/sim_time.h +include/simavr/sim_vcd_file.h +lib/libsimavr.a +lib/libsimavr.so +lib/libsimavr.so.1 +libdata/pkgconfig/simavr-avr.pc +libdata/pkgconfig/simavr.pc +%%PORTDOCS%%%%DOCSDIR%%/manual.pdf +%%PORTDOCS%%%%DOCSDIR%%/simavr_callgraph.pdf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.common +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.opengl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/atmega48_charlcd.axf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/atmega48_charlcd.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/avr_hd44780.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/avr_hd44780.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/avr_hd44780_conf.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/charlcd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/charlcd.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/font.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_i2ctest/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_i2ctest/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_i2ctest/atmega1280_i2ctest.axf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_i2ctest/atmega1280_i2ctest.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_i2ctest/i2ctest +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_i2ctest/i2ctest.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ledramp/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ledramp/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ledramp/atmega48_ledramp.axf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ledramp/atmega48_ledramp.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ledramp/ledramp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ledramp/ledramp.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_simduino/ATmegaBOOT_168_atmega328.ihex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_simduino/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_simduino/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_simduino/atmega328p_dummy_blinky.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_simduino/atmega328p_dummy_blinky.hex +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_simduino/simduino +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_simduino/simduino.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ssd1306/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ssd1306/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ssd1306/atmega32_ssd1306.axf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ssd1306/atmega32_ssd1306.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ssd1306/images.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ssd1306/images.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ssd1306/ssd1306.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ssd1306/ssd1306.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ssd1306/ssd1306demo +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ssd1306/ssd1306demo.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_timer_64led/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_timer_64led/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_timer_64led/atmega168_timer_64led.axf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_timer_64led/atmega168_timer_64led.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_timer_64led/atmega168_timer_64led.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_timer_64led/timer_64led +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_timer_64led/timer_64led.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/ac_input.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/ac_input.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/button.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/button.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/hc595.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/hc595.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/hd44780.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/hd44780.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/hd44780_glut.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/hd44780_glut.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/i2c_eeprom.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/i2c_eeprom.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/ssd1306_glut.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/ssd1306_glut.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/ssd1306_virt.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/ssd1306_virt.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/uart_pty.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/uart_pty.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/uart_udp.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/uart_udp.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/vhci_usb.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/vhci_usb.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shared/arduidiot_pins.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shared/arduidiot_pins.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shared/avr_twi_master.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shared/avr_twi_master.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shared/twimaster.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shared/twimaster.h diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 7855829d414..85e1ed24a13 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -195,15 +195,9 @@ PLIST_SUB+= NOBASE="" BASE="@comment " SUB_LIST+= NOBASE="" BASE="@comment " USE_RC_SUBR+= named SUB_FILES+= named.conf -.if ${PORT_OPTIONS:MGOST} || ${PORT_OPTIONS:MGOST_ASN1} -WITH_OPENSSL_PORT=yes -.endif .else PLIST_SUB+= NOBASE="@comment " BASE="" SUB_LIST+= NOBASE="@comment " BASE="" -.if ${PORT_OPTIONS:MSSL} -WITH_OPENSSL_PORT= yes -.endif .endif PKGDEINSTALL= ${PKGINSTALL} @@ -211,6 +205,14 @@ PKGDEINSTALL= ${PKGINSTALL} PORTDOCS= * +.include + +.if ( ${PORT_OPTIONS:MGOST} || ${PORT_OPTIONS:MGOST_ASN1} ) && defined(WITH_OPENSSL_BASE) +BROKEN= OpenSSL from the base system does not support GOST, add \ + WITH_OPENSSL_PORT=yes to your /etc/make.conf and rebuild everything \ + that needs SSL. +.endif + post-extract: echo "SRCID=${HASH}" > ${WRKSRC}/srcid @@ -260,4 +262,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${STAGEDIR}${ETCDIR}/rndc.conf.sample -.include +.include diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 4373bf8f267..79af9b0024c 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -179,21 +179,23 @@ PLIST_SUB+= NOBASE="" BASE="@comment " SUB_LIST+= NOBASE="" BASE="@comment " USE_RC_SUBR+= named SUB_FILES+= named.conf -.if ${PORT_OPTIONS:MGOST} -WITH_OPENSSL_PORT=yes -.endif .else PLIST_SUB+= NOBASE="@comment " BASE="" SUB_LIST+= NOBASE="@comment " BASE="" -.if ${PORT_OPTIONS:MSSL} -WITH_OPENSSL_PORT= yes -.endif .endif PKGDEINSTALL= ${PKGINSTALL} PORTDOCS= * +.include + +.if ( ${PORT_OPTIONS:MGOST} ) && defined(WITH_OPENSSL_BASE) +BROKEN= OpenSSL from the base system does not support GOST, add \ + WITH_OPENSSL_PORT=yes to your /etc/make.conf and rebuild everything \ + that needs SSL. +.endif + post-patch: @${REINPLACE_CMD} -e 's|readline/readline.h|editline/readline.h|; \ s|readline/history.h|histedit.h|' \ @@ -241,4 +243,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${STAGEDIR}${ETCDIR}/rndc.conf.sample -.include +.include diff --git a/emulators/i386-wine-devel/Makefile.inc b/emulators/i386-wine-devel/Makefile.inc index 0a006d704d0..c8c2944b4d6 100644 --- a/emulators/i386-wine-devel/Makefile.inc +++ b/emulators/i386-wine-devel/Makefile.inc @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wine -PORTVERSION= 1.9.6 -PORTREVISION= 1 +PORTVERSION= 1.9.7 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/ diff --git a/emulators/i386-wine-devel/distinfo b/emulators/i386-wine-devel/distinfo index 0035593cacb..59f6ddfae71 100644 --- a/emulators/i386-wine-devel/distinfo +++ b/emulators/i386-wine-devel/distinfo @@ -1,12 +1,12 @@ -SHA256 (freebsd:9:x86:64/i386-wine-devel-1.9.6_1,1.txz) = 953f27df383d18015de049487164666d24de2811f0fe061b0c34f7d8cfa41945 -SIZE (freebsd:9:x86:64/i386-wine-devel-1.9.6_1,1.txz) = 39021500 -SHA256 (freebsd:9:x86:64/i386-wine-staging-1.9.6_1,1.txz) = 25a7d9a83e9be5823fb70894d1ce30605783795b90abddd536956f8f0fdfa6e5 -SIZE (freebsd:9:x86:64/i386-wine-staging-1.9.6_1,1.txz) = 41388572 -SHA256 (freebsd:10:x86:64/i386-wine-devel-1.9.6_1,1.txz) = 1f021dbed8f3dcea7ea79dbd67f8f49ea9d002f8fb3a9f3f420ee4ca0cd76df4 -SIZE (freebsd:10:x86:64/i386-wine-devel-1.9.6_1,1.txz) = 35742192 -SHA256 (freebsd:10:x86:64/i386-wine-staging-1.9.6_1,1.txz) = 14b5ded94cc662c7cedb792f3eba1065bea55d165c9b8815d3484df40e3df6da -SIZE (freebsd:10:x86:64/i386-wine-staging-1.9.6_1,1.txz) = 38100772 -SHA256 (freebsd:11:x86:64/i386-wine-devel-1.9.6_1,1.txz) = b3b24c7f095acdc2b6b4dfed74a03f46424007850cbd06ad0b55045dc2a9cb1d -SIZE (freebsd:11:x86:64/i386-wine-devel-1.9.6_1,1.txz) = 38703880 -SHA256 (freebsd:11:x86:64/i386-wine-staging-1.9.6_1,1.txz) = e3ca49c7c1f1d91caf249f7466ea6296447165d008eb88c31a3366e51943b5f5 -SIZE (freebsd:11:x86:64/i386-wine-staging-1.9.6_1,1.txz) = 41055440 +SHA256 (freebsd:9:x86:64/i386-wine-devel-1.9.7,1.txz) = 63a8aa2a1e9f33cc5737ccb40d6e17eb0dcf7b397e5f7ad89212f4b964572961 +SIZE (freebsd:9:x86:64/i386-wine-devel-1.9.7,1.txz) = 39043000 +SHA256 (freebsd:9:x86:64/i386-wine-staging-1.9.7,1.txz) = 3ed1b7890dad542e1532b4a54d5f542a4f4d4bc43b49f407a9d56acca0d58f1d +SIZE (freebsd:9:x86:64/i386-wine-staging-1.9.7,1.txz) = 41736276 +SHA256 (freebsd:10:x86:64/i386-wine-devel-1.9.7,1.txz) = 5a33e4cc36053a46592e98ca6742fa6ee3b093bceeb52a60a983f5b3e6360ff2 +SIZE (freebsd:10:x86:64/i386-wine-devel-1.9.7,1.txz) = 39143644 +SHA256 (freebsd:10:x86:64/i386-wine-staging-1.9.7,1.txz) = 24d140d4fcad260d6139a2c3f725d3b650ce8f98295c338edacc1390853a08f7 +SIZE (freebsd:10:x86:64/i386-wine-staging-1.9.7,1.txz) = 41827108 +SHA256 (freebsd:11:x86:64/i386-wine-devel-1.9.7,1.txz) = e1e8ce9c1ccc0a2bd8b9a76e55b92e439f72f97d05fdea448f1c99ec1bf45dd0 +SIZE (freebsd:11:x86:64/i386-wine-devel-1.9.7,1.txz) = 38721756 +SHA256 (freebsd:11:x86:64/i386-wine-staging-1.9.7,1.txz) = ee3c4ec37587184ca2fe400cdee7c439f4d31db7a8aad37e0f1e90a13d4903a7 +SIZE (freebsd:11:x86:64/i386-wine-staging-1.9.7,1.txz) = 41401260 diff --git a/emulators/i386-wine-devel/pkg-plist b/emulators/i386-wine-devel/pkg-plist index 81d01e56cb9..1aa798f6cde 100644 --- a/emulators/i386-wine-devel/pkg-plist +++ b/emulators/i386-wine-devel/pkg-plist @@ -236,6 +236,7 @@ include/wine/windows/d3dx10.h include/wine/windows/d3dx10async.h %%STAGING%%include/wine/windows/d3dx10core.h %%STAGING%%include/wine/windows/d3dx10core.idl +include/wine/windows/d3dx10tex.h include/wine/windows/d3dx9.h include/wine/windows/d3dx9anim.h include/wine/windows/d3dx9core.h @@ -380,6 +381,7 @@ include/wine/windows/fci.h include/wine/windows/fdi.h include/wine/windows/fileapi.h include/wine/windows/fltdefs.h +include/wine/windows/fontsub.h include/wine/windows/fusion.h include/wine/windows/fusion.idl include/wine/windows/gameux.h @@ -494,6 +496,8 @@ include/wine/windows/metahost.h include/wine/windows/metahost.idl include/wine/windows/mfapi.h include/wine/windows/mferror.h +%%STAGING%%include/wine/windows/mfidl.h +%%STAGING%%include/wine/windows/mfidl.idl include/wine/windows/mfobjects.h include/wine/windows/mfobjects.idl include/wine/windows/midles.h @@ -692,6 +696,8 @@ include/wine/windows/shdeprecated.idl include/wine/windows/shdispid.h include/wine/windows/shellapi.h %%STAGING%%include/wine/windows/shellscalingapi.h +include/wine/windows/shimgdata.h +include/wine/windows/shimgdata.idl include/wine/windows/shldisp.h include/wine/windows/shldisp.idl include/wine/windows/shlguid.h @@ -896,12 +902,19 @@ lib32/.libGL/dri/swrast_dri.so lib32/.libGL/dri/vmwgfx_dri.so lib32/.libGL/libGL.so.1 lib32/libGLU.so.1 +%%OSREL10%%lib32/libLLVMAArch64AsmParser.so.3.7 %%OSREL11%%lib32/libLLVMAArch64AsmParser.so.3.7 +%%OSREL10%%lib32/libLLVMAArch64AsmPrinter.so.3.7 %%OSREL11%%lib32/libLLVMAArch64AsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMAArch64CodeGen.so.3.7 %%OSREL11%%lib32/libLLVMAArch64CodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMAArch64Desc.so.3.7 %%OSREL11%%lib32/libLLVMAArch64Desc.so.3.7 +%%OSREL10%%lib32/libLLVMAArch64Disassembler.so.3.7 %%OSREL11%%lib32/libLLVMAArch64Disassembler.so.3.7 +%%OSREL10%%lib32/libLLVMAArch64Info.so.3.7 %%OSREL11%%lib32/libLLVMAArch64Info.so.3.7 +%%OSREL10%%lib32/libLLVMAArch64Utils.so.3.7 %%OSREL11%%lib32/libLLVMAArch64Utils.so.3.7 lib32/libLLVMAMDGPUAsmParser.so.3.7 lib32/libLLVMAMDGPUAsmPrinter.so.3.7 @@ -909,77 +922,130 @@ lib32/libLLVMAMDGPUCodeGen.so.3.7 lib32/libLLVMAMDGPUDesc.so.3.7 lib32/libLLVMAMDGPUInfo.so.3.7 lib32/libLLVMAMDGPUUtils.so.3.7 +%%OSREL10%%lib32/libLLVMARMAsmParser.so.3.7 %%OSREL11%%lib32/libLLVMARMAsmParser.so.3.7 +%%OSREL10%%lib32/libLLVMARMAsmPrinter.so.3.7 %%OSREL11%%lib32/libLLVMARMAsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMARMCodeGen.so.3.7 %%OSREL11%%lib32/libLLVMARMCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMARMDesc.so.3.7 %%OSREL11%%lib32/libLLVMARMDesc.so.3.7 +%%OSREL10%%lib32/libLLVMARMDisassembler.so.3.7 %%OSREL11%%lib32/libLLVMARMDisassembler.so.3.7 +%%OSREL10%%lib32/libLLVMARMInfo.so.3.7 %%OSREL11%%lib32/libLLVMARMInfo.so.3.7 lib32/libLLVMAnalysis.so.3.7 +%%OSREL10%%lib32/libLLVMAsmParser.so.3.7 %%OSREL11%%lib32/libLLVMAsmParser.so.3.7 lib32/libLLVMAsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMBPFAsmPrinter.so.3.7 %%OSREL11%%lib32/libLLVMBPFAsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMBPFCodeGen.so.3.7 %%OSREL11%%lib32/libLLVMBPFCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMBPFDesc.so.3.7 %%OSREL11%%lib32/libLLVMBPFDesc.so.3.7 +%%OSREL10%%lib32/libLLVMBPFInfo.so.3.7 %%OSREL11%%lib32/libLLVMBPFInfo.so.3.7 lib32/libLLVMBitReader.so.3.7 lib32/libLLVMBitWriter.so.3.7 lib32/libLLVMCodeGen.so.3.7 lib32/libLLVMCore.so.3.7 +%%OSREL10%%lib32/libLLVMCppBackendCodeGen.so.3.7 %%OSREL11%%lib32/libLLVMCppBackendCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMCppBackendInfo.so.3.7 %%OSREL11%%lib32/libLLVMCppBackendInfo.so.3.7 lib32/libLLVMExecutionEngine.so.3.7 +%%OSREL10%%lib32/libLLVMHexagonCodeGen.so.3.7 %%OSREL11%%lib32/libLLVMHexagonCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMHexagonDesc.so.3.7 %%OSREL11%%lib32/libLLVMHexagonDesc.so.3.7 +%%OSREL10%%lib32/libLLVMHexagonDisassembler.so.3.7 %%OSREL11%%lib32/libLLVMHexagonDisassembler.so.3.7 +%%OSREL10%%lib32/libLLVMHexagonInfo.so.3.7 %%OSREL11%%lib32/libLLVMHexagonInfo.so.3.7 +%%OSREL10%%lib32/libLLVMIRReader.so.3.7 %%OSREL11%%lib32/libLLVMIRReader.so.3.7 lib32/libLLVMInstCombine.so.3.7 lib32/libLLVMInstrumentation.so.3.7 +%%OSREL10%%lib32/libLLVMLinker.so.3.7 %%OSREL11%%lib32/libLLVMLinker.so.3.7 lib32/libLLVMMC.so.3.7 lib32/libLLVMMCDisassembler.so.3.7 lib32/libLLVMMCJIT.so.3.7 lib32/libLLVMMCParser.so.3.7 +%%OSREL10%%lib32/libLLVMMSP430AsmPrinter.so.3.7 %%OSREL11%%lib32/libLLVMMSP430AsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMMSP430CodeGen.so.3.7 %%OSREL11%%lib32/libLLVMMSP430CodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMMSP430Desc.so.3.7 %%OSREL11%%lib32/libLLVMMSP430Desc.so.3.7 +%%OSREL10%%lib32/libLLVMMSP430Info.so.3.7 %%OSREL11%%lib32/libLLVMMSP430Info.so.3.7 +%%OSREL10%%lib32/libLLVMMipsAsmParser.so.3.7 %%OSREL11%%lib32/libLLVMMipsAsmParser.so.3.7 +%%OSREL10%%lib32/libLLVMMipsAsmPrinter.so.3.7 %%OSREL11%%lib32/libLLVMMipsAsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMMipsCodeGen.so.3.7 %%OSREL11%%lib32/libLLVMMipsCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMMipsDesc.so.3.7 %%OSREL11%%lib32/libLLVMMipsDesc.so.3.7 +%%OSREL10%%lib32/libLLVMMipsDisassembler.so.3.7 %%OSREL11%%lib32/libLLVMMipsDisassembler.so.3.7 +%%OSREL10%%lib32/libLLVMMipsInfo.so.3.7 %%OSREL11%%lib32/libLLVMMipsInfo.so.3.7 +%%OSREL10%%lib32/libLLVMNVPTXAsmPrinter.so.3.7 %%OSREL11%%lib32/libLLVMNVPTXAsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMNVPTXCodeGen.so.3.7 %%OSREL11%%lib32/libLLVMNVPTXCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMNVPTXDesc.so.3.7 %%OSREL11%%lib32/libLLVMNVPTXDesc.so.3.7 +%%OSREL10%%lib32/libLLVMNVPTXInfo.so.3.7 %%OSREL11%%lib32/libLLVMNVPTXInfo.so.3.7 +%%OSREL10%%lib32/libLLVMObjCARCOpts.so.3.7 %%OSREL11%%lib32/libLLVMObjCARCOpts.so.3.7 lib32/libLLVMObject.so.3.7 +%%OSREL10%%lib32/libLLVMOption.so.3.7 %%OSREL11%%lib32/libLLVMOption.so.3.7 +%%OSREL10%%lib32/libLLVMPowerPCAsmParser.so.3.7 %%OSREL11%%lib32/libLLVMPowerPCAsmParser.so.3.7 +%%OSREL10%%lib32/libLLVMPowerPCAsmPrinter.so.3.7 %%OSREL11%%lib32/libLLVMPowerPCAsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMPowerPCCodeGen.so.3.7 %%OSREL11%%lib32/libLLVMPowerPCCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMPowerPCDesc.so.3.7 %%OSREL11%%lib32/libLLVMPowerPCDesc.so.3.7 +%%OSREL10%%lib32/libLLVMPowerPCDisassembler.so.3.7 %%OSREL11%%lib32/libLLVMPowerPCDisassembler.so.3.7 +%%OSREL10%%lib32/libLLVMPowerPCInfo.so.3.7 %%OSREL11%%lib32/libLLVMPowerPCInfo.so.3.7 lib32/libLLVMProfileData.so.3.7 lib32/libLLVMRuntimeDyld.so.3.7 lib32/libLLVMScalarOpts.so.3.7 lib32/libLLVMSelectionDAG.so.3.7 +%%OSREL10%%lib32/libLLVMSparcAsmParser.so.3.7 %%OSREL11%%lib32/libLLVMSparcAsmParser.so.3.7 +%%OSREL10%%lib32/libLLVMSparcAsmPrinter.so.3.7 %%OSREL11%%lib32/libLLVMSparcAsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMSparcCodeGen.so.3.7 %%OSREL11%%lib32/libLLVMSparcCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMSparcDesc.so.3.7 %%OSREL11%%lib32/libLLVMSparcDesc.so.3.7 +%%OSREL10%%lib32/libLLVMSparcDisassembler.so.3.7 %%OSREL11%%lib32/libLLVMSparcDisassembler.so.3.7 +%%OSREL10%%lib32/libLLVMSparcInfo.so.3.7 %%OSREL11%%lib32/libLLVMSparcInfo.so.3.7 lib32/libLLVMSupport.so.3.7 +%%OSREL10%%lib32/libLLVMSystemZAsmParser.so.3.7 %%OSREL11%%lib32/libLLVMSystemZAsmParser.so.3.7 +%%OSREL10%%lib32/libLLVMSystemZAsmPrinter.so.3.7 %%OSREL11%%lib32/libLLVMSystemZAsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMSystemZCodeGen.so.3.7 %%OSREL11%%lib32/libLLVMSystemZCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMSystemZDesc.so.3.7 %%OSREL11%%lib32/libLLVMSystemZDesc.so.3.7 +%%OSREL10%%lib32/libLLVMSystemZDisassembler.so.3.7 %%OSREL11%%lib32/libLLVMSystemZDisassembler.so.3.7 +%%OSREL10%%lib32/libLLVMSystemZInfo.so.3.7 %%OSREL11%%lib32/libLLVMSystemZInfo.so.3.7 lib32/libLLVMTarget.so.3.7 lib32/libLLVMTransformUtils.so.3.7 @@ -991,10 +1057,15 @@ lib32/libLLVMX86Desc.so.3.7 lib32/libLLVMX86Disassembler.so.3.7 lib32/libLLVMX86Info.so.3.7 lib32/libLLVMX86Utils.so.3.7 +%%OSREL10%%lib32/libLLVMXCoreAsmPrinter.so.3.7 %%OSREL11%%lib32/libLLVMXCoreAsmPrinter.so.3.7 +%%OSREL10%%lib32/libLLVMXCoreCodeGen.so.3.7 %%OSREL11%%lib32/libLLVMXCoreCodeGen.so.3.7 +%%OSREL10%%lib32/libLLVMXCoreDesc.so.3.7 %%OSREL11%%lib32/libLLVMXCoreDesc.so.3.7 +%%OSREL10%%lib32/libLLVMXCoreDisassembler.so.3.7 %%OSREL11%%lib32/libLLVMXCoreDisassembler.so.3.7 +%%OSREL10%%lib32/libLLVMXCoreInfo.so.3.7 %%OSREL11%%lib32/libLLVMXCoreInfo.so.3.7 lib32/libLLVMipa.so.3.7 lib32/libLLVMipo.so.3.7 @@ -1632,6 +1703,7 @@ lib32/wine/fakedlls/fltlib.dll %%STAGING%%lib32/wine/fakedlls/fltmgr.sys lib32/wine/fakedlls/fntcache.dll lib32/wine/fakedlls/fontsub.dll +%%STAGING%%lib32/wine/fakedlls/fsutil.exe lib32/wine/fakedlls/fusion.dll lib32/wine/fakedlls/fwpuclnt.dll lib32/wine/fakedlls/gameux.dll @@ -2055,6 +2127,7 @@ lib32/wine/fltlib.dll.so %%STAGING%%lib32/wine/fltmgr.sys.so lib32/wine/fntcache.dll.so lib32/wine/fontsub.dll.so +%%STAGING%%lib32/wine/fsutil.exe.so lib32/wine/fusion.dll.so lib32/wine/fwpuclnt.dll.so lib32/wine/gameux.dll.so @@ -2151,8 +2224,7 @@ lib32/wine/libdbgeng.def lib32/wine/libdbghelp.def lib32/wine/libdciman32.def lib32/wine/libddraw.def -lib32/wine/libdinput.def -lib32/wine/libdinput.def.a +lib32/wine/libdinput.a lib32/wine/libdinput8.def lib32/wine/libdmusic32.def lib32/wine/libdnsapi.def @@ -2255,6 +2327,7 @@ lib32/wine/libsti.def lib32/wine/libstrmbase.a lib32/wine/libstrmiids.a lib32/wine/libsxs.def +lib32/wine/libt2embed.def lib32/wine/libtapi32.def lib32/wine/libunicows.def lib32/wine/liburl.def diff --git a/emulators/i386-wine/distinfo b/emulators/i386-wine/distinfo index 7e188ebe161..f877a68f4cc 100644 --- a/emulators/i386-wine/distinfo +++ b/emulators/i386-wine/distinfo @@ -1,6 +1,6 @@ -SHA256 (freebsd:9:x86:64/i386-wine-1.8.1_3,1.txz) = eb6157f03068ac14222457c3e2b49398f6535532e1d06a45bacf5834386554ef -SIZE (freebsd:9:x86:64/i386-wine-1.8.1_3,1.txz) = 38927460 -SHA256 (freebsd:10:x86:64/i386-wine-1.8.1_3,1.txz) = 832972c4a369e2133ee6d1046cea354fef6dd015cb462efcceb2c14817e2c172 -SIZE (freebsd:10:x86:64/i386-wine-1.8.1_3,1.txz) = 35639456 -SHA256 (freebsd:11:x86:64/i386-wine-1.8.1_3,1.txz) = a77d90e7284c9b4045093f42648381659417a4211f4839ab7cac5932c97c5dbf -SIZE (freebsd:11:x86:64/i386-wine-1.8.1_3,1.txz) = 38595728 +SHA256 (freebsd:9:x86:64/i386-wine-1.8.1_3,1.txz) = 072b269e1889d5076cac6f9e31401666ea7db32f872d04960d5cf738d06ff11b +SIZE (freebsd:9:x86:64/i386-wine-1.8.1_3,1.txz) = 38935728 +SHA256 (freebsd:10:x86:64/i386-wine-1.8.1_3,1.txz) = fa87d601396b6819dd08df8551edc6854c31db934392c03c36fbd7daae4169ce +SIZE (freebsd:10:x86:64/i386-wine-1.8.1_3,1.txz) = 35646032 +SHA256 (freebsd:11:x86:64/i386-wine-1.8.1_3,1.txz) = d40f960ab9e112782f6b7604ce96a36c7ce48a37e69e7348c2560d9ae1bb965c +SIZE (freebsd:11:x86:64/i386-wine-1.8.1_3,1.txz) = 38586464 diff --git a/emulators/qemu-cheri/Makefile.snapshot b/emulators/qemu-cheri/Makefile.snapshot index d45fcd46b6f..438eb7a5af0 100644 --- a/emulators/qemu-cheri/Makefile.snapshot +++ b/emulators/qemu-cheri/Makefile.snapshot @@ -4,6 +4,6 @@ # # Generated by: files/gen-Makefile.snapshot.sh. # -SNAPDATE= 20160310 +SNAPDATE= 20160405 -QEMU_COMMIT= d348332f2be05d2811a382be5a4f2b445d62db3f +QEMU_COMMIT= 5d1f1bf1d043e871212f785d3e67890c47dcb499 diff --git a/emulators/qemu-cheri/distinfo b/emulators/qemu-cheri/distinfo index 04e31c24da2..573c19e0135 100644 --- a/emulators/qemu-cheri/distinfo +++ b/emulators/qemu-cheri/distinfo @@ -1,2 +1,2 @@ -SHA256 (CTSRD-CHERI-qemu-0.d20160310-d348332f2be05d2811a382be5a4f2b445d62db3f_GH0.tar.gz) = 18573bb98de40fd30206bd9bb99a12f064a09a57edb0a426a5df24cc2e4bcd8d -SIZE (CTSRD-CHERI-qemu-0.d20160310-d348332f2be05d2811a382be5a4f2b445d62db3f_GH0.tar.gz) = 11138454 +SHA256 (CTSRD-CHERI-qemu-0.d20160405-5d1f1bf1d043e871212f785d3e67890c47dcb499_GH0.tar.gz) = e55d610c2496ffeb8eb17610351d4589490967fd19805729d06ee2a25869605d +SIZE (CTSRD-CHERI-qemu-0.d20160405-5d1f1bf1d043e871212f785d3e67890c47dcb499_GH0.tar.gz) = 11139121 diff --git a/emulators/qemu-cheri/files/gen-Makefile.snapshot.sh b/emulators/qemu-cheri/files/gen-Makefile.snapshot.sh index 5db18400831..0bf4935790e 100644 --- a/emulators/qemu-cheri/files/gen-Makefile.snapshot.sh +++ b/emulators/qemu-cheri/files/gen-Makefile.snapshot.sh @@ -4,12 +4,33 @@ # curl and jq. Uses unauthenticated access which is ratelimited to 60 # queries per hour. -get_repo_sha() +REPOS_URL=https://api.github.com/repos/CTSRD-CHERI +MAX_DATE=1970101 + +tmpfile=`mktemp -t gen-Makefile.snapshot` + +query_repo() { - curl https://api.github.com/repos/CTSRD-CHERI/$1/branches/qemu-cheri | \ - jq -r '.commit.sha' + curl ${REPOS_URL}/$1/branches/qemu-cheri > $tmpfile + + # Accumulate the dates of the last commits to find the snapshot date + committime=`jq -r '.commit.commit.committer.date' $tmpfile` + committime=${committime%%T*} + year=${committime%%-*} + month=${committime%-*} + month=${month#*-} + day=${committime##*-} + dateint=${year}${month}${day} + if [ $dateint -gt $MAX_DATE ]; then + export MAX_DATE=$dateint + fi + + SHA=`jq -r '.commit.sha' $tmpfile` } +query_repo qemu +QEMU_COMMIT=$SHA + cat < Makefile.snapshot # \$FreeBSD\$ # @@ -17,7 +38,9 @@ cat < Makefile.snapshot # # Generated by: files/gen-Makefile.snapshot.sh. # -SNAPDATE= $(date +%Y%m%d) +SNAPDATE= ${MAX_DATE} -QEMU_COMMIT= $(get_repo_sha qemu) +QEMU_COMMIT= ${QEMU_COMMIT} EOF + +rm -f $tmpfile diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 45f25c555c9..f4d5134f795 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lftp -PORTVERSION= 4.6.5 -PORTREVISION= 1 +PORTVERSION= 4.7.1 CATEGORIES= ftp ipv6 MASTER_SITES= http://lftp.yar.ru/ftp/ \ http://lftp.yar.ru/ftp/old/ \ diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index 9894a1b121d..a2f768f0265 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1,2 +1,2 @@ -SHA256 (lftp-4.6.5.tar.gz) = 29d1c82d610803d5c017657d7663e05fa01bd58f0e06180f306e430f07816299 -SIZE (lftp-4.6.5.tar.gz) = 2666338 +SHA256 (lftp-4.7.1.tar.gz) = 98335d6f006286b3900cacf215f6341777f921ba2d412fa88b16727954daee58 +SIZE (lftp-4.7.1.tar.gz) = 2692192 diff --git a/games/pioneer/Makefile b/games/pioneer/Makefile index 92e22fb8ca5..3180fe9919a 100644 --- a/games/pioneer/Makefile +++ b/games/pioneer/Makefile @@ -3,7 +3,6 @@ PORTNAME= pioneer PORTVERSION= 0.0.${GH_TAGNAME} -PORTREVISION= 1 CATEGORIES= games MAINTAINER= lightside@gmx.com @@ -39,7 +38,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ USE_GITHUB= yes GH_ACCOUNT= pioneerspacesim -GH_TAGNAME= 20160225 +GH_TAGNAME= 20160404 USES= autoreconf gmake pkgconfig USE_GL= gl diff --git a/games/pioneer/distinfo b/games/pioneer/distinfo index 587f395d7eb..ed842cc00b7 100644 --- a/games/pioneer/distinfo +++ b/games/pioneer/distinfo @@ -1,2 +1,2 @@ -SHA256 (pioneerspacesim-pioneer-0.0.20160225-20160225_GH0.tar.gz) = bcecb8c1c1a448ac76c8890be24d8758d22604be64c8f9b771bf8d3aefcbd8b2 -SIZE (pioneerspacesim-pioneer-0.0.20160225-20160225_GH0.tar.gz) = 187185912 +SHA256 (pioneerspacesim-pioneer-0.0.20160404-20160404_GH0.tar.gz) = 6f32814128396cfdbd85ecf354cf590e34226173631aa485473f764762ad7ceb +SIZE (pioneerspacesim-pioneer-0.0.20160404-20160404_GH0.tar.gz) = 189053561 diff --git a/games/reminiscence/Makefile b/games/reminiscence/Makefile index d67bea6a923..f3413c16af0 100644 --- a/games/reminiscence/Makefile +++ b/games/reminiscence/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= REminiscence -PORTVERSION= 0.2.1 -PORTREVISION= 3 +PORTVERSION= 0.3.0 CATEGORIES= games MASTER_SITES= http://cyxdown.free.fr/reminiscence/ \ http://mirror.amdmi3.ru/distfiles/ @@ -11,7 +10,9 @@ MASTER_SITES= http://cyxdown.free.fr/reminiscence/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Rewritten engine for Flashback -USES= tar:bzip2 gmake +LIB_DEPENDS= libvorbisidec.so:audio/libtremor + +USES= gmake pkgconfig tar:bzip2 USE_SDL= sdl ALL_TARGET= rs @@ -30,8 +31,10 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rs ${STAGEDIR}${PREFIX}/bin/remin - ${MKDIR} ${STAGEDIR}${DATADIR}/data - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DATADIR}/data + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .include diff --git a/games/reminiscence/distinfo b/games/reminiscence/distinfo index c7b33c5407d..bbd3b3cd276 100644 --- a/games/reminiscence/distinfo +++ b/games/reminiscence/distinfo @@ -1,2 +1,2 @@ -SHA256 (REminiscence-0.2.1.tar.bz2) = 3168ffb7cd29e72a150e22edc6f0891001288f4c89d7900cbac8864ce763c2bd -SIZE (REminiscence-0.2.1.tar.bz2) = 101621 +SHA256 (REminiscence-0.3.0.tar.bz2) = 9bb3693ad6c2f6e2ec6a5672d887866eb528c2c206a1bf8a046c39e496382f5a +SIZE (REminiscence-0.3.0.tar.bz2) = 109524 diff --git a/games/reminiscence/files/patch-Makefile b/games/reminiscence/files/patch-Makefile index ae5ecfc02af..482ae4db649 100644 --- a/games/reminiscence/files/patch-Makefile +++ b/games/reminiscence/files/patch-Makefile @@ -1,18 +1,30 @@ ---- Makefile.orig 2011-03-10 20:47:57.000000000 +0300 -+++ Makefile 2011-05-05 11:43:09.000000000 +0400 -@@ -1,12 +1,11 @@ +--- Makefile.orig 2016-03-06 13:27:40 UTC ++++ Makefile +@@ -1,12 +1,13 @@ +- + SDL_CFLAGS = `sdl-config --cflags` + SDL_LIBS = `sdl-config --libs` +-VORBIS_LIBS = -lvorbisidec +-MODPLUG_LIBS = -lmodplug ++VORBIS_CFLAGS = `pkg-config --cflags vorbisidec` ++VORBIS_LIBS = `pkg-config --libs vorbisidec` ++#MODPLUG_CFLAGS = `pkg-config --cflags libmodplug` ++#MODPLUG_LIBS = `pkg-config --libs libmodplug` + ZLIB_LIBS = -lz --SDL_CFLAGS = `sdl-config --cflags` --SDL_LIBS = `sdl-config --libs` -+SDL_CFLAGS = `${SDL_CONFIG} --cflags` -+SDL_LIBS = `${SDL_CONFIG} --libs` - - DEFINES = -DBYPASS_PROTECTION - #DEFINES = -DBYPASS_PROTECTION -DENABLE_PASSWORD_MENU -DNDEBUG - --CXX = g++ --CXXFLAGS := -g -O -Wall -Wuninitialized -Wshadow -Wimplicit -Wundef -Wreorder -Wnon-virtual-dtor -Wno-multichar -+CXXFLAGS += -Wall -Wuninitialized -Wshadow -Wimplicit -Wundef -Wreorder -Wnon-virtual-dtor -Wno-multichar - CXXFLAGS += -MMD $(SDL_CFLAGS) -DUSE_ZLIB $(DEFINES) +-CXX := clang++ +-CXXFLAGS := -Wall -MMD $(SDL_CFLAGS) -DUSE_ZLIB # -DUSE_MODPLUG ++CXX ?= clang++ ++CXXFLAGS += -Wall -MMD $(SDL_CFLAGS) $(VORBIS_CFLAGS) -DUSE_ZLIB # -DUSE_MODPLUG SRCS = collision.cpp cutscene.cpp file.cpp fs.cpp game.cpp graphics.cpp main.cpp menu.cpp \ + mixer.cpp mod_player.cpp ogg_player.cpp piege.cpp resource.cpp resource_aba.cpp \ +@@ -16,7 +17,7 @@ SRCS = collision.cpp cutscene.cpp file.c + OBJS = $(SRCS:.cpp=.o) + DEPS = $(SRCS:.cpp=.d) + +-LIBS = $(SDL_LIBS) $(VORBIS_LIBS) $(MODPLUG_LIBS) $(ZLIB_LIBS) ++LIBS = $(SDL_LIBS) $(VORBIS_LIBS) $(ZLIB_LIBS) + + rs: $(OBJS) + $(CXX) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) diff --git a/games/reminiscence/files/patch-main.cpp b/games/reminiscence/files/patch-main.cpp index 402034fb67a..a16b6e47887 100644 --- a/games/reminiscence/files/patch-main.cpp +++ b/games/reminiscence/files/patch-main.cpp @@ -1,14 +1,6 @@ ---- main.cpp.orig 2011-03-10 23:37:01.000000000 +0300 -+++ main.cpp 2011-05-05 11:40:07.000000000 +0400 -@@ -19,6 +19,7 @@ - #include "fs.h" - #include "game.h" - #include "systemstub.h" -+#include - - static const char *USAGE = - "REminiscence - Flashback Interpreter\n" -@@ -83,8 +84,15 @@ +--- main.cpp.orig 2016-03-02 09:36:17 UTC ++++ main.cpp +@@ -125,8 +125,15 @@ static const int DEFAULT_SCALER = SCALER #undef main int main(int argc, char *argv[]) { @@ -22,12 +14,12 @@ const char *dataPath = "DATA"; - const char *savePath = "."; + const char *savePath = buf; - const char *levelNum = "0"; - for (int i = 1; i < argc; ++i) { - bool opt = false; -@@ -111,5 +119,6 @@ - g->run(); + int levelNum = 0; + int scaler = DEFAULT_SCALER; + bool fullscreen = false; +@@ -191,5 +198,6 @@ int main(int argc, char *argv[]) { delete g; + stub->destroy(); delete stub; + free(buf); return 0; diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 12e83babe41..7b81a38ef68 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= warzone2100 -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/ diff --git a/games/warzone2100/distinfo b/games/warzone2100/distinfo index c94d800dc13..5fb4840574f 100644 --- a/games/warzone2100/distinfo +++ b/games/warzone2100/distinfo @@ -1,2 +1,2 @@ -SHA256 (warzone2100-3.1.3.tar.xz) = b8389036070eb7eb15b4649ba7dc6b7c27ded46323115b07d987815e8d33ffb2 -SIZE (warzone2100-3.1.3.tar.xz) = 86234856 +SHA256 (warzone2100-3.1.4.tar.xz) = 89f681bc809810cee3deed92fdee3712cbb8f0eb9be971ae8a50b8dfbc6df4f7 +SIZE (warzone2100-3.1.4.tar.xz) = 86236540 diff --git a/graphics/sdl2_image/Makefile b/graphics/sdl2_image/Makefile index 963ac3ae43b..cc21037e600 100644 --- a/graphics/sdl2_image/Makefile +++ b/graphics/sdl2_image/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sdl2_image -PORTVERSION= 2.0.0 -PORTREVISION= 8 +PORTVERSION= 2.0.1 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL2_image-${PORTVERSION} @@ -11,12 +10,12 @@ MAINTAINER= mva@FreeBSD.org COMMENT= Simple library to load images of various formats as SDL surfaces LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/COPYING.txt -USES= pkgconfig:build pathfix gmake libtool +USES= pkgconfig:build pathfix gmake libtool localbase USE_SDL= sdl2 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lm +INSTALL_TARGET= install-strip USE_LDCONFIG= yes OPTIONS_DEFINE= JPEG PNG TIFF WEBP diff --git a/graphics/sdl2_image/distinfo b/graphics/sdl2_image/distinfo index 579f9dbb5f1..049ed223200 100644 --- a/graphics/sdl2_image/distinfo +++ b/graphics/sdl2_image/distinfo @@ -1,2 +1,2 @@ -SHA256 (SDL2_image-2.0.0.tar.gz) = b29815c73b17633baca9f07113e8ac476ae66412dec0d29a5045825c27a47234 -SIZE (SDL2_image-2.0.0.tar.gz) = 8398016 +SHA256 (SDL2_image-2.0.1.tar.gz) = 3a3eafbceea5125c04be585373bfd8b3a18f259bd7eae3efc4e6d8e60e0d7f64 +SIZE (SDL2_image-2.0.1.tar.gz) = 7797848 diff --git a/graphics/sdl2_image/pkg-plist b/graphics/sdl2_image/pkg-plist index f0306c625ef..e3f947a9842 100644 --- a/graphics/sdl2_image/pkg-plist +++ b/graphics/sdl2_image/pkg-plist @@ -1,6 +1,6 @@ include/SDL2/SDL_image.h lib/libSDL2_image-2.0.so.0 -lib/libSDL2_image-2.0.so.0.0.0 +lib/libSDL2_image-2.0.so.0.0.1 lib/libSDL2_image.a lib/libSDL2_image.so libdata/pkgconfig/SDL2_image.pc diff --git a/graphics/sdl2_ttf/Makefile b/graphics/sdl2_ttf/Makefile index 5d5bb1c213d..d86e50f10fd 100644 --- a/graphics/sdl2_ttf/Makefile +++ b/graphics/sdl2_ttf/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sdl2_ttf -PORTVERSION= 2.0.12 -PORTREVISION= 5 +PORTVERSION= 2.0.14 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL2_ttf-${PORTVERSION} @@ -11,23 +10,19 @@ MAINTAINER= mva@FreeBSD.org COMMENT= Library to use TrueType fonts to render text in SDL applications LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/COPYING.txt LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= pkgconfig:build pathfix gmake libtool +USES= pkgconfig:build pathfix gmake libtool localbase USE_SDL= sdl2 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip USE_LDCONFIG= yes OPTIONS_DEFINE= OPENGL -.include - -.if ${PORT_OPTIONS:MOPENGL} -USE_GL= yes -.endif +OPENGL_USE= GL=yes post-install: ${INSTALL_PROGRAM} ${WRKSRC}/.libs/glfont ${STAGEDIR}${PREFIX}/bin/sdl2-glfont diff --git a/graphics/sdl2_ttf/distinfo b/graphics/sdl2_ttf/distinfo index 755d9b3055e..2b398ff91ee 100644 --- a/graphics/sdl2_ttf/distinfo +++ b/graphics/sdl2_ttf/distinfo @@ -1,2 +1,2 @@ -SHA256 (SDL2_ttf-2.0.12.tar.gz) = 8728605443ea1cca5cad501dc34dc0cb15135d1e575551da6d151d213d356f6e -SIZE (SDL2_ttf-2.0.12.tar.gz) = 5517665 +SHA256 (SDL2_ttf-2.0.14.tar.gz) = 34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62fe39276 +SIZE (SDL2_ttf-2.0.14.tar.gz) = 4147462 diff --git a/graphics/sdl2_ttf/pkg-plist b/graphics/sdl2_ttf/pkg-plist index c27f87b4743..31d95eda34c 100644 --- a/graphics/sdl2_ttf/pkg-plist +++ b/graphics/sdl2_ttf/pkg-plist @@ -2,7 +2,7 @@ bin/sdl2-glfont bin/sdl2-showfont include/SDL2/SDL_ttf.h lib/libSDL2_ttf-2.0.so.0 -lib/libSDL2_ttf-2.0.so.0.10.2 +lib/libSDL2_ttf-2.0.so.0.14.0 lib/libSDL2_ttf.a lib/libSDL2_ttf.so libdata/pkgconfig/SDL2_ttf.pc diff --git a/graphics/sekrit-twc-zimg/Makefile b/graphics/sekrit-twc-zimg/Makefile index 7240ff08113..25003a1dc0c 100644 --- a/graphics/sekrit-twc-zimg/Makefile +++ b/graphics/sekrit-twc-zimg/Makefile @@ -23,8 +23,8 @@ USES= autoreconf compiler:c++11-lib gmake libtool pathfix EXTRACT_AFTER_ARGS= --exclude test/extra PATHFIX_MAKEFILEIN= Makefile.am GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-testapp -CFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ +CONFIGURE_ARGS= --disable-silent-rules --enable-testapp +CPPFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 INSTALL_TARGET= install-strip USE_LDCONFIG= yes diff --git a/graphics/tiled/Makefile b/graphics/tiled/Makefile index d3f6ecb656f..dadd258b2ea 100644 --- a/graphics/tiled/Makefile +++ b/graphics/tiled/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tiled -PORTVERSION= 0.15.1 +PORTVERSION= 0.16.0 DISTVERSIONPREFIX= v CATEGORIES= graphics editors games @@ -16,7 +16,8 @@ USE_GITHUB= yes GH_ACCOUNT= bjorn USES= compiler:c++11-lib desktop-file-utils qmake shared-mime-info -USE_QT5= core gui widgets opengl buildtools_build linguisttools_build +USE_QT5= core gui widgets opengl network \ + buildtools_build linguisttools_build USE_GL= gl USE_LDCONFIG= yes diff --git a/graphics/tiled/distinfo b/graphics/tiled/distinfo index 208f9e77df7..31aed671e7c 100644 --- a/graphics/tiled/distinfo +++ b/graphics/tiled/distinfo @@ -1,2 +1,2 @@ -SHA256 (bjorn-tiled-v0.15.1_GH0.tar.gz) = b084650adae12c1c34d9493f99fabcdb27c9fa12e3e1167212c28c5c76936b81 -SIZE (bjorn-tiled-v0.15.1_GH0.tar.gz) = 2984663 +SHA256 (bjorn-tiled-v0.16.0_GH0.tar.gz) = c02df78021c07c5574a8b52fcb61a02649db039724f13ecacdd18840df7490ee +SIZE (bjorn-tiled-v0.16.0_GH0.tar.gz) = 4485752 diff --git a/graphics/tiled/pkg-plist b/graphics/tiled/pkg-plist index ee66cba3e75..c9860034172 100644 --- a/graphics/tiled/pkg-plist +++ b/graphics/tiled/pkg-plist @@ -44,5 +44,6 @@ share/mime/packages/tiled.xml %%DATADIR%%/translations/tiled_pt.qm %%DATADIR%%/translations/tiled_pt_PT.qm %%DATADIR%%/translations/tiled_ru.qm +%%DATADIR%%/translations/tiled_tr.qm %%DATADIR%%/translations/tiled_zh.qm %%DATADIR%%/translations/tiled_zh_TW.qm diff --git a/japanese/p5-Number-Phone-JP/Makefile b/japanese/p5-Number-Phone-JP/Makefile index cb6bba7dd22..117032e4046 100644 --- a/japanese/p5-Number-Phone-JP/Makefile +++ b/japanese/p5-Number-Phone-JP/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Number-Phone-JP -PORTVERSION= 0.20160301 +PORTVERSION= 0.20160404 CATEGORIES= japanese perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TANIGUCHI diff --git a/japanese/p5-Number-Phone-JP/distinfo b/japanese/p5-Number-Phone-JP/distinfo index feef178d21e..9e4190b5f89 100644 --- a/japanese/p5-Number-Phone-JP/distinfo +++ b/japanese/p5-Number-Phone-JP/distinfo @@ -1,2 +1,2 @@ -SHA256 (Number-Phone-JP-0.20160301.tar.gz) = f4a5d920cc811d6a164850d16fee467c508c94559b7d6c0be4341eaab47f2b95 -SIZE (Number-Phone-JP-0.20160301.tar.gz) = 409367 +SHA256 (Number-Phone-JP-0.20160404.tar.gz) = 1ef1a869341a6d32207285b40e22961dba254bd118720ce00a8a6e19eb975a1d +SIZE (Number-Phone-JP-0.20160404.tar.gz) = 409427 diff --git a/lang/dmd2/Makefile b/lang/dmd2/Makefile index 81c49abd48a..3b7fce076f0 100644 --- a/lang/dmd2/Makefile +++ b/lang/dmd2/Makefile @@ -3,18 +3,24 @@ PORTNAME= dmd PKGNAMESUFFIX= 2 -PORTVERSION= 2.070.2 +PORTVERSION= 2.071.0 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ DISTNAME= dmd.${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - dmd.2.067.1${EXTRACT_SUFX} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +DISTFILES= ${DISTNAME}.freebsd-64${EXTRACT_SUFX} \ + dmd.2.067.1.zip +# The souces in the following files can be used instead. Either way the +# binaries in the distribution are ignored. This port builds its own +# binaries using the sources that come with the distribution. +# DISTFILES= ${DISTNAME}.freebsd-32${EXTRACT_SUFX} +# DISTFILES= ${DISTNAME}.linux${EXTRACT_SUFX} + +EXTRACT_ONLY= ${DISTNAME}.freebsd-64${EXTRACT_SUFX} MAINTAINER= cy@FreeBSD.org COMMENT= D 2.0 compiler, not officially validated for FreeBSD -USES= gmake zip +USES= gmake tar:xz zip MAKEFILE= posix.mak MAKE_ARGS= AUTO_BOOTSTRAP=1 MAKE_ENV+= WRKDIR=${WRKDIR} diff --git a/lang/dmd2/distinfo b/lang/dmd2/distinfo index 1e3bbc7f6bd..ba0690657db 100644 --- a/lang/dmd2/distinfo +++ b/lang/dmd2/distinfo @@ -1,4 +1,4 @@ -SHA256 (dmd.2.070.2.zip) = 011cfa86bee8dd924bde870e338687d728d4d81578f8a9803401ed405cef70dd -SIZE (dmd.2.070.2.zip) = 82342636 +SHA256 (dmd.2.071.0.freebsd-64.tar.xz) = a5593d5bc67064b415145cbf757798fc15b91335a4ae4455049a0ac6993ead0e +SIZE (dmd.2.071.0.freebsd-64.tar.xz) = 12519668 SHA256 (dmd.2.067.1.zip) = 24fd32d3b1401309187a3fcd235014e38c651beb3af29b0e656f6f4add4ec95b SIZE (dmd.2.067.1.zip) = 56083735 diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index f429d23c698..7b290959ec2 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 6.600.5 +PORTVERSION= 6.700.3 CATEGORIES= math MASTER_SITES= SF/arma diff --git a/math/armadillo/distinfo b/math/armadillo/distinfo index 73185c4a876..910b0214f05 100644 --- a/math/armadillo/distinfo +++ b/math/armadillo/distinfo @@ -1,2 +1,2 @@ -SHA256 (armadillo-6.600.5.tar.gz) = 6da5b32f5f2551815948bcfa5182b77b605607660d911b8f9f098f03e3cf7707 -SIZE (armadillo-6.600.5.tar.gz) = 5461091 +SHA256 (armadillo-6.700.3.tar.gz) = 98f382c3f27c33797a968848ef841f30a5165235aeafb2e790518176948bd0ee +SIZE (armadillo-6.700.3.tar.gz) = 5469738 diff --git a/math/armadillo/pkg-plist b/math/armadillo/pkg-plist index 18d0b3b2c6d..3883a52d2b3 100644 --- a/math/armadillo/pkg-plist +++ b/math/armadillo/pkg-plist @@ -9,6 +9,7 @@ include/armadillo_bits/Cube_bones.hpp include/armadillo_bits/Cube_meat.hpp include/armadillo_bits/GenCube_bones.hpp include/armadillo_bits/GenCube_meat.hpp +include/armadillo_bits/GenSpecialiser.hpp include/armadillo_bits/Gen_bones.hpp include/armadillo_bits/Gen_meat.hpp include/armadillo_bits/GlueCube_bones.hpp @@ -103,6 +104,7 @@ include/armadillo_bits/field_meat.hpp include/armadillo_bits/fn_accu.hpp include/armadillo_bits/fn_all.hpp include/armadillo_bits/fn_any.hpp +include/armadillo_bits/fn_approx_equal.hpp include/armadillo_bits/fn_as_scalar.hpp include/armadillo_bits/fn_chol.hpp include/armadillo_bits/fn_clamp.hpp @@ -143,6 +145,7 @@ include/armadillo_bits/fn_join.hpp include/armadillo_bits/fn_kmeans.hpp include/armadillo_bits/fn_kron.hpp include/armadillo_bits/fn_log_det.hpp +include/armadillo_bits/fn_logmat.hpp include/armadillo_bits/fn_lu.hpp include/armadillo_bits/fn_max.hpp include/armadillo_bits/fn_mean.hpp @@ -165,6 +168,7 @@ include/armadillo_bits/fn_randi.hpp include/armadillo_bits/fn_randn.hpp include/armadillo_bits/fn_randu.hpp include/armadillo_bits/fn_rank.hpp +include/armadillo_bits/fn_regspace.hpp include/armadillo_bits/fn_repmat.hpp include/armadillo_bits/fn_reshape.hpp include/armadillo_bits/fn_resize.hpp @@ -191,6 +195,7 @@ include/armadillo_bits/fn_symmat.hpp include/armadillo_bits/fn_toeplitz.hpp include/armadillo_bits/fn_trace.hpp include/armadillo_bits/fn_trans.hpp +include/armadillo_bits/fn_trapz.hpp include/armadillo_bits/fn_trig.hpp include/armadillo_bits/fn_trimat.hpp include/armadillo_bits/fn_trunc_exp.hpp @@ -229,6 +234,8 @@ include/armadillo_bits/glue_times_bones.hpp include/armadillo_bits/glue_times_meat.hpp include/armadillo_bits/glue_toeplitz_bones.hpp include/armadillo_bits/glue_toeplitz_meat.hpp +include/armadillo_bits/glue_trapz_bones.hpp +include/armadillo_bits/glue_trapz_meat.hpp include/armadillo_bits/gmm_diag_bones.hpp include/armadillo_bits/gmm_diag_meat.hpp include/armadillo_bits/gmm_misc_bones.hpp @@ -299,6 +306,8 @@ include/armadillo_bits/op_htrans_bones.hpp include/armadillo_bits/op_htrans_meat.hpp include/armadillo_bits/op_inv_bones.hpp include/armadillo_bits/op_inv_meat.hpp +include/armadillo_bits/op_logmat_bones.hpp +include/armadillo_bits/op_logmat_meat.hpp include/armadillo_bits/op_max_bones.hpp include/armadillo_bits/op_max_meat.hpp include/armadillo_bits/op_mean_bones.hpp @@ -446,7 +455,7 @@ include/armadillo_bits/xvec_htrans_bones.hpp include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.6 -lib/libarmadillo.so.6.600.5 +lib/libarmadillo.so.6.700.3 share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake share/Armadillo/CMake/ArmadilloLibraryDepends-release.cmake diff --git a/math/mathmod/Makefile b/math/mathmod/Makefile index 863ef4eab77..23f02b1e719 100644 --- a/math/mathmod/Makefile +++ b/math/mathmod/Makefile @@ -21,6 +21,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME:tl}-branches-${BRANCHE}-trunk PLIST_FILES= bin/MathMod +# LL / ULL suffix would be needed for integer constants +BROKEN_FreeBSD_9_i386= YES + pre-build: cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} diff --git a/multimedia/Makefile b/multimedia/Makefile index a137c45b7d5..246a464bb73 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -59,6 +59,7 @@ SUBDIR += ffmpeg0 SUBDIR += ffmpeg2theora SUBDIR += ffmpegthumbnailer + SUBDIR += ffms2 SUBDIR += flvmeta SUBDIR += flvstreamer SUBDIR += flvtool++ @@ -165,6 +166,7 @@ SUBDIR += kmplayer-kde4 SUBDIR += kodi SUBDIR += kplayer-kde4 + SUBDIR += l-smash SUBDIR += libaacs SUBDIR += libass SUBDIR += libav diff --git a/multimedia/aegisub/Makefile b/multimedia/aegisub/Makefile index c4c7241072a..183ff1a8d23 100644 --- a/multimedia/aegisub/Makefile +++ b/multimedia/aegisub/Makefile @@ -3,30 +3,27 @@ PORTNAME= aegisub PORTVERSION= 3.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://ftp.aegisub.org/pub/archives/releases/source/ \ ftp://ftp.aegisub.org/pub/archives/releases/source/ \ ftp://ftp2.aegisub.org/pub/archives/releases/source/ -DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform subtitle editor LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENCE LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libicui18n.so:devel/icu \ libass.so:multimedia/libass \ libfontconfig.so:x11-fonts/fontconfig -USE_GITHUB= nodefault - USES= compiler:c++11-lib desktop-file-utils gettext gmake iconv \ - pkgconfig tar:xz + localbase pkgconfig tar:xz USE_GNOME= intltool USE_WX= 3.0 -WX_UNICODE= yes WX_CONF_ARGS= absolute USE_GL= glu USE_CSTD= c99 @@ -43,21 +40,14 @@ INSTALLS_ICONS= yes PLIST_SUB= VERSION="${PORTVERSION:R}" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - OPTIONS_DEFINE= ALSA DOCS FFMPEG FFTW HUNSPELL OPENAL PORTAUDIO \ PULSEAUDIO OPTIONS_DEFAULT= FFMPEG FFTW HUNSPELL PULSEAUDIO ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CONFIGURE_OFF= --without-alsa -FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg -FFMPEG_CONFIGURE_ENV= FFMS2_CFLAGS="${FFMS_CFLAGS}" \ - FFMS2_LIBS="${FFMS_LIBS}" +FFMPEG_LIB_DEPENDS= libffms2.so:multimedia/ffms2 FFMPEG_CONFIGURE_OFF= --without-ffms -FFMPEG_CPPFLAGS= ${FFMS_CFLAGS} -FFMPEG_GH_TUPLE= FFMS:ffms2:2.20:ffms FFTW_LIB_DEPENDS= libfftw3.so:math/fftw3 FFTW_CONFIGURE_OFF= --without-fftw3 HUNSPELL_LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell @@ -71,10 +61,6 @@ PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_OFF=\ --without-libpulse -FFMS_CFLAGS= -I${WRKSRC_ffms}/include -FFMS_LIBS= ${WRKSRC_ffms}/src/core/.libs/libffms2.a \ - $$(pkg-config --libs libavcodec libavformat libswscale libavutil libavresample) - .include .if ${COMPILER_TYPE} == "gcc" @@ -110,20 +96,9 @@ post-patch: '/virtual /s|= default;$$|{ }|' .endif -pre-configure-FFMPEG-on: - @(cd ${WRKSRC_ffms} && ${SETENV} ${CONFIGURE_ENV} ./configure \ - --disable-shared CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" \ - CXXFLAGS="${CXXFLAGS}") - -pre-build-FFMPEG-on: - @(cd ${WRKSRC_ffms} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ - ${MAKE_FLAGS} ${MAKEFILE} -j${MAKE_JOBS_NUMBER} ${MAKE_ARGS} \ - ${ALL_TARGET}) - post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR}/automation/v4-docs - (cd ${WRKSRC}/automation/v4-docs && ${INSTALL_DATA} * \ - ${STAGEDIR}${DOCSDIR}/automation/v4-docs) + (cd ${WRKSRC} && ${COPYTREE_SHARE} \ + automation/v4-docs ${STAGEDIR}${DOCSDIR}) @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/aegisub-* .include diff --git a/multimedia/aegisub/distinfo b/multimedia/aegisub/distinfo index db15709c622..ad4bd2233ff 100644 --- a/multimedia/aegisub/distinfo +++ b/multimedia/aegisub/distinfo @@ -1,4 +1,2 @@ SHA256 (aegisub-3.2.2.tar.xz) = c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885 SIZE (aegisub-3.2.2.tar.xz) = 5252052 -SHA256 (FFMS-ffms2-2.20_GH0.tar.gz) = c7d880172756c253f2c5673044dabf03c19890dcfe64da5104ee9f42a1a573a0 -SIZE (FFMS-ffms2-2.20_GH0.tar.gz) = 539587 diff --git a/multimedia/ffms2/Makefile b/multimedia/ffms2/Makefile new file mode 100644 index 00000000000..d4b14ece7aa --- /dev/null +++ b/multimedia/ffms2/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= ffms2 +DISTVERSION= 2.22 +CATEGORIES= multimedia + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= FFmpeg-based source library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg + +USE_GITHUB= yes +GH_ACCOUNT= FFMS + +USES= compiler:c++11-lib gmake libtool pathfix pkgconfig +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-silent-rules --enable-static +CPPFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528 +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes + +.include diff --git a/multimedia/ffms2/distinfo b/multimedia/ffms2/distinfo new file mode 100644 index 00000000000..5d8aef2faa6 --- /dev/null +++ b/multimedia/ffms2/distinfo @@ -0,0 +1,2 @@ +SHA256 (FFMS-ffms2-2.22_GH0.tar.gz) = 7c5202fa2e49186fb3bb815e5b12ca71f05ec09cb707ffd9465852e21a06fdad +SIZE (FFMS-ffms2-2.22_GH0.tar.gz) = 487244 diff --git a/multimedia/ffms2/pkg-descr b/multimedia/ffms2/pkg-descr new file mode 100644 index 00000000000..f56e74ae28e --- /dev/null +++ b/multimedia/ffms2/pkg-descr @@ -0,0 +1,8 @@ +FFmpegSource (usually known as FFMS or FFMS2) is a cross-platform +wrapper library around FFmpeg/libav. It gives you an easy, convenient +way to say "open and decompress this media file for me, I don't care +how you do it" and get frame- and sample-accurate access (usually), +without having to bother with the sometimes less than straightforward +and less than perfectly documented libav API. + +WWW: https://github.com/FFMS/ffms2 diff --git a/multimedia/ffms2/pkg-plist b/multimedia/ffms2/pkg-plist new file mode 100644 index 00000000000..1e3113cd3e6 --- /dev/null +++ b/multimedia/ffms2/pkg-plist @@ -0,0 +1,10 @@ +bin/ffmsindex +include/ffms.h +include/ffmscompat.h +lib/libffms2.a +lib/libffms2.so +lib/libffms2.so.4 +lib/libffms2.so.4.0.0 +libdata/pkgconfig/ffms2.pc +%%PORTDOCS%%%%DOCSDIR%%/ffms2-api.md +%%PORTDOCS%%%%DOCSDIR%%/ffms2-changelog.md diff --git a/multimedia/l-smash/Makefile b/multimedia/l-smash/Makefile new file mode 100644 index 00000000000..3a24dddb741 --- /dev/null +++ b/multimedia/l-smash/Makefile @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= l-smash +PORTVERSION= 2.9.1 +DISTVERSIONPREFIX= v +CATEGORIES= multimedia + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= MP4 muxer and other tools + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes + +USES= gmake pathfix +PATHFIX_MAKEFILEIN= Makefile +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix="${PREFIX}" \ + --cc="${CC}" \ + --extra-cflags="${CPPFLAGS} ${CFLAGS}" \ + --extra-ldflags="${LDFLAGS}" \ + --extra-libs="${LIBS}" \ + --enable-shared +MAKE_ARGS= STRIP="${STRIP_CMD}" +USE_LDCONFIG= yes + +post-patch: + @${REINPLACE_CMD} -e 's/-Os //; /=.*-fexcess-precision/d' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/SHARED/,/^$$/ { /STRIP/s/-x //; }' \ + ${WRKSRC}/${MAKEFILE} + +.include diff --git a/multimedia/l-smash/distinfo b/multimedia/l-smash/distinfo new file mode 100644 index 00000000000..5d7b7da8ce8 --- /dev/null +++ b/multimedia/l-smash/distinfo @@ -0,0 +1,2 @@ +SHA256 (l-smash-l-smash-v2.9.1_GH0.tar.gz) = 17f24fc8bffba753f8c628f1732fc3581b80362341274747ef6fb96af1cac45c +SIZE (l-smash-l-smash-v2.9.1_GH0.tar.gz) = 450834 diff --git a/multimedia/l-smash/pkg-descr b/multimedia/l-smash/pkg-descr new file mode 100644 index 00000000000..3c60d8605a5 --- /dev/null +++ b/multimedia/l-smash/pkg-descr @@ -0,0 +1,4 @@ +L-SMASH is a cross-platform library for dealing with ISO Base Media +derived formats, including MP4. + +WWW: https://l-smash.github.io/l-smash/ diff --git a/multimedia/l-smash/pkg-plist b/multimedia/l-smash/pkg-plist new file mode 100644 index 00000000000..d0e297ce0ef --- /dev/null +++ b/multimedia/l-smash/pkg-plist @@ -0,0 +1,9 @@ +bin/boxdumper +bin/muxer +bin/remuxer +bin/timelineeditor +include/lsmash.h +lib/liblsmash.a +lib/liblsmash.so +lib/liblsmash.so.2 +libdata/pkgconfig/liblsmash.pc diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index 41fc838a4eb..19f511c8b4b 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -2,28 +2,24 @@ # $FreeBSD$ PORTNAME= mcabber -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.2 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Small Jabber console client -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth -USES= gettext iconv libtool ncurses pathfix pkgconfig tar:bzip2 +USES= gettext iconv libtool localbase ncurses pathfix pkgconfig tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-hgcset INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - OPTIONS_DEFINE= EXAMPLES GPGME OTR OPTIONS_RADIO= SPELL OPTIONS_RADIO_SPELL= ASPELL ENCHANT diff --git a/net-im/mcabber/distinfo b/net-im/mcabber/distinfo index 07731b9542b..dd0e3478582 100644 --- a/net-im/mcabber/distinfo +++ b/net-im/mcabber/distinfo @@ -1,2 +1,2 @@ -SHA256 (mcabber-1.0.0.tar.bz2) = 5476bcba395e0b9527823f5a9bce725151756f685ce2dcf6fad3dbe50a157032 -SIZE (mcabber-1.0.0.tar.bz2) = 602173 +SHA256 (mcabber-1.0.2.tar.bz2) = e7143891ea6c6ec2f3008c25c13506121d83d15aa83640827aea3b66a8761fde +SIZE (mcabber-1.0.2.tar.bz2) = 604995 diff --git a/net-mgmt/nagiosgraph/Makefile b/net-mgmt/nagiosgraph/Makefile index 34c4c7728e8..897da0f29d0 100644 --- a/net-mgmt/nagiosgraph/Makefile +++ b/net-mgmt/nagiosgraph/Makefile @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= nagiosgraph -PORTVERSION= 1.4.4 -PORTREVISION= 2 +PORTVERSION= 1.5.2 CATEGORIES= net-mgmt MASTER_SITES= SF MAINTAINER= hizel@vyborg.ru COMMENT= Generate rrdtool graphs using performance data from nagios plugins +LICENSE= ART20 + RUN_DEPENDS= rrdtool>=0:databases/rrdtool OPTIONS_DEFINE= DOCS @@ -91,9 +92,7 @@ do-install: ${STAGEDIR}${PREFIX}/${NAGIOSWWWDIR}/images/action-nagiosgraph.gif @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -.for i in utils/testentry.pl utils/upgrade.pl - ${INSTALL_SCRIPT} ${WRKSRC}/$i ${STAGEDIR}${EXAMPLESDIR}/ -.endfor + ${INSTALL_SCRIPT} ${WRKSRC}/utils/testentry.pl ${STAGEDIR}${EXAMPLESDIR}/ @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} diff --git a/net-mgmt/nagiosgraph/distinfo b/net-mgmt/nagiosgraph/distinfo index 9dac7c821ff..a5f0d9a6ad1 100644 --- a/net-mgmt/nagiosgraph/distinfo +++ b/net-mgmt/nagiosgraph/distinfo @@ -1,2 +1,2 @@ -SHA256 (nagiosgraph-1.4.4.tar.gz) = e6c7091fbbf7dc44a5a3e8584d3f85dfbf20171dcb253c744ac15300cc9804a1 -SIZE (nagiosgraph-1.4.4.tar.gz) = 157955 +SHA256 (nagiosgraph-1.5.2.tar.gz) = c466193233a4affbd32f882d8cb475ef2d1e9bf091a21fbf3fccd1f825d7450e +SIZE (nagiosgraph-1.5.2.tar.gz) = 329978 diff --git a/net-mgmt/nagiosgraph/files/patch-etc__nagiosgraph.conf.in b/net-mgmt/nagiosgraph/files/patch-etc_nagiosgraph.conf similarity index 76% rename from net-mgmt/nagiosgraph/files/patch-etc__nagiosgraph.conf.in rename to net-mgmt/nagiosgraph/files/patch-etc_nagiosgraph.conf index dd119670266..704eb08f7a0 100644 --- a/net-mgmt/nagiosgraph/files/patch-etc__nagiosgraph.conf.in +++ b/net-mgmt/nagiosgraph/files/patch-etc_nagiosgraph.conf @@ -1,5 +1,5 @@ ---- ./etc/nagiosgraph.conf.orig 2011-01-15 09:27:44.000000000 +0300 -+++ ./etc/nagiosgraph.conf 2011-02-03 16:08:34.000000000 +0300 +--- etc/nagiosgraph.conf.orig 2013-06-11 22:09:56 UTC ++++ etc/nagiosgraph.conf @@ -8,19 +8,19 @@ # Author: (c) 2010 Matthew Wall @@ -24,7 +24,7 @@ # Nagiosgraph CGI URL. nagiosgraphcgiurl = /nagiosgraph/cgi-bin -@@ -33,22 +33,22 @@ +@@ -33,27 +33,27 @@ nagiosgraphcgiurl = /nagiosgraph/cgi-bin javascript = /nagiosgraph/nagiosgraph.js # Stylesheet: URL to the nagiosgraph stylesheet. @@ -43,17 +43,22 @@ -#servdb = /etc/nagiosgraph/servdb.conf +#servdb = %%PREFIX%%/etc/nagios/nagiosgraph/servdb.conf - # Location of showgroup control file (required for showgroup.cgi) --groupdb = /etc/nagiosgraph/groupdb.conf -+groupdb = %%PREFIX%%/etc/nagios/nagiosgraph/groupdb.conf + # Groups can be enumerated explicitly in the groupdb file, gathered + # automatically from the service group definitions in the Nagios + # configuration, or a combination of both. + # Location of showgroup control file (optional) +-#groupdb = /etc/nagiosgraph/groupdb.conf ++#groupdb = %%PREFIX%%/etc/nagios/nagiosgraph/groupdb.conf + # Location of the Nagios configuration file (optional) + #groupcfgfile = /etc/nagios/nagios.cfg - # File containing data sets that should be selected in queries (optional) + # File containing sets of data sources to select in queries (optional) -#datasetdb = /etc/nagiosgraph/datasetdb.conf +#datasetdb = %%PREFIX%%/etc/nagios/nagiosgraph/datasetdb.conf # Access control configuration (optional) # The authorization method can be one of nagios3 or nagiosgraph. If no -@@ -61,12 +61,12 @@ +@@ -66,12 +66,12 @@ stylesheet = /nagiosgraph/nagiosgraph.cs # authorized_for_all_hosts, authorized_for_all_services, and default_user_name # variables to determine permissions. #authzmethod = nagios3 diff --git a/net-mgmt/nagiosgraph/pkg-plist b/net-mgmt/nagiosgraph/pkg-plist index ffbf1ec0dfb..01879c92e9e 100644 --- a/net-mgmt/nagiosgraph/pkg-plist +++ b/net-mgmt/nagiosgraph/pkg-plist @@ -18,7 +18,6 @@ libexec/%%PORTNAME%%/insert.pl %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testentry.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upgrade.pl %%NAGIOSWWWDIR%%/cgi-bin/%%PORTNAME%%/show.cgi %%NAGIOSWWWDIR%%/cgi-bin/%%PORTNAME%%/showconfig.cgi %%NAGIOSWWWDIR%%/cgi-bin/%%PORTNAME%%/showgraph.cgi diff --git a/net-mgmt/zabbix3-agent/Makefile b/net-mgmt/zabbix3-agent/Makefile index 724f60991f3..b2a3f7c6e13 100644 --- a/net-mgmt/zabbix3-agent/Makefile +++ b/net-mgmt/zabbix3-agent/Makefile @@ -5,10 +5,15 @@ PORTNAME= zabbix3 CATEGORIES= net-mgmt PKGNAMESUFFIX= -agent +MAINTAINER= pakhom@pakhom.spb.ru +COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LTS + +LICENSE= GPLv2 + MASTERDIR= ${.CURDIR}/../zabbix3-server PLIST= ${PKGDIR}/pkg-plist.agent OPTIONS_DEFINE= IPV6 -OPTIONS_DEFAULT= IPV6 +OPTIONS_DEFAULT= IPV6 OPENSSL .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix3-proxy/Makefile b/net-mgmt/zabbix3-proxy/Makefile index 8abd47dda4c..09af4b39c14 100644 --- a/net-mgmt/zabbix3-proxy/Makefile +++ b/net-mgmt/zabbix3-proxy/Makefile @@ -5,6 +5,11 @@ PORTNAME= zabbix3 CATEGORIES= net-mgmt PKGNAMESUFFIX= -proxy +MAINTAINER= pakhom@pakhom.spb.ru +COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LTS + +LICENSE= GPLv2 + MASTERDIR= ${.CURDIR}/../zabbix3-server .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix3-server/Makefile b/net-mgmt/zabbix3-server/Makefile index 638ac39880b..f790b3d6708 100644 --- a/net-mgmt/zabbix3-server/Makefile +++ b/net-mgmt/zabbix3-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= zabbix3 PORTVERSION= 3.0.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} PKGNAMESUFFIX?= -server @@ -72,7 +72,8 @@ CONFIGURE_ARGS+= --with-net-snmp OPTIONS_DEFINE= IPV6 FPING JABBER CURL LDAP IPMI SSH NMAP JAVAGW \ LIBXML2 -OPTIONS_DEFAULT= IPV6 FPING JABBER CURL UNIXODBC MYSQL SSH + +OPTIONS_DEFAULT= IPV6 FPING JABBER CURL UNIXODBC MYSQL SSH OPENSSL OPTIONS_SUB= yes CURL_DESC= Support for web monitoring @@ -86,9 +87,10 @@ ODBC_DESC= Support for database checks via ODBC JAVAGW_DESC= Support for Java gateway LIBXML2_DESC= Support for libxml2 (required by monitoring VMware) -OPTIONS_SINGLE= DB ODBC +OPTIONS_SINGLE= DB ODBC SSL OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE ORACLE OPTIONS_SINGLE_ODBC= IODBC UNIXODBC +OPTIONS_SINGLE_SSL= OPENSSL GNUTLS POLARSSL MYSQL_CONFIGURE_WITH= mysql MYSQL_USE= MYSQL=yes @@ -123,6 +125,9 @@ IODBC_LIB_DEPENDS= libiodbc.so:databases/libiodbc UNIXODBC_CONFIGURE_WITH=unixodbc UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC +.else +OPTIONS_SINGLE= SSL +OPTIONS_SINGLE_SSL= OPENSSL GNUTLS POLARSSL .endif # if ${ZABBIX_BUILD} != "agent" IPV6_CONFIGURE_ENABLE= ipv6 @@ -136,8 +141,21 @@ JAVAGW_USE= JAVA=yes LIBXML2_CONFIGURE_WITH= libxml2 LIBXML2_LIB_DEPENDS= libxml2.so:textproc/libxml2 +OPENSSL_CONFIGURE_WITH= openssl +OPENSSL_USE= OPENSSL=yes + +GNUTLS_CONFIGURE_WITH= gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls + +POLARSSL_CONFIGURE_WITH=mbedtls +POLARSSL_LIB_DEPENDS= libmbedtls.so:security/polarssl13 + .include +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 && !defined(WITH_OPENSSL_PORT) +IGNORE= OpenSSL from the base system is too old, add WITH_OPENSSL_PORT to your /etc/make.conf and rebuild everything that needs SSL. +.endif + post-patch: @${GREP} -rl "/etc/zabbix" ${WRKSRC} \ | ${XARGS} ${REINPLACE_CMD} -e 's#/etc/zabbix#${ETCDIR}#g' diff --git a/net/Makefile b/net/Makefile index a86e326ffb8..9fc15b60bc0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1131,6 +1131,7 @@ SUBDIR += rubygem-oauth2 SUBDIR += rubygem-octokit SUBDIR += rubygem-octopress-deploy + SUBDIR += rubygem-omniauth-auth0 SUBDIR += rubygem-omniauth-azure-oauth2 SUBDIR += rubygem-omniauth-facebook SUBDIR += rubygem-omniauth-github @@ -1211,6 +1212,7 @@ SUBDIR += smbldap-tools SUBDIR += smcroute SUBDIR += smm++ + SUBDIR += sngrep SUBDIR += sniffit SUBDIR += sntop SUBDIR += sobby diff --git a/net/rubygem-omniauth-auth0/Makefile b/net/rubygem-omniauth-auth0/Makefile new file mode 100644 index 00000000000..27de977e7e7 --- /dev/null +++ b/net/rubygem-omniauth-auth0/Makefile @@ -0,0 +1,21 @@ +# Created by: Torsten Zuehlsdorff +# $FreeBSD$ + +PORTNAME= omniauth-auth0 +PORTVERSION= 1.4.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ports@toco-domains.de +COMMENT= Authentication broker supporting different identity providers + +LICENSE= MIT + +RUN_DEPENDS= rubygem-omniauth-oauth2>=1.1:net/rubygem-omniauth-oauth2 + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include diff --git a/net/rubygem-omniauth-auth0/distinfo b/net/rubygem-omniauth-auth0/distinfo new file mode 100644 index 00000000000..f0027794c2e --- /dev/null +++ b/net/rubygem-omniauth-auth0/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-auth0-1.4.1.gem) = da5d6bba47bf419954241d54b5f179053c1664408456c0c96501a75002a00e36 +SIZE (rubygem/omniauth-auth0-1.4.1.gem) = 24576 diff --git a/net/rubygem-omniauth-auth0/pkg-descr b/net/rubygem-omniauth-auth0/pkg-descr new file mode 100644 index 00000000000..abf028980c2 --- /dev/null +++ b/net/rubygem-omniauth-auth0/pkg-descr @@ -0,0 +1,8 @@ +Auth0 is an authentication broker that supports social identity +providers as well as enterprise identity providers such as Active +Directory, LDAP, Google Apps, Salesforce. OmniAuth is a library +that standardizes multi-provider authentication for web applications. +It was created to be powerful, flexible, and do as little as possible. +omniauth-auth0 is the omniauth strategy for Auth0. + +WWW: https://github.com/auth0/omniauth-auth0 diff --git a/net/sdl2_net/Makefile b/net/sdl2_net/Makefile index ca0d72e18fe..189a9271c1a 100644 --- a/net/sdl2_net/Makefile +++ b/net/sdl2_net/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sdl2_net -PORTVERSION= 2.0.0 -PORTREVISION= 4 +PORTVERSION= 2.0.1 CATEGORIES= net MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/ DISTNAME= SDL2_net-${PORTVERSION} @@ -11,12 +10,14 @@ MAINTAINER= mva@FreeBSD.org COMMENT= Small sample cross-platform networking library LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/COPYING.txt USE_SDL= sdl2 USES= gmake libtool pathfix pkgconfig:build GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes -CONFIGURE_ARGS+=--disable-gui +CONFIGURE_ARGS= --disable-gui .include diff --git a/net/sdl2_net/distinfo b/net/sdl2_net/distinfo index 99c91f2fe0d..906f07b47fb 100644 --- a/net/sdl2_net/distinfo +++ b/net/sdl2_net/distinfo @@ -1,2 +1,2 @@ -SHA256 (SDL2_net-2.0.0.tar.gz) = d715be30783cc99e541626da52079e308060b21d4f7b95f0224b1d06c1faacab -SIZE (SDL2_net-2.0.0.tar.gz) = 345724 +SHA256 (SDL2_net-2.0.1.tar.gz) = 15ce8a7e5a23dafe8177c8df6e6c79b6749a03fff1e8196742d3571657609d21 +SIZE (SDL2_net-2.0.1.tar.gz) = 347436 diff --git a/net/sdl2_net/pkg-plist b/net/sdl2_net/pkg-plist index 4cf94a52c38..924a27e5aa1 100644 --- a/net/sdl2_net/pkg-plist +++ b/net/sdl2_net/pkg-plist @@ -1,6 +1,6 @@ include/SDL2/SDL_net.h lib/libSDL2_net-2.0.so.0 -lib/libSDL2_net-2.0.so.0.0.0 +lib/libSDL2_net-2.0.so.0.0.1 lib/libSDL2_net.a lib/libSDL2_net.so libdata/pkgconfig/SDL2_net.pc diff --git a/net/sngrep/Makefile b/net/sngrep/Makefile new file mode 100644 index 00000000000..5dd5f1399df --- /dev/null +++ b/net/sngrep/Makefile @@ -0,0 +1,57 @@ +# Created by: Talal Al Dik (tad@vif.com) +# $FreeBSD$ + +PORTNAME= sngrep +PORTVERSION= 1.3.0 +CATEGORIES= net + +MAINTAINER= tad@vif.com +COMMENT= SIP Packet display and capture + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libncurses.so:devel/ncurses \ + libpcap.so:net/libpcap + +#CPPFLAGS+= -I${LOCALBASE}/include +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +MAKE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" + +USE_GITHUB= yes +GH_ACCOUNT= irontec +GH_TAGNAME= v${PORTVERSION} + +OPTIONS_DEFINE= OPENSSL PCRE UNICODE IPV6 EEP + +OPENSSL_DESC= Adds OpenSSL support to parse TLS captured messages +OPENSSL_CONFIGURE_ON= --with-openssl +OPENSSL_USE= OPENSSL=yes + +PCRE_DESC= Adds Perl Compatible regex support +PCRE_CONFIGURE_ON= --with-pcre +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre + +UNICODE_DESC= Adds Ncurses UTF-8/Unicode support +UNICODE_CONFIGURE_ON= --enable-unicode +UNICODE_LIB_DEPENDS= libncursesw.so:devel/ncurses + +IPV6_DESC= Enable IPv6 packet capture support +IPV6_CONFIGURE_ON= --enable-ipv6 + +EEP_DESC= Enable EEP packet send/receive support +EEP_CONFIGURE_ON= --enable-eep + +GNU_CONFIGURE= yes +USES=autoreconf + +post-patch: + @${REINPLACE_CMD} -e 's|ncursesw/ncurses.h|ncurses.h|g' \ + ${WRKSRC}/configure.ac \ + ${WRKSRC}/src/curses/scrollbar.h \ + ${WRKSRC}/src/curses/ui_panel.h + +.include + +.include diff --git a/net/sngrep/distinfo b/net/sngrep/distinfo new file mode 100644 index 00000000000..eca43a6e78d --- /dev/null +++ b/net/sngrep/distinfo @@ -0,0 +1,2 @@ +SHA256 (irontec-sngrep-1.3.0-v1.3.0_GH0.tar.gz) = bf77ae470ee4282130aea3f689db82d0335c673a50e55d82308616bd07e42b77 +SIZE (irontec-sngrep-1.3.0-v1.3.0_GH0.tar.gz) = 213228 diff --git a/net/sngrep/pkg-descr b/net/sngrep/pkg-descr new file mode 100644 index 00000000000..abf974ba2a0 --- /dev/null +++ b/net/sngrep/pkg-descr @@ -0,0 +1,9 @@ +sngrep - SIP Messages flow viewer + +sngrep is a terminal tool that groups SIP (Session Initiation Protocol) +Messages by Call-Id, and displays them in arrow flows similar to the used in +SIP RFCs. The aim of this tool is to make easier the process of learnig or +debugging SIP. It recognizes UDP, TCP and partially TLS SIP packets and +understands bpf filter logic in the same way ngrep and tcpdump does. + +WWW: https://github.com/irontec/sngrep diff --git a/net/sngrep/pkg-plist b/net/sngrep/pkg-plist new file mode 100644 index 00000000000..b6cfd8f91a2 --- /dev/null +++ b/net/sngrep/pkg-plist @@ -0,0 +1,3 @@ +bin/sngrep +@sample %%ETCDIR%%rc %%ETCDIR%%rc.sample +man/man8/sngrep.8.gz diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index 3d200c71964..1c70f10ef80 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.7.99.0 +DISTVERSION= 1.7.99.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index 439430d750c..1282954236c 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.7.99.0.tar.xz) = 65038073ee11665ed33eebec933b5f30f959f9a968c3049d01f17ae36137272c -SIZE (pkg-1.7.99.0.tar.xz) = 1939568 +SHA256 (pkg-1.7.99.1.tar.xz) = ccdf4fb428318a71f629a742e3e9d446036026e8d9c8e463878eb1a9e9a3cd6d +SIZE (pkg-1.7.99.1.tar.xz) = 1909332 diff --git a/security/mbedtls/Makefile b/security/mbedtls/Makefile index 84844ecc98d..ab0cd93d9cc 100644 --- a/security/mbedtls/Makefile +++ b/security/mbedtls/Makefile @@ -13,6 +13,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/apache-2.0.txt ALL_TARGET= no_test +TEST_TARGET= test MAKE_ENV= SHARED=1 USES= gmake tar:tgz USE_LDCONFIG= yes diff --git a/security/openvas-manager/Makefile b/security/openvas-manager/Makefile index 2198b8434bd..c9db7a48ae9 100644 --- a/security/openvas-manager/Makefile +++ b/security/openvas-manager/Makefile @@ -2,7 +2,7 @@ PORTNAME= openvas-manager PORTVERSION= 6.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/2295/ diff --git a/security/openvas-manager/files/patch-tools+greenbone-certdata-sync.in b/security/openvas-manager/files/patch-tools+greenbone-certdata-sync.in new file mode 100644 index 00000000000..0cec17d587a --- /dev/null +++ b/security/openvas-manager/files/patch-tools+greenbone-certdata-sync.in @@ -0,0 +1,29 @@ +--- tools/greenbone-certdata-sync.in.orig 2015-12-08 07:09:31 UTC ++++ tools/greenbone-certdata-sync.in +@@ -643,7 +643,7 @@ update_cert_db() { + then + for certfile in `ls $CERT_DIR/CB-K*.xml` + do +- filedate=`stat -c "%Y" $certfile | cut -d " " -f 1 | tr -d "-"` ++ filedate=`stat -f "%m" $certfile | cut -d " " -f 1 | tr -d "-"` + filedate=$(( $filedate - ( $filedate % 60 ) )) + if [ $filedate -gt $DB_LASTUPDATE ] + then +@@ -677,7 +677,7 @@ update_cert_db() { + then + for certfile in `ls $CERT_DIR/dfn-cert-*.xml` + do +- filedate=`stat -c "%Y" $certfile | cut -d " " -f 1 | tr -d "-"` ++ filedate=`stat -f "%m" $certfile | cut -d " " -f 1 | tr -d "-"` + filedate=$(( $filedate - ( $filedate % 60 ) )) + if [ $filedate -gt $DB_LASTUPDATE ] + then +@@ -886,7 +886,7 @@ then + exit 1 + fi + +-if [ $(id -u) -ne $(stat -c %u $CERT_DB) ] ++if [ $(id -u) -ne $(stat -f %u $CERT_DB) ] + then + log_err "Not synchronizing or updating the database since the current user is not the owner of the database." + echo "Not synchronizing or updating the database since the current user is not the owner of the database." diff --git a/security/openvas-manager/files/patch-tools+greenbone-scapdata-sync.in b/security/openvas-manager/files/patch-tools+greenbone-scapdata-sync.in new file mode 100644 index 00000000000..2b91df6b16b --- /dev/null +++ b/security/openvas-manager/files/patch-tools+greenbone-scapdata-sync.in @@ -0,0 +1,60 @@ +--- tools/greenbone-scapdata-sync.in.orig 2015-12-08 07:09:31 UTC ++++ tools/greenbone-scapdata-sync.in +@@ -962,7 +962,7 @@ update_scap_db_private () { + then + for ovalfile in $oval_files_sorted_private + do +- filedate=`stat -c "%Y" "$ovalfile" | cut -d " " -f 1 | tr -d "-"` ++ filedate=`stat -f "%m" "$ovalfile" | cut -d " " -f 1 | tr -d "-"` + filedate=$(( $filedate - ( $filedate % 60 ) )) + if [ $filedate -gt $DB_LASTUPDATE ] || [ 1 = "$REBUILD_OVAL" ] + then +@@ -1090,12 +1090,12 @@ update_scap_db() { + CPEBASE="$SCAP_DIR/official-cpe-dictionary_v2.2.xml" + if [ -e $CPEBASE ] + then +- filedate=`stat -c "%Y" "$CPEBASE" | cut -d " " -f 1 | tr -d "-"` ++ filedate=`stat -f "%m" "$CPEBASE" | cut -d " " -f 1 | tr -d "-"` + filedate=$(( $filedate - ( $filedate % 60 ) )) + if [ $filedate -gt $DB_LASTUPDATE ] + then + log_info "Updating CPEs" +- filesize=`stat -c "%s" "$CPEBASE"` ++ filesize=`stat -f "%z" "$CPEBASE"` + if [ "0" -ne "$SPLIT_PART_SIZE" ] && [ "$filesize" -gt $(($SPLIT_PART_SIZE * 1024)) ] + then + log_info "File is larger than ${SPLIT_PART_SIZE}k. Splitting into multiple parts" +@@ -1152,13 +1152,13 @@ update_scap_db() { + then + for cvefile in `ls $SCAP_DIR/nvdcve-2.0-*.xml` + do +- filedate=`stat -c "%Y" "$cvefile" | cut -d " " -f 1 | tr -d "-"` ++ filedate=`stat -f "%m" "$cvefile" | cut -d " " -f 1 | tr -d "-"` + filedate=$(( $filedate - ( $filedate % 60 ) )) + if [ $filedate -gt $DB_LASTUPDATE ] + then + log_info "Updating $cvefile" + +- filesize=`stat -c "%s" "$cvefile"` ++ filesize=`stat -f "%z" "$cvefile"` + if [ "0" -ne "$SPLIT_PART_SIZE" ] && [ "$filesize" -gt $(($SPLIT_PART_SIZE * 1024)) ] + then + log_info "File is larger than ${SPLIT_PART_SIZE}k. Splitting into multiple parts" +@@ -1228,7 +1228,7 @@ update_scap_db() { + + for ovalfile in $oval_files_sorted + do +- filedate=`stat -c "%Y" "$ovalfile" | cut -d " " -f 1 | tr -d "-"` ++ filedate=`stat -f "%m" "$ovalfile" | cut -d " " -f 1 | tr -d "-"` + filedate=$(( $filedate - ( $filedate % 60 ) )) + if [ $filedate -gt $DB_LASTUPDATE ] || [ 1 = "$REBUILD_OVAL" ] + then +@@ -1469,7 +1469,7 @@ then + exit 1 + fi + +-if [ $(id -u) -ne $(stat -c %u $SCAP_DB) ] ++if [ $(id -u) -ne $(stat -f %u $SCAP_DB) ] + then + log_err "Not synchronizing or updating the database since the current user is not the owner of the database." + echo "Not synchronizing or updating the database since the current user is not the owner of the database." diff --git a/security/openvas-manager/files/patch-tools+openvas-certdata-sync.in b/security/openvas-manager/files/patch-tools+openvas-certdata-sync.in new file mode 100644 index 00000000000..bfdd33d1ed8 --- /dev/null +++ b/security/openvas-manager/files/patch-tools+openvas-certdata-sync.in @@ -0,0 +1,20 @@ +--- tools/openvas-certdata-sync.in.orig 2015-08-03 05:52:10 UTC ++++ tools/openvas-certdata-sync.in +@@ -575,7 +575,7 @@ update_sec_db () { + then + for certfile in `ls $CERT_DIR/CB-K*.xml` + do +- filedate=`stat -c "%Y" $certfile | cut -d " " -f 1 | tr -d "-"` ++ filedate=`stat -f "%m" $certfile | cut -d " " -f 1 | tr -d "-"` + filedate=$(( $filedate - ( $filedate % 60 ) )) + if [ $filedate -gt $DB_LASTUPDATE ] + then +@@ -610,7 +610,7 @@ update_sec_db () { + then + for certfile in `ls $CERT_DIR/dfn-cert-*.xml` + do +- filedate=`stat -c "%Y" $certfile | cut -d " " -f 1 | tr -d "-"` ++ filedate=`stat -f "%m" $certfile | cut -d " " -f 1 | tr -d "-"` + filedate=$(( $filedate - ( $filedate % 60 ) )) + if [ $filedate -gt $DB_LASTUPDATE ] + then diff --git a/security/openvas-manager/files/patch-tools+openvas-scapdata-sync.in b/security/openvas-manager/files/patch-tools+openvas-scapdata-sync.in new file mode 100644 index 00000000000..ba01a53365f --- /dev/null +++ b/security/openvas-manager/files/patch-tools+openvas-scapdata-sync.in @@ -0,0 +1,52 @@ +--- tools/openvas-scapdata-sync.in.orig 2015-08-03 05:52:10 UTC ++++ tools/openvas-scapdata-sync.in +@@ -885,7 +885,7 @@ update_sec_db_private () { + then + for ovalfile in $oval_files_sorted_private + do +- filedate=`stat -c "%Y" "$ovalfile" | cut -d " " -f 1 | tr -d "-"` ++ filedate=`stat -f "%m" "$ovalfile" | cut -d " " -f 1 | tr -d "-"` + filedate=$(( $filedate - ( $filedate % 60 ) )) + if [ $filedate -gt $DB_LASTUPDATE ] || [ 1 = "$REBUILD_OVAL" ] + then +@@ -1012,13 +1012,13 @@ update_sec_db () { + CPEBASE="$SCAP_DIR/official-cpe-dictionary_v2.2.xml" + if [ -e $CPEBASE ] + then +- filedate=`stat -c "%Y" "$CPEBASE" | cut -d " " -f 1 | tr -d "-"` ++ filedate=`stat -f "%m" "$CPEBASE" | cut -d " " -f 1 | tr -d "-"` + filedate=$(( $filedate - ( $filedate % 60 ) )) + if [ $filedate -gt $DB_LASTUPDATE ] + then + echo "[i] Updating CPEs" + +- filesize=`stat -c "%s" "$CPEBASE"` ++ filesize=`stat -f "%z" "$CPEBASE"` + if [ "0" -ne "$SPLIT_PART_SIZE" ] && [ "$filesize" -gt $(($SPLIT_PART_SIZE * 1024)) ] + then + echo "[i] File is larger than ${SPLIT_PART_SIZE}k. Splitting into multiple parts" +@@ -1075,13 +1075,13 @@ update_sec_db () { + then + for cvefile in `ls $SCAP_DIR/nvdcve-2.0-*.xml` + do +- filedate=`stat -c "%Y" "$cvefile" | cut -d " " -f 1 | tr -d "-"` ++ filedate=`stat -f "%m" "$cvefile" | cut -d " " -f 1 | tr -d "-"` + filedate=$(( $filedate - ( $filedate % 60 ) )) + if [ $filedate -gt $DB_LASTUPDATE ] + then + echo "[i] Updating $cvefile" + +- filesize=`stat -c "%s" "$cvefile"` ++ filesize=`stat -f "%z" "$cvefile"` + if [ "0" -ne "$SPLIT_PART_SIZE" ] && [ "$filesize" -gt $(($SPLIT_PART_SIZE * 1024)) ] + then + echo "[i] File is larger than ${SPLIT_PART_SIZE}k. Splitting into multiple parts" +@@ -1151,7 +1151,7 @@ update_sec_db () { + + for ovalfile in $oval_files_sorted + do +- filedate=`stat -c "%Y" "$ovalfile" | cut -d " " -f 1 | tr -d "-"` ++ filedate=`stat -f "%m" "$ovalfile" | cut -d " " -f 1 | tr -d "-"` + filedate=$(( $filedate - ( $filedate % 60 ) )) + if [ $filedate -gt $DB_LASTUPDATE ] || [ 1 = "$REBUILD_OVAL" ] + then diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 9747a6d15eb..dcce225a7f5 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -22,9 +22,15 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept MAKE_JOBS_UNSAFE= yes +EXTRA_PATCHES= ${FILESDIR}/extra-patch-bsdtar ZSH_VER= ${PORTVERSION} +PLIST_SUB+= ZSH_VER="${ZSH_VER}" USES= iconv ncurses shebangfix tar:xz + +SHEBANG_LANG= zsh +zsh_OLD_CMD= /bin/zsh +zsh_CMD= ${PREFIX}/bin/zsh SHEBANG_FILES= Functions/Calendar/calendar_add \ Functions/Misc/checkmail \ Functions/Misc/run-help \ @@ -32,9 +38,7 @@ SHEBANG_FILES= Functions/Calendar/calendar_add \ Functions/Misc/zcalc \ Functions/Misc/zed \ Functions/Misc/zkbd -SHEBANG_LANG= zsh -zsh_OLD_CMD= /bin/zsh -zsh_CMD= ${PREFIX}/bin/zsh + GNU_CONFIGURE= yes TEST_TARGET= test @@ -45,40 +49,48 @@ CONFIGURE_ARGS= --with-tcsetpgrp \ --enable-function-subdirs --enable-multibyte \ --sysconfdir=${PREFIX}/etc -EXTRA_PATCHES= ${FILESDIR}/extra-patch-bsdtar -#EXTRA_COMPLETION_FILES= _sockstat -#EXTRA_COMPLETION_DIR= Completion/BSD/Command +DOCS= LICENCE META-FAQ README \ + Etc/BUGS Etc/CONTRIBUTORS Etc/FAQ Etc/completion-style-guide \ + Doc/zsh*.html Doc/zsh.dvi -OPTIONS_DEFINE= GDBM MEM SECURE_FREE MAILDIR PCRE STATIC DOCS DEBUG \ - EXAMPLES -OPTIONS_DEFAULT=SECURE_FREE MAILDIR - -GDBM_DESC= Enable GDBM support (GPL) -MEM_DESC= Enable zsh-mem options -SECURE_FREE_DESC= Enable zsh-secure-free -MAILDIR_DESC= Enable support for Maildirs in MAIL(PATH) - -PLIST_SUB+= ZSH_VER="${ZSH_VER}" - -DOCS= LICENCE META-FAQ README Etc/BUGS Etc/CONTRIBUTORS Etc/FAQ \ - Etc/completion-style-guide Doc/zsh*.html Doc/zsh.dvi PORTDOCS= * PORTEXAMPLES= zlogin zshenv zshrc +## Vendor completions to be added into the port (none used now) +#EXTRA_COMPLETION_FILES= _sockstat +#EXTRA_COMPLETION_DIR= Completion/BSD/Command + +OPTIONS_DEFINE= GDBM MEM SECURE_FREE MAILDIR PCRE STATIC DEBUG \ + DOCS EXAMPLES +OPTIONS_DEFAULT=SECURE_FREE MAILDIR OPTIONS_SUB= yes -DOCS_DISTFILES= ${DISTNAME}-doc${EXTRACT_SUFX}:doc +DEBUG_CONFIGURE_ENABLE= zsh-debug + +DOCS_DISTFILES= ${DISTNAME}-doc${EXTRACT_SUFX}:doc + +GDBM_DESC= Enable GDBM support (GPL) GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm GDBM_CONFIGURE_ENABLE= gdbm + +MAILDIR_DESC= Enable support for Maildirs in MAIL(PATH) +MAILDIR_CONFIGURE_ENABLE= maildir-support + +MEM_DESC= Enable zsh-mem options +MEM_CONFIGURE_ENABLE= zsh-mem + +SECURE_FREE_DESC= Enable zsh-secure-free +SECURE_FREE_CONFIGURE_ENABLE= zsh-secure-free + PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_CONFIGURE_ENABLE= pcre -MEM_CONFIGURE_ENABLE= zsh-mem -SECURE_FREE_CONFIGURE_ENABLE= zsh-secure-free -MAILDIR_CONFIGURE_ENABLE= maildir-support + +## Some modules can only be built dynamically (such as the regex module). +## If you enable STATIC, you may get strange errors if scripts/plugins +## try to use the regex module. STATIC_LDFLAGS= -static STATIC_CONFIGURE_ON= --disable-dynamic --with-term-lib="tinfow tinfo" STATIC_CONFIGURE_OFF= --enable-dynamic --with-term-lib="ncursesw ncurses" -DEBUG_CONFIGURE_ENABLE= zsh-debug .include @@ -93,6 +105,8 @@ post-patch: ${WRKSRC}/Src/Modules/*.mdd @${SED} -i "" -e "s,/etc/,${LOCALBASE}/etc/," \ ${WRKSRC}/Functions/MIME/zsh-mime-setup + +# Adding vendor completions into the package .ifdef EXTRA_COMPLETION_FILES @${ECHO} "===> Installing extra completion files" .for COMPFILE in ${EXTRA_COMPLETION_FILES} @@ -109,7 +123,7 @@ post-patch: @${FIND} ${WRKSRC}/Completion -type f -iname '*.orig' -delete post-build: - # Fix ".so" macro problem by using "soelim" command. +# Fix ".so" macro problem by using "soelim" command. ${LN} -sf ${WRKSRC}/Doc ${WRKSRC}/man1 ${MV} ${WRKSRC}/Doc/zshall.1 ${WRKSRC}/Doc/zshall.1.source (cd ${WRKSRC} && ${SOELIM} -r ${WRKSRC}/Doc/zshall.1.source > \ @@ -117,6 +131,7 @@ post-build: post-install: ${LN} -f ${STAGEDIR}${PREFIX}/bin/zsh ${STAGEDIR}${PREFIX}/bin/rzsh +# Precompile completions and functions (${STAGEDIR}${PREFIX}/bin/zsh -fc ' \ setopt extendedglob nomark_dirs; \ cd ${STAGEDIR}/${DATADIR}/${ZSH_VER} ; \ diff --git a/shells/zsh/files/patch-Doc_zshmodules.1 b/shells/zsh/files/patch-Doc_zshmodules.1 index d7e839541ae..fca78496c03 100644 --- a/shells/zsh/files/patch-Doc_zshmodules.1 +++ b/shells/zsh/files/patch-Doc_zshmodules.1 @@ -1,6 +1,6 @@ ---- Doc/zshmodules.1.orig 2014-11-21 22:50:41 UTC +--- Doc/zshmodules.1.orig 2015-12-02 18:53:48 UTC +++ Doc/zshmodules.1 -@@ -2415,7 +2415,6 @@ Returns the process ID of the current pr +@@ -2717,7 +2717,6 @@ Returns the process ID of the current pr Returns the process ID of the parent of the current process, even in subshells\&. Compare \fB$PPID\fP, which returns the process ID of the parent of the main shell process\&. diff --git a/shells/zsh/files/patch-Src_jobs.c b/shells/zsh/files/patch-Src_jobs.c index 6b92999146f..6d00064589d 100644 --- a/shells/zsh/files/patch-Src_jobs.c +++ b/shells/zsh/files/patch-Src_jobs.c @@ -1,6 +1,6 @@ ---- Src/jobs.c.orig 2014-08-23 20:40:52.000000000 +0200 -+++ Src/jobs.c 2014-09-10 10:33:50.283018759 +0200 -@@ -694,15 +694,15 @@ +--- Src/jobs.c.orig 2015-08-16 18:44:40 UTC ++++ Src/jobs.c +@@ -687,15 +687,15 @@ printtime(struct timeval *real, child_ti /* go ahead and compute these, since almost every TIMEFMT will have them */ elapsed_time = real->tv_sec + real->tv_usec / 1000000.0; @@ -19,7 +19,7 @@ user_time = ti->ut / (double) clktck; system_time = ti->st / (double) clktck; percent = 100.0 * (ti->ut + ti->st) -@@ -796,7 +795,7 @@ +@@ -791,7 +791,7 @@ printtime(struct timeval *real, child_ti #endif #ifdef HAVE_STRUCT_RUSAGE_RU_MAXRSS case 'M': diff --git a/shells/zsh/files/patch-Src_watch.c b/shells/zsh/files/patch-Src_watch.c index c01a3632f9c..51244955eae 100644 --- a/shells/zsh/files/patch-Src_watch.c +++ b/shells/zsh/files/patch-Src_watch.c @@ -1,5 +1,5 @@ ---- Src/watch.c.orig 2011-11-13 10:39:47.736213000 +0100 -+++ Src/watch.c 2011-11-13 10:47:22.110214518 +0100 +--- Src/watch.c.orig 2015-08-20 19:59:47 UTC ++++ Src/watch.c @@ -30,8 +30,11 @@ #include "zsh.mdh" diff --git a/sysutils/iocage-devel/Makefile b/sysutils/iocage-devel/Makefile index 1adfc96b065..7e0c83817a4 100644 --- a/sysutils/iocage-devel/Makefile +++ b/sysutils/iocage-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iocage -PORTVERSION= 20160222 +PORTVERSION= 20160405 CATEGORIES= sysutils PKGNAMESUFFIX= -devel @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= iocage -GH_TAGNAME= 42b8da8474a566e392c6600d80ddc6f0f2c3e980 +GH_TAGNAME= 94a75a7 NO_BUILD= yes NO_ARCH= yes diff --git a/sysutils/iocage-devel/distinfo b/sysutils/iocage-devel/distinfo index 04010bccfcc..f82b448f6d0 100644 --- a/sysutils/iocage-devel/distinfo +++ b/sysutils/iocage-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (iocage-iocage-20160222-42b8da8474a566e392c6600d80ddc6f0f2c3e980_GH0.tar.gz) = 1c85e4b1c95f0161fceb15bee658f31dbc704bf5217d0217f33d73f92cc1a126 -SIZE (iocage-iocage-20160222-42b8da8474a566e392c6600d80ddc6f0f2c3e980_GH0.tar.gz) = 319198 +SHA256 (iocage-iocage-20160405-94a75a7_GH0.tar.gz) = a7bc872dc68ab18aa760800172c6cae402dce9f06e1e9c43ab9fa876a3bcee64 +SIZE (iocage-iocage-20160405-94a75a7_GH0.tar.gz) = 323370 diff --git a/sysutils/mcollective-puppet-agent/Makefile b/sysutils/mcollective-puppet-agent/Makefile index 43ad97b675c..35f9b1e2eb3 100644 --- a/sysutils/mcollective-puppet-agent/Makefile +++ b/sysutils/mcollective-puppet-agent/Makefile @@ -7,7 +7,7 @@ COMMENT= MCollective agent to manage the Puppet Agent # See MASTERDIR for MAINTAINER. -RUN_DEPENDS= mcollective-puppet-common>=${PORTVERSION}:${PORTSDIR}/sysutils/mcollective-puppet-common +RUN_DEPENDS= mcollective-puppet-common>=${PORTVERSION}:sysutils/mcollective-puppet-common MASTERDIR= ${.CURDIR}/../mcollective-puppet-common diff --git a/sysutils/mcollective-puppet-client/Makefile b/sysutils/mcollective-puppet-client/Makefile index 5bef713cdd4..c8c308cbeaf 100644 --- a/sysutils/mcollective-puppet-client/Makefile +++ b/sysutils/mcollective-puppet-client/Makefile @@ -6,7 +6,7 @@ COMMENT= MCollective client to manage the Puppet Agent # See MASTERDIR for MAINTAINER. -RUN_DEPENDS= mcollective-puppet-common>=${PORTVERSION}:${PORTSDIR}/sysutils/mcollective-puppet-common +RUN_DEPENDS= mcollective-puppet-common>=${PORTVERSION}:sysutils/mcollective-puppet-common MASTERDIR= ${.CURDIR}/../mcollective-puppet-common diff --git a/sysutils/mcollective-puppet-common/Makefile b/sysutils/mcollective-puppet-common/Makefile index 26c0299881c..baa787bc4ac 100644 --- a/sysutils/mcollective-puppet-common/Makefile +++ b/sysutils/mcollective-puppet-common/Makefile @@ -9,7 +9,7 @@ COMMENT?= MCollective common files to manage the Puppet Agent LICENSE= APACHE20 -RUN_DEPENDS?= mcollective>=2:${PORTSDIR}/sysutils/mcollective +RUN_DEPENDS?= mcollective>=2:sysutils/mcollective USE_GITHUB= yes GH_ACCOUNT= puppetlabs diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile index d34f3cb8d94..f4515518301 100644 --- a/sysutils/py-salt/Makefile +++ b/sysutils/py-salt/Makefile @@ -3,6 +3,7 @@ PORTNAME= salt PORTVERSION= 2015.8.8 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-salt/files/patch-salt__config.py b/sysutils/py-salt/files/patch-salt__config.py new file mode 100644 index 00000000000..9efdeb5d1f0 --- /dev/null +++ b/sysutils/py-salt/files/patch-salt__config.py @@ -0,0 +1,116 @@ +diff --git a/salt/config.py b/salt/config.py +index 071e06b..1f83c33 100644 +--- salt/config.py.orig ++++ salt/config.py +@@ -63,7 +63,7 @@ + + VALID_OPTS = { + # The address of the salt master. May be specified as IP address or hostname +- 'master': str, ++ 'master': (str, list), + + # The TCP/UDP port of the master to connect to in order to listen to publications + 'master_port': int, +@@ -541,7 +541,7 @@ + 'file_recv': bool, + 'file_recv_max_size': int, + 'file_ignore_regex': list, +- 'file_ignore_glob': bool, ++ 'file_ignore_glob': list, + 'fileserver_backend': list, + 'fileserver_followsymlinks': bool, + 'fileserver_ignoresymlinks': bool, +@@ -833,7 +833,7 @@ + 'file_recv': False, + 'file_recv_max_size': 100, + 'file_ignore_regex': [], +- 'file_ignore_glob': None, ++ 'file_ignore_glob': [], + 'fileserver_backend': ['roots'], + 'fileserver_followsymlinks': True, + 'fileserver_ignoresymlinks': False, +@@ -1348,26 +1348,30 @@ def _validate_opts(opts): + Check that all of the types of values passed into the config are + of the right types + ''' ++ def format_multi_opt(valid_type): ++ try: ++ num_types = len(valid_type) ++ except TypeError: ++ # Bare type name won't have a length, return the name of the type ++ # passed. ++ return valid_type.__name__ ++ else: ++ if num_types == 1: ++ return valid_type.__name__ ++ elif num_types > 1: ++ ret = ', '.join(x.__name__ for x in valid_type[:-1]) ++ ret += ' or ' + valid_type[-1].__name__ ++ + errors = [] +- err = ('Key {0} with value {1} has an invalid type of {2}, a {3} is ' ++ ++ err = ('Key \'{0}\' with value {1} has an invalid type of {2}, a {3} is ' + 'required for this value') + for key, val in six.iteritems(opts): + if key in VALID_OPTS: +- if isinstance(VALID_OPTS[key](), list): +- if isinstance(val, VALID_OPTS[key]): +- continue +- else: +- errors.append( +- err.format(key, val, type(val).__name__, 'list') +- ) +- if isinstance(VALID_OPTS[key](), dict): +- if isinstance(val, VALID_OPTS[key]): +- continue +- else: +- errors.append( +- err.format(key, val, type(val).__name__, 'dict') +- ) +- else: ++ if isinstance(val, VALID_OPTS[key]): ++ continue ++ ++ if hasattr(VALID_OPTS[key], '__call__'): + try: + VALID_OPTS[key](val) + if isinstance(val, (list, dict)): +@@ -1384,14 +1388,21 @@ def _validate_opts(opts): + VALID_OPTS[key].__name__ + ) + ) +- except ValueError: ++ except (TypeError, ValueError): + errors.append( +- err.format(key, val, type(val).__name__, VALID_OPTS[key]) +- ) +- except TypeError: +- errors.append( +- err.format(key, val, type(val).__name__, VALID_OPTS[key]) ++ err.format(key, ++ val, ++ type(val).__name__, ++ VALID_OPTS[key].__name__) + ) ++ continue ++ ++ errors.append( ++ err.format(key, ++ val, ++ type(val).__name__, ++ format_multi_opt(VALID_OPTS[key].__name__)) ++ ) + + # RAET on Windows uses 'win32file.CreateMailslot()' for IPC. Due to this, + # sock_dirs must start with '\\.\mailslot\' and not contain any colons. +@@ -1404,7 +1415,7 @@ def _validate_opts(opts): + '\\\\.\\mailslot\\' + opts['sock_dir'].replace(':', '')) + + for error in errors: +- log.warning(error) ++ log.debug(error) + if errors: + return False + return True + diff --git a/sysutils/py-salt/files/patch-salt__modules__win_dacl.py b/sysutils/py-salt/files/patch-salt__modules__win_dacl.py new file mode 100644 index 00000000000..78ccbdbfea9 --- /dev/null +++ b/sysutils/py-salt/files/patch-salt__modules__win_dacl.py @@ -0,0 +1,34 @@ +diff --git a/salt/modules/win_dacl.py b/salt/modules/win_dacl.py +index d57bb7b..d9ee27a 100644 +--- salt/modules/win_dacl.py ++++ salt/modules/win_dacl.py +@@ -44,9 +44,10 @@ class daclConstants(object): + # in ntsecuritycon has the extra bits 0x200 enabled. + # Note that you when you set this permission what you'll generally get back is it + # ORed with 0x200 (SI_NO_ACL_PROTECT), which is what ntsecuritycon incorrectly defines. +- FILE_ALL_ACCESS = (ntsecuritycon.STANDARD_RIGHTS_REQUIRED | ntsecuritycon.SYNCHRONIZE | 0x1ff) + + def __init__(self): ++ self.FILE_ALL_ACCESS = (ntsecuritycon.STANDARD_RIGHTS_REQUIRED | ntsecuritycon.SYNCHRONIZE | 0x1ff) ++ + self.hkeys_security = { + 'HKEY_LOCAL_MACHINE': 'MACHINE', + 'HKEY_USERS': 'USERS', +@@ -88,7 +89,7 @@ def __init__(self): + ntsecuritycon.DELETE, + 'TEXT': 'modify'}, + 'FULLCONTROL': { +- 'BITS': daclConstants.FILE_ALL_ACCESS, ++ 'BITS': self.FILE_ALL_ACCESS, + 'TEXT': 'full control'} + } + } +@@ -368,7 +369,7 @@ def add_ace(path, objectType, user, permission, acetype, propagation): + path: path to the object (i.e. c:\\temp\\file, HKEY_LOCAL_MACHINE\\SOFTWARE\\KEY, etc) + user: user to add + permission: permissions for the user +- acetypes: either allow/deny for each user/permission (ALLOW, DENY) ++ acetype: either allow/deny for each user/permission (ALLOW, DENY) + propagation: how the ACE applies to children for Registry Keys and Directories(KEY, KEY&SUBKEYS, SUBKEYS) + + CLI Example: diff --git a/sysutils/vm-bhyve/Makefile b/sysutils/vm-bhyve/Makefile index 8da7f903154..2cc5522f9ee 100644 --- a/sysutils/vm-bhyve/Makefile +++ b/sysutils/vm-bhyve/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vm-bhyve -PORTVERSION= 0.9.13 +PORTVERSION= 0.10.6 DISTVERSIONPREFIX=v CATEGORIES= sysutils @@ -16,7 +16,7 @@ EXAMPLES_DESC= Install example guest templates USE_GITHUB= yes GH_ACCOUNT= churchers -GH_TAGNAME= 6416f62 +GH_TAGNAME= c7c28f5 NO_ARCH= yes NO_BUILD= yes diff --git a/sysutils/vm-bhyve/distinfo b/sysutils/vm-bhyve/distinfo index 382207cc32d..2c34835493b 100644 --- a/sysutils/vm-bhyve/distinfo +++ b/sysutils/vm-bhyve/distinfo @@ -1,2 +1,2 @@ -SHA256 (churchers-vm-bhyve-v0.9.13-6416f62_GH0.tar.gz) = eea56306d8064e260b66d28eb69b4d5a00cae250ccae2d2a056878ae31dcfd9b -SIZE (churchers-vm-bhyve-v0.9.13-6416f62_GH0.tar.gz) = 41828 +SHA256 (churchers-vm-bhyve-v0.10.6-c7c28f5_GH0.tar.gz) = 24e459cc26e9ffc3837f6950a3018a0d22ae1c2ae365b0bec78a91fc4a143caa +SIZE (churchers-vm-bhyve-v0.10.6-c7c28f5_GH0.tar.gz) = 45468 diff --git a/sysutils/vm-bhyve/pkg-plist b/sysutils/vm-bhyve/pkg-plist index 65a9da6060f..54168fbd600 100644 --- a/sysutils/vm-bhyve/pkg-plist +++ b/sysutils/vm-bhyve/pkg-plist @@ -12,7 +12,7 @@ lib/vm-bhyve/vm-zfs man/man8/vm.8.gz sbin/vm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/alpine.conf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/centos.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/centos6.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/debian.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/default.conf diff --git a/sysutils/zap/Makefile b/sysutils/zap/Makefile index 733facc1809..798b139ab7f 100644 --- a/sysutils/zap/Makefile +++ b/sysutils/zap/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zap -PORTVERSION= 0.1 +PORTVERSION= 0.1.2 CATEGORIES= sysutils MAINTAINER= jrm@ftfl.ca @@ -14,7 +14,6 @@ NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= Jehops -GH_TAGNAME= 0.1 PLIST_FILES= bin/zap %%PORTDOCS%%%%DOCSDIR%%/README.org diff --git a/sysutils/zap/distinfo b/sysutils/zap/distinfo index cbf94819da9..c899fcf8a24 100644 --- a/sysutils/zap/distinfo +++ b/sysutils/zap/distinfo @@ -1,2 +1,2 @@ -SHA256 (Jehops-zap-0.1_GH0.tar.gz) = 31aa6f579c41e399646b54116bd33aeb1a1020c41436df3c66c4226d94206014 -SIZE (Jehops-zap-0.1_GH0.tar.gz) = 2487 +SHA256 (Jehops-zap-0.1.2_GH0.tar.gz) = e77b0007aa576f2ef806c9b731b40481071345f73772c1087097b8a6f5b96d59 +SIZE (Jehops-zap-0.1.2_GH0.tar.gz) = 2628 diff --git a/sysutils/zap/pkg-descr b/sysutils/zap/pkg-descr index 6f7098bd43a..57059345ae9 100644 --- a/sysutils/zap/pkg-descr +++ b/sysutils/zap/pkg-descr @@ -1,8 +1,8 @@ Use zap to maintain ZFS snapshots with cron. -- Uses neither configuration files nor custom ZFS properties -- all information is supplied when zap is invoked and stored in snapshot - names. +- Uses neither configuration files nor custom ZFS properties - all + information is supplied when zap is invoked and stored in snapshot + names. - Uses namespaces to avoid collisions with other snapshots. - Creates and destroys snapshots only when it makes sense to. - Written in POSIX sh. diff --git a/textproc/Makefile b/textproc/Makefile index 34a8da8191c..8535c7ab21d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1713,6 +1713,7 @@ SUBDIR += yould SUBDIR += zenxml SUBDIR += zorba + SUBDIR += zsh-syntax-highlighting SUBDIR += zu-aspell SUBDIR += zu-hunspell diff --git a/textproc/py-sparqlwrapper/Makefile b/textproc/py-sparqlwrapper/Makefile index 10994a5a9ed..537648563c3 100644 --- a/textproc/py-sparqlwrapper/Makefile +++ b/textproc/py-sparqlwrapper/Makefile @@ -3,6 +3,7 @@ PORTNAME= sparqlwrapper PORTVERSION= 1.7.6 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,4 +16,7 @@ NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils +post-patch: + @${REINPLACE_CMD} '/keepalive/d' ${WRKSRC}/requirements.txt + .include diff --git a/textproc/zsh-syntax-highlighting/Makefile b/textproc/zsh-syntax-highlighting/Makefile new file mode 100644 index 00000000000..1f19b010e9d --- /dev/null +++ b/textproc/zsh-syntax-highlighting/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= zsh-syntax-highlighting +PORTVERSION= 20160338 +CATEGORIES= textproc + +MAINTAINER= jrm@ftfl.ca +COMMENT= Fish shell like syntax highlighting for Zsh + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING.md + +RUN_DEPENDS= ${LOCALBASE}/bin/zsh:shells/zsh + +USE_GITHUB= yes +GH_ACCOUNT= zsh-users +GH_TAGNAME= bc7f8ea + +SUB_FILES= pkg-message + +.include diff --git a/textproc/zsh-syntax-highlighting/distinfo b/textproc/zsh-syntax-highlighting/distinfo new file mode 100644 index 00000000000..75a27a9e167 --- /dev/null +++ b/textproc/zsh-syntax-highlighting/distinfo @@ -0,0 +1,2 @@ +SHA256 (zsh-users-zsh-syntax-highlighting-20160338-bc7f8ea_GH0.tar.gz) = 5d5540d67e98c1167005736849cbd0cf45330a67f8979c23f78fafc53f8e2996 +SIZE (zsh-users-zsh-syntax-highlighting-20160338-bc7f8ea_GH0.tar.gz) = 54361 diff --git a/textproc/zsh-syntax-highlighting/files/pkg-message.in b/textproc/zsh-syntax-highlighting/files/pkg-message.in new file mode 100644 index 00000000000..fcb7e9e53c7 --- /dev/null +++ b/textproc/zsh-syntax-highlighting/files/pkg-message.in @@ -0,0 +1,9 @@ +================================================================================ +Zsh-syntax-highlighting requires zsh 4.3.17+. + +Add the line below to *the end of* your .zshrc to enable hightlighting. + +source %%DATADIR%%/zsh-syntax-highlighting.zsh + +DATADIR is usually %%PREFIX%%/share/zsh-syntax-highlighting. +================================================================================ diff --git a/textproc/zsh-syntax-highlighting/pkg-descr b/textproc/zsh-syntax-highlighting/pkg-descr new file mode 100644 index 00000000000..b11cf97fbec --- /dev/null +++ b/textproc/zsh-syntax-highlighting/pkg-descr @@ -0,0 +1,5 @@ +Zsh-syntax-highlighting enables highlighing of commands whilst they +are typed at an interactive zsh prompt. This helps in reviewing +commands before running them, particularly in catching syntax errors. + +WWW: https://github.com/zsh-users/zsh-syntax-highlighting diff --git a/textproc/zsh-syntax-highlighting/pkg-plist b/textproc/zsh-syntax-highlighting/pkg-plist new file mode 100644 index 00000000000..660b1a33503 --- /dev/null +++ b/textproc/zsh-syntax-highlighting/pkg-plist @@ -0,0 +1,20 @@ +%%PORTDOCS%%%%DOCSDIR%%/COPYING.md +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/all.md +%%PORTDOCS%%%%DOCSDIR%%/changelog.md +%%PORTDOCS%%%%DOCSDIR%%/highlighters.md +%%PORTDOCS%%%%DOCSDIR%%/highlighters/brackets.md +%%PORTDOCS%%%%DOCSDIR%%/highlighters/cursor.md +%%PORTDOCS%%%%DOCSDIR%%/highlighters/line.md +%%PORTDOCS%%%%DOCSDIR%%/highlighters/main.md +%%PORTDOCS%%%%DOCSDIR%%/highlighters/pattern.md +%%PORTDOCS%%%%DOCSDIR%%/highlighters/root.md +%%DATADIR%%/.revision-hash +%%DATADIR%%/.version +%%DATADIR%%/highlighters/brackets/brackets-highlighter.zsh +%%DATADIR%%/highlighters/cursor/cursor-highlighter.zsh +%%DATADIR%%/highlighters/line/line-highlighter.zsh +%%DATADIR%%/highlighters/main/main-highlighter.zsh +%%DATADIR%%/highlighters/pattern/pattern-highlighter.zsh +%%DATADIR%%/highlighters/root/root-highlighter.zsh +%%DATADIR%%/zsh-syntax-highlighting.zsh diff --git a/www/Makefile b/www/Makefile index 521b67c6e14..31bfa0a19cf 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1431,6 +1431,7 @@ SUBDIR += pecl-amfext SUBDIR += pecl-http SUBDIR += pecl-http1 + SUBDIR += pecl-http2 SUBDIR += pecl-solr SUBDIR += pecl-sphinx SUBDIR += pecl-swish @@ -1901,6 +1902,7 @@ SUBDIR += rubygem-gitlab-grack SUBDIR += rubygem-gollum-grit_adapter SUBDIR += rubygem-gollum-lib + SUBDIR += rubygem-gollum-rugged_adapter SUBDIR += rubygem-gon SUBDIR += rubygem-gon-rails4 SUBDIR += rubygem-hackpad-cli diff --git a/www/elixir-joken/Makefile b/www/elixir-joken/Makefile index 383177f664b..cf84c54b398 100644 --- a/www/elixir-joken/Makefile +++ b/www/elixir-joken/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= joken -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- diff --git a/www/elixir-joken/distinfo b/www/elixir-joken/distinfo index c0f6c16cc4a..bc31c805cff 100644 --- a/www/elixir-joken/distinfo +++ b/www/elixir-joken/distinfo @@ -1,2 +1,2 @@ -SHA256 (bryanjos-joken-v1.1.0_GH0.tar.gz) = 4b9db4ca2d99702a613c97f28913e05aed555287091c35fa4dc2aa83a8d3496d -SIZE (bryanjos-joken-v1.1.0_GH0.tar.gz) = 29562 +SHA256 (bryanjos-joken-v1.2.0_GH0.tar.gz) = 50feff9927f165eda51b0a1b3f5233148d200b6075cffe78235ab60263fbee8c +SIZE (bryanjos-joken-v1.2.0_GH0.tar.gz) = 32031 diff --git a/www/elixir-joken/files/patch-mix.exs b/www/elixir-joken/files/patch-mix.exs index d76ed6a5368..56ca952cd79 100644 --- a/www/elixir-joken/files/patch-mix.exs +++ b/www/elixir-joken/files/patch-mix.exs @@ -1,10 +1,10 @@ ---- mix.exs.orig 2016-02-01 23:55:46 UTC +--- mix.exs.orig 2016-03-28 15:07:12 UTC +++ mix.exs -@@ -7,7 +7,6 @@ defmodule Joken.Mixfile do +@@ -9,7 +9,6 @@ defmodule Joken.Mixfile do elixir: "~> 1.0", description: description, package: package, - deps: deps, - consolidate_protocols: Mix.env != :test] - end - + consolidate_protocols: Mix.env != :test, + test_coverage: [tool: ExCoveralls], + name: "Joken", diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile index c550439aac2..7fd2e54076d 100644 --- a/www/gitlab-workhorse/Makefile +++ b/www/gitlab-workhorse/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= gitlab-workhorse -PORTVERSION= 0.6.5 +PORTVERSION= 0.7.1 +DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://ports.toco-domains.de/ diff --git a/www/gitlab-workhorse/distinfo b/www/gitlab-workhorse/distinfo index 09138a8e6e7..18dfdc43038 100644 --- a/www/gitlab-workhorse/distinfo +++ b/www/gitlab-workhorse/distinfo @@ -1,2 +1,2 @@ -SHA256 (gitlab-workhorse-0.6.5.tar.gz) = 629279a966ee7662fb6158465158659877de550609b95f5249ed801746991ced -SIZE (gitlab-workhorse-0.6.5.tar.gz) = 31621 +SHA256 (gitlab-workhorse-v0.7.1.tar.gz) = 0704481ecac0d7f0876008bce7c1135cdcaa270dfcb817d09e58005078fc1a99 +SIZE (gitlab-workhorse-v0.7.1.tar.gz) = 31689 diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index c96645ea50b..0ad1d77783a 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.9.13 +PORTVERSION= 1.9.14 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa @@ -124,9 +125,9 @@ OPTIONS_DEFINE= \ OPTIONS_DEFAULT=IPV6 FILE_AIO HTTP HTTP_ADDITION HTTP_AUTH_REQ HTTP_CACHE \ HTTP_DAV HTTP_FLV HTTP_GZIP_STATIC HTTP_GUNZIP_FILTER \ - HTTP_MP4 HTTP_RANDOM_INDEX HTTP_SECURE_LINK HTTP_SLICE \ - HTTP_REWRITE HTTP_SSL HTTP_STATUS HTTP_SUB HTTPV2 MAIL \ - MAIL_SSL STREAM STREAM_SSL THREADS WWW + HTTP_MP4 HTTP_RANDOM_INDEX HTTP_REALIP HTTP_SECURE_LINK \ + HTTP_SLICE HTTP_REWRITE HTTP_SSL HTTP_STATUS HTTP_SUB \ + HTTPV2 MAIL MAIL_SSL STREAM STREAM_SSL THREADS WWW DEBUGLOG_DESC= Enable debug log (--with-debug) FILE_AIO_DESC= Enable file aio diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 30840186262..2d4a109339e 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.9.13.tar.gz) = f7cd529a5879cd9cd5b62e6fc4a3a7e8d8363cb12c080ab480cc718c55736609 -SIZE (nginx-1.9.13.tar.gz) = 907611 +SHA256 (nginx-1.9.14.tar.gz) = 2b4893076d28e6b4384bba8c4fdebfca6de6f8f68ec48a1ca94b9b855ff457d2 +SIZE (nginx-1.9.14.tar.gz) = 908191 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 31e30f3febf..34561d57bd2 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.8.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ @@ -120,8 +120,9 @@ OPTIONS_DEFINE= \ OPTIONS_DEFAULT=IPV6 FILE_AIO HTTP HTTP_ADDITION HTTP_AUTH_REQ HTTP_CACHE \ HTTP_DAV HTTP_FLV HTTP_GZIP_STATIC HTTP_GUNZIP_FILTER \ - HTTP_MP4 HTTP_RANDOM_INDEX HTTP_SECURE_LINK HTTP_REWRITE \ - HTTP_SSL HTTP_STATUS HTTP_SUB MAIL MAIL_SSL SPDY WWW + HTTP_MP4 HTTP_RANDOM_INDEX HTTP_REALIP HTTP_SECURE_LINK \ + HTTP_REWRITE HTTP_SSL HTTP_STATUS HTTP_SUB MAIL MAIL_SSL \ + SPDY WWW DEBUGLOG_DESC= Enable debug log (--with-debug) FILE_AIO_DESC= Enable file aio diff --git a/www/oscommerce/Makefile b/www/oscommerce/Makefile index d1d9e635483..938946d1682 100644 --- a/www/oscommerce/Makefile +++ b/www/oscommerce/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= oscommerce -DISTVERSION= 2.3.3.4 -PORTREVISION= 2 +DISTVERSION= 2.3.4 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://www.oscommerce.com/files/ @@ -24,10 +23,12 @@ OPTIONS_DEFINE= DOCS do-install: ${MKDIR} ${STAGEDIR}/${WWWDIR} - ${CP} -R ${WRKSRC}/catalog ${STAGEDIR}/${WWWDIR} + @cd ${WRKSRC}/catalog && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR} + +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}/${DOCSDIR} .for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}/${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${STAGEDIR}/${DOCSDIR} .endfor .include diff --git a/www/oscommerce/distinfo b/www/oscommerce/distinfo index 4e07b4ae608..f95af6bd333 100644 --- a/www/oscommerce/distinfo +++ b/www/oscommerce/distinfo @@ -1,2 +1,2 @@ -SHA256 (oscommerce-2.3.3.4.zip) = 04ef78ae3ac2ea2994fb2fd40abf4c4929bcdc7181df0911129bb3e6974ffbf3 -SIZE (oscommerce-2.3.3.4.zip) = 6075872 +SHA256 (oscommerce-2.3.4.zip) = 1ee95f96642e6606862f0fa675c84d2ad0b66ab3197f63b26473f6a2f3b90828 +SIZE (oscommerce-2.3.4.zip) = 9664707 diff --git a/www/oscommerce/pkg-plist b/www/oscommerce/pkg-plist index d565a09e54a..1d6463ebd1b 100644 --- a/www/oscommerce/pkg-plist +++ b/www/oscommerce/pkg-plist @@ -1,1028 +1,1170 @@ -%%WWWDIR%%/catalog/account_edit.php -%%WWWDIR%%/catalog/account_history_info.php -%%WWWDIR%%/catalog/account_history.php -%%WWWDIR%%/catalog/account_newsletters.php -%%WWWDIR%%/catalog/account_notifications.php -%%WWWDIR%%/catalog/account_password.php -%%WWWDIR%%/catalog/account.php -%%WWWDIR%%/catalog/address_book.php -%%WWWDIR%%/catalog/address_book_process.php -%%WWWDIR%%/catalog/admin/action_recorder.php -%%WWWDIR%%/catalog/admin/administrators.php -%%WWWDIR%%/catalog/admin/backup.php -%%WWWDIR%%/catalog/admin/backups/.htaccess -%%WWWDIR%%/catalog/admin/banner_manager.php -%%WWWDIR%%/catalog/admin/banner_statistics.php -%%WWWDIR%%/catalog/admin/cache.php -%%WWWDIR%%/catalog/admin/categories.php -%%WWWDIR%%/catalog/admin/configuration.php -%%WWWDIR%%/catalog/admin/countries.php -%%WWWDIR%%/catalog/admin/currencies.php -%%WWWDIR%%/catalog/admin/customers.php -%%WWWDIR%%/catalog/admin/database_tables.php -%%WWWDIR%%/catalog/admin/define_language.php -%%WWWDIR%%/catalog/admin/ext/modules/payment/moneybookers/activation.php -%%WWWDIR%%/catalog/admin/ext/modules/payment/paypal/paypal_express.php -%%WWWDIR%%/catalog/admin/ext/modules/payment/sofortueberweisung/autoinstaller.gif -%%WWWDIR%%/catalog/admin/ext/modules/payment/sofortueberweisung/install.php -%%WWWDIR%%/catalog/admin/geo_zones.php -%%WWWDIR%%/catalog/admin/.htaccess -%%WWWDIR%%/catalog/admin/.htpasswd_oscommerce -%%WWWDIR%%/catalog/admin/images/ani_send_email.gif -%%WWWDIR%%/catalog/admin/images/cal_close_small.gif -%%WWWDIR%%/catalog/admin/images/cal_date_down.gif -%%WWWDIR%%/catalog/admin/images/cal_date_over.gif -%%WWWDIR%%/catalog/admin/images/cal_date_up.gif -%%WWWDIR%%/catalog/admin/images/cal_del_small.gif -%%WWWDIR%%/catalog/admin/images/graph_hbar_blue.gif -%%WWWDIR%%/catalog/admin/images/graph_hbar_red.gif -%%WWWDIR%%/catalog/admin/images/graphs/dummy -%%WWWDIR%%/catalog/admin/images/.htaccess -%%WWWDIR%%/catalog/admin/images/icon_arrow_right.gif -%%WWWDIR%%/catalog/admin/images/icon_facebook.png -%%WWWDIR%%/catalog/admin/images/icon_info.gif -%%WWWDIR%%/catalog/admin/images/icon_newsletter.png -%%WWWDIR%%/catalog/admin/images/icon_popup.gif -%%WWWDIR%%/catalog/admin/images/icon_reset.gif -%%WWWDIR%%/catalog/admin/images/icon_rss.png -%%WWWDIR%%/catalog/admin/images/icon_save.gif -%%WWWDIR%%/catalog/admin/images/icons/cross.gif -%%WWWDIR%%/catalog/admin/images/icons/current_folder.gif -%%WWWDIR%%/catalog/admin/images/icons/delete.gif -%%WWWDIR%%/catalog/admin/images/icons/error.gif -%%WWWDIR%%/catalog/admin/images/icons/file_download.gif -%%WWWDIR%%/catalog/admin/images/icons/file.gif -%%WWWDIR%%/catalog/admin/images/icons/folder.gif -%%WWWDIR%%/catalog/admin/images/icons/locked.gif -%%WWWDIR%%/catalog/admin/images/icons/preview.gif -%%WWWDIR%%/catalog/admin/images/icons/previous_level.gif -%%WWWDIR%%/catalog/admin/images/icons/statistics.gif -%%WWWDIR%%/catalog/admin/images/icons/success.gif -%%WWWDIR%%/catalog/admin/images/icon_status_green.gif -%%WWWDIR%%/catalog/admin/images/icon_status_green_light.gif -%%WWWDIR%%/catalog/admin/images/icon_status_red.gif -%%WWWDIR%%/catalog/admin/images/icon_status_red_light.gif -%%WWWDIR%%/catalog/admin/images/icon_status_yellow.gif -%%WWWDIR%%/catalog/admin/images/icons/tick.gif -%%WWWDIR%%/catalog/admin/images/icons/unlocked.gif -%%WWWDIR%%/catalog/admin/images/icons/warning.gif -%%WWWDIR%%/catalog/admin/images/icon_twitter.png -%%WWWDIR%%/catalog/admin/images/ms_error_bg.png -%%WWWDIR%%/catalog/admin/images/ms_error.png -%%WWWDIR%%/catalog/admin/images/ms_info_bg.png -%%WWWDIR%%/catalog/admin/images/ms_info.png -%%WWWDIR%%/catalog/admin/images/ms_success_bg.png -%%WWWDIR%%/catalog/admin/images/ms_success.png -%%WWWDIR%%/catalog/admin/images/ms_warning_bg.png -%%WWWDIR%%/catalog/admin/images/ms_warning.png -%%WWWDIR%%/catalog/admin/images/oscommerce.png -%%WWWDIR%%/catalog/admin/images/pixel_black.gif -%%WWWDIR%%/catalog/admin/images/pixel_trans.gif -%%WWWDIR%%/catalog/admin/includes/application_bottom.php -%%WWWDIR%%/catalog/admin/includes/application_top.php -%%WWWDIR%%/catalog/admin/includes/boxes/catalog.php -%%WWWDIR%%/catalog/admin/includes/boxes/configuration.php -%%WWWDIR%%/catalog/admin/includes/boxes/customers.php -%%WWWDIR%%/catalog/admin/includes/boxes/localization.php -%%WWWDIR%%/catalog/admin/includes/boxes/modules.php -%%WWWDIR%%/catalog/admin/includes/boxes/reports.php -%%WWWDIR%%/catalog/admin/includes/boxes/taxes.php -%%WWWDIR%%/catalog/admin/includes/boxes/tools_database_tables.php -%%WWWDIR%%/catalog/admin/includes/boxes/tools.php -%%WWWDIR%%/catalog/admin/includes/boxes/tools_security_checks.php -%%WWWDIR%%/catalog/admin/includes/classes/action_recorder.php -%%WWWDIR%%/catalog/admin/includes/classes/box.php -%%WWWDIR%%/catalog/admin/includes/classes/cfg_modules.php -%%WWWDIR%%/catalog/admin/includes/classes/currencies.php -%%WWWDIR%%/catalog/admin/includes/classes/email.php -%%WWWDIR%%/catalog/admin/includes/classes/language.php -%%WWWDIR%%/catalog/admin/includes/classes/logger.php -%%WWWDIR%%/catalog/admin/includes/classes/message_stack.php -%%WWWDIR%%/catalog/admin/includes/classes/mime.php -%%WWWDIR%%/catalog/admin/includes/classes/object_info.php -%%WWWDIR%%/catalog/admin/includes/classes/order.php -%%WWWDIR%%/catalog/admin/includes/classes/passwordhash.php -%%WWWDIR%%/catalog/admin/includes/classes/payment_module_info.php -%%WWWDIR%%/catalog/admin/includes/classes/phplot.php -%%WWWDIR%%/catalog/admin/includes/classes/rss.php -%%WWWDIR%%/catalog/admin/includes/classes/shopping_cart.php -%%WWWDIR%%/catalog/admin/includes/classes/split_page_results.php -%%WWWDIR%%/catalog/admin/includes/classes/table_block.php -%%WWWDIR%%/catalog/admin/includes/classes/upload.php -%%WWWDIR%%/catalog/admin/includes/column_left.php -%%WWWDIR%%/catalog/admin/includes/configure.php -%%WWWDIR%%/catalog/admin/includes/database_tables.php -%%WWWDIR%%/catalog/admin/includes/filenames.php -%%WWWDIR%%/catalog/admin/includes/footer.php -%%WWWDIR%%/catalog/admin/includes/functions/compatibility.php -%%WWWDIR%%/catalog/admin/includes/functions/database.php -%%WWWDIR%%/catalog/admin/includes/functions/general.php -%%WWWDIR%%/catalog/admin/includes/functions/html_graphs.php -%%WWWDIR%%/catalog/admin/includes/functions/html_output.php -%%WWWDIR%%/catalog/admin/includes/functions/languages.php -%%WWWDIR%%/catalog/admin/includes/functions/localization.php -%%WWWDIR%%/catalog/admin/includes/functions/password_funcs.php -%%WWWDIR%%/catalog/admin/includes/functions/sessions.php -%%WWWDIR%%/catalog/admin/includes/functions/validations.php -%%WWWDIR%%/catalog/admin/includes/general.js -%%WWWDIR%%/catalog/admin/includes/graphs/banner_daily.php -%%WWWDIR%%/catalog/admin/includes/graphs/banner_infobox.php -%%WWWDIR%%/catalog/admin/includes/graphs/banner_monthly.php -%%WWWDIR%%/catalog/admin/includes/graphs/banner_yearly.php -%%WWWDIR%%/catalog/admin/includes/header.php -%%WWWDIR%%/catalog/admin/includes/.htaccess -%%WWWDIR%%/catalog/admin/includes/javascript/calendarcode.js -%%WWWDIR%%/catalog/admin/includes/javascript/calendar.css -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/btn_close_small.gif -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/btn_date1_disabled.gif -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/btn_date1_down.gif -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/btn_date1_over.gif -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/btn_date1_up.gif -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/btn_date2_disabled.gif -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/btn_date2_down.gif -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/btn_date2_over.gif -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/btn_date2_up.gif -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/btn_date_disabled.gif -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/btn_date_down.gif -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/btn_date_over.gif -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/btn_date_up.gif -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/btn_del_small.gif -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/btn_info.gif -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/s.gif -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/spiffycal2.cur -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/spiffycal3.cur -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/images/spiffycal.cur -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/spiffyCal_v2_1.css -%%WWWDIR%%/catalog/admin/includes/javascript/spiffyCal/spiffyCal_v2_1.js -%%WWWDIR%%/catalog/admin/includes/languages/english/action_recorder.php -%%WWWDIR%%/catalog/admin/includes/languages/english/administrators.php -%%WWWDIR%%/catalog/admin/includes/languages/english/backup.php -%%WWWDIR%%/catalog/admin/includes/languages/english/banner_manager.php -%%WWWDIR%%/catalog/admin/includes/languages/english/banner_statistics.php -%%WWWDIR%%/catalog/admin/includes/languages/english/cache.php -%%WWWDIR%%/catalog/admin/includes/languages/english/categories.php -%%WWWDIR%%/catalog/admin/includes/languages/english/configuration.php -%%WWWDIR%%/catalog/admin/includes/languages/english/countries.php -%%WWWDIR%%/catalog/admin/includes/languages/english/currencies.php -%%WWWDIR%%/catalog/admin/includes/languages/english/customers.php -%%WWWDIR%%/catalog/admin/includes/languages/english/database_tables.php -%%WWWDIR%%/catalog/admin/includes/languages/english/define_language.php -%%WWWDIR%%/catalog/admin/includes/languages/english/geo_zones.php -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_back.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_backup.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_cancel.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_confirm.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_copy.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_copy_to.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_delete.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_details.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_edit.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_email.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_export.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_insert.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_invoice.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_lock.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_module_install.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_module_remove.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_move.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_new_banner.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_new_category.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_new_country.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_new_currency.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_new_file.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_new_folder.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_new_language.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_new_newsletter.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_new_product.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_new_tax_class.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_new_tax_rate.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_new_zone.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_orders.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_packingslip.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_preview.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_reset.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_restore.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_save.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_search.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_select.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_send.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_send_mail.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_unlock.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_update_currencies.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_update.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/images/buttons/button_upload.gif -%%WWWDIR%%/catalog/admin/includes/languages/english/index.php -%%WWWDIR%%/catalog/admin/includes/languages/english/invoice.php -%%WWWDIR%%/catalog/admin/includes/languages/english/languages.php -%%WWWDIR%%/catalog/admin/includes/languages/english/login.php -%%WWWDIR%%/catalog/admin/includes/languages/english/mail.php -%%WWWDIR%%/catalog/admin/includes/languages/english/manufacturers.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/boxes/tools_database_tables.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/boxes/tools_security_checks.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/cfg_modules/cfgm_action_recorder.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/cfg_modules/cfgm_boxes.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/cfg_modules/cfgm_dashboard.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/cfg_modules/cfgm_header_tags.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/cfg_modules/cfgm_order_total.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/cfg_modules/cfgm_payment.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/cfg_modules/cfgm_shipping.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/cfg_modules/cfgm_social_bookmarks.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/dashboard/d_admin_logins.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/dashboard/d_customers.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/dashboard/d_latest_addons.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/dashboard/d_latest_news.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/dashboard/d_orders.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/dashboard/d_partner_news.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/dashboard/d_reviews.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/dashboard/d_security_checks.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/dashboard/d_total_customers.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/dashboard/d_total_revenue.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/dashboard/d_version_check.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/newsletters/newsletter.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/newsletters/product_notification.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/security_check/config_file_catalog.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/security_check/default_currency.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/security_check/default_language.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/security_check/download_directory.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/security_check/extended/admin_backup_directory_listing.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/security_check/extended/admin_backup_file.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/security_check/extended/admin_http_authentication.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/security_check/extended/ext_directory_listing.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/security_check/extended_last_run.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/security_check/extended/mysql_utf8.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/security_check/extended/version_check.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/security_check/file_uploads.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/security_check/install_directory.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/security_check/session_auto_start.php -%%WWWDIR%%/catalog/admin/includes/languages/english/modules/security_check/session_storage.php -%%WWWDIR%%/catalog/admin/includes/languages/english/newsletters.php -%%WWWDIR%%/catalog/admin/includes/languages/english/orders.php -%%WWWDIR%%/catalog/admin/includes/languages/english/orders_status.php -%%WWWDIR%%/catalog/admin/includes/languages/english/packingslip.php -%%WWWDIR%%/catalog/admin/includes/languages/english.php -%%WWWDIR%%/catalog/admin/includes/languages/english/products_attributes.php -%%WWWDIR%%/catalog/admin/includes/languages/english/products_expected.php -%%WWWDIR%%/catalog/admin/includes/languages/english/reviews.php -%%WWWDIR%%/catalog/admin/includes/languages/english/sec_dir_permissions.php -%%WWWDIR%%/catalog/admin/includes/languages/english/security_checks.php -%%WWWDIR%%/catalog/admin/includes/languages/english/server_info.php -%%WWWDIR%%/catalog/admin/includes/languages/english/specials.php -%%WWWDIR%%/catalog/admin/includes/languages/english/stats_customers.php -%%WWWDIR%%/catalog/admin/includes/languages/english/stats_products_purchased.php -%%WWWDIR%%/catalog/admin/includes/languages/english/stats_products_viewed.php -%%WWWDIR%%/catalog/admin/includes/languages/english/store_logo.php -%%WWWDIR%%/catalog/admin/includes/languages/english/tax_classes.php -%%WWWDIR%%/catalog/admin/includes/languages/english/tax_rates.php -%%WWWDIR%%/catalog/admin/includes/languages/english/version_check.php -%%WWWDIR%%/catalog/admin/includes/languages/english/whos_online.php -%%WWWDIR%%/catalog/admin/includes/languages/english/zones.php -%%WWWDIR%%/catalog/admin/includes/local/README -%%WWWDIR%%/catalog/admin/includes/modules/cfg_modules/cfgm_action_recorder.php -%%WWWDIR%%/catalog/admin/includes/modules/cfg_modules/cfgm_boxes.php -%%WWWDIR%%/catalog/admin/includes/modules/cfg_modules/cfgm_dashboard.php -%%WWWDIR%%/catalog/admin/includes/modules/cfg_modules/cfgm_header_tags.php -%%WWWDIR%%/catalog/admin/includes/modules/cfg_modules/cfgm_order_total.php -%%WWWDIR%%/catalog/admin/includes/modules/cfg_modules/cfgm_payment.php -%%WWWDIR%%/catalog/admin/includes/modules/cfg_modules/cfgm_shipping.php -%%WWWDIR%%/catalog/admin/includes/modules/cfg_modules/cfgm_social_bookmarks.php -%%WWWDIR%%/catalog/admin/includes/modules/dashboard/d_admin_logins.php -%%WWWDIR%%/catalog/admin/includes/modules/dashboard/d_customers.php -%%WWWDIR%%/catalog/admin/includes/modules/dashboard/d_latest_addons.php -%%WWWDIR%%/catalog/admin/includes/modules/dashboard/d_latest_news.php -%%WWWDIR%%/catalog/admin/includes/modules/dashboard/d_orders.php -%%WWWDIR%%/catalog/admin/includes/modules/dashboard/d_partner_news.php -%%WWWDIR%%/catalog/admin/includes/modules/dashboard/d_reviews.php -%%WWWDIR%%/catalog/admin/includes/modules/dashboard/d_security_checks.php -%%WWWDIR%%/catalog/admin/includes/modules/dashboard/d_total_customers.php -%%WWWDIR%%/catalog/admin/includes/modules/dashboard/d_total_revenue.php -%%WWWDIR%%/catalog/admin/includes/modules/dashboard/d_version_check.php -%%WWWDIR%%/catalog/admin/includes/modules/newsletters/newsletter.php -%%WWWDIR%%/catalog/admin/includes/modules/newsletters/product_notification.php -%%WWWDIR%%/catalog/admin/includes/modules/security_check/config_file_catalog.php -%%WWWDIR%%/catalog/admin/includes/modules/security_check/default_currency.php -%%WWWDIR%%/catalog/admin/includes/modules/security_check/default_language.php -%%WWWDIR%%/catalog/admin/includes/modules/security_check/download_directory.php -%%WWWDIR%%/catalog/admin/includes/modules/security_check/extended/admin_backup_directory_listing.php -%%WWWDIR%%/catalog/admin/includes/modules/security_check/extended/admin_backup_file.php -%%WWWDIR%%/catalog/admin/includes/modules/security_check/extended/admin_http_authentication.php -%%WWWDIR%%/catalog/admin/includes/modules/security_check/extended/ext_directory_listing.php -%%WWWDIR%%/catalog/admin/includes/modules/security_check/extended_last_run.php -%%WWWDIR%%/catalog/admin/includes/modules/security_check/extended/mysql_utf8.php -%%WWWDIR%%/catalog/admin/includes/modules/security_check/extended/version_check.php -%%WWWDIR%%/catalog/admin/includes/modules/security_check/file_uploads.php -%%WWWDIR%%/catalog/admin/includes/modules/security_check/install_directory.php -%%WWWDIR%%/catalog/admin/includes/modules/security_check/session_auto_start.php -%%WWWDIR%%/catalog/admin/includes/modules/security_check/session_storage.php -%%WWWDIR%%/catalog/admin/includes/stylesheet.css -%%WWWDIR%%/catalog/admin/includes/template_bottom.php -%%WWWDIR%%/catalog/admin/includes/template_top.php -%%WWWDIR%%/catalog/admin/index.php -%%WWWDIR%%/catalog/admin/invoice.php -%%WWWDIR%%/catalog/admin/languages.php -%%WWWDIR%%/catalog/admin/login.php -%%WWWDIR%%/catalog/admin/mail.php -%%WWWDIR%%/catalog/admin/manufacturers.php -%%WWWDIR%%/catalog/admin/modules.php -%%WWWDIR%%/catalog/admin/newsletters.php -%%WWWDIR%%/catalog/admin/orders.php -%%WWWDIR%%/catalog/admin/orders_status.php -%%WWWDIR%%/catalog/admin/packingslip.php -%%WWWDIR%%/catalog/admin/popup_image.php -%%WWWDIR%%/catalog/admin/products_attributes.php -%%WWWDIR%%/catalog/admin/products_expected.php -%%WWWDIR%%/catalog/admin/reviews.php -%%WWWDIR%%/catalog/admin/sec_dir_permissions.php -%%WWWDIR%%/catalog/admin/security_checks.php -%%WWWDIR%%/catalog/admin/server_info.php -%%WWWDIR%%/catalog/admin/specials.php -%%WWWDIR%%/catalog/admin/stats_customers.php -%%WWWDIR%%/catalog/admin/stats_products_purchased.php -%%WWWDIR%%/catalog/admin/stats_products_viewed.php -%%WWWDIR%%/catalog/admin/store_logo.php -%%WWWDIR%%/catalog/admin/tax_classes.php -%%WWWDIR%%/catalog/admin/tax_rates.php -%%WWWDIR%%/catalog/admin/version_check.php -%%WWWDIR%%/catalog/admin/whos_online.php -%%WWWDIR%%/catalog/admin/zones.php -%%WWWDIR%%/catalog/advanced_search.php -%%WWWDIR%%/catalog/advanced_search_result.php -%%WWWDIR%%/catalog/checkout_confirmation.php -%%WWWDIR%%/catalog/checkout_payment_address.php -%%WWWDIR%%/catalog/checkout_payment.php -%%WWWDIR%%/catalog/checkout_process.php -%%WWWDIR%%/catalog/checkout_shipping_address.php -%%WWWDIR%%/catalog/checkout_shipping.php -%%WWWDIR%%/catalog/checkout_success.php -%%WWWDIR%%/catalog/conditions.php -%%WWWDIR%%/catalog/contact_us.php -%%WWWDIR%%/catalog/cookie_usage.php -%%WWWDIR%%/catalog/create_account.php -%%WWWDIR%%/catalog/create_account_success.php -%%WWWDIR%%/catalog/download/.htaccess -%%WWWDIR%%/catalog/download.php -%%WWWDIR%%/catalog/download/unreal.zip -%%WWWDIR%%/catalog/ext/960gs/960_24_col.css -%%WWWDIR%%/catalog/ext/960gs/960.css -%%WWWDIR%%/catalog/ext/960gs/rtl_960_24_col.css -%%WWWDIR%%/catalog/ext/960gs/rtl_960.css -%%WWWDIR%%/catalog/ext/flot/API.txt -%%WWWDIR%%/catalog/ext/flot/LICENSE.txt -%%WWWDIR%%/catalog/ext/flot/excanvas.js -%%WWWDIR%%/catalog/ext/flot/excanvas.min.js -%%WWWDIR%%/catalog/ext/flot/jquery.colorhelpers.js -%%WWWDIR%%/catalog/ext/flot/jquery.colorhelpers.min.js -%%WWWDIR%%/catalog/ext/flot/jquery.flot.crosshair.js -%%WWWDIR%%/catalog/ext/flot/jquery.flot.crosshair.min.js -%%WWWDIR%%/catalog/ext/flot/jquery.flot.image.js -%%WWWDIR%%/catalog/ext/flot/jquery.flot.image.min.js -%%WWWDIR%%/catalog/ext/flot/jquery.flot.js -%%WWWDIR%%/catalog/ext/flot/jquery.flot.min.js -%%WWWDIR%%/catalog/ext/flot/jquery.flot.navigate.js -%%WWWDIR%%/catalog/ext/flot/jquery.flot.navigate.min.js -%%WWWDIR%%/catalog/ext/flot/jquery.flot.selection.js -%%WWWDIR%%/catalog/ext/flot/jquery.flot.selection.min.js -%%WWWDIR%%/catalog/ext/flot/jquery.flot.stack.js -%%WWWDIR%%/catalog/ext/flot/jquery.flot.stack.min.js -%%WWWDIR%%/catalog/ext/flot/jquery.flot.threshold.js -%%WWWDIR%%/catalog/ext/flot/jquery.flot.threshold.min.js -%%WWWDIR%%/catalog/ext/jquery/bxGallery/jquery.bxGallery.1.1.min.js -%%WWWDIR%%/catalog/ext/jquery/bxGallery/spinner.gif -%%WWWDIR%%/catalog/ext/jquery/fancybox/blank.gif -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancybox.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancybox-x.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancybox-y.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancy_close.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancy_loading.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancy_nav_left.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancy_nav_right.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancy_shadow_e.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancy_shadow_ne.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancy_shadow_n.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancy_shadow_nw.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancy_shadow_se.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancy_shadow_s.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancy_shadow_sw.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancy_shadow_w.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancy_title_left.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancy_title_main.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancy_title_over.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/fancy_title_right.png -%%WWWDIR%%/catalog/ext/jquery/fancybox/jquery.easing-1.3.pack.js -%%WWWDIR%%/catalog/ext/jquery/fancybox/jquery.fancybox-1.3.4.css -%%WWWDIR%%/catalog/ext/jquery/fancybox/jquery.fancybox-1.3.4.pack.js -%%WWWDIR%%/catalog/ext/jquery/fancybox/jquery.mousewheel-3.0.4.pack.js -%%WWWDIR%%/catalog/ext/jquery/jquery-1.8.0.min.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-af.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-ar-DZ.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-ar.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-az.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-bg.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-bs.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-ca.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-cs.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-cy-GB.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-da.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-de.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-el.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-en-AU.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-en-GB.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-en-NZ.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-eo.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-es.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-et.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-eu.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-fa.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-fi.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-fo.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-fr-CH.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-fr.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-gl.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-he.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-hi.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-hr.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-hu.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-hy.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-id.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-is.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-it.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-ja.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-ka.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-kk.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-km.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-ko.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-lb.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-lt.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-lv.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-mk.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-ml.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-ms.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-nl-BE.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-nl.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-no.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-pl.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-pt-BR.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-pt.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-rm.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-ro.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-ru.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-sk.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-sl.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-sq.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-sr-SR.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-sr.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-sv.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-ta.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-th.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-tj.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-tr.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-uk.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-vi.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-zh-CN.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-zh-HK.js -%%WWWDIR%%/catalog/ext/jquery/ui/i18n/jquery.ui.datepicker-zh-TW.js -%%WWWDIR%%/catalog/ext/jquery/ui/jquery-ui-1.8.22.min.js -%%WWWDIR%%/catalog/ext/jquery/ui/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png -%%WWWDIR%%/catalog/ext/jquery/ui/redmond/images/ui-bg_flat_55_fbec88_40x100.png -%%WWWDIR%%/catalog/ext/jquery/ui/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png -%%WWWDIR%%/catalog/ext/jquery/ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png -%%WWWDIR%%/catalog/ext/jquery/ui/redmond/images/ui-bg_glass_95_fef1ec_1x400.png -%%WWWDIR%%/catalog/ext/jquery/ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png -%%WWWDIR%%/catalog/ext/jquery/ui/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png -%%WWWDIR%%/catalog/ext/jquery/ui/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png -%%WWWDIR%%/catalog/ext/jquery/ui/redmond/images/ui-icons_217bc0_256x240.png -%%WWWDIR%%/catalog/ext/jquery/ui/redmond/images/ui-icons_2e83ff_256x240.png -%%WWWDIR%%/catalog/ext/jquery/ui/redmond/images/ui-icons_469bdd_256x240.png -%%WWWDIR%%/catalog/ext/jquery/ui/redmond/images/ui-icons_6da8d5_256x240.png -%%WWWDIR%%/catalog/ext/jquery/ui/redmond/images/ui-icons_cd0a0a_256x240.png -%%WWWDIR%%/catalog/ext/jquery/ui/redmond/images/ui-icons_d8e7f3_256x240.png -%%WWWDIR%%/catalog/ext/jquery/ui/redmond/images/ui-icons_f9bd01_256x240.png -%%WWWDIR%%/catalog/ext/jquery/ui/redmond/jquery-ui-1.8.22.css -%%WWWDIR%%/catalog/ext/jquery/ui/redmond/jquery-ui-1.8.6.css -%%WWWDIR%%/catalog/ext/modules/payment/chronopay/callback.php -%%WWWDIR%%/catalog/ext/modules/payment/inpay/inpay_functions.php -%%WWWDIR%%/catalog/ext/modules/payment/inpay/pb_handler.php -%%WWWDIR%%/catalog/ext/modules/payment/ipayment/callback_cc.php -%%WWWDIR%%/catalog/ext/modules/payment/ipayment/callback_elv.php -%%WWWDIR%%/catalog/ext/modules/payment/ipayment/callback_pp.php -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/callback.php -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/checkout.php -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/4b.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/All_CCs_225x45.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/by_ewallet_90x45.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/cartasi.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/cartebleue.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/dankort.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/ec.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/enets.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/eps.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/euro6000.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/giropay.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/ideal.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/laser.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/maestro.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/nordea.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/p24.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/poli.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/postepay.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/sofort.gif -%%WWWDIR%%/catalog/ext/modules/payment/moneybookers/logos/solo.gif -%%WWWDIR%%/catalog/ext/modules/payment/paypal/express_payflow.php -%%WWWDIR%%/catalog/ext/modules/payment/paypal/express.php -%%WWWDIR%%/catalog/ext/modules/payment/paypal/standard_ipn.php -%%WWWDIR%%/catalog/ext/modules/payment/rbsworldpay/hosted_callback.php -%%WWWDIR%%/catalog/ext/modules/payment/sage_pay/checkout.php -%%WWWDIR%%/catalog/ext/modules/payment/sage_pay/direct_3dauth.php -%%WWWDIR%%/catalog/ext/modules/payment/sage_pay/errors.php -%%WWWDIR%%/catalog/ext/modules/payment/sage_pay/redirect.php -%%WWWDIR%%/catalog/ext/modules/payment/sofortueberweisung/callback.php -%%WWWDIR%%/catalog/ext/modules/payment/sofortueberweisung/images/sofortueberweisung.gif -%%WWWDIR%%/catalog/.htaccess -%%WWWDIR%%/catalog/images/account_notifications.gif -%%WWWDIR%%/catalog/images/account_orders.gif -%%WWWDIR%%/catalog/images/account_personal.gif -%%WWWDIR%%/catalog/images/arrow_down.gif -%%WWWDIR%%/catalog/images/arrow_east_south.gif -%%WWWDIR%%/catalog/images/arrow_green.gif -%%WWWDIR%%/catalog/images/arrow_south_east.gif -%%WWWDIR%%/catalog/images/banners/oscommerce.gif -%%WWWDIR%%/catalog/images/box_products_notifications.gif -%%WWWDIR%%/catalog/images/box_products_notifications_remove.gif -%%WWWDIR%%/catalog/images/box_write_review.gif -%%WWWDIR%%/catalog/images/category_dvd_movies.gif -%%WWWDIR%%/catalog/images/category_gadgets.png -%%WWWDIR%%/catalog/images/category_hardware.gif -%%WWWDIR%%/catalog/images/category_software.gif -%%WWWDIR%%/catalog/images/checkout_bullet.gif -%%WWWDIR%%/catalog/images/default/1.gif -%%WWWDIR%%/catalog/images/default/2.gif -%%WWWDIR%%/catalog/images/default/3.gif -%%WWWDIR%%/catalog/images/dvd/a_bugs_life.gif -%%WWWDIR%%/catalog/images/dvd/beloved.gif -%%WWWDIR%%/catalog/images/dvd/blade_runner.gif -%%WWWDIR%%/catalog/images/dvd/courage_under_fire.gif -%%WWWDIR%%/catalog/images/dvd/die_hard_3.gif -%%WWWDIR%%/catalog/images/dvd/fire_down_below.gif -%%WWWDIR%%/catalog/images/dvd/frantic.gif -%%WWWDIR%%/catalog/images/dvd/lethal_weapon.gif -%%WWWDIR%%/catalog/images/dvd/no_picture.gif -%%WWWDIR%%/catalog/images/dvd/red_corner.gif -%%WWWDIR%%/catalog/images/dvd/replacement_killers.gif -%%WWWDIR%%/catalog/images/dvd/speed_2.gif -%%WWWDIR%%/catalog/images/dvd/speed.gif -%%WWWDIR%%/catalog/images/dvd/the_matrix.gif -%%WWWDIR%%/catalog/images/dvd/theres_something_about_mary.gif -%%WWWDIR%%/catalog/images/dvd/under_siege2.gif -%%WWWDIR%%/catalog/images/dvd/under_siege.gif -%%WWWDIR%%/catalog/images/dvd/youve_got_mail.gif -%%WWWDIR%%/catalog/images/gt_interactive/disciples.gif -%%WWWDIR%%/catalog/images/gt_interactive/unreal_tournament.gif -%%WWWDIR%%/catalog/images/gt_interactive/wheel_of_time.gif -%%WWWDIR%%/catalog/images/header_account.gif -%%WWWDIR%%/catalog/images/header_cart.gif -%%WWWDIR%%/catalog/images/header_checkout.gif -%%WWWDIR%%/catalog/images/hewlett_packard/lj1100xi.gif -%%WWWDIR%%/catalog/images/.htaccess -%%WWWDIR%%/catalog/images/icons/cart.gif -%%WWWDIR%%/catalog/images/icons/error.gif -%%WWWDIR%%/catalog/images/icons/shipping_ups.gif -%%WWWDIR%%/catalog/images/icons/shipping_usps.gif -%%WWWDIR%%/catalog/images/icons/success.gif -%%WWWDIR%%/catalog/images/icons/warning.gif -%%WWWDIR%%/catalog/images/infobox/arrow_right.gif -%%WWWDIR%%/catalog/images/infobox/corner_left.gif -%%WWWDIR%%/catalog/images/infobox/corner_right.gif -%%WWWDIR%%/catalog/images/infobox/corner_right_left.gif -%%WWWDIR%%/catalog/images/manufacturer_canon.gif -%%WWWDIR%%/catalog/images/manufacturer_fox.gif -%%WWWDIR%%/catalog/images/manufacturer_gt_interactive.gif -%%WWWDIR%%/catalog/images/manufacturer_hewlett_packard.gif -%%WWWDIR%%/catalog/images/manufacturer_logitech.gif -%%WWWDIR%%/catalog/images/manufacturer_matrox.gif -%%WWWDIR%%/catalog/images/manufacturer_microsoft.gif -%%WWWDIR%%/catalog/images/manufacturer_samsung.png -%%WWWDIR%%/catalog/images/manufacturer_sierra.gif -%%WWWDIR%%/catalog/images/manufacturer_warner.gif -%%WWWDIR%%/catalog/images/matrox/mg200mms.gif -%%WWWDIR%%/catalog/images/matrox/mg400-32mb.gif -%%WWWDIR%%/catalog/images/microsoft/imexplorer.gif -%%WWWDIR%%/catalog/images/microsoft/intkeyboardps2.gif -%%WWWDIR%%/catalog/images/microsoft/msimpro.gif -%%WWWDIR%%/catalog/images/pixel_black.gif -%%WWWDIR%%/catalog/images/pixel_silver.gif -%%WWWDIR%%/catalog/images/pixel_trans.gif -%%WWWDIR%%/catalog/images/samsung/galaxy_tab_1.jpg -%%WWWDIR%%/catalog/images/samsung/galaxy_tab_2.jpg -%%WWWDIR%%/catalog/images/samsung/galaxy_tab_3.jpg -%%WWWDIR%%/catalog/images/samsung/galaxy_tab_4.jpg -%%WWWDIR%%/catalog/images/samsung/galaxy_tab.gif -%%WWWDIR%%/catalog/images/sierra/swat_3.gif -%%WWWDIR%%/catalog/images/social_bookmarks/digg.png -%%WWWDIR%%/catalog/images/social_bookmarks/email.png -%%WWWDIR%%/catalog/images/social_bookmarks/facebook.png -%%WWWDIR%%/catalog/images/social_bookmarks/twitter.png -%%WWWDIR%%/catalog/images/stars_1.gif -%%WWWDIR%%/catalog/images/stars_2.gif -%%WWWDIR%%/catalog/images/stars_3.gif -%%WWWDIR%%/catalog/images/stars_4.gif -%%WWWDIR%%/catalog/images/stars_5.gif -%%WWWDIR%%/catalog/images/store_logo.png -%%WWWDIR%%/catalog/images/subcategory_action_games.gif -%%WWWDIR%%/catalog/images/subcategory_action.gif -%%WWWDIR%%/catalog/images/subcategory_cartoons.gif -%%WWWDIR%%/catalog/images/subcategory_cdrom_drives.gif -%%WWWDIR%%/catalog/images/subcategory_comedy.gif -%%WWWDIR%%/catalog/images/subcategory_drama.gif -%%WWWDIR%%/catalog/images/subcategory.gif -%%WWWDIR%%/catalog/images/subcategory_graphic_cards.gif -%%WWWDIR%%/catalog/images/subcategory_keyboards.gif -%%WWWDIR%%/catalog/images/subcategory_memory.gif -%%WWWDIR%%/catalog/images/subcategory_mice.gif -%%WWWDIR%%/catalog/images/subcategory_monitors.gif -%%WWWDIR%%/catalog/images/subcategory_printers.gif -%%WWWDIR%%/catalog/images/subcategory_science_fiction.gif -%%WWWDIR%%/catalog/images/subcategory_simulation.gif -%%WWWDIR%%/catalog/images/subcategory_speakers.gif -%%WWWDIR%%/catalog/images/subcategory_strategy.gif -%%WWWDIR%%/catalog/images/subcategory_thriller.gif -%%WWWDIR%%/catalog/images/table_background_account.gif -%%WWWDIR%%/catalog/images/table_background_address_book.gif -%%WWWDIR%%/catalog/images/table_background_browse.gif -%%WWWDIR%%/catalog/images/table_background_cart.gif -%%WWWDIR%%/catalog/images/table_background_checkout.gif -%%WWWDIR%%/catalog/images/table_background_confirmation.gif -%%WWWDIR%%/catalog/images/table_background_contact_us.gif -%%WWWDIR%%/catalog/images/table_background_default.gif -%%WWWDIR%%/catalog/images/table_background_delivery.gif -%%WWWDIR%%/catalog/images/table_background_history.gif -%%WWWDIR%%/catalog/images/table_background_list.gif -%%WWWDIR%%/catalog/images/table_background_login.gif -%%WWWDIR%%/catalog/images/table_background_man_on_board.gif -%%WWWDIR%%/catalog/images/table_background_password_forgotten.gif -%%WWWDIR%%/catalog/images/table_background_payment.gif -%%WWWDIR%%/catalog/images/table_background_products_new.gif -%%WWWDIR%%/catalog/images/table_background_reviews.gif -%%WWWDIR%%/catalog/images/table_background_reviews_new.gif -%%WWWDIR%%/catalog/images/table_background_specials.gif -%%WWWDIR%%/catalog/includes/application_bottom.php -%%WWWDIR%%/catalog/includes/application_top.php -%%WWWDIR%%/catalog/includes/classes/action_recorder.php -%%WWWDIR%%/catalog/includes/classes/boxes.php -%%WWWDIR%%/catalog/includes/classes/breadcrumb.php -%%WWWDIR%%/catalog/includes/classes/cc_validation.php -%%WWWDIR%%/catalog/includes/classes/currencies.php -%%WWWDIR%%/catalog/includes/classes/email.php -%%WWWDIR%%/catalog/includes/classes/http_client.php -%%WWWDIR%%/catalog/includes/classes/language.php -%%WWWDIR%%/catalog/includes/classes/message_stack.php -%%WWWDIR%%/catalog/includes/classes/mime.php -%%WWWDIR%%/catalog/includes/classes/navigation_history.php -%%WWWDIR%%/catalog/includes/classes/order.php -%%WWWDIR%%/catalog/includes/classes/order_total.php -%%WWWDIR%%/catalog/includes/classes/osc_template.php -%%WWWDIR%%/catalog/includes/classes/passwordhash.php -%%WWWDIR%%/catalog/includes/classes/payment.php -%%WWWDIR%%/catalog/includes/classes/shipping.php -%%WWWDIR%%/catalog/includes/classes/shopping_cart.php -%%WWWDIR%%/catalog/includes/classes/split_page_results.php -%%WWWDIR%%/catalog/includes/configure.php -%%WWWDIR%%/catalog/includes/counter.php -%%WWWDIR%%/catalog/includes/database_tables.php -%%WWWDIR%%/catalog/includes/filenames.php -%%WWWDIR%%/catalog/includes/footer.php -%%WWWDIR%%/catalog/includes/form_check.js.php -%%WWWDIR%%/catalog/includes/functions/banner.php -%%WWWDIR%%/catalog/includes/functions/cache.php -%%WWWDIR%%/catalog/includes/functions/compatibility.php -%%WWWDIR%%/catalog/includes/functions/database.php -%%WWWDIR%%/catalog/includes/functions/general.php -%%WWWDIR%%/catalog/includes/functions/gzip_compression.php -%%WWWDIR%%/catalog/includes/functions/html_output.php -%%WWWDIR%%/catalog/includes/functions/password_funcs.php -%%WWWDIR%%/catalog/includes/functions/sessions.php -%%WWWDIR%%/catalog/includes/functions/specials.php -%%WWWDIR%%/catalog/includes/functions/validations.php -%%WWWDIR%%/catalog/includes/functions/whos_online.php -%%WWWDIR%%/catalog/includes/general.js -%%WWWDIR%%/catalog/includes/header.php -%%WWWDIR%%/catalog/includes/.htaccess -%%WWWDIR%%/catalog/includes/languages/english/account_edit.php -%%WWWDIR%%/catalog/includes/languages/english/account_history_info.php -%%WWWDIR%%/catalog/includes/languages/english/account_history.php -%%WWWDIR%%/catalog/includes/languages/english/account_newsletters.php -%%WWWDIR%%/catalog/includes/languages/english/account_notifications.php -%%WWWDIR%%/catalog/includes/languages/english/account_password.php -%%WWWDIR%%/catalog/includes/languages/english/account.php -%%WWWDIR%%/catalog/includes/languages/english/address_book.php -%%WWWDIR%%/catalog/includes/languages/english/address_book_process.php -%%WWWDIR%%/catalog/includes/languages/english/advanced_search.php -%%WWWDIR%%/catalog/includes/languages/english/checkout_confirmation.php -%%WWWDIR%%/catalog/includes/languages/english/checkout_payment_address.php -%%WWWDIR%%/catalog/includes/languages/english/checkout_payment.php -%%WWWDIR%%/catalog/includes/languages/english/checkout_process.php -%%WWWDIR%%/catalog/includes/languages/english/checkout_shipping_address.php -%%WWWDIR%%/catalog/includes/languages/english/checkout_shipping.php -%%WWWDIR%%/catalog/includes/languages/english/checkout_success.php -%%WWWDIR%%/catalog/includes/languages/english/conditions.php -%%WWWDIR%%/catalog/includes/languages/english/contact_us.php -%%WWWDIR%%/catalog/includes/languages/english/cookie_usage.php -%%WWWDIR%%/catalog/includes/languages/english/create_account.php -%%WWWDIR%%/catalog/includes/languages/english/create_account_success.php -%%WWWDIR%%/catalog/includes/languages/english/download.php -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_add_address.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_address_book.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_back.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_buy_now.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_change_address.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_checkout.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_confirm_order.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_continue.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_continue_shopping.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_delete.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_edit_account.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_history.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_in_cart.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_login.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_notifications.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_quick_find.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_remove_notifications.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_reviews.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_search.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_shipping_options.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_tell_a_friend.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_update_cart.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_update.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/button_write_review.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/small_delete.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/small_edit.gif -%%WWWDIR%%/catalog/includes/languages/english/images/buttons/small_view.gif -%%WWWDIR%%/catalog/includes/languages/english/images/icon.gif -%%WWWDIR%%/catalog/includes/languages/english/index.php -%%WWWDIR%%/catalog/includes/languages/english/info_shopping_cart.php -%%WWWDIR%%/catalog/includes/languages/english/login.php -%%WWWDIR%%/catalog/includes/languages/english/logoff.php -%%WWWDIR%%/catalog/includes/languages/english/modules/action_recorder/ar_admin_login.php -%%WWWDIR%%/catalog/includes/languages/english/modules/action_recorder/ar_contact_us.php -%%WWWDIR%%/catalog/includes/languages/english/modules/action_recorder/ar_reset_password.php -%%WWWDIR%%/catalog/includes/languages/english/modules/action_recorder/ar_tell_a_friend.php -%%WWWDIR%%/catalog/includes/languages/english/modules/boxes/bm_best_sellers.php -%%WWWDIR%%/catalog/includes/languages/english/modules/boxes/bm_categories.php -%%WWWDIR%%/catalog/includes/languages/english/modules/boxes/bm_currencies.php -%%WWWDIR%%/catalog/includes/languages/english/modules/boxes/bm_information.php -%%WWWDIR%%/catalog/includes/languages/english/modules/boxes/bm_languages.php -%%WWWDIR%%/catalog/includes/languages/english/modules/boxes/bm_manufacturer_info.php -%%WWWDIR%%/catalog/includes/languages/english/modules/boxes/bm_manufacturers.php -%%WWWDIR%%/catalog/includes/languages/english/modules/boxes/bm_order_history.php -%%WWWDIR%%/catalog/includes/languages/english/modules/boxes/bm_product_notifications.php -%%WWWDIR%%/catalog/includes/languages/english/modules/boxes/bm_product_social_bookmarks.php -%%WWWDIR%%/catalog/includes/languages/english/modules/boxes/bm_reviews.php -%%WWWDIR%%/catalog/includes/languages/english/modules/boxes/bm_search.php -%%WWWDIR%%/catalog/includes/languages/english/modules/boxes/bm_shopping_cart.php -%%WWWDIR%%/catalog/includes/languages/english/modules/boxes/bm_specials.php -%%WWWDIR%%/catalog/includes/languages/english/modules/boxes/bm_whats_new.php -%%WWWDIR%%/catalog/includes/languages/english/modules/header_tags/ht_canonical.php -%%WWWDIR%%/catalog/includes/languages/english/modules/header_tags/ht_category_title.php -%%WWWDIR%%/catalog/includes/languages/english/modules/header_tags/ht_google_adwords_conversion.php -%%WWWDIR%%/catalog/includes/languages/english/modules/header_tags/ht_google_analytics.php -%%WWWDIR%%/catalog/includes/languages/english/modules/header_tags/ht_mailchimp_360.php -%%WWWDIR%%/catalog/includes/languages/english/modules/header_tags/ht_manufacturer_title.php -%%WWWDIR%%/catalog/includes/languages/english/modules/header_tags/ht_opensearch.php -%%WWWDIR%%/catalog/includes/languages/english/modules/header_tags/ht_product_title.php -%%WWWDIR%%/catalog/includes/languages/english/modules/header_tags/ht_robot_noindex.php -%%WWWDIR%%/catalog/includes/languages/english/modules/header_tags/ht_twitter_product_card.php -%%WWWDIR%%/catalog/includes/languages/english/modules/order_total/ot_loworderfee.php -%%WWWDIR%%/catalog/includes/languages/english/modules/order_total/ot_shipping.php -%%WWWDIR%%/catalog/includes/languages/english/modules/order_total/ot_subtotal.php -%%WWWDIR%%/catalog/includes/languages/english/modules/order_total/ot_tax.php -%%WWWDIR%%/catalog/includes/languages/english/modules/order_total/ot_total.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/authorizenet_cc_aim.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/authorizenet_cc_sim.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/chronopay.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/cod.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/inpay.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/ipayment_cc.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/ipayment_elv.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/ipayment_pp.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_acc.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_bwi.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_csi.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_did.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_dnk.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_ebt.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_ent.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_gcb.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_gir.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_idl.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_lsr.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_mae.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_msc.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_ngp.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_npy.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_pli.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_psp.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_pwy.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_sft.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_slo.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_so2.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneybookers_vsa.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/moneyorder.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/nochex.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/paypal_express.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/paypal_pro_dp.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/paypal_pro_payflow_dp.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/paypal_pro_payflow_ec.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/paypal_standard.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/paypoint_secpay.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/pm2checkout.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/psigate.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/rbsworldpay_hosted.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/sage_pay_direct.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/sage_pay_form.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/sage_pay_server.php -%%WWWDIR%%/catalog/includes/languages/english/modules/payment/sofortueberweisung_direct.php -%%WWWDIR%%/catalog/includes/languages/english/modules/shipping/flat.php -%%WWWDIR%%/catalog/includes/languages/english/modules/shipping/item.php -%%WWWDIR%%/catalog/includes/languages/english/modules/shipping/table.php -%%WWWDIR%%/catalog/includes/languages/english/modules/shipping/usps.php -%%WWWDIR%%/catalog/includes/languages/english/modules/shipping/zones.php -%%WWWDIR%%/catalog/includes/languages/english/modules/social_bookmarks/sb_digg.php -%%WWWDIR%%/catalog/includes/languages/english/modules/social_bookmarks/sb_email.php -%%WWWDIR%%/catalog/includes/languages/english/modules/social_bookmarks/sb_facebook_like.php -%%WWWDIR%%/catalog/includes/languages/english/modules/social_bookmarks/sb_facebook.php -%%WWWDIR%%/catalog/includes/languages/english/modules/social_bookmarks/sb_google_plus_one.php -%%WWWDIR%%/catalog/includes/languages/english/modules/social_bookmarks/sb_google_plus_share.php -%%WWWDIR%%/catalog/includes/languages/english/modules/social_bookmarks/sb_pinterest.php -%%WWWDIR%%/catalog/includes/languages/english/modules/social_bookmarks/sb_twitter_button.php -%%WWWDIR%%/catalog/includes/languages/english/modules/social_bookmarks/sb_twitter.php -%%WWWDIR%%/catalog/includes/languages/english/password_forgotten.php -%%WWWDIR%%/catalog/includes/languages/english/password_reset.php -%%WWWDIR%%/catalog/includes/languages/english.php -%%WWWDIR%%/catalog/includes/languages/english/privacy.php -%%WWWDIR%%/catalog/includes/languages/english/product_info.php -%%WWWDIR%%/catalog/includes/languages/english/product_reviews_info.php -%%WWWDIR%%/catalog/includes/languages/english/product_reviews.php -%%WWWDIR%%/catalog/includes/languages/english/product_reviews_write.php -%%WWWDIR%%/catalog/includes/languages/english/products_new.php -%%WWWDIR%%/catalog/includes/languages/english/reviews.php -%%WWWDIR%%/catalog/includes/languages/english/shipping.php -%%WWWDIR%%/catalog/includes/languages/english/shopping_cart.php -%%WWWDIR%%/catalog/includes/languages/english/specials.php -%%WWWDIR%%/catalog/includes/languages/english/ssl_check.php -%%WWWDIR%%/catalog/includes/languages/english/tell_a_friend.php -%%WWWDIR%%/catalog/includes/local/README -%%WWWDIR%%/catalog/includes/modules/action_recorder/ar_admin_login.php -%%WWWDIR%%/catalog/includes/modules/action_recorder/ar_contact_us.php -%%WWWDIR%%/catalog/includes/modules/action_recorder/ar_reset_password.php -%%WWWDIR%%/catalog/includes/modules/action_recorder/ar_tell_a_friend.php -%%WWWDIR%%/catalog/includes/modules/address_book_details.php -%%WWWDIR%%/catalog/includes/modules/also_purchased_products.php -%%WWWDIR%%/catalog/includes/modules/boxes/bm_best_sellers.php -%%WWWDIR%%/catalog/includes/modules/boxes/bm_categories.php -%%WWWDIR%%/catalog/includes/modules/boxes/bm_currencies.php -%%WWWDIR%%/catalog/includes/modules/boxes/bm_information.php -%%WWWDIR%%/catalog/includes/modules/boxes/bm_languages.php -%%WWWDIR%%/catalog/includes/modules/boxes/bm_manufacturer_info.php -%%WWWDIR%%/catalog/includes/modules/boxes/bm_manufacturers.php -%%WWWDIR%%/catalog/includes/modules/boxes/bm_order_history.php -%%WWWDIR%%/catalog/includes/modules/boxes/bm_product_notifications.php -%%WWWDIR%%/catalog/includes/modules/boxes/bm_product_social_bookmarks.php -%%WWWDIR%%/catalog/includes/modules/boxes/bm_reviews.php -%%WWWDIR%%/catalog/includes/modules/boxes/bm_search.php -%%WWWDIR%%/catalog/includes/modules/boxes/bm_shopping_cart.php -%%WWWDIR%%/catalog/includes/modules/boxes/bm_specials.php -%%WWWDIR%%/catalog/includes/modules/boxes/bm_whats_new.php -%%WWWDIR%%/catalog/includes/modules/checkout_new_address.php -%%WWWDIR%%/catalog/includes/modules/downloads.php -%%WWWDIR%%/catalog/includes/modules/header_tags/ht_canonical.php -%%WWWDIR%%/catalog/includes/modules/header_tags/ht_category_title.php -%%WWWDIR%%/catalog/includes/modules/header_tags/ht_google_adwords_conversion.php -%%WWWDIR%%/catalog/includes/modules/header_tags/ht_google_analytics.php -%%WWWDIR%%/catalog/includes/modules/header_tags/ht_mailchimp_360/MCAPI.class.php -%%WWWDIR%%/catalog/includes/modules/header_tags/ht_mailchimp_360/mc360.php -%%WWWDIR%%/catalog/includes/modules/header_tags/ht_mailchimp_360.php -%%WWWDIR%%/catalog/includes/modules/header_tags/ht_manufacturer_title.php -%%WWWDIR%%/catalog/includes/modules/header_tags/ht_opensearch.php -%%WWWDIR%%/catalog/includes/modules/header_tags/ht_product_title.php -%%WWWDIR%%/catalog/includes/modules/header_tags/ht_robot_noindex.php -%%WWWDIR%%/catalog/includes/modules/header_tags/ht_twitter_product_card.php -%%WWWDIR%%/catalog/includes/modules/new_products.php -%%WWWDIR%%/catalog/includes/modules/order_total/ot_loworderfee.php -%%WWWDIR%%/catalog/includes/modules/order_total/ot_shipping.php -%%WWWDIR%%/catalog/includes/modules/order_total/ot_subtotal.php -%%WWWDIR%%/catalog/includes/modules/order_total/ot_tax.php -%%WWWDIR%%/catalog/includes/modules/order_total/ot_total.php -%%WWWDIR%%/catalog/includes/modules/payment/authorizenet_cc_aim.php -%%WWWDIR%%/catalog/includes/modules/payment/authorizenet_cc_sim.php -%%WWWDIR%%/catalog/includes/modules/payment/chronopay.php -%%WWWDIR%%/catalog/includes/modules/payment/cod.php -%%WWWDIR%%/catalog/includes/modules/payment/inpay.php -%%WWWDIR%%/catalog/includes/modules/payment/ipayment_cc.php -%%WWWDIR%%/catalog/includes/modules/payment/ipayment_elv.php -%%WWWDIR%%/catalog/includes/modules/payment/ipayment_pp.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_acc.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_bwi.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_csi.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_did.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_dnk.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_ebt.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_ent.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_gcb.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_gir.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_idl.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_lsr.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_mae.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_msc.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_ngp.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_npy.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_pli.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_psp.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_pwy.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_sft.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_slo.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_so2.php -%%WWWDIR%%/catalog/includes/modules/payment/moneybookers_vsa.php -%%WWWDIR%%/catalog/includes/modules/payment/moneyorder.php -%%WWWDIR%%/catalog/includes/modules/payment/nochex.php -%%WWWDIR%%/catalog/includes/modules/payment/paypal_express.php -%%WWWDIR%%/catalog/includes/modules/payment/paypal_pro_dp.php -%%WWWDIR%%/catalog/includes/modules/payment/paypal_pro_payflow_dp.php -%%WWWDIR%%/catalog/includes/modules/payment/paypal_pro_payflow_ec.php -%%WWWDIR%%/catalog/includes/modules/payment/paypal_standard.php -%%WWWDIR%%/catalog/includes/modules/payment/paypoint_secpay.php -%%WWWDIR%%/catalog/includes/modules/payment/pm2checkout.php -%%WWWDIR%%/catalog/includes/modules/payment/psigate.php -%%WWWDIR%%/catalog/includes/modules/payment/rbsworldpay_hosted.php -%%WWWDIR%%/catalog/includes/modules/payment/sage_pay_direct.php -%%WWWDIR%%/catalog/includes/modules/payment/sage_pay_form.php -%%WWWDIR%%/catalog/includes/modules/payment/sage_pay_server.php -%%WWWDIR%%/catalog/includes/modules/payment/sofortueberweisung_direct.php -%%WWWDIR%%/catalog/includes/modules/product_listing.php -%%WWWDIR%%/catalog/includes/modules/shipping/flat.php -%%WWWDIR%%/catalog/includes/modules/shipping/item.php -%%WWWDIR%%/catalog/includes/modules/shipping/table.php -%%WWWDIR%%/catalog/includes/modules/shipping/usps.php -%%WWWDIR%%/catalog/includes/modules/shipping/zones.php -%%WWWDIR%%/catalog/includes/modules/social_bookmarks/sb_digg.php -%%WWWDIR%%/catalog/includes/modules/social_bookmarks/sb_email.php -%%WWWDIR%%/catalog/includes/modules/social_bookmarks/sb_facebook_like.php -%%WWWDIR%%/catalog/includes/modules/social_bookmarks/sb_facebook.php -%%WWWDIR%%/catalog/includes/modules/social_bookmarks/sb_google_plus_one.php -%%WWWDIR%%/catalog/includes/modules/social_bookmarks/sb_google_plus_share.php -%%WWWDIR%%/catalog/includes/modules/social_bookmarks/sb_pinterest.php -%%WWWDIR%%/catalog/includes/modules/social_bookmarks/sb_twitter_button.php -%%WWWDIR%%/catalog/includes/modules/social_bookmarks/sb_twitter.php -%%WWWDIR%%/catalog/includes/modules/upcoming_products.php -%%WWWDIR%%/catalog/includes/spiders.txt -%%WWWDIR%%/catalog/includes/template_bottom.php -%%WWWDIR%%/catalog/includes/template_top.php -%%WWWDIR%%/catalog/includes/version.php -%%WWWDIR%%/catalog/includes/work/.htaccess -%%WWWDIR%%/catalog/index.php -%%WWWDIR%%/catalog/info_shopping_cart.php -%%WWWDIR%%/catalog/install/images/failed.gif -%%WWWDIR%%/catalog/install/images/oscommerce_icon.png -%%WWWDIR%%/catalog/install/images/oscommerce.png -%%WWWDIR%%/catalog/install/images/progress.gif -%%WWWDIR%%/catalog/install/images/success.gif -%%WWWDIR%%/catalog/install/includes/application.php -%%WWWDIR%%/catalog/install/includes/functions/compatibility.php -%%WWWDIR%%/catalog/install/includes/functions/database.php -%%WWWDIR%%/catalog/install/includes/functions/general.php -%%WWWDIR%%/catalog/install/includes/functions/html_output.php -%%WWWDIR%%/catalog/install/index.php -%%WWWDIR%%/catalog/install/install.php -%%WWWDIR%%/catalog/install/oscommerce.sql -%%WWWDIR%%/catalog/install/rpc.php -%%WWWDIR%%/catalog/install/templates/main_page.php -%%WWWDIR%%/catalog/install/templates/main_page/stylesheet.css -%%WWWDIR%%/catalog/install/templates/pages/index.php -%%WWWDIR%%/catalog/install/templates/pages/install_2.php -%%WWWDIR%%/catalog/install/templates/pages/install_3.php -%%WWWDIR%%/catalog/install/templates/pages/install_4.php -%%WWWDIR%%/catalog/install/templates/pages/install.php -%%WWWDIR%%/catalog/login.php -%%WWWDIR%%/catalog/logoff.php -%%WWWDIR%%/catalog/opensearch.php -%%WWWDIR%%/catalog/password_forgotten.php -%%WWWDIR%%/catalog/password_reset.php -%%WWWDIR%%/catalog/popup_image.php -%%WWWDIR%%/catalog/popup_search_help.php -%%WWWDIR%%/catalog/privacy.php -%%WWWDIR%%/catalog/product_info.php -%%WWWDIR%%/catalog/product_reviews_info.php -%%WWWDIR%%/catalog/product_reviews.php -%%WWWDIR%%/catalog/product_reviews_write.php -%%WWWDIR%%/catalog/products_new.php -%%WWWDIR%%/catalog/pub/.htaccess -%%WWWDIR%%/catalog/redirect.php -%%WWWDIR%%/catalog/reviews.php -%%WWWDIR%%/catalog/shipping.php -%%WWWDIR%%/catalog/shopping_cart.php -%%WWWDIR%%/catalog/specials.php -%%WWWDIR%%/catalog/ssl_check.php -%%WWWDIR%%/catalog/stylesheet.css -%%WWWDIR%%/catalog/tell_a_friend.php -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/catalog/download -@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/catalog/pub +%%WWWDIR%%/.htaccess +%%WWWDIR%%/account.php +%%WWWDIR%%/account_edit.php +%%WWWDIR%%/account_history.php +%%WWWDIR%%/account_history_info.php +%%WWWDIR%%/account_newsletters.php +%%WWWDIR%%/account_notifications.php +%%WWWDIR%%/account_password.php +%%WWWDIR%%/address_book.php +%%WWWDIR%%/address_book_process.php +%%WWWDIR%%/admin/.htaccess +%%WWWDIR%%/admin/.htpasswd_oscommerce +%%WWWDIR%%/admin/action_recorder.php +%%WWWDIR%%/admin/administrators.php +%%WWWDIR%%/admin/backup.php +%%WWWDIR%%/admin/backups/.htaccess +%%WWWDIR%%/admin/banner_manager.php +%%WWWDIR%%/admin/banner_statistics.php +%%WWWDIR%%/admin/cache.php +%%WWWDIR%%/admin/categories.php +%%WWWDIR%%/admin/configuration.php +%%WWWDIR%%/admin/countries.php +%%WWWDIR%%/admin/currencies.php +%%WWWDIR%%/admin/customers.php +%%WWWDIR%%/admin/database_tables.php +%%WWWDIR%%/admin/define_language.php +%%WWWDIR%%/admin/ext/modules/payment/moneybookers/activation.php +%%WWWDIR%%/admin/ext/modules/payment/sofortueberweisung/autoinstaller.gif +%%WWWDIR%%/admin/ext/modules/payment/sofortueberweisung/install.php +%%WWWDIR%%/admin/geo_zones.php +%%WWWDIR%%/admin/images/.htaccess +%%WWWDIR%%/admin/images/ani_send_email.gif +%%WWWDIR%%/admin/images/cal_close_small.gif +%%WWWDIR%%/admin/images/cal_date_down.gif +%%WWWDIR%%/admin/images/cal_date_over.gif +%%WWWDIR%%/admin/images/cal_date_up.gif +%%WWWDIR%%/admin/images/cal_del_small.gif +%%WWWDIR%%/admin/images/graph_hbar_blue.gif +%%WWWDIR%%/admin/images/graph_hbar_red.gif +%%WWWDIR%%/admin/images/graphs/dummy +%%WWWDIR%%/admin/images/icon_arrow_right.gif +%%WWWDIR%%/admin/images/icon_facebook.png +%%WWWDIR%%/admin/images/icon_google_plus.png +%%WWWDIR%%/admin/images/icon_info.gif +%%WWWDIR%%/admin/images/icon_newsletter.png +%%WWWDIR%%/admin/images/icon_oscommerce.png +%%WWWDIR%%/admin/images/icon_popup.gif +%%WWWDIR%%/admin/images/icon_reset.gif +%%WWWDIR%%/admin/images/icon_rss.png +%%WWWDIR%%/admin/images/icon_save.gif +%%WWWDIR%%/admin/images/icon_status_green.gif +%%WWWDIR%%/admin/images/icon_status_green_light.gif +%%WWWDIR%%/admin/images/icon_status_red.gif +%%WWWDIR%%/admin/images/icon_status_red_light.gif +%%WWWDIR%%/admin/images/icon_status_yellow.gif +%%WWWDIR%%/admin/images/icon_twitter.png +%%WWWDIR%%/admin/images/icons/cross.gif +%%WWWDIR%%/admin/images/icons/current_folder.gif +%%WWWDIR%%/admin/images/icons/delete.gif +%%WWWDIR%%/admin/images/icons/error.gif +%%WWWDIR%%/admin/images/icons/file.gif +%%WWWDIR%%/admin/images/icons/file_download.gif +%%WWWDIR%%/admin/images/icons/folder.gif +%%WWWDIR%%/admin/images/icons/locked.gif +%%WWWDIR%%/admin/images/icons/preview.gif +%%WWWDIR%%/admin/images/icons/previous_level.gif +%%WWWDIR%%/admin/images/icons/statistics.gif +%%WWWDIR%%/admin/images/icons/success.gif +%%WWWDIR%%/admin/images/icons/tick.gif +%%WWWDIR%%/admin/images/icons/unlocked.gif +%%WWWDIR%%/admin/images/icons/warning.gif +%%WWWDIR%%/admin/images/ms_error.png +%%WWWDIR%%/admin/images/ms_error_bg.png +%%WWWDIR%%/admin/images/ms_info.png +%%WWWDIR%%/admin/images/ms_info_bg.png +%%WWWDIR%%/admin/images/ms_success.png +%%WWWDIR%%/admin/images/ms_success_bg.png +%%WWWDIR%%/admin/images/ms_warning.png +%%WWWDIR%%/admin/images/ms_warning_bg.png +%%WWWDIR%%/admin/images/oscommerce.png +%%WWWDIR%%/admin/images/pixel_black.gif +%%WWWDIR%%/admin/images/pixel_trans.gif +%%WWWDIR%%/admin/includes/.htaccess +%%WWWDIR%%/admin/includes/application_bottom.php +%%WWWDIR%%/admin/includes/application_top.php +%%WWWDIR%%/admin/includes/boxes/catalog.php +%%WWWDIR%%/admin/includes/boxes/configuration.php +%%WWWDIR%%/admin/includes/boxes/customers.php +%%WWWDIR%%/admin/includes/boxes/localization.php +%%WWWDIR%%/admin/includes/boxes/modules.php +%%WWWDIR%%/admin/includes/boxes/modules_content.php +%%WWWDIR%%/admin/includes/boxes/orders.php +%%WWWDIR%%/admin/includes/boxes/reports.php +%%WWWDIR%%/admin/includes/boxes/taxes.php +%%WWWDIR%%/admin/includes/boxes/tools.php +%%WWWDIR%%/admin/includes/boxes/tools_database_tables.php +%%WWWDIR%%/admin/includes/boxes/tools_security_checks.php +%%WWWDIR%%/admin/includes/classes/action_recorder.php +%%WWWDIR%%/admin/includes/classes/box.php +%%WWWDIR%%/admin/includes/classes/cfg_modules.php +%%WWWDIR%%/admin/includes/classes/currencies.php +%%WWWDIR%%/admin/includes/classes/email.php +%%WWWDIR%%/admin/includes/classes/language.php +%%WWWDIR%%/admin/includes/classes/logger.php +%%WWWDIR%%/admin/includes/classes/message_stack.php +%%WWWDIR%%/admin/includes/classes/mime.php +%%WWWDIR%%/admin/includes/classes/object_info.php +%%WWWDIR%%/admin/includes/classes/order.php +%%WWWDIR%%/admin/includes/classes/passwordhash.php +%%WWWDIR%%/admin/includes/classes/payment_module_info.php +%%WWWDIR%%/admin/includes/classes/phplot.php +%%WWWDIR%%/admin/includes/classes/rss.php +%%WWWDIR%%/admin/includes/classes/shopping_cart.php +%%WWWDIR%%/admin/includes/classes/split_page_results.php +%%WWWDIR%%/admin/includes/classes/table_block.php +%%WWWDIR%%/admin/includes/classes/upload.php +%%WWWDIR%%/admin/includes/column_left.php +%%WWWDIR%%/admin/includes/configure.php +%%WWWDIR%%/admin/includes/database_tables.php +%%WWWDIR%%/admin/includes/filenames.php +%%WWWDIR%%/admin/includes/footer.php +%%WWWDIR%%/admin/includes/functions/compatibility.php +%%WWWDIR%%/admin/includes/functions/database.php +%%WWWDIR%%/admin/includes/functions/general.php +%%WWWDIR%%/admin/includes/functions/html_graphs.php +%%WWWDIR%%/admin/includes/functions/html_output.php +%%WWWDIR%%/admin/includes/functions/languages.php +%%WWWDIR%%/admin/includes/functions/localization.php +%%WWWDIR%%/admin/includes/functions/password_funcs.php +%%WWWDIR%%/admin/includes/functions/sessions.php +%%WWWDIR%%/admin/includes/functions/validations.php +%%WWWDIR%%/admin/includes/general.js +%%WWWDIR%%/admin/includes/graphs/banner_daily.php +%%WWWDIR%%/admin/includes/graphs/banner_infobox.php +%%WWWDIR%%/admin/includes/graphs/banner_monthly.php +%%WWWDIR%%/admin/includes/graphs/banner_yearly.php +%%WWWDIR%%/admin/includes/header.php +%%WWWDIR%%/admin/includes/javascript/calendar.css +%%WWWDIR%%/admin/includes/javascript/calendarcode.js +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/btn_close_small.gif +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/btn_date1_disabled.gif +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/btn_date1_down.gif +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/btn_date1_over.gif +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/btn_date1_up.gif +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/btn_date2_disabled.gif +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/btn_date2_down.gif +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/btn_date2_over.gif +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/btn_date2_up.gif +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/btn_date_disabled.gif +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/btn_date_down.gif +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/btn_date_over.gif +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/btn_date_up.gif +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/btn_del_small.gif +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/btn_info.gif +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/s.gif +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/spiffycal.cur +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/spiffycal2.cur +%%WWWDIR%%/admin/includes/javascript/spiffyCal/images/spiffycal3.cur +%%WWWDIR%%/admin/includes/javascript/spiffyCal/spiffyCal_v2_1.css +%%WWWDIR%%/admin/includes/javascript/spiffyCal/spiffyCal_v2_1.js +%%WWWDIR%%/admin/includes/languages/english.php +%%WWWDIR%%/admin/includes/languages/english/action_recorder.php +%%WWWDIR%%/admin/includes/languages/english/administrators.php +%%WWWDIR%%/admin/includes/languages/english/backup.php +%%WWWDIR%%/admin/includes/languages/english/banner_manager.php +%%WWWDIR%%/admin/includes/languages/english/banner_statistics.php +%%WWWDIR%%/admin/includes/languages/english/cache.php +%%WWWDIR%%/admin/includes/languages/english/categories.php +%%WWWDIR%%/admin/includes/languages/english/configuration.php +%%WWWDIR%%/admin/includes/languages/english/countries.php +%%WWWDIR%%/admin/includes/languages/english/currencies.php +%%WWWDIR%%/admin/includes/languages/english/customers.php +%%WWWDIR%%/admin/includes/languages/english/database_tables.php +%%WWWDIR%%/admin/includes/languages/english/define_language.php +%%WWWDIR%%/admin/includes/languages/english/geo_zones.php +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_back.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_backup.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_cancel.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_confirm.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_copy.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_copy_to.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_delete.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_details.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_edit.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_email.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_export.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_insert.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_invoice.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_lock.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_module_install.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_module_remove.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_move.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_new_banner.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_new_category.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_new_country.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_new_currency.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_new_file.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_new_folder.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_new_language.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_new_newsletter.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_new_product.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_new_tax_class.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_new_tax_rate.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_new_zone.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_orders.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_packingslip.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_preview.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_reset.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_restore.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_save.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_search.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_select.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_send.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_send_mail.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_unlock.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_update.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_update_currencies.gif +%%WWWDIR%%/admin/includes/languages/english/images/buttons/button_upload.gif +%%WWWDIR%%/admin/includes/languages/english/index.php +%%WWWDIR%%/admin/includes/languages/english/invoice.php +%%WWWDIR%%/admin/includes/languages/english/languages.php +%%WWWDIR%%/admin/includes/languages/english/login.php +%%WWWDIR%%/admin/includes/languages/english/mail.php +%%WWWDIR%%/admin/includes/languages/english/manufacturers.php +%%WWWDIR%%/admin/includes/languages/english/modules.php +%%WWWDIR%%/admin/includes/languages/english/modules/boxes/modules_content.php +%%WWWDIR%%/admin/includes/languages/english/modules/boxes/tools_database_tables.php +%%WWWDIR%%/admin/includes/languages/english/modules/boxes/tools_security_checks.php +%%WWWDIR%%/admin/includes/languages/english/modules/cfg_modules/cfgm_action_recorder.php +%%WWWDIR%%/admin/includes/languages/english/modules/cfg_modules/cfgm_boxes.php +%%WWWDIR%%/admin/includes/languages/english/modules/cfg_modules/cfgm_dashboard.php +%%WWWDIR%%/admin/includes/languages/english/modules/cfg_modules/cfgm_header_tags.php +%%WWWDIR%%/admin/includes/languages/english/modules/cfg_modules/cfgm_order_total.php +%%WWWDIR%%/admin/includes/languages/english/modules/cfg_modules/cfgm_payment.php +%%WWWDIR%%/admin/includes/languages/english/modules/cfg_modules/cfgm_shipping.php +%%WWWDIR%%/admin/includes/languages/english/modules/cfg_modules/cfgm_social_bookmarks.php +%%WWWDIR%%/admin/includes/languages/english/modules/dashboard/d_admin_logins.php +%%WWWDIR%%/admin/includes/languages/english/modules/dashboard/d_customers.php +%%WWWDIR%%/admin/includes/languages/english/modules/dashboard/d_latest_addons.php +%%WWWDIR%%/admin/includes/languages/english/modules/dashboard/d_latest_news.php +%%WWWDIR%%/admin/includes/languages/english/modules/dashboard/d_orders.php +%%WWWDIR%%/admin/includes/languages/english/modules/dashboard/d_partner_news.php +%%WWWDIR%%/admin/includes/languages/english/modules/dashboard/d_reviews.php +%%WWWDIR%%/admin/includes/languages/english/modules/dashboard/d_security_checks.php +%%WWWDIR%%/admin/includes/languages/english/modules/dashboard/d_total_customers.php +%%WWWDIR%%/admin/includes/languages/english/modules/dashboard/d_total_revenue.php +%%WWWDIR%%/admin/includes/languages/english/modules/dashboard/d_version_check.php +%%WWWDIR%%/admin/includes/languages/english/modules/newsletters/newsletter.php +%%WWWDIR%%/admin/includes/languages/english/modules/newsletters/product_notification.php +%%WWWDIR%%/admin/includes/languages/english/modules/security_check/config_file_catalog.php +%%WWWDIR%%/admin/includes/languages/english/modules/security_check/default_currency.php +%%WWWDIR%%/admin/includes/languages/english/modules/security_check/default_language.php +%%WWWDIR%%/admin/includes/languages/english/modules/security_check/download_directory.php +%%WWWDIR%%/admin/includes/languages/english/modules/security_check/extended/admin_backup_directory_listing.php +%%WWWDIR%%/admin/includes/languages/english/modules/security_check/extended/admin_backup_file.php +%%WWWDIR%%/admin/includes/languages/english/modules/security_check/extended/admin_http_authentication.php +%%WWWDIR%%/admin/includes/languages/english/modules/security_check/extended/ext_directory_listing.php +%%WWWDIR%%/admin/includes/languages/english/modules/security_check/extended/mysql_utf8.php +%%WWWDIR%%/admin/includes/languages/english/modules/security_check/extended/version_check.php +%%WWWDIR%%/admin/includes/languages/english/modules/security_check/extended_last_run.php +%%WWWDIR%%/admin/includes/languages/english/modules/security_check/file_uploads.php +%%WWWDIR%%/admin/includes/languages/english/modules/security_check/install_directory.php +%%WWWDIR%%/admin/includes/languages/english/modules/security_check/session_auto_start.php +%%WWWDIR%%/admin/includes/languages/english/modules/security_check/session_storage.php +%%WWWDIR%%/admin/includes/languages/english/modules_content.php +%%WWWDIR%%/admin/includes/languages/english/newsletters.php +%%WWWDIR%%/admin/includes/languages/english/orders.php +%%WWWDIR%%/admin/includes/languages/english/orders_status.php +%%WWWDIR%%/admin/includes/languages/english/packingslip.php +%%WWWDIR%%/admin/includes/languages/english/products_attributes.php +%%WWWDIR%%/admin/includes/languages/english/products_expected.php +%%WWWDIR%%/admin/includes/languages/english/reviews.php +%%WWWDIR%%/admin/includes/languages/english/sec_dir_permissions.php +%%WWWDIR%%/admin/includes/languages/english/security_checks.php +%%WWWDIR%%/admin/includes/languages/english/server_info.php +%%WWWDIR%%/admin/includes/languages/english/specials.php +%%WWWDIR%%/admin/includes/languages/english/stats_customers.php +%%WWWDIR%%/admin/includes/languages/english/stats_products_purchased.php +%%WWWDIR%%/admin/includes/languages/english/stats_products_viewed.php +%%WWWDIR%%/admin/includes/languages/english/store_logo.php +%%WWWDIR%%/admin/includes/languages/english/tax_classes.php +%%WWWDIR%%/admin/includes/languages/english/tax_rates.php +%%WWWDIR%%/admin/includes/languages/english/version_check.php +%%WWWDIR%%/admin/includes/languages/english/whos_online.php +%%WWWDIR%%/admin/includes/languages/english/zones.php +%%WWWDIR%%/admin/includes/local/README +%%WWWDIR%%/admin/includes/modules/cfg_modules/cfgm_action_recorder.php +%%WWWDIR%%/admin/includes/modules/cfg_modules/cfgm_boxes.php +%%WWWDIR%%/admin/includes/modules/cfg_modules/cfgm_dashboard.php +%%WWWDIR%%/admin/includes/modules/cfg_modules/cfgm_header_tags.php +%%WWWDIR%%/admin/includes/modules/cfg_modules/cfgm_order_total.php +%%WWWDIR%%/admin/includes/modules/cfg_modules/cfgm_payment.php +%%WWWDIR%%/admin/includes/modules/cfg_modules/cfgm_shipping.php +%%WWWDIR%%/admin/includes/modules/cfg_modules/cfgm_social_bookmarks.php +%%WWWDIR%%/admin/includes/modules/dashboard/d_admin_logins.php +%%WWWDIR%%/admin/includes/modules/dashboard/d_customers.php +%%WWWDIR%%/admin/includes/modules/dashboard/d_latest_addons.php +%%WWWDIR%%/admin/includes/modules/dashboard/d_latest_news.php +%%WWWDIR%%/admin/includes/modules/dashboard/d_orders.php +%%WWWDIR%%/admin/includes/modules/dashboard/d_partner_news.php +%%WWWDIR%%/admin/includes/modules/dashboard/d_reviews.php +%%WWWDIR%%/admin/includes/modules/dashboard/d_security_checks.php +%%WWWDIR%%/admin/includes/modules/dashboard/d_total_customers.php +%%WWWDIR%%/admin/includes/modules/dashboard/d_total_revenue.php +%%WWWDIR%%/admin/includes/modules/dashboard/d_version_check.php +%%WWWDIR%%/admin/includes/modules/newsletters/newsletter.php +%%WWWDIR%%/admin/includes/modules/newsletters/product_notification.php +%%WWWDIR%%/admin/includes/modules/security_check/config_file_catalog.php +%%WWWDIR%%/admin/includes/modules/security_check/default_currency.php +%%WWWDIR%%/admin/includes/modules/security_check/default_language.php +%%WWWDIR%%/admin/includes/modules/security_check/download_directory.php +%%WWWDIR%%/admin/includes/modules/security_check/extended/admin_backup_directory_listing.php +%%WWWDIR%%/admin/includes/modules/security_check/extended/admin_backup_file.php +%%WWWDIR%%/admin/includes/modules/security_check/extended/admin_http_authentication.php +%%WWWDIR%%/admin/includes/modules/security_check/extended/ext_directory_listing.php +%%WWWDIR%%/admin/includes/modules/security_check/extended/mysql_utf8.php +%%WWWDIR%%/admin/includes/modules/security_check/extended/version_check.php +%%WWWDIR%%/admin/includes/modules/security_check/extended_last_run.php +%%WWWDIR%%/admin/includes/modules/security_check/file_uploads.php +%%WWWDIR%%/admin/includes/modules/security_check/install_directory.php +%%WWWDIR%%/admin/includes/modules/security_check/session_auto_start.php +%%WWWDIR%%/admin/includes/modules/security_check/session_storage.php +%%WWWDIR%%/admin/includes/stylesheet.css +%%WWWDIR%%/admin/includes/template_bottom.php +%%WWWDIR%%/admin/includes/template_top.php +%%WWWDIR%%/admin/index.php +%%WWWDIR%%/admin/invoice.php +%%WWWDIR%%/admin/languages.php +%%WWWDIR%%/admin/login.php +%%WWWDIR%%/admin/mail.php +%%WWWDIR%%/admin/manufacturers.php +%%WWWDIR%%/admin/modules.php +%%WWWDIR%%/admin/modules_content.php +%%WWWDIR%%/admin/newsletters.php +%%WWWDIR%%/admin/orders.php +%%WWWDIR%%/admin/orders_status.php +%%WWWDIR%%/admin/packingslip.php +%%WWWDIR%%/admin/popup_image.php +%%WWWDIR%%/admin/products_attributes.php +%%WWWDIR%%/admin/products_expected.php +%%WWWDIR%%/admin/reviews.php +%%WWWDIR%%/admin/sec_dir_permissions.php +%%WWWDIR%%/admin/security_checks.php +%%WWWDIR%%/admin/server_info.php +%%WWWDIR%%/admin/specials.php +%%WWWDIR%%/admin/stats_customers.php +%%WWWDIR%%/admin/stats_products_purchased.php +%%WWWDIR%%/admin/stats_products_viewed.php +%%WWWDIR%%/admin/store_logo.php +%%WWWDIR%%/admin/tax_classes.php +%%WWWDIR%%/admin/tax_rates.php +%%WWWDIR%%/admin/version_check.php +%%WWWDIR%%/admin/whos_online.php +%%WWWDIR%%/admin/zones.php +%%WWWDIR%%/advanced_search.php +%%WWWDIR%%/advanced_search_result.php +%%WWWDIR%%/checkout_confirmation.php +%%WWWDIR%%/checkout_payment.php +%%WWWDIR%%/checkout_payment_address.php +%%WWWDIR%%/checkout_process.php +%%WWWDIR%%/checkout_shipping.php +%%WWWDIR%%/checkout_shipping_address.php +%%WWWDIR%%/checkout_success.php +%%WWWDIR%%/conditions.php +%%WWWDIR%%/contact_us.php +%%WWWDIR%%/cookie_usage.php +%%WWWDIR%%/create_account.php +%%WWWDIR%%/create_account_success.php +%%WWWDIR%%/download.php +%%WWWDIR%%/download/.htaccess +%%WWWDIR%%/download/unreal.zip +%%WWWDIR%%/ext/960gs/960.css +%%WWWDIR%%/ext/960gs/960_24_col.css +%%WWWDIR%%/ext/960gs/rtl_960.css +%%WWWDIR%%/ext/960gs/rtl_960_24_col.css +%%WWWDIR%%/ext/colorbox/colorbox.css +%%WWWDIR%%/ext/colorbox/images/border.png +%%WWWDIR%%/ext/colorbox/images/controls.png +%%WWWDIR%%/ext/colorbox/images/loading.gif +%%WWWDIR%%/ext/colorbox/images/loading_background.png +%%WWWDIR%%/ext/colorbox/images/overlay.png +%%WWWDIR%%/ext/colorbox/jquery.colorbox-min.js +%%WWWDIR%%/ext/flot/LICENSE.txt +%%WWWDIR%%/ext/flot/excanvas.min.js +%%WWWDIR%%/ext/flot/jquery.colorhelpers.min.js +%%WWWDIR%%/ext/flot/jquery.flot.canvas.min.js +%%WWWDIR%%/ext/flot/jquery.flot.categories.min.js +%%WWWDIR%%/ext/flot/jquery.flot.crosshair.min.js +%%WWWDIR%%/ext/flot/jquery.flot.errorbars.min.js +%%WWWDIR%%/ext/flot/jquery.flot.fillbetween.min.js +%%WWWDIR%%/ext/flot/jquery.flot.image.min.js +%%WWWDIR%%/ext/flot/jquery.flot.min.js +%%WWWDIR%%/ext/flot/jquery.flot.navigate.min.js +%%WWWDIR%%/ext/flot/jquery.flot.pie.min.js +%%WWWDIR%%/ext/flot/jquery.flot.resize.min.js +%%WWWDIR%%/ext/flot/jquery.flot.selection.min.js +%%WWWDIR%%/ext/flot/jquery.flot.stack.min.js +%%WWWDIR%%/ext/flot/jquery.flot.symbol.min.js +%%WWWDIR%%/ext/flot/jquery.flot.threshold.min.js +%%WWWDIR%%/ext/flot/jquery.flot.time.min.js +%%WWWDIR%%/ext/jquery/jquery-1.11.1.min.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery-ui-i18n.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-af.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-ar-DZ.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-ar.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-az.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-be.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-bg.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-bs.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-ca.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-cs.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-cy-GB.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-da.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-de.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-el.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-en-AU.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-en-GB.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-en-NZ.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-eo.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-es.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-et.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-eu.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-fa.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-fi.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-fo.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-fr-CA.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-fr-CH.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-fr.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-gl.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-he.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-hi.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-hr.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-hu.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-hy.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-id.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-is.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-it.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-ja.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-ka.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-kk.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-km.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-ko.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-ky.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-lb.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-lt.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-lv.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-mk.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-ml.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-ms.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-nb.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-nl-BE.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-nl.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-nn.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-no.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-pl.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-pt-BR.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-pt.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-rm.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-ro.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-ru.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-sk.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-sl.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-sq.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-sr-SR.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-sr.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-sv.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-ta.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-th.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-tj.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-tr.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-uk.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-vi.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-zh-CN.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-zh-HK.js +%%WWWDIR%%/ext/jquery/ui/i18n/jquery.ui.datepicker-zh-TW.js +%%WWWDIR%%/ext/jquery/ui/jquery-ui-1.10.4.min.js +%%WWWDIR%%/ext/jquery/ui/redmond/images/animated-overlay.gif +%%WWWDIR%%/ext/jquery/ui/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +%%WWWDIR%%/ext/jquery/ui/redmond/images/ui-bg_flat_55_fbec88_40x100.png +%%WWWDIR%%/ext/jquery/ui/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +%%WWWDIR%%/ext/jquery/ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png +%%WWWDIR%%/ext/jquery/ui/redmond/images/ui-bg_glass_95_fef1ec_1x400.png +%%WWWDIR%%/ext/jquery/ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +%%WWWDIR%%/ext/jquery/ui/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +%%WWWDIR%%/ext/jquery/ui/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +%%WWWDIR%%/ext/jquery/ui/redmond/images/ui-icons_217bc0_256x240.png +%%WWWDIR%%/ext/jquery/ui/redmond/images/ui-icons_2e83ff_256x240.png +%%WWWDIR%%/ext/jquery/ui/redmond/images/ui-icons_469bdd_256x240.png +%%WWWDIR%%/ext/jquery/ui/redmond/images/ui-icons_6da8d5_256x240.png +%%WWWDIR%%/ext/jquery/ui/redmond/images/ui-icons_cd0a0a_256x240.png +%%WWWDIR%%/ext/jquery/ui/redmond/images/ui-icons_d8e7f3_256x240.png +%%WWWDIR%%/ext/jquery/ui/redmond/images/ui-icons_f9bd01_256x240.png +%%WWWDIR%%/ext/jquery/ui/redmond/jquery-ui-1.10.4.min.css +%%WWWDIR%%/ext/modules/content/account/braintree/cards.php +%%WWWDIR%%/ext/modules/content/account/sage_pay/cards.php +%%WWWDIR%%/ext/modules/content/account/set_password.php +%%WWWDIR%%/ext/modules/content/account/stripe/cards.php +%%WWWDIR%%/ext/modules/payment/authorizenet/authorize.net.crt +%%WWWDIR%%/ext/modules/payment/chronopay/callback.php +%%WWWDIR%%/ext/modules/payment/inpay/inpay_functions.php +%%WWWDIR%%/ext/modules/payment/inpay/pb_handler.php +%%WWWDIR%%/ext/modules/payment/ipayment/callback_cc.php +%%WWWDIR%%/ext/modules/payment/ipayment/callback_elv.php +%%WWWDIR%%/ext/modules/payment/ipayment/callback_pp.php +%%WWWDIR%%/ext/modules/payment/moneybookers/callback.php +%%WWWDIR%%/ext/modules/payment/moneybookers/checkout.php +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/4b.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/All_CCs_225x45.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/by_ewallet_90x45.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/cartasi.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/cartebleue.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/dankort.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/ec.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/enets.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/eps.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/euro6000.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/giropay.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/ideal.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/laser.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/maestro.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/nordea.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/p24.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/poli.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/postepay.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/sofort.gif +%%WWWDIR%%/ext/modules/payment/moneybookers/logos/solo.gif +%%WWWDIR%%/ext/modules/payment/paypal/express.php +%%WWWDIR%%/ext/modules/payment/paypal/express_payflow.php +%%WWWDIR%%/ext/modules/payment/paypal/hosted_checkout.php +%%WWWDIR%%/ext/modules/payment/paypal/images/hss_load.gif +%%WWWDIR%%/ext/modules/payment/paypal/paypal.com.crt +%%WWWDIR%%/ext/modules/payment/paypal/pro_hosted_ipn.php +%%WWWDIR%%/ext/modules/payment/paypal/standard_ipn.php +%%WWWDIR%%/ext/modules/payment/rbsworldpay/hosted_callback.php +%%WWWDIR%%/ext/modules/payment/sage_pay/checkout.php +%%WWWDIR%%/ext/modules/payment/sage_pay/direct_3dauth.php +%%WWWDIR%%/ext/modules/payment/sage_pay/errors.php +%%WWWDIR%%/ext/modules/payment/sage_pay/redirect.php +%%WWWDIR%%/ext/modules/payment/sage_pay/server.php +%%WWWDIR%%/ext/modules/payment/sofortueberweisung/callback.php +%%WWWDIR%%/ext/modules/payment/sofortueberweisung/images/sofortueberweisung.gif +%%WWWDIR%%/ext/photoset-grid/jquery.photoset-grid.min.js +%%WWWDIR%%/images/.htaccess +%%WWWDIR%%/images/account_notifications.gif +%%WWWDIR%%/images/account_orders.gif +%%WWWDIR%%/images/account_personal.gif +%%WWWDIR%%/images/arrow_down.gif +%%WWWDIR%%/images/arrow_east_south.gif +%%WWWDIR%%/images/arrow_green.gif +%%WWWDIR%%/images/arrow_south_east.gif +%%WWWDIR%%/images/banners/oscommerce.gif +%%WWWDIR%%/images/box_products_notifications.gif +%%WWWDIR%%/images/box_products_notifications_remove.gif +%%WWWDIR%%/images/box_write_review.gif +%%WWWDIR%%/images/card_acceptance/american_express.png +%%WWWDIR%%/images/card_acceptance/cirrus.png +%%WWWDIR%%/images/card_acceptance/cirrus_transparent.png +%%WWWDIR%%/images/card_acceptance/discover.png +%%WWWDIR%%/images/card_acceptance/maestro.png +%%WWWDIR%%/images/card_acceptance/maestro_transparent.png +%%WWWDIR%%/images/card_acceptance/mastercard.png +%%WWWDIR%%/images/card_acceptance/mastercard_transparent.png +%%WWWDIR%%/images/card_acceptance/paypal.png +%%WWWDIR%%/images/card_acceptance/paypal_horizontal_large.png +%%WWWDIR%%/images/card_acceptance/paypal_monogram.png +%%WWWDIR%%/images/card_acceptance/visa.png +%%WWWDIR%%/images/category_dvd_movies.gif +%%WWWDIR%%/images/category_gadgets.png +%%WWWDIR%%/images/category_hardware.gif +%%WWWDIR%%/images/category_software.gif +%%WWWDIR%%/images/checkout_bullet.gif +%%WWWDIR%%/images/default/1.gif +%%WWWDIR%%/images/default/2.gif +%%WWWDIR%%/images/default/3.gif +%%WWWDIR%%/images/dvd/a_bugs_life.gif +%%WWWDIR%%/images/dvd/beloved.gif +%%WWWDIR%%/images/dvd/blade_runner.gif +%%WWWDIR%%/images/dvd/courage_under_fire.gif +%%WWWDIR%%/images/dvd/die_hard_3.gif +%%WWWDIR%%/images/dvd/die_hard_3_large.jpg +%%WWWDIR%%/images/dvd/fire_down_below.gif +%%WWWDIR%%/images/dvd/fire_down_below_large.jpg +%%WWWDIR%%/images/dvd/frantic.gif +%%WWWDIR%%/images/dvd/lethal_weapon.gif +%%WWWDIR%%/images/dvd/lethal_weapon_large.jpg +%%WWWDIR%%/images/dvd/no_picture.gif +%%WWWDIR%%/images/dvd/red_corner.gif +%%WWWDIR%%/images/dvd/replacement_killers.gif +%%WWWDIR%%/images/dvd/replacement_killers_large.jpg +%%WWWDIR%%/images/dvd/speed.gif +%%WWWDIR%%/images/dvd/speed_2.gif +%%WWWDIR%%/images/dvd/speed_2_large.jpg +%%WWWDIR%%/images/dvd/speed_large.jpg +%%WWWDIR%%/images/dvd/the_matrix.gif +%%WWWDIR%%/images/dvd/the_matrix_large.jpg +%%WWWDIR%%/images/dvd/theres_something_about_mary.gif +%%WWWDIR%%/images/dvd/under_siege.gif +%%WWWDIR%%/images/dvd/under_siege2.gif +%%WWWDIR%%/images/dvd/under_siege_large.jpg +%%WWWDIR%%/images/dvd/youve_got_mail.gif +%%WWWDIR%%/images/gt_interactive/disciples.gif +%%WWWDIR%%/images/gt_interactive/unreal_tournament.gif +%%WWWDIR%%/images/gt_interactive/wheel_of_time.gif +%%WWWDIR%%/images/header_account.gif +%%WWWDIR%%/images/header_cart.gif +%%WWWDIR%%/images/header_checkout.gif +%%WWWDIR%%/images/hewlett_packard/lj1100xi.gif +%%WWWDIR%%/images/icons/cart.gif +%%WWWDIR%%/images/icons/error.gif +%%WWWDIR%%/images/icons/shipping_ups.gif +%%WWWDIR%%/images/icons/shipping_usps.gif +%%WWWDIR%%/images/icons/success.gif +%%WWWDIR%%/images/icons/warning.gif +%%WWWDIR%%/images/infobox/arrow_right.gif +%%WWWDIR%%/images/infobox/corner_left.gif +%%WWWDIR%%/images/infobox/corner_right.gif +%%WWWDIR%%/images/infobox/corner_right_left.gif +%%WWWDIR%%/images/manufacturer_canon.gif +%%WWWDIR%%/images/manufacturer_fox.gif +%%WWWDIR%%/images/manufacturer_gt_interactive.gif +%%WWWDIR%%/images/manufacturer_hewlett_packard.gif +%%WWWDIR%%/images/manufacturer_logitech.gif +%%WWWDIR%%/images/manufacturer_matrox.gif +%%WWWDIR%%/images/manufacturer_microsoft.gif +%%WWWDIR%%/images/manufacturer_samsung.png +%%WWWDIR%%/images/manufacturer_sierra.gif +%%WWWDIR%%/images/manufacturer_warner.gif +%%WWWDIR%%/images/matrox/mg200mms.gif +%%WWWDIR%%/images/matrox/mg400-32mb.gif +%%WWWDIR%%/images/microsoft/imexplorer.gif +%%WWWDIR%%/images/microsoft/intkeyboardps2.gif +%%WWWDIR%%/images/microsoft/msimpro.gif +%%WWWDIR%%/images/pixel_black.gif +%%WWWDIR%%/images/pixel_silver.gif +%%WWWDIR%%/images/pixel_trans.gif +%%WWWDIR%%/images/samsung/galaxy_tab.gif +%%WWWDIR%%/images/samsung/galaxy_tab_1.jpg +%%WWWDIR%%/images/samsung/galaxy_tab_2.jpg +%%WWWDIR%%/images/samsung/galaxy_tab_3.jpg +%%WWWDIR%%/images/samsung/galaxy_tab_4.jpg +%%WWWDIR%%/images/sierra/swat_3.gif +%%WWWDIR%%/images/social_bookmarks/digg.png +%%WWWDIR%%/images/social_bookmarks/email.png +%%WWWDIR%%/images/social_bookmarks/facebook.png +%%WWWDIR%%/images/social_bookmarks/twitter.png +%%WWWDIR%%/images/stars_1.gif +%%WWWDIR%%/images/stars_2.gif +%%WWWDIR%%/images/stars_3.gif +%%WWWDIR%%/images/stars_4.gif +%%WWWDIR%%/images/stars_5.gif +%%WWWDIR%%/images/store_logo.png +%%WWWDIR%%/images/subcategory.gif +%%WWWDIR%%/images/subcategory_action.gif +%%WWWDIR%%/images/subcategory_action_games.gif +%%WWWDIR%%/images/subcategory_cartoons.gif +%%WWWDIR%%/images/subcategory_cdrom_drives.gif +%%WWWDIR%%/images/subcategory_comedy.gif +%%WWWDIR%%/images/subcategory_drama.gif +%%WWWDIR%%/images/subcategory_graphic_cards.gif +%%WWWDIR%%/images/subcategory_keyboards.gif +%%WWWDIR%%/images/subcategory_memory.gif +%%WWWDIR%%/images/subcategory_mice.gif +%%WWWDIR%%/images/subcategory_monitors.gif +%%WWWDIR%%/images/subcategory_printers.gif +%%WWWDIR%%/images/subcategory_science_fiction.gif +%%WWWDIR%%/images/subcategory_simulation.gif +%%WWWDIR%%/images/subcategory_speakers.gif +%%WWWDIR%%/images/subcategory_strategy.gif +%%WWWDIR%%/images/subcategory_thriller.gif +%%WWWDIR%%/images/table_background_account.gif +%%WWWDIR%%/images/table_background_address_book.gif +%%WWWDIR%%/images/table_background_browse.gif +%%WWWDIR%%/images/table_background_cart.gif +%%WWWDIR%%/images/table_background_checkout.gif +%%WWWDIR%%/images/table_background_confirmation.gif +%%WWWDIR%%/images/table_background_contact_us.gif +%%WWWDIR%%/images/table_background_default.gif +%%WWWDIR%%/images/table_background_delivery.gif +%%WWWDIR%%/images/table_background_history.gif +%%WWWDIR%%/images/table_background_list.gif +%%WWWDIR%%/images/table_background_login.gif +%%WWWDIR%%/images/table_background_man_on_board.gif +%%WWWDIR%%/images/table_background_password_forgotten.gif +%%WWWDIR%%/images/table_background_payment.gif +%%WWWDIR%%/images/table_background_products_new.gif +%%WWWDIR%%/images/table_background_reviews.gif +%%WWWDIR%%/images/table_background_reviews_new.gif +%%WWWDIR%%/images/table_background_specials.gif +%%WWWDIR%%/includes/.htaccess +%%WWWDIR%%/includes/application_bottom.php +%%WWWDIR%%/includes/application_top.php +%%WWWDIR%%/includes/cacert.pem +%%WWWDIR%%/includes/classes/action_recorder.php +%%WWWDIR%%/includes/classes/boxes.php +%%WWWDIR%%/includes/classes/breadcrumb.php +%%WWWDIR%%/includes/classes/cc_validation.php +%%WWWDIR%%/includes/classes/currencies.php +%%WWWDIR%%/includes/classes/email.php +%%WWWDIR%%/includes/classes/http_client.php +%%WWWDIR%%/includes/classes/language.php +%%WWWDIR%%/includes/classes/message_stack.php +%%WWWDIR%%/includes/classes/mime.php +%%WWWDIR%%/includes/classes/navigation_history.php +%%WWWDIR%%/includes/classes/order.php +%%WWWDIR%%/includes/classes/order_total.php +%%WWWDIR%%/includes/classes/osc_template.php +%%WWWDIR%%/includes/classes/passwordhash.php +%%WWWDIR%%/includes/classes/payment.php +%%WWWDIR%%/includes/classes/shipping.php +%%WWWDIR%%/includes/classes/shopping_cart.php +%%WWWDIR%%/includes/classes/split_page_results.php +%%WWWDIR%%/includes/configure.php +%%WWWDIR%%/includes/counter.php +%%WWWDIR%%/includes/database_tables.php +%%WWWDIR%%/includes/filenames.php +%%WWWDIR%%/includes/footer.php +%%WWWDIR%%/includes/form_check.js.php +%%WWWDIR%%/includes/functions/banner.php +%%WWWDIR%%/includes/functions/cache.php +%%WWWDIR%%/includes/functions/compatibility.php +%%WWWDIR%%/includes/functions/database.php +%%WWWDIR%%/includes/functions/general.php +%%WWWDIR%%/includes/functions/gzip_compression.php +%%WWWDIR%%/includes/functions/html_output.php +%%WWWDIR%%/includes/functions/password_funcs.php +%%WWWDIR%%/includes/functions/sessions.php +%%WWWDIR%%/includes/functions/specials.php +%%WWWDIR%%/includes/functions/validations.php +%%WWWDIR%%/includes/functions/whos_online.php +%%WWWDIR%%/includes/general.js +%%WWWDIR%%/includes/header.php +%%WWWDIR%%/includes/languages/english.php +%%WWWDIR%%/includes/languages/english/account.php +%%WWWDIR%%/includes/languages/english/account_edit.php +%%WWWDIR%%/includes/languages/english/account_history.php +%%WWWDIR%%/includes/languages/english/account_history_info.php +%%WWWDIR%%/includes/languages/english/account_newsletters.php +%%WWWDIR%%/includes/languages/english/account_notifications.php +%%WWWDIR%%/includes/languages/english/account_password.php +%%WWWDIR%%/includes/languages/english/address_book.php +%%WWWDIR%%/includes/languages/english/address_book_process.php +%%WWWDIR%%/includes/languages/english/advanced_search.php +%%WWWDIR%%/includes/languages/english/checkout_confirmation.php +%%WWWDIR%%/includes/languages/english/checkout_payment.php +%%WWWDIR%%/includes/languages/english/checkout_payment_address.php +%%WWWDIR%%/includes/languages/english/checkout_process.php +%%WWWDIR%%/includes/languages/english/checkout_shipping.php +%%WWWDIR%%/includes/languages/english/checkout_shipping_address.php +%%WWWDIR%%/includes/languages/english/checkout_success.php +%%WWWDIR%%/includes/languages/english/conditions.php +%%WWWDIR%%/includes/languages/english/contact_us.php +%%WWWDIR%%/includes/languages/english/cookie_usage.php +%%WWWDIR%%/includes/languages/english/create_account.php +%%WWWDIR%%/includes/languages/english/create_account_success.php +%%WWWDIR%%/includes/languages/english/download.php +%%WWWDIR%%/includes/languages/english/images/buttons/button_add_address.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_address_book.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_back.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_buy_now.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_change_address.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_checkout.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_confirm_order.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_continue.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_continue_shopping.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_delete.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_edit_account.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_history.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_in_cart.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_login.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_notifications.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_quick_find.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_remove_notifications.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_reviews.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_search.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_shipping_options.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_tell_a_friend.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_update.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_update_cart.gif +%%WWWDIR%%/includes/languages/english/images/buttons/button_write_review.gif +%%WWWDIR%%/includes/languages/english/images/buttons/small_delete.gif +%%WWWDIR%%/includes/languages/english/images/buttons/small_edit.gif +%%WWWDIR%%/includes/languages/english/images/buttons/small_view.gif +%%WWWDIR%%/includes/languages/english/images/icon.gif +%%WWWDIR%%/includes/languages/english/index.php +%%WWWDIR%%/includes/languages/english/info_shopping_cart.php +%%WWWDIR%%/includes/languages/english/login.php +%%WWWDIR%%/includes/languages/english/logoff.php +%%WWWDIR%%/includes/languages/english/modules/action_recorder/ar_admin_login.php +%%WWWDIR%%/includes/languages/english/modules/action_recorder/ar_contact_us.php +%%WWWDIR%%/includes/languages/english/modules/action_recorder/ar_reset_password.php +%%WWWDIR%%/includes/languages/english/modules/action_recorder/ar_tell_a_friend.php +%%WWWDIR%%/includes/languages/english/modules/boxes/bm_best_sellers.php +%%WWWDIR%%/includes/languages/english/modules/boxes/bm_card_acceptance.php +%%WWWDIR%%/includes/languages/english/modules/boxes/bm_categories.php +%%WWWDIR%%/includes/languages/english/modules/boxes/bm_currencies.php +%%WWWDIR%%/includes/languages/english/modules/boxes/bm_information.php +%%WWWDIR%%/includes/languages/english/modules/boxes/bm_languages.php +%%WWWDIR%%/includes/languages/english/modules/boxes/bm_manufacturer_info.php +%%WWWDIR%%/includes/languages/english/modules/boxes/bm_manufacturers.php +%%WWWDIR%%/includes/languages/english/modules/boxes/bm_order_history.php +%%WWWDIR%%/includes/languages/english/modules/boxes/bm_product_notifications.php +%%WWWDIR%%/includes/languages/english/modules/boxes/bm_product_social_bookmarks.php +%%WWWDIR%%/includes/languages/english/modules/boxes/bm_reviews.php +%%WWWDIR%%/includes/languages/english/modules/boxes/bm_search.php +%%WWWDIR%%/includes/languages/english/modules/boxes/bm_shopping_cart.php +%%WWWDIR%%/includes/languages/english/modules/boxes/bm_specials.php +%%WWWDIR%%/includes/languages/english/modules/boxes/bm_whats_new.php +%%WWWDIR%%/includes/languages/english/modules/content/account/cm_account_braintree_cards.php +%%WWWDIR%%/includes/languages/english/modules/content/account/cm_account_sage_pay_cards.php +%%WWWDIR%%/includes/languages/english/modules/content/account/cm_account_set_password.php +%%WWWDIR%%/includes/languages/english/modules/content/account/cm_account_stripe_cards.php +%%WWWDIR%%/includes/languages/english/modules/content/checkout_success/cm_cs_downloads.php +%%WWWDIR%%/includes/languages/english/modules/content/checkout_success/cm_cs_product_notifications.php +%%WWWDIR%%/includes/languages/english/modules/content/checkout_success/cm_cs_redirect_old_order.php +%%WWWDIR%%/includes/languages/english/modules/content/checkout_success/cm_cs_thank_you.php +%%WWWDIR%%/includes/languages/english/modules/content/login/cm_create_account_link.php +%%WWWDIR%%/includes/languages/english/modules/content/login/cm_login_form.php +%%WWWDIR%%/includes/languages/english/modules/content/login/cm_paypal_login.php +%%WWWDIR%%/includes/languages/english/modules/header_tags/ht_canonical.php +%%WWWDIR%%/includes/languages/english/modules/header_tags/ht_category_title.php +%%WWWDIR%%/includes/languages/english/modules/header_tags/ht_google_adwords_conversion.php +%%WWWDIR%%/includes/languages/english/modules/header_tags/ht_google_analytics.php +%%WWWDIR%%/includes/languages/english/modules/header_tags/ht_mailchimp_360.php +%%WWWDIR%%/includes/languages/english/modules/header_tags/ht_manufacturer_title.php +%%WWWDIR%%/includes/languages/english/modules/header_tags/ht_opensearch.php +%%WWWDIR%%/includes/languages/english/modules/header_tags/ht_product_title.php +%%WWWDIR%%/includes/languages/english/modules/header_tags/ht_robot_noindex.php +%%WWWDIR%%/includes/languages/english/modules/header_tags/ht_twitter_product_card.php +%%WWWDIR%%/includes/languages/english/modules/order_total/ot_loworderfee.php +%%WWWDIR%%/includes/languages/english/modules/order_total/ot_shipping.php +%%WWWDIR%%/includes/languages/english/modules/order_total/ot_subtotal.php +%%WWWDIR%%/includes/languages/english/modules/order_total/ot_tax.php +%%WWWDIR%%/includes/languages/english/modules/order_total/ot_total.php +%%WWWDIR%%/includes/languages/english/modules/payment/authorizenet_cc_aim.php +%%WWWDIR%%/includes/languages/english/modules/payment/authorizenet_cc_dpm.php +%%WWWDIR%%/includes/languages/english/modules/payment/authorizenet_cc_sim.php +%%WWWDIR%%/includes/languages/english/modules/payment/braintree_cc.php +%%WWWDIR%%/includes/languages/english/modules/payment/chronopay.php +%%WWWDIR%%/includes/languages/english/modules/payment/cod.php +%%WWWDIR%%/includes/languages/english/modules/payment/inpay.php +%%WWWDIR%%/includes/languages/english/modules/payment/ipayment_cc.php +%%WWWDIR%%/includes/languages/english/modules/payment/ipayment_elv.php +%%WWWDIR%%/includes/languages/english/modules/payment/ipayment_pp.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_acc.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_bwi.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_csi.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_did.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_dnk.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_ebt.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_ent.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_gcb.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_gir.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_idl.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_lsr.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_mae.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_msc.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_ngp.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_npy.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_pli.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_psp.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_pwy.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_sft.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_slo.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_so2.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneybookers_vsa.php +%%WWWDIR%%/includes/languages/english/modules/payment/moneyorder.php +%%WWWDIR%%/includes/languages/english/modules/payment/nochex.php +%%WWWDIR%%/includes/languages/english/modules/payment/paypal_express.php +%%WWWDIR%%/includes/languages/english/modules/payment/paypal_pro_dp.php +%%WWWDIR%%/includes/languages/english/modules/payment/paypal_pro_hs.php +%%WWWDIR%%/includes/languages/english/modules/payment/paypal_pro_payflow_dp.php +%%WWWDIR%%/includes/languages/english/modules/payment/paypal_pro_payflow_ec.php +%%WWWDIR%%/includes/languages/english/modules/payment/paypal_standard.php +%%WWWDIR%%/includes/languages/english/modules/payment/paypoint_secpay.php +%%WWWDIR%%/includes/languages/english/modules/payment/pm2checkout.php +%%WWWDIR%%/includes/languages/english/modules/payment/psigate.php +%%WWWDIR%%/includes/languages/english/modules/payment/rbsworldpay_hosted.php +%%WWWDIR%%/includes/languages/english/modules/payment/sage_pay_direct.php +%%WWWDIR%%/includes/languages/english/modules/payment/sage_pay_form.php +%%WWWDIR%%/includes/languages/english/modules/payment/sage_pay_server.php +%%WWWDIR%%/includes/languages/english/modules/payment/sofortueberweisung_direct.php +%%WWWDIR%%/includes/languages/english/modules/payment/stripe.php +%%WWWDIR%%/includes/languages/english/modules/shipping/flat.php +%%WWWDIR%%/includes/languages/english/modules/shipping/item.php +%%WWWDIR%%/includes/languages/english/modules/shipping/table.php +%%WWWDIR%%/includes/languages/english/modules/shipping/usps.php +%%WWWDIR%%/includes/languages/english/modules/shipping/zones.php +%%WWWDIR%%/includes/languages/english/modules/social_bookmarks/sb_digg.php +%%WWWDIR%%/includes/languages/english/modules/social_bookmarks/sb_email.php +%%WWWDIR%%/includes/languages/english/modules/social_bookmarks/sb_facebook.php +%%WWWDIR%%/includes/languages/english/modules/social_bookmarks/sb_facebook_like.php +%%WWWDIR%%/includes/languages/english/modules/social_bookmarks/sb_google_plus_one.php +%%WWWDIR%%/includes/languages/english/modules/social_bookmarks/sb_google_plus_share.php +%%WWWDIR%%/includes/languages/english/modules/social_bookmarks/sb_pinterest.php +%%WWWDIR%%/includes/languages/english/modules/social_bookmarks/sb_twitter.php +%%WWWDIR%%/includes/languages/english/modules/social_bookmarks/sb_twitter_button.php +%%WWWDIR%%/includes/languages/english/password_forgotten.php +%%WWWDIR%%/includes/languages/english/password_reset.php +%%WWWDIR%%/includes/languages/english/privacy.php +%%WWWDIR%%/includes/languages/english/product_info.php +%%WWWDIR%%/includes/languages/english/product_reviews.php +%%WWWDIR%%/includes/languages/english/product_reviews_info.php +%%WWWDIR%%/includes/languages/english/product_reviews_write.php +%%WWWDIR%%/includes/languages/english/products_new.php +%%WWWDIR%%/includes/languages/english/reviews.php +%%WWWDIR%%/includes/languages/english/shipping.php +%%WWWDIR%%/includes/languages/english/shopping_cart.php +%%WWWDIR%%/includes/languages/english/specials.php +%%WWWDIR%%/includes/languages/english/ssl_check.php +%%WWWDIR%%/includes/languages/english/tell_a_friend.php +%%WWWDIR%%/includes/local/README +%%WWWDIR%%/includes/modules/action_recorder/ar_admin_login.php +%%WWWDIR%%/includes/modules/action_recorder/ar_contact_us.php +%%WWWDIR%%/includes/modules/action_recorder/ar_reset_password.php +%%WWWDIR%%/includes/modules/action_recorder/ar_tell_a_friend.php +%%WWWDIR%%/includes/modules/address_book_details.php +%%WWWDIR%%/includes/modules/also_purchased_products.php +%%WWWDIR%%/includes/modules/boxes/bm_best_sellers.php +%%WWWDIR%%/includes/modules/boxes/bm_card_acceptance.php +%%WWWDIR%%/includes/modules/boxes/bm_categories.php +%%WWWDIR%%/includes/modules/boxes/bm_currencies.php +%%WWWDIR%%/includes/modules/boxes/bm_information.php +%%WWWDIR%%/includes/modules/boxes/bm_languages.php +%%WWWDIR%%/includes/modules/boxes/bm_manufacturer_info.php +%%WWWDIR%%/includes/modules/boxes/bm_manufacturers.php +%%WWWDIR%%/includes/modules/boxes/bm_order_history.php +%%WWWDIR%%/includes/modules/boxes/bm_product_notifications.php +%%WWWDIR%%/includes/modules/boxes/bm_product_social_bookmarks.php +%%WWWDIR%%/includes/modules/boxes/bm_reviews.php +%%WWWDIR%%/includes/modules/boxes/bm_search.php +%%WWWDIR%%/includes/modules/boxes/bm_shopping_cart.php +%%WWWDIR%%/includes/modules/boxes/bm_specials.php +%%WWWDIR%%/includes/modules/boxes/bm_whats_new.php +%%WWWDIR%%/includes/modules/checkout_new_address.php +%%WWWDIR%%/includes/modules/content/account/cm_account_braintree_cards.php +%%WWWDIR%%/includes/modules/content/account/cm_account_sage_pay_cards.php +%%WWWDIR%%/includes/modules/content/account/cm_account_set_password.php +%%WWWDIR%%/includes/modules/content/account/cm_account_stripe_cards.php +%%WWWDIR%%/includes/modules/content/checkout_success/cm_cs_downloads.php +%%WWWDIR%%/includes/modules/content/checkout_success/cm_cs_product_notifications.php +%%WWWDIR%%/includes/modules/content/checkout_success/cm_cs_redirect_old_order.php +%%WWWDIR%%/includes/modules/content/checkout_success/cm_cs_thank_you.php +%%WWWDIR%%/includes/modules/content/checkout_success/templates/product_notifications.php +%%WWWDIR%%/includes/modules/content/checkout_success/templates/thank_you.php +%%WWWDIR%%/includes/modules/content/login/cm_create_account_link.php +%%WWWDIR%%/includes/modules/content/login/cm_login_form.php +%%WWWDIR%%/includes/modules/content/login/cm_paypal_login.php +%%WWWDIR%%/includes/modules/content/login/templates/create_account_link.php +%%WWWDIR%%/includes/modules/content/login/templates/login_form.php +%%WWWDIR%%/includes/modules/content/login/templates/paypal_login.php +%%WWWDIR%%/includes/modules/downloads.php +%%WWWDIR%%/includes/modules/header_tags/ht_canonical.php +%%WWWDIR%%/includes/modules/header_tags/ht_category_title.php +%%WWWDIR%%/includes/modules/header_tags/ht_google_adwords_conversion.php +%%WWWDIR%%/includes/modules/header_tags/ht_google_analytics.php +%%WWWDIR%%/includes/modules/header_tags/ht_mailchimp_360.php +%%WWWDIR%%/includes/modules/header_tags/ht_mailchimp_360/MCAPI.class.php +%%WWWDIR%%/includes/modules/header_tags/ht_mailchimp_360/mc360.php +%%WWWDIR%%/includes/modules/header_tags/ht_manufacturer_title.php +%%WWWDIR%%/includes/modules/header_tags/ht_opensearch.php +%%WWWDIR%%/includes/modules/header_tags/ht_product_title.php +%%WWWDIR%%/includes/modules/header_tags/ht_robot_noindex.php +%%WWWDIR%%/includes/modules/header_tags/ht_twitter_product_card.php +%%WWWDIR%%/includes/modules/new_products.php +%%WWWDIR%%/includes/modules/order_total/ot_loworderfee.php +%%WWWDIR%%/includes/modules/order_total/ot_shipping.php +%%WWWDIR%%/includes/modules/order_total/ot_subtotal.php +%%WWWDIR%%/includes/modules/order_total/ot_tax.php +%%WWWDIR%%/includes/modules/order_total/ot_total.php +%%WWWDIR%%/includes/modules/pages/tp_account.php +%%WWWDIR%%/includes/modules/payment/authorizenet_cc_aim.php +%%WWWDIR%%/includes/modules/payment/authorizenet_cc_dpm.php +%%WWWDIR%%/includes/modules/payment/authorizenet_cc_sim.php +%%WWWDIR%%/includes/modules/payment/braintree_cc.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/AddOn.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Address.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/ClientToken.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Collection.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Configuration.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/CreditCard.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/CreditCardVerification.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/CreditCardVerificationSearch.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Customer.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/CustomerSearch.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Descriptor.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Digest.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Disbursement.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/DisbursementDetails.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Discount.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Dispute.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/EqualityNode.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Error/Codes.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Error/ErrorCollection.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Error/Validation.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Error/ValidationErrorCollection.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Exception.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Exception/Authentication.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Exception/Authorization.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Exception/Configuration.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Exception/DownForMaintenance.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Exception/ForgedQueryString.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Exception/InvalidSignature.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Exception/NotFound.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Exception/SSLCaFileNotFound.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Exception/SSLCertificate.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Exception/ServerError.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Exception/Unexpected.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Exception/UpgradeRequired.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Exception/ValidationsFailed.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Http.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Instance.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/IsNode.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/KeyValueNode.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/MerchantAccount.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/MerchantAccount/AddressDetails.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/MerchantAccount/BusinessDetails.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/MerchantAccount/FundingDetails.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/MerchantAccount/IndividualDetails.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Modification.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/MultipleValueNode.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/MultipleValueOrTextNode.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/PartialMatchNode.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/PartnerMerchant.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Plan.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/RangeNode.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/ResourceCollection.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Result/CreditCardVerification.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Result/Error.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Result/Successful.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/SettlementBatchSummary.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/SignatureService.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Subscription.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/SubscriptionSearch.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Test/CreditCardNumbers.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Test/MerchantAccount.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Test/TransactionAmounts.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Test/VenmoSdk.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/TextNode.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Transaction.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Transaction/AddressDetails.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Transaction/CreditCardDetails.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Transaction/CustomerDetails.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Transaction/StatusDetails.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Transaction/SubscriptionDetails.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/TransactionSearch.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/TransparentRedirect.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Util.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Version.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/WebhookNotification.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/WebhookTesting.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Xml.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Xml/Generator.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/Braintree/Xml/Parser.php +%%WWWDIR%%/includes/modules/payment/braintree_cc/ssl/api_braintreegateway_com.ca.crt +%%WWWDIR%%/includes/modules/payment/chronopay.php +%%WWWDIR%%/includes/modules/payment/cod.php +%%WWWDIR%%/includes/modules/payment/inpay.php +%%WWWDIR%%/includes/modules/payment/ipayment_cc.php +%%WWWDIR%%/includes/modules/payment/ipayment_elv.php +%%WWWDIR%%/includes/modules/payment/ipayment_pp.php +%%WWWDIR%%/includes/modules/payment/moneybookers.php +%%WWWDIR%%/includes/modules/payment/moneybookers_acc.php +%%WWWDIR%%/includes/modules/payment/moneybookers_bwi.php +%%WWWDIR%%/includes/modules/payment/moneybookers_csi.php +%%WWWDIR%%/includes/modules/payment/moneybookers_did.php +%%WWWDIR%%/includes/modules/payment/moneybookers_dnk.php +%%WWWDIR%%/includes/modules/payment/moneybookers_ebt.php +%%WWWDIR%%/includes/modules/payment/moneybookers_ent.php +%%WWWDIR%%/includes/modules/payment/moneybookers_gcb.php +%%WWWDIR%%/includes/modules/payment/moneybookers_gir.php +%%WWWDIR%%/includes/modules/payment/moneybookers_idl.php +%%WWWDIR%%/includes/modules/payment/moneybookers_lsr.php +%%WWWDIR%%/includes/modules/payment/moneybookers_mae.php +%%WWWDIR%%/includes/modules/payment/moneybookers_msc.php +%%WWWDIR%%/includes/modules/payment/moneybookers_ngp.php +%%WWWDIR%%/includes/modules/payment/moneybookers_npy.php +%%WWWDIR%%/includes/modules/payment/moneybookers_pli.php +%%WWWDIR%%/includes/modules/payment/moneybookers_psp.php +%%WWWDIR%%/includes/modules/payment/moneybookers_pwy.php +%%WWWDIR%%/includes/modules/payment/moneybookers_sft.php +%%WWWDIR%%/includes/modules/payment/moneybookers_slo.php +%%WWWDIR%%/includes/modules/payment/moneybookers_so2.php +%%WWWDIR%%/includes/modules/payment/moneybookers_vsa.php +%%WWWDIR%%/includes/modules/payment/moneyorder.php +%%WWWDIR%%/includes/modules/payment/nochex.php +%%WWWDIR%%/includes/modules/payment/paypal_express.php +%%WWWDIR%%/includes/modules/payment/paypal_pro_dp.php +%%WWWDIR%%/includes/modules/payment/paypal_pro_hs.php +%%WWWDIR%%/includes/modules/payment/paypal_pro_payflow_dp.php +%%WWWDIR%%/includes/modules/payment/paypal_pro_payflow_ec.php +%%WWWDIR%%/includes/modules/payment/paypal_standard.php +%%WWWDIR%%/includes/modules/payment/paypoint_secpay.php +%%WWWDIR%%/includes/modules/payment/pm2checkout.php +%%WWWDIR%%/includes/modules/payment/psigate.php +%%WWWDIR%%/includes/modules/payment/rbsworldpay_hosted.php +%%WWWDIR%%/includes/modules/payment/sage_pay_direct.php +%%WWWDIR%%/includes/modules/payment/sage_pay_form.php +%%WWWDIR%%/includes/modules/payment/sage_pay_server.php +%%WWWDIR%%/includes/modules/payment/sofortueberweisung_direct.php +%%WWWDIR%%/includes/modules/payment/stripe.php +%%WWWDIR%%/includes/modules/product_listing.php +%%WWWDIR%%/includes/modules/shipping/flat.php +%%WWWDIR%%/includes/modules/shipping/item.php +%%WWWDIR%%/includes/modules/shipping/table.php +%%WWWDIR%%/includes/modules/shipping/usps.php +%%WWWDIR%%/includes/modules/shipping/zones.php +%%WWWDIR%%/includes/modules/social_bookmarks/sb_digg.php +%%WWWDIR%%/includes/modules/social_bookmarks/sb_email.php +%%WWWDIR%%/includes/modules/social_bookmarks/sb_facebook.php +%%WWWDIR%%/includes/modules/social_bookmarks/sb_facebook_like.php +%%WWWDIR%%/includes/modules/social_bookmarks/sb_google_plus_one.php +%%WWWDIR%%/includes/modules/social_bookmarks/sb_google_plus_share.php +%%WWWDIR%%/includes/modules/social_bookmarks/sb_pinterest.php +%%WWWDIR%%/includes/modules/social_bookmarks/sb_twitter.php +%%WWWDIR%%/includes/modules/social_bookmarks/sb_twitter_button.php +%%WWWDIR%%/includes/modules/upcoming_products.php +%%WWWDIR%%/includes/spiders.txt +%%WWWDIR%%/includes/template_bottom.php +%%WWWDIR%%/includes/template_top.php +%%WWWDIR%%/includes/version.php +%%WWWDIR%%/includes/work/.htaccess +%%WWWDIR%%/index.php +%%WWWDIR%%/info_shopping_cart.php +%%WWWDIR%%/install/images/failed.gif +%%WWWDIR%%/install/images/oscommerce.png +%%WWWDIR%%/install/images/oscommerce_icon.png +%%WWWDIR%%/install/images/progress.gif +%%WWWDIR%%/install/images/success.gif +%%WWWDIR%%/install/includes/application.php +%%WWWDIR%%/install/includes/functions/compatibility.php +%%WWWDIR%%/install/includes/functions/database.php +%%WWWDIR%%/install/includes/functions/general.php +%%WWWDIR%%/install/includes/functions/html_output.php +%%WWWDIR%%/install/index.php +%%WWWDIR%%/install/install.php +%%WWWDIR%%/install/oscommerce.sql +%%WWWDIR%%/install/rpc.php +%%WWWDIR%%/install/templates/main_page.php +%%WWWDIR%%/install/templates/main_page/stylesheet.css +%%WWWDIR%%/install/templates/pages/index.php +%%WWWDIR%%/install/templates/pages/install.php +%%WWWDIR%%/install/templates/pages/install_2.php +%%WWWDIR%%/install/templates/pages/install_3.php +%%WWWDIR%%/install/templates/pages/install_4.php +%%WWWDIR%%/login.php +%%WWWDIR%%/logoff.php +%%WWWDIR%%/opensearch.php +%%WWWDIR%%/password_forgotten.php +%%WWWDIR%%/password_reset.php +%%WWWDIR%%/popup_image.php +%%WWWDIR%%/popup_search_help.php +%%WWWDIR%%/privacy.php +%%WWWDIR%%/product_info.php +%%WWWDIR%%/product_reviews.php +%%WWWDIR%%/product_reviews_info.php +%%WWWDIR%%/product_reviews_write.php +%%WWWDIR%%/products_new.php +%%WWWDIR%%/pub/.htaccess +%%WWWDIR%%/redirect.php +%%WWWDIR%%/reviews.php +%%WWWDIR%%/shipping.php +%%WWWDIR%%/shopping_cart.php +%%WWWDIR%%/specials.php +%%WWWDIR%%/ssl_check.php +%%WWWDIR%%/stylesheet.css +%%WWWDIR%%/tell_a_friend.php +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/download +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/pub diff --git a/www/p5-Catalyst-Runtime/Makefile b/www/p5-Catalyst-Runtime/Makefile index 176caf6e0f4..1dea0e8346d 100644 --- a/www/p5-Catalyst-Runtime/Makefile +++ b/www/p5-Catalyst-Runtime/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Runtime -PORTVERSION= 5.90103 +PORTVERSION= 5.90104 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-Catalyst-Runtime/distinfo b/www/p5-Catalyst-Runtime/distinfo index f45b052aa2c..3ef0a446f54 100644 --- a/www/p5-Catalyst-Runtime/distinfo +++ b/www/p5-Catalyst-Runtime/distinfo @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Runtime-5.90103.tar.gz) = a9073ad12b8a747d683b9eb49700ee34bfcb1ad0849d28c494d0bb8d6e78ac87 -SIZE (Catalyst-Runtime-5.90103.tar.gz) = 394198 +SHA256 (Catalyst-Runtime-5.90104.tar.gz) = 91d551944beb3a0ae8635c78d5f2e1583ef1e7873d5c8ee407e2f64380ad870b +SIZE (Catalyst-Runtime-5.90104.tar.gz) = 385656 diff --git a/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile b/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile index f50d9fcbf2b..509b3a1c0d0 100644 --- a/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile +++ b/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious-Plugin-SetUserGroup -PORTVERSION= 0.003 +PORTVERSION= 0.004 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DBOOK diff --git a/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo b/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo index a23350e36b7..3f410645db1 100644 --- a/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo +++ b/www/p5-Mojolicious-Plugin-SetUserGroup/distinfo @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-Plugin-SetUserGroup-0.003.tar.gz) = 4aa1af7f91423d8abd56471e46448142a3fbf1c76e4f718f8d40d150fe106d1b -SIZE (Mojolicious-Plugin-SetUserGroup-0.003.tar.gz) = 10410 +SHA256 (Mojolicious-Plugin-SetUserGroup-0.004.tar.gz) = 75939a53c650c1ee5cf849ddc8efa0772f5ed92b5b1011aeaccee773644912be +SIZE (Mojolicious-Plugin-SetUserGroup-0.004.tar.gz) = 10624 diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile index bcbb0e0b28c..88df333c6c1 100644 --- a/www/pecl-http/Makefile +++ b/www/pecl-http/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= http -PORTVERSION= 2.5.3 +PORTVERSION= 3.0.1 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -14,17 +14,19 @@ COMMENT= Extended HTTP Support LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf \ - ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro \ +BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2 \ + ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro2 \ re2c:devel/re2c -RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf \ - ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2 \ + ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro2 LIB_DEPENDS= libcurl.so:ftp/curl \ libevent.so:devel/libevent2 +PHP_DEFAULT= 7.0 +IGNORE_WITH_PHP= 55 56 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -CONFLICTS= pecl-http1* +CONFLICTS= pecl-http[12]* .include diff --git a/www/pecl-http/distinfo b/www/pecl-http/distinfo index 270c3406672..41bd3847ac4 100644 --- a/www/pecl-http/distinfo +++ b/www/pecl-http/distinfo @@ -1,2 +1,2 @@ -SHA256 (pecl_http-2.5.3.tgz) = 713790881f0308fceff0177340cb8b1ab3f7cb1c2b7906e06146399c7fdc6094 -SIZE (pecl_http-2.5.3.tgz) = 191863 +SHA256 (pecl_http-3.0.1.tgz) = 4e45ea546e3245669887ec98187666ccb4aa3df15078335b1c02c824c8165031 +SIZE (pecl_http-3.0.1.tgz) = 197372 diff --git a/www/pecl-http2/Makefile b/www/pecl-http2/Makefile new file mode 100644 index 00000000000..ea0a4362a15 --- /dev/null +++ b/www/pecl-http2/Makefile @@ -0,0 +1,32 @@ +# Created by: Wen Heping +# $FreeBSD$ + +PORTNAME= http +PORTVERSION= 2.5.6 +CATEGORIES= www +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +PKGNAMESUFFIX= 2 +DISTNAME= pecl_${PORTNAME}-${PORTVERSION} + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Extended HTTP Support + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf \ + ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro \ + re2c:devel/re2c +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf \ + ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro +LIB_DEPENDS= libcurl.so:ftp/curl \ + libevent.so:devel/libevent2 + +IGNORE_WITH_PHP=70 +USES= tar:tgz +USE_PHP= yes +USE_PHPEXT= yes +CONFLICTS= pecl-http1* pecl-http-* + +.include diff --git a/www/pecl-http2/distinfo b/www/pecl-http2/distinfo new file mode 100644 index 00000000000..07551bcbc9c --- /dev/null +++ b/www/pecl-http2/distinfo @@ -0,0 +1,2 @@ +SHA256 (pecl_http-2.5.6.tgz) = 8435eb9082b8fdc56b630e3d3d8e63617a3bc43d360f6f49fbd7b1856b266be4 +SIZE (pecl_http-2.5.6.tgz) = 200469 diff --git a/www/pecl-http/files/patch-php_http_url.c b/www/pecl-http2/files/patch-src_php__http__url.c similarity index 73% rename from www/pecl-http/files/patch-php_http_url.c rename to www/pecl-http2/files/patch-src_php__http__url.c index edf7788da6d..428f3ac4893 100644 --- a/www/pecl-http/files/patch-php_http_url.c +++ b/www/pecl-http2/files/patch-src_php__http__url.c @@ -1,5 +1,5 @@ ---- php_http_url.c.orig 2015-04-08 10:14:19 UTC -+++ php_http_url.c +--- src/php_http_url.c.orig 2016-04-05 17:53:32 UTC ++++ src/php_http_url.c @@ -27,6 +27,10 @@ # include #endif diff --git a/www/pecl-http2/pkg-descr b/www/pecl-http2/pkg-descr new file mode 100644 index 00000000000..172f458595f --- /dev/null +++ b/www/pecl-http2/pkg-descr @@ -0,0 +1,10 @@ +pecl-http extension aims to provide a convenient and +powerful set of functionality for one of PHPs major +applications. It eases handling of HTTP URLs, dates, +redirects, headers and messages, provides means for +negotiation of clients preferred language and charset, +as well as a convenient way to send any arbitrary data +with caching and resuming capabilities. It provides +powerful request functionality too. + +WWW: http://pecl.php.net/package/pecl_http/ diff --git a/www/py-routes/Makefile b/www/py-routes/Makefile index 842ade9c028..3778ab64a09 100644 --- a/www/py-routes/Makefile +++ b/www/py-routes/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= routes -PORTVERSION= 2.3 +PORTVERSION= 2.3.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP/source/R/Routes PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-routes/distinfo b/www/py-routes/distinfo index 9aea63d8aaa..6ac26c3f3b8 100644 --- a/www/py-routes/distinfo +++ b/www/py-routes/distinfo @@ -1,2 +1,2 @@ -SHA256 (Routes-2.3.tar.gz) = 2d2388cecbae402d8d5cbcee1cbe4e39e742649e780b3bc63e9464c405d153d9 -SIZE (Routes-2.3.tar.gz) = 181410 +SHA256 (Routes-2.3.1.tar.gz) = 98c380b5dc1190b873463be07383728ada18f66d2615531963004b9d6fb90351 +SIZE (Routes-2.3.1.tar.gz) = 181694 diff --git a/www/rubygem-gollum-rugged_adapter/Makefile b/www/rubygem-gollum-rugged_adapter/Makefile new file mode 100644 index 00000000000..cf4b16d2ea7 --- /dev/null +++ b/www/rubygem-gollum-rugged_adapter/Makefile @@ -0,0 +1,23 @@ +# Created by: Torsten Zuehlsdorff +# $FreeBSD$ + +PORTNAME= gollum-rugged_adapter +PORTVERSION= 0.4.2 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Adapter for Gollum to use Rugged (libgit2) at the backend + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-mime-types>=1.1.5:misc/rubygem-mime-types \ + rubygem-rugged>=0.23:devel/rubygem-rugged + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include diff --git a/www/rubygem-gollum-rugged_adapter/distinfo b/www/rubygem-gollum-rugged_adapter/distinfo new file mode 100644 index 00000000000..d3d4b2f89e6 --- /dev/null +++ b/www/rubygem-gollum-rugged_adapter/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/gollum-rugged_adapter-0.4.2.gem) = 63f67faa5f288fa131652e39c9b506a546085fdf671dac643242cc6de55f45e3 +SIZE (rubygem/gollum-rugged_adapter-0.4.2.gem) = 13312 diff --git a/www/rubygem-gollum-rugged_adapter/pkg-descr b/www/rubygem-gollum-rugged_adapter/pkg-descr new file mode 100644 index 00000000000..0c206800901 --- /dev/null +++ b/www/rubygem-gollum-rugged_adapter/pkg-descr @@ -0,0 +1,3 @@ +Adapter for Gollum to use Rugged (libgit2) at the backend. + +WWW: https://github.com/gollum/rugged_adapter diff --git a/www/xpi-uBlock_origin/Makefile b/www/xpi-uBlock_origin/Makefile index 7fd7d45737a..18cdc595452 100644 --- a/www/xpi-uBlock_origin/Makefile +++ b/www/xpi-uBlock_origin/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= ublock_origin -PORTVERSION= 1.6.6 -DISTVERSIONSUFFIX= -sm+an+fx+tb +PORTVERSION= 1.6.8 +DISTVERSIONSUFFIX= -fx+sm+tb+an CATEGORIES= www MAINTAINER= thierry@FreeBSD.org diff --git a/www/xpi-uBlock_origin/distinfo b/www/xpi-uBlock_origin/distinfo index 559746c5b05..6a7cc37b096 100644 --- a/www/xpi-uBlock_origin/distinfo +++ b/www/xpi-uBlock_origin/distinfo @@ -1,2 +1,2 @@ -SHA256 (xpi/ublock_origin-1.6.6-sm+an+fx+tb.xpi) = 506ba95c8df53c217b4b03722e04cd5728242769a68b2918d2c9b4f33892b020 -SIZE (xpi/ublock_origin-1.6.6-sm+an+fx+tb.xpi) = 1458917 +SHA256 (xpi/ublock_origin-1.6.8-fx+sm+tb+an.xpi) = 39dc68cbc9f46a9954650941634842624845e0561fd8c150db66662767c6c207 +SIZE (xpi/ublock_origin-1.6.8-fx+sm+tb+an.xpi) = 1456068 diff --git a/www/xpi-uBlock_origin/pkg-plist b/www/xpi-uBlock_origin/pkg-plist index c02faf8e746..a24f35c18bf 100644 --- a/www/xpi-uBlock_origin/pkg-plist +++ b/www/xpi-uBlock_origin/pkg-plist @@ -18,8 +18,6 @@ %%XPI_XPIDIR%%/assets/ublock/filter-lists.json %%XPI_XPIDIR%%/assets/ublock/filters.txt %%XPI_XPIDIR%%/assets/ublock/privacy.txt -%%XPI_XPIDIR%%/assets/ublock/redirect-resources.txt -%%XPI_XPIDIR%%/assets/ublock/redirect.txt %%XPI_XPIDIR%%/assets/ublock/resources.txt %%XPI_XPIDIR%%/assets/ublock/unbreak.txt %%XPI_XPIDIR%%/background.html diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 0a6e39b36a0..150d45f8b7a 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -139,6 +139,7 @@ SUBDIR += moveable-type-fonts SUBDIR += nexfontsel SUBDIR += noto + SUBDIR += noto-lite SUBDIR += nucleus SUBDIR += p5-Font-AFM SUBDIR += p5-Font-TTF diff --git a/x11-fonts/noto-lite/Makefile b/x11-fonts/noto-lite/Makefile new file mode 100644 index 00000000000..a4cdacd8e9b --- /dev/null +++ b/x11-fonts/noto-lite/Makefile @@ -0,0 +1,40 @@ +# $FreeBSD$ + +PORTNAME= noto +PORTVERSION= 1.0.4 +CATEGORIES= x11-fonts +MASTER_SITES= https://noto-website.storage.googleapis.com/pkgs/ \ + https://github.com/googlei18n/noto-emoji/raw/master/:emoji +PKGNAMESUFFIX= -lite +DISTNAME= ${PORTNAME:S|n|N|}-hinted +DISTFILES= ${DISTNAME}.zip NotoEmoji-Regular.ttf:emoji +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + +MAINTAINER= kevlo@FreeBSD.org +COMMENT= Google font family - lite version + +LICENSE= APACHE20 OFL11 +LICENSE_COMB= multi + +USES= fonts zip +NO_BUILD= yes +NO_WRKSUBDIR= yes + +CONFLICTS_INSTALL= noto* + +LIST= NotoEmoji-Regular.ttf NotoSans-Bold.ttf NotoSans-BoldItalic.ttf NotoSans-Italic.ttf NotoSans-Regular.ttf NotoSansLinearB-Regular.ttf NotoSansSymbols-Regular.ttf NotoSerif-Bold.ttf NotoSerif-BoldItalic.ttf NotoSerif-Italic.ttf NotoSerif-Regular.ttf + +.for f in ${LIST} +PLIST_FILES+= ${FONTSDIR}/${f} +.endfor + +post-extract: + ${CP} ${DISTDIR}/NotoEmoji-Regular.ttf ${WRKSRC} + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} +.for f in ${LIST} + cd ${WRKSRC} && ${INSTALL_DATA} ${f} ${STAGEDIR}${FONTSDIR} +.endfor + +.include diff --git a/x11-fonts/noto-lite/distinfo b/x11-fonts/noto-lite/distinfo new file mode 100644 index 00000000000..2041676e404 --- /dev/null +++ b/x11-fonts/noto-lite/distinfo @@ -0,0 +1,4 @@ +SHA256 (Noto-hinted.zip) = 718d87249d90a5c1db9fcaef635bc4e98fbd112519703dece3c09ebb6c88624e +SIZE (Noto-hinted.zip) = 380364279 +SHA256 (NotoEmoji-Regular.ttf) = a24fc856d48a3a1054ec0ed4511a4026f0381e8727fc4caa59fb8d3938a46637 +SIZE (NotoEmoji-Regular.ttf) = 441468 diff --git a/x11-fonts/noto-lite/pkg-descr b/x11-fonts/noto-lite/pkg-descr new file mode 100644 index 00000000000..fed3c8b79ec --- /dev/null +++ b/x11-fonts/noto-lite/pkg-descr @@ -0,0 +1,5 @@ +Noto is Google's font family that aims to support all the world's languages. +Its design goal is to achieve visual harmonization across languages. +This is the light version. + +WWW: http://www.google.com/get/noto/