mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Port of Berkeley Popper POP3 daemon
This commit is contained in:
parent
8dee38522b
commit
9ca3c9968f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195
8 changed files with 44 additions and 0 deletions
14
mail/popper/Makefile
Normal file
14
mail/popper/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: popper
|
||||
# Version required: 2.1.2
|
||||
# Date created: 06 October 1994
|
||||
# Whom: pst
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= qpop2.1.2
|
||||
MASTER_SITES= ftp://ftp.qualcomm.com/quest/unix/servers/popper
|
||||
EXTRACT_SUFX=.tar.Z
|
||||
WRKSRC= ${WRKDIR}/qpopper2.1.2
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/popper/pkg-comment
Normal file
1
mail/popper/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Berkeley POP 3 server (now maintained by Qualcomm) version 2.1.2
|
4
mail/popper/pkg-descr
Normal file
4
mail/popper/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This is a POP 3 server useful for dealing with remote mail reader clients
|
||||
such as Eudora.
|
||||
|
||||
Don't forget to edit /etc/inetd.conf to enable the server after installation.
|
3
mail/popper/pkg-plist
Normal file
3
mail/popper/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
@cwd /usr/local
|
||||
libexec/popper
|
||||
man/man8/popper.8
|
14
mail/qpopper/Makefile
Normal file
14
mail/qpopper/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: popper
|
||||
# Version required: 2.1.2
|
||||
# Date created: 06 October 1994
|
||||
# Whom: pst
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= qpop2.1.2
|
||||
MASTER_SITES= ftp://ftp.qualcomm.com/quest/unix/servers/popper
|
||||
EXTRACT_SUFX=.tar.Z
|
||||
WRKSRC= ${WRKDIR}/qpopper2.1.2
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/qpopper/pkg-comment
Normal file
1
mail/qpopper/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Berkeley POP 3 server (now maintained by Qualcomm) version 2.1.2
|
4
mail/qpopper/pkg-descr
Normal file
4
mail/qpopper/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This is a POP 3 server useful for dealing with remote mail reader clients
|
||||
such as Eudora.
|
||||
|
||||
Don't forget to edit /etc/inetd.conf to enable the server after installation.
|
3
mail/qpopper/pkg-plist
Normal file
3
mail/qpopper/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
@cwd /usr/local
|
||||
libexec/popper
|
||||
man/man8/popper.8
|
Loading…
Add table
Reference in a new issue