diff options
author | smb <smb@pkgsrc.org> | 2007-08-08 13:22:29 +0000 |
---|---|---|
committer | smb <smb@pkgsrc.org> | 2007-08-08 13:22:29 +0000 |
commit | 6a3c8f6f2029f37afffad50e41c1d2927a5e9329 (patch) | |
tree | a28b1f1a63350a2e6132b33c2118e9ddb08b2d12 | |
parent | 0ad864495f8b9395c3b0be8e430864c78a30191d (diff) | |
download | pkgsrc-6a3c8f6f2029f37afffad50e41c1d2927a5e9329.tar.gz |
Add claws-mail-synce plug-in
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | mail/Makefile | 3 | ||||
-rw-r--r-- | mail/claws-mail-synce/DESCR | 3 | ||||
-rw-r--r-- | mail/claws-mail-synce/Makefile | 25 | ||||
-rw-r--r-- | mail/claws-mail-synce/PLIST | 3 | ||||
-rw-r--r-- | mail/claws-mail-synce/distinfo | 5 |
6 files changed, 40 insertions, 2 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 3f68c59dd61..608b425b6f0 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.1742 2007/08/08 12:19:11 obache Exp $ +$NetBSD: CHANGES-2007,v 1.1743 2007/08/08 13:22:30 smb Exp $ Changes to the packages collection and infrastructure in 2007: @@ -3208,3 +3208,4 @@ Changes to the packages collection and infrastructure in 2007: Updated meta-pkgs/gnuradio to 3.0.4 [wulf 2007-08-08] Added sysutils/vbetool version 0.7.1 [xtraeme 2007-08-08] Updated fonts/dejavu-ttf to 2.19 [obache 2007-08-08] + Added mail/claws-mail-synce_plugin version 0.7.1 [smb 2007-08-09] diff --git a/mail/Makefile b/mail/Makefile index 244316e58c5..642e839731b 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.326 2007/08/07 12:40:37 ghen Exp $ +# $NetBSD: Makefile,v 1.327 2007/08/08 13:22:29 smb Exp $ # COMMENT= Electronic mail utilities @@ -38,6 +38,7 @@ SUBDIR+= claws-mail-pgpmime SUBDIR+= claws-mail-rssyl SUBDIR+= claws-mail-smime SUBDIR+= claws-mail-spamassassin +SUBDIR+= claws-mail-synce SUBDIR+= claws-mail-trayicon SUBDIR+= columba SUBDIR+= coolmail diff --git a/mail/claws-mail-synce/DESCR b/mail/claws-mail-synce/DESCR new file mode 100644 index 00000000000..8e87e5b45e2 --- /dev/null +++ b/mail/claws-mail-synce/DESCR @@ -0,0 +1,3 @@ +This plugin is intended to extend the filtering possibilities of +Claws Mail. It provides a Perl interface to Claws Mail' filtering +mechanism, allowing the use of full Perl power in email filters. diff --git a/mail/claws-mail-synce/Makefile b/mail/claws-mail-synce/Makefile new file mode 100644 index 00000000000..a525bc7c574 --- /dev/null +++ b/mail/claws-mail-synce/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2007/08/08 13:22:30 smb Exp $ +# + +DISTNAME=synce_plugin-0.7.1 +PKGNAME=claws-mail-synce_plugin-0.7.1 +CATEGORIES=mail +MASTER_SITES= http://claws-mail.org/downloads/plugins/ + +MAINTAINER= smb@NetBSD.org +COMMENT= Extends filtering by permitting invocatio of Perl scripts + +DEPENDS+= claws-mail>=2.10.0:../../mail/claws-mail + +.include "../../mk/bsd.prefs.mk" + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config +USE_LANGUAGES+= c + +.include "../../comms/synce-libsynce/buildlink3.mk" +.include "../../comms/synce-librapi2/buildlink3.mk" +.include "../../mail/claws-mail/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/claws-mail-synce/PLIST b/mail/claws-mail-synce/PLIST new file mode 100644 index 00000000000..e06d37711c7 --- /dev/null +++ b/mail/claws-mail-synce/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2007/08/08 13:22:30 smb Exp $ +lib/claws-mail/plugins/synce_plugin.la +@dirrm lib/claws-mail/plugins diff --git a/mail/claws-mail-synce/distinfo b/mail/claws-mail-synce/distinfo new file mode 100644 index 00000000000..3126cf1683f --- /dev/null +++ b/mail/claws-mail-synce/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2007/08/08 13:22:30 smb Exp $ + +SHA1 (synce_plugin-0.7.1.tar.gz) = f7af69bc665ad96b8085e9ccce10398676d54233 +RMD160 (synce_plugin-0.7.1.tar.gz) = 3c906e7395713cc31add23c7360985a76a23c0ff +Size (synce_plugin-0.7.1.tar.gz) = 333513 bytes |