diff options
author | rene <rene@FreeBSD.org> | 2016-10-16 05:14:53 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-10-16 05:14:53 +0800 |
commit | 1104a34f1775dfc2a1abd9f269b539fdb4b358ab (patch) | |
tree | acdb29f67a072b645ef86108e3509da5ca93ef49 /mail | |
parent | 10f3cc9a74ae61f075f7cd86b3fb7005048f8269 (diff) | |
download | freebsd-ports-gnome-1104a34f1775dfc2a1abd9f269b539fdb4b358ab.tar.gz freebsd-ports-gnome-1104a34f1775dfc2a1abd9f269b539fdb4b358ab.tar.zst freebsd-ports-gnome-1104a34f1775dfc2a1abd9f269b539fdb4b358ab.zip |
Remove expired port:
2016-10-15 mail/elmo-devel: Same version as mail/elmo, use it instead
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/elmo-devel/Makefile | 58 | ||||
-rw-r--r-- | mail/elmo-devel/distinfo | 2 | ||||
-rw-r--r-- | mail/elmo-devel/files/patch-src_elmoconf.pl | 10 | ||||
-rw-r--r-- | mail/elmo-devel/files/patch-src_rstring.c | 18 | ||||
-rw-r--r-- | mail/elmo-devel/files/patch-src_str.c | 14 | ||||
-rw-r--r-- | mail/elmo-devel/pkg-descr | 12 | ||||
-rw-r--r-- | mail/elmo-devel/pkg-message | 6 | ||||
-rw-r--r-- | mail/elmo-devel/pkg-plist | 11 |
9 files changed, 0 insertions, 132 deletions
diff --git a/mail/Makefile b/mail/Makefile index 6656179cc92f..2656eb5d613c 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -108,7 +108,6 @@ SUBDIR += ecartis SUBDIR += elm SUBDIR += elmo - SUBDIR += elmo-devel SUBDIR += emailrelay SUBDIR += emil SUBDIR += enma diff --git a/mail/elmo-devel/Makefile b/mail/elmo-devel/Makefile deleted file mode 100644 index 1063343636df..000000000000 --- a/mail/elmo-devel/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# Created by: trevor -# $FreeBSD$ - -PORTNAME= elmo -PORTVERSION= 1.3.2 -PORTREVISION= 5 -CATEGORIES= mail -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} -PKGNAMESUFFIX= -devel - -MAINTAINER= ports@FreeBSD.org -COMMENT= Receive, filter, read, compose, and send mail at the text console - -CONFLICTS= elmo-[0-9]* - -DEPRECATED= Same version as mail/elmo, use it instead -EXPIRATION_DATE=2016-10-15 - -GNU_CONFIGURE= yes -USES= iconv ncurses perl5 shebangfix -SHEBANG_FILES= src/elmoconf.pl -USE_OPENSSL= yes -USE_PERL5= run - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -OPTIONS_DEFINE= NLS - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNLS} -PLIST_SUB+= NLS="" -USES+= gettext -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME) -LIB_DEPENDS+= libgpgme.so:security/gpgme -.else -pre-everything:: - @${ECHO_CMD} - @${ECHO_CMD} "Define WITH_GPGME=yes to build with gpgme support." - @${ECHO_CMD} -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|gpgme4|gpgme|g' -e 's|== "|= "|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|gpgme4|gpgme|g' ${WRKSRC}/src/pgp.c - -.include <bsd.port.post.mk> diff --git a/mail/elmo-devel/distinfo b/mail/elmo-devel/distinfo deleted file mode 100644 index d6e78046e999..000000000000 --- a/mail/elmo-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (elmo-1.3.2.tar.gz) = 96fa20b171e3c24262b3af150e89141a2a59883075b5e6a0f9a40ff60830fcbd -SIZE (elmo-1.3.2.tar.gz) = 536768 diff --git a/mail/elmo-devel/files/patch-src_elmoconf.pl b/mail/elmo-devel/files/patch-src_elmoconf.pl deleted file mode 100644 index 0414ca2c7fc6..000000000000 --- a/mail/elmo-devel/files/patch-src_elmoconf.pl +++ /dev/null @@ -1,10 +0,0 @@ ---- src/elmoconf.pl.orig Sat Aug 7 11:30:51 2004 -+++ src/elmoconf.pl Sat Aug 7 11:32:44 2004 -@@ -26,7 +26,6 @@ - # This script sets up user's config file based on few simple questions. - - use strict; --use warnings; - - use constant VERSION => "1.48"; - diff --git a/mail/elmo-devel/files/patch-src_rstring.c b/mail/elmo-devel/files/patch-src_rstring.c deleted file mode 100644 index 9f224c115ae2..000000000000 --- a/mail/elmo-devel/files/patch-src_rstring.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/rstring.c.orig Sat Aug 7 03:01:05 2004 -+++ src/rstring.c Sat Aug 7 03:02:12 2004 -@@ -30,7 +30,6 @@ - #include <string.h> - #include <stdarg.h> - #include <sys/types.h> --#include <regex.h> - #include <errno.h> - #include <ctype.h> - -@@ -38,6 +37,7 @@ - #include "rarray.h" - #include "rstring.h" - #include "error.h" -+#include <regex.h> - #include "memchunk.h" - #include "str.h" - diff --git a/mail/elmo-devel/files/patch-src_str.c b/mail/elmo-devel/files/patch-src_str.c deleted file mode 100644 index b06758e23c50..000000000000 --- a/mail/elmo-devel/files/patch-src_str.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/str.c.orig Sat Aug 7 11:07:36 2004 -+++ src/str.c Sat Aug 7 11:22:37 2004 -@@ -217,7 +217,11 @@ - - while (1){ - max_size = str->size - str->len - 1; -+#if (defined(__FreeBSD__) && __FreeBSD__ < 5) -+ copy = ap; -+#else - va_copy (copy, ap); -+#endif - n = vsnprintf (str->str + str->len, max_size, fmt, copy); - if (n > -1 && n < max_size){ - str->len += n; diff --git a/mail/elmo-devel/pkg-descr b/mail/elmo-devel/pkg-descr deleted file mode 100644 index d1220f7b2857..000000000000 --- a/mail/elmo-devel/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Elmo (ELectronic Mail Operator) is an ncurses-based program for -receiving, filtering, reading, composing, and sending mail from a -character terminal. It speaks POP3 and SMTP and can work with -maildir or Berkeley-formatted mailboxes. - -This version is a development version, but is rather stable, and -is known to work better than the stable version on FreeBSD 4.x. - -Before running elmo, users should run elmoconf.pl to generate an -~/.elmorc file. - -WWW: http://elmo.sourceforge.net/ diff --git a/mail/elmo-devel/pkg-message b/mail/elmo-devel/pkg-message deleted file mode 100644 index a6c652f8b167..000000000000 --- a/mail/elmo-devel/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -============== -In order to use elmo-devel, each user must run the script elmoconf.pl, -which will interactively create the elmo configuration file. -Additionally, you must input some basic smtp settings if you -want to be able to send messages. -============== diff --git a/mail/elmo-devel/pkg-plist b/mail/elmo-devel/pkg-plist deleted file mode 100644 index 3314a18e6531..000000000000 --- a/mail/elmo-devel/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/elmo -bin/elmoconf.pl -%%DATADIR%%/template -%%DATADIR%%/themes/80x25 -%%DATADIR%%/themes/README -%%DATADIR%%/themes/outlook -%%DATADIR%%/tutorial -%%NLS%%share/locale/de/LC_MESSAGES/elmo.mo -%%NLS%%share/locale/pl/LC_MESSAGES/elmo.mo -man/man1/elmo.1.gz -man/man1/elmoconf.pl.1.gz |