mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
A number of tools and scripts for use with IMAP servers.
This software is a fork of Rick Sanders' imaptools which became not free now. WWW: http://code.google.com/p/imaputils/ Submitted by: Mikhail Tsatsenko (m.tsatsenko@gmail.com) Feature safe: yes
This commit is contained in:
parent
899743f5ed
commit
018496ccf1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294416
@ -207,6 +207,7 @@
|
||||
SUBDIR += imapfilter
|
||||
SUBDIR += imapsync
|
||||
SUBDIR += imaptools
|
||||
SUBDIR += imaputils
|
||||
SUBDIR += isbg
|
||||
SUBDIR += isoqlog
|
||||
SUBDIR += isync
|
||||
|
30
mail/imaputils/Makefile
Normal file
30
mail/imaputils/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# Ports collection Makefile for: mail/imaputils
|
||||
# Date created: 2012-04-08
|
||||
# Whom: Mikhail T. (m.tsatsenko@gmail.com)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= imaputils
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
|
||||
MAINTAINER= m.tsatsenko@gmail.com
|
||||
COMMENT= A number of tools and scripts for use with IMAP servers
|
||||
|
||||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/license.txt
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} \
|
||||
-e 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/*.pl
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
2
mail/imaputils/distinfo
Normal file
2
mail/imaputils/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (imaputils-1.0.0.tar.gz) = 5ac3b6d30ecb501c3c8d5def83fa52409a13214c4d6c7eea176b4d31eda4270e
|
||||
SIZE (imaputils-1.0.0.tar.gz) = 106020
|
5
mail/imaputils/pkg-descr
Normal file
5
mail/imaputils/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
A number of tools and scripts for use with IMAP servers.
|
||||
This software is a fork of Rick Sanders' imaptools
|
||||
which became not free now.
|
||||
|
||||
WWW: http://code.google.com/p/imaputils/
|
22
mail/imaputils/pkg-plist
Normal file
22
mail/imaputils/pkg-plist
Normal file
@ -0,0 +1,22 @@
|
||||
bin/IMAPtoMbox.pl
|
||||
bin/MboxtoIMAP.pl
|
||||
bin/delIMAPdups.pl
|
||||
bin/delete_imap_mailboxes.pl
|
||||
bin/dumptoIMAP.pl
|
||||
bin/imapCapability.pl
|
||||
bin/imapPing.pl
|
||||
bin/imap_to_maildir.pl
|
||||
bin/imapcopy.pl
|
||||
bin/imapdump.pl
|
||||
bin/imapfilter.pl
|
||||
bin/imapsync.pl
|
||||
bin/list_folders.pl
|
||||
bin/list_imap_folders.pl
|
||||
bin/maildir_to_imap.pl
|
||||
bin/mbxIMAPsync.pl
|
||||
bin/migrateIMAP-win.pl
|
||||
bin/migrateIMAP.pl
|
||||
bin/mozillatoIMAP.pl
|
||||
bin/pop3toimap.pl
|
||||
bin/purgeMbx.pl
|
||||
bin/trash.pl
|
Loading…
Reference in New Issue
Block a user