diff options
author | mellon <mellon@pkgsrc.org> | 1998-02-12 22:18:43 +0000 |
---|---|---|
committer | mellon <mellon@pkgsrc.org> | 1998-02-12 22:18:43 +0000 |
commit | 8d52f1fe02f986760b2e49eebf6f7a515834532f (patch) | |
tree | de30a904c5cc61a845fb8a170612b93d56ff98a0 /mail/qpopper | |
parent | 6c5529e924781b8a49ec41dd5bef4c83aff839c3 (diff) | |
download | pkgsrc-8d52f1fe02f986760b2e49eebf6f7a515834532f.tar.gz |
Initial revision of package info
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/pkg/COMMENT | 1 | ||||
-rw-r--r-- | mail/qpopper/pkg/DESCR | 5 | ||||
-rw-r--r-- | mail/qpopper/pkg/INSTALL | 15 | ||||
-rw-r--r-- | mail/qpopper/pkg/PLIST | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/mail/qpopper/pkg/COMMENT b/mail/qpopper/pkg/COMMENT new file mode 100644 index 00000000000..afa4aed65fe --- /dev/null +++ b/mail/qpopper/pkg/COMMENT @@ -0,0 +1 @@ +Qualcomm's POP server for Eudora diff --git a/mail/qpopper/pkg/DESCR b/mail/qpopper/pkg/DESCR new file mode 100644 index 00000000000..2c5134a0672 --- /dev/null +++ b/mail/qpopper/pkg/DESCR @@ -0,0 +1,5 @@ +----------- +what is it? +----------- +qpopper is Qualcomm's POP server for Eudora. It allows users to fetch +their mail from a central mail server using the POP protocol. diff --git a/mail/qpopper/pkg/INSTALL b/mail/qpopper/pkg/INSTALL new file mode 100644 index 00000000000..21358b2be50 --- /dev/null +++ b/mail/qpopper/pkg/INSTALL @@ -0,0 +1,15 @@ +#! /bin/sh + +case "$2" in + ""|POST-INSTALL) cat <<EOF +============================================================= + +In order to enable POP service, you should add the following line +to your /etc/inetd.conf: + + pop3 stream tcp nowait root ${PKG_PREFIX}/libexec/popper popper -s + +============================================================= +EOF + ;; +esac diff --git a/mail/qpopper/pkg/PLIST b/mail/qpopper/pkg/PLIST new file mode 100644 index 00000000000..a794c945abd --- /dev/null +++ b/mail/qpopper/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 1998/02/12 22:18:46 mellon Exp $ +libexec/popper +man/man8/popper.8 +man/cat8/popper.0 |