diff options
author | wiz <wiz> | 2007-01-30 21:24:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-01-30 21:24:04 +0000 |
commit | 838e63838b42d7b05c4dd4c152f6fe458eaabaa3 (patch) | |
tree | 135a50ff2a4b6f7672efb54c942ca7f219f9854d /mail | |
parent | 57504a26600a3119cfb314b18fa12520cd75c05f (diff) | |
download | pkgsrc-838e63838b42d7b05c4dd4c152f6fe458eaabaa3.tar.gz |
Remove sylpheed-claws plugins that were for old versions and don't
even compile against the current sylpheed-claws package.
(XXX: which should be replaced with a claws-mail package anyway...)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed-claws-dillo-viewer/DESCR | 4 | ||||
-rw-r--r-- | mail/sylpheed-claws-dillo-viewer/Makefile | 17 | ||||
-rw-r--r-- | mail/sylpheed-claws-trayicon/DESCR | 4 | ||||
-rw-r--r-- | mail/sylpheed-claws-trayicon/Makefile | 15 |
5 files changed, 1 insertions, 43 deletions
diff --git a/mail/Makefile b/mail/Makefile index cefb49736ec..ade014ad676 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.305 2007/01/18 19:58:31 kristerw Exp $ +# $NetBSD: Makefile,v 1.306 2007/01/30 21:24:04 wiz Exp $ # COMMENT= Electronic mail utilities @@ -215,8 +215,6 @@ SUBDIR+= sqwebmail SUBDIR+= ssmtp SUBDIR+= sylpheed SUBDIR+= sylpheed-claws -SUBDIR+= sylpheed-claws-dillo-viewer -SUBDIR+= sylpheed-claws-trayicon SUBDIR+= sylpheed-devel SUBDIR+= sympa SUBDIR+= teapop diff --git a/mail/sylpheed-claws-dillo-viewer/DESCR b/mail/sylpheed-claws-dillo-viewer/DESCR deleted file mode 100644 index 289d1095004..00000000000 --- a/mail/sylpheed-claws-dillo-viewer/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -Using Dillo, a very light web browser, the dillo-viewer plugin allows -Sylpheed-claws to render HTML attachments. Note that it is done in a somewhat -secure way, by passing the -s argument to Dillo, which prevents it from making -any Internet connection. diff --git a/mail/sylpheed-claws-dillo-viewer/Makefile b/mail/sylpheed-claws-dillo-viewer/Makefile deleted file mode 100644 index 3195e63b841..00000000000 --- a/mail/sylpheed-claws-dillo-viewer/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:09:58 joerg Exp $ -# - -PLUGIN_NAME= dillo_viewer -.include "../../mail/sylpheed-claws/plugins.mk" - -PKGREVISION= 1 -MAINTAINER= cube@NetBSD.org -COMMENT= Plugin to allow Sylpheed-claws to render HTML attachments - -DEPENDS+= dillo>=0.7.2:../../www/dillo - -CONFIGURE_ARGS+= --enable-dillo-viewer-plugin - -.include "../../x11/gtk/buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" diff --git a/mail/sylpheed-claws-trayicon/DESCR b/mail/sylpheed-claws-trayicon/DESCR deleted file mode 100644 index 0fe1c68b0ed..00000000000 --- a/mail/sylpheed-claws-trayicon/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -With the trayicon plugin, Sylpheed-claws will display an icon in the system -tray. The desktop environment must be compatible with the system tray -protocol specification from http://www.freedesktop.org/standards/. GNOME 2 -and KDE 3.1.1 are known to follow it. diff --git a/mail/sylpheed-claws-trayicon/Makefile b/mail/sylpheed-claws-trayicon/Makefile deleted file mode 100644 index 22a2420446a..00000000000 --- a/mail/sylpheed-claws-trayicon/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:09:58 joerg Exp $ -# - -PLUGIN_NAME= trayicon -.include "../../mail/sylpheed-claws/plugins.mk" - -PKGREVISION= 1 -MAINTAINER= cube@NetBSD.org -COMMENT= Plugin to make Sylpheed-claws display an icon in the system tray - -CONFIGURE_ARGS+= --enable-trayicon-plugin - -.include "../../x11/gtk/buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" |