aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-03-10 09:23:34 +0000
committerRene Ladan <rene@FreeBSD.org>2014-03-10 09:23:34 +0000
commitb1dffd93ae3c6d6866bea2a40a4f1fa54996baeb (patch)
treeb987c179ad60754aedefb98bf56e3ffcf21f76de /mail
parent0361783be0824f25af9d5150a459b65e77c3136d (diff)
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/xfmail/Makefile72
-rw-r--r--mail/xfmail/distinfo2
-rw-r--r--mail/xfmail/files/patch-aa10
-rw-r--r--mail/xfmail/files/patch-src-edit_fl_edit.cpp50
-rw-r--r--mail/xfmail/files/patch-src-ui_xfmail.cpp82
-rw-r--r--mail/xfmail/pkg-descr12
-rw-r--r--mail/xfmail/pkg-plist44
8 files changed, 0 insertions, 273 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 782fc2186a66..a0acf0e2cccf 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -752,7 +752,6 @@
SUBDIR += xf-spf
SUBDIR += xfaces
SUBDIR += xfce4-mailwatch-plugin
- SUBDIR += xfmail
SUBDIR += xlbiff
SUBDIR += xmail
SUBDIR += xmailbox
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile
deleted file mode 100644
index 190edfb24657..000000000000
--- a/mail/xfmail/Makefile
+++ /dev/null
@@ -1,72 +0,0 @@
-# Created by: gena
-# $FreeBSD$
-
-PORTNAME= xfmail
-PORTVERSION= 1.5.5
-PORTREVISION= 12
-CATEGORIES= mail
-MASTER_SITES= ftp://xfmail.cfreeze.com/pub/xfmail/release/%SUBDIR%/ \
- ftp://ftp.welcomes-you.com/pub/xfmail/release/%SUBDIR%/ \
- ftp://xfmail.ufies.org/pub/xfmail/release/%SUBDIR%/
-MASTER_SITE_SUBDIR= ${PORTVERSION}/source/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An X Window System application for receiving electronic mail
-
-BROKEN= Does not build
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-10
-
-LIB_DEPENDS= libforms.so:${PORTSDIR}/x11-toolkits/xforms \
- libgdbm.so:${PORTSDIR}/databases/gdbm
-
-USES= gmake
-USE_AUTOTOOLS= libtool
-USE_BZIP2= yes
-USE_GCC= yes
-USE_GNOME= glib12
-GNU_CONFIGURE= yes
-USE_XORG= xpm
-USE_LDCONFIG= yes
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-CONFIGURE_ARGS= --with-dbm-lib=gdbm
-
-.if defined(WITH_ESOUND)
-USE_GNOME+= esound
-CONFIGURE_ARGS+= --with-esd-sound
-.endif
-
-.if defined(WITH_NAS)
-LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas
-CONFIGURE_ARGS+= --with-nas-sound
-.endif
-
-.if defined(WITH_FACES)
-LIB_DEPENDS+= compface:${PORTSDIR}/mail/faces
-CONFIGURE_ARGS+= --with-faces
-.endif
-
-MAN1= xfmail.1
-
-pre-everything::
- @echo
-.ifndef(WITH_ESOUND)
- @echo "To build with esound support, restart make and define WITH_ESOUND"
-.endif
-.ifndef(WITH_NAS)
- @echo "To build with Network Audio System support, restart make and define WITH_NAS"
-.endif
-.ifndef(WITH_FACES)
- @echo "To build with faces support, restart make and define WITH_FACES"
-.endif
- @echo
-
-post-patch:
- @${REINPLACE_CMD} -e 's/libeditor/libxfeditor/g' \
- ${WRKSRC}/src/editor/Makefile.* \
- ${WRKSRC}/src/ui/Makefile.*
-
-.include <bsd.port.post.mk>
diff --git a/mail/xfmail/distinfo b/mail/xfmail/distinfo
deleted file mode 100644
index e856ff06b2e6..000000000000
--- a/mail/xfmail/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xfmail-1.5.5.tar.bz2) = 9c1b2ecb5573f2ffc44ee4e3c2339bdc28f6c1300253fb4754590be2e05b514e
-SIZE (xfmail-1.5.5.tar.bz2) = 1185913
diff --git a/mail/xfmail/files/patch-aa b/mail/xfmail/files/patch-aa
deleted file mode 100644
index 9248fbd333f2..000000000000
--- a/mail/xfmail/files/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/mail/mime.cpp.orig Thu Feb 26 04:30:37 2004
-+++ src/mail/mime.cpp Thu Feb 26 04:31:13 2004
-@@ -161,7 +161,7 @@
- { ISO_8859_13, "iso8859-13", "Baltic", NULL, NULL, 1 },
- { ISO_8859_14, "iso8859-14", "Celtic", NULL, NULL, 1 },
- { ISO_8859_15, "iso8859-15", "Western European", NULL, NULL, 1 },
-- { KOI8R, "KOI8-R", "Russian", NULL, NULL, 1 },
-+ { KOI8R, "koi8-r", "Russian", NULL, NULL, 1 },
- { CHAR_UNKNOWN, "unknown", NULL, NULL, NULL, 1 }
- };
diff --git a/mail/xfmail/files/patch-src-edit_fl_edit.cpp b/mail/xfmail/files/patch-src-edit_fl_edit.cpp
deleted file mode 100644
index 7cf71f4edad2..000000000000
--- a/mail/xfmail/files/patch-src-edit_fl_edit.cpp
+++ /dev/null
@@ -1,50 +0,0 @@
---- src/editor/fl_edit.cpp.orig 2011-09-06 15:28:04.000000000 +0200
-+++ src/editor/fl_edit.cpp 2011-09-06 15:29:22.000000000 +0200
-@@ -63,6 +63,30 @@
- #include "textbuf.h"
- #include "fl_error.h"
-
-+
-+/*
-+ * This belongs to xforms' implementation
-+ */
-+
-+#define IS_FLATBOX( bt ) ( ( bt ) == FL_FRAME_BOX \
-+ || ( bt ) == FL_EMBOSSED_BOX \
-+ || ( bt ) == FL_BORDER_BOX \
-+ || ( bt ) == FL_ROUNDED_BOX )
-+
-+int
-+fli_get_default_scrollbarsize( FL_OBJECT * ob )
-+{
-+ int delta = ( FL_abs( ob->bw ) + 3 * ( ob->bw > 0 ) );
-+ int flat = IS_FLATBOX( ob->boxtype ) ? 2 : 0;
-+
-+ if ( ob->w > 250 && ob->h > 250 )
-+ return 15 + delta - flat;
-+ else if ( ob->w < 150 || ob->h < 150 )
-+ return 13 + delta - flat;
-+ else
-+ return 14 + delta - flat;
-+}
-+
- /***********************************************************************
- *
- * Some definitions
-@@ -107,7 +131,6 @@
- #define TEXT_X_OFFSET 2
- #define TEXT_Y_OFFSET 0
-
--extern "C" int fl_get_default_scrollbarsize(FL_OBJECT *);
- extern "C" void fl_add_child(FL_OBJECT *, FL_OBJECT *);
-
- #define FL_ALL_MASK (FL_ALT_MASK|FL_CONTROL_MASK|FL_SHIFT_MASK)
-@@ -3200,7 +3223,7 @@
-
- /* scrollbar section */
- spec->v_on = spec->h_on = 0;
-- spec->vw = spec->hh = fl_get_default_scrollbarsize(ob);
-+ spec->vw = spec->hh = fli_get_default_scrollbarsize(ob);
- spec->sb =
- fl_create_scrollbar(FL_VERT_THIN_SCROLLBAR, x + w - spec->vw, y,
- spec->vw, h, "");
diff --git a/mail/xfmail/files/patch-src-ui_xfmail.cpp b/mail/xfmail/files/patch-src-ui_xfmail.cpp
deleted file mode 100644
index 83152bbe1564..000000000000
--- a/mail/xfmail/files/patch-src-ui_xfmail.cpp
+++ /dev/null
@@ -1,82 +0,0 @@
---- src/ui/xfmail.cpp.orig 2011-09-06 15:08:01.000000000 +0200
-+++ src/ui/xfmail.cpp 2011-09-06 15:28:40.000000000 +0200
-@@ -42,6 +42,70 @@
- #include "addrbook_util.h"
- #include "tip.h"
-
-+
-+/*
-+ * This belongs to xforms' implementation
-+ */
-+enum {
-+ FLI_FIND_INPUT,
-+ FLI_FIND_AUTOMATIC,
-+ FLI_FIND_MOUSE,
-+ FLI_FIND_CANVAS,
-+ FLI_FIND_KEYSPECIAL,
-+ FLI_FIND_RETURN
-+};
-+
-+FL_OBJECT *
-+fli_find_object( FL_OBJECT * obj,
-+ int find,
-+ FL_Coord mx,
-+ FL_Coord my )
-+{
-+ while ( obj )
-+ {
-+ if ( obj->objclass != FL_BEGIN_GROUP
-+ && obj->objclass != FL_END_GROUP
-+ && obj->visible
-+ && ( obj->active
-+ || ( obj->posthandle && ! obj->active )
-+ || ( obj->tooltip && *obj->tooltip && ! obj->active ) ) )
-+ {
-+ if ( find == FLI_FIND_INPUT && obj->input && obj->active )
-+ return obj;
-+
-+ if ( find == FLI_FIND_AUTOMATIC && obj->automatic )
-+ return obj;
-+
-+ if ( find == FLI_FIND_RETURN && obj->type == FL_RETURN_BUTTON )
-+ return obj;
-+
-+ if ( find == FLI_FIND_MOUSE
-+ && mx >= obj->x
-+ && mx <= obj->x + obj->w
-+ && my >= obj->y
-+ && my <= obj->y + obj->h )
-+ return obj;
-+
-+ if ( find == FLI_FIND_KEYSPECIAL && obj->wantkey & FL_KEY_SPECIAL )
-+ return obj;
-+ }
-+
-+ obj = obj->next;
-+ }
-+
-+ return NULL;
-+}
-+
-+
-+FL_OBJECT *
-+fli_find_first( FL_FORM * form,
-+ int find,
-+ FL_Coord mx,
-+ FL_Coord my )
-+{
-+ return fli_find_object( form->first, find, mx, my );
-+}
-+
- static void usage(char *s, int die) {
- char **q = helps;
-
-@@ -486,7 +550,7 @@
- break;
-
- case FL_MOUSE:
-- obj = fl_find_first(main_form, FL_FIND_MOUSE, mx, my);
-+ obj = fli_find_first(main_form, FLI_FIND_MOUSE, mx, my);
-
- switch(dragndrop) {
- case -1:
diff --git a/mail/xfmail/pkg-descr b/mail/xfmail/pkg-descr
deleted file mode 100644
index d4c316ecb465..000000000000
--- a/mail/xfmail/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-XF-Mail is X-Windows 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 XF-Mail.
-
-XF-Mail 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.
-
-WWW: http://www.xfmail.org/
diff --git a/mail/xfmail/pkg-plist b/mail/xfmail/pkg-plist
deleted file mode 100644
index 2f79c6286e8c..000000000000
--- a/mail/xfmail/pkg-plist
+++ /dev/null
@@ -1,44 +0,0 @@
-bin/xfmail
-lib/libxfeditor.a
-lib/libxfeditor.la
-lib/libxfeditor.so
-lib/libxfeditor.so.0
-lib/libmail.a
-lib/libmail.la
-lib/libmail.so
-lib/libmail.so.0
-share/xfmail/abook.xpm
-share/xfmail/abort.xpm
-share/xfmail/attach.xpm
-share/xfmail/delete.xpm
-share/xfmail/delsign.xpm
-share/xfmail/edit.xpm
-share/xfmail/exit.xpm
-share/xfmail/forward.xpm
-share/xfmail/gena.xpm
-share/xfmail/help.xpm
-share/xfmail/icon_mail.xpm
-share/xfmail/icon_nomail.xpm
-share/xfmail/insert.xpm
-share/xfmail/insorig.xpm
-share/xfmail/mail_edit.xpm
-share/xfmail/mailcur.xbm
-share/xfmail/mailcur_mask.xbm
-share/xfmail/move.xpm
-share/xfmail/newmail.xpm
-share/xfmail/next.xpm
-share/xfmail/nextu.xpm
-share/xfmail/prev.xpm
-share/xfmail/prevu.xpm
-share/xfmail/print.xpm
-share/xfmail/reply.xpm
-share/xfmail/retr.xpm
-share/xfmail/save.xpm
-share/xfmail/send.xpm
-share/xfmail/sign.xpm
-share/xfmail/spell.xpm
-share/xfmail/view.xpm
-@dirrm share/xfmail
-@unexec rm -f %D/lib/libface.a
-@unexec rm -f %D/lib/libface.so.0
-@unexec rm -f %D/lib/libface.so