xfmail 1.3, nice xforms-based e-mail client
This commit is contained in:
parent
ce04b64d52
commit
8e07a065d7
39
mail/xfmail/Makefile
Normal file
39
mail/xfmail/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# New ports collection makefile for: xfmail
|
||||
# Version required: 1.3
|
||||
# Date created: 08 July 1998
|
||||
# Whom: form@vs.itam.nsc.ru
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/07/08 09:58:29 form Exp $
|
||||
# NetBSD: Makefile,v 1.2 1998/07/04 09:19:04 mycroft Exp
|
||||
#
|
||||
|
||||
DISTNAME= xfmail-1.3
|
||||
CATEGORIES= mail x11
|
||||
MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/
|
||||
|
||||
MAINTAINER= form@vs.itam.nsc.ru
|
||||
|
||||
OS_RELEASE!= uname -r
|
||||
OS_HAS_XPM= 2.3
|
||||
.if ( ${OS_RELEASE} < ${OS_HAS_XPM} )
|
||||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
.endif
|
||||
LIB_DEPENDS+= forms\\.0\\.88:${PORTSDIR}/x11/xforms
|
||||
|
||||
#DEPENDS+= gdbm-1.7.3:${PORTSDIR}/databases/gdbm
|
||||
|
||||
ONLY_FOR_ARCHS= i386 sparc m68k
|
||||
|
||||
RESTRICTED= "Selling this software requires permission of the authors."
|
||||
|
||||
USE_X11= YES
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
pre-configure:
|
||||
@${CP} -f ${FILESDIR}/config.cache ${WRKSRC}
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/share/doc/xfmail
|
||||
${INSTALL_DATA} ${WRKSRC}/Copyright ${PREFIX}/share/doc/xfmail
|
||||
|
||||
.include <bsd.port.mk>
|
5
mail/xfmail/files/config.cache
Normal file
5
mail/xfmail/files/config.cache
Normal file
@ -0,0 +1,5 @@
|
||||
ac_cv_header_X11_forms_h=${ac_cv_header_X11_forms_h=yes}
|
||||
ac_cv_lib_forms_fl_initialize=${ac_cv_lib_forms_fl_initialize=yes}
|
||||
ac_cv_lib_forms_fl_set_tabfolder_autofit=${ac_cv_lib_forms_fl_set_tabfolder_autofit=yes}
|
||||
xfmail_cv_xfversion=${xfmail_cv_xfversion=0.88.1}
|
||||
ac_cv_path_SENDMAIL=${ac_cv_path_SENDMAIL=/usr/sbin/sendmail}
|
1
mail/xfmail/files/md5
Normal file
1
mail/xfmail/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xfmail-1.3.tar.gz) = c756fb26bb4b31e59af775d3a088fb73
|
7
mail/xfmail/patches/patch-aa
Normal file
7
mail/xfmail/patches/patch-aa
Normal file
@ -0,0 +1,7 @@
|
||||
--- ui/newobjs.h.orig Wed Oct 22 04:31:31 1997
|
||||
+++ ui/newobjs.h Fri Jun 26 03:14:01 1998
|
||||
@@ -6,3 +6,3 @@
|
||||
|
||||
-#include <forms.h>
|
||||
+#include <X11/forms.h>
|
||||
#include <sys/param.h>
|
7
mail/xfmail/patches/patch-ab
Normal file
7
mail/xfmail/patches/patch-ab
Normal file
@ -0,0 +1,7 @@
|
||||
--- ui/umail.h.orig Fri Jun 26 03:19:23 1998
|
||||
+++ ui/umail.h Fri Jun 26 03:19:35 1998
|
||||
@@ -52,3 +52,3 @@
|
||||
|
||||
-#include <forms.h>
|
||||
+#include <X11/forms.h>
|
||||
|
7
mail/xfmail/patches/patch-ac
Normal file
7
mail/xfmail/patches/patch-ac
Normal file
@ -0,0 +1,7 @@
|
||||
--- editor/fl_edit.c.orig Fri Jun 26 03:24:52 1998
|
||||
+++ editor/fl_edit.c Fri Jun 26 03:25:10 1998
|
||||
@@ -69,3 +69,3 @@
|
||||
|
||||
-#include <forms.h>
|
||||
+#include <X11/forms.h>
|
||||
#include "fl_edit.h"
|
48
mail/xfmail/patches/patch-ad
Normal file
48
mail/xfmail/patches/patch-ad
Normal file
@ -0,0 +1,48 @@
|
||||
--- configure.orig Wed Apr 15 09:57:51 1998
|
||||
+++ configure Sat Jun 27 00:50:25 1998
|
||||
@@ -2909,16 +2909,16 @@
|
||||
fi
|
||||
|
||||
|
||||
-ac_safe=`echo "forms.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for forms.h""... $ac_c" 1>&6
|
||||
-echo "configure:2915: checking for forms.h" >&5
|
||||
+ac_safe=`echo "X11/forms.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for X11/forms.h""... $ac_c" 1>&6
|
||||
+echo "configure:2915: checking for X11/forms.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 2920 "configure"
|
||||
#include "confdefs.h"
|
||||
-#include <forms.h>
|
||||
+#include <X11/forms.h>
|
||||
EOF
|
||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
{ (eval echo configure:2925: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||
@@ -2942,13 +2942,13 @@
|
||||
echo "$ac_t""no" 1>&6
|
||||
|
||||
xfmail_error_txt="$xfmail_error_txt
|
||||
-** Can't find forms.h. Please check that
|
||||
+** Can't find X11/forms.h. Please check that
|
||||
the libforms library is installed correctly on your system.
|
||||
"
|
||||
xfmail_error=yes
|
||||
fi
|
||||
|
||||
-if test $ac_cv_header_forms_h = yes; then
|
||||
+if test $ac_cv_header_X11_forms_h = yes; then
|
||||
echo $ac_n "checking xforms library version""... $ac_c" 1>&6
|
||||
echo "configure:2954: checking xforms library version" >&5
|
||||
if eval "test \"`echo '$''{'xfmail_cv_xfversion'+set}'`\" = set"; then
|
||||
@@ -2958,7 +2958,7 @@
|
||||
#line 2959 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
-#include <forms.h>
|
||||
+#include <X11/forms.h>
|
||||
#if ! defined(FL_INCLUDE_VERSION)
|
||||
%%%old!%%%
|
||||
#else
|
1
mail/xfmail/pkg/COMMENT
Normal file
1
mail/xfmail/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Xforms based mail application for Unix operating systems.
|
12
mail/xfmail/pkg/DESCR
Normal file
12
mail/xfmail/pkg/DESCR
Normal file
@ -0,0 +1,12 @@
|
||||
XFMail is X11 application for receiving electronic mail. It was created
|
||||
using XForms library toolkit by T.C. Zhao and Mark Overmars.
|
||||
|
||||
It's partially compatible with MH style mail- boxes but it does not
|
||||
require any mh tools to be installed on the system. You can read most of
|
||||
your MH folders and messages with XFMail.
|
||||
|
||||
XFMail has very friendly user interface and it's extremely easy in use. It
|
||||
implements most of the mail functionality in one program and it does
|
||||
not require any additional tools.
|
||||
|
||||
It makes use of the faces libraries, showing the faces when available.
|
3
mail/xfmail/pkg/PLIST
Normal file
3
mail/xfmail/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
bin/xfmail
|
||||
man/man1/xfmail.1
|
||||
share/doc/xfmail/Copyright
|
Loading…
Reference in New Issue
Block a user