Date: Sat, 24 Oct 2009 12:27:22 -0200 (BRST) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/139887: [NEW PORT] mail/mpop: MPOP is a small and fast POP3 client Message-ID: <20091024142722.9F71C3F5F97@fbsd.scjamorim.org> Resent-Message-ID: <200910241430.n9OEU3Kt021407@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139887 >Category: ports >Synopsis: [NEW PORT] mail/mpop: MPOP is a small and fast POP3 client >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 24 14:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: mpop is a small, fast, and portable POP3 client. Its features include header-based email filtering (filter junk mail before downloading it), delivery to mbox files, maildir folders, or a mail delivery agent, a very fast POP3 implementation, many authentication methods, and good support for TLS/SSL. WWW: http://mpop.sourceforge.net Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- mpop-1.0.19.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mpop # mpop/pkg-descr # mpop/Makefile # mpop/distinfo # mpop/pkg-plist # mpop/files # mpop/files/patch-doc-mpop.1 # echo c - mpop mkdir -p mpop > /dev/null 2>&1 echo x - mpop/pkg-descr sed 's/^X//' >mpop/pkg-descr << '1c2274293e9254108e8291e0facf6ecc' Xmpop is a small, fast, and portable POP3 client. Its features include Xheader-based email filtering (filter junk mail before downloading it), Xdelivery to mbox files, maildir folders, or a mail delivery agent, Xa very fast POP3 implementation, many authentication methods, Xand good support for TLS/SSL. X XWWW: http://mpop.sourceforge.net 1c2274293e9254108e8291e0facf6ecc echo x - mpop/Makefile sed 's/^X//' >mpop/Makefile << '4e0964b3a9307f10f3c09049ce181acf' X# New ports collection makefile for: mpop X# Date created: 2009-10-24 X# Whom: Sylvio Cesar <scjamorim@bsd.com.br> X# X# $FreeBSD$ X# X XPORTNAME= mpop XPORTVERSION= 1.0.19 XCATEGORIES= mail XMASTER_SITES= SF X XMAINTAINER= scjamorim@bsd.com.br XCOMMENT= MPOP is a small and fast POP3 client X XUSE_BZIP2= yes XGNU_CONFIGURE= yes XCPPFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib XCONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" XMAN1= mpop.1 XINFO= mpop X X.if defined(WITH_GNUTLS) XLIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls XCONFIGURE_ARGS+= --with-ssl=gnutls X.elif defined(WITH_OPENSSL) XUSE_OPENSSL= yes XCONFIGURE_ARGS+= --with-ssl=openssl X.else XCONFIGURE_ARGS+= --without-ssl X.endif X X.if defined(WITH_GNUTLS) || defined(WITH_OPENSSL) XRUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss X.endif X X.if defined(WITH_GSASL) XLIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl X.else XCONFIGURE_ARGS+= --without-gsasl X.endif X X.if !defined(WITHOUT_IDN) XLIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn XCONFIGURE_ARGS+= --with-libidn X.else XCONFIGURE_ARGS+= --without-libidn X.endif X X.if !defined(WITHOUT_NLS) XUSE_GETTEXT= yes XCONFIGURE_ARGS+= --enable-nls XPLIST_SUB= NLS="" X.else XCONFIGURE_ARGS+= --disable-nls XPLIST_SUB= NLS="@comment " X.endif X X.include <bsd.port.mk> 4e0964b3a9307f10f3c09049ce181acf echo x - mpop/distinfo sed 's/^X//' >mpop/distinfo << '8ba9adb227cf07871f3155ce2e2321f9' XMD5 (mpop-1.0.19.tar.bz2) = 40a48d486121a15075faee944a7b8fb7 XSHA256 (mpop-1.0.19.tar.bz2) = 3151f3d0fb34f0f93bcd139ab87ec6c4ba23b3d0768a88c310fe0838c41b6d01 XSIZE (mpop-1.0.19.tar.bz2) = 839096 8ba9adb227cf07871f3155ce2e2321f9 echo x - mpop/pkg-plist sed 's/^X//' >mpop/pkg-plist << '4fb0a4162df672a51208456a2cf02e4b' Xbin/mpop X%%NLS%%share/locale/de/LC_MESSAGES/mpop.mo X%%NLS%%share/locale/es/LC_MESSAGES/mpop.mo 4fb0a4162df672a51208456a2cf02e4b echo c - mpop/files mkdir -p mpop/files > /dev/null 2>&1 echo x - mpop/files/patch-doc-mpop.1 sed 's/^X//' >mpop/files/patch-doc-mpop.1 << '47f6fccd27dfff4e88822573d0861e72' X--- doc/mpop.1.orig 2009-10-05 16:47:15.000000000 -0300 X+++ doc/mpop.1 2009-10-24 12:18:19.000000000 -0200 X@@ -333,6 +333,11 @@ X .br X On Debian based systems, you can install the \fBca\-certificates\fP package and X use the file \fB/etc/ssl/certs/ca\-certificates.crt\fP. X++.br X+On FreeBSD based systems, you can install the \fBsecurity/ca_root_nss\fP port and X++use the file \fB/usr/local/share/certs/ca-root-nss.crt\fP. Please note that if X++you are installing mpop from ports with OpenSSL or gnutls support, X++the \fBsecurity/ca_root_nss\fP port will be installed automaticly. X .br X An empty argument disables this feature. X .IP "tls_crl_file [\fIfile\fP]" X@@ -457,7 +462,7 @@ X .br X # Enable full TLS certificate checks. X .br X-tls_trust_file /etc/ssl/certs/ca\-certificates.crt X+tls_trust_file /usr/local/share/certs/ca-root-nss.crt X .br X # Use the POP3-over-TLS variant instead of the STARTTLS variant. X .br 47f6fccd27dfff4e88822573d0861e72 exit --- mpop-1.0.19.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091024142722.9F71C3F5F97>