diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-11-29 05:21:33 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-11-29 05:21:33 +0000 |
commit | 18c5f9f7f73858d374c222b60062a41d89d7c4b0 (patch) | |
tree | da2ad09297c62b0eaa0b2c578e38be6855d8ce70 /textproc/p5-Plagger | |
parent | d9db5e555cd6e044b903ea8f91e2d4366735c7f4 (diff) | |
download | ports-18c5f9f7f73858d374c222b60062a41d89d7c4b0.tar.gz ports-18c5f9f7f73858d374c222b60062a41d89d7c4b0.zip |
Notes
Diffstat (limited to 'textproc/p5-Plagger')
-rw-r--r-- | textproc/p5-Plagger/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-Plagger/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Plagger/pkg-plist | 14 |
3 files changed, 30 insertions, 10 deletions
diff --git a/textproc/p5-Plagger/Makefile b/textproc/p5-Plagger/Makefile index 814a128c501c..69b115202dc5 100644 --- a/textproc/p5-Plagger/Makefile +++ b/textproc/p5-Plagger/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Plagger -PORTVERSION= 0.7.15 +PORTVERSION= 0.7.16 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/M/MI/MIYAGAWA @@ -16,6 +16,9 @@ MAINTAINER= sumikawa@FreeBSD.org COMMENT= A pluggable RSS/Atom feed aggregator written in Perl BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ + ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ + ${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \ + ${SITE_PERL}/DateTime/Locale.pm:${PORTSDIR}/devel/p5-DateTime-Locale \ ${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ ${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ ${SITE_PERL}/DateTime/Format/W3CDTF.pm:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF \ @@ -95,6 +98,10 @@ OPTIONS= BETTERENCODING "Better Encoding detection Support" off \ PLANETINI "Subscription::PlanetINI Support" off \ SUMMARYENG "Summary-English Support" off \ SUMTEXTORG "Summary-TextOriginal Support" off \ +# The below are not supported yet due to lack of depending ports +# PRSJPNDATE "Parse Japanese datetime format" off \ +# FILDEGYT "Filter-DegradeYouTube" off \ +# SUMJPN "Summary::Japanes" off \ .include <bsd.port.pre.mk> @@ -125,6 +132,10 @@ BUILD_DEPENDS+= ${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \ BUILD_DEPENDS+= ${SITE_PERL}/HTML/TreeBuilder/XPath.pm:${PORTSDIR}/www/p5-HTML-TreeBuilder-XPath .endif +#.if !defined(WITH_PRSJPNDATE) +#BUILD_DEPENDS+= ${SITE_PERL}/DateTime/Format/Japanese.pm:${PORTSDIR}/devel/p5-DateTime-Format-Japanese +#.endif + .if defined(WITH_PUBLISHEXCEL) BUILD_DEPENDS+= ${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel .endif @@ -369,8 +380,8 @@ MAN3= Plagger.3 \ Plagger::Plugin::CustomFeed::MixiDiarySearch.3 \ Plagger::Plugin::CustomFeed::POP3.3 \ Plagger::Plugin::CustomFeed::PerlMonks.3 \ - Plagger::Plugin::CustomFeed::Script.3 \ Plagger::Plugin::CustomFeed::SVNLog.3 \ + Plagger::Plugin::CustomFeed::Script.3 \ Plagger::Plugin::CustomFeed::Simple.3 \ Plagger::Plugin::CustomFeed::YouTube.3 \ Plagger::Plugin::CustomFeed::iTunesRecentPlay.3 \ @@ -384,6 +395,7 @@ MAN3= Plagger.3 \ Plagger::Plugin::Filter::BreakEntriesToFeeds.3 \ Plagger::Plugin::Filter::BulkfeedsTerms.3 \ Plagger::Plugin::Filter::CompositeFeed.3 \ + Plagger::Plugin::Filter::DegradeYouTube.3 \ Plagger::Plugin::Filter::Delicious.3 \ Plagger::Plugin::Filter::DeliciousFeedTags.3 \ Plagger::Plugin::Filter::Emoticon.3 \ @@ -461,8 +473,8 @@ MAN3= Plagger.3 \ Plagger::Plugin::Publish::Gmail.3 \ Plagger::Plugin::Publish::HatenaBookmark.3 \ Plagger::Plugin::Publish::IMAP.3 \ - Plagger::Plugin::Publish::JavaScript.3 \ Plagger::Plugin::Publish::JSON.3 \ + Plagger::Plugin::Publish::JavaScript.3 \ Plagger::Plugin::Publish::LivedoorClip.3 \ Plagger::Plugin::Publish::MT.3 \ Plagger::Plugin::Publish::MTWidget.3 \ @@ -503,10 +515,12 @@ MAN3= Plagger.3 \ Plagger::Plugin::Subscription::PlanetINI.3 \ Plagger::Plugin::Subscription::XOXO.3 \ Plagger::Plugin::Subscription::XPath.3 \ + Plagger::Plugin::Summary::AppleScript.3 \ Plagger::Plugin::Summary::Auto.3 \ Plagger::Plugin::Summary::English.3 \ Plagger::Plugin::Summary::GetSen.3 \ Plagger::Plugin::Summary::HatenaBookmark.3 \ + Plagger::Plugin::Summary::Japanese.3 \ Plagger::Plugin::Summary::Simple.3 \ Plagger::Plugin::Summary::TextOriginal.3 \ Plagger::Plugin::Summary::TrackbackRDF.3 \ diff --git a/textproc/p5-Plagger/distinfo b/textproc/p5-Plagger/distinfo index d56ad0135ead..e83d99a802b8 100644 --- a/textproc/p5-Plagger/distinfo +++ b/textproc/p5-Plagger/distinfo @@ -1,3 +1,3 @@ -MD5 (Plagger-0.7.15.tar.gz) = 8c4293d263589cc2c4a360a3171ce78e -SHA256 (Plagger-0.7.15.tar.gz) = 09bf95a550071af5512a4453e02de9736a6c3c015d96f72633d41a500e20ecf1 -SIZE (Plagger-0.7.15.tar.gz) = 319402 +MD5 (Plagger-0.7.16.tar.gz) = 418a02f27edf03e56f30370d84b8920b +SHA256 (Plagger-0.7.16.tar.gz) = b119557f78e61b78a5f6934b6d5f58b09166c30e3c371f405eb44a376ac0f1e4 +SIZE (Plagger-0.7.16.tar.gz) = 321569 diff --git a/textproc/p5-Plagger/pkg-plist b/textproc/p5-Plagger/pkg-plist index 9d0e939ab940..46050da25573 100644 --- a/textproc/p5-Plagger/pkg-plist +++ b/textproc/p5-Plagger/pkg-plist @@ -51,6 +51,7 @@ bin/plagger-ircbot %%SITE_PERL%%/Plagger/Plugin/Filter/BreakEntriesToFeeds.pm %%SITE_PERL%%/Plagger/Plugin/Filter/BulkfeedsTerms.pm %%SITE_PERL%%/Plagger/Plugin/Filter/CompositeFeed.pm +%%SITE_PERL%%/Plagger/Plugin/Filter/DegradeYouTube.pm %%SITE_PERL%%/Plagger/Plugin/Filter/Delicious.pm %%SITE_PERL%%/Plagger/Plugin/Filter/DeliciousFeedTags.pm %%SITE_PERL%%/Plagger/Plugin/Filter/Emoticon.pm @@ -193,13 +194,15 @@ bin/plagger-ircbot %%SITE_PERL%%/Plagger/Plugin/Subscription/PlanetINI.pm %%SITE_PERL%%/Plagger/Plugin/Subscription/XOXO.pm %%SITE_PERL%%/Plagger/Plugin/Subscription/XPath.pm -%%SITE_PERL%%/Plagger/Plugin/Summary/TrackbackRDF.pm +%%SITE_PERL%%/Plagger/Plugin/Summary/AppleScript.pm +%%SITE_PERL%%/Plagger/Plugin/Summary/Auto.pm +%%SITE_PERL%%/Plagger/Plugin/Summary/English.pm %%SITE_PERL%%/Plagger/Plugin/Summary/GetSen.pm %%SITE_PERL%%/Plagger/Plugin/Summary/HatenaBookmark.pm -%%SITE_PERL%%/Plagger/Plugin/Summary/Auto.pm -%%SITE_PERL%%/Plagger/Plugin/Summary/TextOriginal.pm +%%SITE_PERL%%/Plagger/Plugin/Summary/Japanese.pm %%SITE_PERL%%/Plagger/Plugin/Summary/Simple.pm -%%SITE_PERL%%/Plagger/Plugin/Summary/English.pm +%%SITE_PERL%%/Plagger/Plugin/Summary/TextOriginal.pm +%%SITE_PERL%%/Plagger/Plugin/Summary/TrackbackRDF.pm %%SITE_PERL%%/Plagger/Plugin/UserAgent/AuthenRequest.pm %%SITE_PERL%%/Plagger/Plugin/UserAgent/RequestHeader.pm %%SITE_PERL%%/Plagger/Plugin/Widget/BloglinesSubscription.pm @@ -252,6 +255,7 @@ bin/plagger-ircbot %%DATADIR%%/assets/common/html.tt %%DATADIR%%/assets/plugins/CustomFeed-Script/domain-expire.pl %%DATADIR%%/assets/plugins/CustomFeed-Script/jsports-football.pl +%%DATADIR%%/assets/plugins/CustomFeed-Script/slims_calendar.pl %%DATADIR%%/assets/plugins/CustomFeed-Script/ssl-expire.pl %%DATADIR%%/assets/plugins/CustomFeed-Script/wowow-hv-51ch.pl %%DATADIR%%/assets/plugins/CustomFeed-Script/wowow-liga-espanola.pl @@ -323,9 +327,11 @@ bin/plagger-ircbot %%DATADIR%%/assets/plugins/Filter-EntryFullText/mainichi-msn.yaml %%DATADIR%%/assets/plugins/Filter-EntryFullText/matino-akari_com.yaml %%DATADIR%%/assets/plugins/Filter-EntryFullText/memn0ck.yaml +%%DATADIR%%/assets/plugins/Filter-EntryFullText/mt2.pl %%DATADIR%%/assets/plugins/Filter-EntryFullText/mtv-music.yaml %%DATADIR%%/assets/plugins/Filter-EntryFullText/mycom_journal.yaml %%DATADIR%%/assets/plugins/Filter-EntryFullText/netkeiba.yaml +%%DATADIR%%/assets/plugins/Filter-EntryFullText/news_3yen_com.yaml %%DATADIR%%/assets/plugins/Filter-EntryFullText/news_com.yaml %%DATADIR%%/assets/plugins/Filter-EntryFullText/news_livedoor_com.yaml %%DATADIR%%/assets/plugins/Filter-EntryFullText/newsforge.yaml |