diff options
Diffstat (limited to 'mail/elmo')
-rw-r--r-- | mail/elmo/Makefile | 40 | ||||
-rw-r--r-- | mail/elmo/distinfo | 2 | ||||
-rw-r--r-- | mail/elmo/files/patch-src_elmoconf.pl | 10 | ||||
-rw-r--r-- | mail/elmo/files/patch-src_gettext.h | 11 | ||||
-rw-r--r-- | mail/elmo/pkg-descr | 9 | ||||
-rw-r--r-- | mail/elmo/pkg-message | 10 | ||||
-rw-r--r-- | mail/elmo/pkg-plist | 11 |
7 files changed, 0 insertions, 93 deletions
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile deleted file mode 100644 index 75d6ab1f5e7e..000000000000 --- a/mail/elmo/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: trevor - -PORTNAME= elmo -PORTVERSION= 1.3.2 -PORTREVISION= 2 -CATEGORIES= mail -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Receive, filter, read, compose, and send mail at the text console - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -CONFLICTS= elmo-devel-[0-9]* - -GNU_CONFIGURE= yes -USES= iconv localbase ncurses shebangfix perl5 ssl -SHEBANG_FILES= src/elmoconf.pl -USE_PERL5= run - -CFLAGS+= -fcommon - -DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) -EXPIRATION_DATE=2021-04-01 - -OPTIONS_DEFINE= GPGME NLS -OPTIONS_SUB= yes - -GPGME_DESC= GnuPG support using GPGME -GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme -GPGME_CONFIGURE_ENV_OFF=ac_cv_header_gpgme_h=no -NLS_CONFIGURE_ON= --with-libintl-prefix="${LOCALBASE}" -NLS_CONFIGURE_OFF= --disable-nls -NLS_USES= gettext - -post-patch: - @${REINPLACE_CMD} -e '/if test/s|==|=|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/mail/elmo/distinfo b/mail/elmo/distinfo deleted file mode 100644 index d6e78046e999..000000000000 --- a/mail/elmo/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/files/patch-src_elmoconf.pl b/mail/elmo/files/patch-src_elmoconf.pl deleted file mode 100644 index a029c78c8ef5..000000000000 --- a/mail/elmo/files/patch-src_elmoconf.pl +++ /dev/null @@ -1,10 +0,0 @@ ---- src/elmoconf.pl.orig 2004-08-13 11:18:22 UTC -+++ src/elmoconf.pl -@@ -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/files/patch-src_gettext.h b/mail/elmo/files/patch-src_gettext.h deleted file mode 100644 index 4e3f573f7618..000000000000 --- a/mail/elmo/files/patch-src_gettext.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gettext.h.orig 2003-04-26 19:01:59 UTC -+++ src/gettext.h -@@ -42,7 +42,7 @@ - for invalid uses of the value returned from these functions. - On pre-ANSI systems without 'const', the config.h file is supposed to - contain "#define const". */ --# define gettext(Msgid) ((const char *) (Msgid)) -+# define gettext(Msgid) ((char *) (Msgid)) - # define dgettext(Domainname, Msgid) ((const char *) (Msgid)) - # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) - # define ngettext(Msgid1, Msgid2, N) \ diff --git a/mail/elmo/pkg-descr b/mail/elmo/pkg-descr deleted file mode 100644 index b64bd526b947..000000000000 --- a/mail/elmo/pkg-descr +++ /dev/null @@ -1,9 +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. - -Before running elmo, users should run elmoconf.pl to generate an -~/.elmorc file. - -WWW: http://elmo.sourceforge.net/ diff --git a/mail/elmo/pkg-message b/mail/elmo/pkg-message deleted file mode 100644 index 8e5569b4d4aa..000000000000 --- a/mail/elmo/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -[ -{ type: install - message: <<EOM -In order to use elmo, 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. -EOM -} -] diff --git a/mail/elmo/pkg-plist b/mail/elmo/pkg-plist deleted file mode 100644 index 8c53061bf7b4..000000000000 --- a/mail/elmo/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/elmo -bin/elmoconf.pl -man/man1/elmo.1.gz -man/man1/elmoconf.pl.1.gz -%%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 |