The NetBSD Project

CVS log for pkgsrc/fonts/ttf2pk/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / fonts / ttf2pk

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.44 / (download) - annotate - [select for diffs], Thu Mar 21 08:05:22 2024 UTC (4 weeks, 1 day ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored) to selected 1.28 (colored)

ttf2pk: update to 2.0nb12

Part of TeXlive 2024

Revision 1.43 / (download) - annotate - [select for diffs], Sun Nov 12 13:21:27 2023 UTC (5 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.28 (colored)

*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.42 / (download) - annotate - [select for diffs], Mon Apr 10 23:44:29 2023 UTC (12 months, 1 week ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.28 (colored)

ttf2pk: update to 2.0nb10 part of TeX Live 2023

Revision 1.41 / (download) - annotate - [select for diffs], Sun Jan 29 21:16:05 2023 UTC (14 months, 2 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored) to selected 1.28 (colored)

*: Recursive revbup from graphics/freetype2

Revision 1.40 / (download) - annotate - [select for diffs], Sun Apr 17 10:33:09 2022 UTC (2 years ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored) to selected 1.28 (colored)

ttf2pk: update to 2.0nb8 - texlive 2022 version

Revision 1.39 / (download) - annotate - [select for diffs], Sun Jun 6 01:17:17 2021 UTC (2 years, 10 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.28 (colored)

texlive: update to TeXLive 2021

General:
* Donald KnuthãàÑÔ changes for his 2021 tuneup of TeX and Metafont are
  incorporated (https://tug.org/TUGboat/tb42-1/tb130knuth-tuneup21.pdf). They
  are also available on CTAN as the knuth-dist and knuth-local packages. As
  expected, the þ®¡Ùes are for obscure cases and do not affect any behavior in
  practice.
* Except in original TeX: if \tracinglostchars is set to 3 or more, missing
  characters will result in an error, not just a message in the log þ®¡Íe, and
  the missing character code will be shown in hex.
* Except in original TeX: a new integer parameter \tracingstacklevels, if
  positive, and \tracingmacros is also positive, causes a preþ®¡Ù indicating the
  macro expansion depth to be output on each relevant log line (e.g., ~.. at
  depth 2). Also, macro logging is truncated at a depth ãéthe parameter value.

Aleph: The Aleph-based LaTeX format, named lamed, has been removed. The aleph
  binary itself is still included and supported.

LuaTeX:
* Lua 5.3.6.
* Callback for nesting level used in \tracingmacros, as generalized variant
  of the new \tracingstacklevels.
* Mark math glyphs as protected to prevent processing as text.
* Removed width/ic compensation for traditional math code path.

MetaPost:
* SOURCE_DATE_EPOCH environment variable support for reproducible output.
* Avoid wrong ﬡÏal % in mpto.
* Document -T option, other þ®¡Ùes to manual.
* Value of epsilon changed in binary and decimal modes, so mp_solve_rising_cubic
  works as expected.

pdfTeX:
* New primitives \pdfrunninglinkoff and \pdfrunninglinkon; e.g., for
  disabling generation of links in headers and footers.
* Warn instead of aborting when ãà×½pdfendlink ended up in diþ®rent nesting
  level than \pdfstartlinkãà
* Dump \pdfglyphtounicode assignments in fmt þ®¡Íe.
* Source: poppler support removed, as it was too hard to keep in sync with
  upstream. In native TL, pdfTeX has always used libs/xpdf, which is cut-down
  and adapted code from xpdf.

XeTeX: Fixes for math kerning.

Dvipdfmx:
* Ghostscript is now invoked safely by default; to override (assuming all
  input þ®¡Íes are trusted), use -i dvipdfmx-unsafe.cfg. To use PSTricks with
  XeTeX, this is required, as in:
   xetex -output-driver="xdvipdfmx -i dvipdfmx-unsafe.cfg -q -E" ...
* If an image þ®¡Íe is not found, exit with bad status.
* Extended special syntax for color support.
* Specials for manipulating ExtGState.
* Compatibility specials pdfcolorstack and pdffontattr.
* Experimental support for dviluatexãàÑÔ extended fnt_def.
* Support new feature of virtual font to fallback Japanese font deþ®¡Ïition.

Dvips:
* Default PostScript document title is now the basename of the input þ®¡Íe,
  and can be overridden with the new option -title.
* If an .eps or other image þ®¡Íe is not found, exit with bad status.
* Support new feature of virtual font to fallback Japanese font deþ®¡Ïition.

Revision 1.38 / (download) - annotate - [select for diffs], Sun May 10 03:56:38 2020 UTC (3 years, 11 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.28 (colored)

texlive: update to 2020

General:
* The \input primitive in all TeX engines, including tex, now also accepts a
  group-delimited þ®¡Íename argument, as a system-dependent extension. The usage
  with a standard space/token-delimited þ®¡Íename is completely unchanged. The
  group-delimited argument was previously implemented in LuaTeX; now it is available
  in all engines. ASCII double quote characters (") are removed from the filename,
  but it is otherwise left unchanged after tokenization. This does not currently
  affect LaTeXãàÑÔ \input command, as that is a macro redefinition of the standard
  \input primitive.
* New option ãàÅÄnf-line for kpsewhich, tex, mf, and all other engines, to support
  arbitrary conþ®¡Èuration settings on the command line.
* The addition of various primitives to various engines in this and previous years
  is intended to result in a common set of functionality available across
  all engines.

epTeX, eupTeX: New primitives \Uchar, \Ucharcat, \current(x)spacingmode, \ifincsname;
 revise \fontchar?? and \iffontchar. For eupTeX only: \currentcjktoken.

LuaTeX: Integration with HarfBuzz library, available as new engines luahbtex
 (used for lualatex) and luajithbtex. New primitives: \eTeXgluestretchorder,
 \eTeXglueshrinkorder.

pdfTeX: New primitive \pdfmajorversion; this merely changes the version number
 in the PDF output; it has no effect on any PDF content. \pdfximage and similar
 now search for image files in the same way as \openin.

pTeX: New primitives \ifjfont, \iftfont. Also in epTeX, upTeX, eupTeX.

XeTeX: Fixes for \Umathchardef, \XeTeXinterchartoks, \pdfsavepos.

Dvips: Output encodings for bitmap fonts, for better copy/paste capabilities.

Revision 1.37 / (download) - annotate - [select for diffs], Thu May 9 09:47:34 2019 UTC (4 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.36: +8 -18 lines
Diff to previous 1.36 (colored) to selected 1.28 (colored)

texlive: updated to 20190410

20190410:

Kpathsea: More consistent brace expansion and path splitting; new variable TEXMFDOTDIR instead of hard-coded . in paths allows for easily searching additional or sub-directories (see comments in texmf.cnf).

epTEX, eupTEX: New primitives \readpapersizespecial and \expanded.

LuaTEX: Lua 5.3 now used, with concomitant arithmetic and interface changes. The homegrown library pplib is used to read pdf files, thus eliminating the dependency on poppler (and the need for C++); Lua interface changed accordingly.

MetaPost: r-mpost command name recognized as an alias for invocation with the ãàÅÓestricted option, and added to the list of restricted commands available by default. Minimum precision now 2 for decimal and binary mode. Binary mode no longer available in MPlib but still available in standalone MetaPost.

pdfTEX: New primitive \expanded; if new primitive parameter \pdfomitcharset is set to 1, the /CharSet string omitted from the PDF output, since it cannot feasibly be guaranteed correct, as required by PDF/A-2 and PDF/A-3.

XeTEX: New primitives \expanded, \creationdate, \elapsedtime, \filedump, \filemoddate, \filesize, \resettimer, \normaldeviate, \uniformdeviate, \randomseed; extend \Ucharcat to produce active characters.

tlmgr: Support curl as a download program; use lz4 and gzip before xz for local backups, if available; prefer system-provided binaries over binaries provided with TEX Live for compressor and download programs, unless the environment variable TEXLIVE_PREFER_OWN is set.

install-tl: New option -gui (with no argument) is the default on Windows and Macs, and invokes a new Tcl/TK GUI (see sections 1.3 and 3.1.6).

Utilities:

cwebbin (https://ctan.org/pkg/cwebbin) is now the CWEB implementation in TEX Live, with support for more language dialects, and including the ctwill program to make mini-indexes.
chkdvifont: report font information from DVI files, also from tfm/ofm, vf, gf, pk.
dvispc: make a DVI file page-independent with respect to specials.
MacTEX: x86_64-darwin now supports 10.12 and higher (Sierra, High Sierra, Mojave); x86_64-darwinlegacy still supports 10.6 and newer. The spell checker Excalibur is no longer included, since it requires 32-bit support.

Platforms: removed sparc-solaris.

Revision 1.36 / (download) - annotate - [select for diffs], Sun May 13 12:14:17 2018 UTC (5 years, 11 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.35: +4 -4 lines
Diff to previous 1.35 (colored) to selected 1.28 (colored)

ttf2pk: update to 2.0nb4

texlive 2018 version

Revision 1.35 / (download) - annotate - [select for diffs], Sat May 5 12:31:25 2018 UTC (5 years, 11 months ago) by minskim
Branch: MAIN
Changes since 1.34: +3 -1 lines
Diff to previous 1.34 (colored) to selected 1.28 (colored)

fonts/ttf2pk: Make this build with freetype2-2.9.1

freetype2 no longer installs freetype-config. Use pkg-config instead.

Revision 1.34 / (download) - annotate - [select for diffs], Tue Aug 1 14:58:58 2017 UTC (6 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.28 (colored)

Follow some http -> https redirects.

Revision 1.33 / (download) - annotate - [select for diffs], Tue Jun 20 20:50:49 2017 UTC (6 years, 10 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.32: +4 -4 lines
Diff to previous 1.32 (colored) to selected 1.28 (colored)

Update to TeXlive 2017

  Updated converters/dvi2tty to 6.0.0nb1
  Updated fonts/afm2pl to 0.7.1nb3
  Updated fonts/gsftopkk to 1.19.2nb8
  Updated fonts/lcdftypetools to 2.106
  Updated fonts/ps2pkm to 1.8nb1
  Updated fonts/ttf2pk to 2.0nb3
  Updated fonts/ttfdump to 0.5.5nb4
  Updated print/cjkutils to 4.8.4nb2
  Updated print/dvidvi to 1.1nb1
  Updated print/dviljk to 2.6.5nb8
  Updated print/dvipdfmx to 20170318
  Updated print/dvipsk to 5.997
  Updated print/kpathsea to 6.2.3
  Updated print/lacheck to 1.28nb2
  Updated print/luatex to 1.0.4
  Updated print/ptexenc to 1.3.5
  Updated print/seetexk to 1.1nb3
  Updated print/tex4ht to 0.0.20170523
  Updated print/vlna to 1.5nb3
  Updated print/web2c to 2017
  Updated print/xdvik to 22.87.03nb1
  Updated print/xetex to 0.99997
  Updated print/xpdfopen to 0.86nb2
  Updated textproc/makeindexk to 2.15nb9
  Updated textproc/mendexk to 2.6fnb7

Revision 1.32 / (download) - annotate - [select for diffs], Thu Jun 16 03:57:26 2016 UTC (7 years, 10 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.31: +4 -4 lines
Diff to previous 1.31 (colored) to selected 1.28 (colored)

Updated to TexLive 2016:

	Updated fonts/afm2pl to 0.7.1nb2
	Updated fonts/gsftopkk to 1.19.2nb7
	Updated fonts/lcdftypetools to 2.105
	Updated fonts/ps2pkm to 1.8
	Updated fonts/ttf2pk to 2.0nb2
	Updated fonts/ttfdump to 0.5.5nb3
	Updated fonts/tex-academicons{,-doc} to 1.7.0
	Updated fonts/tex-adobemapping to 2016
	Updated fonts/tex-alegreya{,-doc} to 2016
	Updated fonts/tex-cabin{,-doc} to 2016
	Updated fonts/tex-cbfonts-fd{,-doc} to 1.1
	Updated fonts/tex-cmcyr{,-doc} to 2016
	Updated fonts/tex-cmtiup{,-doc} to 2.1
	Added fonts/tex-cmexb{,-doc} version 2016
	Updated fonts/tex-cs to 2016
	Updated fonts/tex-dantelogo{,-doc} to 0.03
	Updated fonts/tex-drm{,-doc} to 4.4
	Updated fonts/tex-erewhon{,-doc} to 1.05
	Updated fonts/tex-fbb{,-doc} to 1.10
	Updated fonts/tex-fetamont{,-doc} to 1.6
	Updated fonts/tex-fira{,-doc} to 4.1.39731
	Updated fonts/tex-fontawesome{,-doc} to 4.6.3.1
	Updated fonts/tex-fontname{,-doc} to 2016
	Updated fonts/tex-fontools{,-doc} to 2016
	Updated fonts/tex-fontspec{,-doc} to 2.5a
	Updated fonts/tex-gothic{,-doc} to 2016
	Updated fonts/tex-inconsolata{,-doc} to 1.10
	Updated fonts/tex-ipaex-type1{,-doc} to 0.3b.39722
	Updated fonts/tex-knuth-local to 2016
	Updated fonts/tex-luaotfload{,-doc} to 2.7.2
	Updated fonts/tex-mflogo{,-doc} to 2016
	Updated fonts/tex-newpx{,-doc} to 1.295
	Updated fonts/tex-newtx{,-doc} to 1.466
	Updated fonts/tex-newtxsf{,-doc} to 1.04
	Updated fonts/tex-roboto{,-doc} to 2016
	Updated fonts/tex-sourcecodepro{,-doc} to 2.6
	Updated fonts/tex-sourceserifpro{,-doc} to 1.2
	Updated fonts/tex-tex-gyre-math{,-doc} to 2016
	Added fonts/tex-ptex-fonts{,-doc} version 0.0.2016

Revision 1.31 / (download) - annotate - [select for diffs], Sun Jun 14 11:20:01 2015 UTC (8 years, 10 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.30: +7 -6 lines
Diff to previous 1.30 (colored) to selected 1.28 (colored)

Update to texlive 2015.

pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if
 \pdfinclusionerrorlevel is negative; sync with xpdf 3.04.
LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal
 random number generator and other places.
XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling
 to xetex; internal XDV opcodes changed.
MetaPost: New numbersystem binary; new Japanese-enabled upmpost and
 updvitomp programs, analogous to up*tex.
Infrastructure: The fmtutil script has been reimplemented to read
 fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts
 (including mktexlsr, mktextfm, mktexpk) now prefer programs in their own
 directory, instead of always using the existing PATH.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Apr 26 00:30:52 2015 UTC (8 years, 11 months ago) by markd
Branch: MAIN
Changes since 1.29: +12 -11 lines
Diff to previous 1.29 (colored) to selected 1.28 (colored)

Update ttf2pk to 2.0

convert to use freetype2.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Feb 23 18:28:51 2015 UTC (9 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.28: +4 -1 lines
Diff to previous 1.28 (colored)

Help config.guess/config.sub override logic.

Revision 1.28 / (download) - annotate - [selected], Tue Nov 19 03:11:20 2013 UTC (10 years, 5 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.27: +3 -4 lines
Diff to previous 1.27 (colored)

Sync ttf2pk with TeX Live 2013

No functional change.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Oct 3 18:28:31 2012 UTC (11 years, 6 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.26: +1 -3 lines
Diff to previous 1.26 (colored) to selected 1.28 (colored)

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

Revision 1.26 / (download) - annotate - [select for diffs], Thu Jul 28 21:09:54 2011 UTC (12 years, 8 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored) to selected 1.28 (colored)

Sync ttf2pk with TeX Live 2011.

Changes:
      * parse.c, ttfenc.c: Bug fix. Increase buffer size for increased
        code/glyph range.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Apr 22 13:43:32 2011 UTC (13 years ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.28 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Sep 13 14:30:05 2010 UTC (13 years, 7 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored) to selected 1.28 (colored)

Set PKGREVISION.  Pointed out by wiz@.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Sep 13 04:51:59 2010 UTC (13 years, 7 months ago) by minskim
Branch: MAIN
Changes since 1.22: +23 -50 lines
Diff to previous 1.22 (colored) to selected 1.28 (colored)

Update ttf2pk to 1.5.

Changes:
 * data/ttfonts.map: new version from zhmetrics package.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jun 9 21:31:04 2009 UTC (14 years, 10 months ago) by minskim
Branch: MAIN
CVS Tags: 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
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.28 (colored)

PKGREVISION bump because of the kpathsea API change.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Mar 18 18:54:10 2009 UTC (15 years, 1 month ago) by darcy
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.28 (colored)

Doesn't make sense to have a real MAINTAINER as well as the "unclaimed
package" MAINTAINER.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Jan 14 06:16:19 2009 UTC (15 years, 3 months ago) by minskim
Branch: MAIN
Changes since 1.19: +11 -10 lines
Diff to previous 1.19 (colored) to selected 1.28 (colored)

Now libkpathsea is provided by kpathsea, not teTeX-bin.

Bump PKGREVISION.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Mar 3 20:17:12 2008 UTC (16 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: 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.18: +12 -10 lines
Diff to previous 1.18 (colored) to selected 1.28 (colored)

Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Jan 7 09:13:54 2007 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored) to selected 1.28 (colored)

Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jul 27 00:09:06 2006 UTC (17 years, 8 months ago) by hubertf
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.28 (colored)

de-maintain

Revision 1.16 / (download) - annotate - [select for diffs], Sat Jun 17 19:50:09 2006 UTC (17 years, 10 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.15: +5 -9 lines
Diff to previous 1.15 (colored) to selected 1.28 (colored)

Update ttf2pk to 1.5 to sync with freetype-lib.

Changes:
- Added support for multiple SFD files.
- New option `-L' to provide a ligature mapping file.
- New  option  `-w'  to  emit PostScript  encoding  vectors  for
  subfont  files  to  be  used  with pdfLaTeX.
- Add support  for a  configuration file (ttf2pk.cfg)  which can
  read more  than a  single map file,  similar to  pdfTeX.
- Support for  character codes  greater than 0xFFFF.
- ttf2tfm no longer  assumes that the x-height  is always 400 PS
  units.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Apr 7 04:47:20 2006 UTC (18 years ago) by minskim
Branch: MAIN
Changes since 1.14: +3 -2 lines
Diff to previous 1.14 (colored) to selected 1.28 (colored)

Use texmf-dirs to install into texmf-local.  Bump PKGREVISION.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Apr 7 00:24:16 2006 UTC (18 years ago) by minskim
Branch: MAIN
Changes since 1.13: +24 -24 lines
Diff to previous 1.13 (colored) to selected 1.28 (colored)

Use PKG_LOCALTEXMFPREFIX instead of TEXMFDIRS.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Feb 27 12:26:06 2006 UTC (18 years, 1 month ago) by rxg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.12: +8 -9 lines
Diff to previous 1.12 (colored) to selected 1.28 (colored)


Use pre-defined TEXMFDIRS to instead of TEXMF.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:11 2006 UTC (18 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.28 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jan 8 14:00:11 2006 UTC (18 years, 3 months ago) by tonio
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.28 (colored)

Make teTeX3 the default TEX_DEFAULT
bump PKGREVISION where necessary

Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to
teTeX?/buidlink3.mk, so that packages may include
print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not
allow that)

Revision 1.10 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:07 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.28 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Nov 20 06:27:24 2005 UTC (18 years, 5 months ago) by minskim
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.28 (colored)

Use the autoconf version intended by the author.  This makes the
package build on Darwin.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Nov 13 05:30:11 2005 UTC (18 years, 5 months ago) by minskim
Branch: MAIN
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored) to selected 1.28 (colored)

Use teTeX/module.mk to update ls-R properly.  Bump PKGREVISION becuase
previously these packages might create ls-R under $HOME.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Nov 8 19:49:52 2005 UTC (18 years, 5 months ago) by tonio
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored) to selected 1.28 (colored)

converted to use tex.buildlink3.mk

Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 28 20:52:22 2005 UTC (18 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored) to selected 1.28 (colored)

Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jun 16 06:57:52 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored) to selected 1.28 (colored)

Create directories before installing files into them.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 1 20:08:00 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.3: +3 -4 lines
Diff to previous 1.3 (colored) to selected 1.28 (colored)

Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:47 2005 UTC (19 years ago) by tv
Branch: MAIN
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored) to selected 1.28 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 3 15:14:57 2004 UTC (19 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.28 (colored)

Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Oct 9 14:15:22 2004 UTC (19 years, 6 months ago) by hubertf
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.28 (colored)

Import ttf2pk-1.3.1: TrueType to TeX PK font converter

ttf2pk/ttf2tfm permit using TrueType fonts with teTeX.

To be used for pkgsrc-wip/cjk-latex & friends (fixes and
a working cjk-latex-wadalab font pkg to be committed too)

Revision 1.1 / (download) - annotate - [select for diffs], Sat Oct 9 14:15:22 2004 UTC (19 years, 6 months ago) by hubertf
Branch: MAIN
Diff to selected 1.28 (colored)

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>