aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-05 14:42:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-05 14:42:53 +0000
commiteb7bb6a16ade4eebb93ac19df5431161ecb865ca (patch)
tree67a457a45662e87da936538e7cc50d8f147df556 /mail
parent6e633ee34935ae62e08ffb9b5bc8b5992ae7745d (diff)
downloadports-eb7bb6a16ade4eebb93ac19df5431161ecb865ca.tar.gz
ports-eb7bb6a16ade4eebb93ac19df5431161ecb865ca.zip
Removed unmaintained (ports@) or gnome@ ports depending on gnome1
Approved by: gnome (implicit)
Notes
Notes: svn path=/head/; revision=329464
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/mmc/Makefile26
-rw-r--r--mail/mmc/distinfo2
-rw-r--r--mail/mmc/files/patch-ab11
-rw-r--r--mail/mmc/files/patch-ac19
-rw-r--r--mail/mmc/files/patch-ad10
-rw-r--r--mail/mmc/files/patch-ae13
-rw-r--r--mail/mmc/files/patch-mmc.desktop11
-rw-r--r--mail/mmc/files/patch-src::protocols.cc11
-rw-r--r--mail/mmc/pkg-descr19
-rw-r--r--mail/mmc/pkg-plist4
11 files changed, 0 insertions, 127 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 81ad4be258b3..023d73034d0d 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -287,7 +287,6 @@
SUBDIR += ml
SUBDIR += mlmmj
SUBDIR += mls
- SUBDIR += mmc
SUBDIR += mmr
SUBDIR += movemail
SUBDIR += mpop
diff --git a/mail/mmc/Makefile b/mail/mmc/Makefile
deleted file mode 100644
index 16a17ff4d5c7..000000000000
--- a/mail/mmc/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= mmc
-PORTVERSION= 0.5
-PORTREVISION= 10
-CATEGORIES= mail gnome
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A tiny mail client for Gnome Desktop
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1//}
-
-USES= pathfix
-USE_GNOME= gnomelibs gnomeprefix
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-PORTSCOUT= skipv:0.35
-
-CFLAGS+= -fpermissive
-
-NO_STAGE= yes
-.include <bsd.port.mk>
diff --git a/mail/mmc/distinfo b/mail/mmc/distinfo
deleted file mode 100644
index 94881a7b19c9..000000000000
--- a/mail/mmc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mmc-0.5.tar.gz) = ba31d86df12798a7b248cb4fb7c984ce8ca5c87d9070ea9765c1945a5d4c2970
-SIZE (mmc-0.5.tar.gz) = 203804
diff --git a/mail/mmc/files/patch-ab b/mail/mmc/files/patch-ab
deleted file mode 100644
index 537275ed1336..000000000000
--- a/mail/mmc/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in 2000/07/21 13:35:12 1.1
-+++ src/Makefile.in 2000/07/21 13:35:38
-@@ -115,7 +115,7 @@
- mmc_SOURCES = main.cc main.h msg.cc msg.h pop3.cc pop3.h mime.cc mime.h compose.cc compose.h smtp.cc smtp.h address.cc progressbar.cc protocols.h protocols.cc folders.cc folders.h address.h progress.h
-
-
--mmc_LDADD = $(GNOMEUI_LIBS) $(GNOME_LIBDIR) $(INTLLIBS) -ldb
-+mmc_LDADD = $(GNOMEUI_LIBS) $(GNOME_LIBDIR) $(INTLLIBS)
-
- EXTRA_DIST = logo.png
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/mail/mmc/files/patch-ac b/mail/mmc/files/patch-ac
deleted file mode 100644
index e6e7b9f365d9..000000000000
--- a/mail/mmc/files/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-
-$FreeBSD$
-
---- src/address.h.orig Sun Jan 14 01:12:18 2001
-+++ src/address.h Thu Jan 25 17:46:23 2001
-@@ -27,11 +27,12 @@
- #include<config.h>
- #endif
-
--#include <alloca.h>
- #if defined(HAVE_DB1_DB_H)
- # include<db1/db.h>
- #elif defined(HAVE_DB_185_H)
- # include <db_185.h>
-+#else
-+# include <db.h>
- #endif
- #include <errno.h>
- #include <fcntl.h>
diff --git a/mail/mmc/files/patch-ad b/mail/mmc/files/patch-ad
deleted file mode 100644
index ac391ca228e9..000000000000
--- a/mail/mmc/files/patch-ad
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/pop3.cc 2000/07/21 13:31:58 1.1
-+++ src/pop3.cc 2000/07/21 13:32:56
-@@ -26,6 +26,7 @@
- */
-
- #include <sys/types.h>
-+#include <sys/socket.h>
- #include <sys/stat.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
diff --git a/mail/mmc/files/patch-ae b/mail/mmc/files/patch-ae
deleted file mode 100644
index 4603f7c96edc..000000000000
--- a/mail/mmc/files/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- src/smtp.cc.orig Fri Jan 19 18:06:46 2001
-+++ src/smtp.cc Thu Jan 25 17:44:11 2001
-@@ -23,6 +23,7 @@
- #ifdef HAVE_CONFIG_H
- # include<config.h>
- #endif
-+#include <sys/types.h>
- #include<sys/socket.h>
- #include<gnome.h>
-
diff --git a/mail/mmc/files/patch-mmc.desktop b/mail/mmc/files/patch-mmc.desktop
deleted file mode 100644
index 06f33c1b36fc..000000000000
--- a/mail/mmc/files/patch-mmc.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-
-$FreeBSD$
-
---- mmc.desktop 2001/01/25 16:11:12 1.1
-+++ mmc.desktop 2001/01/25 16:11:28
-@@ -4,4 +4,4 @@
- Exec=mmc
- Terminal=0
- Type=Internet
--
-+Icon=mmc-logo.png
diff --git a/mail/mmc/files/patch-src::protocols.cc b/mail/mmc/files/patch-src::protocols.cc
deleted file mode 100644
index 87971f5a6918..000000000000
--- a/mail/mmc/files/patch-src::protocols.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/protocols.cc.orig Sat Jan 20 00:19:56 2001
-+++ src/protocols.cc Sat Nov 8 02:07:44 2003
-@@ -46,6 +46,8 @@
- #include "progress.h"
- #include "pop3.h"
-
-+using namespace std;
-+
- // TODO: make the following List User-Configurable
- gchar const * headers[] = {
- "From:",
diff --git a/mail/mmc/pkg-descr b/mail/mmc/pkg-descr
deleted file mode 100644
index 56de746f4184..000000000000
--- a/mail/mmc/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-MMC is a Mail Client, written in C++, for Gnome.
-
-Current features (more to come in the nearest future):
-
- o Single window interface
- o Two pane view for multiple mailboxes
- o Sortable columnized email view
- o Simple Address Book
- o Complete support for POP3 email receiving
- o Complete support for SMTP email sending
- o Simple, organized email composition interface
- o Complete attachment support, intuitive attachment list
- o MIME support
- o Multiple recipients, carbon copy/blind carbon copy support
- o Multiple Mailboxes
- o Copying/Moving between multiple Folders
-
-
-WWW: http://mmc.sourceforge.net/
diff --git a/mail/mmc/pkg-plist b/mail/mmc/pkg-plist
deleted file mode 100644
index 3222bdebb7b5..000000000000
--- a/mail/mmc/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/mmc
-share/gnome/apps/Internet/mmc.desktop
-share/locale/de/LC_MESSAGES/mmc.mo
-share/pixmaps/mmc-logo.png