Update claws-mail ports to 3.8.0 release
Release notes: http://www.claws-mail.org/news.php claws-mail: - improve options descriptions - use WITH_SPAMASSASSIN instead of WITH_SA_PLUG to match KNOBS - use bsd.port.options.mk - don't install icons twice plugins: - update to latest versions - bump plugins with no new version - take over maintainership of miwi@ plugins (approved via private mail)
This commit is contained in:
parent
6f2cd90aaa
commit
9263037026
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287549
51 changed files with 176 additions and 155 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= address_keeper
|
||||
PORTVERSION= 1.0.4
|
||||
PORTVERSION= 1.0.5
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
|
@ -16,8 +16,8 @@ COMMENT= Keeps all recipient addresses in an addressbook folder
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (address_keeper-1.0.4.tar.gz) = b37b194c69f46e76f1640bbd55da5fd92e519ee3d91181fb67d4599adefcf10e
|
||||
SIZE (address_keeper-1.0.4.tar.gz) = 357640
|
||||
SHA256 (address_keeper-1.0.5.tar.gz) = 6c4b45983f1a919087dc616a3aca7e88c41bcdcda198d6a5ae9429dfc41ed2be
|
||||
SIZE (address_keeper-1.0.5.tar.gz) = 378657
|
||||
|
|
|
@ -3,10 +3,14 @@ lib/claws-mail/plugins/address_keeper.la
|
|||
lib/claws-mail/plugins/address_keeper.a
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/address_keeper.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/address_keeper.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/address_keeper.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/address_keeper.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/address_keeper.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/address_keeper.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/address_keeper.mo
|
||||
%%NLS%%share/locale/id_ID/LC_MESSAGES/address_keeper.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/address_keeper.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/address_keeper.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/address_keeper.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/address_keeper.mo
|
||||
%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/id_ID
|
||||
|
|
|
@ -6,19 +6,19 @@
|
|||
#
|
||||
|
||||
PORTNAME= archiver
|
||||
PORTVERSION= 0.6.10
|
||||
PORTVERSION= 0.6.11
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
DISTNAME= archive-${PORTVERSION}
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
MAINTAINER= pawel@FreeBSD.org
|
||||
COMMENT= mail archiver plugin for claws-mail
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (archive-0.6.10.tar.gz) = 93286131af02d34e52757e8a4fd0630876261ef98a0f7096e9a80235e0cad484
|
||||
SIZE (archive-0.6.10.tar.gz) = 440526
|
||||
SHA256 (archive-0.6.11.tar.gz) = 6db6514a44f03eb3e8325e68ddba67704dca533be9d6838b40ccd2085486ff71
|
||||
SIZE (archive-0.6.11.tar.gz) = 460931
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= att_remover
|
||||
PORTVERSION= 1.0.12
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 1.0.13
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
|
@ -17,8 +16,8 @@ COMMENT= Attachments removing plugin for claws-mail
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (att_remover-1.0.12.tar.gz) = 1071fe132493531798d4951c974c4245aabcdab4b47d8398870127db3ac04766
|
||||
SIZE (att_remover-1.0.12.tar.gz) = 292767
|
||||
SHA256 (att_remover-1.0.13.tar.gz) = 6bc6cf25819503637f21e746c4b4fe1bd6b1b6ab295b9d6934beaf4a5de67e58
|
||||
SIZE (att_remover-1.0.13.tar.gz) = 315845
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= attach_warner
|
||||
PORTVERSION= 0.2.22
|
||||
PORTVERSION= 0.2.23
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
|
@ -17,8 +17,8 @@ COMMENT= Not attached file warning plugin for claws-mail
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_ICONV= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (attachwarner-0.2.22.tar.gz) = a3a02208aba597618fb67268bedf9c69a7893eeb63018b978634bf54307c1f9e
|
||||
SIZE (attachwarner-0.2.22.tar.gz) = 375401
|
||||
SHA256 (attachwarner-0.2.23.tar.gz) = e493110599071d4da60dde5d34fc7fcf1ae6f54090ad2fc5a020b9bcba968ce2
|
||||
SIZE (attachwarner-0.2.23.tar.gz) = 397145
|
||||
|
|
|
@ -8,7 +8,7 @@ lib/claws-mail/plugins/attachwarner.so
|
|||
%%NLS%%share/locale/fi/LC_MESSAGES/attachwarner.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/attachwarner.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/attachwarner.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/attachwarner.mo
|
||||
%%NLS%%share/locale/id_ID/LC_MESSAGES/attachwarner.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/attachwarner.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/attachwarner.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/attachwarner.mo
|
||||
|
@ -19,3 +19,5 @@ lib/claws-mail/plugins/attachwarner.so
|
|||
%%NLS%%share/locale/sk/LC_MESSAGES/attachwarner.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/attachwarner.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/attachwarner.mo
|
||||
%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/id_ID
|
||||
|
|
|
@ -6,19 +6,19 @@
|
|||
#
|
||||
|
||||
PORTNAME= bsfilter
|
||||
PORTVERSION= 1.0.6
|
||||
PORTVERSION= 1.0.7
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
DISTNAME= bsfilter_plugin-${PORTVERSION}
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
MAINTAINER= pawel@FreeBSD.org
|
||||
COMMENT= bsfilter plugin for claws-mail
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_XORG= x11
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (bsfilter_plugin-1.0.6.tar.gz) = 14c22b077fbf7acc79725583fafd52dc6c134647d1ba67da29873d7485fa3220
|
||||
SIZE (bsfilter_plugin-1.0.6.tar.gz) = 383934
|
||||
SHA256 (bsfilter_plugin-1.0.7.tar.gz) = 2e7d8d4c360f360b8f99fc72ee448b2e094db84da559781b4caaa24c7cd7be8e
|
||||
SIZE (bsfilter_plugin-1.0.7.tar.gz) = 404553
|
||||
|
|
|
@ -7,7 +7,7 @@ lib/claws-mail/plugins/bsfilter.so
|
|||
%%NLS%%share/locale/fi/LC_MESSAGES/bsfilter_plugin.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/bsfilter_plugin.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/bsfilter_plugin.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/bsfilter_plugin.mo
|
||||
%%NLS%%share/locale/id_ID/LC_MESSAGES/bsfilter_plugin.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/bsfilter_plugin.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/bsfilter_plugin.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/bsfilter_plugin.mo
|
||||
|
@ -15,3 +15,5 @@ lib/claws-mail/plugins/bsfilter.so
|
|||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/bsfilter_plugin.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/bsfilter_plugin.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/bsfilter_plugin.mo
|
||||
%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/id_ID
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= cachesaver
|
||||
PORTVERSION= 0.10.9
|
||||
PORTREVISION= 13
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
|
@ -17,8 +17,8 @@ COMMENT= Cache saving plugin for claws-mail
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= clamd
|
||||
PORTVERSION= 3.5.2
|
||||
PORTVERSION= 3.5.3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
|
@ -16,8 +16,8 @@ COMMENT= This plugin scans messages using clamd (Clam AV)
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail \
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail \
|
||||
clamd:${PORTSDIR}/security/clamav
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (clamd-3.5.2.tar.gz) = 1779c82a56d600414a0f725deb13268bc971229d8d322d6c77cb938f114f7cc4
|
||||
SIZE (clamd-3.5.2.tar.gz) = 384591
|
||||
SHA256 (clamd-3.5.3.tar.gz) = 8d74d775d8374570092bb2998d4ab282fc84f9e6201260f6179753b0a91bf9c8
|
||||
SIZE (clamd-3.5.3.tar.gz) = 405453
|
||||
|
|
|
@ -7,8 +7,10 @@ lib/claws-mail/plugins/clamd.a
|
|||
%%NLS%%share/locale/fi/LC_MESSAGES/clamd.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/clamd.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/clamd.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/clamd.mo
|
||||
%%NLS%%share/locale/id_ID/LC_MESSAGES/clamd.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/clamd.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/clamd.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/clamd.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/clamd.mo
|
||||
%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/id_ID
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= fancy
|
||||
PORTVERSION= 0.9.14
|
||||
PORTVERSION= 0.9.15
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
|
@ -17,9 +17,10 @@ COMMENT= Webkit based HTML renderer plugin for claws-mail
|
|||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
||||
soup-gnome:${PORTSDIR}/devel/libsoup-gnome \
|
||||
webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (fancy-0.9.14.tar.gz) = ac2e4c6be91c11ecb8f99924bf5e9505c487d237abbdd53492f21bacc96bc178
|
||||
SIZE (fancy-0.9.14.tar.gz) = 375191
|
||||
SHA256 (fancy-0.9.15.tar.gz) = 84694d1b00356430a208450dcd8b0853ae1734e97858c26514ca84e4edb8d617
|
||||
SIZE (fancy-0.9.15.tar.gz) = 396969
|
||||
|
|
|
@ -8,7 +8,7 @@ lib/claws-mail/plugins/fancy.a
|
|||
%%NLS%%share/locale/fi/LC_MESSAGES/fancy.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/fancy.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/fancy.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/fancy.mo
|
||||
%%NLS%%share/locale/id_ID/LC_MESSAGES/fancy.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/fancy.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/fancy.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/fancy.mo
|
||||
|
@ -16,3 +16,5 @@ lib/claws-mail/plugins/fancy.a
|
|||
%%NLS%%share/locale/ru/LC_MESSAGES/fancy.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/fancy.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/fancy.mo
|
||||
%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/id_ID
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= fetchinfo
|
||||
PORTVERSION= 0.4.24
|
||||
PORTREVISION= 14
|
||||
PORTREVISION= 15
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
|
@ -18,8 +18,8 @@ COMMENT= Header insertation plugin for claws-mail
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gtkhtml2_viewer
|
||||
PORTVERSION= 0.31
|
||||
PORTVERSION= 0.32
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
|
@ -17,8 +17,8 @@ COMMENT= HTML renderer plugin for claws-mail
|
|||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gtkhtml2_viewer-0.31.tar.gz) = 4d41f6d961efaac0f51705e5052bac732bc0bdafee2ef2082a9cf9d89f183ae5
|
||||
SIZE (gtkhtml2_viewer-0.31.tar.gz) = 693080
|
||||
SHA256 (gtkhtml2_viewer-0.32.tar.gz) = 0f5c1918ba97b8db5df3552ea4ae3de689c36f400f6427217050f60b998e96a9
|
||||
SIZE (gtkhtml2_viewer-0.32.tar.gz) = 713715
|
||||
|
|
|
@ -8,7 +8,7 @@ lib/claws-mail/plugins/gtkhtml2_viewer.so
|
|||
%%NLS%%share/locale/fi/LC_MESSAGES/gtkhtml2_viewer.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/gtkhtml2_viewer.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/gtkhtml2_viewer.mo
|
||||
%%NLS%%share/locale/id_ID/LC_MESSAGES/gtkhtml2_viewer.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/gtkhtml2_viewer.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/gtkhtml2_viewer.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/gtkhtml2_viewer.mo
|
||||
|
@ -19,3 +19,5 @@ lib/claws-mail/plugins/gtkhtml2_viewer.so
|
|||
%%NLS%%share/locale/sk/LC_MESSAGES/gtkhtml2_viewer.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/gtkhtml2_viewer.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/gtkhtml2_viewer.mo
|
||||
%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/id_ID
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mailmbox
|
||||
PORTVERSION= 1.14.5
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.14.6
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
|
@ -17,8 +16,8 @@ COMMENT= Mbox maildir plugin for claws-mail
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (mailmbox-1.14.5.tar.gz) = c8e572a1055d54affccbc70dab25beabefe88dbf3eb4de08400ff9746377db70
|
||||
SIZE (mailmbox-1.14.5.tar.gz) = 370793
|
||||
SHA256 (mailmbox-1.14.6.tar.gz) = 69832423fcf8a3e99e77ebbc95309cde840e75c16f30d5a81d291225b14e8b0c
|
||||
SIZE (mailmbox-1.14.6.tar.gz) = 391438
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= newmail
|
||||
PORTVERSION= 0.0.15
|
||||
PORTREVISION= 14
|
||||
PORTREVISION= 15
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
|
@ -17,8 +17,8 @@ COMMENT= Message header summary logging plugin for claws-mail
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= notification
|
||||
PORTVERSION= 0.28
|
||||
PORTVERSION= 0.29
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
|
@ -18,8 +18,8 @@ COMMENT= New/unread mail notification plugin for claws-mail
|
|||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (notification_plugin-0.28.tar.gz) = 61923e412111bea5c79a1bcb3f676e4a8b681ce9704287ea2649bfc0014ff530
|
||||
SIZE (notification_plugin-0.28.tar.gz) = 538454
|
||||
SHA256 (notification_plugin-0.29.tar.gz) = 44adf98cb01a018bd78e637265acd7169ddc1aa7c7f549d9a6b99a9035fe174b
|
||||
SIZE (notification_plugin-0.29.tar.gz) = 558931
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
include/notification_plugin/gtkhotkey/eggaccelerators.h
|
||||
include/notification_plugin/gtkhotkey/gtk-hotkey-error.h
|
||||
include/notification_plugin/gtkhotkey/gtk-hotkey-info.h
|
||||
include/notification_plugin/gtkhotkey/gtk-hotkey-key-file-registry.h
|
||||
include/notification_plugin/gtkhotkey/gtk-hotkey-listener.h
|
||||
include/notification_plugin/gtkhotkey/gtk-hotkey-marshal.h
|
||||
include/notification_plugin/gtkhotkey/gtk-hotkey-registry.h
|
||||
include/notification_plugin/gtkhotkey/gtk-hotkey-utils.h
|
||||
include/notification_plugin/gtkhotkey/gtk-hotkey-x11-listener.h
|
||||
include/notification_plugin/gtkhotkey/gtkhotkey.h
|
||||
include/notification_plugin/gtkhotkey/tomboykeybinder.h
|
||||
include/claws-mail/plugins/notification_plugin/gtkhotkey/eggaccelerators.h
|
||||
include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-error.h
|
||||
include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-info.h
|
||||
include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-key-file-registry.h
|
||||
include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-listener.h
|
||||
include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-marshal.h
|
||||
include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-registry.h
|
||||
include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-utils.h
|
||||
include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-x11-listener.h
|
||||
include/claws-mail/plugins/notification_plugin/gtkhotkey/gtkhotkey.h
|
||||
include/claws-mail/plugins/notification_plugin/gtkhotkey/tomboykeybinder.h
|
||||
lib/claws-mail/plugins/notification_plugin.a
|
||||
lib/claws-mail/plugins/notification_plugin.la
|
||||
lib/claws-mail/plugins/notification_plugin.so
|
||||
|
@ -18,7 +18,7 @@ lib/claws-mail/plugins/notification_plugin.so
|
|||
%%NLS%%share/locale/fi/LC_MESSAGES/notification_plugin.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/notification_plugin.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/notification_plugin.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/notification_plugin.mo
|
||||
%%NLS%%share/locale/id_ID/LC_MESSAGES/notification_plugin.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/notification_plugin.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/notification_plugin.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/notification_plugin.mo
|
||||
|
@ -27,5 +27,9 @@ lib/claws-mail/plugins/notification_plugin.so
|
|||
%%NLS%%share/locale/ru/LC_MESSAGES/notification_plugin.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/notification_plugin.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/notification_plugin.mo
|
||||
@dirrm include/notification_plugin/gtkhotkey
|
||||
@dirrm include/notification_plugin
|
||||
%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/id_ID
|
||||
@dirrm include/claws-mail/plugins/notification_plugin/gtkhotkey
|
||||
@dirrm include/claws-mail/plugins/notification_plugin
|
||||
@dirrmtry include/claws-mail/plugins
|
||||
@dirrmtry include/claws-mail
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= perl
|
||||
PORTVERSION= 0.9.18
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 0.9.19
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
|
@ -18,8 +17,8 @@ COMMENT= Perl filtering plugin for claws-mail
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (perl_plugin-0.9.18.tar.gz) = f0e2af42efffd0ceba5a5f77f76fbdb72f63e7b4f5a0b77a0689c6872257b3c8
|
||||
SIZE (perl_plugin-0.9.18.tar.gz) = 317763
|
||||
SHA256 (perl_plugin-0.9.19.tar.gz) = a1e8c9a9ff8087325b65af6e9077a4540b716efcf8a682a2b13276d0125fc7d0
|
||||
SIZE (perl_plugin-0.9.19.tar.gz) = 341226
|
||||
|
|
|
@ -6,19 +6,19 @@
|
|||
#
|
||||
|
||||
PORTNAME= python
|
||||
PORTVERSION= 0.8
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
DISTNAME= python_plugin-${PORTVERSION}
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
MAINTAINER= pawel@FreeBSD.org
|
||||
COMMENT= Python plugin for claws-mail
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GNOME= pygtk2
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (python_plugin-0.8.tar.gz) = dcca71dbcd67f4dda90b31fc363447f093ef1f7e1769ab6a218f440cfba67eb3
|
||||
SIZE (python_plugin-0.8.tar.gz) = 382129
|
||||
SHA256 (python_plugin-0.9.tar.gz) = 3a5ec710da975d2480efd2f1d90d65ba6a1d71844beb638890dd97dc380a2f03
|
||||
SIZE (python_plugin-0.9.tar.gz) = 402942
|
||||
|
|
|
@ -7,10 +7,12 @@ lib/claws-mail/plugins/python_plugin.so
|
|||
%%NLS%%share/locale/fi/LC_MESSAGES/python_plugin.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/python_plugin.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/python_plugin.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/python_plugin.mo
|
||||
%%NLS%%share/locale/id_ID/LC_MESSAGES/python_plugin.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/python_plugin.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/python_plugin.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/python_plugin.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/python_plugin.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/python_plugin.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/python_plugin.mo
|
||||
%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/id_ID
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= rssyl
|
||||
PORTVERSION= 0.31
|
||||
PORTVERSION= 0.32
|
||||
PORTEPOCH= 4
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
|
@ -18,8 +18,8 @@ COMMENT= A RSS/Atom plugin for claws-mail
|
|||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_AUTOTOOLS= autoconf
|
||||
USE_ICONV= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rssyl-0.31.tar.gz) = d093d4950b09444f83e59982c742d835f85e3cd635728f99566733d036f004ce
|
||||
SIZE (rssyl-0.31.tar.gz) = 482749
|
||||
SHA256 (rssyl-0.32.tar.gz) = 72ef4ba3b86c84505300f8b7d7905dde9b1677f6ab5d74e9e529e8569ab1db01
|
||||
SIZE (rssyl-0.32.tar.gz) = 502613
|
||||
|
|
|
@ -8,7 +8,7 @@ lib/claws-mail/plugins/rssyl.so
|
|||
%%NLS%%share/locale/fi/LC_MESSAGES/rssyl.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/rssyl.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/rssyl.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/rssyl.mo
|
||||
%%NLS%%share/locale/id_ID/LC_MESSAGES/rssyl.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/rssyl.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/rssyl.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/rssyl.mo
|
||||
|
@ -19,3 +19,5 @@ lib/claws-mail/plugins/rssyl.so
|
|||
%%NLS%%share/locale/sr/LC_MESSAGES/rssyl.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/rssyl.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/rssyl.mo
|
||||
%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/id_ID
|
||||
|
|
|
@ -6,20 +6,20 @@
|
|||
#
|
||||
|
||||
PORTNAME= spamreport
|
||||
PORTVERSION= 0.3.14
|
||||
PORTVERSION= 0.3.15
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
DISTNAME= spam_report-${PORTVERSION}
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
MAINTAINER= pawel@FreeBSD.org
|
||||
COMMENT= SpamReport plugin for claws-mail
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_XORG= x11
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (spam_report-0.3.14.tar.gz) = 03a4775fdaf0ac6336b4be25200070dcb58bf7b00034b8c07c798cca13fd88ce
|
||||
SIZE (spam_report-0.3.14.tar.gz) = 359259
|
||||
SHA256 (spam_report-0.3.15.tar.gz) = 08cbcf22a199cc53cc5daf70e8edb9115fee3cdd92a79dc5c99623fb7948aae6
|
||||
SIZE (spam_report-0.3.15.tar.gz) = 378826
|
||||
|
|
|
@ -7,7 +7,7 @@ lib/claws-mail/plugins/spamreport.so
|
|||
%%NLS%%share/locale/fi/LC_MESSAGES/spam_report.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/spam_report.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/spam_report.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/spam_report.mo
|
||||
%%NLS%%share/locale/id_ID/LC_MESSAGES/spam_report.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/spam_report.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/spam_report.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/spam_report.mo
|
||||
|
@ -16,3 +16,5 @@ lib/claws-mail/plugins/spamreport.so
|
|||
%%NLS%%share/locale/ru/LC_MESSAGES/spam_report.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/spam_report.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/spam_report.mo
|
||||
%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/id_ID
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= synce
|
||||
PORTVERSION= 0.7.5
|
||||
PORTREVISION= 14
|
||||
PORTREVISION= 15
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
|
@ -19,8 +19,8 @@ COMMENT= Windows CE addressbook plugin for claws-mail
|
|||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
|
|
@ -6,19 +6,19 @@
|
|||
#
|
||||
|
||||
PORTNAME= tnef
|
||||
PORTVERSION= 0.3.11
|
||||
PORTVERSION= 0.3.12
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
DISTNAME= tnef_parse-${PORTVERSION}
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
MAINTAINER= pawel@FreeBSD.org
|
||||
COMMENT= TNEF parser plugin for claws-mail
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_XORG= x11
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (tnef_parse-0.3.11.tar.gz) = 56ad2e1f266593cc8da9ce038a08d83d946b2ff82bce9a6223f0f59f972818b0
|
||||
SIZE (tnef_parse-0.3.11.tar.gz) = 388704
|
||||
SHA256 (tnef_parse-0.3.12.tar.gz) = 728b62ed823eddb6392730a06b438b12c8e0d1b385117f35c7d1d59af6a346b3
|
||||
SIZE (tnef_parse-0.3.12.tar.gz) = 408944
|
||||
|
|
|
@ -7,7 +7,7 @@ lib/claws-mail/plugins/tnef_parse.so
|
|||
%%NLS%%share/locale/fi/LC_MESSAGES/tnef_parse.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/tnef_parse.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/tnef_parse.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/tnef_parse.mo
|
||||
%%NLS%%share/locale/id_ID/LC_MESSAGES/tnef_parse.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/tnef_parse.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/tnef_parse.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/tnef_parse.mo
|
||||
|
@ -15,3 +15,5 @@ lib/claws-mail/plugins/tnef_parse.so
|
|||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/tnef_parse.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/tnef_parse.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/tnef_parse.mo
|
||||
%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/id_ID
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= vcalendar
|
||||
PORTVERSION= 2.0.11
|
||||
PORTVERSION= 2.0.12
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
|
@ -19,8 +19,8 @@ COMMENT= vCalendar plugin for claws-mail
|
|||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
||||
BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
|
||||
BUILD_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.8.0:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_ICONV= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (vcalendar-2.0.11.tar.gz) = e1ce9034ce127229c4533ce4e42956745bbb7aff05bd3356b1bae15c9306ba8b
|
||||
SIZE (vcalendar-2.0.11.tar.gz) = 837130
|
||||
SHA256 (vcalendar-2.0.12.tar.gz) = 0826a874252a9839f88681fb96fedbbfee06c1e843f4188a92f475d7a2615cf7
|
||||
SIZE (vcalendar-2.0.12.tar.gz) = 858245
|
||||
|
|
|
@ -10,7 +10,7 @@ lib/claws-mail/plugins/vcalendar.so
|
|||
%%NLS%%share/locale/fi/LC_MESSAGES/vcalendar.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/vcalendar.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/vcalendar.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/vcalendar.mo
|
||||
%%NLS%%share/locale/id_ID/LC_MESSAGES/vcalendar.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/vcalendar.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/vcalendar.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/vcalendar.mo
|
||||
|
@ -21,6 +21,8 @@ lib/claws-mail/plugins/vcalendar.so
|
|||
%%NLS%%share/locale/sk/LC_MESSAGES/vcalendar.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/vcalendar.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/vcalendar.mo
|
||||
%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/id_ID
|
||||
@dirrmtry lib/claws-mail/plugins
|
||||
@dirrmtry lib/claws-mail
|
||||
@dirrmtry include/claws-mail/plugins/vcalendar
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= claws-mail
|
||||
PORTVERSION= 3.7.10
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.8.0
|
||||
CATEGORIES= mail news ipv6
|
||||
MASTER_SITES= SF/sylpheed-claws/Claws%20Mail/${PORTVERSION}
|
||||
|
||||
|
@ -51,21 +50,21 @@ CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE}
|
|||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS= ENCHANT "Enable spell checking support." on \
|
||||
BOGOFILTER "Enable bogofilter support." off \
|
||||
COMPFACE "Enable X-Face support." on \
|
||||
DEBUG "Enable debug support." off \
|
||||
DILLO "Enable Dillo HTML viewer." off \
|
||||
GPGME "Enable PGP/GnuPG/SMIME support using GPGME." off \
|
||||
IPV6 "Enable ipv6 support." on \
|
||||
JPILOT "Enable JPilot support." off \
|
||||
LDAP "Enable LDAP support." off \
|
||||
MANUAL "Build and install manual files" on \
|
||||
SA_PLUG "Enable SpamAssassin support." off \
|
||||
STARTUP "Enable startup notification support." on \
|
||||
THEMES "Install additional themes." on
|
||||
OPTIONS= BOGOFILTER "Enable bogofilter plugin" off \
|
||||
COMPFACE "Enable X-Face support" on \
|
||||
DEBUG "Enable debug support" off \
|
||||
DILLO "Enable Dillo HTML viewer plugin" off \
|
||||
ENCHANT "Enable spell checking support" on \
|
||||
GPGME "Enable PGP/GnuPG/SMIME plugins" off \
|
||||
IPV6 "Enable IPv6 support" on \
|
||||
JPILOT "Enable JPilot plugin" off \
|
||||
LDAP "Enable LDAP support" off \
|
||||
MANUAL "Build and install manual files" on \
|
||||
SPAMASSASSIN "Enable SpamAssassin plugin" off \
|
||||
STARTUP "Enable startup notification support" on \
|
||||
THEMES "Install additional themes" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_BOGOFILTER)
|
||||
RUN_DEPENDS+= bogofilter:${PORTSDIR}/mail/bogofilter
|
||||
|
@ -114,7 +113,7 @@ CONFIGURE_ARGS+= --disable-manual
|
|||
PLIST_SUB+= MANUAL="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SA_PLUG)
|
||||
.if defined(WITH_SPAMASSASSIN)
|
||||
RUN_DEPENDS+= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
||||
CONFIGURE_ARGS+= --enable-spamassassin-plugin
|
||||
PLIST_SUB+= SA_PLUG=""
|
||||
|
@ -138,7 +137,6 @@ CONFIGURE_ARGS+= --disable-pgpmime-plugin --disable-pgpcore-plugin \
|
|||
|
||||
.if defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+= --enable-maintainer-mode --enable-crash-dialog
|
||||
STRIP=
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DILLO)
|
||||
|
@ -198,9 +196,5 @@ post-install:
|
|||
tbird2claws.py textviewer.pl textviewer.sh \
|
||||
thunderbird-filters-convertor.pl uudec uuooffice vcard2xml.py \
|
||||
${DATADIR}
|
||||
@${MKDIR} ${PREFIX}/share/applications
|
||||
@${INSTALL_DATA} ${WRKSRC}/claws-mail.desktop ${PREFIX}/share/applications/
|
||||
@${MKDIR} ${PREFIX}/share/pixmaps
|
||||
@${INSTALL_DATA} ${WRKSRC}/claws-mail*.png ${PREFIX}/share/pixmaps/
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (claws-mail-3.7.10.tar.bz2) = 5c4119630e4b0b3d1486f3d96ef847a48c1389ef6426d6b5d6e6545413721638
|
||||
SIZE (claws-mail-3.7.10.tar.bz2) = 7165265
|
||||
SHA256 (claws-mail-3.8.0.tar.bz2) = ec945e3b0f3df6f1f13fcf149ad3ee5306c0e6575bb375cf558e9028a0eb6231
|
||||
SIZE (claws-mail-3.8.0.tar.bz2) = 7190415
|
||||
|
|
|
@ -92,12 +92,14 @@ include/claws-mail/gtk/combobox.h
|
|||
include/claws-mail/gtk/description_window.h
|
||||
include/claws-mail/gtk/filesel.h
|
||||
include/claws-mail/gtk/foldersort.h
|
||||
include/claws-mail/gtk/gdkkeysyms-new.h
|
||||
include/claws-mail/gtk/gtkaspell.h
|
||||
include/claws-mail/gtk/gtkcmclist.h
|
||||
include/claws-mail/gtk/gtkcmctree.h
|
||||
include/claws-mail/gtk/gtkcmoptionmenu.h
|
||||
include/claws-mail/gtk/gtksctree.h
|
||||
include/claws-mail/gtk/gtkshruler.h
|
||||
include/claws-mail/gtk/gtkunit.h
|
||||
include/claws-mail/gtk/gtkutils.h
|
||||
include/claws-mail/gtk/gtkvscrollbutton.h
|
||||
include/claws-mail/gtk/headers.h
|
||||
|
@ -308,7 +310,7 @@ share/locale/es/LC_MESSAGES/claws-mail.mo
|
|||
share/locale/fi/LC_MESSAGES/claws-mail.mo
|
||||
share/locale/fr/LC_MESSAGES/claws-mail.mo
|
||||
share/locale/hu/LC_MESSAGES/claws-mail.mo
|
||||
share/locale/id/LC_MESSAGES/claws-mail.mo
|
||||
share/locale/id_ID/LC_MESSAGES/claws-mail.mo
|
||||
share/locale/it/LC_MESSAGES/claws-mail.mo
|
||||
share/locale/ja/LC_MESSAGES/claws-mail.mo
|
||||
share/locale/lt/LC_MESSAGES/claws-mail.mo
|
||||
|
@ -321,10 +323,9 @@ share/locale/sk/LC_MESSAGES/claws-mail.mo
|
|||
share/locale/sv/LC_MESSAGES/claws-mail.mo
|
||||
share/locale/uk/LC_MESSAGES/claws-mail.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/claws-mail.mo
|
||||
share/pixmaps/claws-mail-128x128.png
|
||||
share/pixmaps/claws-mail-64x64.png
|
||||
share/pixmaps/claws-mail.png
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/locale/id_ID/LC_MESSAGES
|
||||
@dirrmtry share/locale/id_ID
|
||||
@dirrmtry %%DATADIR%%
|
||||
%%MANUAL%%@dirrm %%DOCSDIR%%/manual/pl
|
||||
%%MANUAL%%@dirrm %%DOCSDIR%%/manual/fr
|
||||
%%MANUAL%%@dirrm %%DOCSDIR%%/manual/es
|
||||
|
|
Loading…
Reference in a new issue