diff options
author | Paul Traina <pst@FreeBSD.org> | 1994-10-06 19:33:20 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1994-10-06 19:33:20 +0000 |
commit | 9ca3c9968fa5c753fe85fd19e0bdb3d5286b353a (patch) | |
tree | f5aaccb0c84e07b9c7d8065da7909ebe78b86d91 /mail | |
parent | 8dee38522b9d3ae54529d0644a17a11829c0474b (diff) |
Port of Berkeley Popper POP3 daemon
Notes
Notes:
svn path=/head/; revision=195
Diffstat (limited to 'mail')
-rw-r--r-- | mail/popper/Makefile | 14 | ||||
-rw-r--r-- | mail/popper/pkg-comment | 1 | ||||
-rw-r--r-- | mail/popper/pkg-descr | 4 | ||||
-rw-r--r-- | mail/popper/pkg-plist | 3 | ||||
-rw-r--r-- | mail/qpopper/Makefile | 14 | ||||
-rw-r--r-- | mail/qpopper/pkg-comment | 1 | ||||
-rw-r--r-- | mail/qpopper/pkg-descr | 4 | ||||
-rw-r--r-- | mail/qpopper/pkg-plist | 3 |
8 files changed, 44 insertions, 0 deletions
diff --git a/mail/popper/Makefile b/mail/popper/Makefile new file mode 100644 index 000000000000..332a15b70a76 --- /dev/null +++ b/mail/popper/Makefile @@ -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> diff --git a/mail/popper/pkg-comment b/mail/popper/pkg-comment new file mode 100644 index 000000000000..9b455c482399 --- /dev/null +++ b/mail/popper/pkg-comment @@ -0,0 +1 @@ +Berkeley POP 3 server (now maintained by Qualcomm) version 2.1.2 diff --git a/mail/popper/pkg-descr b/mail/popper/pkg-descr new file mode 100644 index 000000000000..651f368c73b8 --- /dev/null +++ b/mail/popper/pkg-descr @@ -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. diff --git a/mail/popper/pkg-plist b/mail/popper/pkg-plist new file mode 100644 index 000000000000..7066c7bf794d --- /dev/null +++ b/mail/popper/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/local +libexec/popper +man/man8/popper.8 diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile new file mode 100644 index 000000000000..332a15b70a76 --- /dev/null +++ b/mail/qpopper/Makefile @@ -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> diff --git a/mail/qpopper/pkg-comment b/mail/qpopper/pkg-comment new file mode 100644 index 000000000000..9b455c482399 --- /dev/null +++ b/mail/qpopper/pkg-comment @@ -0,0 +1 @@ +Berkeley POP 3 server (now maintained by Qualcomm) version 2.1.2 diff --git a/mail/qpopper/pkg-descr b/mail/qpopper/pkg-descr new file mode 100644 index 000000000000..651f368c73b8 --- /dev/null +++ b/mail/qpopper/pkg-descr @@ -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. diff --git a/mail/qpopper/pkg-plist b/mail/qpopper/pkg-plist new file mode 100644 index 000000000000..7066c7bf794d --- /dev/null +++ b/mail/qpopper/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/local +libexec/popper +man/man8/popper.8 |