diff options
author | cube <cube@pkgsrc.org> | 2004-01-02 09:16:33 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-01-02 09:16:33 +0000 |
commit | 8a801befd6ef2e7fc6841e25411facbb720a9587 (patch) | |
tree | 0dc3438ba1ef76033fd97a0ea4dc88b6aba86029 /mail | |
parent | 096071706e2cec73d5e21a3fb1e1011dd60aec9d (diff) | |
download | pkgsrc-8a801befd6ef2e7fc6841e25411facbb720a9587.tar.gz |
Initial import of sylpheed-claws-ghostscript-viewer, version 0.6, into the
NetBSD Package Collection.
The ghostscript-viewer plugin allows Sylpheed-claws to display PostScript and
PDF attachments in the visualisation panel.
You must manually load the plugin through Configuration/Plugins.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed-claws-ghostscript-viewer/DESCR | 4 | ||||
-rw-r--r-- | mail/sylpheed-claws-ghostscript-viewer/Makefile | 26 | ||||
-rw-r--r-- | mail/sylpheed-claws-ghostscript-viewer/distinfo | 4 |
3 files changed, 34 insertions, 0 deletions
diff --git a/mail/sylpheed-claws-ghostscript-viewer/DESCR b/mail/sylpheed-claws-ghostscript-viewer/DESCR new file mode 100644 index 00000000000..b49a2bca5e1 --- /dev/null +++ b/mail/sylpheed-claws-ghostscript-viewer/DESCR @@ -0,0 +1,4 @@ +The ghostscript-viewer plugin allows Sylpheed-claws to display PostScript and +PDF attachments in the visualisation panel. + +You must manually load the plugin through Configuration/Plugins. diff --git a/mail/sylpheed-claws-ghostscript-viewer/Makefile b/mail/sylpheed-claws-ghostscript-viewer/Makefile new file mode 100644 index 00000000000..ea53e3f1b30 --- /dev/null +++ b/mail/sylpheed-claws-ghostscript-viewer/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/02 09:16:33 cube Exp $ +# + +DISTNAME= ghostscript-viewer-0.6 +PKGNAME= sylpheed-claws-${DISTNAME} +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 + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +PLIST_SRC= ${.CURDIR}/../../mail/sylpheed-claws/PLIST.plugins +PLIST_SUBST+= PLUGIN_NAME=ghostscript_viewer + +.include "../../mail/sylpheed-claws/buildlink2.mk" +.include "../../x11/gtk/buildlink2.mk" +.include "../../mk/ghostscript.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/sylpheed-claws-ghostscript-viewer/distinfo b/mail/sylpheed-claws-ghostscript-viewer/distinfo new file mode 100644 index 00000000000..730ad17f88d --- /dev/null +++ b/mail/sylpheed-claws-ghostscript-viewer/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/01/02 09:16:33 cube Exp $ + +SHA1 (ghostscript-viewer-0.6.tar.bz2) = dede76895d33c9bb120ec372f01165994f11e73a +Size (ghostscript-viewer-0.6.tar.bz2) = 244060 bytes |