Commit graph

15 commits

Author SHA1 Message Date
Pav Lucistnik
9fc1c4fe89 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:56:52 +00:00
Mikhail Teterin
bd40f13590 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
2007-03-09 08:05:08 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Edwin Groothuis
80840e8dc5 SHA256ify
Approved by: krion@
2006-01-22 12:50:54 +00:00
Edwin Groothuis
c92cd65864 Remove install-info from Makefile, it's automatically done when INFO is defined 2005-12-05 00:53:19 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Yen-Ming Lee
3e1396bb55 fix this port on -stable
PR:		56356
Noticed by:	anders
2003-12-22 20:01:04 +00:00
Yen-Ming Lee
a9823530b8 update to 0.7.9
PR:		56356
Submitted by:	leeym
Approved by:	maintainer timeout
2003-12-17 06:52:51 +00:00
Anders Nordby
461653d1fa Update to 0.7.8. 2003-04-09 21:56:11 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Anders Nordby
4e511fab1c Update to version 0.7.7. 2002-08-21 06:17:16 +00:00
Anders Nordby
3f0a665050 Update to version 0.7.6a. 2002-04-07 02:06:13 +00:00
Anders Nordby
ad6b4799b4 Correct MAINTAINER e-mail address for ports I maintain. 2002-03-14 00:11:40 +00:00
Anders Nordby
7cc14f6ef8 Update to 0.7.4. 2002-01-21 02:57:57 +00:00
Anton Berezin
60d0e9fd8d Add mboxgrep 0.7.0, a utility to scan mailboxes for messages matching a
regular expression.

PR:		31550
Submitted by:	Anders Nordby <anders@fix.no>
2001-10-30 22:49:54 +00:00