Port details |
- p5-Mail-Folder Perl module for a folder-independant interface to email folders
- 0.07_1 mail =5 0.07_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-07-20 14:22:19
- Commit Hash: b587cc2
- People watching this port, also watch:: zsh, nmap, procmail, ncftp, postfix
- Also Listed In: perl5
- License: not specified in port
- Description:
- WARNING: This code is in alpha release. Expect the interface to
change
SYNOPSIS
use Mail::Folder;
DESCRIPTION
This base class, and it's subclasses provide an object- oriented interface
to email folders independant of the underlying folder implementation. There
are currently two folder interfaces provided with this package:
Mail::Folder::Emaul
Mail::Folder::Mbox
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Mail-Folder>0:mail/p5-Mail-Folder
- To install the port:
- cd /usr/ports/mail/p5-Mail-Folder/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/p5-Mail-Folder
- pkg install p5-Mail-Folder
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Mail-Folder
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (MailFolder-0.07.tar.gz) = 277c3d1735cefb38350312740cea357bbe54f188e9d9bbcef5baf6520a9416c2
SIZE (MailFolder-0.07.tar.gz) = 52006
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Mail-Tools>=0 : mail/p5-Mail-Tools
- p5-TimeDate>=0 : devel/p5-TimeDate
- p5-File-Sync>=0 : devel/p5-File-Sync
- p5-MIME-Tools>=0 : mail/p5-MIME-Tools
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Mail-Tools>=0 : mail/p5-Mail-Tools
- p5-TimeDate>=0 : devel/p5-TimeDate
- p5-File-Sync>=0 : devel/p5-File-Sync
- p5-MIME-Tools>=0 : mail/p5-MIME-Tools
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_p5-Mail-Folder
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.07_1 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
0.07_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.07_1 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.07_1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.07_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.07_1 11 May 2015 12:04:19 |
mat |
Move p5- ports from ports@ to perl@.
With hat: perl@
Sponsored by: Absolight |
0.07_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.07 10 Aug 2014 13:04:35 |
wen |
- Reset maintainer to ports@
Submitted by: chifeng@gmail.com(previous maintainer, via email) |
0.07 05 Jan 2014 16:20:41 |
az |
- stage support
Approved by: portmgr (blanket infrastructure) |
0.07 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.07 04 Sep 2013 06:06:59 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
0.07 30 Jun 2012 13:10:10 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
0.07 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
0.07 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
0.07 17 Feb 2009 02:56:32 |
tabthorpe |
- Pass maintainership to submitter
Submitted by: chifeng via freebsd-ports@ |
0.07 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.07 22 Jan 2006 02:20:05 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.07 25 Nov 2005 15:31:02 |
pav |
- Add SHA256 |
0.07 31 May 2004 09:23:00 |
mat |
Put the .packlist somewhere it won't clash with other ports |
0.07 31 May 2004 08:02:02 |
kris |
Don't remove files or directories we didn't install. |
0.07 15 Apr 2004 13:52:49 |
mat |
fix plist |
0.07 15 Apr 2004 13:45:52 |
mat |
fix depends list |
0.07 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.07 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.07 20 Feb 2003 18:40:39 |
knu |
De-pkg-comment. |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
05 Feb 2001 15:11:27 |
olgeni |
Spaces->tabs in the mail category. |
23 Oct 2000 22:03:12 |
will |
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. |
08 Oct 2000 04:16:42 |
asami |
Convert category mail to new layout. |