The NetBSD Project

CVS log for pkgsrc/mail/fix-mime-charset/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / mail / fix-mime-charset

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Fri Dec 16 16:55:25 2011 UTC (5 months, 1 week ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Fix build on SunOS.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:34 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored)

Add DESTDIR support.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Mar 18 18:56:47 2007 UTC (5 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.10: +4 -2 lines
Diff to previous 1.10 (colored)

Depend on enca to get more features. Bump PKGREVISION.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jun 15 13:31:29 2006 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Drop maintainership, I don't use them any longer.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Feb 26 13:53:29 2006 UTC (6 years, 2 months ago) by schwarz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)


uses both C and C++

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:12 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

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.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:19 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Sep 21 00:20:54 2004 UTC (7 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Update to 0.5.3:

2003-09-09  Version 0.5.3
  * toLower() function did nothing. Fixed.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Apr 18 19:30:52 2004 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Convert to bl3.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Dec 28 10:34:22 2003 UTC (8 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Update to 0.5.2: Includes patch-aa.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 15 18:55:31 2003 UTC (8 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

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).

Revision 1.2 / (download) - annotate - [select for diffs], Wed Oct 1 07:17:06 2003 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Add build dependency on perl (pod2man is used for man page).
Noted missing by kristerw.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Sep 26 10:21:51 2003 UTC (8 years, 8 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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).

Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 26 10:21:51 2003 UTC (8 years, 8 months ago) by wiz
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>