pkgsrc/fonts/t1lib/PLIST

103 lines
3.7 KiB
Text
Raw Normal View History

2009-06-14 19:48:39 +02:00
@comment $NetBSD: PLIST,v 1.12 2009/06/14 17:54:15 joerg Exp $
bin/type1afm
${PLIST.x11}bin/xglyph
include/t1lib.h
${PLIST.x11}include/t1libx.h
lib/libt1.la
${PLIST.x11}lib/libt1x.la
Update fonts/t1lib to 1.3.1. Changes from version 1.1.1 include: * Move t1lib.config.netbsd sample file to t1lib.config.sample, which is more OS-neutral. - Bug fixes. - Fixed kerning mapping code. Kerning did not work correctly for characters that appeared multiple times in an encoding vector. - In the same context a new function, T1_GetEncodingIndices() has been added to the API. It returns an array of indices (by contrast, T1_GetEncodingIndex() returns only the lowest index found). - Support for composite characters. - Additional support for dvips encoding files (thanks to suggestion and contribution by Nicolai Langfeldt (janl@linpro.no). - Global Font Metrics Information is loaded from AFM files in order to be able to read the typographic ascender. Line ruling did not behave as documented. However, problems could still exist because the typographic ascender specification is optional in AFMs. - Reorganized search path handling and, in particular, the respective documentation is more detailed. - The configuration file now allows multiple lines of one type of search path specification and it is also possible to quote path specification in order to specify paths that contains special characters like spaces, colons, etc. - Multiple font databases are supported. - T1_PrintLog() extended to accept a variable argument list. - The environment variable T1LIB_LOGMODE is evaluated to give the user the chance to specify a loglevel and hence to detect t1lib-problems even if the application programmer did not enable the log file features. - Color problem in t1x11-module fixed. - Fixes in AFM parser. Among others, Version had been read as name, instead of as string. This led to a failure to scan global font info for some standard AFMs.
2002-09-19 03:26:41 +02:00
share/doc/${PKGBASE}/Makefile
share/doc/${PKGBASE}/Makefile.in
share/doc/${PKGBASE}/Tee.eps
share/doc/${PKGBASE}/Tee.pdf
share/doc/${PKGBASE}/arbitrary.eps
share/doc/${PKGBASE}/arbitrary.pdf
share/doc/${PKGBASE}/concatglyphs.eps
share/doc/${PKGBASE}/concatglyphs.pdf
share/doc/${PKGBASE}/concatoutlines.eps
share/doc/${PKGBASE}/concatoutlines.pdf
share/doc/${PKGBASE}/extenth.eps
share/doc/${PKGBASE}/extenth.pdf
share/doc/${PKGBASE}/extentv.eps
share/doc/${PKGBASE}/extentv.pdf
share/doc/${PKGBASE}/getstart.tex
share/doc/${PKGBASE}/internals.tex
share/doc/${PKGBASE}/intro.tex
share/doc/${PKGBASE}/manipulate.eps
share/doc/${PKGBASE}/manipulate.pdf
share/doc/${PKGBASE}/mirrorh.eps
share/doc/${PKGBASE}/mirrorh.pdf
share/doc/${PKGBASE}/mirrorv.eps
share/doc/${PKGBASE}/mirrorv.pdf
share/doc/${PKGBASE}/outlineproblems1.eps
share/doc/${PKGBASE}/outlineproblems1.pdf
share/doc/${PKGBASE}/outlineproblems2.eps
share/doc/${PKGBASE}/outlineproblems2.pdf
share/doc/${PKGBASE}/outlineproblems3.eps
share/doc/${PKGBASE}/outlineproblems3.pdf
share/doc/${PKGBASE}/outlineproblems4.eps
share/doc/${PKGBASE}/outlineproblems4.pdf
share/doc/${PKGBASE}/outlineproblems5.eps
share/doc/${PKGBASE}/outlineproblems5.pdf
share/doc/${PKGBASE}/outlines.eps
share/doc/${PKGBASE}/outlines.fig
share/doc/${PKGBASE}/outlines.pdf
share/doc/${PKGBASE}/rotate.eps
share/doc/${PKGBASE}/rotate.pdf
share/doc/${PKGBASE}/shearh.eps
share/doc/${PKGBASE}/shearh.pdf
share/doc/${PKGBASE}/shearv.eps
share/doc/${PKGBASE}/shearv.pdf
share/doc/${PKGBASE}/t1_data.eps
share/doc/${PKGBASE}/t1_data.fig
share/doc/${PKGBASE}/t1_data.pdf
share/doc/${PKGBASE}/t1lib_doc.pdf
share/doc/${PKGBASE}/t1lib_doc.tex
share/doc/${PKGBASE}/type1afm.tex
share/doc/${PKGBASE}/ut1lib.tex
share/doc/${PKGBASE}/xglyph.tex
share/doc/${PKGBASE}/xinterface.tex
share/doc/${PKGBASE}/t1dump/t1dump_o.eps
share/doc/${PKGBASE}/t1dump/t1dump_B.pdf
share/doc/${PKGBASE}/t1dump/t1dump_eight.eps
share/doc/${PKGBASE}/t1dump/parallelpath_sk.pdf
share/doc/${PKGBASE}/t1dump/t1dump_eight.pdf
share/doc/${PKGBASE}/t1dump/t1dump_o.pdf
share/doc/${PKGBASE}/t1dump/t1dump_t_1.pdf
share/doc/${PKGBASE}/t1dump/t1dump_t_2.pdf
share/doc/${PKGBASE}/t1dump/parallelpath.eps
share/doc/${PKGBASE}/t1dump/t1dump_t_1.eps
share/doc/${PKGBASE}/t1dump/t1dump_t_2.eps
share/doc/${PKGBASE}/t1dump/parallelpath_sk.eps
share/doc/${PKGBASE}/t1dump/t1dump_B.eps
share/doc/${PKGBASE}/t1dump/parallelpath_sk.sk
Update fonts/t1lib to 1.3.1. Changes from version 1.1.1 include: * Move t1lib.config.netbsd sample file to t1lib.config.sample, which is more OS-neutral. - Bug fixes. - Fixed kerning mapping code. Kerning did not work correctly for characters that appeared multiple times in an encoding vector. - In the same context a new function, T1_GetEncodingIndices() has been added to the API. It returns an array of indices (by contrast, T1_GetEncodingIndex() returns only the lowest index found). - Support for composite characters. - Additional support for dvips encoding files (thanks to suggestion and contribution by Nicolai Langfeldt (janl@linpro.no). - Global Font Metrics Information is loaded from AFM files in order to be able to read the typographic ascender. Line ruling did not behave as documented. However, problems could still exist because the typographic ascender specification is optional in AFMs. - Reorganized search path handling and, in particular, the respective documentation is more detailed. - The configuration file now allows multiple lines of one type of search path specification and it is also possible to quote path specification in order to specify paths that contains special characters like spaces, colons, etc. - Multiple font databases are supported. - T1_PrintLog() extended to accept a variable argument list. - The environment variable T1LIB_LOGMODE is evaluated to give the user the chance to specify a loglevel and hence to detect t1lib-problems even if the application programmer did not enable the log file features. - Color problem in t1x11-module fixed. - Fixes in AFM parser. Among others, Version had been read as name, instead of as string. This led to a failure to scan global font info for some standard AFMs.
2002-09-19 03:26:41 +02:00
share/examples/${PKGBASE}/FontDataBase
share/examples/${PKGBASE}/t1example1.c
share/examples/${PKGBASE}/t1lib.config
share/examples/${PKGBASE}/t1lib.config.sample
share/${PKGBASE}/Fonts/afm/README
share/${PKGBASE}/Fonts/afm/bchb.afm
share/${PKGBASE}/Fonts/afm/bchbi.afm
share/${PKGBASE}/Fonts/afm/bchr.afm
share/${PKGBASE}/Fonts/afm/bchri.afm
share/${PKGBASE}/Fonts/afm/dcbx10.afm
share/${PKGBASE}/Fonts/afm/dcbxti10.afm
share/${PKGBASE}/Fonts/afm/dcr10.afm
share/${PKGBASE}/Fonts/afm/dcti10.afm
share/${PKGBASE}/Fonts/afm/eufm10.afm
share/${PKGBASE}/Fonts/enc/IsoLatin1.enc
share/${PKGBASE}/Fonts/enc/IsoLatin2.enc
share/${PKGBASE}/Fonts/enc/IsoLatin9.enc
Update fonts/t1lib to 1.3.1. Changes from version 1.1.1 include: * Move t1lib.config.netbsd sample file to t1lib.config.sample, which is more OS-neutral. - Bug fixes. - Fixed kerning mapping code. Kerning did not work correctly for characters that appeared multiple times in an encoding vector. - In the same context a new function, T1_GetEncodingIndices() has been added to the API. It returns an array of indices (by contrast, T1_GetEncodingIndex() returns only the lowest index found). - Support for composite characters. - Additional support for dvips encoding files (thanks to suggestion and contribution by Nicolai Langfeldt (janl@linpro.no). - Global Font Metrics Information is loaded from AFM files in order to be able to read the typographic ascender. Line ruling did not behave as documented. However, problems could still exist because the typographic ascender specification is optional in AFMs. - Reorganized search path handling and, in particular, the respective documentation is more detailed. - The configuration file now allows multiple lines of one type of search path specification and it is also possible to quote path specification in order to specify paths that contains special characters like spaces, colons, etc. - Multiple font databases are supported. - T1_PrintLog() extended to accept a variable argument list. - The environment variable T1LIB_LOGMODE is evaluated to give the user the chance to specify a loglevel and hence to detect t1lib-problems even if the application programmer did not enable the log file features. - Color problem in t1x11-module fixed. - Fixes in AFM parser. Among others, Version had been read as name, instead of as string. This led to a failure to scan global font info for some standard AFMs.
2002-09-19 03:26:41 +02:00
share/${PKGBASE}/Fonts/enc/PSLatin1.enc
share/${PKGBASE}/Fonts/enc/dc.enc
share/${PKGBASE}/Fonts/enc/dvips.enc
share/${PKGBASE}/Fonts/type1/README
share/${PKGBASE}/Fonts/type1/bchb.pfb
share/${PKGBASE}/Fonts/type1/bchbi.pfb
share/${PKGBASE}/Fonts/type1/bchr.pfb
share/${PKGBASE}/Fonts/type1/bchri.pfb
share/${PKGBASE}/Fonts/type1/dcbx10.pfb
share/${PKGBASE}/Fonts/type1/dcbxti10.pfb
share/${PKGBASE}/Fonts/type1/dcr10.pfb
share/${PKGBASE}/Fonts/type1/dcti10.pfb
share/${PKGBASE}/Fonts/type1/eufm10.pfb