summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-04 09:59:27 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-04 09:59:27 +0800
commit482f24c9552a62b9dd5ac390c8327176b5a19816 (patch)
tree03238060dfbaba818bf6da85cdeb506a7f99a667 /mail
parentcfae54e359786f80d3c85e976a3adeb004b38525 (diff)
downloadmarcuscom-ports-482f24c9552a62b9dd5ac390c8327176b5a19816.tar
marcuscom-ports-482f24c9552a62b9dd5ac390c8327176b5a19816.tar.gz
marcuscom-ports-482f24c9552a62b9dd5ac390c8327176b5a19816.tar.bz2
marcuscom-ports-482f24c9552a62b9dd5ac390c8327176b5a19816.tar.lz
marcuscom-ports-482f24c9552a62b9dd5ac390c8327176b5a19816.tar.xz
marcuscom-ports-482f24c9552a62b9dd5ac390c8327176b5a19816.tar.zst
marcuscom-ports-482f24c9552a62b9dd5ac390c8327176b5a19816.zip
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8805 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r--mail/mmc/Makefile28
-rw-r--r--mail/mmc/distinfo3
-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
10 files changed, 129 insertions, 0 deletions
diff --git a/mail/mmc/Makefile b/mail/mmc/Makefile
new file mode 100644
index 000000000..bc1af6b2c
--- /dev/null
+++ b/mail/mmc/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: mmc
+# Date created: 21 July 2000
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mmc
+PORTVERSION= 0.5
+PORTREVISION= 3
+CATEGORIES= mail gnome
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A tiny mail client for Gnome Desktop
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1//}
+
+USE_X_PREFIX= yes
+USE_GNOME= gnomehack gnomelibs gnomeprefix
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+CFLAGS+= -fpermissive
+
+.include <bsd.port.mk>
diff --git a/mail/mmc/distinfo b/mail/mmc/distinfo
new file mode 100644
index 000000000..ed8c56356
--- /dev/null
+++ b/mail/mmc/distinfo
@@ -0,0 +1,3 @@
+MD5 (mmc-0.5.tar.gz) = 2b7341174c5f59a863150dc4b719f20f
+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
new file mode 100644
index 000000000..537275ed1
--- /dev/null
+++ b/mail/mmc/files/patch-ab
@@ -0,0 +1,11 @@
+--- 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
new file mode 100644
index 000000000..615528770
--- /dev/null
+++ b/mail/mmc/files/patch-ac
@@ -0,0 +1,19 @@
+
+$FreeBSD: ports/mail/mmc/files/patch-ac,v 1.2 2001/01/25 16:18:17 sobomax Exp $
+
+--- 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
new file mode 100644
index 000000000..ac391ca22
--- /dev/null
+++ b/mail/mmc/files/patch-ad
@@ -0,0 +1,10 @@
+--- 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
new file mode 100644
index 000000000..974ed65a8
--- /dev/null
+++ b/mail/mmc/files/patch-ae
@@ -0,0 +1,13 @@
+
+$FreeBSD: ports/mail/mmc/files/patch-ae,v 1.2 2001/01/25 16:18:17 sobomax Exp $
+
+--- 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
new file mode 100644
index 000000000..a1a91d072
--- /dev/null
+++ b/mail/mmc/files/patch-mmc.desktop
@@ -0,0 +1,11 @@
+
+$FreeBSD: ports/mail/mmc/files/patch-mmc.desktop,v 1.1 2001/01/25 16:18:17 sobomax Exp $
+
+--- 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
new file mode 100644
index 000000000..87971f5a6
--- /dev/null
+++ b/mail/mmc/files/patch-src::protocols.cc
@@ -0,0 +1,11 @@
+--- 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
new file mode 100644
index 000000000..56de746f4
--- /dev/null
+++ b/mail/mmc/pkg-descr
@@ -0,0 +1,19 @@
+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
new file mode 100644
index 000000000..3222bdebb
--- /dev/null
+++ b/mail/mmc/pkg-plist
@@ -0,0 +1,4 @@
+bin/mmc
+share/gnome/apps/Internet/mmc.desktop
+share/locale/de/LC_MESSAGES/mmc.mo
+share/pixmaps/mmc-logo.png