diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-30 06:22:27 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-30 06:22:27 +0800 |
commit | 363fae18ed1f97c352e334bf391808247186dcb8 (patch) | |
tree | 828b35e996e1dab4271495418e65170d094d46be /mail | |
parent | f458ae6a7220e3c6a68f38dca11c6198805de3f8 (diff) | |
download | marcuscom-ports-363fae18ed1f97c352e334bf391808247186dcb8.tar.gz marcuscom-ports-363fae18ed1f97c352e334bf391808247186dcb8.tar.zst marcuscom-ports-363fae18ed1f97c352e334bf391808247186dcb8.zip |
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9264 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/contact-lookup-applet/Makefile | 33 | ||||
-rw-r--r-- | mail/contact-lookup-applet/distinfo | 3 | ||||
-rw-r--r-- | mail/contact-lookup-applet/files/patch-src_contact-dialog.c | 11 | ||||
-rw-r--r-- | mail/contact-lookup-applet/files/patch-src_e-contact-entry.c | 13 | ||||
-rw-r--r-- | mail/contact-lookup-applet/pkg-descr | 4 | ||||
-rw-r--r-- | mail/contact-lookup-applet/pkg-plist | 37 | ||||
-rw-r--r-- | mail/mail-notification/Makefile | 107 | ||||
-rw-r--r-- | mail/mail-notification/distinfo | 3 | ||||
-rw-r--r-- | mail/mail-notification/pkg-descr | 25 | ||||
-rw-r--r-- | mail/mail-notification/pkg-plist | 48 | ||||
-rw-r--r-- | mail/mboxcheck-applet/Makefile | 34 | ||||
-rw-r--r-- | mail/mboxcheck-applet/distinfo | 3 | ||||
-rw-r--r-- | mail/mboxcheck-applet/pkg-descr | 4 | ||||
-rw-r--r-- | mail/mboxcheck-applet/pkg-plist | 4 | ||||
-rw-r--r-- | mail/pmail/Makefile | 26 | ||||
-rw-r--r-- | mail/pmail/distinfo | 3 | ||||
-rw-r--r-- | mail/pmail/files/patch-gtkf::gutil.py | 14 | ||||
-rw-r--r-- | mail/pmail/pkg-descr | 24 | ||||
-rw-r--r-- | mail/pmail/pkg-plist | 157 |
19 files changed, 553 insertions, 0 deletions
diff --git a/mail/contact-lookup-applet/Makefile b/mail/contact-lookup-applet/Makefile new file mode 100644 index 000000000..88f58e39d --- /dev/null +++ b/mail/contact-lookup-applet/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: contact lookup applet +# Date created: 22 January 2004 +# Whom: kwm@rainbow-runner.nl +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= contact +PORTVERSION= 0.14 +PORTREVISION= 3 +CATEGORIES= mail gnome +MASTER_SITES= http://www.burtonini.com/computing/ +PKGNAMESUFFIX= -lookup-applet +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org +COMMENT= Gnome panel applet for easy Evolution contact book access + +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +USE_GNOME= gnomehier gnomeprefix gnomehack gnomepanel \ + evolutiondataserver gal2 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|mkdir}"|mkdir} -p"|g' \ + ${WRKSRC}/install-sh + +.include <bsd.port.mk> diff --git a/mail/contact-lookup-applet/distinfo b/mail/contact-lookup-applet/distinfo new file mode 100644 index 000000000..71e0cdc5b --- /dev/null +++ b/mail/contact-lookup-applet/distinfo @@ -0,0 +1,3 @@ +MD5 (contact-lookup-applet-0.14.tar.gz) = 53b7d3a55ce7f50dae06f2c896cb1677 +SHA256 (contact-lookup-applet-0.14.tar.gz) = 2f5dfbe6f71b47698ec031f11ba2c21d53bcc148595f4fc8aa3278944931cb11 +SIZE (contact-lookup-applet-0.14.tar.gz) = 421627 diff --git a/mail/contact-lookup-applet/files/patch-src_contact-dialog.c b/mail/contact-lookup-applet/files/patch-src_contact-dialog.c new file mode 100644 index 000000000..52ab8653e --- /dev/null +++ b/mail/contact-lookup-applet/files/patch-src_contact-dialog.c @@ -0,0 +1,11 @@ +--- src/contact-dialog.c.orig Sat Sep 30 19:56:51 2006 ++++ src/contact-dialog.c Sat Sep 30 19:57:14 2006 +@@ -260,7 +260,7 @@ + + loader = gdk_pixbuf_loader_new (); + +- if (!gdk_pixbuf_loader_write (loader, photo->data, photo->length, NULL)) { ++ if (!gdk_pixbuf_loader_write (loader, photo->data.inlined.data, photo->data.inlined.length, NULL)) { + gtk_widget_hide (photo_frame); + } else if( (pixbuf = gdk_pixbuf_loader_get_pixbuf (loader)) != NULL ) { + GdkPixbuf *tmp; diff --git a/mail/contact-lookup-applet/files/patch-src_e-contact-entry.c b/mail/contact-lookup-applet/files/patch-src_e-contact-entry.c new file mode 100644 index 000000000..2ce6c8e62 --- /dev/null +++ b/mail/contact-lookup-applet/files/patch-src_e-contact-entry.c @@ -0,0 +1,13 @@ +--- src/e-contact-entry.c.orig Sat Sep 30 19:54:33 2006 ++++ src/e-contact-entry.c Sat Sep 30 19:56:09 2006 +@@ -261,8 +261,8 @@ + + loader = gdk_pixbuf_loader_new (); + +- if (gdk_pixbuf_loader_write (loader, (guchar *)photo->data, +- photo->length, NULL)) ++ if (gdk_pixbuf_loader_write (loader, (guchar *)photo->data.inlined.data, ++ photo->data.inlined.length, NULL)) + pixbuf = gdk_pixbuf_loader_get_pixbuf (loader); + + if (pixbuf) { diff --git a/mail/contact-lookup-applet/pkg-descr b/mail/contact-lookup-applet/pkg-descr new file mode 100644 index 000000000..71e405abb --- /dev/null +++ b/mail/contact-lookup-applet/pkg-descr @@ -0,0 +1,4 @@ +Contact Lookup Applet is a gnome panel tool to look up people using the +Evolution data server backend. + +WWW: http://www.burtonini.com/ diff --git a/mail/contact-lookup-applet/pkg-plist b/mail/contact-lookup-applet/pkg-plist new file mode 100644 index 000000000..f3dce63b1 --- /dev/null +++ b/mail/contact-lookup-applet/pkg-plist @@ -0,0 +1,37 @@ +libdata/bonobo/servers/GNOME_ContactLookupApplet.server +libexec/contact-lookup-applet +share/lookup-applet/GNOME_ContactLookupApplet.xml +share/lookup-applet/contact-lookup-applet.glade +share/locale/bg/LC_MESSAGES/contact-lookup-applet.mo +share/locale/ca/LC_MESSAGES/contact-lookup-applet.mo +share/locale/cs/LC_MESSAGES/contact-lookup-applet.mo +share/locale/de/LC_MESSAGES/contact-lookup-applet.mo +share/locale/el/LC_MESSAGES/contact-lookup-applet.mo +share/locale/en_CA/LC_MESSAGES/contact-lookup-applet.mo +share/locale/es/LC_MESSAGES/contact-lookup-applet.mo +share/locale/eu/LC_MESSAGES/contact-lookup-applet.mo +share/locale/fr/LC_MESSAGES/contact-lookup-applet.mo +share/locale/hu/LC_MESSAGES/contact-lookup-applet.mo +share/locale/it/LC_MESSAGES/contact-lookup-applet.mo +share/locale/ja/LC_MESSAGES/contact-lookup-applet.mo +share/locale/lt/LC_MESSAGES/contact-lookup-applet.mo +share/locale/nb/LC_MESSAGES/contact-lookup-applet.mo +share/locale/ne/LC_MESSAGES/contact-lookup-applet.mo +share/locale/pa/LC_MESSAGES/contact-lookup-applet.mo +share/locale/pl/LC_MESSAGES/contact-lookup-applet.mo +share/locale/pt_BR/LC_MESSAGES/contact-lookup-applet.mo +share/locale/rw/LC_MESSAGES/contact-lookup-applet.mo +share/locale/sk/LC_MESSAGES/contact-lookup-applet.mo +share/locale/sq/LC_MESSAGES/contact-lookup-applet.mo +share/locale/sr/LC_MESSAGES/contact-lookup-applet.mo +share/locale/sr@Latn/LC_MESSAGES/contact-lookup-applet.mo +share/locale/sv/LC_MESSAGES/contact-lookup-applet.mo +share/locale/uk/LC_MESSAGES/contact-lookup-applet.mo +share/locale/vi/LC_MESSAGES/contact-lookup-applet.mo +share/locale/xh/LC_MESSAGES/contact-lookup-applet.mo +share/locale/zh_CN/LC_MESSAGES/contact-lookup-applet.mo +@dirrm share/lookup-applet +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile new file mode 100644 index 000000000..553606a47 --- /dev/null +++ b/mail/mail-notification/Makefile @@ -0,0 +1,107 @@ +# New ports collection makefile for: mail-notification +# Date created: 18 Sep 2003 +# Whom: Jean-Yves Lefort <jylefort@brutele.be> +# +# $FreeBSD$ +# + +PORTNAME= mail-notification +DISTVERSION= 4.0 +PORTREVISION= 3 +CATEGORIES= mail ipv6 +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= mailnotify + +MAINTAINER= jylefort@FreeBSD.org +COMMENT= A mail notification for freedesktop.org-compliant system trays + +LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify + +USE_XLIB= yes +USE_GNOME= gnomeprefix gnomehack eel2 +GNU_CONFIGURE= yes +USE_GMAKE= yes +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +GCONF_SCHEMAS= mail-notification.schemas +INSTALLS_OMF= yes +INSTALLS_ICONS= yes + +OPTIONS= MBOX "mbox support" on \ + MH "MH support" on \ + MAILDIR "Maildir support" on \ + POP3 "POP3 support" on \ + IMAP "IMAP support" on \ + SSL "SSL/TLS support" on \ + SASL "SASL authentication support" on \ + GMAIL "Gmail support" on \ + EVOLUTION "Evolution support" off \ + MOZILLA "Mozilla products support" on \ + SYLPHEED "Sylpheed support" on + +.include <bsd.port.pre.mk> + +.if defined(WITHOUT_MBOX) +CONFIGURE_ARGS+=--disable-mbox +.endif +.if defined(WITHOUT_MH) +CONFIGURE_ARGS+=--disable-mh +.endif +.if defined(WITHOUT_MAILDIR) +CONFIGURE_ARGS+=--disable-maildir +.endif +.if defined(WITHOUT_POP3) +CONFIGURE_ARGS+=--disable-pop3 +.endif +.if defined(WITHOUT_IMAP) +CONFIGURE_ARGS+=--disable-imap +.endif +.if defined(WITHOUT_POP3) && defined(WITHOUT_IMAP) +# only POP3 and IMAP use SSL and SASL +WITHOUT_SSL= yes +WITHOUT_SASL= yes +.endif +.if defined(WITHOUT_GMAIL) +CONFIGURE_ARGS+=--disable-gmail +PLIST_SUB+= GMAIL="@comment " +.else +PLIST_SUB+= GMAIL="" +.endif +.if defined(WITHOUT_EVOLUTION) +CONFIGURE_ARGS+=--disable-evolution +PLIST_SUB+= EVOLUTION="@comment " +.else +EVO_VERSION= 2.10 +BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin-${EVO_VERSION}.pc:${PORTSDIR}/mail/evolution +RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin-${EVO_VERSION}.pc:${PORTSDIR}/mail/evolution +PLIST_SUB+= EVOLUTION="" EVO_VERSION=${EVO_VERSION} +.endif +.if defined(WITHOUT_MOZILLA) +CONFIGURE_ARGS+=--disable-mozilla +.endif +.if defined(WITHOUT_SYLPHEED) +CONFIGURE_ARGS+=--disable-sylpheed +.endif +.if defined(WITH_MBOX) \ + || defined(WITH_MH) \ + || defined(WITH_MAILDIR) \ + || defined(WITH_POP3) \ + || defined(WITH_IMAP) \ + || defined(WITH_MOZILLA) \ + || defined(WITH_SYLPHEED) +LIB_DEPENDS+= gmime-2.0.4:${PORTSDIR}/mail/gmime2 +.endif +.if defined(WITHOUT_SSL) +CONFIGURE_ARGS+=--disable-ssl +.else +# we can't use USE_OPENSSL=yes after including bsd.port.pre.mk +.include "${PORTSDIR}/Mk/bsd.openssl.mk" +.endif +.if defined(WITHOUT_SASL) +CONFIGURE_ARGS+=--disable-sasl +.else +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 +.endif + +.include <bsd.port.post.mk> diff --git a/mail/mail-notification/distinfo b/mail/mail-notification/distinfo new file mode 100644 index 000000000..9c43b7b36 --- /dev/null +++ b/mail/mail-notification/distinfo @@ -0,0 +1,3 @@ +MD5 (mail-notification-4.0.tar.gz) = 0e10b221de4389fa9275fb7bf52dc010 +SHA256 (mail-notification-4.0.tar.gz) = e8f462420d1398d293ee3b9451e854c4ca9bf030111c38e3e4247cf2813db378 +SIZE (mail-notification-4.0.tar.gz) = 956007 diff --git a/mail/mail-notification/pkg-descr b/mail/mail-notification/pkg-descr new file mode 100644 index 000000000..227c14361 --- /dev/null +++ b/mail/mail-notification/pkg-descr @@ -0,0 +1,25 @@ +Mail Notification is a status icon (aka tray icon) that informs you if you +have new mail. + +It works with system trays implementing the freedesktop.org System Tray +Specification, such as the GNOME Panel Notification Area, the Xfce +Notification Area and the KDE System Tray. + +Mail Notification features include: + + * multiple mailbox support + * mbox, MH, Maildir, POP3, IMAP, Gmail, Evolution, Mozilla products + (Mozilla, SeaMonkey, Thunderbird, ...) and Sylpheed support + * SASL authentication support + * APOP authentication support + * SSL/TLS support + * automatic detection of mailbox format + * immediate notification (the status icon is updated immediately or + within seconds after a mailbox changes) + * message popups + * HIG 2.0 compliance + +WWW: http://www.nongnu.org/mailnotify/ + +- Jean-Yves Lefort +jylefort@FreeBSD.org diff --git a/mail/mail-notification/pkg-plist b/mail/mail-notification/pkg-plist new file mode 100644 index 000000000..3c978f6e4 --- /dev/null +++ b/mail/mail-notification/pkg-plist @@ -0,0 +1,48 @@ +bin/mail-notification +etc/xdg/autostart/mail-notification.desktop +libdata/bonobo/servers/GNOME_MailNotification.server +%%EVOLUTION%%libdata/bonobo/servers/GNOME_MailNotification_Evolution.server +share/applications/mail-notification-properties.desktop +share/gnome/help/mail-notification/C/documentation-license.xml +share/gnome/help/mail-notification/C/figures/mail.png +share/gnome/help/mail-notification/C/figures/mailbox-emblem-error.png +share/gnome/help/mail-notification/C/figures/mailbox-emblem-polled.png +share/gnome/help/mail-notification/C/figures/mailbox-emblem-unknown.png +share/gnome/help/mail-notification/C/mail-notification.xml +share/gnome/help/mail-notification/C/software-license.xml +%%GMAIL%%share/mail-notification/ui/gmail.png +share/mail-notification/ui/logo.png +share/mail-notification/ui/mailbox-properties-dialog.glade +share/mail-notification/ui/properties-dialog.glade +share/omf/mail-notification/mail-notification-C.omf +share/icons/hicolor/16x16/apps/mail-notification.png +share/icons/hicolor/22x22/apps/mail-notification.png +share/icons/hicolor/24x24/apps/mail-notification.png +share/icons/hicolor/32x32/apps/mail-notification.png +share/icons/hicolor/48x48/apps/mail-notification.png +share/icons/hicolor/scalable/apps/mail-notification.svg +share/locale/bg/LC_MESSAGES/mail-notification.mo +share/locale/ca/LC_MESSAGES/mail-notification.mo +share/locale/cs/LC_MESSAGES/mail-notification.mo +share/locale/de/LC_MESSAGES/mail-notification.mo +share/locale/fr/LC_MESSAGES/mail-notification.mo +share/locale/ja/LC_MESSAGES/mail-notification.mo +share/locale/nl/LC_MESSAGES/mail-notification.mo +share/locale/pl/LC_MESSAGES/mail-notification.mo +share/locale/pt/LC_MESSAGES/mail-notification.mo +share/locale/pt_BR/LC_MESSAGES/mail-notification.mo +share/locale/ru/LC_MESSAGES/mail-notification.mo +share/locale/sr/LC_MESSAGES/mail-notification.mo +share/locale/sr@Latn/LC_MESSAGES/mail-notification.mo +share/locale/sv/LC_MESSAGES/mail-notification.mo +%%EVOLUTION%%lib/evolution/%%EVO_VERSION%%/plugins/liborg-gnome-mail-notification.a +%%EVOLUTION%%lib/evolution/%%EVO_VERSION%%/plugins/liborg-gnome-mail-notification.la +%%EVOLUTION%%lib/evolution/%%EVO_VERSION%%/plugins/liborg-gnome-mail-notification.so +%%EVOLUTION%%lib/evolution/%%EVO_VERSION%%/plugins/org-gnome-mail-notification.eplug +@dirrm share/omf/mail-notification +@dirrm share/mail-notification/ui +@dirrm share/mail-notification +@dirrm share/gnome/help/mail-notification/C/figures +@dirrm share/gnome/help/mail-notification/C +@dirrm share/gnome/help/mail-notification +@dirrmtry etc/xdg/autostart diff --git a/mail/mboxcheck-applet/Makefile b/mail/mboxcheck-applet/Makefile new file mode 100644 index 000000000..d996da232 --- /dev/null +++ b/mail/mboxcheck-applet/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: xmms-status-plugin +# Date created: Sep 28, 2003 +# Whom: Pav Lucistnik <pav@oook.cz> +# +# $FreeBSD$ + +PORTNAME= mboxcheck-applet +PORTVERSION= 0.3 +PORTREVISION= 7 +CATEGORIES= mail +MASTER_SITES= http://perso.orange.fr/seb128/fichiers/ + +MAINTAINER= pav@FreeBSD.org +COMMENT= Mailbox checking applet for GNOME 2 + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gnome/__init__.py:${PORTSDIR}/x11-toolkits/py-gnome2 + +USE_XLIB= yes +USE_PYTHON= yes +NO_BUILD= yes + +do-patch: + @${REINPLACE_CMD} 's|/usr/bin/python|${PYTHON_CMD}|' ${WRKSRC}/*.py + @${REINPLACE_CMD} 's|/usr/share/pixmaps/|${LOCALBASE}/share/pixmaps/|' ${WRKSRC}/mboxcheck.py + @${REINPLACE_CMD} 's|/usr/lib/gnome-panel/mboxcheck|${LOCALBASE}/libexec/mboxcheck.py|' ${WRKSRC}/GNOME_MboxCheck.server + @${REINPLACE_CMD} 's|mbox.png|mboxcheck.png|' ${WRKSRC}/GNOME_MboxCheck.server + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/mboxcheck.py ${LOCALBASE}/libexec + ${INSTALL_SCRIPT} ${WRKSRC}/configmbox.py ${LOCALBASE}/libexec + ${INSTALL_DATA} ${WRKSRC}/mboxcheck.png ${LOCALBASE}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/GNOME_MboxCheck.server ${LOCALBASE}/libdata/bonobo/servers + +.include <bsd.port.mk> diff --git a/mail/mboxcheck-applet/distinfo b/mail/mboxcheck-applet/distinfo new file mode 100644 index 000000000..4d2865f2c --- /dev/null +++ b/mail/mboxcheck-applet/distinfo @@ -0,0 +1,3 @@ +MD5 (mboxcheck-applet-0.3.tar.gz) = f781858c3483f7de42442d24beec63f8 +SHA256 (mboxcheck-applet-0.3.tar.gz) = 4cfe0e18abcbc837b65e93731aca4da96240d7812d05333a6c86264f6505b75d +SIZE (mboxcheck-applet-0.3.tar.gz) = 29574 diff --git a/mail/mboxcheck-applet/pkg-descr b/mail/mboxcheck-applet/pkg-descr new file mode 100644 index 000000000..49e4db55c --- /dev/null +++ b/mail/mboxcheck-applet/pkg-descr @@ -0,0 +1,4 @@ +Mboxcheck is a GNOME2 applet which check mails arrive in your mboxes. It uses +python and its gnome binding. + +WWW: http://perso.orange.fr/seb128/mboxcheck-en.html diff --git a/mail/mboxcheck-applet/pkg-plist b/mail/mboxcheck-applet/pkg-plist new file mode 100644 index 000000000..a3b2c7c3c --- /dev/null +++ b/mail/mboxcheck-applet/pkg-plist @@ -0,0 +1,4 @@ +libdata/bonobo/servers/GNOME_MboxCheck.server +libexec/mboxcheck.py +libexec/configmbox.py +share/pixmaps/mboxcheck.png diff --git a/mail/pmail/Makefile b/mail/pmail/Makefile new file mode 100644 index 000000000..f5b3ef1ca --- /dev/null +++ b/mail/pmail/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: pmail +# Date created: 27 July 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pmail +PORTVERSION= 0.5.3 +PORTREVISION= 6 +CATEGORIES= mail python gnome +MASTER_SITES= # previous mastersites disappeared in 2001 and 2002 + +MAINTAINER= ports@FreeBSD.org +COMMENT= A GNOME/python email client + +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_PYTHON= yes +USE_GNOME= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/mail/pmail/distinfo b/mail/pmail/distinfo new file mode 100644 index 000000000..031a8a030 --- /dev/null +++ b/mail/pmail/distinfo @@ -0,0 +1,3 @@ +MD5 (pmail-0.5.3.tar.gz) = 7f1cfdbc3f2c9c70c342b987332fbcdf +SHA256 (pmail-0.5.3.tar.gz) = f704379e398d6f2316eb60764aa15019b8bb1c73d1189edf9dfdca814d51d117 +SIZE (pmail-0.5.3.tar.gz) = 149673 diff --git a/mail/pmail/files/patch-gtkf::gutil.py b/mail/pmail/files/patch-gtkf::gutil.py new file mode 100644 index 000000000..0b4ee8ac5 --- /dev/null +++ b/mail/pmail/files/patch-gtkf::gutil.py @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- gtkf/gutil.py 2001/08/03 07:14:48 1.1 ++++ gtkf/gutil.py 2001/08/03 07:14:57 +@@ -19,7 +19,7 @@ + # Boston, MA 02111-1307, USA. + + from gtk import * +-import gtk ++import gtk, sys + import GtkExtra + try: + import gnome diff --git a/mail/pmail/pkg-descr b/mail/pmail/pkg-descr new file mode 100644 index 000000000..83cfc4b0c --- /dev/null +++ b/mail/pmail/pkg-descr @@ -0,0 +1,24 @@ +pmail - GNOME/python email client +==================================== + +This an email client written (almost) entirely in python using pygtk and +gnome-python for the user interface. + +Major Features +==================================== + * Unlimited IMAP4 and POP3 accounts (tested with cyrus and uw IMAP) + * Unlimited MH Mailboxes + * Drag and Drop (attachments, and messages between folders) + * MIME reading and composition + * Sent/Drafs/Trash can be any folder in IMAP or MH + * CREATE/DELETE/RENAME IMAP and MH Folders + * IMAP Namespace/Subscription support + * IMAP messages cached for faster operation on slow connections + * Search IMAP folders + * POP messages can be stored in IMAP or MH folders + * HTML messages can be viewed with XmHTML or GtkMozilla + * Smart external attachment viewing + * Written in python and pygtk, easy to add new folder/server types + * READ/SEND mail with atttached mail messages + +WWW: http://www.scottbender.net/pmail/ diff --git a/mail/pmail/pkg-plist b/mail/pmail/pkg-plist new file mode 100644 index 000000000..71f0dca9f --- /dev/null +++ b/mail/pmail/pkg-plist @@ -0,0 +1,157 @@ +bin/pmail +share/pmail/Base.py +share/pmail/Base.pyc +share/pmail/Base.pyo +share/pmail/MessageList.py +share/pmail/MessageList.pyc +share/pmail/MessageList.pyo +share/pmail/MimeWriter.py +share/pmail/MimeWriter.pyc +share/pmail/MimeWriter.pyo +share/pmail/PmailGtkXmHTML.py +share/pmail/PmailGtkXmHTML.pyc +share/pmail/PmailGtkXmHTML.pyo +share/pmail/_pmailextensionsmodule.so +share/pmail/config/Config.py +share/pmail/config/Config.pyc +share/pmail/config/Config.pyo +share/pmail/config/__init__.py +share/pmail/config/__init__.pyc +share/pmail/config/__init__.pyo +share/pmail/config/paths.py +share/pmail/config/paths.pyc +share/pmail/config/paths.pyo +share/pmail/dumpconfig.py +share/pmail/dumpconfig.pyc +share/pmail/dumpconfig.pyo +share/pmail/gtkf/Compose.py +share/pmail/gtkf/Compose.pyc +share/pmail/gtkf/Compose.pyo +share/pmail/gtkf/FrontEnd.py +share/pmail/gtkf/FrontEnd.pyc +share/pmail/gtkf/FrontEnd.pyo +share/pmail/gtkf/GladeWindow.py +share/pmail/gtkf/GladeWindow.pyc +share/pmail/gtkf/GladeWindow.pyo +share/pmail/gtkf/MainWindow.py +share/pmail/gtkf/MainWindow.pyc +share/pmail/gtkf/MainWindow.pyo +share/pmail/gtkf/MessageList.py +share/pmail/gtkf/MessageList.pyc +share/pmail/gtkf/MessageList.pyo +share/pmail/gtkf/MozillaMsgWindow.py +share/pmail/gtkf/MozillaMsgWindow.pyc +share/pmail/gtkf/MozillaMsgWindow.pyo +share/pmail/gtkf/MsgWindow.py +share/pmail/gtkf/MsgWindow.pyc +share/pmail/gtkf/MsgWindow.pyo +share/pmail/gtkf/Preferences.py +share/pmail/gtkf/Preferences.pyc +share/pmail/gtkf/Preferences.pyo +share/pmail/gtkf/ProgressBar.py +share/pmail/gtkf/ProgressBar.pyc +share/pmail/gtkf/ProgressBar.pyo +share/pmail/gtkf/SMessageWindow.py +share/pmail/gtkf/SMessageWindow.pyc +share/pmail/gtkf/SMessageWindow.pyo +share/pmail/gtkf/SearchMessages.py +share/pmail/gtkf/SearchMessages.pyc +share/pmail/gtkf/SearchMessages.pyo +share/pmail/gtkf/Spell.py +share/pmail/gtkf/Spell.pyc +share/pmail/gtkf/Spell.pyo +share/pmail/gtkf/TextMsgWindow.py +share/pmail/gtkf/TextMsgWindow.pyc +share/pmail/gtkf/TextMsgWindow.pyo +share/pmail/gtkf/TreeWindow.py +share/pmail/gtkf/TreeWindow.pyc +share/pmail/gtkf/TreeWindow.pyo +share/pmail/gtkf/XmHTMLMsgWindow.py +share/pmail/gtkf/XmHTMLMsgWindow.pyc +share/pmail/gtkf/XmHTMLMsgWindow.pyo +share/pmail/gtkf/__init__.py +share/pmail/gtkf/__init__.pyc +share/pmail/gtkf/__init__.pyo +share/pmail/gtkf/all.glade +share/pmail/gtkf/gnomeapp.glade +share/pmail/gtkf/gutil.py +share/pmail/gtkf/gutil.pyc +share/pmail/gtkf/gutil.pyo +share/pmail/gtkf/mygnome.py +share/pmail/gtkf/mygnome.pyc +share/pmail/gtkf/mygnome.pyo +share/pmail/gtkf/update.py +share/pmail/gtkf/update.pyc +share/pmail/gtkf/update.pyo +share/pmail/imaplib.py +share/pmail/imaplib.pyc +share/pmail/imaplib.pyo +share/pmail/mail/IMAP.py +share/pmail/mail/IMAP.pyc +share/pmail/mail/IMAP.pyo +share/pmail/mail/MH.py +share/pmail/mail/MH.pyc +share/pmail/mail/MH.pyo +share/pmail/mail/Mailbox.py +share/pmail/mail/Mailbox.pyc +share/pmail/mail/Mailbox.pyo +share/pmail/mail/Message.py +share/pmail/mail/Message.pyc +share/pmail/mail/Message.pyo +share/pmail/mail/NewMessage.py +share/pmail/mail/NewMessage.pyc +share/pmail/mail/NewMessage.pyo +share/pmail/mail/POP.py +share/pmail/mail/POP.pyc +share/pmail/mail/POP.pyo +share/pmail/mail/Plugin.py +share/pmail/mail/Plugin.pyc +share/pmail/mail/Plugin.pyo +share/pmail/mail/SearchCriteria.py +share/pmail/mail/SearchCriteria.pyc +share/pmail/mail/SearchCriteria.pyo +share/pmail/mail/Source.py +share/pmail/mail/Source.pyc +share/pmail/mail/Source.pyo +share/pmail/mail/SpoolFile.py +share/pmail/mail/SpoolFile.pyc +share/pmail/mail/SpoolFile.pyo +share/pmail/mail/__init__.py +share/pmail/mail/__init__.pyc +share/pmail/mail/__init__.pyo +share/pmail/mail/config_hooks.py +share/pmail/mail/config_hooks.pyc +share/pmail/mail/config_hooks.pyo +share/pmail/mail/pmailmailbox.py +share/pmail/mail/pmailmailbox.pyc +share/pmail/mail/pmailmailbox.pyo +share/pmail/mail/util.py +share/pmail/mail/util.pyc +share/pmail/mail/util.pyo +share/pmail/main.py +share/pmail/main.pyc +share/pmail/main.pyo +share/pmail/plugins/Filters.py +share/pmail/plugins/Filters.pyc +share/pmail/plugins/Filters.pyo +share/pmail/plugins/HtmlViewer.py +share/pmail/plugins/HtmlViewer.pyc +share/pmail/plugins/HtmlViewer.pyo +share/pmail/plugins/__init__.py +share/pmail/plugins/__init__.pyc +share/pmail/plugins/__init__.pyo +share/pmail/plugins/filters.glade +share/pmail/plugins/myf.py +share/pmail/plugins/myf.pyc +share/pmail/plugins/myf.pyo +share/pmail/pmailmimify.py +share/pmail/pmailmimify.pyc +share/pmail/pmailmimify.pyo +share/pmail/posixfile.py +share/pmail/posixfile.pyc +share/pmail/posixfile.pyo +@dirrm share/pmail/plugins +@dirrm share/pmail/mail +@dirrm share/pmail/gtkf +@dirrm share/pmail/config +@dirrm share/pmail |