From e8c9f18ac46491005e96d70483212632356f144b Mon Sep 17 00:00:00 2001 From: erwin Date: Wed, 3 May 2006 16:51:39 +0000 Subject: Move p5-WWW-2ch to the japanese category along with the other 2ch BBS software. It is suitable for the scraping of a popular bbs of Japan. other BBS and the news sites and other sites are also possible by the addition of the plugin for scraping. Please take care with the flood control to an excessive access. WWW: http://search.cpan.org/dist/WWW-2ch/ PR: ports/94065 Submitted by: TAKAHASHI Kaoru Move sugested by: nobutaka --- CVSROOT/modules | 2 +- japanese/Makefile | 1 + japanese/p5-WWW-2ch/Makefile | 36 ++++++++++++++++++++++++++++++++++++ japanese/p5-WWW-2ch/distinfo | 3 +++ japanese/p5-WWW-2ch/pkg-descr | 6 ++++++ japanese/p5-WWW-2ch/pkg-plist | 21 +++++++++++++++++++++ www/Makefile | 1 - www/p5-WWW-2ch/Makefile | 36 ------------------------------------ www/p5-WWW-2ch/distinfo | 3 --- www/p5-WWW-2ch/pkg-descr | 6 ------ www/p5-WWW-2ch/pkg-plist | 21 --------------------- 11 files changed, 68 insertions(+), 68 deletions(-) create mode 100644 japanese/p5-WWW-2ch/Makefile create mode 100644 japanese/p5-WWW-2ch/distinfo create mode 100644 japanese/p5-WWW-2ch/pkg-descr create mode 100644 japanese/p5-WWW-2ch/pkg-plist delete mode 100644 www/p5-WWW-2ch/Makefile delete mode 100644 www/p5-WWW-2ch/distinfo delete mode 100644 www/p5-WWW-2ch/pkg-descr delete mode 100644 www/p5-WWW-2ch/pkg-plist diff --git a/CVSROOT/modules b/CVSROOT/modules index 86b5057a5a30..64809c169b06 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -9419,7 +9419,7 @@ p5-Video-OpenQuicktime ports/multimedia/p5-Video-OpenQuicktime p5-W3C-LinkChecker ports/www/p5-W3C-LinkChecker p5-W3C-LogValidator ports/www/p5-W3C-LogValidator p5-WDDX ports/textproc/p5-WDDX -p5-WWW-2ch ports/www/p5-WWW-2ch +p5-WWW-2ch ports/japanese/p5-WWW-2ch p5-WWW-Babelfish ports/www/p5-WWW-Babelfish p5-WWW-Curl ports/www/p5-WWW-Curl p5-WWW-Dilbert ports/www/p5-WWW-Dilbert diff --git a/japanese/Makefile b/japanese/Makefile index 498d25211f3f..e86e8545286e 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -277,6 +277,7 @@ SUBDIR += p5-PDFJ SUBDIR += p5-Text-ChaSen SUBDIR += p5-Text-Kakasi + SUBDIR += p5-WWW-2ch SUBDIR += p5-jcode.pl SUBDIR += p5-manual SUBDIR += p5-mkres diff --git a/japanese/p5-WWW-2ch/Makefile b/japanese/p5-WWW-2ch/Makefile new file mode 100644 index 000000000000..994f62cea8a9 --- /dev/null +++ b/japanese/p5-WWW-2ch/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: p5-WWW-2ch +# Date created: 2006-02-28 +# Whom: TAKAHASHI Kaoru +# +# $FreeBSD$ +# + +PORTNAME= WWW-2ch +PORTVERSION= 0.07 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= WWW +PKGNAMEPREFIX= p5- + +MAINTAINER= kaoru@kaisei.org +COMMENT= "Perl module for scraping of 2ch.net BBS" + +RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor + +PERL_CONFIGURE= yes + +MAN3= WWW::2ch.3 \ + WWW::2ch::Plugin::Base.3 \ + WWW::2ch::Res.3 \ + WWW::2ch::Subject.3 \ + WWW::2ch::Dat.3 \ + WWW::2ch::Plugin::Jbbs.3 + +.include + +.if ${PERL_LEVEL} < 50600 +IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again +.endif + +.include diff --git a/japanese/p5-WWW-2ch/distinfo b/japanese/p5-WWW-2ch/distinfo new file mode 100644 index 000000000000..b7a44b29f3e0 --- /dev/null +++ b/japanese/p5-WWW-2ch/distinfo @@ -0,0 +1,3 @@ +MD5 (WWW-2ch-0.07.tar.gz) = d2a6c6f7f0606bc8ea0590a9d5d1b97e +SHA256 (WWW-2ch-0.07.tar.gz) = bfcc9b450fe2bd569acaa07bf81419833db421975a75da56a1860b546746059f +SIZE (WWW-2ch-0.07.tar.gz) = 7338 diff --git a/japanese/p5-WWW-2ch/pkg-descr b/japanese/p5-WWW-2ch/pkg-descr new file mode 100644 index 000000000000..8615af67388e --- /dev/null +++ b/japanese/p5-WWW-2ch/pkg-descr @@ -0,0 +1,6 @@ +It is suitable for the scraping of a popular bbs of Japan. +other BBS and the news sites and other sites are also possible by the +addition of the plugin for scraping. +Please take care with the flood control to an excessive access. + +WWW: http://search.cpan.org/dist/WWW-2ch/ diff --git a/japanese/p5-WWW-2ch/pkg-plist b/japanese/p5-WWW-2ch/pkg-plist new file mode 100644 index 000000000000..0e30e4662d53 --- /dev/null +++ b/japanese/p5-WWW-2ch/pkg-plist @@ -0,0 +1,21 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/2ch/.packlist +%%SITE_PERL%%/WWW/2ch.pm +%%SITE_PERL%%/WWW/2ch/Cache.pm +%%SITE_PERL%%/WWW/2ch/Cache/File.pm +%%SITE_PERL%%/WWW/2ch/Dat.pm +%%SITE_PERL%%/WWW/2ch/Plugin/Base.pm +@comment %%SITE_PERL%%/WWW/2ch/Plugin/Pinkbbs.pm +%%SITE_PERL%%/WWW/2ch/Plugin/Jbbs.pm +%%SITE_PERL%%/WWW/2ch/Res.pm +%%SITE_PERL%%/WWW/2ch/Setting.pm +%%SITE_PERL%%/WWW/2ch/Subject.pm +%%SITE_PERL%%/WWW/2ch/UserAgent.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/2ch/ +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/ +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% +@dirrm %%SITE_PERL%%/WWW/2ch/Cache +@dirrm %%SITE_PERL%%/WWW/2ch/Plugin +@dirrm %%SITE_PERL%%/WWW/2ch +@dirrmtry %%SITE_PERL%%/WWW diff --git a/www/Makefile b/www/Makefile index fa21b4fcb175..e38b9fdb3d4a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -706,7 +706,6 @@ SUBDIR += p5-URI-Sequin SUBDIR += p5-W3C-LinkChecker SUBDIR += p5-W3C-LogValidator - SUBDIR += p5-WWW-2ch SUBDIR += p5-WWW-Babelfish SUBDIR += p5-WWW-Curl SUBDIR += p5-WWW-Dilbert diff --git a/www/p5-WWW-2ch/Makefile b/www/p5-WWW-2ch/Makefile deleted file mode 100644 index 994f62cea8a9..000000000000 --- a/www/p5-WWW-2ch/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: p5-WWW-2ch -# Date created: 2006-02-28 -# Whom: TAKAHASHI Kaoru -# -# $FreeBSD$ -# - -PORTNAME= WWW-2ch -PORTVERSION= 0.07 -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= WWW -PKGNAMEPREFIX= p5- - -MAINTAINER= kaoru@kaisei.org -COMMENT= "Perl module for scraping of 2ch.net BBS" - -RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor - -PERL_CONFIGURE= yes - -MAN3= WWW::2ch.3 \ - WWW::2ch::Plugin::Base.3 \ - WWW::2ch::Res.3 \ - WWW::2ch::Subject.3 \ - WWW::2ch::Dat.3 \ - WWW::2ch::Plugin::Jbbs.3 - -.include - -.if ${PERL_LEVEL} < 50600 -IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again -.endif - -.include diff --git a/www/p5-WWW-2ch/distinfo b/www/p5-WWW-2ch/distinfo deleted file mode 100644 index b7a44b29f3e0..000000000000 --- a/www/p5-WWW-2ch/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (WWW-2ch-0.07.tar.gz) = d2a6c6f7f0606bc8ea0590a9d5d1b97e -SHA256 (WWW-2ch-0.07.tar.gz) = bfcc9b450fe2bd569acaa07bf81419833db421975a75da56a1860b546746059f -SIZE (WWW-2ch-0.07.tar.gz) = 7338 diff --git a/www/p5-WWW-2ch/pkg-descr b/www/p5-WWW-2ch/pkg-descr deleted file mode 100644 index 8615af67388e..000000000000 --- a/www/p5-WWW-2ch/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -It is suitable for the scraping of a popular bbs of Japan. -other BBS and the news sites and other sites are also possible by the -addition of the plugin for scraping. -Please take care with the flood control to an excessive access. - -WWW: http://search.cpan.org/dist/WWW-2ch/ diff --git a/www/p5-WWW-2ch/pkg-plist b/www/p5-WWW-2ch/pkg-plist deleted file mode 100644 index 0e30e4662d53..000000000000 --- a/www/p5-WWW-2ch/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -@comment $FreeBSD$ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/2ch/.packlist -%%SITE_PERL%%/WWW/2ch.pm -%%SITE_PERL%%/WWW/2ch/Cache.pm -%%SITE_PERL%%/WWW/2ch/Cache/File.pm -%%SITE_PERL%%/WWW/2ch/Dat.pm -%%SITE_PERL%%/WWW/2ch/Plugin/Base.pm -@comment %%SITE_PERL%%/WWW/2ch/Plugin/Pinkbbs.pm -%%SITE_PERL%%/WWW/2ch/Plugin/Jbbs.pm -%%SITE_PERL%%/WWW/2ch/Res.pm -%%SITE_PERL%%/WWW/2ch/Setting.pm -%%SITE_PERL%%/WWW/2ch/Subject.pm -%%SITE_PERL%%/WWW/2ch/UserAgent.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/2ch/ -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/ -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% -@dirrm %%SITE_PERL%%/WWW/2ch/Cache -@dirrm %%SITE_PERL%%/WWW/2ch/Plugin -@dirrm %%SITE_PERL%%/WWW/2ch -@dirrmtry %%SITE_PERL%%/WWW -- cgit 13-evolution/commit/shell?id=e64d6fe05c30c2cc1d7625a202afba3ba2da07cd'>Miscellaneous cleanups.Matthew Barnes2011-11-239-39/+63 * Miscellaneous cleanups.Matthew Barnes2011-11-232-5/+10 * Fix compiler warnings.Matthew Barnes2011-11-233-5/+2 * Build fixesRodrigo Moya2011-11-152-15/+13 * Migrate EShellSettings to GSettingsRodrigo Moya2011-11-153-127/+96 * Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-141-1/+25 |\ | * Bug 663372 - Actions not updated after disabling accountMatthew Barnes2011-11-131-1/+25 * | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-081-0/+3 |\| | * Call e_gdbus_templates_init_main_thread() in main()Milan Crha2011-11-071-0/+3 * | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-281-4/+0 |\| | * Remove g_thread_init() calls.Matthew Barnes2011-10-271-4/+0 * | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-242-0/+5 |\| | * Call g_thread_init() conditionallyMilan Crha2011-10-241-0/+2 | * Fix distcheck errors.Matthew Barnes2011-10-231-0/+3 * | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-141-0/+9 |\| | * Bug #576478 - [Windows] Redirect Help->Contents to a web pageMilan Crha2011-10-131-0/+9 * | Build fixesRodrigo Moya2011-10-133-10/+7 * | Migrate most of the shell code to GSettingsRodrigo Moya2011-10-134-94/+63 * | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-132-7/+5 |\| | * Bug 661534 - "Current View" tooltip untranslatedMatthew Barnes2011-10-121-1/+1 | * Bug 661542 - Weird "Cannot upgrade from version 0.xxxx" on first useVincent Untz2011-10-121-6/+4 * | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-109-327/+123 |\| | * Let GtkFileChooser track its own last-used-folder.Matthew Barnes2011-10-063-74/+14 | * Remove EHintedEntry.Matthew Barnes2011-10-062-15/+18 | * GtkApplication has some new EShell-like features.Matthew Barnes2011-10-066-238/+91 * | Merge from masterRodrigo Moya2011-10-0511-34/+28 |\| | * Simplify library dependency flags.Matthew Barnes2011-10-051-10/+7 | * Require GLib 2.30.Matthew Barnes2011-09-301-10/+0 | * Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-4/+7 | * The EExtension framework is now in libebackend.Matthew Barnes2011-09-269-14/+15 | * Make sure GConf schemas have defined default valuesMilan Crha2011-09-141-5/+22 | * Coding style and whitespace cleanup.Matthew Barnes2011-09-0410-52/+69 | * Bug 657836 - Work around g_unix_signal API changes.Matthew Barnes2011-09-011-1/+5 | * Fix build break in libeshell.Matthew Barnes2011-08-291-0/+1 | * EShell: Remove unused macro.Matthew Barnes2011-08-081-2/+0 | * Remove link to FAQ as content is covered by new user docsAndre Klapper2011-08-051-26/+0 | * Replace user name by username as used anywhere else in EvolutionAndre Klapper2011-07-281-1/+1 | * Bug 652634 - Runtime warning on second search dialogMatthew Barnes2011-07-111-2/+8 | * EShellContent: Fix underallocation of EAlertBar.Matthew Barnes2011-07-071-27/+54 | * Coding style and whitespace cleanups.Matthew Barnes2011-06-094-129/+31 | * Including <glib-object.h> directly is rarely needed.Matthew Barnes2011-05-281-2/+0 | * Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-283-3/+2 | * Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-2716-5/+60 | * EMFolderTree: Add an EAlertSink property.Matthew Barnes2011-05-241-0/+32 | * Bug 649993 - Change behavior of --component optionMatthew Barnes2011-05-241-0/+22 | * Bug 650491 - Shell handles forwarding uris to existing process wrongMatthew Barnes2011-05-235-46/+34 | * Bug 650524 - Use g_unix_signal_add_watch_full() for SIGTERMColin Walters2011-05-221-22/+19 | * Handle SIGTERM instead of SIGQUIT.Matthew Barnes2011-05-221-9/+9 | * Bug 650525 - Don't install a SEGV handlerColin Walters2011-05-221-51/+0 | * Coding style and whitespace cleanup.Matthew Barnes2011-05-221-1/+2 | * Coding style cleanups.Matthew Barnes2011-05-092-13/+13 | * Whitespace and coding style cleanups.Matthew Barnes2011-05-083-11/+19 | * Bug 332497 - Add Edit -> Available CategoriesDan Vrátil2011-05-051-0/+44 | * Bug 645825 - Search bar not changing color when showing resultsDan Vrátil2011-04-291-2/+2 | * Bug 648317 - MeeGo shell looking for the wrong atomAbner Silva2011-04-211-1/+1 | * Remove the profiler plugin.Matthew Barnes2011-03-291-4/+0 | * Restore lockdown integration.Matthew Barnes2011-03-284-90/+21 | * EShellContent: Whitespace cleanup.Matthew Barnes2011-03-261-11/+11 | * Fix an EShell reference leak.Matthew Barnes2011-03-251-0/+9 | * Port EShell to GtkApplication.Matthew Barnes2011-03-253-163/+182 | * Bug 645551 - Mailer statusbar jumping in sizeMatthew Barnes2011-03-251-8/+42 | * Bug 644166 - Add style class to primary toolbarsMatthew Barnes2011-03-081-0/+4 | * Bug #644107 - Local addressbooks created without relative_uri setMilan Crha2011-03-071-4/+18 | * Typo in comment: s/datefime-formats/datetime-formats/Paul Menzel2011-03-071-1/+1 | * Coding style and whitespace cleanup.Matthew Barnes2011-03-0613-14/+30 | * Do not flush Outbox when mail shell backend not startedMilan Crha2011-03-042-0/+16 | * Merge duplicate local sourcesMilan Crha2011-03-031-0/+88 | * Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-2513-94/+44 | * Write state.ini immediately in EShellView::dispose methodMilan Crha2011-02-241-3/+12 | * Coding style and whitespace cleanup.Matthew Barnes2011-02-192-3/+7 | * Bug #638333 - Critical warning when invoking File->New->Mail FolderMilan Crha2011-02-161-0/+2 | * Fix few memory leaksMilan Crha2011-02-151-11/+0 | * Bug 642171 - Implicit libgnome dependency for lockdown GConf keysMatthew Barnes2011-02-133-0/+12 | * Remove NULL checks for GObject methods.Matthew Barnes2011-02-138-16/+16 | * Bug #638057 - Evolution --express doesn't remember status bar settingMilan Crha2011-02-111-10/+4 | * Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-092-14/+7 | * Composer: Add Edit -> PreferencesMatthew Barnes2011-02-041-3/+2 | * More whitespace cleanup.Matthew Barnes2011-01-312-12/+12 | * Coding style and whitespace cleanup.Matthew Barnes2011-01-301-2/+5 | * Bug #640516 - Information bar above folder list is emptyMilan Crha2011-01-261-6/+2 | * Adapt size_request vfuncs to latest gtk+-3.0 API.Rodrigo Moya2011-01-254-38/+118 | * Dialogs no longer have separators.Matthew Barnes2011-01-251-2/+2 | * Drop backward-compatibility cruft.Matthew Barnes2011-01-257-22/+0 | * Bug #634403 - Mails Label popup menu is not updated properlyMilan Crha2011-01-192-0/+3 | * Fudge gtk_widget_get_preferred_size() for gtk2.Matthew Barnes2011-01-153-11/+20 | * Bug #638808 - camel_shutdown() called too earlyMilan Crha2011-01-111-0/+1 | * Add e_shell_submit_alert().Matthew Barnes2010-12-272-0/+69 | * Bug #590245 - 'evolution --force-shutdown' should kill factoriesMilan Crha2010-12-072-12/+73 | * Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-068-0/+24 | * Clarify command line parameter stringAndre Klapper2010-12-041-1/+2 | * Bug #207580 - Allow new mail check on individual accountsMilan Crha2010-11-267-89/+0 | * Bug #635087 - Leftover files after migration of config/data/cache to XDG dire...Mathieu Trudel-Lapierre2010-11-231-7/+11 | * Migrate the local store from mbox to maildir formatChenthill Palanisamy2010-11-231-8/+2 | * Add a compatibility code to previous patchJavier Jardón2010-11-091-0/+4 | * Use gtk_paned_new() instead gtk_[v|h]paned_new()Javier Jardón2010-11-091-1/+1 | * Fix distcheck errors.EVOLUTION_2_91_2Matthew Barnes2010-11-081-1/+1 * | Make sure GConf schemas have defined default valuesMilan Crha2011-09-141-5/+22 * | Coding style and whitespace cleanup.Matthew Barnes2011-09-1410-52/+69 * | Bug 657836 - Work around g_unix_signal API changes.Matthew Barnes2011-09-141-1/+5 * | Fix build break in libeshell.Matthew Barnes2011-09-14