mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr - Use CPAN as primary WWW - Use single space after WWW:
This commit is contained in:
parent
15ebc9eac3
commit
f3a9136ddb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363667
@ -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>
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user