diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-11 04:01:34 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-11 04:01:34 +0800 |
commit | a4a8a2795549572748787535dfc576499dff3bde (patch) | |
tree | 9ad35f5b5d933873ae1ea17dc28adff67a21ff87 /x11 | |
parent | bd24c1814f113715d88f5870f6e9f753dd36b3d7 (diff) | |
download | freebsd-ports-gnome-a4a8a2795549572748787535dfc576499dff3bde.tar.gz freebsd-ports-gnome-a4a8a2795549572748787535dfc576499dff3bde.tar.zst freebsd-ports-gnome-a4a8a2795549572748787535dfc576499dff3bde.zip |
This e17 module allows users to check their POP3, IMAP, maildir and mbox
mailboxes in efficient way (like xbiff). The module is fully configurable
and handy.
Author: devilhorns (Christopher Michael) <devilhorns@comcast.net>
WWW: http://www.enlightenment.org/
PR: ports/100010
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/e17-module-mail/Makefile | 28 | ||||
-rw-r--r-- | x11/e17-module-mail/distinfo | 3 | ||||
-rw-r--r-- | x11/e17-module-mail/files/patch-configure | 11 | ||||
-rw-r--r-- | x11/e17-module-mail/pkg-descr | 6 | ||||
-rw-r--r-- | x11/e17-module-mail/pkg-plist | 8 |
6 files changed, 57 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index c6fda32fd610..045d2ff0c66f 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -42,6 +42,7 @@ SUBDIR += e17-module-deskshow SUBDIR += e17-module-eveil SUBDIR += e17-module-flame + SUBDIR += e17-module-mail SUBDIR += e17-module-mem SUBDIR += e17-module-moon SUBDIR += e17-module-slideshow diff --git a/x11/e17-module-mail/Makefile b/x11/e17-module-mail/Makefile new file mode 100644 index 000000000000..5a24c97c9f2d --- /dev/null +++ b/x11/e17-module-mail/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: e17-module-mail +# Date created: 23 June 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $FreeBSD$ +# + +PORTNAME= mail +PORTVERSION= 20060707 +CATEGORIES= x11 +MASTER_SITES= http://mbsd.msk.ru/dist/ +PKGNAMEPREFIX= e17-module- +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= An e17 module to check your mailboxes (like xbiff does) + +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +.include <bsd.port.mk> diff --git a/x11/e17-module-mail/distinfo b/x11/e17-module-mail/distinfo new file mode 100644 index 000000000000..ee79645fe7e4 --- /dev/null +++ b/x11/e17-module-mail/distinfo @@ -0,0 +1,3 @@ +MD5 (mail-20060707.tar.bz2) = 5fb424681cf466841f647dba0cec2c5c +SHA256 (mail-20060707.tar.bz2) = 6c726c376672a30bd43e94eb5ad216b41897d6b27f8ceb0f51eef6a854ad58e6 +SIZE (mail-20060707.tar.bz2) = 269002 diff --git a/x11/e17-module-mail/files/patch-configure b/x11/e17-module-mail/files/patch-configure new file mode 100644 index 000000000000..23658b3b18eb --- /dev/null +++ b/x11/e17-module-mail/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Jun 23 17:14:42 2006 ++++ configure Fri Jun 23 17:14:53 2006 +@@ -23390,7 +23390,7 @@ + + + +-MODULE_ARCH="$host_os-$host_cpu" ++MODULE_ARCH="" + + + cat >>confdefs.h <<_ACEOF diff --git a/x11/e17-module-mail/pkg-descr b/x11/e17-module-mail/pkg-descr new file mode 100644 index 000000000000..fc9c9ac56f2b --- /dev/null +++ b/x11/e17-module-mail/pkg-descr @@ -0,0 +1,6 @@ +This e17 module allows users to check their POP3, IMAP, maildir and mbox +mailboxes in efficient way (like xbiff). The module is fully configurable +and handy. + +Author: devilhorns (Christopher Michael) <devilhorns@comcast.net> +WWW: http://www.enlightenment.org/ diff --git a/x11/e17-module-mail/pkg-plist b/x11/e17-module-mail/pkg-plist new file mode 100644 index 000000000000..70f4a4d70c80 --- /dev/null +++ b/x11/e17-module-mail/pkg-plist @@ -0,0 +1,8 @@ +lib/enlightenment/modules/mail/mail.edj +lib/enlightenment/modules/mail/module.a +lib/enlightenment/modules/mail/module.eap +lib/enlightenment/modules/mail/module.la +lib/enlightenment/modules/mail/module.so +lib/enlightenment/modules/mail/module_icon.png +lib/enlightenment/modules/mail/newmail.png +@dirrm lib/enlightenment/modules/mail |