Port details |
- grepmail Search mailboxes for a given regexp and display matching emails
- 5.3033_1 mail =14 5.3033_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: sudo, p5-Mail-Tools, rsync, nmap, gettext
- License: not specified in port
- WWW:
- http://grepmail.sourceforge.net/
- Description:
- Grepmail searches a normal, gzip'd, bzip'd, or tzip'd mailbox for a given
regular expression, and returns those emails that match it. Piped input is
allowed, and date restrictions are supported.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/mail/grepmail/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/grepmail
- pkg install grepmail
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: grepmail
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (grepmail-5.3033.tar.gz) = 2ba3ed6839b62bbee5e52a5caafe0700fe27ca31473d32ba062e4736a8f7b6b5
SIZE (grepmail-5.3033.tar.gz) = 536791
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-TimeDate>=0 : devel/p5-TimeDate
- p5-Date-Manip>=0 : devel/p5-Date-Manip
- p5-Mail-Mbox-MessageParser>=0 : mail/p5-Mail-Mbox-MessageParser
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-TimeDate>=0 : devel/p5-TimeDate
- p5-Date-Manip>=0 : devel/p5-Date-Manip
- p5-Mail-Mbox-MessageParser>=0 : mail/p5-Mail-Mbox-MessageParser
- 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_grepmail
- 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.3033_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.3033_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 ) |
5.3033_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.3033_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
5.3033_1 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
5.3033_1 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
5.3033_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 ) |
5.3033 01 Feb 2014 19:20:19 |
antoine |
Stage support |
5.3033 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
5.3033 02 Aug 2013 18:21:06 |
az |
- Convert to new perl framework |
5.3033 28 Jun 2012 18:37:23 |
az |
- Remove SITE_PERL from *_DEPENDS |
5.3033 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 |
5.3033 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
5.3033 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
5.3033 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
5.3033 09 Mar 2009 19:29:12 |
miwi |
- Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by: portmgr (linimon) |
5.3033 20 Aug 2007 15:50:21 |
miwi |
- Update to 5.3033
Approved by: maintainer implicit |
5.3032 08 Nov 2006 09:28:33 |
farrokhi |
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor) |
5.3032 25 Mar 2006 17:38:29 |
garga |
- Update to 5.3032
- Add devel/p5-Date-Manip as a dependency
- Pass maintainership to submitter
PR: ports/94912
Submitted by: Babak Farrokhi <babak@farrokhi.net> |
5.30 24 Mar 2006 06:23:47 |
linimon |
Reset jedgar as maintainer; has not responded to email about status.
Hat: portmgr |
5.30 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
5.30 15 Feb 2005 16:57:49 |
vs |
Update to 5.30
PR: ports/68441
Submitted by: phgrauAT cis.fu-berlin.de
Approved by: maintainer timeout |
5.23 06 May 2004 11:56:24 |
vs |
Update to 5.23. Cf. http://grepmail.sourceforge.net/CHANGES for changes.
Based on PR: ports/58675
Submitted by: Cheng-Lung Sung
Approved by: maintainer-timeout (> 6 month) |
4.80 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
4.80 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
4.80 07 Mar 2003 06:06:02 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
4.80 08 Feb 2003 01:18:17 |
jedgar |
Update port to 4.80.
PR: 45728
Submitted by: Maxim Tulyuk <mt@primats.org.ua> |
4.72 08 Oct 2002 20:32:02 |
jedgar |
Update port to 4.72.
Use REINPLACE.
Submitted by: Thomas Vogt <thomas.vogt@bsdunix.ch> (update) |
03 Jan 2002 19:50:43 |
jedgar |
Update port to 4.70 |
07 Dec 2001 15:14:23 |
jedgar |
Update port to 4.60 |
29 Aug 2001 18:44:11 |
tobez |
Fix a bug introduced in 1.21, so grepmail actually runs. |
24 Aug 2001 22:32:55 |
tobez |
Remove redundant USE_PERL5 statements. |
31 Jul 2001 20:59:17 |
jedgar |
- update to version 4.50 - use PERL_CONFIGURE (and the created Makefile) -
rearrange Makefile (to please portlint) |
18 Jun 2001 13:23:21 |
jedgar |
Update port to 4.48 |
02 May 2001 12:46:26 |
jedgar |
Update port to 4.47 |
11 Feb 2001 05:02:34 |
jedgar |
Update port to 4.45 |
05 Feb 2001 15:11:27 |
olgeni |
Spaces->tabs in the mail category. |
17 Nov 2000 23:09:33 |
jedgar |
Update port to 4.44 |
08 Oct 2000 04:16:42 |
asami |
Convert category mail to new layout. |
08 Sep 2000 00:17:51 |
jedgar |
Update port to 4.43 |
20 Aug 2000 12:40:14 |
jedgar |
Update port to 4.42 |
15 Jun 2000 15:27:33 |
jedgar |
Update port to 4.41 |
14 Jun 2000 14:21:38 |
sobomax |
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. |
30 May 2000 14:53:45 |
jedgar |
Fix patch/configure |