aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-ZConf-Mail
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-06-22 04:05:41 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-06-22 04:05:41 +0800
commitd322b44abadd21cc4967c8b14ba5994aa28fdb61 (patch)
tree0b9bf154281c8bdea9e35e85236ea139ff678322 /mail/p5-ZConf-Mail
parent89b80029e961172071201a1f8e2f1b48d0bd8ff0 (diff)
downloadfreebsd-ports-gnome-d322b44abadd21cc4967c8b14ba5994aa28fdb61.tar.gz
freebsd-ports-gnome-d322b44abadd21cc4967c8b14ba5994aa28fdb61.tar.zst
freebsd-ports-gnome-d322b44abadd21cc4967c8b14ba5994aa28fdb61.zip
- Update to 1.1.0
PR: 135847 Submitted by: "Zane C.B." <vvelox@vvelox.net>
Diffstat (limited to 'mail/p5-ZConf-Mail')
-rw-r--r--mail/p5-ZConf-Mail/Makefile10
-rw-r--r--mail/p5-ZConf-Mail/distinfo6
-rw-r--r--mail/p5-ZConf-Mail/pkg-descr4
-rw-r--r--mail/p5-ZConf-Mail/pkg-plist7
4 files changed, 19 insertions, 8 deletions
diff --git a/mail/p5-ZConf-Mail/Makefile b/mail/p5-ZConf-Mail/Makefile
index a8e2686137b4..ed35f77579b2 100644
--- a/mail/p5-ZConf-Mail/Makefile
+++ b/mail/p5-ZConf-Mail/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ZConf-Mail
-PORTVERSION= 0.3.1
+PORTVERSION= 1.1.0
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
@@ -28,10 +28,14 @@ RUN_DEPENDS= ${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple \
${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
${SITE_PERL}/File/MimeInfo/Magic.pm:${PORTSDIR}/devel/p5-File-MimeInfo \
${SITE_PERL}/Email/Date.pm:${PORTSDIR}/mail/p5-Email-Date \
- ${SITE_PERL}/mach/MIME/QuotedPrint.pm:${PORTSDIR}/converters/p5-MIME-Base64
+ ${SITE_PERL}/mach/MIME/QuotedPrint.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
+ ${SITE_PERL}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI \
+ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
PERL_CONFIGURE= yes
-MAN3= ZConf::Mail.3
+MAN3= ZConf::Mail.3 \
+ ZConf::Mail::GUI.3 \
+ ZConf::Mail::GUI::Curses.3
.include <bsd.port.mk>
diff --git a/mail/p5-ZConf-Mail/distinfo b/mail/p5-ZConf-Mail/distinfo
index 6eb3c2faf728..eed638c4efbb 100644
--- a/mail/p5-ZConf-Mail/distinfo
+++ b/mail/p5-ZConf-Mail/distinfo
@@ -1,3 +1,3 @@
-MD5 (ZConf-Mail-0.3.1.tar.gz) = 0e83323c3b4f3616bb0a8b650ac49eb2
-SHA256 (ZConf-Mail-0.3.1.tar.gz) = c92d7b39ac9d79fb7ce11e9c7b086a93e16628b96fa972c4fbca099e5a53c2d0
-SIZE (ZConf-Mail-0.3.1.tar.gz) = 23434
+MD5 (ZConf-Mail-1.1.0.tar.gz) = 57d57b65577284251b1cf092ab4c5b0d
+SHA256 (ZConf-Mail-1.1.0.tar.gz) = 2ca7253867e7165394d1d3e6959b5f57eb2acf5b1f37c16922bbb070a6be2af2
+SIZE (ZConf-Mail-1.1.0.tar.gz) = 28226
diff --git a/mail/p5-ZConf-Mail/pkg-descr b/mail/p5-ZConf-Mail/pkg-descr
index ba154b51368d..4086797f2fbe 100644
--- a/mail/p5-ZConf-Mail/pkg-descr
+++ b/mail/p5-ZConf-Mail/pkg-descr
@@ -4,7 +4,7 @@ cleint. It also currently includes two small utilities, listed below.
zcmailcompose - Composes a mail message and sends it using the specified
account.
zcgetmail - A getmail replacement using ZConf::Mail.
-zcmailaccountmanage - A Curses::UI interface to ZConf::Mail accounts.
-
+zcmailaccountmanage - A GUI interface to ZConf::Mail accounts.
+zcmailuri - Invokes ZConf::Mail::GUI->compose via a mailto URI.
WWW: http://search.cpan.org/dist/ZConf-Mail/
diff --git a/mail/p5-ZConf-Mail/pkg-plist b/mail/p5-ZConf-Mail/pkg-plist
index 2d214fcd268d..c0df9744ebe9 100644
--- a/mail/p5-ZConf-Mail/pkg-plist
+++ b/mail/p5-ZConf-Mail/pkg-plist
@@ -1,8 +1,15 @@
bin/zcmailcompose
bin/zcgetmail
bin/zcmailacountmanage
+bin/zcmailuri
+bin/curses-zcmailacountmanage
+bin/curses-zcmailcompose
%%SITE_PERL%%/ZConf/Mail.pm
+%%SITE_PERL%%/ZConf/Mail/GUI.pm
+%%SITE_PERL%%/ZConf/Mail/GUI/Curses.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Mail/.packlist
+@dirrmtry %%SITE_PERL%%/ZConf/Mail/GUI
+@dirrmtry %%SITE_PERL%%/ZConf/Mail/
@dirrmtry %%SITE_PERL%%/ZConf
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Mail
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf