summaryrefslogtreecommitdiff
path: root/mail/ml
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ml')
-rw-r--r--mail/ml/Makefile30
-rw-r--r--mail/ml/distinfo2
-rw-r--r--mail/ml/files/patch-Imakefile_135
-rw-r--r--mail/ml/files/patch-Imakefile_211
-rw-r--r--mail/ml/files/patch-imap-4-src-c-client-mtest.c20
-rw-r--r--mail/ml/files/patch-imap-4-src-osdep-unix-Makefile21
-rw-r--r--mail/ml/files/patch-imap-4-src-osdep-unix-bezerk.c20
-rw-r--r--mail/ml/files/patch-imap-4-src-osdep-unix-mmdf.c20
-rw-r--r--mail/ml/files/patch-imap-4-src-osdep-unix-os_bsi.h30
-rw-r--r--mail/ml/files/patch-lib-CheckConnection.ppp13
-rw-r--r--mail/ml/files/patch-lib-ML.ad43
-rw-r--r--mail/ml/pkg-descr1
-rw-r--r--mail/ml/pkg-plist46
13 files changed, 0 insertions, 292 deletions
diff --git a/mail/ml/Makefile b/mail/ml/Makefile
deleted file mode 100644
index a81618b620f9..000000000000
--- a/mail/ml/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Jeroen Hogeveen <albast@xs4all.nl>
-# $FreeBSD$
-
-PORTNAME= ml
-PORTVERSION= 3.4
-PORTREVISION= 3
-CATEGORIES= mail
-MASTER_SITES= http://ftp.uni-koeln.de/windows/xcontrib/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= X11 IMAP client
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-07-04
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-USES= imake motif
-USE_XORG= ice sm x11 xext xmu xp xt
-
-post-patch:
- @${REINPLACE_CMD} 's,ML_LIBDIR),DESTDIR)$$(&,g' \
- ${WRKSRC}/Imakefile
-
-pre-configure:
- @${ECHO_MSG} "===> Building c-client"
- @( cd ${WRKSRC}/../imap-4; make bsi )
- @( cd ${WRKSRC}; ${RM} -f makeproto )
-
-.include <bsd.port.mk>
diff --git a/mail/ml/distinfo b/mail/ml/distinfo
deleted file mode 100644
index 74689e057460..000000000000
--- a/mail/ml/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ml-3.4.tar.gz) = 3ec03cd2c837aded2056a377a53d07086972a21a81ba595c14f32474d860498d
-SIZE (ml-3.4.tar.gz) = 681578
diff --git a/mail/ml/files/patch-Imakefile_1 b/mail/ml/files/patch-Imakefile_1
deleted file mode 100644
index 21f8d4f6b707..000000000000
--- a/mail/ml/files/patch-Imakefile_1
+++ /dev/null
@@ -1,35 +0,0 @@
---- Imakefile.orig Tue Mar 31 02:59:36 1998
-+++ Imakefile Sun Jun 13 13:44:39 1999
-@@ -4,7 +4,7 @@
- XCOMM We need /usr/include, the current src dir, the parent of this
- XCOMM dir, the parent of X11, and the parent of the Motif (Xm) include dir
-
--EXTRA_INCLUDES = -I../Xm -I/usr/openwin/include -I$(INCROOT) -I./ -I../
-+EXTRA_INCLUDES = -I/usr/dt/include -DDEFAULT_LIBDIR="\"${LOCALBASE}/lib/X11/ml\"" -I$(INCROOT) -I. -I..
-
-
- XCOMM `Compile time defines:
-@@ -18,19 +18,19 @@
- XCOMM This hasn't yet been tested.
- XCOMM -DNO_EDITRES If your X release doesn't have Xmu/Editres.h
-
--CFLAGS= -g -DFALLBACK $(EXTRA_INCLUDES)
-+CFLAGS+=-DFALLBACK $(EXTRA_INCLUDES)
-
-
- XCOMM Location of Motif library. If Motif 2.0, add the location of
- XCOMM the Xpm library also
-
--XMLIB= -L../Xm -lXm ../Xm/libXpm.a
-+XMLIB=${MOTIFLIB} -lXp
-
- LOCAL_LIBRARIES = ../imap-4/c-client/c-client.a
-
-
--OTHERLIBS=-lgen
--ML_LIBDIR=/usr/local/lib/ml
-+OTHERLIBS=-lcrypt
-+ML_LIBDIR=${LOCALBASE}/lib/X11/ml
- HELP_FILES=`find ../lib -type f -print`
-
- XCOMM Default font sizes. Linux folks will want FONTSIZE=14 (or
diff --git a/mail/ml/files/patch-Imakefile_2 b/mail/ml/files/patch-Imakefile_2
deleted file mode 100644
index c295f1b80a8e..000000000000
--- a/mail/ml/files/patch-Imakefile_2
+++ /dev/null
@@ -1,11 +0,0 @@
---- Imakefile.orig Wed Nov 1 07:26:10 2000
-+++ Imakefile Wed Nov 1 07:27:21 2000
-@@ -118,7 +118,7 @@
-
- SYS_LIBRARIES = $(OTHERLIBS) $(XMLIB) $(XMULIB) $(XTOOLLIB) $(XEXTLIB) $(XLIB)
-
--ComplexProgramTarget(ml)
-+ComplexProgramTargetNoMan(ml)
-
- InstallAppDefaultsLong(../lib/ML,ML)
-
diff --git a/mail/ml/files/patch-imap-4-src-c-client-mtest.c b/mail/ml/files/patch-imap-4-src-c-client-mtest.c
deleted file mode 100644
index d986c4773ff4..000000000000
--- a/mail/ml/files/patch-imap-4-src-c-client-mtest.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- ../imap-4/src/c-client/mtest.c.orig Sun Jun 13 16:51:38 1999
-+++ ../imap-4/src/c-client/mtest.c Sun Jun 13 16:54:03 1999
-@@ -479,7 +479,7 @@
- void prompt (char *msg,char *txt)
- {
- printf ("%s",msg);
-- gets (txt);
-+ fgets (txt, (8 * MAILTMPLEN), stdin);
- }
-
- /* Interfaces to C-client */
-@@ -664,7 +664,7 @@
- puts (" Msg (end with a line with only a '.'):");
- body->type = TYPETEXT;
- *text = '\0';
-- while (gets (line)) {
-+ while (fgets (line, MAILTMPLEN, stdin)) {
- if (line[0] == '.') {
- if (line[1] == '\0') break;
- else strcat ((char *) text,".");
diff --git a/mail/ml/files/patch-imap-4-src-osdep-unix-Makefile b/mail/ml/files/patch-imap-4-src-osdep-unix-Makefile
deleted file mode 100644
index 1b9178ffd035..000000000000
--- a/mail/ml/files/patch-imap-4-src-osdep-unix-Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- ../imap-4/src/osdep/unix/Makefile.orig Mon Mar 30 17:07:21 1998
-+++ ../imap-4/src/osdep/unix/Makefile Sat Jun 26 02:04:49 1999
-@@ -39,7 +39,7 @@
- netmsg.o rfc822.o nntp.o smtp.o imap4.o pop3.o \
- bezerk.o mbox.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o
- EXTRACFLAGS=
--CFLAGS=$(EXTRACFLAGS)
-+#CFLAGS=$(EXTRACFLAGS)
- EXTRADRIVERS=mbox mbx
- DEFAULTDRIVERS=imap nntp pop3 mh tenex mtx mmdf bezerk news phile dummy
- LN=ln -s
-@@ -109,7 +109,8 @@
- bsi: # BSD/i386
- $(MAKE) mtest OS=$@ EXTRADRIVERS="$(EXTRADRIVERS)" \
- STDPROTO=bezerkproto \
-- RSHPATH=/usr/bin/rsh CFLAGS="-g -O -pipe $(EXTRACFLAGS)"
-+ RSHPATH=/usr/bin/rsh CFLAGS="$(CFLAGS) $(EXTRACFLAGS)" \
-+ LDFLAGS="-lcrypt"
-
- cvx: # Convex
- $(MAKE) mtest OS=$@ EXTRADRIVERS="$(EXTRADRIVERS)" \
diff --git a/mail/ml/files/patch-imap-4-src-osdep-unix-bezerk.c b/mail/ml/files/patch-imap-4-src-osdep-unix-bezerk.c
deleted file mode 100644
index 138ba8bbf967..000000000000
--- a/mail/ml/files/patch-imap-4-src-osdep-unix-bezerk.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- ../imap-4/src/osdep/unix/bezerk.c.orig Tue Mar 31 13:07:23 1998
-+++ ../imap-4/src/osdep/unix/bezerk.c Sat Aug 20 00:11:13 2005
-@@ -896,7 +896,7 @@
- /* length of internal + message headers */
- iov[j].iov_len = (m->header + m->headersize) - m->internal;
- /* suppress extra newline if present */
-- if ((iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
-+ if (((char *)iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
- else j++; /* unlikely but... */
- /* status */
- iov[j].iov_base = status;
-@@ -1775,7 +1775,7 @@
- /* length of internal + message headers */
- iov[j].iov_len = (m->header + m->headersize) - m->internal;
- /* suppress extra newline if present */
-- if ((iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
-+ if (((char *)iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
- else j++; /* unlikely but... */
- /* status */
- iov[j].iov_base = LOCAL->buf;
diff --git a/mail/ml/files/patch-imap-4-src-osdep-unix-mmdf.c b/mail/ml/files/patch-imap-4-src-osdep-unix-mmdf.c
deleted file mode 100644
index 81a7a6ac7b47..000000000000
--- a/mail/ml/files/patch-imap-4-src-osdep-unix-mmdf.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- ../imap-4/src/osdep/unix/mmdf.c.orig Tue Mar 31 13:07:25 1998
-+++ ../imap-4/src/osdep/unix/mmdf.c Sat Aug 20 00:17:25 2005
-@@ -869,7 +869,7 @@
- /* length of internal + message headers */
- iov[j].iov_len = (m->header + m->headersize) - m->internal;
- /* suppress extra newline if present */
-- if ((iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
-+ if (((char *)iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
- else j++; /* unlikely but... */
- /* status */
- iov[j].iov_base = status;
-@@ -1727,7 +1727,7 @@
- /* length of internal + message headers */
- iov[j].iov_len = (m->header + m->headersize) - m->internal;
- /* suppress extra newline if present */
-- if ((iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
-+ if (((char *)iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
- else j++; /* unlikely but... */
- /* status */
- iov[j].iov_base = LOCAL->buf;
diff --git a/mail/ml/files/patch-imap-4-src-osdep-unix-os_bsi.h b/mail/ml/files/patch-imap-4-src-osdep-unix-os_bsi.h
deleted file mode 100644
index c5d3797740e8..000000000000
--- a/mail/ml/files/patch-imap-4-src-osdep-unix-os_bsi.h
+++ /dev/null
@@ -1,30 +0,0 @@
---- ../imap-4/src/osdep/unix/os_bsi.h.orig Mon Mar 30 17:07:22 1998
-+++ ../imap-4/src/osdep/unix/os_bsi.h Sat Jun 26 02:13:22 1999
-@@ -34,13 +34,25 @@
- */
-
- #define MAILFILE "/var/mail/%s"
--#define ACTIVEFILE "/usr/lib/news/active"
--#define NEWSSPOOL "/usr/spool/news"
-+#define ACTIVEFILE "/usr/local/news/db/active" /* inn-stable port */
-+#define NEWSSPOOL "/var/spool/news" /* inn-stable port */
-
- #include <stdlib.h>
- #include <string.h>
- #include <sys/types.h>
-+
-+/*
-+ * From ports/mail/imap-uw:
-+ * FreeBSD v3.x and onward whines about <sys/dir.h> being obsolete, so switch
-+ * to POSIX semantics.
-+ */
-+#if __FreeBSD__ >= 3
-+#include <dirent.h>
-+#define direct dirent
-+#else
- #include <sys/dir.h>
-+#endif
-+
- #include <sys/uio.h> /* needed for writev() prototypes */
- #include <syslog.h>
- #include <sys/file.h>
diff --git a/mail/ml/files/patch-lib-CheckConnection.ppp b/mail/ml/files/patch-lib-CheckConnection.ppp
deleted file mode 100644
index 7cf9decb6b65..000000000000
--- a/mail/ml/files/patch-lib-CheckConnection.ppp
+++ /dev/null
@@ -1,13 +0,0 @@
-*** ../lib/CheckConnection.ppp.orig Sun Mar 15 20:59:57 1998
---- ../lib/CheckConnection.ppp Sun Mar 15 21:00:41 1998
-***************
-*** 1,4 ****
- #!/bin/sh
-! netstat -i | grep ppp >& /dev/null || exit 1
- exit 0
-
---- 1,4 ----
- #!/bin/sh
-! netstat -i | grep tun0 >& /dev/null || exit 1
- exit 0
-
diff --git a/mail/ml/files/patch-lib-ML.ad b/mail/ml/files/patch-lib-ML.ad
deleted file mode 100644
index dcbdda8ac3fb..000000000000
--- a/mail/ml/files/patch-lib-ML.ad
+++ /dev/null
@@ -1,43 +0,0 @@
-*** ../lib/ML.ad.orig Sun Mar 15 21:35:32 1998
---- ../lib/ML.ad Sun Mar 15 21:38:17 1998
-***************
-*** 8,26 ****
-
- ! All the fonts specified by the program
-
-! *XmCascadeButton*fontList: -*-courier-bold-r-normal--12-*
-! *XmPushButton*fontList: -*-courier-bold-r-normal--12-*
-! *XmLabel*fontList: -*-courier-bold-r-normal--12-*
-! *XmText*fontList: -*-courier-medium-r-normal--12-*
-! *XmTextField*fontList: -*-courier-medium-r-normal--12-*
-! *XmList*fontList: -*-courier-medium-r-normal--12-*
-
-
- *lview*XmList.FontList:\
-! *-courier-medium-r-*--12-*=NORMAL,\
-! *-courier-bold-r-*--12-*=BOLD,\
-! *-courier-medium-o-*--12-*=ITALIC,\
-! *-courier-bold-o-*--12-*=BOLD_ITALIC
-
-
- !*ispellCommand: xterm -e ispell %s
---- 8,26 ----
-
- ! All the fonts specified by the program
-
-! *XmCascadeButton*fontList: -*-helvetica-bold-r-normal--12-*
-! *XmPushButton*fontList: -*-helvetica-bold-r-normal--12-*
-! *XmLabel*fontList: -*-helvetica-bold-r-normal--12-*
-! *XmText*fontList: -*-courier-medium-r-normal--14-*
-! *XmTextField*fontList: -*-courier-medium-r-normal--14-*
-! *XmList*fontList: -*-helvetica-medium-r-normal--12-*
-
-
- *lview*XmList.FontList:\
-! *-courier-medium-r-*--14-*=NORMAL,\
-! *-courier-bold-r-*--14-*=BOLD,\
-! *-courier-medium-o-*--14-*=ITALIC,\
-! *-courier-bold-o-*--14-*=BOLD_ITALIC
-
-
- !*ispellCommand: xterm -e ispell %s
diff --git a/mail/ml/pkg-descr b/mail/ml/pkg-descr
deleted file mode 100644
index 8db2d49ec5c6..000000000000
--- a/mail/ml/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-ML; an X11 IMAP client also featuring POP3, NNTP (news) and local file access.
diff --git a/mail/ml/pkg-plist b/mail/ml/pkg-plist
deleted file mode 100644
index 7d82a63a5a6c..000000000000
--- a/mail/ml/pkg-plist
+++ /dev/null
@@ -1,46 +0,0 @@
-bin/ml
-lib/X11/app-defaults/ML
-lib/X11/ml/CheckConnection.ppp
-lib/X11/ml/CheckConnection.ppp.orig
-lib/X11/ml/ML.ad
-lib/X11/ml/ML.ad.bak
-lib/X11/ml/ML.ad.orig
-lib/X11/ml/ML.ad.ORIG
-lib/X11/ml/action.help
-lib/X11/ml/addressbook.help
-lib/X11/ml/attach.help
-lib/X11/ml/authenticate.help
-lib/X11/ml/compopts.help
-lib/X11/ml/compose.help
-lib/X11/ml/composeatt.help
-lib/X11/ml/config.help
-lib/X11/ml/fileoption.help
-lib/X11/ml/fileselect.help
-lib/X11/ml/filteredit.help
-lib/X11/ml/filterwin.help
-lib/X11/ml/gentext.help
-lib/X11/ml/i18n.help
-lib/X11/ml/keyboard.help
-lib/X11/ml/lviewlist.help
-lib/X11/ml/mailboxes.help
-lib/X11/ml/mailrename.help
-lib/X11/ml/mainhelp.help
-lib/X11/ml/mime.handlers
-lib/X11/ml/mime.types.txt
-lib/X11/ml/mimeask.help
-lib/X11/ml/mimeinfo.help
-lib/X11/ml/notebook.help
-lib/X11/ml/params.help
-lib/X11/ml/preferences.help
-lib/X11/ml/preferences2.help
-lib/X11/ml/readwin.help
-lib/X11/ml/release.help
-lib/X11/ml/remotescape
-lib/X11/ml/resources.help
-lib/X11/ml/searchrep.help
-lib/X11/ml/shcommand.help
-lib/X11/ml/showurl.help
-lib/X11/ml/spellcheck.help
-lib/X11/ml/takeaddr.help
-lib/X11/ml/tcpport.help
-lib/X11/ml/viewwin.help