diff options
author | clsung <clsung@FreeBSD.org> | 2007-03-05 23:32:04 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-03-05 23:32:04 +0800 |
commit | 308e28e1b6ab2cacd164aa534f2151303f6aa314 (patch) | |
tree | e0f0531b1a3220db2a36131b2a2dd1f67b3f0365 /mail/claws-mail-pdf_viewer | |
parent | 9708977e483b1e6dede7cdfe88bb7b0afb281d81 (diff) | |
download | freebsd-ports-gnome-308e28e1b6ab2cacd164aa534f2151303f6aa314.tar.gz freebsd-ports-gnome-308e28e1b6ab2cacd164aa534f2151303f6aa314.tar.zst freebsd-ports-gnome-308e28e1b6ab2cacd164aa534f2151303f6aa314.zip |
Add claws-mail-pdf_viewer 0.2, this claws-mail plugin enables viewing of
PDF and PS files.
PR: ports/109771
Submitted by: Pawel Pekala <c0rn at o2.pl>
Diffstat (limited to 'mail/claws-mail-pdf_viewer')
-rw-r--r-- | mail/claws-mail-pdf_viewer/Makefile | 31 | ||||
-rw-r--r-- | mail/claws-mail-pdf_viewer/distinfo | 3 | ||||
-rw-r--r-- | mail/claws-mail-pdf_viewer/pkg-descr | 2 | ||||
-rw-r--r-- | mail/claws-mail-pdf_viewer/pkg-plist | 13 |
4 files changed, 49 insertions, 0 deletions
diff --git a/mail/claws-mail-pdf_viewer/Makefile b/mail/claws-mail-pdf_viewer/Makefile new file mode 100644 index 000000000000..e1a0d0c87a73 --- /dev/null +++ b/mail/claws-mail-pdf_viewer/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: claws-mail-pdf_viewer +# Date created: 2007-03-02 +# Whom: Pawel Pekala <c0rn@o2.pl> +# +# $FreeBSD$ +# + +PORTNAME= pdf_viewer +PORTVERSION= 0.2 +CATEGORIES= mail +MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ +PKGNAMEPREFIX= claws-mail- + +MAINTAINER= c0rn@o2.pl +COMMENT= This claws-mail plugin enables viewing of PDF and PS files + +LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-gtk +BUILD_DEPENDS= claws-mail>=2.8:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=2.8:${PORTSDIR}/mail/claws-mail + +USE_GMAKE= yes +USE_GETTEXT= yes +USE_ICONV= yes +USE_XLIB= yes +USE_GHOSTSCRIPT= yes +USE_AUTOTOOLS= autoconf:261 + +CONFIGURE_ARGS= --with-iconv-prefix=${LOCALBASE} \ + --with-libintl-prefix=${LOCALBASE} + +.include <bsd.port.mk> diff --git a/mail/claws-mail-pdf_viewer/distinfo b/mail/claws-mail-pdf_viewer/distinfo new file mode 100644 index 000000000000..4aa7255610dc --- /dev/null +++ b/mail/claws-mail-pdf_viewer/distinfo @@ -0,0 +1,3 @@ +MD5 (pdf_viewer-0.2.tar.gz) = 9f8882a1e9e95b67ee63d71e7f2036f0 +SHA256 (pdf_viewer-0.2.tar.gz) = cb8cb6555a3d076c8eb31d8422f38333404ff798e03058abef282544cdfe82e3 +SIZE (pdf_viewer-0.2.tar.gz) = 376186 diff --git a/mail/claws-mail-pdf_viewer/pkg-descr b/mail/claws-mail-pdf_viewer/pkg-descr new file mode 100644 index 000000000000..46faf93e6bf0 --- /dev/null +++ b/mail/claws-mail-pdf_viewer/pkg-descr @@ -0,0 +1,2 @@ +This plugin enables the viewing of PDF and PostScript +attachments using the Poppler lib. diff --git a/mail/claws-mail-pdf_viewer/pkg-plist b/mail/claws-mail-pdf_viewer/pkg-plist new file mode 100644 index 000000000000..af1ff9956468 --- /dev/null +++ b/mail/claws-mail-pdf_viewer/pkg-plist @@ -0,0 +1,13 @@ +lib/claws-mail/plugins/pdf_viewer.so +lib/claws-mail/plugins/pdf_viewer.la +lib/claws-mail/plugins/pdf_viewer.a +share/locale/de/LC_MESSAGES/pdf_viewer.mo +share/locale/es/LC_MESSAGES/pdf_viewer.mo +share/locale/fr/LC_MESSAGES/pdf_viewer.mo +share/locale/hu/LC_MESSAGES/pdf_viewer.mo +share/locale/it/LC_MESSAGES/pdf_viewer.mo +share/locale/pt_BR/LC_MESSAGES/pdf_viewer.mo +share/locale/ca/LC_MESSAGES/pdf_viewer.mo +share/locale/fi/LC_MESSAGES/pdf_viewer.mo +share/locale/pl/LC_MESSAGES/pdf_viewer.mo +share/locale/sk/LC_MESSAGES/pdf_viewer.mo |