ports/103643: [PATCH] textproc/p5-Plagger: add two more options in OPTONS

Masahiro Teramoto markun at onohara.to
Mon Sep 25 18:20:16 UTC 2006


>Number:         103643
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Plagger: add two more options in OPTONS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 25 18:20:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Masahiro Teramoto <markun at onohara.to>
>Release:        FreeBSD 4.11-RELEASE-p21 i386
>Organization:
>Environment:
System: FreeBSD gate.onohara.to 4.11-RELEASE-p21 FreeBSD 4.11-RELEASE-p21 #0: Thu Sep 7 22:37:27 JST 2006 root at gate.onohara.to:/usr/obj/usr/src/sys/RENTALv6 i386


	
>Description:
	- Enable Subscription::FOAF Support
	- Enable CustomFeed::SVNLog Support

>How-To-Repeat:
	
>Fix:


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-Plagger/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	19 Sep 2006 16:16:42 -0000	1.12
+++ Makefile	25 Sep 2006 17:29:57 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Plagger
 PORTVERSION=	0.7.12
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../by-authors/id/M/MI/MIYAGAWA
@@ -69,6 +70,7 @@
 		FILSPAMASSN "Filter-SpamAssassin Support" off \
 		PROFANITY "Filter::Profanity Support" off \
 		HATENARSS "Subscription::HatenaRSS Support" off \
+		SUBSCRFOAF "Subscription::FOAF Support" off \
 		NOTIFYIRC "Notify::IRC Support" off \
 		AGRXANGO "Aggregator::Xango Support" off \
 		HATENADIARY "Filter::HatenaDiaryKeywordLink Support" off \
@@ -80,12 +82,11 @@
 		BLOGLINES "Subscription::Bloglines Support" on \
 		BABELFISH "Filter::Babelfish Support" off \
 		CUSFEEDMIXI "CustomFeed::Mixi Support" off \
+		CUSTOMSVNLOG "CustomFeed::SVNLog Support" off \
 		NTFYNETSEND "Notify::NetSend Support" off \
 		FILHTMLSCRB "Filter::HTMLScrubber Support" on \
 		PLANETINI "Subscription::PlanetINI Support" off
 # The below options are not supported yet due to missing depending modules
-#		CUSTOMSVNLOG "CustomFeed::SVNLog Support" off \
-#		SUBSCRFOAF "Subscription::FOAF Support" off \
 #		GUESSLANGUAGE "Filter::GuessLanguage Support" off \
 #		PINGSERVER "Subscription::PingServer Support" off \
 #		PUBLISHSWF "Publish::SWF Support" off \
@@ -226,6 +227,10 @@
 BUILD_DEPENDS+=	${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize
 .endif
 
+.if defined(WITH_SUBSCRFOAF)
+BUILD_DEPENDS+=	${SITE_PERL}/XML/FOAF.pm:${PORTSDIR}/textproc/p5-XML-FOAF
+.endif
+
 .if defined(WITH_NOTIFYIRC)
 BUILD_DEPENDS+=	${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \
 		${SITE_PERL}/POE/Component/IKC.pm:${PORTSDIR}/devel/p5-POE-Component-IKC
@@ -276,6 +281,10 @@
 BUILD_DEPENDS+=	${SITE_PERL}/WWW/Mixi.pm:${PORTSDIR}/www/p5-WWW-Mixi
 .endif
 
+.if defined(WITH_CUSTOMSVNLOG)
+BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/SVN/Client.pm:${PORTSDIR}/devel/subversion-perl
+.endif
+
 .if defined(WITH_NTFYNETSEND)
 BUILD_DEPENDS+=	${SITE_PERL}/Net/NetSend.pm:${PORTSDIR}/net-im/p5-Net-NetSend
 .endif
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list