diff options
author | rene <rene@FreeBSD.org> | 2014-01-01 20:22:41 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-01-01 20:22:41 +0800 |
commit | ef219396bd4ce750c7067a2429e8f6a4377bb1c1 (patch) | |
tree | 1c0a65fb0cb4a7796c32cb6cb345ec4842a9a6bb | |
parent | 856ee076dcd13bc603d8689936ccfb030a96f93e (diff) | |
download | freebsd-ports-gnome-ef219396bd4ce750c7067a2429e8f6a4377bb1c1.tar.gz freebsd-ports-gnome-ef219396bd4ce750c7067a2429e8f6a4377bb1c1.tar.zst freebsd-ports-gnome-ef219396bd4ce750c7067a2429e8f6a4377bb1c1.zip |
Remove expired ports:
2014-01-01 net/pypvm: Dead upstream and suspected that there are no users of port
2014-01-01 www/mawstats: Upstream development dead, use www/[j]awstats instead
2014-01-01 devel/p5-Dialog
2014-01-01 textproc/referrercop: distfile unfetchable
2014-01-01 www/notftp: distfile unfetchable
2014-01-01 www/mod_lisp2: distfile unfetchable
30 files changed, 6 insertions, 1116 deletions
@@ -5349,3 +5349,9 @@ x11-fonts/etlfonts||2013-12-31|Has expired: master site gone net/gateway6||2013-12-31|Has expired: Unsupported upstream, consider using net/gogoc misc/bibletime-devel|misc/bibletime|2013-12-31|Has expired: use misc/bibletime multimedia/linux-ov511-kmod||2013-12-31|Removed, broken and only for 6.X / 7.X +net/pypvm||2014-01-01|Has expired: Dead upstream and suspected that there are no users of port +www/mawstats||2014-01-01|Has expired: Upstream development dead, use www/[j]awstats instead +devel/p5-Dialog||2014-01-01|Has expired +textproc/referrercop||2014-01-01|Has expired: distfile unfetchable +www/notftp||2014-01-01|Has expired: distfile unfetchable +www/mod_lisp2||2014-01-01|Has expired: distfile unfetchable diff --git a/devel/Makefile b/devel/Makefile index 27091710e560..aa390ebef313 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1890,7 +1890,6 @@ SUBDIR += p5-Devel-ebug SUBDIR += p5-Devel-ptkdb SUBDIR += p5-Device-USB - SUBDIR += p5-Dialog SUBDIR += p5-Digest-TransformPath SUBDIR += p5-Dir-Project SUBDIR += p5-Dir-Self diff --git a/devel/p5-Dialog/Makefile b/devel/p5-Dialog/Makefile deleted file mode 100644 index 972b013eb95b..000000000000 --- a/devel/p5-Dialog/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Yen-Ming Lee <leeym@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= Dialog -PORTVERSION= 0.03 -CATEGORIES= devel perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= rodrigo@bebik.net -COMMENT= Perl interface to dialog(3) - -USES= perl5 -USE_PERL5= configure - -MAN3= Dialog.3 - -EXPIRATION_DATE=2014-01-01 - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 900000 -BROKEN= Does not build after FreeBSD 9.0. Use devel/p5-UI-Dialog instead. -.else -DEPRECATED= Does not build after FreeBSD 9.0. Use devel/p5-UI-Dialog instead. -.endif - -.include <bsd.port.post.mk> diff --git a/devel/p5-Dialog/distinfo b/devel/p5-Dialog/distinfo deleted file mode 100644 index 5f9c9288f3de..000000000000 --- a/devel/p5-Dialog/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Dialog-0.03.tar.gz) = c9c8e4d3cdcf366211f7aff58fb1c1fab43a20db80309270d514bef580f2a29d -SIZE (Dialog-0.03.tar.gz) = 7736 diff --git a/devel/p5-Dialog/files/patch-Dialog.xs b/devel/p5-Dialog/files/patch-Dialog.xs deleted file mode 100644 index 5adc5533e349..000000000000 --- a/devel/p5-Dialog/files/patch-Dialog.xs +++ /dev/null @@ -1,26 +0,0 @@ ---- Dialog.xs.orig Thu Apr 5 11:38:53 2007 -+++ Dialog.xs Thu Apr 5 11:39:07 2007 -@@ -309,6 +309,7 @@ - uchar **item_list, **item_ptr, *item; - uchar *result; - size_t size = 0, tmpsz, len; -+ STRLEN na; - PPCODE: - item_no = items - 5; - New(0,item_list,2 * item_no,uchar*); -@@ -341,6 +342,7 @@ - uchar **item_list, **item_ptr, *item; - uchar *result, *strb, *stre; - size_t size = 1, len; -+ STRLEN na; - PPCODE: - item_no = items - 5; - New(0,item_list,3 * item_no,uchar*); -@@ -381,6 +383,7 @@ - uchar **item_list, **item_ptr, *item; - uchar *result; - size_t size = 0, tmpsz, len; -+ STRLEN na; - PPCODE: - item_no = items - 5; - New(0,item_list,3 * item_no,uchar*); diff --git a/devel/p5-Dialog/pkg-descr b/devel/p5-Dialog/pkg-descr deleted file mode 100644 index 6872bbb92e52..000000000000 --- a/devel/p5-Dialog/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Dialog - Perl interface to dialog(3) - -WWW: http://search.cpan.org/dist/Dialog/ diff --git a/devel/p5-Dialog/pkg-plist b/devel/p5-Dialog/pkg-plist deleted file mode 100644 index 09cfeb75c9e1..000000000000 --- a/devel/p5-Dialog/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Dialog.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Dialog.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Dialog/Const.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Dialog/TButton.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Dialog/TInputLine.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Dialog/TLabel.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dialog/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dialog/Const/autosplit.ix -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dialog/Dialog.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dialog/Dialog.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dialog/autosplit.ix -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dialog/Const -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dialog -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Dialog diff --git a/net/Makefile b/net/Makefile index 7e3d15af22ab..78427b9a56c2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -958,7 +958,6 @@ SUBDIR += py-zsi SUBDIR += pygopherd SUBDIR += pynids - SUBDIR += pypvm SUBDIR += pyrad SUBDIR += pythondirector SUBDIR += qadsl diff --git a/net/pypvm/Makefile b/net/pypvm/Makefile deleted file mode 100644 index 171c3d51144f..000000000000 --- a/net/pypvm/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# $FreeBSD$ - -PORTNAME= pypvm -PORTVERSION= 0.94 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= PVM for Python - -BUILD_DEPENDS= pvm:${PORTSDIR}/net/pvm - -DEPRECATED= Dead upstream and suspected that there are no users of port -EXPIRATION_DATE= 2014-01-01 - -USE_PYTHON= yes -USE_PYDISTUTILS=yes - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/pypvm.py \ - %%PYTHON_SITELIBDIR%%/pypvm_core.so \ - %%PYTHON_SITELIBDIR%%/pypvm.pyc \ - %%PYTHON_SITELIBDIR%%/pypvm.pyo -EXAMPLEFILES= master_test.py \ - slave_test.py -PLIST_FILES+= ${EXAMPLEFILES:S|^|%%EXAMPLESDIR%%/|} -PLIST_DIRS+= %%EXAMPLESDIR%% -PORTDOCS= ChangeLog \ - README - -post-install: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${EXAMPLEFILES:S|^|${WRKSRC}/|} \ - ${STAGEDIR}${EXAMPLESDIR} -.if !defined(NOPORTDOCS) - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/net/pypvm/distinfo b/net/pypvm/distinfo deleted file mode 100644 index 636ca5d11f4f..000000000000 --- a/net/pypvm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pypvm-0.94.tar.gz) = 2c8492803a82ed830bc6fef5261e3fc39fa875762aa469ea16cdcfa6e16378c3 -SIZE (pypvm-0.94.tar.gz) = 119658 diff --git a/net/pypvm/pkg-descr b/net/pypvm/pkg-descr deleted file mode 100644 index b6d742bce302..000000000000 --- a/net/pypvm/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -pypvm is a Python module which allows interaction with the Parallel -Virtual Machine (PVM) package. PVM allows a collection of computers -connected by a network to serve as a single parallel computer. More -information about the PVM package can be found at -http://www.epm.ornl.gov/pvm. - -Pypvm is intended to be an educational and prototyping tool. - -WWW: http://pypvm.sourceforge.net/ diff --git a/textproc/Makefile b/textproc/Makefile index b4ec2bd5a75c..0e81de7bebd0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1244,7 +1244,6 @@ SUBDIR += redland-bindings SUBDIR += redland-bindings-python SUBDIR += refdb - SUBDIR += referrercop SUBDIR += reflex SUBDIR += replaceit SUBDIR += resume diff --git a/textproc/referrercop/Makefile b/textproc/referrercop/Makefile deleted file mode 100644 index 4bf9d342c5e8..000000000000 --- a/textproc/referrercop/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Created by: Ryan Grove <ryan@wonko.com> -# $FreeBSD$ - -PORTNAME= referrercop -PORTVERSION= 1.1.0 -CATEGORIES= textproc www ruby -MASTER_SITES= http://wonko.com/files/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Filters referrer spam from Apache logs and AWStats data files - -DEPRECATED= distfile unfetchable -EXPIRATION_DATE=2014-01-01 - -NO_BUILD= yes -USE_RUBY= yes -USE_RUBY_FEATURES= fileutils optparse ruby18 - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/referrercop ${PREFIX}/bin - - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/blacklist.refcop ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/whitelist.refcop.sample ${DATADIR} - -.if !defined(NOPORTDOCS) -PORTDOCS= * -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/HISTORY ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - - ${MKDIR} ${DOCSDIR}/rdoc - cd ${WRKSRC}/doc; ${FIND} . \ - | ${CPIO} -pdm -R root:wheel ${DOCSDIR}/rdoc -.endif - -.include <bsd.port.post.mk> diff --git a/textproc/referrercop/distinfo b/textproc/referrercop/distinfo deleted file mode 100644 index 5a9dac5362ec..000000000000 --- a/textproc/referrercop/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (referrercop-1.1.0.tar.gz) = 45c164e8dc677e29b32030d72407384b90c1e41529d27a91b31c60a518daed88 -SIZE (referrercop-1.1.0.tar.gz) = 79606 diff --git a/textproc/referrercop/pkg-descr b/textproc/referrercop/pkg-descr deleted file mode 100644 index fc0158c49190..000000000000 --- a/textproc/referrercop/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ - ReferrerCop parses Apache log files or AWStats data files and removes entries - for referring URLs that match a list of known referrer spammers. It then - returns the filtered files via standard output. - -Author: Ryan Grove <ryan@wonko.com> diff --git a/textproc/referrercop/pkg-plist b/textproc/referrercop/pkg-plist deleted file mode 100644 index b96457c97bb6..000000000000 --- a/textproc/referrercop/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/referrercop -%%DATADIR%%/blacklist.refcop -%%DATADIR%%/whitelist.refcop.sample -@dirrm %%DATADIR%% diff --git a/www/Makefile b/www/Makefile index 03c074a09118..6ae3208ef1a0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -427,7 +427,6 @@ SUBDIR += man2web SUBDIR += mathjax SUBDIR += mathopd - SUBDIR += mawstats SUBDIR += mediawiki119 SUBDIR += mediawiki120 SUBDIR += mediawiki121 @@ -497,7 +496,6 @@ SUBDIR += mod_layout22 SUBDIR += mod_limitipconn2 SUBDIR += mod_line_edit - SUBDIR += mod_lisp2 SUBDIR += mod_log_config-st SUBDIR += mod_log_dbd SUBDIR += mod_log_firstbyte @@ -570,7 +568,6 @@ SUBDIR += node SUBDIR += node-devel SUBDIR += nostromo - SUBDIR += notftp SUBDIR += npapi-xine SUBDIR += npc SUBDIR += npm diff --git a/www/mawstats/Makefile b/www/mawstats/Makefile deleted file mode 100644 index b81868b175e1..000000000000 --- a/www/mawstats/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Frank Wall <fw@moov.de> -# $FreeBSD$ - -PORTNAME= mawstats -DISTVERSION= 0.8 -CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} - -MAINTAINER= fw@moov.de -COMMENT= MAWStats is a Free Web Site Statistics tool - -RUN_DEPENDS= awstats>=6.8:${PORTSDIR}/www/awstats - -DEPRECATED= Upstream development dead, use www/[j]awstats instead -EXPIRATION_DATE=2014-01-01 - -NO_BUILD= yes -USE_PHP= yes -WANT_PHP_WEB= yes -DEFAULT_PHP_VER=5 -SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message - -NO_STAGE= yes -do-install: - ${MKDIR} ${WWWDIR} - cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/mawstats/distinfo b/www/mawstats/distinfo deleted file mode 100644 index 61826aedbe49..000000000000 --- a/www/mawstats/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mawstats-0.8.tar.gz) = a9ca19f1345609dd7974c55152635b3f5d61d2f4374ba35b15106b323eb5b986 -SIZE (mawstats-0.8.tar.gz) = 435693 diff --git a/www/mawstats/files/pkg-message.in b/www/mawstats/files/pkg-message.in deleted file mode 100644 index ea73d5989288..000000000000 --- a/www/mawstats/files/pkg-message.in +++ /dev/null @@ -1,8 +0,0 @@ - -MAWStats has been installed into %%WWWDIR%% - -Please make sure AWStats is already installed and working on your server. -MAWStats will not function without it. - -To get started head over to the MAWStats website (http://mawstats.lingnu.com/) -for details on configuration. diff --git a/www/mawstats/pkg-descr b/www/mawstats/pkg-descr deleted file mode 100644 index 31e0709d16ea..000000000000 --- a/www/mawstats/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -MAWStats is a free site statistics and analytics package. -It runs in conjunction with AWStats and produces clear and informative charts, -graphs and tables about your website visitors. - -WWW: http://mawstats.lingnu.com/ diff --git a/www/mawstats/pkg-plist b/www/mawstats/pkg-plist deleted file mode 100644 index c81ffd640163..000000000000 --- a/www/mawstats/pkg-plist +++ /dev/null @@ -1,758 +0,0 @@ -%%WWWDIR%%/clsAWStats.php -%%WWWDIR%%/xml_history.php -%%WWWDIR%%/xml_pages.php -%%WWWDIR%%/readme.txt -%%WWWDIR%%/js/jquery.json.js -%%WWWDIR%%/js/mawstats.js -%%WWWDIR%%/js/excanvas.js -%%WWWDIR%%/js/jquery.js -%%WWWDIR%%/js/jquery.flot.js -%%WWWDIR%%/js/jquery.tablesorter.js -%%WWWDIR%%/js/jquery.flot.pie.js -%%WWWDIR%%/js/jquery.flot.navigate.js -%%WWWDIR%%/js/packed.js -%%WWWDIR%%/js/mawstats_mail.js -%%WWWDIR%%/js/jquery.flot.crosshair.js -%%WWWDIR%%/js/constants.js -%%WWWDIR%%/js/mawstats_web.js -%%WWWDIR%%/js/jquery.flot.threshold.js -%%WWWDIR%%/js/jquery.flot.stack.js -%%WWWDIR%%/js/jquery.flot.label.js -%%WWWDIR%%/clsPage.php -%%WWWDIR%%/defaults.php -%%WWWDIR%%/json_info.php -%%WWWDIR%%/xml_update.php -%%WWWDIR%%/config.dist.php -%%WWWDIR%%/index.php -%%WWWDIR%%/ui/mailmenu.xml -%%WWWDIR%%/ui/webmenu.xml -%%WWWDIR%%/xml_stats.php -%%WWWDIR%%/themes/default/os/sun.gif -%%WWWDIR%%/themes/default/os/psp.gif -%%WWWDIR%%/themes/default/os/mac.gif -%%WWWDIR%%/themes/default/os/bsd.gif -%%WWWDIR%%/themes/default/os/win.gif -%%WWWDIR%%/themes/default/os/linux.gif -%%WWWDIR%%/themes/default/os/symbian.gif -%%WWWDIR%%/themes/default/os/otheros.gif -%%WWWDIR%%/themes/default/os/unknown.gif -%%WWWDIR%%/themes/default/flags/la.gif -%%WWWDIR%%/themes/default/flags/aw.gif -%%WWWDIR%%/themes/default/flags/wales.gif -%%WWWDIR%%/themes/default/flags/mr.gif -%%WWWDIR%%/themes/default/flags/do.gif -%%WWWDIR%%/themes/default/flags/cu.gif -%%WWWDIR%%/themes/default/flags/yt.gif -%%WWWDIR%%/themes/default/flags/va.gif -%%WWWDIR%%/themes/default/flags/by.gif -%%WWWDIR%%/themes/default/flags/fj.gif -%%WWWDIR%%/themes/default/flags/no.gif -%%WWWDIR%%/themes/default/flags/dz.gif -%%WWWDIR%%/themes/default/flags/an.gif -%%WWWDIR%%/themes/default/flags/nc.gif -%%WWWDIR%%/themes/default/flags/us.gif -%%WWWDIR%%/themes/default/flags/tf.gif -%%WWWDIR%%/themes/default/flags/nz.gif -%%WWWDIR%%/themes/default/flags/ml.gif -%%WWWDIR%%/themes/default/flags/rs.gif -%%WWWDIR%%/themes/default/flags/gi.gif -%%WWWDIR%%/themes/default/flags/ao.gif -%%WWWDIR%%/themes/default/flags/pe.gif -%%WWWDIR%%/themes/default/flags/mg.gif -%%WWWDIR%%/themes/default/flags/ie.gif -%%WWWDIR%%/themes/default/flags/fo.gif -%%WWWDIR%%/themes/default/flags/af.gif -%%WWWDIR%%/themes/default/flags/er.gif -%%WWWDIR%%/themes/default/flags/gh.gif -%%WWWDIR%%/themes/default/flags/mp.gif -%%WWWDIR%%/themes/default/flags/uk.gif -%%WWWDIR%%/themes/default/flags/tr.gif -%%WWWDIR%%/themes/default/flags/gd.gif -%%WWWDIR%%/themes/default/flags/id.gif -%%WWWDIR%%/themes/default/flags/gr.gif -%%WWWDIR%%/themes/default/flags/dm.gif -%%WWWDIR%%/themes/default/flags/bi.gif -%%WWWDIR%%/themes/default/flags/li.gif -%%WWWDIR%%/themes/default/flags/kp.gif -%%WWWDIR%%/themes/default/flags/vu.gif -%%WWWDIR%%/themes/default/flags/ae.gif -%%WWWDIR%%/themes/default/flags/tj.gif -%%WWWDIR%%/themes/default/flags/hr.gif -%%WWWDIR%%/themes/default/flags/it.gif -%%WWWDIR%%/themes/default/flags/ma.gif -%%WWWDIR%%/themes/default/flags/ee.gif -%%WWWDIR%%/themes/default/flags/tk.gif -%%WWWDIR%%/themes/default/flags/hn.gif -%%WWWDIR%%/themes/default/flags/cd.gif -%%WWWDIR%%/themes/default/flags/hm.gif -%%WWWDIR%%/themes/default/flags/bf.gif -%%WWWDIR%%/themes/default/flags/jm.gif -%%WWWDIR%%/themes/default/flags/lk.gif -%%WWWDIR%%/themes/default/flags/td.gif -%%WWWDIR%%/themes/default/flags/gy.gif -%%WWWDIR%%/themes/default/flags/ms.gif -%%WWWDIR%%/themes/default/flags/me.gif -%%WWWDIR%%/themes/default/flags/vg.gif -%%WWWDIR%%/themes/default/flags/tn.gif -%%WWWDIR%%/themes/default/flags/so.gif -%%WWWDIR%%/themes/default/flags/mo.gif -%%WWWDIR%%/themes/default/flags/fr.gif -%%WWWDIR%%/themes/default/flags/pt.gif -%%WWWDIR%%/themes/default/flags/pw.gif -%%WWWDIR%%/themes/default/flags/fm.gif -%%WWWDIR%%/themes/default/flags/england.gif -%%WWWDIR%%/themes/default/flags/bo.gif -%%WWWDIR%%/themes/default/flags/io.gif -%%WWWDIR%%/themes/default/flags/km.gif -%%WWWDIR%%/themes/default/flags/fi.gif -%%WWWDIR%%/themes/default/flags/gt.gif -%%WWWDIR%%/themes/default/flags/mh.gif -%%WWWDIR%%/themes/default/flags/iq.gif -%%WWWDIR%%/themes/default/flags/et.gif -%%WWWDIR%%/themes/default/flags/tz.gif -%%WWWDIR%%/themes/default/flags/sn.gif -%%WWWDIR%%/themes/default/flags/cm.gif -%%WWWDIR%%/themes/default/flags/am.gif -%%WWWDIR%%/themes/default/flags/ai.gif -%%WWWDIR%%/themes/default/flags/gw.gif -%%WWWDIR%%/themes/default/flags/au.gif -%%WWWDIR%%/themes/default/flags/ad.gif -%%WWWDIR%%/themes/default/flags/uz.gif -%%WWWDIR%%/themes/default/flags/bn.gif -%%WWWDIR%%/themes/default/flags/mk.gif -%%WWWDIR%%/themes/default/flags/sk.gif -%%WWWDIR%%/themes/default/flags/zm.gif -%%WWWDIR%%/themes/default/flags/gl.gif -%%WWWDIR%%/themes/default/flags/rw.gif -%%WWWDIR%%/themes/default/flags/eu.gif -%%WWWDIR%%/themes/default/flags/il.gif -%%WWWDIR%%/themes/default/flags/kw.gif -%%WWWDIR%%/themes/default/flags/sm.gif -%%WWWDIR%%/themes/default/flags/nu.gif -%%WWWDIR%%/themes/default/flags/ch.gif -%%WWWDIR%%/themes/default/flags/gq.gif -%%WWWDIR%%/themes/default/flags/ki.gif -%%WWWDIR%%/themes/default/flags/mw.gif -%%WWWDIR%%/themes/default/flags/lu.gif -%%WWWDIR%%/themes/default/flags/sc.gif -%%WWWDIR%%/themes/default/flags/ph.gif -%%WWWDIR%%/themes/default/flags/um.gif -%%WWWDIR%%/themes/default/flags/za.gif -%%WWWDIR%%/themes/default/flags/ba.gif -%%WWWDIR%%/themes/default/flags/cy.gif -%%WWWDIR%%/themes/default/flags/bd.gif -%%WWWDIR%%/themes/default/flags/kr.gif -%%WWWDIR%%/themes/default/flags/co.gif -%%WWWDIR%%/themes/default/flags/bj.gif -%%WWWDIR%%/themes/default/flags/bh.gif -%%WWWDIR%%/themes/default/flags/bb.gif -%%WWWDIR%%/themes/default/flags/cv.gif -%%WWWDIR%%/themes/default/flags/kg.gif -%%WWWDIR%%/themes/default/flags/si.gif -%%WWWDIR%%/themes/default/flags/mv.gif -%%WWWDIR%%/themes/default/flags/dj.gif -%%WWWDIR%%/themes/default/flags/cn.gif -%%WWWDIR%%/themes/default/flags/ro.gif -%%WWWDIR%%/themes/default/flags/lb.gif -%%WWWDIR%%/themes/default/flags/de.gif -%%WWWDIR%%/themes/default/flags/ps.gif -%%WWWDIR%%/themes/default/flags/gm.gif -%%WWWDIR%%/themes/default/flags/sj.gif -%%WWWDIR%%/themes/default/flags/eg.gif -%%WWWDIR%%/themes/default/flags/se.gif -%%WWWDIR%%/themes/default/flags/mz.gif -%%WWWDIR%%/themes/default/flags/my.gif -%%WWWDIR%%/themes/default/flags/tc.gif -%%WWWDIR%%/themes/default/flags/ws.gif -%%WWWDIR%%/themes/default/flags/md.gif -%%WWWDIR%%/themes/default/flags/cs.gif -%%WWWDIR%%/themes/default/flags/ng.gif -%%WWWDIR%%/themes/default/flags/st.gif -%%WWWDIR%%/themes/default/flags/gs.gif -%%WWWDIR%%/themes/default/flags/cx.gif -%%WWWDIR%%/themes/default/flags/mx.gif -%%WWWDIR%%/themes/default/flags/trans.gif -%%WWWDIR%%/themes/default/flags/bw.gif -%%WWWDIR%%/themes/default/flags/py.gif -%%WWWDIR%%/themes/default/flags/pg.gif -%%WWWDIR%%/themes/default/flags/hu.gif -%%WWWDIR%%/themes/default/flags/pf.gif -%%WWWDIR%%/themes/default/flags/gf.gif -%%WWWDIR%%/themes/default/flags/sd.gif -%%WWWDIR%%/themes/default/flags/at.gif -%%WWWDIR%%/themes/default/flags/na.gif -%%WWWDIR%%/themes/default/flags/lc.gif -%%WWWDIR%%/themes/default/flags/es.gif -%%WWWDIR%%/themes/default/flags/re.gif -%%WWWDIR%%/themes/default/flags/ar.gif -%%WWWDIR%%/themes/default/flags/ge.gif -%%WWWDIR%%/themes/default/flags/pn.gif -%%WWWDIR%%/themes/default/flags/ga.gif -%%WWWDIR%%/themes/default/flags/vi.gif -%%WWWDIR%%/themes/default/flags/dk.gif -%%WWWDIR%%/themes/default/flags/be.gif -%%WWWDIR%%/themes/default/flags/bv.gif -%%WWWDIR%%/themes/default/flags/bs.gif -%%WWWDIR%%/themes/default/flags/bt.gif -%%WWWDIR%%/themes/default/flags/br.gif -%%WWWDIR%%/themes/default/flags/nr.gif -%%WWWDIR%%/themes/default/flags/om.gif -%%WWWDIR%%/themes/default/flags/jo.gif -%%WWWDIR%%/themes/default/flags/tv.gif -%%WWWDIR%%/themes/default/flags/ir.gif -%%WWWDIR%%/themes/default/flags/ly.gif -%%WWWDIR%%/themes/default/flags/is.gif -%%WWWDIR%%/themes/default/flags/cl.gif -%%WWWDIR%%/themes/default/flags/pl.gif -%%WWWDIR%%/themes/default/flags/pr.gif -%%WWWDIR%%/themes/default/flags/ax.gif -%%WWWDIR%%/themes/default/flags/fam.gif -%%WWWDIR%%/themes/default/flags/cr.gif -%%WWWDIR%%/themes/default/flags/eh.gif -%%WWWDIR%%/themes/default/flags/kn.gif -%%WWWDIR%%/themes/default/flags/np.gif -%%WWWDIR%%/themes/default/flags/jp.gif -%%WWWDIR%%/themes/default/flags/lt.gif -%%WWWDIR%%/themes/default/flags/ru.gif -%%WWWDIR%%/themes/default/flags/fk.gif -%%WWWDIR%%/themes/default/flags/tg.gif -%%WWWDIR%%/themes/default/flags/uy.gif -%%WWWDIR%%/themes/default/flags/cz.gif -%%WWWDIR%%/themes/default/flags/sv.gif -%%WWWDIR%%/themes/default/flags/sa.gif -%%WWWDIR%%/themes/default/flags/tw.gif -%%WWWDIR%%/themes/default/flags/mm.gif -%%WWWDIR%%/themes/default/flags/to.gif -%%WWWDIR%%/themes/default/flags/kz.gif -%%WWWDIR%%/themes/default/flags/ne.gif -%%WWWDIR%%/themes/default/flags/ag.gif -%%WWWDIR%%/themes/default/flags/sz.gif -%%WWWDIR%%/themes/default/flags/pa.gif -%%WWWDIR%%/themes/default/flags/al.gif -%%WWWDIR%%/themes/default/flags/scotland.gif -%%WWWDIR%%/themes/default/flags/nl.gif -%%WWWDIR%%/themes/default/flags/cf.gif -%%WWWDIR%%/themes/default/flags/pk.gif -%%WWWDIR%%/themes/default/flags/ke.gif -%%WWWDIR%%/themes/default/flags/nf.gif -%%WWWDIR%%/themes/default/flags/sy.gif -%%WWWDIR%%/themes/default/flags/bm.gif -%%WWWDIR%%/themes/default/flags/vc.gif -%%WWWDIR%%/themes/default/flags/mt.gif -%%WWWDIR%%/themes/default/flags/qa.gif -%%WWWDIR%%/themes/default/flags/gb.gif -%%WWWDIR%%/themes/default/flags/ls.gif -%%WWWDIR%%/themes/default/flags/th.gif -%%WWWDIR%%/themes/default/flags/ni.gif -%%WWWDIR%%/themes/default/flags/sr.gif -%%WWWDIR%%/themes/default/flags/mc.gif -%%WWWDIR%%/themes/default/flags/sl.gif -%%WWWDIR%%/themes/default/flags/catalonia.gif -%%WWWDIR%%/themes/default/flags/as.gif -%%WWWDIR%%/themes/default/flags/wf.gif -%%WWWDIR%%/themes/default/flags/mu.gif -%%WWWDIR%%/themes/default/flags/vn.gif -%%WWWDIR%%/themes/default/flags/bg.gif -%%WWWDIR%%/themes/default/flags/bz.gif -%%WWWDIR%%/themes/default/flags/ve.gif -%%WWWDIR%%/themes/default/flags/mn.gif -%%WWWDIR%%/themes/default/flags/tt.gif -%%WWWDIR%%/themes/default/flags/ca.gif -%%WWWDIR%%/themes/default/flags/ug.gif -%%WWWDIR%%/themes/default/flags/cg.gif -%%WWWDIR%%/themes/default/flags/ye.gif -%%WWWDIR%%/themes/default/flags/gp.gif -%%WWWDIR%%/themes/default/flags/tl.gif -%%WWWDIR%%/themes/default/flags/ec.gif -%%WWWDIR%%/themes/default/flags/pm.gif -%%WWWDIR%%/themes/default/flags/lr.gif -%%WWWDIR%%/themes/default/flags/ci.gif -%%WWWDIR%%/themes/default/flags/sg.gif -%%WWWDIR%%/themes/default/flags/az.gif -%%WWWDIR%%/themes/default/flags/tm.gif -%%WWWDIR%%/themes/default/flags/cc.gif -%%WWWDIR%%/themes/default/flags/sb.gif -%%WWWDIR%%/themes/default/flags/ck.gif -%%WWWDIR%%/themes/default/flags/mq.gif -%%WWWDIR%%/themes/default/flags/gn.gif -%%WWWDIR%%/themes/default/flags/ua.gif -%%WWWDIR%%/themes/default/flags/in.gif -%%WWWDIR%%/themes/default/flags/kh.gif -%%WWWDIR%%/themes/default/flags/ht.gif -%%WWWDIR%%/themes/default/flags/europeanunion.gif -%%WWWDIR%%/themes/default/flags/ky.gif -%%WWWDIR%%/themes/default/flags/lv.gif -%%WWWDIR%%/themes/default/flags/gu.gif -%%WWWDIR%%/themes/default/flags/zw.gif -%%WWWDIR%%/themes/default/flags/sh.gif -%%WWWDIR%%/themes/default/flags/hk.gif -%%WWWDIR%%/themes/default/images/change_language.gif -%%WWWDIR%%/themes/default/images/tablesorter_asc.gif -%%WWWDIR%%/themes/default/images/tablesorter_bg.gif -%%WWWDIR%%/themes/default/images/control_bg.gif -%%WWWDIR%%/themes/default/images/loading.gif -%%WWWDIR%%/themes/default/images/tablesorter_desc.gif -%%WWWDIR%%/themes/default/images/taboff_right.gif -%%WWWDIR%%/themes/default/images/external_link.png -%%WWWDIR%%/themes/default/images/taboff_left.gif -%%WWWDIR%%/themes/default/images/tab_left.gif -%%WWWDIR%%/themes/default/images/tab_right.gif -%%WWWDIR%%/themes/default/images/change_language_on.gif -%%WWWDIR%%/themes/default/images/logo.gif -%%WWWDIR%%/themes/default/changemonth/next.gif -%%WWWDIR%%/themes/default/changemonth/next_on.gif -%%WWWDIR%%/themes/default/changemonth/prev_on.gif -%%WWWDIR%%/themes/default/changemonth/next_off.gif -%%WWWDIR%%/themes/default/changemonth/prev_off.gif -%%WWWDIR%%/themes/default/changemonth/last_on.gif -%%WWWDIR%%/themes/default/changemonth/last_off.gif -%%WWWDIR%%/themes/default/changemonth/first_off.gif -%%WWWDIR%%/themes/default/changemonth/first_on.gif -%%WWWDIR%%/themes/default/changemonth/first.gif -%%WWWDIR%%/themes/default/changemonth/prev.gif -%%WWWDIR%%/themes/default/changemonth/last.gif -%%WWWDIR%%/themes/default/style.css -%%WWWDIR%%/themes/default/searchengines/seznam.gif -%%WWWDIR%%/themes/default/searchengines/yahoo.gif -%%WWWDIR%%/themes/default/searchengines/mywebsearch.gif -%%WWWDIR%%/themes/default/searchengines/tiscali.gif -%%WWWDIR%%/themes/default/searchengines/eniro.gif -%%WWWDIR%%/themes/default/searchengines/clusty.gif -%%WWWDIR%%/themes/default/searchengines/sapo.gif -%%WWWDIR%%/themes/default/searchengines/infospace.gif -%%WWWDIR%%/themes/default/searchengines/alltheweb.gif -%%WWWDIR%%/themes/default/searchengines/excite.gif -%%WWWDIR%%/themes/default/searchengines/earthlink.gif -%%WWWDIR%%/themes/default/searchengines/blingo.gif -%%WWWDIR%%/themes/default/searchengines/vivisimo.gif -%%WWWDIR%%/themes/default/searchengines/msn.gif -%%WWWDIR%%/themes/default/searchengines/kvasir.gif -%%WWWDIR%%/themes/default/searchengines/goodsearch.gif -%%WWWDIR%%/themes/default/searchengines/steadysearch.gif -%%WWWDIR%%/themes/default/searchengines/bluewin.gif -%%WWWDIR%%/themes/default/searchengines/delicious.gif -%%WWWDIR%%/themes/default/searchengines/mamma.gif -%%WWWDIR%%/themes/default/searchengines/avantfind.gif -%%WWWDIR%%/themes/default/searchengines/alexa.gif -%%WWWDIR%%/themes/default/searchengines/webde.gif -%%WWWDIR%%/themes/default/searchengines/stumbleupon.gif -%%WWWDIR%%/themes/default/searchengines/webcrawler.gif -%%WWWDIR%%/themes/default/searchengines/dogpile.gif -%%WWWDIR%%/themes/default/searchengines/search.gif -%%WWWDIR%%/themes/default/searchengines/live.gif -%%WWWDIR%%/themes/default/searchengines/voila.gif -%%WWWDIR%%/themes/default/searchengines/ask.gif -%%WWWDIR%%/themes/default/searchengines/lycos.gif -%%WWWDIR%%/themes/default/searchengines/altavista.gif -%%WWWDIR%%/themes/default/searchengines/alice.gif -%%WWWDIR%%/themes/default/searchengines/google.gif -%%WWWDIR%%/themes/default/searchengines/aol.gif -%%WWWDIR%%/themes/default/style.js -%%WWWDIR%%/themes/default/paging/next.gif -%%WWWDIR%%/themes/default/paging/next_on.gif -%%WWWDIR%%/themes/default/paging/prev_on.gif -%%WWWDIR%%/themes/default/paging/next_off.gif -%%WWWDIR%%/themes/default/paging/prev_off.gif -%%WWWDIR%%/themes/default/paging/last_on.gif -%%WWWDIR%%/themes/default/paging/last_off.gif -%%WWWDIR%%/themes/default/paging/first_off.gif -%%WWWDIR%%/themes/default/paging/first_on.gif -%%WWWDIR%%/themes/default/paging/first.gif -%%WWWDIR%%/themes/default/paging/prev.gif -%%WWWDIR%%/themes/default/paging/last.gif -%%WWWDIR%%/themes/default/browsers/omniweb.gif -%%WWWDIR%%/themes/default/browsers/chrome.gif -%%WWWDIR%%/themes/default/browsers/netscape.gif -%%WWWDIR%%/themes/default/browsers/icab.gif -%%WWWDIR%%/themes/default/browsers/firefox.gif -%%WWWDIR%%/themes/default/browsers/konqueror.gif -%%WWWDIR%%/themes/default/browsers/lotusnotes.gif -%%WWWDIR%%/themes/default/browsers/otherbrowsers.gif -%%WWWDIR%%/themes/default/browsers/opera.gif -%%WWWDIR%%/themes/default/browsers/unknown.gif -%%WWWDIR%%/themes/default/browsers/msie.gif -%%WWWDIR%%/themes/default/browsers/camino.gif -%%WWWDIR%%/themes/default/browsers/mozilla.gif -%%WWWDIR%%/themes/default/browsers/wget.gif -%%WWWDIR%%/themes/default/browsers/libwww.gif -%%WWWDIR%%/themes/default/browsers/safari.gif -%%WWWDIR%%/themes/colman/os/sun.gif -%%WWWDIR%%/themes/colman/os/psp.gif -%%WWWDIR%%/themes/colman/os/mac.gif -%%WWWDIR%%/themes/colman/os/bsd.gif -%%WWWDIR%%/themes/colman/os/win.gif -%%WWWDIR%%/themes/colman/os/linux.gif -%%WWWDIR%%/themes/colman/os/symbian.gif -%%WWWDIR%%/themes/colman/os/otheros.gif -%%WWWDIR%%/themes/colman/os/unknown.gif -%%WWWDIR%%/themes/colman/flags/la.gif -%%WWWDIR%%/themes/colman/flags/aw.gif -%%WWWDIR%%/themes/colman/flags/wales.gif -%%WWWDIR%%/themes/colman/flags/mr.gif -%%WWWDIR%%/themes/colman/flags/do.gif -%%WWWDIR%%/themes/colman/flags/cu.gif -%%WWWDIR%%/themes/colman/flags/yt.gif -%%WWWDIR%%/themes/colman/flags/va.gif -%%WWWDIR%%/themes/colman/flags/by.gif -%%WWWDIR%%/themes/colman/flags/fj.gif -%%WWWDIR%%/themes/colman/flags/no.gif -%%WWWDIR%%/themes/colman/flags/dz.gif -%%WWWDIR%%/themes/colman/flags/an.gif -%%WWWDIR%%/themes/colman/flags/nc.gif -%%WWWDIR%%/themes/colman/flags/us.gif -%%WWWDIR%%/themes/colman/flags/tf.gif -%%WWWDIR%%/themes/colman/flags/nz.gif -%%WWWDIR%%/themes/colman/flags/ml.gif -%%WWWDIR%%/themes/colman/flags/rs.gif -%%WWWDIR%%/themes/colman/flags/gi.gif -%%WWWDIR%%/themes/colman/flags/ao.gif -%%WWWDIR%%/themes/colman/flags/pe.gif -%%WWWDIR%%/themes/colman/flags/mg.gif -%%WWWDIR%%/themes/colman/flags/ie.gif -%%WWWDIR%%/themes/colman/flags/fo.gif -%%WWWDIR%%/themes/colman/flags/af.gif -%%WWWDIR%%/themes/colman/flags/er.gif -%%WWWDIR%%/themes/colman/flags/gh.gif -%%WWWDIR%%/themes/colman/flags/mp.gif -%%WWWDIR%%/themes/colman/flags/uk.gif -%%WWWDIR%%/themes/colman/flags/tr.gif -%%WWWDIR%%/themes/colman/flags/gd.gif -%%WWWDIR%%/themes/colman/flags/id.gif -%%WWWDIR%%/themes/colman/flags/gr.gif -%%WWWDIR%%/themes/colman/flags/dm.gif -%%WWWDIR%%/themes/colman/flags/bi.gif -%%WWWDIR%%/themes/colman/flags/li.gif -%%WWWDIR%%/themes/colman/flags/kp.gif -%%WWWDIR%%/themes/colman/flags/vu.gif -%%WWWDIR%%/themes/colman/flags/ae.gif -%%WWWDIR%%/themes/colman/flags/tj.gif -%%WWWDIR%%/themes/colman/flags/hr.gif -%%WWWDIR%%/themes/colman/flags/it.gif -%%WWWDIR%%/themes/colman/flags/ma.gif -%%WWWDIR%%/themes/colman/flags/ee.gif -%%WWWDIR%%/themes/colman/flags/tk.gif -%%WWWDIR%%/themes/colman/flags/hn.gif -%%WWWDIR%%/themes/colman/flags/cd.gif -%%WWWDIR%%/themes/colman/flags/hm.gif -%%WWWDIR%%/themes/colman/flags/bf.gif -%%WWWDIR%%/themes/colman/flags/jm.gif -%%WWWDIR%%/themes/colman/flags/lk.gif -%%WWWDIR%%/themes/colman/flags/td.gif -%%WWWDIR%%/themes/colman/flags/gy.gif -%%WWWDIR%%/themes/colman/flags/ms.gif -%%WWWDIR%%/themes/colman/flags/me.gif -%%WWWDIR%%/themes/colman/flags/vg.gif -%%WWWDIR%%/themes/colman/flags/tn.gif -%%WWWDIR%%/themes/colman/flags/so.gif -%%WWWDIR%%/themes/colman/flags/mo.gif -%%WWWDIR%%/themes/colman/flags/fr.gif -%%WWWDIR%%/themes/colman/flags/pt.gif -%%WWWDIR%%/themes/colman/flags/pw.gif -%%WWWDIR%%/themes/colman/flags/fm.gif -%%WWWDIR%%/themes/colman/flags/england.gif -%%WWWDIR%%/themes/colman/flags/bo.gif -%%WWWDIR%%/themes/colman/flags/io.gif -%%WWWDIR%%/themes/colman/flags/km.gif -%%WWWDIR%%/themes/colman/flags/fi.gif -%%WWWDIR%%/themes/colman/flags/gt.gif -%%WWWDIR%%/themes/colman/flags/mh.gif -%%WWWDIR%%/themes/colman/flags/iq.gif -%%WWWDIR%%/themes/colman/flags/et.gif -%%WWWDIR%%/themes/colman/flags/tz.gif -%%WWWDIR%%/themes/colman/flags/sn.gif -%%WWWDIR%%/themes/colman/flags/cm.gif -%%WWWDIR%%/themes/colman/flags/am.gif -%%WWWDIR%%/themes/colman/flags/ai.gif -%%WWWDIR%%/themes/colman/flags/gw.gif -%%WWWDIR%%/themes/colman/flags/au.gif -%%WWWDIR%%/themes/colman/flags/ad.gif -%%WWWDIR%%/themes/colman/flags/uz.gif -%%WWWDIR%%/themes/colman/flags/bn.gif -%%WWWDIR%%/themes/colman/flags/mk.gif -%%WWWDIR%%/themes/colman/flags/sk.gif -%%WWWDIR%%/themes/colman/flags/zm.gif -%%WWWDIR%%/themes/colman/flags/gl.gif -%%WWWDIR%%/themes/colman/flags/rw.gif -%%WWWDIR%%/themes/colman/flags/eu.gif -%%WWWDIR%%/themes/colman/flags/il.gif -%%WWWDIR%%/themes/colman/flags/kw.gif -%%WWWDIR%%/themes/colman/flags/sm.gif -%%WWWDIR%%/themes/colman/flags/nu.gif -%%WWWDIR%%/themes/colman/flags/ch.gif -%%WWWDIR%%/themes/colman/flags/gq.gif -%%WWWDIR%%/themes/colman/flags/ki.gif -%%WWWDIR%%/themes/colman/flags/mw.gif -%%WWWDIR%%/themes/colman/flags/lu.gif -%%WWWDIR%%/themes/colman/flags/sc.gif -%%WWWDIR%%/themes/colman/flags/ph.gif -%%WWWDIR%%/themes/colman/flags/um.gif -%%WWWDIR%%/themes/colman/flags/za.gif -%%WWWDIR%%/themes/colman/flags/ba.gif -%%WWWDIR%%/themes/colman/flags/cy.gif -%%WWWDIR%%/themes/colman/flags/bd.gif -%%WWWDIR%%/themes/colman/flags/kr.gif -%%WWWDIR%%/themes/colman/flags/co.gif -%%WWWDIR%%/themes/colman/flags/bj.gif -%%WWWDIR%%/themes/colman/flags/bh.gif -%%WWWDIR%%/themes/colman/flags/bb.gif -%%WWWDIR%%/themes/colman/flags/cv.gif -%%WWWDIR%%/themes/colman/flags/kg.gif -%%WWWDIR%%/themes/colman/flags/si.gif -%%WWWDIR%%/themes/colman/flags/mv.gif -%%WWWDIR%%/themes/colman/flags/dj.gif -%%WWWDIR%%/themes/colman/flags/cn.gif -%%WWWDIR%%/themes/colman/flags/ro.gif -%%WWWDIR%%/themes/colman/flags/lb.gif -%%WWWDIR%%/themes/colman/flags/de.gif -%%WWWDIR%%/themes/colman/flags/ps.gif -%%WWWDIR%%/themes/colman/flags/gm.gif -%%WWWDIR%%/themes/colman/flags/sj.gif -%%WWWDIR%%/themes/colman/flags/eg.gif -%%WWWDIR%%/themes/colman/flags/se.gif -%%WWWDIR%%/themes/colman/flags/mz.gif -%%WWWDIR%%/themes/colman/flags/my.gif -%%WWWDIR%%/themes/colman/flags/tc.gif -%%WWWDIR%%/themes/colman/flags/ws.gif -%%WWWDIR%%/themes/colman/flags/md.gif -%%WWWDIR%%/themes/colman/flags/cs.gif -%%WWWDIR%%/themes/colman/flags/ng.gif -%%WWWDIR%%/themes/colman/flags/st.gif -%%WWWDIR%%/themes/colman/flags/gs.gif -%%WWWDIR%%/themes/colman/flags/cx.gif -%%WWWDIR%%/themes/colman/flags/mx.gif -%%WWWDIR%%/themes/colman/flags/trans.gif -%%WWWDIR%%/themes/colman/flags/bw.gif -%%WWWDIR%%/themes/colman/flags/py.gif -%%WWWDIR%%/themes/colman/flags/pg.gif -%%WWWDIR%%/themes/colman/flags/hu.gif -%%WWWDIR%%/themes/colman/flags/pf.gif -%%WWWDIR%%/themes/colman/flags/gf.gif -%%WWWDIR%%/themes/colman/flags/sd.gif -%%WWWDIR%%/themes/colman/flags/at.gif -%%WWWDIR%%/themes/colman/flags/na.gif -%%WWWDIR%%/themes/colman/flags/lc.gif -%%WWWDIR%%/themes/colman/flags/es.gif -%%WWWDIR%%/themes/colman/flags/re.gif -%%WWWDIR%%/themes/colman/flags/ar.gif -%%WWWDIR%%/themes/colman/flags/ge.gif -%%WWWDIR%%/themes/colman/flags/pn.gif -%%WWWDIR%%/themes/colman/flags/ga.gif -%%WWWDIR%%/themes/colman/flags/vi.gif -%%WWWDIR%%/themes/colman/flags/dk.gif -%%WWWDIR%%/themes/colman/flags/be.gif -%%WWWDIR%%/themes/colman/flags/bv.gif -%%WWWDIR%%/themes/colman/flags/bs.gif -%%WWWDIR%%/themes/colman/flags/bt.gif -%%WWWDIR%%/themes/colman/flags/br.gif -%%WWWDIR%%/themes/colman/flags/nr.gif -%%WWWDIR%%/themes/colman/flags/om.gif -%%WWWDIR%%/themes/colman/flags/jo.gif -%%WWWDIR%%/themes/colman/flags/tv.gif -%%WWWDIR%%/themes/colman/flags/ir.gif -%%WWWDIR%%/themes/colman/flags/ly.gif -%%WWWDIR%%/themes/colman/flags/is.gif -%%WWWDIR%%/themes/colman/flags/cl.gif -%%WWWDIR%%/themes/colman/flags/pl.gif -%%WWWDIR%%/themes/colman/flags/pr.gif -%%WWWDIR%%/themes/colman/flags/ax.gif -%%WWWDIR%%/themes/colman/flags/fam.gif -%%WWWDIR%%/themes/colman/flags/cr.gif -%%WWWDIR%%/themes/colman/flags/eh.gif -%%WWWDIR%%/themes/colman/flags/kn.gif -%%WWWDIR%%/themes/colman/flags/np.gif -%%WWWDIR%%/themes/colman/flags/jp.gif -%%WWWDIR%%/themes/colman/flags/lt.gif -%%WWWDIR%%/themes/colman/flags/ru.gif -%%WWWDIR%%/themes/colman/flags/fk.gif -%%WWWDIR%%/themes/colman/flags/tg.gif -%%WWWDIR%%/themes/colman/flags/uy.gif -%%WWWDIR%%/themes/colman/flags/cz.gif -%%WWWDIR%%/themes/colman/flags/sv.gif -%%WWWDIR%%/themes/colman/flags/sa.gif -%%WWWDIR%%/themes/colman/flags/tw.gif -%%WWWDIR%%/themes/colman/flags/mm.gif -%%WWWDIR%%/themes/colman/flags/to.gif -%%WWWDIR%%/themes/colman/flags/kz.gif -%%WWWDIR%%/themes/colman/flags/ne.gif -%%WWWDIR%%/themes/colman/flags/ag.gif -%%WWWDIR%%/themes/colman/flags/sz.gif -%%WWWDIR%%/themes/colman/flags/pa.gif -%%WWWDIR%%/themes/colman/flags/al.gif -%%WWWDIR%%/themes/colman/flags/scotland.gif -%%WWWDIR%%/themes/colman/flags/nl.gif -%%WWWDIR%%/themes/colman/flags/cf.gif -%%WWWDIR%%/themes/colman/flags/pk.gif -%%WWWDIR%%/themes/colman/flags/ke.gif -%%WWWDIR%%/themes/colman/flags/nf.gif -%%WWWDIR%%/themes/colman/flags/sy.gif -%%WWWDIR%%/themes/colman/flags/bm.gif -%%WWWDIR%%/themes/colman/flags/vc.gif -%%WWWDIR%%/themes/colman/flags/mt.gif -%%WWWDIR%%/themes/colman/flags/qa.gif -%%WWWDIR%%/themes/colman/flags/gb.gif -%%WWWDIR%%/themes/colman/flags/ls.gif -%%WWWDIR%%/themes/colman/flags/th.gif -%%WWWDIR%%/themes/colman/flags/ni.gif -%%WWWDIR%%/themes/colman/flags/sr.gif -%%WWWDIR%%/themes/colman/flags/mc.gif -%%WWWDIR%%/themes/colman/flags/sl.gif -%%WWWDIR%%/themes/colman/flags/catalonia.gif -%%WWWDIR%%/themes/colman/flags/as.gif -%%WWWDIR%%/themes/colman/flags/wf.gif -%%WWWDIR%%/themes/colman/flags/mu.gif -%%WWWDIR%%/themes/colman/flags/vn.gif -%%WWWDIR%%/themes/colman/flags/bg.gif -%%WWWDIR%%/themes/colman/flags/bz.gif -%%WWWDIR%%/themes/colman/flags/ve.gif -%%WWWDIR%%/themes/colman/flags/mn.gif -%%WWWDIR%%/themes/colman/flags/tt.gif -%%WWWDIR%%/themes/colman/flags/ca.gif -%%WWWDIR%%/themes/colman/flags/ug.gif -%%WWWDIR%%/themes/colman/flags/cg.gif -%%WWWDIR%%/themes/colman/flags/ye.gif -%%WWWDIR%%/themes/colman/flags/gp.gif -%%WWWDIR%%/themes/colman/flags/tl.gif -%%WWWDIR%%/themes/colman/flags/ec.gif -%%WWWDIR%%/themes/colman/flags/pm.gif -%%WWWDIR%%/themes/colman/flags/lr.gif -%%WWWDIR%%/themes/colman/flags/ci.gif -%%WWWDIR%%/themes/colman/flags/sg.gif -%%WWWDIR%%/themes/colman/flags/az.gif -%%WWWDIR%%/themes/colman/flags/tm.gif -%%WWWDIR%%/themes/colman/flags/cc.gif -%%WWWDIR%%/themes/colman/flags/sb.gif -%%WWWDIR%%/themes/colman/flags/ck.gif -%%WWWDIR%%/themes/colman/flags/mq.gif -%%WWWDIR%%/themes/colman/flags/gn.gif -%%WWWDIR%%/themes/colman/flags/ua.gif -%%WWWDIR%%/themes/colman/flags/in.gif -%%WWWDIR%%/themes/colman/flags/kh.gif -%%WWWDIR%%/themes/colman/flags/ht.gif -%%WWWDIR%%/themes/colman/flags/europeanunion.gif -%%WWWDIR%%/themes/colman/flags/ky.gif -%%WWWDIR%%/themes/colman/flags/lv.gif -%%WWWDIR%%/themes/colman/flags/gu.gif -%%WWWDIR%%/themes/colman/flags/zw.gif -%%WWWDIR%%/themes/colman/flags/sh.gif -%%WWWDIR%%/themes/colman/flags/hk.gif -%%WWWDIR%%/themes/colman/images/change_language.gif -%%WWWDIR%%/themes/colman/images/tablesorter_asc.gif -%%WWWDIR%%/themes/colman/images/red-bg-title.jpg -%%WWWDIR%%/themes/colman/images/tablesorter_bg.gif -%%WWWDIR%%/themes/colman/images/control_bg.gif -%%WWWDIR%%/themes/colman/images/loading.gif -%%WWWDIR%%/themes/colman/images/tablesorter_desc.gif -%%WWWDIR%%/themes/colman/images/taboff_right.gif -%%WWWDIR%%/themes/colman/images/green-bg-title.jpg -%%WWWDIR%%/themes/colman/images/external_link.png -%%WWWDIR%%/themes/colman/images/taboff_left.gif -%%WWWDIR%%/themes/colman/images/tab_left.gif -%%WWWDIR%%/themes/colman/images/checked.gif -%%WWWDIR%%/themes/colman/images/tab_right.gif -%%WWWDIR%%/themes/colman/images/change_language_on.gif -%%WWWDIR%%/themes/colman/images/logo.gif -%%WWWDIR%%/themes/colman/changemonth/next.gif -%%WWWDIR%%/themes/colman/changemonth/next_on.gif -%%WWWDIR%%/themes/colman/changemonth/prev_on.gif -%%WWWDIR%%/themes/colman/changemonth/next_off.gif -%%WWWDIR%%/themes/colman/changemonth/prev_off.gif -%%WWWDIR%%/themes/colman/changemonth/last_on.gif -%%WWWDIR%%/themes/colman/changemonth/last_off.gif -%%WWWDIR%%/themes/colman/changemonth/first_off.gif -%%WWWDIR%%/themes/colman/changemonth/first_on.gif -%%WWWDIR%%/themes/colman/changemonth/first.gif -%%WWWDIR%%/themes/colman/changemonth/prev.gif -%%WWWDIR%%/themes/colman/changemonth/last.gif -%%WWWDIR%%/themes/colman/style.css -%%WWWDIR%%/themes/colman/searchengines/seznam.gif -%%WWWDIR%%/themes/colman/searchengines/yahoo.gif -%%WWWDIR%%/themes/colman/searchengines/mywebsearch.gif -%%WWWDIR%%/themes/colman/searchengines/tiscali.gif -%%WWWDIR%%/themes/colman/searchengines/eniro.gif -%%WWWDIR%%/themes/colman/searchengines/clusty.gif -%%WWWDIR%%/themes/colman/searchengines/sapo.gif -%%WWWDIR%%/themes/colman/searchengines/infospace.gif -%%WWWDIR%%/themes/colman/searchengines/alltheweb.gif -%%WWWDIR%%/themes/colman/searchengines/excite.gif -%%WWWDIR%%/themes/colman/searchengines/earthlink.gif -%%WWWDIR%%/themes/colman/searchengines/blingo.gif -%%WWWDIR%%/themes/colman/searchengines/vivisimo.gif -%%WWWDIR%%/themes/colman/searchengines/msn.gif -%%WWWDIR%%/themes/colman/searchengines/kvasir.gif -%%WWWDIR%%/themes/colman/searchengines/goodsearch.gif -%%WWWDIR%%/themes/colman/searchengines/steadysearch.gif -%%WWWDIR%%/themes/colman/searchengines/bluewin.gif -%%WWWDIR%%/themes/colman/searchengines/delicious.gif -%%WWWDIR%%/themes/colman/searchengines/mamma.gif -%%WWWDIR%%/themes/colman/searchengines/avantfind.gif -%%WWWDIR%%/themes/colman/searchengines/alexa.gif -%%WWWDIR%%/themes/colman/searchengines/webde.gif -%%WWWDIR%%/themes/colman/searchengines/stumbleupon.gif -%%WWWDIR%%/themes/colman/searchengines/webcrawler.gif -%%WWWDIR%%/themes/colman/searchengines/dogpile.gif -%%WWWDIR%%/themes/colman/searchengines/search.gif -%%WWWDIR%%/themes/colman/searchengines/live.gif -%%WWWDIR%%/themes/colman/searchengines/voila.gif -%%WWWDIR%%/themes/colman/searchengines/ask.gif -%%WWWDIR%%/themes/colman/searchengines/lycos.gif -%%WWWDIR%%/themes/colman/searchengines/altavista.gif -%%WWWDIR%%/themes/colman/searchengines/alice.gif -%%WWWDIR%%/themes/colman/searchengines/google.gif -%%WWWDIR%%/themes/colman/searchengines/aol.gif -%%WWWDIR%%/themes/colman/style.js -%%WWWDIR%%/themes/colman/paging/next.gif -%%WWWDIR%%/themes/colman/paging/next_on.gif -%%WWWDIR%%/themes/colman/paging/prev_on.gif -%%WWWDIR%%/themes/colman/paging/next_off.gif -%%WWWDIR%%/themes/colman/paging/prev_off.gif -%%WWWDIR%%/themes/colman/paging/last_on.gif -%%WWWDIR%%/themes/colman/paging/last_off.gif -%%WWWDIR%%/themes/colman/paging/first_off.gif -%%WWWDIR%%/themes/colman/paging/first_on.gif -%%WWWDIR%%/themes/colman/paging/first.gif -%%WWWDIR%%/themes/colman/paging/prev.gif -%%WWWDIR%%/themes/colman/paging/last.gif -%%WWWDIR%%/themes/colman/browsers/omniweb.gif -%%WWWDIR%%/themes/colman/browsers/chrome.gif -%%WWWDIR%%/themes/colman/browsers/netscape.gif -%%WWWDIR%%/themes/colman/browsers/icab.gif -%%WWWDIR%%/themes/colman/browsers/firefox.gif -%%WWWDIR%%/themes/colman/browsers/konqueror.gif -%%WWWDIR%%/themes/colman/browsers/lotusnotes.gif -%%WWWDIR%%/themes/colman/browsers/otherbrowsers.gif -%%WWWDIR%%/themes/colman/browsers/opera.gif -%%WWWDIR%%/themes/colman/browsers/unknown.gif -%%WWWDIR%%/themes/colman/browsers/msie.gif -%%WWWDIR%%/themes/colman/browsers/camino.gif -%%WWWDIR%%/themes/colman/browsers/mozilla.gif -%%WWWDIR%%/themes/colman/browsers/wget.gif -%%WWWDIR%%/themes/colman/browsers/libwww.gif -%%WWWDIR%%/themes/colman/browsers/safari.gif -%%WWWDIR%%/languages/he.js -%%WWWDIR%%/languages/sv.js -%%WWWDIR%%/languages/fr.js -%%WWWDIR%%/languages/jp.js -%%WWWDIR%%/languages/translations.php -%%WWWDIR%%/languages/de-de.js -%%WWWDIR%%/languages/pl.js -@dirrm %%WWWDIR%%/ui -@dirrm %%WWWDIR%%/themes/default/searchengines -@dirrm %%WWWDIR%%/themes/default/paging -@dirrm %%WWWDIR%%/themes/default/os -@dirrm %%WWWDIR%%/themes/default/images -@dirrm %%WWWDIR%%/themes/default/flags -@dirrm %%WWWDIR%%/themes/default/changemonth -@dirrm %%WWWDIR%%/themes/default/browsers -@dirrm %%WWWDIR%%/themes/default -@dirrm %%WWWDIR%%/themes/colman/searchengines -@dirrm %%WWWDIR%%/themes/colman/paging -@dirrm %%WWWDIR%%/themes/colman/os -@dirrm %%WWWDIR%%/themes/colman/images -@dirrm %%WWWDIR%%/themes/colman/flags -@dirrm %%WWWDIR%%/themes/colman/changemonth -@dirrm %%WWWDIR%%/themes/colman/browsers -@dirrm %%WWWDIR%%/themes/colman -@dirrm %%WWWDIR%%/themes -@dirrm %%WWWDIR%%/languages -@dirrm %%WWWDIR%%/js -@dirrm %%WWWDIR%% diff --git a/www/mod_lisp2/Makefile b/www/mod_lisp2/Makefile deleted file mode 100644 index b58bc9a86d5e..000000000000 --- a/www/mod_lisp2/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: vl -# $FreeBSD$ - -PORTNAME= mod_lisp2 -PORTVERSION= 1.3.1 -PORTREVISION= 2 -CATEGORIES= www -MASTER_SITES= http://freebsd.minira.nl/ - -MAINTAINER= viktor.leis@googlemail.com -COMMENT= Apache2 module for use with Common Lisp - -DEPRECATED= distfile unfetchable -EXPIRATION_DATE=2014-01-01 - -USE_APACHE= 22 -AP_FAST_BUILD= yes -AP_GENPLIST= yes - -NO_STAGE= yes -.include <bsd.port.mk> diff --git a/www/mod_lisp2/distinfo b/www/mod_lisp2/distinfo deleted file mode 100644 index 0908762f52f5..000000000000 --- a/www/mod_lisp2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mod_lisp2-1.3.1.tar.gz) = 5af4bb8fd46b5f62266e46fcf037015ddc9d24ed4d212cc08fd383110a4d6c20 -SIZE (mod_lisp2-1.3.1.tar.gz) = 7972 diff --git a/www/mod_lisp2/files/patch-mod_lisp2.c b/www/mod_lisp2/files/patch-mod_lisp2.c deleted file mode 100644 index 7a1c2ffa2eea..000000000000 --- a/www/mod_lisp2/files/patch-mod_lisp2.c +++ /dev/null @@ -1,34 +0,0 @@ ---- mod_lisp2.c.orig 2007-07-17 09:11:05.000000000 -0400 -+++ mod_lisp2.c 2009-02-13 10:30:48.000000000 -0500 -@@ -153,11 +153,11 @@ - #include <stdlib.h> - #include <string.h> - --module AP_MODULE_DECLARE_DATA lisp_module; -+module AP_MODULE_DECLARE_DATA lisp2_module; - /* Work out the version of the apache portable runtime (APR) we're - * compiling against... with version 1.2.2 some of the interfaces - * changed a bit. */ --#if (APR_MAJOR_VERSION==1 && APR_MINOR_VERSION==2 && APR_PATCH_VERSION>=2) -+#if (APR_MAJOR_VERSION==1 && ((APR_MINOR_VERSION==2 && APR_PATCH_VERSION>=2) || APR_MINOR_VERSION>=3)) - #define HAVE_APR_1_2_2 1 - #endif - -@@ -576,7 +576,7 @@ - lisp_handler (request_rec * r) - { - lisp_cfg_t * cfg -- = (ap_get_module_config ((r->per_dir_config), (&lisp_module))); -+ = (ap_get_module_config ((r->per_dir_config), (&lisp2_module))); - int content_length = (-1); - int keep_socket_p = 0; - apr_socket_t * socket; -@@ -942,7 +942,7 @@ - ap_hook_handler (lisp_handler, 0, 0, APR_HOOK_MIDDLE); - } - --module AP_MODULE_DECLARE_DATA lisp_module = -+module AP_MODULE_DECLARE_DATA lisp2_module = - { - STANDARD20_MODULE_STUFF, - lisp_create_dir_config, /* create per-directory config structures */ diff --git a/www/mod_lisp2/pkg-descr b/www/mod_lisp2/pkg-descr deleted file mode 100644 index 13275fe8e440..000000000000 --- a/www/mod_lisp2/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -mod_lisp is an Apache 2 module for writing web applications in Common -Lisp. It is distributed with a BSD-style license. - -WWW: http://www.fractalconcept.com/asp/html/mod_lisp.html diff --git a/www/notftp/Makefile b/www/notftp/Makefile deleted file mode 100644 index e0f734b34aa2..000000000000 --- a/www/notftp/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Ryan Grove <ryan@wonko.com> -# $FreeBSD$ - -PORTNAME= notftp -PORTVERSION= 1.3.1 -CATEGORIES= www ftp -MASTER_SITES= http://wonko.com/notftp/files/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= An easy to use Web to FTP gateway written in PHP - -DEPRECATED= distfile unfetchable -EXPIRATION_DATE=2014-01-01 - -USE_PHP= yes - -PREFIX= ${LOCALBASE} -WEBOWN?= www -WEBGRP?= www -APACHEDIR= ${PREFIX}/www/data -INSTALLDIR= ${APACHEDIR}/notftp -NO_BUILD= yes - -PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,} - -NO_STAGE= yes -do-install: - ${MKDIR} ${INSTALLDIR} - cd ${WRKSRC}; ${FIND} . \ - | ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR} - ${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE} - -.include <bsd.port.mk> diff --git a/www/notftp/distinfo b/www/notftp/distinfo deleted file mode 100644 index e284bbf2ba7e..000000000000 --- a/www/notftp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (notftp-1.3.1.tar.gz) = 86b2598c3a0780f6d3a7e07ab917042b18bbf3219f0592ee25664f24727c054d -SIZE (notftp-1.3.1.tar.gz) = 23946 diff --git a/www/notftp/pkg-descr b/www/notftp/pkg-descr deleted file mode 100644 index f774009de18e..000000000000 --- a/www/notftp/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -NotFTP is a fully featured and easy to use Web to FTP gateway written in -PHP. It supports all common FTP functions (including uploads and SSL-FTP) -and allows the administrator to set a maximum transfer size and a daily -transfer quota for users. It is particularly well-suited for making FTP -accessible to users behind an HTTP-only proxy. In addition, it will -usually work right out of the box with no configuration. - -WWW: http://wonko.com/notftp/ diff --git a/www/notftp/pkg-plist b/www/notftp/pkg-plist deleted file mode 100644 index cec8a7f53f52..000000000000 --- a/www/notftp/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -%%INSTALLDIR%%/config.php -%%INSTALLDIR%%/CONTRIB -%%INSTALLDIR%%/ftp.php -%%INSTALLDIR%%/functions.php -%%INSTALLDIR%%/HISTORY -%%INSTALLDIR%%/index.php -%%INSTALLDIR%%/LICENSE -%%INSTALLDIR%%/README -%%INSTALLDIR%%/lib/footer.php -%%INSTALLDIR%%/lib/header.php -%%INSTALLDIR%%/lib/lang/en.php -%%INSTALLDIR%%/lib/lang/es.php -%%INSTALLDIR%%/lib/lang/fr.php -%%INSTALLDIR%%/styles/beveled.css -%%INSTALLDIR%%/styles/simple.css -%%INSTALLDIR%%/styles/tooblue.css -@dirrm %%INSTALLDIR%%/styles -@dirrm %%INSTALLDIR%%/lib/lang -@dirrm %%INSTALLDIR%%/lib -@dirrm %%INSTALLDIR%% -@dirrmtry www/data |