diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-08-15 14:08:31 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-08-15 14:08:31 +0000 |
commit | 0dbd2ee84e92f2903659ae6ed3d4d7f4fb86a069 (patch) | |
tree | 820032d9ba5539b2509c805769f29153c4b40932 /mail | |
parent | c44907866bf146a71d0412c4df8334eca1c0126c (diff) | |
download | ports-0dbd2ee84e92f2903659ae6ed3d4d7f4fb86a069.tar.gz ports-0dbd2ee84e92f2903659ae6ed3d4d7f4fb86a069.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/nullpop/Makefile | 22 | ||||
-rw-r--r-- | mail/nullpop/distinfo | 3 | ||||
-rw-r--r-- | mail/nullpop/pkg-descr | 6 |
4 files changed, 32 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index f7bf98093cc6..5c8ee81aae7a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -255,6 +255,7 @@ SUBDIR += nohtml SUBDIR += normalizemime SUBDIR += nullmailer + SUBDIR += nullpop SUBDIR += offlineimap SUBDIR += openwebmail SUBDIR += p3scan diff --git a/mail/nullpop/Makefile b/mail/nullpop/Makefile new file mode 100644 index 000000000000..e9e5602c3035 --- /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 000000000000..6b7215f4619f --- /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 000000000000..fe63558cc5ea --- /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/ |