summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorcube <cube>2006-10-24 10:47:16 +0000
committercube <cube>2006-10-24 10:47:16 +0000
commit5ebb35d8e965593637b0299e8daa0dc0a2fe0a88 (patch)
tree4a52b674fb7dc97943f22b9b472617de71ca2f0f /mail
parenta35348e2a036d8766a627e469acd2fe33a977655 (diff)
downloadpkgsrc-5ebb35d8e965593637b0299e8daa0dc0a2fe0a88.tar.gz
Remove the Ghostscript viewer plugin for Sylpheed-Claws. The author has
stopped working on Sylpheed-Claws and the plugin can't work with GTK+ 2 and glib 2.
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile3
-rw-r--r--mail/sylpheed-claws-ghostscript-viewer/DESCR2
-rw-r--r--mail/sylpheed-claws-ghostscript-viewer/Makefile26
-rw-r--r--mail/sylpheed-claws-ghostscript-viewer/distinfo6
-rw-r--r--mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa13
5 files changed, 1 insertions, 49 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 322874ed88e..b829e36d51e 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.297 2006/10/24 09:58:17 cube Exp $
+# $NetBSD: Makefile,v 1.298 2006/10/24 10:47:16 cube Exp $
#
COMMENT= Electronic mail utilities
@@ -210,7 +210,6 @@ SUBDIR+= ssmtp
SUBDIR+= sylpheed
SUBDIR+= sylpheed-claws
SUBDIR+= sylpheed-claws-dillo-viewer
-SUBDIR+= sylpheed-claws-ghostscript-viewer
SUBDIR+= sylpheed-claws-trayicon
SUBDIR+= sylpheed-devel
SUBDIR+= sympa
diff --git a/mail/sylpheed-claws-ghostscript-viewer/DESCR b/mail/sylpheed-claws-ghostscript-viewer/DESCR
deleted file mode 100644
index 7d3b8e67b4d..00000000000
--- a/mail/sylpheed-claws-ghostscript-viewer/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-The ghostscript-viewer plugin allows Sylpheed-claws to display PostScript and
-PDF attachments in the visualisation panel.
diff --git a/mail/sylpheed-claws-ghostscript-viewer/Makefile b/mail/sylpheed-claws-ghostscript-viewer/Makefile
deleted file mode 100644
index 704cbc8e9d7..00000000000
--- a/mail/sylpheed-claws-ghostscript-viewer/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2006/02/19 11:08:44 wiz Exp $
-#
-
-DISTNAME= ghostscript-viewer-0.6
-PKGNAME= sylpheed-claws-${DISTNAME}
-PKGREVISION= 8
-CATEGORIES= mail news x11
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= cube@NetBSD.org
-HOMEPAGE= http://reboot.animeirc.de/sylpheed/ghostscript_viewer/
-COMMENT= Plugin to make Sylpheed-claws display PostScript and PDF attachments
-
-CONFIGURE_ENV+= GS_PROG=${TOOLS_PATH.gs:Q}
-USE_TOOLS+= gs:run pkg-config
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
-
-PLIST_SRC= ${.CURDIR}/../../mail/sylpheed-claws/PLIST.plugins
-PLIST_SUBST+= PLUGIN_NAME=ghostscript_viewer
-MESSAGE_SRC+= ${.CURDIR}/../../mail/sylpheed-claws/MESSAGE.plugins
-
-.include "../../mail/sylpheed-claws/buildlink3.mk"
-.include "../../x11/gtk/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/mail/sylpheed-claws-ghostscript-viewer/distinfo b/mail/sylpheed-claws-ghostscript-viewer/distinfo
deleted file mode 100644
index 52352205731..00000000000
--- a/mail/sylpheed-claws-ghostscript-viewer/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 09:59:29 agc Exp $
-
-SHA1 (ghostscript-viewer-0.6.tar.bz2) = dede76895d33c9bb120ec372f01165994f11e73a
-RMD160 (ghostscript-viewer-0.6.tar.bz2) = de67be050335659701f681770c090919d12c4437
-Size (ghostscript-viewer-0.6.tar.bz2) = 244060 bytes
-SHA1 (patch-aa) = 64816218e52857ccc65041e00201c761775343fe
diff --git a/mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa b/mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa
deleted file mode 100644
index c2adf231037..00000000000
--- a/mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/01/05 16:53:04 cube Exp $
-
---- src/viewer.c.orig 2003-10-10 13:00:36.000000000 +0200
-+++ src/viewer.c
-@@ -322,7 +322,7 @@ MimeViewer *ghostscript_viewer_create(vo
- }
-
- static gchar *content_types[] =
-- {"application/postscript", "application/pdf", NULL};
-+ {"application/postscript", "application/pdf", "application/PDF", NULL};
-
- MimeViewerFactory ghostscript_viewer_factory =
- {