mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 2.0.0
PR: ports/158595 Submitted by: "Zane C.B." <vvelox@vvelox.net>
This commit is contained in:
parent
cda22804aa
commit
09d2256f04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276975
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ZConf-Mail
|
||||
PORTVERSION= 1.4.1
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:VVELOX
|
||||
@ -22,21 +22,15 @@ RUN_DEPENDS= ${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple \
|
||||
${SITE_PERL}/Net/SMTP_auth.pm:${PORTSDIR}/mail/p5-Net-SMTP_auth \
|
||||
${SITE_PERL}/Net/SMTP/TLS.pm:${PORTSDIR}/mail/p5-Net-SMTP-TLS \
|
||||
${SITE_PERL}/Mail/Box.pm:${PORTSDIR}/mail/p5-Mail-Box \
|
||||
${SITE_PERL}/Curses/UI.pm:${PORTSDIR}/devel/p5-Curses-UI \
|
||||
${SITE_PERL}/IO/MultiPipe.pm:${PORTSDIR}/devel/p5-IO-MultiPipe \
|
||||
${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}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI \
|
||||
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
|
||||
${SITE_PERL}/Mail/Cache.pm:${PORTSDIR}/mail/p5-Mail-Cache \
|
||||
${SITE_PERL}/Mail/IMAPTalk/MailCache.pm:${PORTSDIR}/mail/p5-Mail-IMAPTalk-MailCache \
|
||||
${SITE_PERL}/Text/SpellChecker/GUI.pm:${PORTSDIR}/textproc/p5-Text-SpellChecker-GUI
|
||||
${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= ZConf::Mail.3 \
|
||||
ZConf::Mail::GUI.3 \
|
||||
ZConf::Mail::GUI::Curses.3
|
||||
MAN3= ZConf::Mail.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ZConf-Mail-1.4.1.tar.gz) = 8218d89221d77a8d3626c7841719465641e1070200a5b63f71c3518d36cecb75
|
||||
SIZE (ZConf-Mail-1.4.1.tar.gz) = 31493
|
||||
SHA256 (ZConf-Mail-2.0.0.tar.gz) = a5d3102fe5d8e71de6d465394f8e7405c84f8c02f7aa428e096ba7d8a3a870d3
|
||||
SIZE (ZConf-Mail-2.0.0.tar.gz) = 23487
|
||||
|
@ -1,11 +1,7 @@
|
||||
This module implements various functions needed for making a ZConf backed mail
|
||||
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 GUI interface to ZConf::Mail accounts.
|
||||
zcmailuri - Invokes ZConf::Mail::GUI->compose via a mailto URI.
|
||||
zcmailimapcache - Updates the Mail::Cache cache for the specified IMAP account.
|
||||
zcmailaccount - Manages the accounts.
|
||||
|
||||
WWW: http://search.cpan.org/dist/ZConf-Mail/
|
||||
|
@ -1,18 +1,8 @@
|
||||
bin/curses-zcmailacountmanage
|
||||
bin/curses-zcmailcompose
|
||||
bin/curses-zcmailimapclient
|
||||
bin/zcgetmail
|
||||
bin/zcmailacountmanage
|
||||
bin/zcmailcompose
|
||||
bin/zcmailimapcache
|
||||
bin/zcmailuri
|
||||
bin/zcmailaccount
|
||||
%%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%%/%%PERL_ARCH%%/auto/ZConf/Mail
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
|
||||
@dirrmtry %%SITE_PERL%%/ZConf/Mail/GUI
|
||||
@dirrmtry %%SITE_PERL%%/ZConf/Mail
|
||||
@dirrmtry %%SITE_PERL%%/ZConf
|
||||
|
Loading…
Reference in New Issue
Block a user