summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-10-10 03:47:04 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-10-10 03:47:04 +0000
commit5493bdc555d57a50d71666f1ef4988c14fb1be7a (patch)
treeb2fea1ca95fea647ccecae919703cbe69adb1875 /textproc
parentOOo requires total 2Gbytes of memory or swap since the last year. (diff)
Upgrade to 0.7.13.
Notes
Notes: svn path=/head/; revision=175170
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Plagger/Makefile13
-rw-r--r--textproc/p5-Plagger/distinfo6
-rw-r--r--textproc/p5-Plagger/pkg-plist21
3 files changed, 35 insertions, 5 deletions
diff --git a/textproc/p5-Plagger/Makefile b/textproc/p5-Plagger/Makefile
index 72848d5024a5..b25dc8f3a3ab 100644
--- a/textproc/p5-Plagger/Makefile
+++ b/textproc/p5-Plagger/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= Plagger
-PORTVERSION= 0.7.12
-PORTREVISION= 2
+PORTVERSION= 0.7.13
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/M/MI/MIYAGAWA
@@ -51,6 +50,7 @@ OPTIONS= BETTERENCODING "Better Encoding detection Support" off \
GUESSLANG "Filter::GuessLanguage Support" off \
PUBLISHMT "Publish::MT Support" off \
PUBSERLZR "Publish-Serializer Support" off \
+ PUBICAL "Publish::iCal Support" off \
ROMANIZE "Filter::Romanize Support" off \
JAVASCRIPT "Publish::JavaScript Support" off \
EMOTICON "Filter::Emoticon Support" off \
@@ -151,6 +151,10 @@ BUILD_DEPENDS+= ${SITE_PERL}/Net/MovableType.pm:${PORTSDIR}/net/p5-Net-MovableTy
BUILD_DEPENDS+= ${SITE_PERL}/Data/Serializer.pm:${PORTSDIR}/devel/p5-Data-Serializer
.endif
+.if defined(WITH_PUBICAL)
+BUILD_DEPENDS+= ${SITE_PERL}/Data/ICal.pm:${PORTSDIR}/deskutils/p5-Data-ICal
+.endif
+
.if defined(WITH_ROMANIZE)
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Text/Kakasi.pm:${PORTSDIR}/japanese/p5-Text-Kakasi
.endif
@@ -338,6 +342,7 @@ 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::Simple.3 \
Plagger::Plugin::CustomFeed::YouTube.3 \
@@ -375,6 +380,7 @@ MAN3= Plagger.3 \
Plagger::Plugin::Filter::HatenaFormat.3 \
Plagger::Plugin::Filter::HatenaKeywordTag.3 \
Plagger::Plugin::Filter::ImageInfo.3 \
+ Plagger::Plugin::Filter::LivedoorClipUsersCount.3 \
Plagger::Plugin::Filter::LivedoorKeywordUnlink.3 \
Plagger::Plugin::Filter::Markdown.3 \
Plagger::Plugin::Filter::POPFile.3 \
@@ -408,6 +414,8 @@ MAN3= Plagger.3 \
Plagger::Plugin::Notify::IRC.3 \
Plagger::Plugin::Notify::MSAgent.3 \
Plagger::Plugin::Notify::NetSend.3 \
+ Plagger::Plugin::Notify::OpenBrowser.3 \
+ Plagger::Plugin::Notify::OpenBrowser::FirefoxRemote.3 \
Plagger::Plugin::Notify::SSTP.3 \
Plagger::Plugin::Notify::Tiarra.3 \
Plagger::Plugin::Notify::UpdatePing.3 \
@@ -438,6 +446,7 @@ MAN3= Plagger.3 \
Plagger::Plugin::Publish::Serializer.3 \
Plagger::Plugin::Publish::Speech::MacOSX.3 \
Plagger::Plugin::Publish::Takahashi.3 \
+ Plagger::Plugin::Publish::iCal.3 \
Plagger::Plugin::Search::Estraier.3 \
Plagger::Plugin::Search::Grep.3 \
Plagger::Plugin::Search::KinoSearch.3 \
diff --git a/textproc/p5-Plagger/distinfo b/textproc/p5-Plagger/distinfo
index d63cfbb29cda..613679e2d9d5 100644
--- a/textproc/p5-Plagger/distinfo
+++ b/textproc/p5-Plagger/distinfo
@@ -1,3 +1,3 @@
-MD5 (Plagger-0.7.12.tar.gz) = baaf1b71fd28c797c346bc407efdf542
-SHA256 (Plagger-0.7.12.tar.gz) = bc0ffc3f9e1dd0d297832b1c742cbb86dc1313d71a1ee6bece6ef50740b70ba5
-SIZE (Plagger-0.7.12.tar.gz) = 296045
+MD5 (Plagger-0.7.13.tar.gz) = fa81096064bab4712fd6865c7c9fcbf6
+SHA256 (Plagger-0.7.13.tar.gz) = 2b681372218b2af1d83d56b44cafeba895f55fa6b19e1e98ff8b5cccb06361e4
+SIZE (Plagger-0.7.13.tar.gz) = 301748
diff --git a/textproc/p5-Plagger/pkg-plist b/textproc/p5-Plagger/pkg-plist
index 4773e6e22319..03b1e272bbbc 100644
--- a/textproc/p5-Plagger/pkg-plist
+++ b/textproc/p5-Plagger/pkg-plist
@@ -36,6 +36,7 @@ bin/plagger-ircbot
%%SITE_PERL%%/Plagger/Plugin/CustomFeed/POP3.pm
%%SITE_PERL%%/Plagger/Plugin/CustomFeed/PerlMonks.pm
%%SITE_PERL%%/Plagger/Plugin/CustomFeed/SVNLog.pm
+%%SITE_PERL%%/Plagger/Plugin/CustomFeed/Script.pm
%%SITE_PERL%%/Plagger/Plugin/CustomFeed/Simple.pm
%%SITE_PERL%%/Plagger/Plugin/CustomFeed/YouTube.pm
%%SITE_PERL%%/Plagger/Plugin/CustomFeed/iTunesRecentPlay.pm
@@ -73,6 +74,7 @@ bin/plagger-ircbot
%%SITE_PERL%%/Plagger/Plugin/Filter/HatenaFormat.pm
%%SITE_PERL%%/Plagger/Plugin/Filter/HatenaKeywordTag.pm
%%SITE_PERL%%/Plagger/Plugin/Filter/ImageInfo.pm
+%%SITE_PERL%%/Plagger/Plugin/Filter/LivedoorClipUsersCount.pm
%%SITE_PERL%%/Plagger/Plugin/Filter/LivedoorKeywordUnlink.pm
%%SITE_PERL%%/Plagger/Plugin/Filter/Markdown.pm
%%SITE_PERL%%/Plagger/Plugin/Filter/POPFile.pm
@@ -113,6 +115,11 @@ bin/plagger-ircbot
%%SITE_PERL%%/Plagger/Plugin/Notify/IRC.pm
%%SITE_PERL%%/Plagger/Plugin/Notify/MSAgent.pm
%%SITE_PERL%%/Plagger/Plugin/Notify/NetSend.pm
+%%SITE_PERL%%/Plagger/Plugin/Notify/OpenBrowser.pm
+%%SITE_PERL%%/Plagger/Plugin/Notify/OpenBrowser/FirefoxRemote.pm
+%%SITE_PERL%%/Plagger/Plugin/Notify/OpenBrowser/darwin.pm
+%%SITE_PERL%%/Plagger/Plugin/Notify/OpenBrowser/linux.pm
+%%SITE_PERL%%/Plagger/Plugin/Notify/OpenBrowser/mswin32.pm
%%SITE_PERL%%/Plagger/Plugin/Notify/SSTP.pm
%%SITE_PERL%%/Plagger/Plugin/Notify/Tiarra.pm
%%SITE_PERL%%/Plagger/Plugin/Notify/UpdatePing.pm
@@ -148,6 +155,7 @@ bin/plagger-ircbot
%%SITE_PERL%%/Plagger/Plugin/Publish/Speech/MacOSX.pm
%%SITE_PERL%%/Plagger/Plugin/Publish/Speech/Win32.pm
%%SITE_PERL%%/Plagger/Plugin/Publish/Takahashi.pm
+%%SITE_PERL%%/Plagger/Plugin/Publish/iCal.pm
%%SITE_PERL%%/Plagger/Plugin/Search/Estraier.pm
%%SITE_PERL%%/Plagger/Plugin/Search/Grep.pm
%%SITE_PERL%%/Plagger/Plugin/Search/KinoSearch.pm
@@ -218,12 +226,14 @@ bin/plagger-ircbot
%%PORTDOCS%%%%EXAMPLESDIR%%/planet.yaml
%%PORTDOCS%%%%EXAMPLESDIR%%/podcast.yaml
%%PORTDOCS%%%%EXAMPLESDIR%%/rss2email.yaml
+%%PORTDOCS%%%%EXAMPLESDIR%%/schema.yaml
%%PORTDOCS%%%%EXAMPLESDIR%%/search.yaml
%%PORTDOCS%%%%EXAMPLESDIR%%/weather-notify.yaml
%%PORTDOCS%%%%EXAMPLESDIR%%/xoxo-planet.yaml
%%PORTDOCS%%%%EXAMPLESDIR%%/xoxo2opml.yaml
%%PORTDOCS%%%%EXAMPLESDIR%%/yapcvideo.yaml
%%DATADIR%%/assets/common/mail.tt
+%%DATADIR%%/assets/common/html.tt
%%DATADIR%%/assets/plugins/Filter-EntryFullText/2ch.pl
%%DATADIR%%/assets/plugins/Filter-EntryFullText/actiblog_com.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/akibablog.yaml
@@ -239,6 +249,7 @@ bin/plagger-ircbot
%%DATADIR%%/assets/plugins/Filter-EntryFullText/blog_goo_ne_jp.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/blog_japan_cnet_com.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/blog_pasonatech_co_jp.yaml
+%%DATADIR%%/assets/plugins/Filter-EntryFullText/blog_smatch_jp.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/blog_tech.rikunabi_next.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/bounce.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/business-i.yaml
@@ -250,7 +261,9 @@ bin/plagger-ircbot
%%DATADIR%%/assets/plugins/Filter-EntryFullText/cnn.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/computerworld_jp.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/cookpad.yaml
+%%DATADIR%%/assets/plugins/Filter-EntryFullText/cyberpolice_go_jp.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/daily_sports.yaml
+%%DATADIR%%/assets/plugins/Filter-EntryFullText/dailymotion.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/debian_administration_org.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/distrowatch.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/docs_info_apple_com.yaml
@@ -319,6 +332,7 @@ bin/plagger-ircbot
%%DATADIR%%/assets/plugins/Filter-EntryFullText/slashdot_jp.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/sponichi.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/sportsnavi.yaml
+%%DATADIR%%/assets/plugins/Filter-EntryFullText/stage6.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/technobahn_com.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/tencount.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/theinquirer.yaml
@@ -329,6 +343,7 @@ bin/plagger-ircbot
%%DATADIR%%/assets/plugins/Filter-EntryFullText/tiyu_to.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/usatoday.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/usewill_com_diary.pl
+%%DATADIR%%/assets/plugins/Filter-EntryFullText/video_mina-kuru_jp.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/wired_com.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/wordpress.pl
%%DATADIR%%/assets/plugins/Filter-EntryFullText/worldtimes.yaml
@@ -341,8 +356,10 @@ bin/plagger-ircbot
%%DATADIR%%/assets/plugins/Filter-EntryFullText/zakzak.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/zianplus_net.yaml
%%DATADIR%%/assets/plugins/Filter-EntryFullText/zzz_google_adsense.pl
+%%DATADIR%%/assets/plugins/Filter-FindEnclosures/dailymotion.pl
%%DATADIR%%/assets/plugins/Filter-FindEnclosures/impress_watch.pl
%%DATADIR%%/assets/plugins/Filter-FindEnclosures/mainichi_msn.pl
+%%DATADIR%%/assets/plugins/Filter-FindEnclosures/stage6.pl
%%DATADIR%%/assets/plugins/Filter-FindEnclosures/typepad_images.pl
%%DATADIR%%/assets/plugins/Filter-FindEnclosures/yourfilehost.pl
%%DATADIR%%/assets/plugins/Filter-FindEnclosures/youtube.pl
@@ -361,6 +378,7 @@ bin/plagger-ircbot
%%DATADIR%%/assets/plugins/Filter-TruePermalink/2chrss.yaml
%%DATADIR%%/assets/plugins/Filter-TruePermalink/blogpeople.yaml
%%DATADIR%%/assets/plugins/Filter-TruePermalink/cnet_podcast.yaml
+%%DATADIR%%/assets/plugins/Filter-TruePermalink/dailymotion.yaml
%%DATADIR%%/assets/plugins/Filter-TruePermalink/google_groups.yaml
%%DATADIR%%/assets/plugins/Filter-TruePermalink/imenu.yaml
%%DATADIR%%/assets/plugins/Filter-TruePermalink/joltmark.yaml
@@ -372,6 +390,7 @@ bin/plagger-ircbot
%%DATADIR%%/assets/plugins/Filter-TruePermalink/reddit.yaml
%%DATADIR%%/assets/plugins/Filter-TruePermalink/refrss.yaml
%%DATADIR%%/assets/plugins/Filter-TruePermalink/rssquery.yaml
+%%DATADIR%%/assets/plugins/Filter-TruePermalink/stage6.yaml
%%DATADIR%%/assets/plugins/Filter-TruePermalink/tech_souken.yaml
%%DATADIR%%/assets/plugins/Filter-TruePermalink/tiyu_to.yaml
%%DATADIR%%/assets/plugins/Filter-TruePermalink/yahoo_blog_search.yaml
@@ -417,6 +436,7 @@ bin/plagger-ircbot
%%DATADIR%%/assets/plugins/Widget-Simple/hatena_bookmark.yaml
%%DATADIR%%/assets/plugins/Widget-Simple/hatena_bookmark_users.yaml
%%DATADIR%%/assets/plugins/Widget-Simple/livedoor_clip.yaml
+%%DATADIR%%/assets/plugins/Widget-Simple/livedoor_clip_users.yaml
%%DATADIR%%/assets/plugins/Widget-Simple/mm.yaml
%%DATADIR%%/assets/plugins/Widget-Simple/reddit.yaml
%%DATADIR%%/assets/plugins/Widget-Simple/technorati.yaml
@@ -432,6 +452,7 @@ bin/plagger-ircbot
@dirrm %%SITE_PERL%%/Plagger/Plugin/Search
@dirrm %%SITE_PERL%%/Plagger/Plugin/Publish/Speech
@dirrm %%SITE_PERL%%/Plagger/Plugin/Publish
+@dirrm %%SITE_PERL%%/Plagger/Plugin/Notify/OpenBrowser
@dirrm %%SITE_PERL%%/Plagger/Plugin/Notify/Eject
@dirrm %%SITE_PERL%%/Plagger/Plugin/Notify/Audio
@dirrm %%SITE_PERL%%/Plagger/Plugin/Notify