mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Initial import of ml-3.3.
An X11 IMAP client. PR: 6018 Submitted by: Jeroen Hogeveen <albast@xs4all.nl>
This commit is contained in:
parent
b5d1f6da44
commit
e4cb808665
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15995
28
mail/ml/Makefile
Normal file
28
mail/ml/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: YACL
|
||||
# Version required: 3.3-new
|
||||
# Date created: 15 March 1998
|
||||
# Whom: Jeroen Hogeveen <albast@xs4all.nl>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= ml-3.3.new
|
||||
PKGNAME= ml-3.3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://people.netscape.com/max/ml/
|
||||
|
||||
MAINTAINER= albast@xs4all.nl
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
USE_IMAKE= yes
|
||||
REQUIRES_MOTIF= yes
|
||||
|
||||
pre-configure:
|
||||
@echo "===> Building c-client"
|
||||
@( cd ${WRKSRC}/../imap-4; make bsf )
|
||||
@( cd ${WRKSRC}; ${RM} -f makeproto )
|
||||
|
||||
do-install:
|
||||
@( cd ${WRKSRC}; make install )
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/ml/distinfo
Normal file
1
mail/ml/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ml-3.3.new.tar.gz) = 982fbdc78a924bfc02b11b5749ef21f8
|
38
mail/ml/files/patch-aa
Normal file
38
mail/ml/files/patch-aa
Normal file
@ -0,0 +1,38 @@
|
||||
*** ../imap-4/src/osdep/unix/Makefile.orig Sun Mar 15 18:36:06 1998
|
||||
--- ../imap-4/src/osdep/unix/Makefile Sun Mar 15 18:37:26 1998
|
||||
***************
|
||||
*** 39,46 ****
|
||||
dummy.o pseudo.o netmsg.o flstring.o fdstring.o \
|
||||
rfc822.o nntp.o smtp.o imap4r1.o pop3.o \
|
||||
bezerk.o mbox.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o
|
||||
! CC=cc
|
||||
! CFLAGS=$(EXTRACFLAGS)
|
||||
EXTRADRIVERS=mbox
|
||||
DEFAULTDRIVERS=imap nntp pop3 mh mx mbx tenex mtx mmdf bezerk news phile dummy
|
||||
LN=ln -s
|
||||
--- 39,46 ----
|
||||
dummy.o pseudo.o netmsg.o flstring.o fdstring.o \
|
||||
rfc822.o nntp.o smtp.o imap4r1.o pop3.o \
|
||||
bezerk.o mbox.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o
|
||||
! #CC=cc
|
||||
! #CFLAGS+=$(EXTRACFLAGS)
|
||||
EXTRADRIVERS=mbox
|
||||
DEFAULTDRIVERS=imap nntp pop3 mh mx mbx tenex mtx mmdf bezerk news phile dummy
|
||||
LN=ln -s
|
||||
***************
|
||||
*** 122,128 ****
|
||||
STDPROTO=bezerkproto MAILSPOOL=/var/mail \
|
||||
ACTIVEFILE=/usr/local/news/lib/active NEWSSPOOL=/var/news \
|
||||
RSHPATH=/usr/bin/rsh \
|
||||
! CFLAGS="-g -O -pipe -DNFSKLUDGE $(EXTRACFLAGS)" \
|
||||
LDFLAGS="-lcrypt"
|
||||
|
||||
bsi: sigbsd # BSD/i386
|
||||
--- 122,128 ----
|
||||
STDPROTO=bezerkproto MAILSPOOL=/var/mail \
|
||||
ACTIVEFILE=/usr/local/news/lib/active NEWSSPOOL=/var/news \
|
||||
RSHPATH=/usr/bin/rsh \
|
||||
! CFLAGS="${CFLAGS} -DNFSKLUDGE $(EXTRACFLAGS)" \
|
||||
LDFLAGS="-lcrypt"
|
||||
|
||||
bsi: sigbsd # BSD/i386
|
50
mail/ml/files/patch-ab
Normal file
50
mail/ml/files/patch-ab
Normal file
@ -0,0 +1,50 @@
|
||||
*** Imakefile.orig Sun Mar 15 20:34:12 1998
|
||||
--- Imakefile Sun Mar 15 20:35:43 1998
|
||||
***************
|
||||
*** 4,10 ****
|
||||
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 = -DFALLBACK -I$(INCROOT) -I./ -I../ -I/usr/include/Motif1.2
|
||||
|
||||
|
||||
XCOMM `Compile time defines:
|
||||
--- 4,10 ----
|
||||
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 = -DFALLBACK -DDEFAULT_LIBDIR="\"${X11BASE}/lib/X11/ml\"" -I$(INCROOT) -I. -I..
|
||||
|
||||
|
||||
XCOMM `Compile time defines:
|
||||
***************
|
||||
*** 25,38 ****
|
||||
XCOMM the Xpm library also
|
||||
|
||||
#XMLIB=
|
||||
! XMLIB=-L/usr/lib/Motif1.2 -lXm
|
||||
|
||||
LOCAL_LIBRARIES = ../imap-4/c-client/c-client.a
|
||||
|
||||
# anything else your OS needs?
|
||||
! #OTHERLIBS=-lgen
|
||||
|
||||
! ML_LIBDIR=/usr/local/lib/ml
|
||||
HELP_FILES=`find ../lib -type f -print`
|
||||
|
||||
XCOMM Default font sizes. Linux folks will want FONTSIZE=14 (or
|
||||
--- 25,38 ----
|
||||
XCOMM the Xpm library also
|
||||
|
||||
#XMLIB=
|
||||
! XMLIB=${MOTIFLIB}
|
||||
|
||||
LOCAL_LIBRARIES = ../imap-4/c-client/c-client.a
|
||||
|
||||
# anything else your OS needs?
|
||||
! OTHERLIBS=-lcrypt
|
||||
|
||||
! ML_LIBDIR=${X11BASE}/lib/X11/ml
|
||||
HELP_FILES=`find ../lib -type f -print`
|
||||
|
||||
XCOMM Default font sizes. Linux folks will want FONTSIZE=14 (or
|
13
mail/ml/files/patch-ac
Normal file
13
mail/ml/files/patch-ac
Normal file
@ -0,0 +1,13 @@
|
||||
*** ../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
|
||||
|
43
mail/ml/files/patch-ad
Normal file
43
mail/ml/files/patch-ad
Normal file
@ -0,0 +1,43 @@
|
||||
*** ../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
|
1
mail/ml/pkg-comment
Normal file
1
mail/ml/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An X11 IMAP client.
|
6
mail/ml/pkg-descr
Normal file
6
mail/ml/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
ML; an X11 IMAP client also featuring POP3, NNTP (news) and local file access.
|
||||
Lots of features, for more information point your favorite WEB browser @
|
||||
http://people.netscape.com/max/ml/index.html
|
||||
|
||||
- Jeroen
|
||||
albast@xs4all.nl
|
47
mail/ml/pkg-plist
Normal file
47
mail/ml/pkg-plist
Normal file
@ -0,0 +1,47 @@
|
||||
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.ORIG
|
||||
lib/X11/ml/ML.ad.bak
|
||||
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
|
||||
@dirrm lib/X11/ml
|
Loading…
Reference in New Issue
Block a user