pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail Remove the Ghostscript viewer plugin for Sylpheed...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21bf931d92f3
branches:  trunk
changeset: 520631:21bf931d92f3
user:      cube <cube%pkgsrc.org@localhost>
date:      Tue Oct 24 10:47:16 2006 +0000

description:
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:

 mail/Makefile                                           |   3 +-
 mail/sylpheed-claws-ghostscript-viewer/DESCR            |   2 -
 mail/sylpheed-claws-ghostscript-viewer/Makefile         |  26 -----------------
 mail/sylpheed-claws-ghostscript-viewer/distinfo         |   6 ---
 mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa |  13 --------
 5 files changed, 1 insertions(+), 49 deletions(-)

diffs (80 lines):

diff -r d000436178cc -r 21bf931d92f3 mail/Makefile
--- a/mail/Makefile     Tue Oct 24 10:10:16 2006 +0000
+++ b/mail/Makefile     Tue Oct 24 10:47:16 2006 +0000
@@ -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+=       sylpheed
 SUBDIR+=       sylpheed-claws
 SUBDIR+=       sylpheed-claws-dillo-viewer
-SUBDIR+=       sylpheed-claws-ghostscript-viewer
 SUBDIR+=       sylpheed-claws-trayicon
 SUBDIR+=       sylpheed-devel
 SUBDIR+=       sympa
diff -r d000436178cc -r 21bf931d92f3 mail/sylpheed-claws-ghostscript-viewer/DESCR
--- a/mail/sylpheed-claws-ghostscript-viewer/DESCR      Tue Oct 24 10:10:16 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-The ghostscript-viewer plugin allows Sylpheed-claws to display PostScript and
-PDF attachments in the visualisation panel.
diff -r d000436178cc -r 21bf931d92f3 mail/sylpheed-claws-ghostscript-viewer/Makefile
--- a/mail/sylpheed-claws-ghostscript-viewer/Makefile   Tue Oct 24 10:10:16 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r d000436178cc -r 21bf931d92f3 mail/sylpheed-claws-ghostscript-viewer/distinfo
--- a/mail/sylpheed-claws-ghostscript-viewer/distinfo   Tue Oct 24 10:10:16 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r d000436178cc -r 21bf931d92f3 mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa
--- a/mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa   Tue Oct 24 10:10:16 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 =
- {



Home | Main Index | Thread Index | Old Index