diff options
author | shaun <shaun@FreeBSD.org> | 2006-08-15 14:08:31 +0000 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-08-15 14:08:31 +0000 |
commit | 0874810e6d0c3445d97d703be2abd8e0b073f988 (patch) | |
tree | c81f93cbe0c4e6ed20306e0d881e0f9d96a5b02c /mail/nullpop | |
parent | 6a45c756992fa264a5d12692e2e15834e15630d4 (diff) | |
download | FreeBSD-ports-0874810e6d0c3445d97d703be2abd8e0b073f988.zip FreeBSD-ports-0874810e6d0c3445d97d703be2abd8e0b073f988.tar.gz |
Add mail/nullpop.
NullPop is a POP3 server that allows logins, but never returns any
email. This is useful for certain setups where the user needs an
'account' setup in their mail client, but no real mail will ever
be received.
PR: ports/101963
Submitted by: Pankov Pavel <pankov_p@mail.ru>
Diffstat (limited to 'mail/nullpop')
-rw-r--r-- | mail/nullpop/Makefile | 22 | ||||
-rw-r--r-- | mail/nullpop/distinfo | 3 | ||||
-rw-r--r-- | mail/nullpop/pkg-descr | 6 |
3 files changed, 31 insertions, 0 deletions
diff --git a/mail/nullpop/Makefile b/mail/nullpop/Makefile new file mode 100644 index 0000000..e9e5602 --- /dev/null +++ b/mail/nullpop/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: nullpop +# Date created: 2006-08-13 +# Whom: Pankov Pavel <pankov_p@mail.ru> +# +# $FreeBSD$ +# + +PORTNAME= nullpop +PORTVERSION= 0.2 +CATEGORIES= mail +MASTER_SITES= http://memberwebs.com/nielsen/software/nullpop/ + +MAINTAINER= pankov_p@mail.ru +COMMENT= A POP3 server that allows logins, but never returns any email + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--libexecdir="${TARGETDIR}/bin" + +PLIST_FILES= bin/nullpop +MAN8= nullpop.8 + +.include <bsd.port.mk> diff --git a/mail/nullpop/distinfo b/mail/nullpop/distinfo new file mode 100644 index 0000000..6b7215f --- /dev/null +++ b/mail/nullpop/distinfo @@ -0,0 +1,3 @@ +MD5 (nullpop-0.2.tar.gz) = 4333613e72c7bbf227dc705b774326ab +SHA256 (nullpop-0.2.tar.gz) = 70372d09d8c017aa3bceeab6281e4a341766d6f7eb39f6d5763d9801908634ac +SIZE (nullpop-0.2.tar.gz) = 79955 diff --git a/mail/nullpop/pkg-descr b/mail/nullpop/pkg-descr new file mode 100644 index 0000000..fe63558 --- /dev/null +++ b/mail/nullpop/pkg-descr @@ -0,0 +1,6 @@ +NullPop is a POP3 server that allows logins, but never returns any +email. This is useful for certain setups where the user needs an +'account' setup in their mail client, but no real mail will ever +be received. + +WWW: http://memberwebs.com/nielsen/software/nullpop/ |