pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mpop Import mpop from pkgsrc-wip. Packaged by Le...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7cd829755e4f
branches:  trunk
changeset: 503023:7cd829755e4f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Nov 13 03:09:20 2005 +0000

description:
Import mpop from pkgsrc-wip.  Packaged by Leonard Schmidt.

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.

diffstat:

 mail/mpop/DESCR      |   5 +++++
 mail/mpop/Makefile   |  36 ++++++++++++++++++++++++++++++++++++
 mail/mpop/PLIST      |   6 ++++++
 mail/mpop/distinfo   |   5 +++++
 mail/mpop/options.mk |  25 +++++++++++++++++++++++++
 5 files changed, 77 insertions(+), 0 deletions(-)

diffs (97 lines):

diff -r a5c899505d77 -r 7cd829755e4f mail/mpop/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mpop/DESCR   Sun Nov 13 03:09:20 2005 +0000
@@ -0,0 +1,5 @@
+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.
diff -r a5c899505d77 -r 7cd829755e4f mail/mpop/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mpop/Makefile        Sun Nov 13 03:09:20 2005 +0000
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/13 03:09:20 minskim Exp $
+#
+
+DISTNAME=      mpop-0.8.2
+PKGREVISION=   1
+CATEGORIES=    mail
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mpop/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    lems%gmx.net@localhost
+HOMEPAGE=      http://mpop.sourceforge.net/
+COMMENT=       Small, fast and portable POP3 client
+
+GNU_CONFIGURE=         yes
+USE_PKGINSTALL=                yes
+USE_PKGLOCALEDIR=      yes
+USE_TOOLS+=            pkg-config
+
+CONFIGURE_ARGS+=       --enable-nls
+
+PKG_SYSCONFSUBDIR=     mpop
+
+EGDIR=         ${PREFIX}/share/examples/mpop
+CONF_FILES=    ${EGDIR}/mpoprc.example ${PKG_SYSCONFDIR}/mpoprc
+
+INFO_FILES=    mpop.info
+
+.include "options.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/libgetopt/buildlink3.mk"
+
+post-install:
+       ${INSTALL_DATA_DIR} ${EGDIR}
+       ${INSTALL_DATA} ${WRKSRC}/doc/mpoprc.example ${EGDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r a5c899505d77 -r 7cd829755e4f mail/mpop/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mpop/PLIST   Sun Nov 13 03:09:20 2005 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/13 03:09:20 minskim Exp $
+bin/mpop
+man/man1/mpop.1
+share/examples/mpop/mpoprc.example
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/mpop.mo
+@dirrm share/examples/mpop
diff -r a5c899505d77 -r 7cd829755e4f mail/mpop/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mpop/distinfo        Sun Nov 13 03:09:20 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/11/13 03:09:20 minskim Exp $
+
+SHA1 (mpop-0.8.2.tar.bz2) = 240fbe3e93051a50e403f342b0dab822e91cdb15
+RMD160 (mpop-0.8.2.tar.bz2) = ea1fc39769ea14cc62c07847a695524baa462867
+Size (mpop-0.8.2.tar.bz2) = 475994 bytes
diff -r a5c899505d77 -r 7cd829755e4f mail/mpop/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mpop/options.mk      Sun Nov 13 03:09:20 2005 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: options.mk,v 1.1.1.1 2005/11/13 03:09:20 minskim Exp $
+#
+
+PKG_OPTIONS_VAR=               PKG_OPTIONS.mpop
+PKG_SUPPORTED_OPTIONS=         gsasl
+PKG_OPTIONS_OPTIONAL_GROUPS=   ssl
+PKG_OPTIONS_GROUP.ssl=         gnutls ssl
+PKG_SUGGESTED_OPTIONS=         ssl
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mgnutls)
+CONFIGURE_ARGS+=       --with-ssl=gnutls
+.  include "../../security/gnutls/buildlink3.mk"
+.elif !empty(PKG_OPTIONS:Mssl)
+CONFIGURE_ARGS+=       --with-ssl=openssl
+.  include "../../security/openssl/buildlink3.mk"
+.else
+CONFIGURE_ARGS+=       --disable-ssl
+.endif
+
+.if !empty(PKG_OPTIONS:Mgsasl)
+CONFIGURE_ARGS+=       --enable-gsasl
+.  include "../../security/gsasl/buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index