The NetBSD Project

CVS log for pkgsrc/devel/libthai/Makefile

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Dec 15 10:34:30 2022 UTC (2 years, 3 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, HEAD
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
libthai: Requires libiconv.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Mar 24 17:09:26 2020 UTC (5 years ago) by nia
Branches: 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
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -4 lines
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 - view: text, markup, annotated - select for diffs
Fri Feb 23 15:03:42 2018 UTC (7 years, 1 month ago) by adam
Branches: 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
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -5 lines
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 - view: text, markup, annotated - select for diffs
Wed Aug 16 20:21:08 2017 UTC (7 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Follow some http redirects.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jan 19 18:52:06 2017 UTC (8 years, 2 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
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 - view: text, markup, annotated - select for diffs
Sun Mar 15 19:51:07 2015 UTC (10 years ago) by hiramatsu
Branches: 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
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Set MAINTAINER to pkgsrc-users.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Aug 26 11:35:49 2014 UTC (10 years, 7 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Thu Feb 27 12:45:24 2014 UTC (11 years ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Tue Sep 3 09:24:42 2013 UTC (11 years, 6 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -2 lines
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 - view: text, markup, annotated - select for diffs
Wed Oct 31 11:17:22 2012 UTC (12 years, 4 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -3 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Oct 8 18:05:58 2012 UTC (12 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -8 lines
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 - view: text, markup, annotated - select for diffs
Tue Dec 6 11:21:11 2011 UTC (13 years, 3 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -2 lines
Update libthai to 0.1.16.

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

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Apr 6 11:13:32 2011 UTC (13 years, 11 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Update libthai to 0.1.15.

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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Mar 10 13:41:37 2010 UTC (15 years ago) by obache
Branches: 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
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sat Jan 16 18:19:57 2010 UTC (15 years, 2 months ago) by tron
Branches: pkgsrc-2009Q4
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sat Jan 16 01:21:32 2010 UTC (15 years, 2 months ago) by obache
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sat Aug 8 07:31:59 2009 UTC (15 years, 7 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Branch point for: pkgsrc-2009Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Tue May 19 08:59:10 2009 UTC (15 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri May 15 08:55:35 2009 UTC (15 years, 10 months ago) by obache
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -3 lines
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 - view: text, markup, annotated - select for diffs
Mon Mar 17 12:52:00 2008 UTC (17 years ago) by obache
Branches: 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
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3 lines
ftp://linux.thai.net seems not working well, remove.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Mar 16 15:38:08 2008 UTC (17 years ago) by obache
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2 lines
Add http site to MASTER_SITES.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Feb 11 02:20:44 2008 UTC (17 years, 1 month ago) by obache
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
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 - view: text, markup, annotated - select for diffs
Mon Feb 11 02:20:44 2008 UTC (17 years, 1 month ago) by obache
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>