summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-04-10 05:49:10 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-04-10 05:49:10 +0000
commita023081738c2486965ee3e3e1d6a077a39686e3a (patch)
tree7771cae3fc1888382c5a083cac9f5d3ac20cdf7a /mail
parentRemove XAWVER from Xaw3d LIB_DEPENDS re. Xaw3d will be depended upon just (diff)
Retire mail/msmtp-devel: the development version is not active anymore.
Notes
Notes: svn path=/head/; revision=132855
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/msmtp-devel/Makefile53
-rw-r--r--mail/msmtp-devel/distinfo2
-rw-r--r--mail/msmtp-devel/pkg-descr23
4 files changed, 0 insertions, 79 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 84cfe9f80852..f1170ba0ce63 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -216,7 +216,6 @@
SUBDIR += mreport
SUBDIR += msgconvert
SUBDIR += msmtp
- SUBDIR += msmtp-devel
SUBDIR += msmtpqueue
SUBDIR += mulberry
SUBDIR += mutt
diff --git a/mail/msmtp-devel/Makefile b/mail/msmtp-devel/Makefile
deleted file mode 100644
index 451ea9fd817d..000000000000
--- a/mail/msmtp-devel/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# Ports collection makefile for: msmtp-devel
-# Date created: 10 Jan 2005
-# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= msmtp
-PORTVERSION= 1.3.9
-CATEGORIES= mail ipv6
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= msmtp
-PKGNAMESUFFIX= -devel
-
-MAINTAINER= novel@FreeBSD.org
-COMMENT= SMTP plugin for MUAs
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_GETOPT_LONG=yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-MAN1= msmtp.1
-INFO= msmtp
-PLIST_FILES= bin/msmtp
-
-# conflicts with mail/msmtp
-CONFLICTS= msmtp-1.2.*
-
-# XXX we need gnutls >= 1.2.0 which is not avaible via ports tree
-.if defined(WITH_GNUTLS)
-.undef WITH_GNUTLS
-.endif
-
-.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
-CONFIGURE_ARGS+= --with-ssl=gnutls
-.elif defined (WITH_OPENSSL)
-USE_OPENSSL= yes
-CONFIGURE_ARGS+= --with-ssl=openssl
-.else
-CONFIGURE_ARGS+= --disable-ssl
-.endif
-
-.if defined(WITH_GSASL)
-LIB_DEPENDS+= gsasl.9:${PORTSDIR}/security/gsasl
-.else
-CONFIGURE_ARGS+= --disable-gsasl
-.endif
-
-.include <bsd.port.mk>
diff --git a/mail/msmtp-devel/distinfo b/mail/msmtp-devel/distinfo
deleted file mode 100644
index 4c76ca9b2613..000000000000
--- a/mail/msmtp-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (msmtp-1.3.9.tar.bz2) = 8e941785730c1ea1ee7fc9a65da41339
-SIZE (msmtp-1.3.9.tar.bz2) = 403534
diff --git a/mail/msmtp-devel/pkg-descr b/mail/msmtp-devel/pkg-descr
deleted file mode 100644
index ec14dc3ef0cd..000000000000
--- a/mail/msmtp-devel/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-msmtp -- An SMTP client
-
-msmtp is an SMTP client that can be used as an "SMTP plugin" for Mutt and
-probably other MUAs (mail user agents). It forwards mails to an SMTP server
-(for example at a free mail provider) which does the delivery.
-To use this program, create a configuration file with your mail account(s) and
-tell your MUA to call msmtp instead of /usr/sbin/sendmail.
-
-Features include:
-
- * SMTP AUTH methods PLAIN, LOGIN and CRAM-MD5
- (and DIGEST-MD5 and NTLM when compiled with GSASL support)
- * TLS encrypted connections
- (including server certificate verification and the possibility to send
- a client certificate)
- * DSN (Delivery Status Notification) support
- * IPv6 support (on systems that support it)
- * support for multiple accounts
- * sendmail compatible exit codes (which most MUAs understand).
-
-Note: you may want to install mail/msmtpqueue - queuing support for msmtp.
-
-WWW: http://msmtp.sourceforge.net/