From cc6d36e1ffc050e51739dc69db3fb283aca10939 Mon Sep 17 00:00:00 2001 From: frueauf Date: Fri, 26 Jun 1998 23:44:24 +0000 Subject: Initial addition of an xforms based mail application. Based on pr 5659 by Tim Rightnour with rework by me. --- mail/xfmail/Makefile | 25 +++++++++++++++++++++++ mail/xfmail/files/md5 | 1 + mail/xfmail/patches/patch-aa | 7 +++++++ mail/xfmail/patches/patch-ab | 7 +++++++ mail/xfmail/patches/patch-ac | 7 +++++++ mail/xfmail/patches/patch-ad | 48 ++++++++++++++++++++++++++++++++++++++++++++ mail/xfmail/pkg/COMMENT | 1 + mail/xfmail/pkg/DESCR | 12 +++++++++++ mail/xfmail/pkg/PLIST | 4 ++++ 9 files changed, 112 insertions(+) create mode 100644 mail/xfmail/Makefile create mode 100644 mail/xfmail/files/md5 create mode 100644 mail/xfmail/patches/patch-aa create mode 100644 mail/xfmail/patches/patch-ab create mode 100644 mail/xfmail/patches/patch-ac create mode 100644 mail/xfmail/patches/patch-ad create mode 100644 mail/xfmail/pkg/COMMENT create mode 100644 mail/xfmail/pkg/DESCR create mode 100644 mail/xfmail/pkg/PLIST diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile new file mode 100644 index 00000000000..c7642aff616 --- /dev/null +++ b/mail/xfmail/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 1998/06/26 23:44:24 frueauf Exp $ +# + +DISTNAME= xfmail-1.3 +CATEGORIES= mail x11 +MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/ + +MAINTAINER= root@garbled.net + +DEPENDS+= gdbm-1.7.3:../../databases/gdbm +DEPENDS+= xpm-3.4j:../../graphics/xpm +DEPENDS+= xforms-0.88:../../x11/xforms + +ONLY_FOR_ARCHS= arm32 i386 m68k sparc pc532 + +RESTRICTED= "Selling this software requires permission of the authors." + +USE_X11= YES +GNU_CONFIGURE= YES + +post-install: + ${MKDIR} ${PREFIX}/share/doc/xfmail + ${INSTALL_DATA} ${WRKSRC}/Copyright ${PREFIX}/share/doc/xfmail + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/xfmail/files/md5 b/mail/xfmail/files/md5 new file mode 100644 index 00000000000..2304b0c4acf --- /dev/null +++ b/mail/xfmail/files/md5 @@ -0,0 +1 @@ +MD5 (xfmail-1.3.tar.gz) = c756fb26bb4b31e59af775d3a088fb73 diff --git a/mail/xfmail/patches/patch-aa b/mail/xfmail/patches/patch-aa new file mode 100644 index 00000000000..dd174e6c4e4 --- /dev/null +++ b/mail/xfmail/patches/patch-aa @@ -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 ++#include + #include diff --git a/mail/xfmail/patches/patch-ab b/mail/xfmail/patches/patch-ab new file mode 100644 index 00000000000..71445589d4a --- /dev/null +++ b/mail/xfmail/patches/patch-ab @@ -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 ++#include + diff --git a/mail/xfmail/patches/patch-ac b/mail/xfmail/patches/patch-ac new file mode 100644 index 00000000000..f3bebb54cbd --- /dev/null +++ b/mail/xfmail/patches/patch-ac @@ -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 ++#include + #include "fl_edit.h" diff --git a/mail/xfmail/patches/patch-ad b/mail/xfmail/patches/patch-ad new file mode 100644 index 00000000000..7b8964fdc1c --- /dev/null +++ b/mail/xfmail/patches/patch-ad @@ -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 < ++#include + 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 ++#include + #if ! defined(FL_INCLUDE_VERSION) + %%%old!%%% + #else diff --git a/mail/xfmail/pkg/COMMENT b/mail/xfmail/pkg/COMMENT new file mode 100644 index 00000000000..4962a21712c --- /dev/null +++ b/mail/xfmail/pkg/COMMENT @@ -0,0 +1 @@ +Xforms based mail application for Unix operating systems. diff --git a/mail/xfmail/pkg/DESCR b/mail/xfmail/pkg/DESCR new file mode 100644 index 00000000000..d84dab3f6fb --- /dev/null +++ b/mail/xfmail/pkg/DESCR @@ -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. diff --git a/mail/xfmail/pkg/PLIST b/mail/xfmail/pkg/PLIST new file mode 100644 index 00000000000..ea03f9d95b2 --- /dev/null +++ b/mail/xfmail/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 1998/06/26 23:44:25 frueauf Exp $ +bin/xfmail +man/man1/xfmail.1 +share/doc/xfmail/Copyright -- cgit v1.2.3