summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-12 15:17:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-12 15:17:08 +0000
commit37356c960ca7ab9ba12537980f1d440797c3b5d0 (patch)
tree000cb185f6549a733b8786ed1d9864cf3db9321c /mail
parentRemove these ports as part of phase II of the GNOME 1.4 desktop removal. (diff)
Remove this ports as part of phase II of the GNOME 1.4 desktop removal.
Notes
Notes: svn path=/head/; revision=86822
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/flink/Makefile37
-rw-r--r--mail/flink/distinfo1
-rw-r--r--mail/flink/files/patch-src_imaplib.c12
-rw-r--r--mail/flink/files/patch-src_main.c10
-rw-r--r--mail/flink/files/patch-src_poplib.c12
-rw-r--r--mail/flink/pkg-descr12
-rw-r--r--mail/flink/pkg-plist20
8 files changed, 0 insertions, 105 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 29bd8fbcc5d1..0df007d9c493 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -72,7 +72,6 @@
SUBDIR += faces
SUBDIR += fetchmail
SUBDIR += filtermail
- SUBDIR += flink
SUBDIR += ftrack
SUBDIR += gbiff
SUBDIR += gbuffy
diff --git a/mail/flink/Makefile b/mail/flink/Makefile
deleted file mode 100644
index 6fb0815c1ca7..000000000000
--- a/mail/flink/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: flink
-# Date created: 27 Aug 2002
-# Whom: Juan Salaverria <rael@vectorstar.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= flink
-PORTVERSION= 0.3.2
-CATEGORIES= mail gnome
-MASTER_SITES= http://flink.leyman.nu/
-
-MAINTAINER= rael@vectorstar.net
-COMMENT= The Flink mailchecker is a small panelapplet for the GNOME panel
-
-GNU_CONFIGURE= yes
-USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix gnomehack libpanel
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-MAN1= flink.1
-
-DOCS= AUTHORS COPYING INSTALL NEWS README ChangeLog
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ;' ${WRKSRC}/configure
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/mail/flink/distinfo b/mail/flink/distinfo
deleted file mode 100644
index b45ec9a79ab5..000000000000
--- a/mail/flink/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (flink-0.3.2.tar.gz) = 735a4a1565c62c750a63ad2eb30ef533
diff --git a/mail/flink/files/patch-src_imaplib.c b/mail/flink/files/patch-src_imaplib.c
deleted file mode 100644
index 2ed1c0515338..000000000000
--- a/mail/flink/files/patch-src_imaplib.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/imaplib.c.ori Tue Aug 27 00:48:15 2002
-+++ src/imaplib.c Tue Aug 27 00:48:26 2002
-@@ -15,8 +15,8 @@
- *
- **************************************************************************/
-
--#include <sys/socket.h>
- #include <sys/types.h>
-+#include <sys/socket.h>
- #include <string.h>
- #include <unistd.h>
- #include <netdb.h>
diff --git a/mail/flink/files/patch-src_main.c b/mail/flink/files/patch-src_main.c
deleted file mode 100644
index eaebf3f62cf8..000000000000
--- a/mail/flink/files/patch-src_main.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/main.c.ori Tue Aug 27 00:40:53 2002
-+++ src/main.c Tue Aug 27 00:41:04 2002
-@@ -26,6 +26,7 @@
- #include <stdio.h>
- #include <netdb.h>
- #include <unistd.h>
-+#include <sys/time.h>
- #include <sys/resource.h>
- #include <sys/types.h>
- #include <pthread.h>
diff --git a/mail/flink/files/patch-src_poplib.c b/mail/flink/files/patch-src_poplib.c
deleted file mode 100644
index d9e8a9071c0d..000000000000
--- a/mail/flink/files/patch-src_poplib.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/poplib.c.ori Tue Aug 27 00:46:06 2002
-+++ src/poplib.c Tue Aug 27 00:46:17 2002
-@@ -20,8 +20,8 @@
- *
- ***************************************************************************/
-
--#include <sys/socket.h>
- #include <sys/types.h>
-+#include <sys/socket.h>
- #include <string.h>
- #include <unistd.h>
- #include <netdb.h>
diff --git a/mail/flink/pkg-descr b/mail/flink/pkg-descr
deleted file mode 100644
index 332aca021e3b..000000000000
--- a/mail/flink/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-The Flink mailchecker is a small panelapplet that supports multiple
-accounts, so that you will not need to have several applets for
-checking different accounts, Flink is capable to have (almost) an
-infinite amount of accounts configured.
-Flink supports POP3, IMAPv4 and mbox right now. Support for other
-types of mailaccounts will be added in time, or if you bug me
-enough about it.
-Flink is released under the GPL license.
-
-WWW: http://flink.leyman.nu/
-
-marcus@leyman.nu
diff --git a/mail/flink/pkg-plist b/mail/flink/pkg-plist
deleted file mode 100644
index 502701643e59..000000000000
--- a/mail/flink/pkg-plist
+++ /dev/null
@@ -1,20 +0,0 @@
-bin/flink
-etc/CORBA/servers/flink.gnorba
-%%PORTDOCS%%share/doc/flink/README
-%%PORTDOCS%%share/doc/flink/NEWS
-%%PORTDOCS%%share/doc/flink/INSTALL
-%%PORTDOCS%%share/doc/flink/ChangeLog
-%%PORTDOCS%%share/doc/flink/COPYING
-%%PORTDOCS%%share/doc/flink/AUTHORS
-share/gnome/applets/Network/flink.desktop
-share/gnome/pixmaps/flink/mail_yes2.xpm
-share/gnome/pixmaps/flink/mail_yes.xpm
-share/gnome/pixmaps/flink/mail_no2.xpm
-share/gnome/pixmaps/flink/mail_no.xpm
-share/gnome/pixmaps/flink/logo_big.xpm
-share/gnome/pixmaps/flink/logo64.xpm
-share/gnome/pixmaps/flink/flink.xpm
-share/gnome/pixmaps/flink/flink.png
-share/locale/sv/LC_MESSAGES/flink.mo
-@dirrm share/gnome/pixmaps/flink
-%%PORTDOCS%%@dirrm share/doc/flink