diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-28 15:02:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-28 15:02:06 +0800 |
commit | d530c2951f2b0232d282a8c779805efe0babdcf2 (patch) | |
tree | 4a180b6069c354e91a0361e06c55f6db7ab97e1b /mail/mail-notification | |
parent | b1e05b14581adad17ef5baa0472c4a9c69382188 (diff) | |
download | marcuscom-ports-d530c2951f2b0232d282a8c779805efe0babdcf2.tar marcuscom-ports-d530c2951f2b0232d282a8c779805efe0babdcf2.tar.gz marcuscom-ports-d530c2951f2b0232d282a8c779805efe0babdcf2.tar.bz2 marcuscom-ports-d530c2951f2b0232d282a8c779805efe0babdcf2.tar.lz marcuscom-ports-d530c2951f2b0232d282a8c779805efe0babdcf2.tar.xz marcuscom-ports-d530c2951f2b0232d282a8c779805efe0babdcf2.tar.zst marcuscom-ports-d530c2951f2b0232d282a8c779805efe0babdcf2.zip |
Update to 4.0-rc1.
Obtained from: Ports tree
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7961 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/mail-notification')
-rw-r--r-- | mail/mail-notification/Makefile | 10 | ||||
-rw-r--r-- | mail/mail-notification/distinfo | 6 | ||||
-rw-r--r-- | mail/mail-notification/pkg-descr | 5 | ||||
-rw-r--r-- | mail/mail-notification/pkg-plist | 11 |
4 files changed, 24 insertions, 8 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index 48e7bb1a1..a2160038e 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mail-notification -PORTVERSION= 3.0 +DISTVERSION= 4.0-rc1 PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SAVANNAH} @@ -15,6 +15,8 @@ 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 @@ -24,6 +26,7 @@ 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 \ @@ -34,6 +37,7 @@ OPTIONS= MBOX "mbox 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> @@ -73,6 +77,9 @@ BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin-${EVO_VERSION}.p 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 @@ -81,6 +88,7 @@ CONFIGURE_ARGS+=--disable-sylpheed || 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 diff --git a/mail/mail-notification/distinfo b/mail/mail-notification/distinfo index 68520fff7..ebe19a147 100644 --- a/mail/mail-notification/distinfo +++ b/mail/mail-notification/distinfo @@ -1,3 +1,3 @@ -MD5 (mail-notification-3.0.tar.gz) = d19fb5c96a0f54d1b1541fbddf73488e -SHA256 (mail-notification-3.0.tar.gz) = a5bf3f5857cc8895dfe4d356a14a3ac8407d5623a97e361ba3ba7316bfba8055 -SIZE (mail-notification-3.0.tar.gz) = 914814 +MD5 (mail-notification-4.0-rc1.tar.gz) = 91c09b72a59d161564b47fff033be37e +SHA256 (mail-notification-4.0-rc1.tar.gz) = 3813f6ab1f537b8a120210e3063507c7b6e9b3bcfac38015c4c5c982c1f263dc +SIZE (mail-notification-4.0-rc1.tar.gz) = 952127 diff --git a/mail/mail-notification/pkg-descr b/mail/mail-notification/pkg-descr index 3301a81ad..227c14361 100644 --- a/mail/mail-notification/pkg-descr +++ b/mail/mail-notification/pkg-descr @@ -8,14 +8,15 @@ Notification Area and the KDE System Tray. Mail Notification features include: * multiple mailbox support - * mbox, MH, Maildir, POP3, IMAP, Gmail, Evolution and Sylpheed 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) - * a mail summary + * message popups * HIG 2.0 compliance WWW: http://www.nongnu.org/mailnotify/ diff --git a/mail/mail-notification/pkg-plist b/mail/mail-notification/pkg-plist index c14c7d842..38fa8ca8e 100644 --- a/mail/mail-notification/pkg-plist +++ b/mail/mail-notification/pkg-plist @@ -12,12 +12,17 @@ share/gnome/help/mail-notification/C/mail-notification.xml share/gnome/help/mail-notification/C/software-license.xml %%GMAIL%%share/gnome/mail-notification/ui/gmail.png share/gnome/mail-notification/ui/logo.png -share/gnome/mail-notification/ui/mail-summary-popup.glade share/gnome/mail-notification/ui/mailbox-properties-dialog.glade share/gnome/mail-notification/ui/properties-dialog.glade share/gnome/omf/mail-notification/mail-notification-C.omf -share/gnome/pixmaps/mail-notification.png +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 @@ -49,3 +54,5 @@ share/locale/sv/LC_MESSAGES/mail-notification.mo @dirrmtry share/locale/pl @dirrmtry share/locale/cs/LC_MESSAGES @dirrmtry share/locale/cs +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca |