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>
This commit is contained in:
Shaun Amott 2006-08-15 14:08:31 +00:00
parent c44907866b
commit 0dbd2ee84e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170704
4 changed files with 32 additions and 0 deletions

View File

@ -255,6 +255,7 @@
SUBDIR += nohtml
SUBDIR += normalizemime
SUBDIR += nullmailer
SUBDIR += nullpop
SUBDIR += offlineimap
SUBDIR += openwebmail
SUBDIR += p3scan

22
mail/nullpop/Makefile Normal file
View File

@ -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>

3
mail/nullpop/distinfo Normal file
View File

@ -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

6
mail/nullpop/pkg-descr Normal file
View File

@ -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/