The NetBSD Project

CVS log for pkgsrc/devel/libthai/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / libthai

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.21 / (download) - annotate - [select for diffs], Thu Dec 15 10:34:30 2022 UTC (3 months, 2 weeks ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, HEAD
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

libthai: Requires libiconv.

Revision 1.20 / (download) - annotate - [select for diffs], Tue Mar 24 17:09:26 2020 UTC (3 years ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.19: +3 -4 lines
Diff to previous 1.19 (colored)

libthai: Update to 0.1.28

LibThai 0.1.28 (1 Aug 2018):
* Fix missing includes in wchar-related headers.
* More C90 (ANSI C) compliance.
* Updated word break dictionary.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Feb 23 15:03:42 2018 UTC (5 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.18: +3 -5 lines
Diff to previous 1.18 (colored)

libthai: updated to 0.1.27

LibThai 0.1.27:
* Fix another reproducibility issue in the generated documentation,
  caught by Debian Reproducible.
* Updated word break dictionary.

LibThai 0.1.26:
* Updated word break dictionary.

LibThai 0.1.25:
* New word break APIs for more thread-safety.
* Fix compilation error and warning with GCC 6.
* Do not test word breaking if dictionary is disabled.
* Updated word break dictionary.

LibThai 0.1.24:
* Fix infinite loop caused by optimization in previous version.
* Updated word break dictionary.

LibThai 0.1.23:
* Correctly check doxygen version on configure.
* Threadsafe word breaking.
* Improve word breaking performance by 0.1%
  (About 0.28% when used with libdatrie 0.2.10)
* Updated word break dictionary.

LibThai 0.1.22:
* Updated word break dictionary.
* Improve word breaking performance by 0.38%
* No timestamp on Doxygen-generated doc

Revision 1.18 / (download) - annotate - [select for diffs], Wed Aug 16 20:21:08 2017 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Follow some http redirects.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:06 2017 UTC (6 years, 2 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Mar 15 19:51:07 2015 UTC (8 years ago) by hiramatsu
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Set MAINTAINER to pkgsrc-users.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Aug 26 11:35:49 2014 UTC (8 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Update libthai to 0.1.21.

LibThai 0.1.21 (21 August 2014):
* Updated word break dictionary.
* Improve word breaking performance by 8.61%

Revision 1.14 / (download) - annotate - [select for diffs], Thu Feb 27 12:45:24 2014 UTC (9 years, 1 month ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Update libthai to 0.1.20
=======================================================================
RELEASES INFORMATION
=======================================================================

LibThai 0.1.20 (25 October 2013):
* Updated word break dictionary.
* Fix compiler warnings in test suites.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Sep 3 09:24:42 2013 UTC (9 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored)

Update libthai to 0.1.19.

LibThai 0.1.19 (29 January 2013):
* New API th_validate_leveled() for IM correction with strictness level.
* Updated word break dictionary.
* Switched to XZ tarball compression.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Oct 31 11:17:22 2012 UTC (10 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.11: +1 -3 lines
Diff to previous 1.11 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Oct 8 18:05:58 2012 UTC (10 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.10: +6 -8 lines
Diff to previous 1.10 (colored)

Changes 0.1.18:
* Updated word break dictionary.

Changes 0.1.17:
* Recognizes acronyms on word breaking.
* Updated word break dictionary.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Dec 6 11:21:11 2011 UTC (11 years, 3 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.9: +4 -2 lines
Diff to previous 1.9 (colored)

Update libthai to 0.1.16.

LibThai 0.1.16 (5 November 2011):
* Updated word break dictionary.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Apr 6 11:13:32 2011 UTC (11 years, 11 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Update libthai to 0.1.15.

LibThai 0.1.15 (24 March 2011):
* Updated word break dictionary.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Mar 10 13:41:37 2010 UTC (13 years ago) by obache
Branch: MAIN
CVS Tags: 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
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Update libthai to 0.1.14.

LibThai 0.1.14 (28 February 2010):
* Fix crash on corrupted dictionary file; now it fails quietly instead.
* License clarification on individual source files.
* Updated word break dictionary.

Revision 1.6.4.1 / (download) - annotate - [select for diffs], Sat Jan 16 18:19:57 2010 UTC (13 years, 2 months ago) by tron
Branch: pkgsrc-2009Q4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

Pullup ticket #2958 - requested by obache
libthai: security update

Revisions pulled up:
- devel/libthai/Makefile		1.7
- devel/libthai/distinfo		1.4
---
Module Name:	pkgsrc
Committed By:	obache
Date:		Sat Jan 16 01:21:33 UTC 2010

Modified Files:
	pkgsrc/devel/libthai: Makefile distinfo

Log Message:
Update libthai to 0.1.13.

LibThai 0.1.13 (15 January 2010):
* Fix integer overflow vulnerabilities (CVE-2009-4012).
* Updated word break dictionary.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 16 01:21:32 2010 UTC (13 years, 2 months ago) by obache
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Update libthai to 0.1.13.

LibThai 0.1.13 (15 January 2010):
* Fix integer overflow vulnerabilities (CVE-2009-4012).
* Updated word break dictionary.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 8 07:31:59 2009 UTC (13 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Branch point for: pkgsrc-2009Q4
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Update libthai to 0.1.12.

LibThai 0.1.12 (18 June 2009):
* Improved unknown words boundary.
* Add symbol versioning.
* Updated word break dictionary.

Revision 1.5 / (download) - annotate - [select for diffs], Tue May 19 08:59:10 2009 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.

Revision 1.4 / (download) - annotate - [select for diffs], Fri May 15 08:55:35 2009 UTC (13 years, 10 months ago) by obache
Branch: MAIN
Changes since 1.3: +6 -3 lines
Diff to previous 1.3 (colored)

Update libthai to 0.1.11.

LibThai 0.1.11 (6 April 2009):
* Diminished link flags in pkg-config info, for less dependency for clients.
* More words in word break dictionary.

LibThai 0.1.10 (30 March 2009):
* More dictionary capacity with libdatrie 0.2.
* Dictionary clean-up on unload.
* Some performance fine-tuning.
* More words in word break dictionary.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 17 12:52:00 2008 UTC (15 years ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored)

ftp://linux.thai.net seems not working well, remove.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 16 15:38:08 2008 UTC (15 years ago) by obache
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

Add http site to MASTER_SITES.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Feb 11 02:20:44 2008 UTC (15 years, 1 month ago) by obache
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import libthai version 0.1.9.

LibThai is a set of Thai language support routines aimed to ease developers'
tasks to incorporate Thai language support in their applications. It includes
important Thai-specific functions e.g. word breaking, input and output methods
as well as basic.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Feb 11 02:20:44 2008 UTC (15 years, 1 month ago) by obache
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>