aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-12-17 09:27:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-12-17 09:27:10 +0000
commit15d02434a9380956ab33996b2459c8d0457217bc (patch)
tree606e8c51078bbbef16bd13a3fca47ae4d5bcbcbc /mail
parent922fda732eaa27c8bdbd368382ac8e48af72094b (diff)
downloadports-15d02434a9380956ab33996b2459c8d0457217bc.tar.gz
ports-15d02434a9380956ab33996b2459c8d0457217bc.zip
This plugin allows saving outgoing addresses to a designated folder
in the address book. Addresses are saved only if not found in the address book to avoid unwanted duplicates. WWW: http://www.claws-mail.org/plugins.php PR: ports/152757 Submitted by: Pawel Pekala <c0rn at o2.pl>
Notes
Notes: svn path=/head/; revision=266491
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/claws-mail-address_keeper/Makefile38
-rw-r--r--mail/claws-mail-address_keeper/distinfo2
-rw-r--r--mail/claws-mail-address_keeper/pkg-descr5
-rw-r--r--mail/claws-mail-address_keeper/pkg-plist12
5 files changed, 58 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 33086928132b..ce720adb6641 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -46,6 +46,7 @@
SUBDIR += chk4mail
SUBDIR += clamfilter
SUBDIR += claws-mail
+ SUBDIR += claws-mail-address_keeper
SUBDIR += claws-mail-archiver
SUBDIR += claws-mail-att_remover
SUBDIR += claws-mail-attach_warner
diff --git a/mail/claws-mail-address_keeper/Makefile b/mail/claws-mail-address_keeper/Makefile
new file mode 100644
index 000000000000..57be8a83eafb
--- /dev/null
+++ b/mail/claws-mail-address_keeper/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: claws-mail-address_keeper
+# Date created: 2010-12-01
+# Whom: Pawel Pekala <c0rn@o2.pl>
+#
+# $FreeBSD$
+#
+
+PORTNAME= address_keeper
+PORTVERSION= 1.0.2
+CATEGORIES= mail
+MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
+PKGNAMEPREFIX= claws-mail-
+
+MAINTAINER= c0rn@o2.pl
+COMMENT= Keeps all recipient addresses in an addressbook folder
+
+BUILD_DEPENDS= claws-mail>=3.7.8:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS= claws-mail>=3.7.8:${PORTSDIR}/mail/claws-mail
+
+LICENSE= GPLv3
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_ICONV= yes
+MAKE_JOBS_SAFE= yes
+
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+= NLS="@comment "
+.else
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
+.endif
+
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>
diff --git a/mail/claws-mail-address_keeper/distinfo b/mail/claws-mail-address_keeper/distinfo
new file mode 100644
index 000000000000..98238a5437fe
--- /dev/null
+++ b/mail/claws-mail-address_keeper/distinfo
@@ -0,0 +1,2 @@
+SHA256 (address_keeper-1.0.2.tar.gz) = 55fa21e0979daeeb193684932e4f94b95effaff3c97f540ff470d9f90106655f
+SIZE (address_keeper-1.0.2.tar.gz) = 360137
diff --git a/mail/claws-mail-address_keeper/pkg-descr b/mail/claws-mail-address_keeper/pkg-descr
new file mode 100644
index 000000000000..14f4699c8d24
--- /dev/null
+++ b/mail/claws-mail-address_keeper/pkg-descr
@@ -0,0 +1,5 @@
+This plugin allows saving outgoing addresses to a designated folder
+in the address book. Addresses are saved only if not found in the
+address book to avoid unwanted duplicates.
+
+WWW: http://www.claws-mail.org/plugins.php
diff --git a/mail/claws-mail-address_keeper/pkg-plist b/mail/claws-mail-address_keeper/pkg-plist
new file mode 100644
index 000000000000..0585a80cf3cd
--- /dev/null
+++ b/mail/claws-mail-address_keeper/pkg-plist
@@ -0,0 +1,12 @@
+lib/claws-mail/plugins/address_keeper.so
+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/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/pt_BR/LC_MESSAGES/address_keeper.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/address_keeper.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/address_keeper.mo