Commit graph

11 commits

Author SHA1 Message Date
wiz
cfd623bd93 Drop maintainership, I don't use them any longer. 2006-06-15 13:31:28 +00:00
schwarz
918ff2e4ee uses both C and C++ 2006-02-26 13:48:31 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
wiz
70f495ecc2 Update to 0.5.3:
2003-09-09  Version 0.5.3
  * toLower() function did nothing. Fixed.
2004-09-21 00:20:54 +00:00
wiz
737cbf17a9 Convert to bl3. 2004-04-18 19:30:52 +00:00
wiz
0e5659a22a Update to 0.5.2: Includes patch-aa. 2003-12-28 10:34:22 +00:00
wiz
f9ecb3d944 Update to 0.5.1, with a patch from the author to make it compile.
Changes:
2003-12-13  Version 0.5.1
  * Procmail usage instructions added to manpage.
  * Fixed missing <algorithm> header in detector.cc (thanks to Jerome Warnier).

2003-11-26  Version 0.5.0
  * ENCA support added (thanks to Volodymyr M. Lisivka).
  * -I and -O options added to exclude some charsets from processing (thanks
    to Ingvarr Zhmakin).
2003-12-15 18:55:31 +00:00
wiz
9319ad7e55 Add build dependency on perl (pod2man is used for man page).
Noted missing by kristerw.
2003-10-01 07:17:06 +00:00
wiz
42e78e92c2 Initial import of fix-mime-charset-0.4.0:
In non-English mailing lists (particularly in Russian) there is a
big problem with messages, where charset parameter of Content-Type
header is set incorrectly. Sometimes software is buggy, sometimes
people cannot set up their software properly, sometimes web-based
email clients do not implement charsets.  While reading such a
mail, one should manually switch encoding in MUA back and forth.
Incorrectly encoded or plain 8-bit Subject field is another big
problem.  Such fields often get corrupted while passing e-mail
gateways.

This program can be used to solve this problem while used as mail
filter (in MTA, procmail, or a similar program).
2003-09-26 10:21:51 +00:00