aboutsummaryrefslogtreecommitdiff
path: root/mail/mboxgrep
Commit message (Collapse)AuthorAgeFilesLines
* Don't use the bundled md5.c and getopt1.c in favor of OpenSSL andMikhail Teterin2007-03-093-0/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=186962
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-051-1/+0
| | | | Notes: svn path=/head/; revision=150431
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* fix this port on -stableYen-Ming Lee2003-12-221-2/+5
| | | | | | | | PR: 56356 Noticed by: anders Notes: svn path=/head/; revision=96461
* update to 0.7.9Yen-Ming Lee2003-12-173-14/+10
| | | | | | | | | PR: 56356 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=96021
* Update to 0.7.8.Anders Nordby2003-04-092-2/+4
| | | | Notes: svn path=/head/; revision=78683
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to version 0.7.7.Anders Nordby2002-08-212-2/+2
| | | | Notes: svn path=/head/; revision=64740
* Update to version 0.7.6a.Anders Nordby2002-04-073-12/+2
| | | | Notes: svn path=/head/; revision=57399
* Correct MAINTAINER e-mail address for ports I maintain.Anders Nordby2002-03-141-1/+1
| | | | Notes: svn path=/head/; revision=56047
* Update to 0.7.4.Anders Nordby2002-01-213-16/+2
| | | | Notes: svn path=/head/; revision=53430
* Add mboxgrep 0.7.0, a utility to scan mailboxes for messages matching aAnton Berezin2001-10-307-0/+91
regular expression. PR: 31550 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=49403