Up to [cvs.netbsd.org] / pkgsrc / textproc / makeindexk
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 4 17:50:16 2012 UTC (2 months, 3 weeks ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
Sync makeindexk with TeX Live 2011. Changes: * sortid.c (compare_string): Cast strcoll() args to 'char *' to avoid 'differ in signedness' warnings. * mkind.c (mk_getc): new fn to accept both LF and CRLF.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 13 04:47:12 2010 UTC (20 months, 1 week ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
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
Changes since 1.3: +4 -4
lines
Diff to previous 1.3 (colored)
Make makeindexk build with kpathsea-6.0.0.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jan 21 04:59:48 2010 UTC (2 years, 4 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
Remove hash for deleted patch-aa
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 16 03:24:23 2010 UTC (2 years, 4 months ago) by minskim
Branch: MAIN
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Update makeindexk to the version in TeX Live 2009. The version number remains the same, but bump PKGREIVISION as precaution.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Apr 17 21:40:25 2009 UTC (3 years, 1 month ago) by minskim
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import makeindexk-2.15 as textproc/makeindexk. The program makeindex is a general purpose hierarchical index generator; it accepts one or more input files (often produced by a text formatter such as TeX or troff, sorts the entries, and produces an output file which can be formatted. The index can have up to three levels (0, 1, and 2) of subitem nesting. The way in which words are flagged for indexing within the main document is specific to the formatter used; makeindex does not automate the process of selecting these words. As the output index is hierarchical, makeindex can be considered complimentary to the awk-based make.index system of Bentley and Kernighan, which is specific to troff, generates non-hierarchical indices, and employs a much simpler syntax for indicating index entries.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Apr 17 21:40:25 2009 UTC (3 years, 1 month ago) by minskim
Branch: MAIN
Initial revision