diff options
author | leeym <leeym@FreeBSD.org> | 2005-02-08 23:41:44 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-02-08 23:41:44 +0800 |
commit | 18c099fb0d594b375049bde6a188d872b7992955 (patch) | |
tree | c20b911c4af1a16a17ccbcaeecde423983088642 | |
parent | eb40b3bde64e80391961f0fc0426b232abf6d61c (diff) | |
download | freebsd-ports-gnome-18c099fb0d594b375049bde6a188d872b7992955.tar.gz freebsd-ports-gnome-18c099fb0d594b375049bde6a188d872b7992955.tar.zst freebsd-ports-gnome-18c099fb0d594b375049bde6a188d872b7992955.zip |
Spamcup is a tool for automatic spam reporting via Spamcop.net.
It performs the same actions as if you were to report spam to
spamcop.net with a Web browser, but from the commandline.
Spamcup is written in Perl.
WWW: http://sourceforge.net/projects/spamcup/
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/spamcup/Makefile | 27 | ||||
-rw-r--r-- | mail/spamcup/distinfo | 2 | ||||
-rw-r--r-- | mail/spamcup/pkg-descr | 6 |
4 files changed, 36 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 61816e123e9a..c2d99dc2961c 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -444,6 +444,7 @@ SUBDIR += spamass-rules SUBDIR += spamass-rules_du_jour SUBDIR += spambnc + SUBDIR += spamcup SUBDIR += spamd SUBDIR += spamguard SUBDIR += spamilter diff --git a/mail/spamcup/Makefile b/mail/spamcup/Makefile new file mode 100644 index 000000000000..2b87cc715f59 --- /dev/null +++ b/mail/spamcup/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: spamcup +# Date created: 07 February 2005 +# Whom: Yen-Ming Lee <leeym@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= spamcup +PORTVERSION= 1.09 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=${PORTNAME} + +MAINTAINER= leeym@FreeBSD.org +COMMENT= A tool for automatic spam reporting via Spamcop.net + +RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile + +PERL_CONFIGURE= yes + +PLIST_FILES= bin/spamcup.pl ${SITE_PERL_REL}/spamcup.pl \ + ${SITE_PERL_REL}/${PERL_ARCH}/auto/Spamcup/.packlist + +PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/Spamcup + +.include <bsd.port.mk> diff --git a/mail/spamcup/distinfo b/mail/spamcup/distinfo new file mode 100644 index 000000000000..8147bc886754 --- /dev/null +++ b/mail/spamcup/distinfo @@ -0,0 +1,2 @@ +MD5 (spamcup-1.09.tar.gz) = 47a655793ac0bcfe0ae8fd6cb407167a +SIZE (spamcup-1.09.tar.gz) = 6801 diff --git a/mail/spamcup/pkg-descr b/mail/spamcup/pkg-descr new file mode 100644 index 000000000000..e09d6d5303b2 --- /dev/null +++ b/mail/spamcup/pkg-descr @@ -0,0 +1,6 @@ +Spamcup is a tool for automatic spam reporting via Spamcop.net. +It performs the same actions as if you were to report spam to +spamcop.net with a Web browser, but from the commandline. +Spamcup is written in Perl. + +WWW: http://sourceforge.net/projects/spamcup/ |