diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 06:24:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 06:24:22 +0000 |
commit | 7599314be515ca375468ce4fec58eaa5e344c209 (patch) | |
tree | 24967b949b6c04e478b2857a9f907f6f8080ed82 /www | |
parent | Add support for sequences of TypeCode's to unbreak libbonobomm (diff) |
As announced 2 months ago, remove these broken ports.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/scoop/Makefile | 56 | ||||
-rw-r--r-- | www/scoop/distinfo | 2 | ||||
-rw-r--r-- | www/scoop/pkg-descr | 15 | ||||
-rw-r--r-- | www/scoop/pkg-message | 26 | ||||
-rw-r--r-- | www/scoop/pkg-plist | 404 |
6 files changed, 0 insertions, 504 deletions
diff --git a/www/Makefile b/www/Makefile index 120ffcffe902..4ba01a61f3c1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -537,7 +537,6 @@ SUBDIR += ruby-tmpl SUBDIR += ruby-webunit SUBDIR += sarg - SUBDIR += scoop SUBDIR += scout SUBDIR += screem SUBDIR += sidplug diff --git a/www/scoop/Makefile b/www/scoop/Makefile deleted file mode 100644 index f0dfcf760d59..000000000000 --- a/www/scoop/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: scoop -# Date created: 11 November 2002 -# Whom: patrick -# -# $FreeBSD$ -# - -PORTNAME= scoop -PORTVERSION= 0.9 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A collaborative media application - -LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client \ - expat.5:${PORTSDIR}/textproc/expat2 -RUN_DEPENDS= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server \ - ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl \ - ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \ - ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \ - ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \ - ${SITE_PERL}/Class/Singleton.pm:${PORTSDIR}/devel/p5-Class-Singleton \ - ${SITE_PERL}/Crypt/UnixCrypt.pm:${PORTSDIR}/security/p5-Crypt-UnixCrypt \ - ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \ - ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \ - ${SITE_PERL}/String/Random.pm:${PORTSDIR}/devel/p5-String-Random \ - ${SITE_PERL}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time-modules \ - ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset \ - ${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS - -NO_BUILD= yes - -BROKEN= "Inconsistent dependencies (mysql-client 3.x and 4.x)" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-04-16 - -do-install: - @${MKDIR} ${PREFIX}/www/scoop - @${CP} -Rp ${WRKSRC}/ ${PREFIX}/www/scoop - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/scoop/distinfo b/www/scoop/distinfo deleted file mode 100644 index cd98fb1cc5bb..000000000000 --- a/www/scoop/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (scoop-0.9.tar.gz) = 24275db750484157231cc0f4179a3dc5 -SIZE (scoop-0.9.tar.gz) = 536087 diff --git a/www/scoop/pkg-descr b/www/scoop/pkg-descr deleted file mode 100644 index b590fd23d074..000000000000 --- a/www/scoop/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Scoop is a "collaborative media application". It falls somewhere between a -content management system, a web bulletin board system, and a weblog. Scoop is -designed to enable your website to become a community. It empowers your -visitors to be the producers of the site, contributing news and discussion, and -making sure that the signal remains high. - -A scoop site can be run almost entirely by the readers. The whole life-cycle of -content is reader-driven. They submit news, they choose what to post, and they -can discuss what they post. Readers can rate other readers comments, as well, -providing a collaborative filtering tool to let the best contributions float to -the top. Based on this rating, you can also reward consistently good -contributors with greater power to review potentially untrusted content. The -real power of Scoop is that it is almost totally collaborative. - - WWW: http://scoop.kuro5hin.org/ diff --git a/www/scoop/pkg-message b/www/scoop/pkg-message deleted file mode 100644 index c47459a038b2..000000000000 --- a/www/scoop/pkg-message +++ /dev/null @@ -1,26 +0,0 @@ ------------------------------------------------------------------------------ -Congratulations! - -You have just installed the scoop distribution into $PREFIX/www/scoop. It has -not yet been configured to actually run. - -Before going any further, you should: - - 1. Move the scoop directory into your desired web-accessible location (e.g. - /usr/local/www/data/). - 2. Read the INSTALL file in the scoop directory. - 3. Then, run scoop/scripts/install.pl to set up the database and - configuration files. - - >>> IMPORTANT: when the install script asks to install CPAN - >>> libraries, you can skip this step: the port has installed all the perl - >>> libraries scoop needs. - - 4. Finally, follow the instructions on how to configure - your apache server, including modifying your httpd.conf file. - 5. Restart apache. - -Then, enjoy Scoop! - -See WWW: http://scoop.kuro5hin.org/ for more information or support. ------------------------------------------------------------------------------ diff --git a/www/scoop/pkg-plist b/www/scoop/pkg-plist deleted file mode 100644 index 3f403d36e0d1..000000000000 --- a/www/scoop/pkg-plist +++ /dev/null @@ -1,404 +0,0 @@ -www/scoop/doc/CVS/Root -www/scoop/doc/CVS/Repository -www/scoop/doc/CVS/Entries -www/scoop/doc/CVS/Tag -www/scoop/doc/scoop_admin_guide/CVS/Root -www/scoop/doc/scoop_admin_guide/CVS/Repository -www/scoop/doc/scoop_admin_guide/CVS/Entries -www/scoop/doc/scoop_admin_guide/CVS/Tag -www/scoop/doc/scoop_admin_guide/admin.html -www/scoop/doc/scoop_admin_guide/admin_blocks.html -www/scoop/doc/scoop_admin_guide/admin_boxes.html -www/scoop/doc/scoop_admin_guide/admin_comments.html -www/scoop/doc/scoop_admin_guide/admin_cron.html -www/scoop/doc/scoop_admin_guide/admin_groups.html -www/scoop/doc/scoop_admin_guide/admin_pages.html -www/scoop/doc/scoop_admin_guide/admin_polls.html -www/scoop/doc/scoop_admin_guide/admin_rdf.html -www/scoop/doc/scoop_admin_guide/admin_sections.html -www/scoop/doc/scoop_admin_guide/admin_stories.html -www/scoop/doc/scoop_admin_guide/admin_templates.html -www/scoop/doc/scoop_admin_guide/admin_topics.html -www/scoop/doc/scoop_admin_guide/admin_users.html -www/scoop/doc/scoop_admin_guide/admin_vars.html -www/scoop/doc/scoop_admin_guide/hacking.html -www/scoop/doc/scoop_admin_guide/hacking_S.html -www/scoop/doc/scoop_admin_guide/index.html -www/scoop/doc/scoop_admin_guide/hacking_perms.html -www/scoop/doc/scoop_admin_guide/install.html -www/scoop/doc/scoop_admin_guide/install_after.html -www/scoop/doc/scoop_admin_guide/install_byhand.html -www/scoop/doc/scoop_admin_guide/install_getting.html -www/scoop/doc/scoop_admin_guide/install_installer.html -www/scoop/doc/scoop_admin_guide/install_installing_ap_mp_my.html -www/scoop/doc/scoop_admin_guide/install_require.html -www/scoop/doc/scoop_admin_guide/install_upgrade.html -www/scoop/doc/scoop_admin_guide/intro.html -www/scoop/doc/scoop_admin_guide/intro_about_doc.html -www/scoop/doc/scoop_admin_guide/intro_get_help.html -www/scoop/doc/scoop_admin_guide/intro_license.html -www/scoop/doc/scoop_admin_guide/intro_what_is.html -www/scoop/doc/scoop_admin_guide/intro_who_should_not_use.html -www/scoop/doc/scoop_admin_guide/intro_who_should_use.html -www/scoop/doc/scoop_admin_guide/next.png -www/scoop/doc/scoop_admin_guide/next_g.png -www/scoop/doc/scoop_admin_guide/prev.png -www/scoop/doc/scoop_admin_guide/prev_g.png -www/scoop/doc/scoop_admin_guide/scoop_admin_guide.css -www/scoop/doc/scoop_admin_guide/scoop_admin_guide.html -www/scoop/doc/scoop_admin_guide/up.png -www/scoop/doc/scoop_admin_guide/up_g.png -www/scoop/doc/INSTALL-mod_perl-and-apache -www/scoop/doc/Linkpoint.howto -www/scoop/doc/Transactions.howto -www/scoop/doc/index.html -www/scoop/doc/scoop_admin_guide.lyx -www/scoop/doc/Contributing -www/scoop/CVS/Root -www/scoop/CVS/Repository -www/scoop/CVS/Entries -www/scoop/CVS/Tag -www/scoop/scripts/CVS/Root -www/scoop/scripts/CVS/Repository -www/scoop/scripts/CVS/Entries -www/scoop/scripts/CVS/Tag -www/scoop/scripts/boxtool -www/scoop/scripts/count_trusted.pl -www/scoop/scripts/cvs-log.pl -www/scoop/scripts/cvs.pl -www/scoop/scripts/fix_urls.pl -www/scoop/scripts/gen_key.pl -www/scoop/scripts/get-scoop.sh -www/scoop/scripts/init_comment_counts.pl -www/scoop/scripts/install.pl -www/scoop/scripts/logtoweb.pl -www/scoop/scripts/make_ad_discussions.pl -www/scoop/scripts/run_cron.pl -www/scoop/scripts/upgrade-db.pl -www/scoop/lib/CVS/Root -www/scoop/lib/CVS/Repository -www/scoop/lib/CVS/Entries -www/scoop/lib/CVS/Tag -www/scoop/lib/Bundle/CVS/Root -www/scoop/lib/Bundle/CVS/Repository -www/scoop/lib/Bundle/CVS/Entries -www/scoop/lib/Bundle/CVS/Tag -www/scoop/lib/Bundle/Scoop.pm -www/scoop/lib/Scoop/HTML/CVS/Root -www/scoop/lib/Scoop/HTML/CVS/Repository -www/scoop/lib/Scoop/HTML/CVS/Entries -www/scoop/lib/Scoop/HTML/CVS/Tag -www/scoop/lib/Scoop/HTML/Checker.pm -www/scoop/lib/Scoop/HTML/Parser.pm -www/scoop/lib/Scoop/CVS/Root -www/scoop/lib/Scoop/CVS/Repository -www/scoop/lib/Scoop/CVS/Entries -www/scoop/lib/Scoop/CVS/Tag -www/scoop/lib/Scoop/Polls/CVS/Root -www/scoop/lib/Scoop/Polls/CVS/Repository -www/scoop/lib/Scoop/Polls/CVS/Entries -www/scoop/lib/Scoop/Polls/CVS/Tag -www/scoop/lib/Scoop/Polls/Forms.pm -www/scoop/lib/Scoop/Polls/Utils.pm -www/scoop/lib/Scoop/Admin/CVS/Root -www/scoop/lib/Scoop/Admin/CVS/Repository -www/scoop/lib/Scoop/Admin/CVS/Entries -www/scoop/lib/Scoop/Admin/CVS/Tag -www/scoop/lib/Scoop/Admin/AdminStories.pm -www/scoop/lib/Scoop/Admin/Ads.pm -www/scoop/lib/Scoop/Admin/Blocks.pm -www/scoop/lib/Scoop/Admin/EditBoxes.pm -www/scoop/lib/Scoop/Admin/EditUser.pm -www/scoop/lib/Scoop/Admin/Groups.pm -www/scoop/lib/Scoop/Admin/Hooks.pm -www/scoop/lib/Scoop/Admin/Ops.pm -www/scoop/lib/Scoop/Admin/Perms.pm -www/scoop/lib/Scoop/Admin/Polls.pm -www/scoop/lib/Scoop/Admin/PostThrottle.pm -www/scoop/lib/Scoop/Admin/Sections.pm -www/scoop/lib/Scoop/Admin/SiteControls.pm -www/scoop/lib/Scoop/Admin/Special.pm -www/scoop/lib/Scoop/Admin/Subscription.pm -www/scoop/lib/Scoop/Admin/Topics.pm -www/scoop/lib/Scoop/Admin/Users.pm -www/scoop/lib/Scoop/Comments/CVS/Root -www/scoop/lib/Scoop/Comments/CVS/Repository -www/scoop/lib/Scoop/Comments/CVS/Entries -www/scoop/lib/Scoop/Comments/CVS/Tag -www/scoop/lib/Scoop/Comments/Format.pm -www/scoop/lib/Scoop/Comments/Mojo.pm -www/scoop/lib/Scoop/Comments/Post.pm -www/scoop/lib/Scoop/Comments/Prefs.pm -www/scoop/lib/Scoop/Comments/Rate.pm -www/scoop/lib/Scoop/Billing/CVS/Root -www/scoop/lib/Scoop/Billing/CVS/Repository -www/scoop/lib/Scoop/Billing/CVS/Entries -www/scoop/lib/Scoop/Billing/CVS/Tag -www/scoop/lib/Scoop/Billing/Linkpoint.pm -www/scoop/lib/Scoop/Billing/Paypal.pm -www/scoop/lib/Scoop/Ads/CVS/Root -www/scoop/lib/Scoop/Ads/CVS/Repository -www/scoop/lib/Scoop/Ads/CVS/Entries -www/scoop/lib/Scoop/Ads/CVS/Tag -www/scoop/lib/Scoop/Ads/Info.pm -www/scoop/lib/Scoop/Ads/Submit.pm -www/scoop/lib/Scoop/Ads/Templates.pm -www/scoop/lib/Scoop/Ads/Utilities.pm -www/scoop/lib/Scoop/Stories/CVS/Root -www/scoop/lib/Scoop/Stories/CVS/Repository -www/scoop/lib/Scoop/Stories/CVS/Entries -www/scoop/lib/Scoop/Stories/CVS/Tag -www/scoop/lib/Scoop/Stories/Elements.pm -www/scoop/lib/Scoop/Stories/Submit.pm -www/scoop/lib/Scoop/Stories/Views.pm -www/scoop/lib/Scoop/Admin.pm -www/scoop/lib/Scoop/Cookies.pm -www/scoop/lib/Scoop/Cron.pm -www/scoop/lib/Scoop/DB.pm -www/scoop/lib/Scoop/Debug.pm -www/scoop/lib/Scoop/ForumZilla.pm -www/scoop/lib/Scoop/Hotlist.pm -www/scoop/lib/Scoop/Interface.pm -www/scoop/lib/Scoop/Polls.pm -www/scoop/lib/Scoop/RDF.pm -www/scoop/lib/Scoop/Search.pm -www/scoop/lib/Scoop/Spellchecker.pm -www/scoop/lib/Scoop/Statement.pm -www/scoop/lib/Scoop/Static.pm -www/scoop/lib/Scoop/Stories.pm -www/scoop/lib/Scoop/Subscription.pm -www/scoop/lib/Scoop/Utility.pm -www/scoop/lib/Scoop/CGI.pm -www/scoop/lib/Scoop/Cache.pm -www/scoop/lib/Scoop/Boxes.pm -www/scoop/lib/Scoop/Billing.pm -www/scoop/lib/Scoop/ApacheHandler.pm -www/scoop/lib/Scoop/Ads.pm -www/scoop/lib/Scoop/Comments.pm -www/scoop/lib/Scoop.pm -www/scoop/html/CVS/Root -www/scoop/html/CVS/Repository -www/scoop/html/CVS/Entries -www/scoop/html/CVS/Tag -www/scoop/html/images/CVS/Root -www/scoop/html/images/CVS/Repository -www/scoop/html/images/CVS/Entries -www/scoop/html/images/CVS/Tag -www/scoop/html/images/topics/CVS/Root -www/scoop/html/images/topics/CVS/Repository -www/scoop/html/images/topics/CVS/Entries -www/scoop/html/images/topics/CVS/Tag -www/scoop/html/images/topics/kuro5hin.jpg -www/scoop/html/images/topics/scoop.jpg -www/scoop/html/images/cclogos.gif -www/scoop/html/images/dyn_cola.gif -www/scoop/html/images/dyn_colb.gif -www/scoop/html/images/dyn_exp.gif -www/scoop/html/images/dyn_expa.gif -www/scoop/html/images/dyn_wait.gif -www/scoop/html/images/kuro5hin.gif -www/scoop/html/images/lidisc.gif -www/scoop/html/images/new_powered.gif -www/scoop/html/images/paypal.gif -www/scoop/html/images/pollbar.gif -www/scoop/html/images/pollbar2.jpg -www/scoop/html/images/powered_shovel.gif -www/scoop/html/images/satan.jpg -www/scoop/html/images/small_logo.jpg -www/scoop/html/images/spacer.gif -www/scoop/html/images/dyn_col.gif -www/scoop/html/backend.rdf -www/scoop/html/dynamic-comments.js -www/scoop/etc/CVS/Root -www/scoop/etc/CVS/Repository -www/scoop/etc/CVS/Entries -www/scoop/etc/CVS/Tag -www/scoop/etc/httpd-location.conf -www/scoop/etc/httpd-vhost.conf -www/scoop/etc/startup.pl -www/scoop/struct/CVS/Root -www/scoop/struct/CVS/Repository -www/scoop/struct/CVS/Entries -www/scoop/struct/CVS/Tag -www/scoop/struct/patch-files/CVS/Root -www/scoop/struct/patch-files/CVS/Repository -www/scoop/struct/patch-files/CVS/Entries -www/scoop/struct/patch-files/CVS/Tag -www/scoop/struct/patch-files/0.6-0.8/CVS/Root -www/scoop/struct/patch-files/0.6-0.8/CVS/Repository -www/scoop/struct/patch-files/0.6-0.8/CVS/Entries -www/scoop/struct/patch-files/0.6-0.8/CVS/Tag -www/scoop/struct/patch-files/0.6-0.8/README -www/scoop/struct/patch-files/0.6-0.8/VERSION -www/scoop/struct/patch-files/0.6-0.8/patch-00-Upgrades.sql -www/scoop/struct/patch-files/0.6-0.8/patch-01-SiteControls.sql -www/scoop/struct/patch-files/0.6-0.8/patch-02-RDF.sql -www/scoop/struct/patch-files/0.6-0.8/patch-03-StickySig.sql -www/scoop/struct/patch-files/0.6-0.8/patch-04-NewHotlist.sql -www/scoop/struct/patch-files/0.6-0.8/patch-05-RDFChanges.sql -www/scoop/struct/patch-files/0.6-0.8/patch-06-AdminNotes.sql -www/scoop/struct/patch-files/0.6-0.8/patch-07-AllowedHTML.sql -www/scoop/struct/patch-files/0.6-0.8/patch-08-StickySig2.sql -www/scoop/struct/patch-files/0.6-0.8/patch-09-RDFupdate.sql -www/scoop/struct/patch-files/0.6-0.8/patch-10-RatingTimes.sql -www/scoop/struct/patch-files/0.6-0.8/patch-11-UserSecure.sql -www/scoop/struct/patch-files/0.6-0.8/patch-12-SectionPerms.sql -www/scoop/struct/patch-files/0.6-0.8/patch-13-Cron.sql -www/scoop/struct/patch-files/0.6-0.8/patch-14-SectionPages.sql -www/scoop/struct/patch-files/0.6-0.8/patch-15-NewAccountLimit.sql -www/scoop/struct/patch-files/0.6-0.8/patch-16-NewURLs.sql -www/scoop/struct/patch-files/0.6-0.8/patch-17-NewSections.sql -www/scoop/struct/patch-files/0.6-0.8/patch-18-Index-Changes.sql -www/scoop/struct/patch-files/0.6-0.8/patch-19-Subscriptions.sql -www/scoop/struct/patch-files/0.6-0.8/patch-20-CommentControl.sql -www/scoop/struct/patch-files/0.6-0.8/patch-21-StorySection.sql -www/scoop/struct/patch-files/0.6-0.8/patch-22-PollPerms.sql -www/scoop/struct/patch-files/0.6-0.8/patch-23-LastSectionStuff.sql -www/scoop/struct/patch-files/0.6-0.8/patch-24-NewURLs2.sql -www/scoop/struct/patch-files/0.6-0.8/patch-25-StoryEmail.sql -www/scoop/struct/patch-files/0.6-0.8/patch-26-ConfirmPass.sql -www/scoop/struct/patch-files/0.6-0.8/script-04-post.pl -www/scoop/struct/patch-files/0.6-0.8/script-12-post.pl -www/scoop/struct/patch-files/0.6-0.8/script-13-post.pl -www/scoop/struct/patch-files/0.6-0.8/script-17-post.pl -www/scoop/struct/patch-files/current/CVS/Root -www/scoop/struct/patch-files/current/CVS/Repository -www/scoop/struct/patch-files/current/CVS/Entries -www/scoop/struct/patch-files/current/CVS/Tag -www/scoop/struct/patch-files/current/README -www/scoop/struct/patch-files/current/VERSION -www/scoop/struct/patch-files/current/script-36-post.pl -www/scoop/struct/patch-files/current/patch-01-StaticPageCache.sql -www/scoop/struct/patch-files/current/script-47-post.pl -www/scoop/struct/patch-files/current/patch-02-UserBoxPrefs.sql -www/scoop/struct/patch-files/current/script-44-post.pl -www/scoop/struct/patch-files/current/patch-03-HTMLandSpelling.sql -www/scoop/struct/patch-files/current/patch-04-AdPatch1.sql -www/scoop/struct/patch-files/current/patch-05-WipeRatings.sql -www/scoop/struct/patch-files/current/patch-06-SomeVars.sql -www/scoop/struct/patch-files/current/patch-07-ResetBoxPrefs.sql -www/scoop/struct/patch-files/current/patch-08-AdPatch2.sql -www/scoop/struct/patch-files/current/patch-09-AdPatch3.sql -www/scoop/struct/patch-files/current/patch-10-24hTime.sql -www/scoop/struct/patch-files/current/patch-11-OpsPerms.sql -www/scoop/struct/patch-files/current/patch-12-AdPatch4.sql -www/scoop/struct/patch-files/current/patch-13-OpAliases.sql -www/scoop/struct/patch-files/current/patch-14-Formkeys.sql -www/scoop/struct/patch-files/current/patch-15-AdPatch5.sql -www/scoop/struct/patch-files/current/patch-16-AdPatch6.sql -www/scoop/struct/patch-files/current/patch-17-AdPatch7.sql -www/scoop/struct/patch-files/current/patch-18-NotifyAuthor.sql -www/scoop/struct/patch-files/current/patch-19-AutoPostVars.sql -www/scoop/struct/patch-files/current/patch-20-AutoPostTimeBasedVars.sql -www/scoop/struct/patch-files/current/patch-21-AdPosition.sql -www/scoop/struct/patch-files/current/patch-22-RelatedLinks.sql -www/scoop/struct/patch-files/current/patch-23-AdDiscussions.sql -www/scoop/struct/patch-files/current/patch-24-MoreSpelChek.sql -www/scoop/struct/patch-files/current/patch-28-EditQueue.sql -www/scoop/struct/patch-files/current/patch-25-CommentIPlog.sql -www/scoop/struct/patch-files/current/patch-26-SubSections.sql -www/scoop/struct/patch-files/current/patch-27-MojoIgnoreDiaries.sql -www/scoop/struct/patch-files/current/patch-29-AdRenewal.sql -www/scoop/struct/patch-files/current/patch-30-Dynamic.sql -www/scoop/struct/patch-files/current/patch-31-AdPayment.sql -www/scoop/struct/patch-files/current/patch-32-Dynamic2.sql -www/scoop/struct/patch-files/current/patch-33-Dynamic3.sql -www/scoop/struct/patch-files/current/patch-34-AutoFormat.sql -www/scoop/struct/patch-files/current/patch-35-OpsAdminTools.sql -www/scoop/struct/patch-files/current/patch-36-BlockCat.sql -www/scoop/struct/patch-files/current/patch-37-MoreEditQueue.sql -www/scoop/struct/patch-files/current/patch-38-Interpolate.sql -www/scoop/struct/patch-files/current/patch-39-BarsBlock.sql -www/scoop/struct/patch-files/current/patch-40-LogoutBox.sql -www/scoop/struct/patch-files/current/patch-41-Subscriptions.sql -www/scoop/struct/patch-files/current/patch-42-NewCache.sql -www/scoop/struct/patch-files/current/patch-43-Dynamic4.sql -www/scoop/struct/patch-files/current/patch-44-EditQueue3.sql -www/scoop/struct/patch-files/current/patch-45-Hooks.sql -www/scoop/struct/patch-files/current/patch-46-DefaultUser.sql -www/scoop/struct/patch-files/current/patch-47-PollBox.sql -www/scoop/struct/patch-files/current/script-12-post.pl -www/scoop/struct/patch-files/current/script-13-post.pl -www/scoop/struct/patch-files/current/script-35-post.pl -www/scoop/struct/patch-files/pre-0.6/CVS/Root -www/scoop/struct/patch-files/pre-0.6/CVS/Repository -www/scoop/struct/patch-files/pre-0.6/CVS/Entries -www/scoop/struct/patch-files/pre-0.6/CVS/Tag -www/scoop/struct/patch-files/pre-0.6/patch-0.5-0.6-sql -www/scoop/struct/patch-files/pre-0.6/patch-0.5.2.sql -www/scoop/struct/patch-files/pre-0.6/patch-0.6pre2-0.6.sql -www/scoop/struct/patch-files/pre-0.6/patch-004-seclev.sql -www/scoop/struct/patch-files/pre-0.6/patch-005-modcomment.sql -www/scoop/struct/patch-files/pre-0.6/patch-006-newvars.sql -www/scoop/struct/patch-files/pre-0.6/patch-007-TableReorg.sql -www/scoop/struct/patch-files/pre-0.6/patch-008-CommentDefaults.sql -www/scoop/struct/patch-files/pre-0.6/patch-AttachPoll.sql -www/scoop/struct/patch-files/pre-0.6/patch-EditBoxes.sql -www/scoop/struct/patch-files/pre-0.6/patch-ForumZilla.sql -www/scoop/struct/patch-files/pre-0.6/patch-Indexes1.sql -www/scoop/struct/patch-files/pre-0.6/patch-Mojo.sql -www/scoop/struct/patch-files/pre-0.6/patch-NewCache.sql -www/scoop/struct/patch-files/pre-0.6/patch-Perms.sql -www/scoop/struct/patch-files/pre-0.6/patch-PostThrottle.sql -www/scoop/struct/patch-files/pre-0.6/patch-SectionVote.sql -www/scoop/struct/patch-files/pre-0.6/patch-Sections.sql -www/scoop/struct/patch-files/pre-0.6/patch-Session.sql -www/scoop/struct/patch-files/pre-0.6/patch-StoryVoteBug.sql -www/scoop/struct/patch-files/pre-0.6/patch-Templates.sql -www/scoop/struct/patch-files/pre-0.6/patch-UserTable.sql -www/scoop/struct/patch-files/pre-0.6/patch-VarChars.sql -www/scoop/struct/patch-files/pre-0.6/patch-polls.sql -www/scoop/struct/scoop.sql -www/scoop/LICENSE -www/scoop/README.upgrade -www/scoop/README -www/scoop/VERSION -www/scoop/INSTALL -www/scoop/CREDITS -www/scoop/CHANGES -@dirrm www/scoop/doc/CVS -@dirrm www/scoop/doc/scoop_admin_guide/CVS -@dirrm www/scoop/doc/scoop_admin_guide -@dirrm www/scoop/doc -@dirrm www/scoop/CVS -@dirrm www/scoop/scripts/CVS -@dirrm www/scoop/scripts -@dirrm www/scoop/lib/CVS -@dirrm www/scoop/lib/Bundle/CVS -@dirrm www/scoop/lib/Bundle -@dirrm www/scoop/lib/Scoop/HTML/CVS -@dirrm www/scoop/lib/Scoop/HTML -@dirrm www/scoop/lib/Scoop/CVS -@dirrm www/scoop/lib/Scoop/Polls/CVS -@dirrm www/scoop/lib/Scoop/Polls -@dirrm www/scoop/lib/Scoop/Admin/CVS -@dirrm www/scoop/lib/Scoop/Admin -@dirrm www/scoop/lib/Scoop/Comments/CVS -@dirrm www/scoop/lib/Scoop/Comments -@dirrm www/scoop/lib/Scoop/Billing/CVS -@dirrm www/scoop/lib/Scoop/Billing -@dirrm www/scoop/lib/Scoop/Ads/CVS -@dirrm www/scoop/lib/Scoop/Ads -@dirrm www/scoop/lib/Scoop/Stories/CVS -@dirrm www/scoop/lib/Scoop/Stories -@dirrm www/scoop/lib/Scoop -@dirrm www/scoop/lib -@dirrm www/scoop/html/CVS -@dirrm www/scoop/html/images/CVS -@dirrm www/scoop/html/images/topics/CVS -@dirrm www/scoop/html/images/topics -@dirrm www/scoop/html/images -@dirrm www/scoop/html -@dirrm www/scoop/etc/CVS -@dirrm www/scoop/etc -@dirrm www/scoop/struct/CVS -@dirrm www/scoop/struct/patch-files/CVS -@dirrm www/scoop/struct/patch-files/0.6-0.8/CVS -@dirrm www/scoop/struct/patch-files/0.6-0.8 -@dirrm www/scoop/struct/patch-files/current/CVS -@dirrm www/scoop/struct/patch-files/current -@dirrm www/scoop/struct/patch-files/pre-0.6/CVS -@dirrm www/scoop/struct/patch-files/pre-0.6 -@dirrm www/scoop/struct/patch-files -@dirrm www/scoop/struct -@dirrm www/scoop |