FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 7:09 PM GMT
Port details
mboxgrep 0.7.9_1 mail on this many watch lists=3 search for ports that depend on this port
Utility to scan mailboxes for messages matching a regular expression
Maintained by: anders@FreeBSD.org search for ports maintained by this maintainer
Port Added: 30 Oct 2001 19:49:55
License: not specified in port
mboxgrep is a small utility that scans a mailbox for messages matching a
regular expression. Found messages can be either displayed on standard output,
counted, deleted, piped to a shell command or written to another mailbox.

Its features include:

* ability to limit the search to message body or headers (although the whole
message is scanned by default)
* message counting
* ability to invert the sense of matching
* ability to write found messages to another mailbox
* support for mbox (either plain or compressed), MH, nnmh, nnml and maildir
folders
* support for basic and extended POSIX regular expressions, and, optionally,
Perl-complatible regular expressions (if linked with the PCRE library)

WWW: http://mboxgrep.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMonThere are no ports dependent upon this port

To install the port: cd /usr/ports/mail/mboxgrep/ && make install clean
To add the package: pkg_add -r mboxgrep


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/mboxgrep/mboxgrep/0.7.9/
http://sunet.dl.sourceforge.net/project/mboxgrep/mboxgrep/0.7.9/
http://iweb.dl.sourceforge.net/project/mboxgrep/mboxgrep/0.7.9/
http://switch.dl.sourceforge.net/project/mboxgrep/mboxgrep/0.7.9/
http://surfnet.dl.sourceforge.net/project/mboxgrep/mboxgrep/0.7.9/
http://kent.dl.sourceforge.net/project/mboxgrep/mboxgrep/0.7.9/
http://freefr.dl.sourceforge.net/project/mboxgrep/mboxgrep/0.7.9/
http://voxel.dl.sourceforge.net/project/mboxgrep/mboxgrep/0.7.9/
http://jaist.dl.sourceforge.net/project/mboxgrep/mboxgrep/0.7.9/
http://osdn.dl.sourceforge.net/project/mboxgrep/mboxgrep/0.7.9/
http://nchc.dl.sourceforge.net/project/mboxgrep/mboxgrep/0.7.9/
http://ncu.dl.sourceforge.net/project/mboxgrep/mboxgrep/0.7.9/
http://transact.dl.sourceforge.net/project/mboxgrep/mboxgrep/0.7.9/
http://softlayer.dl.sourceforge.net/project/mboxgrep/mboxgrep/0.7.9/
http://internode.dl.sourceforge.net/project/mboxgrep/mboxgrep/0.7.9/
http://ufpr.dl.sourceforge.net/project/mboxgrep/mboxgrep/0.7.9/
http://waix.dl.sourceforge.net/project/mboxgrep/mboxgrep/0.7.9/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 19

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
24 Oct 2011 04:17:38
Original commit files touched by this commit  0.7.9_1
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.7.9_1
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
03 Jul 2011 13:53:52
Original commit files touched by this commit  0.7.9_1
ohauer search for other commits by this committer
- remove MD5
22 Aug 2009 00:28:34
Original commit files touched by this commit  0.7.9_1
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
20 Mar 2008 09:51:43
Original commit files touched by this commit  0.7.9_1
pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
09 Mar 2007 08:05:08
Original commit files touched by this commit  0.7.9_1
mi search for other commits by this committer
Don't use the bundled md5.c and getopt1.c in favor of OpenSSL and
USE_GETOPT_LONG respectively. This reduces the executable's size
considerably. (More ports should be doing this.)

When comparing md5 checksums (used to detect duplicates in the
input), treat each as a pair of 8-byte integers instead of calling
strncmp, which was just plain buggy. Memcmp should've been used
instead, but two integer comparisions are even faster.

Re-work the resizable array of checksums removing a separate malloc
call for each md5 checksum. This reduces the runtime memory consumption
considerably. (Tried using a hashtable instead of linearly searching
through the array, but did not see a speed-gain even over a large
collection of messages.)

Vendor notified, but has not responded (the software's last release
is several years old).

Bump PORTREVISION.

Approved by:    maintainer
10 May 2006 22:37:39
Original commit files touched by this commit  0.7.9
edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
22 Jan 2006 12:50:54
Original commit files touched by this commit  0.7.9
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
05 Dec 2005 00:53:19
Original commit files touched by this commit  0.7.9
edwin search for other commits by this committer
Remove install-info from Makefile, it's automatically done when INFO is defined
31 Mar 2004 03:12:58
Original commit files touched by this commit  0.7.9
trevor search for other commits by this committer
SIZEify (maintainer timeout)
22 Dec 2003 20:01:04
Original commit files touched by this commit  0.7.9
leeym search for other commits by this committer
fix this port on -stable

PR:             56356
Noticed by:     anders
17 Dec 2003 06:52:52
Original commit files touched by this commit  0.7.9
leeym search for other commits by this committer
update to 0.7.9

PR:             56356
Submitted by:   leeym
Approved by:    maintainer timeout
09 Apr 2003 21:56:11
Original commit files touched by this commit  0.7.8
anders search for other commits by this committer
Update to 0.7.8.
07 Mar 2003 06:06:02
Original commit files touched by this commit  0.7.7
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
21 Aug 2002 06:17:16
Original commit files touched by this commit  0.7.7
anders search for other commits by this committer
Update to version 0.7.7.
07 Apr 2002 02:06:13
Original commit files touched by this commit  0.7.6a
anders search for other commits by this committer
Update to version 0.7.6a.
14 Mar 2002 00:11:40
Original commit files touched by this commit
anders search for other commits by this committer
Correct MAINTAINER e-mail address for ports I maintain.
21 Jan 2002 02:57:57
files touched by this commit
anders search for other commits by this committer
Update to 0.7.4.    
30 Oct 2001 22:49:55
files touched by this commit
tobez search for other commits by this committer
Add mboxgrep 0.7.0, a utility to scan mailboxes for messages matching a  
regular expression.    

Number of commits found: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23150
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 6
new 48 hours8
new 7 days47
new fortnight70
new month143

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.156 seconds.