aboutsummaryrefslogtreecommitdiff
path: root/mail/mboxgrep/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update PCRE to 8.32Martin Matuska2012-12-101-2/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-2/+2
| | | | Notes: svn path=/head/; revision=291338
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* Don't use the bundled md5.c and getopt1.c in favor of OpenSSL andMikhail Teterin2007-03-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-051-1/+0
| | | | Notes: svn path=/head/; revision=150431
* 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-171-5/+4
| | | | | | | | | PR: 56356 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=96021
* Update to 0.7.8.Anders Nordby2003-04-091-1/+3
| | | | Notes: svn path=/head/; revision=78683
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+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-211-1/+1
| | | | Notes: svn path=/head/; revision=64740
* Update to version 0.7.6a.Anders Nordby2002-04-071-1/+1
| | | | 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-211-1/+1
| | | | Notes: svn path=/head/; revision=53430
* Add mboxgrep 0.7.0, a utility to scan mailboxes for messages matching aAnton Berezin2001-10-301-0/+37
regular expression. PR: 31550 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=49403