diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-01-25 11:26:10 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-01-25 11:26:10 +0000 |
commit | 852a38fbb755dffa02820bd84af9e94510889a56 (patch) | |
tree | 4a22fb892fc5dd6b2290001883cfe1e71874567e /mail/p5-Mail-Transport-Dbx | |
parent | Fix missing dependence(add USE_ICONV). (diff) |
Add mail/p5-Mail-Transport-Dbx 0.07, a Perl module to parse MS Outlook
Express mailboxes.
Notes
Notes:
svn path=/head/; revision=154414
Diffstat (limited to 'mail/p5-Mail-Transport-Dbx')
-rw-r--r-- | mail/p5-Mail-Transport-Dbx/Makefile | 25 | ||||
-rw-r--r-- | mail/p5-Mail-Transport-Dbx/distinfo | 3 | ||||
-rw-r--r-- | mail/p5-Mail-Transport-Dbx/pkg-descr | 6 | ||||
-rw-r--r-- | mail/p5-Mail-Transport-Dbx/pkg-plist | 10 |
4 files changed, 44 insertions, 0 deletions
diff --git a/mail/p5-Mail-Transport-Dbx/Makefile b/mail/p5-Mail-Transport-Dbx/Makefile new file mode 100644 index 000000000000..5b212d74d286 --- /dev/null +++ b/mail/p5-Mail-Transport-Dbx/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: mail/p5-Mail-Transport-Dbx +# Date created: 25 January 2006 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Mail-Transport-Dbx +PORTVERSION= 0.07 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Mail +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= Mail::Transport::Dbx - Parse Outlook Express mailboxes + +#BUILD_DEPENDS= p5-ExtUtils-Constant>0:${PORTSDIR}/devel/p5-ExtUtils-Constant +#RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Mail::Transport::Dbx.3 + +.include <bsd.port.mk> diff --git a/mail/p5-Mail-Transport-Dbx/distinfo b/mail/p5-Mail-Transport-Dbx/distinfo new file mode 100644 index 000000000000..7303f2dc8194 --- /dev/null +++ b/mail/p5-Mail-Transport-Dbx/distinfo @@ -0,0 +1,3 @@ +MD5 (Mail-Transport-Dbx-0.07.tar.gz) = 4dcf5346a67c0a7f861cb2bb51a7d14e +SHA256 (Mail-Transport-Dbx-0.07.tar.gz) = 95fd6bacf2afa0acb121eb9385d61ad4743c48240fbf5a74a731b3c1b5dfdf7d +SIZE (Mail-Transport-Dbx-0.07.tar.gz) = 213778 diff --git a/mail/p5-Mail-Transport-Dbx/pkg-descr b/mail/p5-Mail-Transport-Dbx/pkg-descr new file mode 100644 index 000000000000..b454cb1a7b58 --- /dev/null +++ b/mail/p5-Mail-Transport-Dbx/pkg-descr @@ -0,0 +1,6 @@ +Mail::Transport::Dbx gives you platform independent access to Outlook +Express' dbx files. Extract subfolders, messages etc. from those or use +it to convert dbx archives into a more portable format (such as standard +mbox format). + +WWW: http://search.cpan.org/dist/Mail-Transport-Dbx/ diff --git a/mail/p5-Mail-Transport-Dbx/pkg-plist b/mail/p5-Mail-Transport-Dbx/pkg-plist new file mode 100644 index 000000000000..8e3a709993ba --- /dev/null +++ b/mail/p5-Mail-Transport-Dbx/pkg-plist @@ -0,0 +1,10 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Mail/Transport/Dbx.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Transport/Dbx/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Transport/Dbx/Dbx.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Transport/Dbx/Dbx.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Transport/Dbx/autosplit.ix +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Transport/Dbx +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Transport +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Mail/Transport +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Mail |