mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Upgrade to 0.7.9.
This commit is contained in:
parent
cd8c07e032
commit
ff4d9087bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171336
3 changed files with 32 additions and 9 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Plagger
|
||||
PORTVERSION= 0.7.8
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 0.7.9
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/M/MI/MIYAGAWA
|
||||
|
@ -48,6 +47,7 @@ OPTIONS= BETTERENCODING "Better Encoding detection Support" on \
|
|||
PUBLISHPLANET "Publish::Planet Support" on \
|
||||
AUTHORNAME "Filter::ExtractAuthorName Support" off \
|
||||
PUBLISHMT "Publish::MT Support" off \
|
||||
PUBSERLZR "Publish-Serializer Support" off \
|
||||
ROMANIZE "Filter::Romanize Support" off \
|
||||
JAVASCRIPT "Publish::JavaScript Support" off \
|
||||
EMOTICON "Filter::Emoticon Support" off \
|
||||
|
@ -62,12 +62,14 @@ OPTIONS= BETTERENCODING "Better Encoding detection Support" on \
|
|||
PUBLISHGMAIL "Publish::Gmail Support" on \
|
||||
PUBDELICIOUS "Publish::Delicious Support" off \
|
||||
ESTRAIER "Search::Estraier Support" off \
|
||||
FILSPAMASSN "Filter-SpamAssassin Support" off \
|
||||
PROFANITY "Filter::Profanity Support" off \
|
||||
HATENARSS "Subscription::HatenaRSS Support" off \
|
||||
NOTIFYIRC "Notify::IRC Support" off \
|
||||
AGRXANGO "Aggregator::Xango Support" off \
|
||||
HATENADIARY "Filter::HatenaDiaryKeywordLink Support" off \
|
||||
IMAGEINFO "Filter::ImageInfo Support" off \
|
||||
FILMRKDWN "Filter::Markdown Support" off \
|
||||
PUBLISHIMAP "Publish::IMAP Support" off \
|
||||
PUBLISHPDF "Publish::PDF Support" off \
|
||||
BLOGLINES "Subscription::Bloglines Support" on \
|
||||
|
@ -84,6 +86,7 @@ OPTIONS= BETTERENCODING "Better Encoding detection Support" on \
|
|||
# SUBSCRFOAF "Subscription::FOAF Support" off \
|
||||
# GUESSLANGUAGE "Filter::GuessLanguage Support" off \
|
||||
# LIVEDOOR "Subscription::LivedoorReader Support" off \
|
||||
# PINGSERVER "Subscription::PingServer Support" off \
|
||||
# PUBLISHSWF "Publish::SWF Support" off \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -131,6 +134,10 @@ BUILD_DEPENDS+= ${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address
|
|||
BUILD_DEPENDS+= ${SITE_PERL}/Net/MovableType.pm:${PORTSDIR}/net/p5-Net-MovableType
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PUBSERLZR)
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/Data/Serializer.pm:${PORTSDIR}/devel/p5-Data-Serializer
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ROMANIZE)
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Text/Kakasi.pm:${PORTSDIR}/japanese/p5-Text-Kakasi
|
||||
.endif
|
||||
|
@ -190,6 +197,10 @@ BUILD_DEPENDS+= ${SITE_PERL}/Net/Delicious.pm:${PORTSDIR}/net/p5-Net-Delicious
|
|||
BUILD_DEPENDS+= ${SITE_PERL}/Search/Estraier.pm:${PORTSDIR}/textproc/p5-Search-Estraier
|
||||
.endif
|
||||
|
||||
.if defined(WITH_FILSPAMASSN)
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/Mail/SpamAssassin.pm:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PROFANITY)
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/Regexp/Common/profanity_us.pm:${PORTSDIR}/textproc/p5-Regexp-Common-profanity_us
|
||||
.endif
|
||||
|
@ -219,6 +230,10 @@ BUILD_DEPENDS+= ${SITE_PERL}/XMLRPC/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
|
|||
BUILD_DEPENDS+= ${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info
|
||||
.endif
|
||||
|
||||
.if defined(WITH_FILMRKDWN)
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/Text/Markdown.pm:${PORTSDIR}/textproc/p5-Text-Markdown
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PUBLISHIMAP)
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/Mail/IMAPClient.pm:${PORTSDIR}/mail/p5-Mail-IMAPClient
|
||||
.endif
|
||||
|
@ -272,7 +287,6 @@ MAN3= Plagger.3 Plagger::Cookies.3 \
|
|||
Plagger::Plugin::CustomFeed::PerlMonks.3 \
|
||||
Plagger::Plugin::CustomFeed::SVNLog.3 \
|
||||
Plagger::Plugin::CustomFeed::Simple.3 \
|
||||
Plagger::Plugin::CustomFeed::Yahoo360JP.3 \
|
||||
Plagger::Plugin::CustomFeed::YouTube.3 \
|
||||
Plagger::Plugin::CustomFeed::iTunesRecentPlay.3 \
|
||||
Plagger::Plugin::Filter::2chNewsokuTitle.3 \
|
||||
|
@ -327,6 +341,7 @@ MAN3= Plagger.3 Plagger::Cookies.3 \
|
|||
Plagger::Plugin::Filter::Thumbnail.3 \
|
||||
Plagger::Plugin::Filter::TruePermalink.3 \
|
||||
Plagger::Plugin::Filter::tDiaryComment.3 \
|
||||
Plagger::Plugin::Notify::Audio.3 \
|
||||
Plagger::Plugin::Notify::Balloon.3 \
|
||||
Plagger::Plugin::Notify::Beep.3 \
|
||||
Plagger::Plugin::Notify::Campfire.3 \
|
||||
|
@ -351,6 +366,7 @@ MAN3= Plagger.3 Plagger::Cookies.3 \
|
|||
Plagger::Plugin::Publish::HatenaBookmark.3 \
|
||||
Plagger::Plugin::Publish::IMAP.3 \
|
||||
Plagger::Plugin::Publish::JavaScript.3 \
|
||||
Plagger::Plugin::Publish::JSON.3 \
|
||||
Plagger::Plugin::Publish::LivedoorClip.3 \
|
||||
Plagger::Plugin::Publish::MT.3 \
|
||||
Plagger::Plugin::Publish::MTWidget.3 \
|
||||
|
@ -364,6 +380,7 @@ MAN3= Plagger.3 Plagger::Cookies.3 \
|
|||
Plagger::Plugin::Publish::Playlog.3 \
|
||||
Plagger::Plugin::Publish::PowerPoint.3 \
|
||||
Plagger::Plugin::Publish::SWF.3 \
|
||||
Plagger::Plugin::Publish::Serializer.3 \
|
||||
Plagger::Plugin::Publish::Speech::MacOSX.3 \
|
||||
Plagger::Plugin::Search::Estraier.3 \
|
||||
Plagger::Plugin::Search::KinoSearch.3 \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Plagger-0.7.8.tar.gz) = 30d3d245cc216ca306b2c2b97010bff7
|
||||
SHA256 (Plagger-0.7.8.tar.gz) = ff9995f3cd3d84e77090852a083509fb539ca0f161d0288039d21897c3ccc90f
|
||||
SIZE (Plagger-0.7.8.tar.gz) = 258201
|
||||
MD5 (Plagger-0.7.9.tar.gz) = 650de2bef0829687026f2a9eb6fc2d15
|
||||
SHA256 (Plagger-0.7.9.tar.gz) = a16e7d83ed6aff04c7b0f0ae0bf789d4f3e6f2674d2258c66ffa3ce0db004581
|
||||
SIZE (Plagger-0.7.9.tar.gz) = 287578
|
||||
|
|
|
@ -12,6 +12,7 @@ bin/plagger-ircbot
|
|||
%%SITE_PERL%%/Plagger/Enclosure.pm
|
||||
%%SITE_PERL%%/Plagger/Entry.pm
|
||||
%%SITE_PERL%%/Plagger/Feed.pm
|
||||
%%SITE_PERL%%/Plagger/FeedParser.pm
|
||||
%%SITE_PERL%%/Plagger/Mechanize.pm
|
||||
%%SITE_PERL%%/Plagger/Operator.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin.pm
|
||||
|
@ -36,7 +37,6 @@ bin/plagger-ircbot
|
|||
%%SITE_PERL%%/Plagger/Plugin/CustomFeed/PerlMonks.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/CustomFeed/SVNLog.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/CustomFeed/Simple.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/CustomFeed/Yahoo360JP.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/CustomFeed/YouTube.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/CustomFeed/iTunesRecentPlay.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Filter/2chNewsokuTitle.pm
|
||||
|
@ -95,6 +95,10 @@ bin/plagger-ircbot
|
|||
%%SITE_PERL%%/Plagger/Plugin/Filter/TruePermalink.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Filter/URLBL.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Filter/tDiaryComment.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Notify/Audio.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Notify/Audio/MSWin32.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Notify/Audio/iTunesMac.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Notify/Audio/iTunesWin32.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Notify/Balloon.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Notify/Beep.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Notify/Campfire.pm
|
||||
|
@ -122,6 +126,7 @@ bin/plagger-ircbot
|
|||
%%SITE_PERL%%/Plagger/Plugin/Publish/HatenaBookmark.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Publish/IMAP.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Publish/JavaScript.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Publish/JSON.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Publish/LivedoorClip.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Publish/MT.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Publish/MTWidget.pm
|
||||
|
@ -136,6 +141,7 @@ bin/plagger-ircbot
|
|||
%%SITE_PERL%%/Plagger/Plugin/Publish/Playlog.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Publish/PowerPoint.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Publish/SWF.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Publish/Serializer.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Publish/Speech.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Publish/Speech/MacOSX.pm
|
||||
%%SITE_PERL%%/Plagger/Plugin/Publish/Speech/Win32.pm
|
||||
|
@ -198,6 +204,7 @@ bin/plagger-ircbot
|
|||
%%SITE_PERL%%/Plagger/Update.pm
|
||||
%%SITE_PERL%%/Plagger/UserAgent.pm
|
||||
%%SITE_PERL%%/Plagger/Util.pm
|
||||
%%SITE_PERL%%/Plagger/Walker.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plagger/.packlist
|
||||
@dirrm %%SITE_PERL%%/Plagger/TT/Plagger
|
||||
@dirrm %%SITE_PERL%%/Plagger/TT
|
||||
|
@ -212,6 +219,7 @@ bin/plagger-ircbot
|
|||
@dirrm %%SITE_PERL%%/Plagger/Plugin/Publish/Speech
|
||||
@dirrm %%SITE_PERL%%/Plagger/Plugin/Publish
|
||||
@dirrm %%SITE_PERL%%/Plagger/Plugin/Notify/Eject
|
||||
@dirrm %%SITE_PERL%%/Plagger/Plugin/Notify/Audio
|
||||
@dirrm %%SITE_PERL%%/Plagger/Plugin/Notify
|
||||
@dirrm %%SITE_PERL%%/Plagger/Plugin/Filter/Romanize
|
||||
@dirrm %%SITE_PERL%%/Plagger/Plugin/Filter/FetchEnclosure
|
||||
|
@ -225,5 +233,3 @@ bin/plagger-ircbot
|
|||
@dirrm %%SITE_PERL%%/Plagger/Cache
|
||||
@dirrm %%SITE_PERL%%/Plagger
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plagger
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue