diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-03 07:45:36 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-03 07:45:36 +0000 |
commit | 0f40945a83a6d51ba78ee3cdfe69ba4e9771d32a (patch) | |
tree | d39b4e24be831d578e808f84c6050549fc903569 /mail | |
parent | 39d7c8b7ed3ddbfa9a8433af76fd0b6524fd5229 (diff) | |
download | ports-0f40945a83a6d51ba78ee3cdfe69ba4e9771d32a.tar.gz ports-0f40945a83a6d51ba78ee3cdfe69ba4e9771d32a.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/claws-mail-attach_warner/Makefile | 30 | ||||
-rw-r--r-- | mail/claws-mail-attach_warner/distinfo | 3 | ||||
-rw-r--r-- | mail/claws-mail-attach_warner/pkg-descr | 2 | ||||
-rw-r--r-- | mail/claws-mail-attach_warner/pkg-plist | 13 |
5 files changed, 49 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 01e7eb683d32..aa9505a4e861 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -41,6 +41,7 @@ SUBDIR += clamfilter SUBDIR += claws-mail SUBDIR += claws-mail-att_remover + SUBDIR += claws-mail-attach_warner SUBDIR += claws-mail-cachesaver SUBDIR += claws-mail-etpan_privacy SUBDIR += claws-mail-fetchinfo diff --git a/mail/claws-mail-attach_warner/Makefile b/mail/claws-mail-attach_warner/Makefile new file mode 100644 index 000000000000..963f233cdaa1 --- /dev/null +++ b/mail/claws-mail-attach_warner/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: claws-mail-attach_warner +# Date created: 2 March 2007 +# Whom: Pawel Pekala <c0rn@o2.pl> +# +# $FreeBSD$ +# + +PORTNAME= attach_warner +PORTVERSION= 0.2.5 +CATEGORIES= mail +MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ +PKGNAMEPREFIX= claws-mail- +DISTNAME= attachwarner-${PORTVERSION} + +MAINTAINER= c0rn@o2.pl +COMMENT= Not attached file warning plugin for claws-mail + +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_AUTOTOOLS= autoconf:261 + +CONFIGURE_ARGS= --with-iconv-prefix=${LOCALBASE} \ + --with-libintl-prefix=${LOCALBASE} + +.include <bsd.port.mk> diff --git a/mail/claws-mail-attach_warner/distinfo b/mail/claws-mail-attach_warner/distinfo new file mode 100644 index 000000000000..3b69efee226e --- /dev/null +++ b/mail/claws-mail-attach_warner/distinfo @@ -0,0 +1,3 @@ +MD5 (attachwarner-0.2.5.tar.gz) = 93d50a13eb88b6aba40f672c848570f4 +SHA256 (attachwarner-0.2.5.tar.gz) = 4b10d97a56d1ec36deb6d0d3775ff7cb4d74ab8d6edff91003262743f6979dc7 +SIZE (attachwarner-0.2.5.tar.gz) = 377058 diff --git a/mail/claws-mail-attach_warner/pkg-descr b/mail/claws-mail-attach_warner/pkg-descr new file mode 100644 index 000000000000..568bc803ed60 --- /dev/null +++ b/mail/claws-mail-attach_warner/pkg-descr @@ -0,0 +1,2 @@ +Warns when the user composes a message mentioning an attachment in +the message body without attaching any files to the message. diff --git a/mail/claws-mail-attach_warner/pkg-plist b/mail/claws-mail-attach_warner/pkg-plist new file mode 100644 index 000000000000..1bcba30fdbf8 --- /dev/null +++ b/mail/claws-mail-attach_warner/pkg-plist @@ -0,0 +1,13 @@ +lib/claws-mail/plugins/attachwarner.so +lib/claws-mail/plugins/attachwarner.la +lib/claws-mail/plugins/attachwarner.a +share/locale/de/LC_MESSAGES/attachwarner.mo +share/locale/es/LC_MESSAGES/attachwarner.mo +share/locale/fr/LC_MESSAGES/attachwarner.mo +share/locale/hu/LC_MESSAGES/attachwarner.mo +share/locale/it/LC_MESSAGES/attachwarner.mo +share/locale/pt_BR/LC_MESSAGES/attachwarner.mo +share/locale/ca/LC_MESSAGES/attachwarner.mo +share/locale/fi/LC_MESSAGES/attachwarner.mo +share/locale/pl/LC_MESSAGES/attachwarner.mo +share/locale/sk/LC_MESSAGES/attachwarner.mo |