summaryrefslogtreecommitdiffstats
path: root/mail/mail-notification
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-19 13:35:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-19 13:35:06 +0800
commit716e853082f85512d878931d3c2903f4a669c7e8 (patch)
tree3a24d58f313f014bb8f3aca107a85ec50d2fb1df /mail/mail-notification
parentea6bb0f0996a0cf559b13cfa9aef24e8199d6a23 (diff)
downloadmarcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.gz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.bz2
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.lz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.xz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.zst
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.zip
Remove these ports now that they have been committed to FreeBSD.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8576 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/mail-notification')
-rw-r--r--mail/mail-notification/Makefile107
-rw-r--r--mail/mail-notification/distinfo3
-rw-r--r--mail/mail-notification/pkg-descr25
-rw-r--r--mail/mail-notification/pkg-plist58
4 files changed, 0 insertions, 193 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile
deleted file mode 100644
index ccc3f2a71..000000000
--- a/mail/mail-notification/Makefile
+++ /dev/null
@@ -1,107 +0,0 @@
-# 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= 1
-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
deleted file mode 100644
index 9c43b7b36..000000000
--- a/mail/mail-notification/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 227c14361..000000000
--- a/mail/mail-notification/pkg-descr
+++ /dev/null
@@ -1,25 +0,0 @@
-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
deleted file mode 100644
index 38fa8ca8e..000000000
--- a/mail/mail-notification/pkg-plist
+++ /dev/null
@@ -1,58 +0,0 @@
-bin/mail-notification
-etc/xdg/autostart/mail-notification.desktop
-libdata/bonobo/servers/GNOME_MailNotification.server
-%%EVOLUTION%%libdata/bonobo/servers/GNOME_MailNotification_Evolution.server
-share/gnome/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/gnome/mail-notification/ui/gmail.png
-share/gnome/mail-notification/ui/logo.png
-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/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/gnome/omf/mail-notification
-@dirrm share/gnome/mail-notification/ui
-@dirrm share/gnome/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
-@dirrmtry share/locale/sr/LC_MESSAGES
-@dirrmtry share/locale/sr
-@dirrmtry share/locale/pt/LC_MESSAGES
-@dirrmtry share/locale/pt
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca