diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-01 10:20:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-01 10:20:38 +0000 |
commit | 4652feab5ef2740a3f2df6370e91f6b3f7680cd8 (patch) | |
tree | 9230027685caa71baaede36220d2f80403933c5d /mail/qpopper | |
parent | 8ebcf4bcd6c9fdb8bcc9fac8ce863d10db9a5ec7 (diff) | |
download | ports-4652feab5ef2740a3f2df6370e91f6b3f7680cd8.tar.gz ports-4652feab5ef2740a3f2df6370e91f6b3f7680cd8.zip |
Notes
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/Makefile | 42 | ||||
-rw-r--r-- | mail/qpopper/files/patch-aa | 45 | ||||
-rw-r--r-- | mail/qpopper/files/patch-ac | 32 | ||||
-rw-r--r-- | mail/qpopper/files/patch-ao | 17 | ||||
-rw-r--r-- | mail/qpopper/files/patch-ap | 43 | ||||
-rw-r--r-- | mail/qpopper/files/patch-aq | 14 | ||||
-rw-r--r-- | mail/qpopper/files/patch-ar | 15 | ||||
-rw-r--r-- | mail/qpopper/pkg-message | 2 | ||||
-rw-r--r-- | mail/qpopper/pkg-plist | 6 |
9 files changed, 193 insertions, 23 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 52064304c055..d41165d752d4 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: qpopper -# Date created: Di 18 Jul 2000 22:36:34 CEST -# Whom: alex +# Date created: 1 April 1995 +# Whom: pst # # $FreeBSD$ # @@ -14,30 +14,46 @@ MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ \ ftp://ftp.kracked.com/pub/qpopper/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jeff@isni.net + +# If APOP_ONLY variable present in the environment, popper builds +# with APOP authentification only. +# +# If FULL_POPD_DEBUG variable present in the environment, popper builds +# with more verbose debugging. + +.if defined(APOP_ONLY) +OS_DEFS+= -DAPOP_ONLY +.endif GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-lmd -lutil" +CONFIGURE_ENV= LIBS="-lmd -lutil" \ + OS_DEFS="-DSETPROCTITLE -DBSD44_DBM ${OS_DEFS}" CONFIGURE_ARGS= --enable-apop=${PREFIX}/etc/qpopper/pop.auth \ --enable-nonauth-file=/etc/ftpusers \ - --enable-bulldb --enable-keep-temp-drop + --with-apopuid=pop \ + --enable-keep-temp-drop # Set FULL_POPD_DEBUG for debug-mode. See also -d option to popper .if defined(FULL_POPD_DEBUG) CONFIGURE_ARGS+=--enable-debugging .endif -MAN8= popauth.8 qpopper.8 +MAN8= qpopauth.8 qpopper.8 post-patch: - @${PERL} -pi -e "s|!!PREFIX!!|${PREFIX}|g" ${WRKSRC}/man/* + @$(RM) -f ${WRKSRC}/popper/md5.h + @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/man/* do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/popper/popauth ${PREFIX}/bin/popauth - ${LN} -sf popauth ${PREFIX}/bin/apopauth - ${INSTALL_PROGRAM} ${WRKSRC}/popper/popper ${PREFIX}/libexec/qpopper - ${INSTALL_MAN} ${WRKSRC}/man/popauth.8 ${PREFIX}/man/man8/popauth.8 - ${INSTALL_MAN} ${WRKSRC}/man/popper.8 ${PREFIX}/man/man8/qpopper.8 - @${SED} -e "s:/usr/local:${PREFIX}:" ${PKGMESSAGE} + cd ${WRKSRC} && \ + ${INSTALL_PROGRAM} popper/popauth ${PREFIX}/bin/qpopauth && \ + ${INSTALL_PROGRAM} popper/popper ${PREFIX}/libexec/qpopper && \ + ${INSTALL_MAN} man/popauth.8 ${PREFIX}/man/man8/qpopauth.8 && \ + ${INSTALL_MAN} man/popper.8 ${PREFIX}/man/man8/qpopper.8 + ${LN} -sf ${PREFIX}/bin/qpopauth ${PREFIX}/bin/qapopauth + +post-install: + @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/mail/qpopper/files/patch-aa b/mail/qpopper/files/patch-aa new file mode 100644 index 000000000000..3f46923a3510 --- /dev/null +++ b/mail/qpopper/files/patch-aa @@ -0,0 +1,45 @@ +--- popper/Makefile.in.orig Thu Aug 17 01:36:14 2000 ++++ popper/Makefile.in Wed Nov 1 11:37:31 2000 +@@ -74,9 +74,9 @@ + pop_msg.o pop_parse.o pop_pass.o pop_quit.o \ + pop_rset.o pop_send.o pop_stat.o pop_updt.o \ + pop_user.o pop_xtnd.o pop_xmit.o popper.o \ +- pop_bull.o xtnd_xlst.o pop_uidl.o mktemp.o \ +- pop_rpop.o pop_apop.o md5.o pop_auth.o pop_pope.o \ +- pop_extend.o scram.o hmac.o base64.o pop_util.o \ ++ pop_bull.o xtnd_xlst.o pop_uidl.o \ ++ pop_rpop.o pop_apop.o pop_auth.o pop_pope.o \ ++ pop_extend.o scram.o hmac.o pop_util.o \ + get_sub_opt.o msg_ptr.o drac.o pop_config.o main.o + + SRCS = pop_dele.c pop_dropcopy.c \ +@@ -85,15 +85,15 @@ + pop_msg.c pop_parse.c pop_pass.c pop_quit.c \ + pop_rset.c pop_send.c pop_stat.c pop_updt.c \ + pop_user.c pop_xtnd.c pop_xmit.c popper.c \ +- pop_bull.c xtnd_xlst.c pop_uidl.c mktemp.c \ +- pop_rpop.c pop_apop.c md5.c pop_auth.c pop_pope.c \ +- pop_extend.c scram.c hmac.c base64.c pop_util.c \ ++ pop_bull.c xtnd_xlst.c pop_uidl.c \ ++ pop_rpop.c pop_apop.c pop_auth.c pop_pope.c \ ++ pop_extend.c scram.c hmac.c pop_util.c \ + get_sub_opt.c msg_ptr.c drac.c pop_config.c main.c + +-POPAUTHOBJS = base64.o scram.o md5.o \ ++POPAUTHOBJS = scram.o \ + hmac.o popauth.o + +-POPAUTHSRCS = base64.c scram.c md5.c \ ++POPAUTHSRCS = scram.c \ + hmac.c popauth.c + + INCLUDES = ${srcdir}/popper.h ${srcdir}/version.h \ +@@ -133,7 +133,7 @@ + -I${common_srcdir} ${common_dir}/libcommon.a + + popauth: ${POPAUTHOBJS} +- ${CC} -o popauth ${POPAUTHOBJS} ${NETWORK_LIBS} ${DBM_LIBS} \ ++ ${CC} -o popauth ${POPAUTHOBJS} ${LIBS} ${NETWORK_LIBS} ${DBM_LIBS} \ + ${common_dir}/libcommon.a + + .c.o: diff --git a/mail/qpopper/files/patch-ac b/mail/qpopper/files/patch-ac index 94ef07768384..e4b4db0e0768 100644 --- a/mail/qpopper/files/patch-ac +++ b/mail/qpopper/files/patch-ac @@ -1,11 +1,37 @@ ---- man/popper.8.orig Sun Sep 10 08:52:41 2000 -+++ man/popper.8 Fri Oct 6 02:49:25 2000 +--- man/popper.8.orig Wed Nov 1 11:33:06 2000 ++++ man/popper.8 Wed Nov 1 11:38:58 2000 @@ -19,7 +19,7 @@ .SH NAME qpopper \-\- pop 3 server (v3.1b7) .SH SYNOPSIS -.B /usr/local/lib/popper -+.B !!PREFIX!!/libexec/qpopper ++.B %%PREFIX%%/libexec/qpopper [ .I [ address ] .I [ ":" ] +@@ -628,7 +628,7 @@ + systems with BSD 4.3 syslogging, the server logs (by default) to the + "local0" facility at priority "notice" for all messages except + debugging which is logged at priority "debug". The default log file is +-/usr/spool/mqueue/POPlog. These can be changed, if desired. On ++/var/log/messages. These can be changed, if desired. On + systems with 4.2 syslogging all messages are logged to the local log + file, usually /usr/spool/mqueue/syslog. + .SH DEBUGGING +@@ -663,7 +663,7 @@ + .PP + The server implements several extended commands. + .PP +-XTND XMIT: Sends a mail message using /usr/lib/sendmail. ++XTND XMIT: Sends a mail message using /usr/sbin/sendmail. + .PP + XTND XLIST header [num]: Extracts and returns the specified header line + for the specified message number. If the "num" parameter is missing, +@@ -688,6 +688,7 @@ + .SH FILES + .nf + /var/mail mail files ++/etc/ftpusers list of unwelcome/restricted users + /etc/inetd.conf pop program invocation + /etc/syslog.conf logging specifications + /var/spool/bulls bulletins diff --git a/mail/qpopper/files/patch-ao b/mail/qpopper/files/patch-ao new file mode 100644 index 000000000000..c1cf86d50025 --- /dev/null +++ b/mail/qpopper/files/patch-ao @@ -0,0 +1,17 @@ +--- popper/popauth.c.orig Wed Nov 1 11:42:03 2000 ++++ popper/popauth.c Wed Nov 1 11:41:56 2000 +@@ -154,11 +154,11 @@ + char *name; + } modes[] = { + #define SCRAM_AUTH 0 +- { "scramauth" }, ++ { "qscramauth" }, + #define APOP_AUTH 1 +- { "apopauth" }, ++ { "qapopauth" }, + #define POP_AUTH 2 +- { "popauth" }, ++ { "qpopauth" }, + #define OTHER 3 + { NULL } + }; diff --git a/mail/qpopper/files/patch-ap b/mail/qpopper/files/patch-ap index 97f4688c9e2e..724eea5c1e7d 100644 --- a/mail/qpopper/files/patch-ap +++ b/mail/qpopper/files/patch-ap @@ -1,11 +1,48 @@ ---- man/popauth.8.orig Mon Aug 21 06:18:08 2000 -+++ man/popauth.8 Fri Oct 6 02:54:02 2000 +--- man/popauth.8.orig Mon Aug 21 00:18:08 2000 ++++ man/popauth.8 Wed Nov 1 11:50:18 2000 +@@ -7,11 +7,11 @@ + .\" See License.txt file for terms and conditions for modification and + .\" redistribution. + .\" +-.TH POPAUTH 8 ++.TH QPOPAUTH 8 + .SH NAME +-popauth \-\- manipulate POP authorization DB ++qpopauth \-\- manipulate POP authorization DB + .SH SYNOPSIS +-.B popauth ++.B qpopauth + [ + .BI \-trace " tracefile" + ] [ +@@ -43,18 +43,18 @@ + ] + + .SH DESCRIPTION +-The \fIpopauth\fR program allows a POP-subscribers to add or change the secret ++The \fIqpopauth\fR program allows a POP-subscribers to add or change the secret + values used to generate their authentication credentials, or to verify the + existance of their records. + + In addition,the super\-user or master POP user can add, delete, or reset + credential data for a user, or list which records exist. Only the +-super\-user may initialize the database. \fIpopauth\fR is useful only when ++super\-user may initialize the database. \fIqpopauth\fR is useful only when + the APOP (or SCRAM) configuration option is defined. See the INSTALL file + in the Qpopper distribution for more information. + + Under normal usage, +-\fIpopauth\fR prompts for a new secret, ++\fIqpopauth\fR prompts for a new secret, + just like the \fIpasswd\fR program. It then updates the authorization DB. + + With the `\-user' switch, @@ -74,8 +74,8 @@ With the `\-delete' switch, the super-user or master POP user can remove a user entry from the authorization DB. .SH FILES -/etc/pop.auth.* POP authorization DB -+!!PREFIX!!/etc/qpopper/pop.auth.* POP authorization DB ++%%PREFIX%%/etc/qpopper/pop.auth.* POP authorization DB .SH ACKNOWLEDGEMENTS This program was derived from MH 6.8.3 .SH SEE ALSO diff --git a/mail/qpopper/files/patch-aq b/mail/qpopper/files/patch-aq new file mode 100644 index 000000000000..4fd927cb1bd6 --- /dev/null +++ b/mail/qpopper/files/patch-aq @@ -0,0 +1,14 @@ +--- popper/scram.c.orig Tue Jul 25 04:07:21 2000 ++++ popper/scram.c Wed Nov 1 11:46:31 2000 +@@ -17,7 +17,10 @@ + #include <sys/types.h> + #include <netinet/in.h> + +-#include "md5.h" ++#include <md5.h> ++ ++#define UINT4 u_int32_t ++ + #include "hmac-md5.h" + #include "scram.h" + diff --git a/mail/qpopper/files/patch-ar b/mail/qpopper/files/patch-ar new file mode 100644 index 000000000000..c6736220364e --- /dev/null +++ b/mail/qpopper/files/patch-ar @@ -0,0 +1,15 @@ +--- popper/hmac.c.orig Sat Jul 1 00:58:28 2000 ++++ popper/hmac.c Wed Nov 1 11:46:36 2000 +@@ -12,7 +12,11 @@ + + #include <stdio.h> + #include <string.h> +-#include "md5.h" ++#include <sys/types.h> ++#include <md5.h> ++ ++#define UINT4 u_int32_t ++ + #include "hmac-md5.h" + + diff --git a/mail/qpopper/pkg-message b/mail/qpopper/pkg-message index f54fdfea9d01..c803ccb0e02f 100644 --- a/mail/qpopper/pkg-message +++ b/mail/qpopper/pkg-message @@ -2,6 +2,6 @@ **************************************************************************** To enable the qpopper-daemon, add the following line to your /etc/inetd.conf: - pop3 stream tcp nowait root /usr/local/libexec/qpopper qpopper -s + pop3 stream tcp nowait root %%PREFIX%%/libexec/qpopper qpopper -s **************************************************************************** diff --git a/mail/qpopper/pkg-plist b/mail/qpopper/pkg-plist index 579204f4355e..9732172a4cbe 100644 --- a/mail/qpopper/pkg-plist +++ b/mail/qpopper/pkg-plist @@ -1,6 +1,6 @@ -bin/popauth -@unexec rm -f %D/bin/apopauth -@exec ln -sf popauth %D/bin/apopauth +bin/qpopauth +@unexec rm -f %D/bin/qapopauth +@exec ln -sf %D/bin/qpopauth %D/bin/qapopauth libexec/qpopper @dirrm etc/qpopper @exec mkdir -p %D/etc/qpopper && chown pop.daemon %D/etc/qpopper && chmod 700 %D/etc/qpopper |