- Readd mail/claws-mail-pdf_viewer, licensing of xpdf and poppler libraries
has changed and now is compliant with GPLv3 which claws-mail uses - Update to version 0.9.2 - Depend on graphics/poppler-glib - Correctly use LDFLAGS, CFLAGS - Convert to OptionsNG - Add homepage, LICENSE
This commit is contained in:
parent
5c84a954be
commit
844764d885
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300280
6 changed files with 68 additions and 1 deletions
1
MOVED
1
MOVED
|
@ -777,7 +777,6 @@ mail/bogofilter-qdbm||2009-07-07|Has expired: Migrate to bogofilter-tc instead
|
|||
mail/xc-mail||2009-07-07|Has expired: depends on a port that expired in 2007
|
||||
www/trac-blog||2009-07-07|Has expired: Not supported anymore for trac > 0.10; use FullBlogPlugin instead
|
||||
www/trac-restrictedarea||2009-07-07|Has expired: Not supported anymore; functionality included in trac since 0.11
|
||||
mail/claws-mail-pdf_viewer||2009-07-07|Licensing problems
|
||||
deskutils/plasma-applet-quicklauncher||2009-07-10|Not supported anymore; functionality in kdebase4-workspace now
|
||||
net-mgmt/net-snmp53||2009-07-13|Has expired: Use net-mgmt/net-snmp
|
||||
www/firefox-devel||2009-07-13|Please use www/firefox3 or www/firefox35
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
SUBDIR += claws-mail-mailmbox
|
||||
SUBDIR += claws-mail-newmail
|
||||
SUBDIR += claws-mail-notification
|
||||
SUBDIR += claws-mail-pdf_viewer
|
||||
SUBDIR += claws-mail-perl
|
||||
SUBDIR += claws-mail-python
|
||||
SUBDIR += claws-mail-rssyl
|
||||
|
|
42
mail/claws-mail-pdf_viewer/Makefile
Normal file
42
mail/claws-mail-pdf_viewer/Makefile
Normal file
|
@ -0,0 +1,42 @@
|
|||
# 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.9.2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
|
||||
MAINTAINER= pawel@FreeBSD.org
|
||||
COMMENT= This claws-mail plugin enables viewing of PDF and PS files
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-glib
|
||||
BUILD_DEPENDS= claws-mail>=3.8.1:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.1:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_ICONV= yes
|
||||
USE_GHOSTSCRIPT=yes
|
||||
USE_AUTOTOOLS= autoconf
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
mail/claws-mail-pdf_viewer/distinfo
Normal file
2
mail/claws-mail-pdf_viewer/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (pdf_viewer-0.9.2.tar.gz) = 59890f32fbb99a88feadce9799fbc556413635478f76b75ed6f0c856820af7d4
|
||||
SIZE (pdf_viewer-0.9.2.tar.gz) = 404561
|
4
mail/claws-mail-pdf_viewer/pkg-descr
Normal file
4
mail/claws-mail-pdf_viewer/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This plugin enables the viewing of PDF and PostScript
|
||||
attachments using the Poppler lib.
|
||||
|
||||
WWW: http://www.claws-mail.org/plugin.php?plugin=pdf_viewer
|
19
mail/claws-mail-pdf_viewer/pkg-plist
Normal file
19
mail/claws-mail-pdf_viewer/pkg-plist
Normal file
|
@ -0,0 +1,19 @@
|
|||
lib/claws-mail/plugins/pdf_viewer.a
|
||||
lib/claws-mail/plugins/pdf_viewer.la
|
||||
lib/claws-mail/plugins/pdf_viewer.so
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/pdf_viewer.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/pdf_viewer.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/pdf_viewer.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/pdf_viewer.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/pdf_viewer.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/pdf_viewer.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/pdf_viewer.mo
|
||||
%%NLS%%share/locale/id_ID/LC_MESSAGES/pdf_viewer.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/pdf_viewer.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/pdf_viewer.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/pdf_viewer.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/pdf_viewer.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pdf_viewer.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/pdf_viewer.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/pdf_viewer.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/pdf_viewer.mo
|
Loading…
Reference in a new issue