Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2014 18:55:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363667 - head/www/p5-Blog-Spam
Message-ID:  <201407311855.s6VIteEA050715@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul 31 18:55:40 2014
New Revision: 363667
URL: http://svnweb.freebsd.org/changeset/ports/363667
QAT: https://qat.redports.org/buildarchive/r363667/

Log:
  - Add LICENSE
  - Add BUILD_DEPENDS
  - Sort PLIST
  - Reformat pkg-descr
  - Use CPAN as primary WWW
  - Use single space after WWW:

Modified:
  head/www/p5-Blog-Spam/Makefile
  head/www/p5-Blog-Spam/pkg-descr
  head/www/p5-Blog-Spam/pkg-plist

Modified: head/www/p5-Blog-Spam/Makefile
==============================================================================
--- head/www/p5-Blog-Spam/Makefile	Thu Jul 31 18:55:37 2014	(r363666)
+++ head/www/p5-Blog-Spam/Makefile	Thu Jul 31 18:55:40 2014	(r363667)
@@ -11,13 +11,17 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Blog & Forum SPAM Detection
 
-RUN_DEPENDS=	p5-Net-CIDR-Lite>=0:${PORTSDIR}/net/p5-Net-CIDR-Lite \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Net-CIDR-Lite>=0:${PORTSDIR}/net/p5-Net-CIDR-Lite \
 		p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
 		p5-RPC-XML>=0:${PORTSDIR}/net/p5-RPC-XML \
 		p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/www/p5-Blog-Spam/pkg-descr
==============================================================================
--- head/www/p5-Blog-Spam/pkg-descr	Thu Jul 31 18:55:37 2014	(r363666)
+++ head/www/p5-Blog-Spam/pkg-descr	Thu Jul 31 18:55:40 2014	(r363667)
@@ -1,8 +1,8 @@
-The blogspam site exists to provide a service which allows you to
-test whether a submitted blog/forum comment is SPAM or not, in real-time.
+The blogspam site exists to provide a service which allows you to test whether a
+submitted blog/forum comment is SPAM or not, in real-time.
 
-We can identify many common SPAM characteristics and using them allow
-comments to be blocked - cutting down on the SPAM that might otherwise
-affect your site.
+We can identify many common SPAM characteristics and using them allow comments
+to be blocked - cutting down on the SPAM that might otherwise affect your site.
 
-WWW:	http://blogspam.net/
+WWW: http://search.cpan.org/dist/Blog-Spam/
+WWW: http://blogspam.net/

Modified: head/www/p5-Blog-Spam/pkg-plist
==============================================================================
--- head/www/p5-Blog-Spam/pkg-plist	Thu Jul 31 18:55:37 2014	(r363666)
+++ head/www/p5-Blog-Spam/pkg-plist	Thu Jul 31 18:55:40 2014	(r363667)
@@ -1,3 +1,29 @@
+bin/blogspam
+%%SITE_PERL%%/Blog/Spam/API.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/00blacklist.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/00whitelist.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/Sample.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/badip.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/bayesian.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/bogusip.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/drone.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/dropme.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/emailtests.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/hashcash.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/httpbl.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/logger.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/lotsaurls.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/multilinks.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/rdns.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/requiremx.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/sfs.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/size.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/stopwords.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/strong.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/surbl.pm
+%%SITE_PERL%%/Blog/Spam/Plugin/wordcount.pm
+%%SITE_PERL%%/Blog/Spam/Server.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Blog/Spam/.packlist
 %%PERL5_MAN3%%/Blog::Spam::API.3.gz
 %%PERL5_MAN3%%/Blog::Spam::Plugin::00blacklist.3.gz
 %%PERL5_MAN3%%/Blog::Spam::Plugin::00whitelist.3.gz
@@ -23,34 +49,8 @@
 %%PERL5_MAN3%%/Blog::Spam::Plugin::wordcount.3.gz
 %%PERL5_MAN3%%/Blog::Spam::Server.3.gz
 man/man1/blogspam.1.gz
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Blog/Spam/.packlist
-%%SITE_PERL%%/Blog/Spam/API.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/00blacklist.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/00whitelist.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/Sample.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/badip.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/bayesian.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/bogusip.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/drone.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/dropme.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/emailtests.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/hashcash.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/httpbl.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/logger.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/lotsaurls.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/multilinks.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/rdns.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/requiremx.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/sfs.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/size.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/stopwords.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/strong.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/surbl.pm
-%%SITE_PERL%%/Blog/Spam/Plugin/wordcount.pm
-%%SITE_PERL%%/Blog/Spam/Server.pm
-bin/blogspam
-@dirrmtry %%SITE_PERL%%/Blog/Spam/Plugin
-@dirrmtry %%SITE_PERL%%/Blog/Spam
-@dirrmtry %%SITE_PERL%%/Blog
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Blog/Spam
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Blog/Spam
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Blog
+@dirrm %%SITE_PERL%%/Blog/Spam/Plugin
+@dirrm %%SITE_PERL%%/Blog/Spam
+@dirrmtry %%SITE_PERL%%/Blog



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407311855.s6VIteEA050715>