From owner-svn-ports-head@freebsd.org Sat Sep 22 22:08:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98BD310A50E9; Sat, 22 Sep 2018 22:08:40 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 44FFA8482C; Sat, 22 Sep 2018 22:08:40 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3853021BF3; Sat, 22 Sep 2018 22:08:40 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8MM8eWL078159; Sat, 22 Sep 2018 22:08:40 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8MM8dvd078158; Sat, 22 Sep 2018 22:08:39 GMT (envelope-from des@FreeBSD.org) Message-Id: <201809222208.w8MM8dvd078158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: des set sender to des@FreeBSD.org using -f From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Date: Sat, 22 Sep 2018 22:08:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480435 - head/textproc/p5-Plagger X-SVN-Group: ports-head X-SVN-Commit-Author: des X-SVN-Commit-Paths: head/textproc/p5-Plagger X-SVN-Commit-Revision: 480435 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2018 22:08:40 -0000 Author: des Date: Sat Sep 22 22:08:39 2018 New Revision: 480435 URL: https://svnweb.freebsd.org/changeset/ports/480435 Log: Fix DEPENDS. Point WWW at CPAN since the website seems dead. Modified: head/textproc/p5-Plagger/Makefile head/textproc/p5-Plagger/pkg-descr Modified: head/textproc/p5-Plagger/Makefile ============================================================================== --- head/textproc/p5-Plagger/Makefile Sat Sep 22 21:09:41 2018 (r480434) +++ head/textproc/p5-Plagger/Makefile Sat Sep 22 22:08:39 2018 (r480435) @@ -15,7 +15,8 @@ COMMENT= Pluggable RSS/Atom feed aggregator written in LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-DateTime>=0:devel/p5-DateTime \ p5-DateTime-TimeZone>=0:devel/p5-DateTime-TimeZone \ p5-DateTime-Locale>=0:devel/p5-DateTime-Locale \ @@ -63,329 +64,266 @@ OPTIONS_DEFINE= AUTHORNAME BABELFISH BETTERENCODING BE PUBLISHCSV PUBLISHEXCEL PUBLISHGMAIL PUBLISHIMAP PUBLISHMT \ PUBLISHPDF PUBLISHPLANET PUBLISHSWF PUBSERLZR ROMANIZE \ RULEFRESH SRCHGREP SUBSCOPML SUBSCRDBI SUBSCRFOAF SUMJPN \ - SUMMARYENG SUMTEXTORG XPATH DOCS EXAMPLES + SUMMARYENG SUMTEXTORG XPATH \ + DOCS EXAMPLES +AUTHORNAME_DESC= Filter::ExtractAuthorName Support +BABELFISH_DESC= Filter::Babelfish Support BETTERENCODING_DESC= Better Encoding detection Support -PODTESTINGPOD_DESC= Testing Support -COOKIESHARING_DESC= Cookie sharing with Firefox Support -LIBERALXML_DESC= Liberal XML parsing Support -XPATH_DESC= XPath Support BETTERHTML_DESC= Better html to text formatter -PRSJPNDATE_DESC= Parse Japanese datetime format -PUBLISHEXCEL_DESC= Publish::Excel Support -FILTERPIPE_DESC= Filter::Pipe Support -PUBLISHPLANET_DESC= Publish::Planet Support -PUBLISHCSV_DESC= Publish::CSV Support -FILDEGYT_DESC= Filter-DegradeYouTube -AUTHORNAME_DESC= Filter::ExtractAuthorName Support -GUESSLANG_DESC= Filter::GuessLanguage Support -GUESSTZ_DESC= Filter::GuessTimeZoneByDomain Support -HTMLTIDY_DESC= Filter::HTMLTidy Support -PUBLISHMT_DESC= Publish::MT Support -PUBSERLZR_DESC= Publish-Serializer Support -PUBICAL_DESC= Publish::iCal Support -ROMANIZE_DESC= Filter::Romanize Support -JAVASCRIPT_DESC= Publish::JavaScript Support -EMOTICON_DESC= Filter::Emoticon Support -FILHATENA_DESC= Filter::HatenaFormat Support +BLOGLINES_DESC= Subscription::Bloglines Support +COOKIESHARING_DESC= Cookie sharing with Firefox Support +CUSFEEDMIXI_DESC= CustomFeed::Mixi Support +CUSTOMSVNLOG_DESC= CustomFeed::SVNLog Support +EMOTICON_DESC= Filter::Emoticon Support +ESTRAIER_DESC= Search::Estraier Support +FILDEGYT_DESC= Filter-DegradeYouTube +FILHATENA_DESC= Filter::HatenaFormat Support FILHATKTAG_DESC= Filter::HatenaKeywordTag -RULEFRESH_DESC= Rule::Fresh Support -SUBSCOPML_DESC= Subscription::OPML Support +FILHTMLSCRB_DESC= Filter::HTMLScrubber Support +FILMRKDWN_DESC= Filter::Markdown Support +FILSPAMASSN_DESC= Filter-SpamAssassin Support +FILTERPIPE_DESC= Filter::Pipe Support +FILTERPPT_DESC= Filter::TTP Support FLICKRSEARCH_DESC= CustomFeed::FlickrSearch Support +GUESSLANG_DESC= Filter::GuessLanguage Support +GUESSTZ_DESC= Filter::GuessTimeZoneByDomain Support HATENABKMK_DESC= Filter::HatenaBookmarkUsersCount Support -PALMDOC_DESC= Publish::PalmDoc Support -PUBLISHSWF_DESC= Publish::SWF Support -SUBSCRDBI_DESC= Subscription::DBI Support -FILTERPPT_DESC= Filter::TTP Support -KINOSEARCH_DESC= Search::KinoSearch Support -PUBLISHGMAIL_DESC= Publish::Gmail Support -PUBDELICIOUS_DESC= Publish::Delicious Support -ESTRAIER_DESC= Search::Estraier Support -SRCHGREP_DESC= Search::Grep -PUBJSON_DESC= Publish::JSON Support -FILSPAMASSN_DESC= Filter-SpamAssassin Support -PROFANITY_DESC= Filter::Profanity Support -HATENARSS_DESC= Subscription::HatenaRSS Support -SUBSCRFOAF_DESC= Subscription::FOAF Support -NOTIFYIRC_DESC= Notify::IRC Support HATENADIARY_DESC= Filter::HatenaDiaryKeywordLink Support -LIVEDOOR_DESC= Subscription::LivedoorReader Support +HATENARSS_DESC= Subscription::HatenaRSS Support +HTMLTIDY_DESC= Filter::HTMLTidy Support +IMAGEINFO_DESC= Filter::ImageInfo Support +JAVASCRIPT_DESC= Publish::JavaScript Support +KINOSEARCH_DESC= Search::KinoSearch Support +LIBERALXML_DESC= Liberal XML parsing Support +LIVEDOOR_DESC= Subscription::LivedoorReader Support +NOTIFYIRC_DESC= Notify::IRC Support +NTFYNETSEND_DESC= Notify::NetSend Support +PALMDOC_DESC= Publish::PalmDoc Support PINGSERVER_DESC= Subscription::PingServer Support -IMAGEINFO_DESC= Filter::ImageInfo Support -FILMRKDWN_DESC= Filter::Markdown Support +PLANETINI_DESC= Subscription::PlanetINI Support +PODTESTINGPOD_DESC= Testing Support +PROFANITY_DESC= Filter::Profanity Support +PRSJPNDATE_DESC= Parse Japanese datetime format +PUBDELICIOUS_DESC= Publish::Delicious Support +PUBICAL_DESC= Publish::iCal Support +PUBJSON_DESC= Publish::JSON Support +PUBLISHCSV_DESC= Publish::CSV Support +PUBLISHEXCEL_DESC= Publish::Excel Support +PUBLISHGMAIL_DESC= Publish::Gmail Support PUBLISHIMAP_DESC= Publish::IMAP Support +PUBLISHMT_DESC= Publish::MT Support PUBLISHPDF_DESC= Publish::PDF Support -BLOGLINES_DESC= Subscription::Bloglines Support -BABELFISH_DESC= Filter::Babelfish Support -CUSFEEDMIXI_DESC= CustomFeed::Mixi Support -CUSTOMSVNLOG_DESC= CustomFeed::SVNLog Support -NTFYNETSEND_DESC= Notify::NetSend Support -FILHTMLSCRB_DESC= Filter::HTMLScrubber Support -PLANETINI_DESC= Subscription::PlanetINI Support +PUBLISHPLANET_DESC= Publish::Planet Support +PUBLISHSWF_DESC= Publish::SWF Support +PUBSERLZR_DESC= Publish-Serializer Support +ROMANIZE_DESC= Filter::Romanize Support +RULEFRESH_DESC= Rule::Fresh Support +SRCHGREP_DESC= Search::Grep +SUBSCOPML_DESC= Subscription::OPML Support +SUBSCRDBI_DESC= Subscription::DBI Support +SUBSCRFOAF_DESC= Subscription::FOAF Support +SUMJPN_DESC= Summary::Japanes SUMMARYENG_DESC= Summary-English Support -SUMJPN_DESC= Summary::Japanes SUMTEXTORG_DESC= Summary-TextOriginal Support +XPATH_DESC= XPath Support OPTIONS_DEFAULT= BETTERENCODING LIBERALXML XPATH BETTERHTML \ PUBLISHPLANET GUESSTZ EMOTICON RULEFRESH SUBSCOPML \ SUBSCRDBI PUBLISHGMAIL HATENARSS SUBSCRFOAF LIVEDOOR \ PINGSERVER BLOGLINES FILHTMLSCRB PLANETINI -.include +AUTHORNAME_RUN_DEPENDS= \ + p5-Email-Address>=0:mail/p5-Email-Address -.if ${PORT_OPTIONS:MBETTERENCODING} -BUILD_DEPENDS+= p5-Encode-Detect>=0:converters/p5-Encode-Detect -.endif +BABELFISH_RUN_DEPENDS= \ + p5-WWW-Babelfish>=0:www/p5-WWW-Babelfish -.if ${PORT_OPTIONS:MPODTESTING} -BUILD_DEPENDS+= p5-Test-Pod>=0:devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage -.endif +BETTERENCODING_RUN_DEPENDS= \ + p5-Encode-Detect>=0:converters/p5-Encode-Detect -.if ${PORT_OPTIONS:MCOOKIESHARING} -BUILD_DEPENDS+= p5-HTTP-Cookies-Mozilla>=0:www/p5-HTTP-Cookies-Mozilla -.endif +BETTERHTML_RUN_DEPENDS= \ + p5-HTML-TreeBuilder-XPath>=0:www/p5-HTML-TreeBuilder-XPath -.if ${PORT_OPTIONS:MLIBERALXML} -BUILD_DEPENDS+= p5-XML-Liberal>=0:textproc/p5-XML-Liberal \ - p5-XML-RSS-Liberal>=0:textproc/p5-XML-RSS-Liberal -.endif +BLOGLINES_RUN_DEPENDS= \ + p5-WebService-Bloglines>=0:www/p5-WebService-Bloglines -.if ${PORT_OPTIONS:MXPATH} -BUILD_DEPENDS+= p5-HTML-Tree>=0:www/p5-HTML-Tree \ - p5-HTML-Format>=0:textproc/p5-HTML-Format -.endif +COOKIESHARING_RUN_DEPENDS= \ + p5-HTTP-Cookies-Mozilla>=0:www/p5-HTTP-Cookies-Mozilla -.if ${PORT_OPTIONS:MBETTERHTML} -BUILD_DEPENDS+= p5-HTML-TreeBuilder-XPath>=0:www/p5-HTML-TreeBuilder-XPath -.endif +CUSFEEDMIXI_RUN_DEPENDS= \ + p5-WWW-Mixi>=0:www/p5-WWW-Mixi -.if ${PORT_OPTIONS:MPRSJPNDATE} -BUILD_DEPENDS+= ja-p5-DateTime-Format-Japanese>=0:japanese/p5-DateTime-Format-Japanese -.endif +CUSTOMSVNLOG_RUN_DEPENDS= \ + p5-subversion>=0:devel/p5-subversion -.if ${PORT_OPTIONS:MPUBLISHEXCEL} -BUILD_DEPENDS+= p5-Spreadsheet-WriteExcel>=0:textproc/p5-Spreadsheet-WriteExcel -.endif +EMOTICON_RUN_DEPENDS= \ + p5-Text-Emoticon>=0:textproc/p5-Text-Emoticon -.if ${PORT_OPTIONS:MFILTERPIPE} -BUILD_DEPENDS+= p5-IPC-Run>=0:devel/p5-IPC-Run -.endif +ESTRAIER_RUN_DEPENDS= \ + p5-Search-Estraier>=0:textproc/p5-Search-Estraier -.if ${PORT_OPTIONS:MPUBLISHPLANET} -BUILD_DEPENDS+= p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \ - p5-HTML-Scrubber>=0:www/p5-HTML-Scrubber -.endif +FILDEGYT_RUN_DEPENDS= \ + p5-WebService-YouTube>=0:www/p5-WebService-YouTube -.if ${PORT_OPTIONS:MPUBLISHCSV} -BUILD_DEPENDS+= p5-Text-CSV>=0:textproc/p5-Text-CSV -.endif +FILHATENA_RUN_DEPENDS= \ + p5-Text-Hatena>=0:textproc/p5-Text-Hatena -.if ${PORT_OPTIONS:MFILDEGYT} -BUILD_DEPENDS+= p5-WebService-YouTube>=0:www/p5-WebService-YouTube -.endif +FILHATKTAG_RUN_DEPENDS= \ + p5-Hatena-Keyword>=0:textproc/p5-Hatena-Keyword -.if ${PORT_OPTIONS:MAUTHORNAME} -BUILD_DEPENDS+= p5-Email-Address>=0:mail/p5-Email-Address -.endif +FILHTMLSCRB_RUN_DEPENDS= \ + p5-HTML-Scrubber>=0:www/p5-HTML-Scrubber -.if ${PORT_OPTIONS:MGUESSLANG} -BUILD_DEPENDS+= p5-Lingua-ZH-HanDetect>=0:chinese/p5-Lingua-ZH-HanDetect \ - p5-Text-Language-Guess>=0:textproc/p5-Text-Language-Guess -.endif +FILMRKDWN_RUN_DEPENDS= \ + p5-Text-Markdown>=0:textproc/p5-Text-Markdown -.if ${PORT_OPTIONS:MGUESSTZ} -BUILD_DEPENDS+= p5-IP-Country>=0:net/p5-IP-Country -.endif +FILSPAMASSN_RUN_DEPENDS= \ + spamassassin>=0:mail/spamassassin -.if ${PORT_OPTIONS:MHTMLTIDY} -BUILD_DEPENDS+= p5-HTML-Tidy>=0:textproc/p5-HTML-Tidy -.endif +FILTERPIPE_RUN_DEPENDS= \ + p5-IPC-Run>=0:devel/p5-IPC-Run -.if ${PORT_OPTIONS:MPUBLISHMT} -BUILD_DEPENDS+= p5-Net-MovableType>=0:net/p5-Net-MovableType -.endif +FILTERPPT_RUN_DEPENDS= \ + p5-URI-Find>=0:textproc/p5-URI-Find -.if ${PORT_OPTIONS:MPUBSERLZR} -BUILD_DEPENDS+= p5-Data-Serializer>=0:devel/p5-Data-Serializer -.endif +FLICKRSEARCH_RUN_DEPENDS= \ + p5-Flickr-API>=0:www/p5-Flickr-API \ + p5-DateTime-Format-Epoch>=0:devel/p5-DateTime-Format-Epoch -.if ${PORT_OPTIONS:MPUBICAL} -BUILD_DEPENDS+= p5-Data-ICal>=0:deskutils/p5-Data-ICal \ - p5-DateTime-Format-ICal>=0:devel/p5-DateTime-Format-ICal -.endif +GUESSLANG_RUN_DEPENDS= \ + p5-Lingua-ZH-HanDetect>=0:chinese/p5-Lingua-ZH-HanDetect \ + p5-Text-Language-Guess>=0:textproc/p5-Text-Language-Guess -.if ${PORT_OPTIONS:MROMANIZE} -BUILD_DEPENDS+= ja-p5-Text-Kakasi>=0:japanese/p5-Text-Kakasi -.endif +GUESSTZ_RUN_DEPENDS= \ + p5-IP-Country>=0:net/p5-IP-Country -.if ${PORT_OPTIONS:MJAVASCRIPT} -BUILD_DEPENDS+= p5-Template-Plugin-JavaScript>=0:www/p5-Template-Plugin-JavaScript -.endif +HATENABKMK_RUN_DEPENDS= \ + p5-SOAP-Lite>=0:net/p5-SOAP-Lite -.if ${PORT_OPTIONS:MEMOTICON} -BUILD_DEPENDS+= p5-Text-Emoticon>=0:textproc/p5-Text-Emoticon -.endif +HATENADIARY_RUN_DEPENDS= \ + p5-SOAP-Lite>=0:net/p5-SOAP-Lite -.if ${PORT_OPTIONS:MFILHATENA} -BUILD_DEPENDS+= p5-Text-Hatena>=0:textproc/p5-Text-Hatena -.endif +HATENARSS_RUN_DEPENDS= \ + p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize -.if ${PORT_OPTIONS:MFILHATKTAG} -BUILD_DEPENDS+= p5-Hatena-Keyword>=0:textproc/p5-Hatena-Keyword -.endif +HTMLTIDY_RUN_DEPENDS= \ + p5-HTML-Tidy>=0:textproc/p5-HTML-Tidy -.if ${PORT_OPTIONS:MRULEFRESH} -BUILD_DEPENDS+= p5-Time-Duration-Parse>=0:devel/p5-Time-Duration-Parse -.endif +IMAGEINFO_RUN_DEPENDS= \ + p5-Image-Info>=0:graphics/p5-Image-Info -.if ${PORT_OPTIONS:MSUBSCOPML} -BUILD_DEPENDS+= p5-XML-OPML>=0:textproc/p5-XML-OPML -.endif +JAVASCRIPT_RUN_DEPENDS= \ + p5-Template-Plugin-JavaScript>=0:www/p5-Template-Plugin-JavaScript -.if ${PORT_OPTIONS:MFLICKRSEARCH} -BUILD_DEPENDS+= p5-Flickr-API>=0:www/p5-Flickr-API \ - p5-DateTime-Format-Epoch>=0:devel/p5-DateTime-Format-Epoch -.endif +KINOSEARCH_RUN_DEPENDS= \ + p5-KinoSearch1>=0:textproc/p5-KinoSearch1 -.if ${PORT_OPTIONS:MHATENABKMK} -BUILD_DEPENDS+= p5-SOAP-Lite>=0:net/p5-SOAP-Lite -.endif +LIBERALXML_RUN_DEPENDS= \ + p5-XML-Liberal>=0:textproc/p5-XML-Liberal \ + p5-XML-RSS-Liberal>=0:textproc/p5-XML-RSS-Liberal -.if ${PORT_OPTIONS:MPALMDOC} -BUILD_DEPENDS+= p5-Palm-PalmDoc>=0:palm/p5-Palm-PalmDoc -.endif +LIVEDOOR_RUN_DEPENDS= \ + p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize \ + p5-YAML-Syck>=0:textproc/p5-YAML-Syck -.if ${PORT_OPTIONS:MPUBLISHSWF} -BUILD_DEPENDS+= p5-SWF-Builder>=0:graphics/p5-SWF-Builder \ - p5-Text-WrapI18N>=0:textproc/p5-Text-WrapI18N -.endif +NOTIFYIRC_RUN_DEPENDS= \ + p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC \ + p5-POE-Component-IKC>=0:devel/p5-POE-Component-IKC -.if ${PORT_OPTIONS:MSUBSCRDBI} -BUILD_DEPENDS+= p5-DBIx-Class>=0:databases/p5-DBIx-Class -.endif +NTFYNETSEND_RUN_DEPENDS= \ + p5-Net-NetSend>=0:net-im/p5-Net-NetSend -.if ${PORT_OPTIONS:MFILTERPPT} -BUILD_DEPENDS+= p5-URI-Find>=0:textproc/p5-URI-Find -.endif +PALMDOC_RUN_DEPENDS= \ + p5-Palm-PalmDoc>=0:palm/p5-Palm-PalmDoc -.if ${PORT_OPTIONS:MKINOSEARCH} -BUILD_DEPENDS+= p5-KinoSearch1>=0:textproc/p5-KinoSearch1 -.endif +PINGSERVER_RUN_DEPENDS= \ + p5-HTML-RSSAutodiscovery>=0:www/p5-HTML-RSSAutodiscovery -.if ${PORT_OPTIONS:MPUBLISHGMAIL} -BUILD_DEPENDS+= p5-Net-SMTP-TLS>=0:mail/p5-Net-SMTP-TLS \ - p5-MIME-Lite>=0:mail/p5-MIME-Lite \ - p5-Mail-Tools>=0:mail/p5-Mail-Tools -.endif +PLANETINI_RUN_DEPENDS= \ + p5-Config-INI-Simple>=0:devel/p5-Config-INI-Simple -.if ${PORT_OPTIONS:MPUBDELICIOUS} -BUILD_DEPENDS+= p5-Net-Delicious>=0:net/p5-Net-Delicious -.endif +PODTESTING_RUN_DEPENDS= \ + p5-Test-Pod>=0:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage -.if ${PORT_OPTIONS:MESTRAIER} -BUILD_DEPENDS+= p5-Search-Estraier>=0:textproc/p5-Search-Estraier -.endif +PROFANITY_RUN_DEPENDS= \ + p5-Regexp-Common-profanity_us>=0:textproc/p5-Regexp-Common-profanity_us -.if ${PORT_OPTIONS:MSRCHGREP} -BUILD_DEPENDS+= p5-File-Grep>=0:devel/p5-File-Grep -.endif +PRSJPNDATE_RUN_DEPENDS= \ + ja-p5-DateTime-Format-Japanese>=0:japanese/p5-DateTime-Format-Japanese -.if ${PORT_OPTIONS:MPUBJSON} -BUILD_DEPENDS+= p5-YAML-Syck>=0:textproc/p5-YAML-Syck -.endif +PUBDELICIOUS_RUN_DEPENDS= \ + p5-Net-Delicious>=0:net/p5-Net-Delicious -.if ${PORT_OPTIONS:MFILSPAMASSN} -BUILD_DEPENDS+= spamassassin>=0:mail/spamassassin -.endif +PUBICAL_RUN_DEPENDS= \ + p5-Data-ICal>=0:deskutils/p5-Data-ICal \ + p5-DateTime-Format-ICal>=0:devel/p5-DateTime-Format-ICal -.if ${PORT_OPTIONS:MPROFANITY} -BUILD_DEPENDS+= p5-Regexp-Common-profanity_us>=0:textproc/p5-Regexp-Common-profanity_us -.endif +PUBJSON_RUN_DEPENDS= \ + p5-YAML-Syck>=0:textproc/p5-YAML-Syck -.if ${PORT_OPTIONS:MHATENARSS} -BUILD_DEPENDS+= p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize -.endif +PUBLISHCSV_RUN_DEPENDS= \ + p5-Text-CSV>=0:textproc/p5-Text-CSV -.if ${PORT_OPTIONS:MSUBSCRFOAF} -BUILD_DEPENDS+= p5-XML-FOAF>=0:textproc/p5-XML-FOAF -.endif +PUBLISHEXCEL_RUN_DEPENDS= \ + p5-Spreadsheet-WriteExcel>=0:textproc/p5-Spreadsheet-WriteExcel -.if ${PORT_OPTIONS:MNOTIFYIRC} -BUILD_DEPENDS+= p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC \ - p5-POE-Component-IKC>=0:devel/p5-POE-Component-IKC -.endif +PUBLISHGMAIL_RUN_DEPENDS= \ + p5-Net-SMTP-TLS>=0:mail/p5-Net-SMTP-TLS \ + p5-MIME-Lite>=0:mail/p5-MIME-Lite \ + p5-Mail-Tools>=0:mail/p5-Mail-Tools -.if ${PORT_OPTIONS:MHATENADIARY} -BUILD_DEPENDS+= p5-SOAP-Lite>=0:net/p5-SOAP-Lite -.endif +PUBLISHIMAP_RUN_DEPENDS= \ + p5-Mail-IMAPClient>=0:mail/p5-Mail-IMAPClient -.if ${PORT_OPTIONS:MLIVEDOOR} -BUILD_DEPENDS+= p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize \ - p5-YAML-Syck>=0:textproc/p5-YAML-Syck -.endif +PUBLISHMT_RUN_DEPENDS= \ + p5-Net-MovableType>=0:net/p5-Net-MovableType -.if ${PORT_OPTIONS:MPINGSERVER} -BUILD_DEPENDS+= p5-HTML-RSSAutodiscovery>=0:www/p5-HTML-RSSAutodiscovery -.endif +PUBLISHPDF_RUN_DEPENDS= \ + p5-PDF-FromHTML>=0:textproc/p5-PDF-FromHTML -.if ${PORT_OPTIONS:MIMAGEINFO} -BUILD_DEPENDS+= p5-Image-Info>=0:graphics/p5-Image-Info -.endif +PUBLISHPLANET_RUN_DEPENDS= \ + p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \ + p5-HTML-Scrubber>=0:www/p5-HTML-Scrubber -.if ${PORT_OPTIONS:MFILMRKDWN} -BUILD_DEPENDS+= p5-Text-Markdown>=0:textproc/p5-Text-Markdown -.endif +PUBLISHSWF_RUN_DEPENDS= \ + p5-SWF-Builder>=0:graphics/p5-SWF-Builder \ + p5-Text-WrapI18N>=0:textproc/p5-Text-WrapI18N -.if ${PORT_OPTIONS:MPUBLISHIMAP} -BUILD_DEPENDS+= p5-Mail-IMAPClient>=0:mail/p5-Mail-IMAPClient -.endif +PUBSERLZR_RUN_DEPENDS= \ + p5-Data-Serializer>=0:devel/p5-Data-Serializer -.if ${PORT_OPTIONS:MPUBLISHPDF} -BUILD_DEPENDS+= p5-PDF-FromHTML>=0:textproc/p5-PDF-FromHTML -.endif +ROMANIZE_RUN_DEPENDS= \ + ja-p5-Text-Kakasi>=0:japanese/p5-Text-Kakasi -.if ${PORT_OPTIONS:MBLOGLINES} -BUILD_DEPENDS+= p5-WebService-Bloglines>=0:www/p5-WebService-Bloglines -.endif +RULEFRESH_RUN_DEPENDS= \ + p5-Time-Duration-Parse>=0:devel/p5-Time-Duration-Parse -.if ${PORT_OPTIONS:MBABELFISH} -BUILD_DEPENDS+= p5-WWW-Babelfish>=0:www/p5-WWW-Babelfish -.endif +SRCHGREP_RUN_DEPENDS= \ + p5-File-Grep>=0:devel/p5-File-Grep -.if ${PORT_OPTIONS:MCUSFEEDMIXI} -BUILD_DEPENDS+= p5-WWW-Mixi>=0:www/p5-WWW-Mixi -.endif +SUBSCOPML_RUN_DEPENDS= \ + p5-XML-OPML>=0:textproc/p5-XML-OPML -.if ${PORT_OPTIONS:MCUSTOMSVNLOG} -BUILD_DEPENDS+= p5-subversion>=0:devel/p5-subversion -.endif +SUBSCRDBI_RUN_DEPENDS= \ + p5-DBIx-Class>=0:databases/p5-DBIx-Class -.if ${PORT_OPTIONS:MNTFYNETSEND} -BUILD_DEPENDS+= p5-Net-NetSend>=0:net-im/p5-Net-NetSend -.endif +SUBSCRFOAF_RUN_DEPENDS= \ + p5-XML-FOAF>=0:textproc/p5-XML-FOAF -.if ${PORT_OPTIONS:MFILHTMLSCRB} -BUILD_DEPENDS+= p5-HTML-Scrubber>=0:www/p5-HTML-Scrubber -.endif +SUMJPN_RUN_DEPENDS= \ + ja-p5-Lingua-JA-Summarize-Extract>=0:japanese/p5-Lingua-JA-Summarize-Extract -.if ${PORT_OPTIONS:MPLANETINI} -BUILD_DEPENDS+= p5-Config-INI-Simple>=0:devel/p5-Config-INI-Simple -.endif +SUMMARYENG_RUN_DEPENDS= \ + p5-Lingua-EN-Summarize>=0:textproc/p5-Lingua-EN-Summarize -.if ${PORT_OPTIONS:MSUMMARYENG} -BUILD_DEPENDS+= p5-Lingua-EN-Summarize>=0:textproc/p5-Lingua-EN-Summarize -.endif +SUMTEXTORG_RUN_DEPENDS= \ + p5-Text-Original>=0:textproc/p5-Text-Original -.if ${PORT_OPTIONS:MSUMJPN} -BUILD_DEPENDS+= ja-p5-Lingua-JA-Summarize-Extract>=0:japanese/p5-Lingua-JA-Summarize-Extract -.endif - -.if ${PORT_OPTIONS:MSUMTEXTORG} -BUILD_DEPENDS+= p5-Text-Original>=0:textproc/p5-Text-Original -.endif - -RUN_DEPENDS:= ${BUILD_DEPENDS} +XPATH_RUN_DEPENDS= \ + p5-HTML-Tree>=0:www/p5-HTML-Tree \ + p5-HTML-Format>=0:textproc/p5-HTML-Format post-patch: @${REINPLACE_CMD} -i '' '/auto_install/d' ${WRKSRC}/Makefile.PL Modified: head/textproc/p5-Plagger/pkg-descr ============================================================================== --- head/textproc/p5-Plagger/pkg-descr Sat Sep 22 21:09:41 2018 (r480434) +++ head/textproc/p5-Plagger/pkg-descr Sat Sep 22 22:08:39 2018 (r480435) @@ -6,4 +6,4 @@ think of Plagger as a blosxom or qpsmtpd for RSS aggre WARNING: This port depends on thousands of other ports spececially with full options. -WWW: http://plagger.org/ +WWW: https://metacpan.org/release/Plagger