Commit graph

1568 commits

Author SHA1 Message Date
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
ryoon
a3a5423285 Update to 0.422 (PR pkg/44223)
Changelog:
In Gothic (Sans-serif) family
 * Fix glyphs in Unicode : 0020-5b4c, 9fa0-ffff (first check)
 * Fix glyphs in SJIS : second check completed

In Minchi (Serif) family
 * Fix glyphs in Unicode : 0020-5b4c, 9fa0-ffff (first check)
 * Fix glyphs in SJIS : second check completed
2010-12-12 13:11:52 +00:00
drochner
b30e286d27 -make this pkg work with pkg-1.4.x
The fix is a hack. There is code to deal with png versions, but it is
 not complete for 1.4.x, and fooled by bl3 wrappers renaming
 the library behind the pkg's back.
-patch format string problems leading to possible buffer overflow
 (CVE-2010-4259), from Redhat bug#659359
bump PKGREV
2010-12-07 16:58:12 +00:00
drochner
29028e6ecb fix path inconsistencies 2010-12-01 19:44:23 +00:00
drochner
b396629d09 update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-29 18:29:17 +00:00
gls
605d30375c Update fonts/vlgothic-ttf to 20101022.
Patch provided by Ryo ONODERA in PR pkg/44121

Changelog:

20101022:
* In VL-PGothic and VL-Gothic, 102 Kanji glyphs changed.

20100818:
* sync CVS HEAD at 2010-08-17 in M+1C and 1M part of VL-PGothic and VL-Gothic.
* In VL-PGothic and VL-Gothic, Win Ascent is change to 1000.
* In VL-PGothic and VL-Gothic, Win Descent is change to 270.
* In VL-PGothic and VL-Gothic, hhea Ascent is change to 1000.
* In VL-PGothic and VL-Gothic, hhea Descent is change to -270.
2010-11-20 20:59:13 +00:00
minskim
5805ad71c9 Update tex-psnfss{,-doc} to TeX Live r20257. No functional change. 2010-11-17 17:37:33 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
minskim
935ffd8be6 Update tex-glyphlist to 2.84.
Changes:
- Updated: FFsmall, FFIsmall, FFLsmall, FIsmall, FLsmall, Germandbls,
  Germandblssmall, SS, SSsmall, followsequal, interrobangdown, precedesequal,
  triangleleft, triangleright
- Added: diamond, epsiloninv, followsorcurly, precedesorcurly, Yen,
  anticlockwise, arrowparrleftright, arrowparrrightleft,
  arrowtailleft, arrowtailright, arrowtripleleft, arrowtripleright,
  between, check, circleR, circleS, circleasterisk, circleequal,
  clockwise, ...
2010-11-11 18:30:23 +00:00
minskim
e75c42ed2a Add tex-adobemapping. 2010-11-08 01:26:20 +00:00
minskim
fcf3ae11b0 Import tex-adobemapping-2010 as fonts/tex-adobemapping.
The package comprises the collection of CMap and PDF mapping files now
made available for distribution by Adobe systems incorporated.
2010-11-08 01:24:21 +00:00
obache
b7ce868f0c Update fonts/umefont-ttf to 0.421.
per maintainer update request by PR#44038.

Changelog:

In Gothic (Sans-serif) family
 * Fix glyphs in Unicode : 0020-59eb, 9fa0-ffff (first check)
 * Fix glyphs in SJIS : second check completed

In Minchi (Serif) family
 * Fix glyphs in Unicode : 0020-5972, 9fa0-ffff (first check)
 * Fix glyphs in SJIS : second check completed
2010-11-04 12:50:54 +00:00
minskim
854142042e Update tex-times to 2010.
Changes:
- Removed ptmrc8y.tfm.
2010-10-26 23:32:22 +00:00
minskim
c110dc0317 Remove tex-uhc-fonts-*'s dependency on teTeX.
Patches provided by Nicolas Thauvin.
2010-10-24 18:10:39 +00:00
wiz
96df6e3484 Fix stack overflow, reported to pkgsrc-users by Nicolas Thauvin using
patch from
http://sourceforge.net/mailarchive/forum.php?thread_name=4C5D676B.3000509%40limes.com.pl&forum_name=fontforge-devel

Bump PKGREVISION.
2010-10-10 18:44:53 +00:00
taca
d13a61aef2 Update umefont package to 0.420.
Fix PR pkg/43936 by Ryo ONODERA.
2010-10-06 12:46:51 +00:00
dsainty
b8b5b79567 Remove hashes for patches that no longer exist. 2010-10-04 06:10:44 +00:00
dsainty
74ddbdc6ca Remove hashes for patches that no longer exist. 2010-10-04 05:26:47 +00:00
obache
71a3ee4d79 Add missing dependency, fixes parallel build. 2010-10-02 07:10:01 +00:00
minskim
6cf0532c07 Update DISTFILES of tex-metafont for TeX Live 2010. No functional change. 2010-09-24 21:19:14 +00:00
minskim
d028cbbc0d Update DISTFILES for tex-amsfonts{,-doc} for TeX Live 2010.
No functional change.
2010-09-24 20:28:58 +00:00
minskim
b1d3c449ea Add tex-ly1{,-doc}. 2010-09-23 04:08:54 +00:00
minskim
bb0613abf6 Import tex-ly1-doc-2010 as fonts/tex-ly1-doc.
This is documentation for tex-ly1.
2010-09-23 04:07:39 +00:00
minskim
e4d01e8ab7 Import tex-ly1-2010 as fonts/tex-ly1.
The Y&Y 'texnansi' (TeX and ANSI, for Microsoft interpretations of ANSI
standards) encoding lives on, even after the decease of the company; it
is known in the LaTeX scheme of things as LY1 encoding. This bundle
includes metrics and LaTeX macros to use the basic three (Times,
Helvetica and Courier) Adobe Type 1 fonts in LaTeX using LY1 encoding.
2010-09-23 04:07:29 +00:00
minskim
458f29e2a7 Update tex-euenc{,-doc} to 0.1h.
Changes:
- For LuaTeX, a subset of xunicode incorporated it into the EU2 encoding.
2010-09-19 14:35:48 +00:00
minskim
b30e86e9ca Update tex-fontspec{,-doc} to 2.1.
Changes:
- Added luatex support.
2010-09-19 14:21:29 +00:00
dsainty
d81fe6d644 Remove hashes for obsolete patches. 2010-09-19 05:26:44 +00:00
wiz
42b67672a2 + ae-mono-ttf. 2010-09-16 23:49:48 +00:00
wiz
1059d2f4cc Initial import of ae-mono-ttf-1.0, packaged for wip by
Kamel Ibn Hassen Derouiche.

Collection of PCF fonts that include Arabic glyphs.
2010-09-16 23:41:37 +00:00
wiz
163b415003 Sort. 2010-09-16 07:15:32 +00:00
minskim
8b9f9c2582 Update DISTFILES for TeX Live 2010. 2010-09-14 20:50:11 +00:00
wiz
4d24b9b8ad More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
minskim
34b9f4bfbf Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
minskim
9595bb1aaf Update DISTFILES for TeX Live 2010. No functional change. 2010-09-13 15:19:41 +00:00
minskim
3b9562ce32 Set PKGREVISION. Pointed out by wiz@. 2010-09-13 14:30:05 +00:00
minskim
1ff750e8f1 Update DISTFILES for TeX Live 2010. No functional change. 2010-09-13 05:19:46 +00:00
minskim
d1d33e715a Update DISTFILES of tex-cm{,-doc} for TeX Live 2010. No functional change. 2010-09-13 05:07:54 +00:00
minskim
84e0d89575 Add distinfo. 2010-09-13 04:52:18 +00:00
minskim
2425850f79 Update ttf2pk to 1.5.
Changes:
 * data/ttfonts.map: new version from zhmetrics package.
2010-09-13 04:51:59 +00:00
minskim
69d29e8981 Make ps2pkm build with kpathsea-6.0.0. 2010-09-13 04:24:27 +00:00
minskim
abb93698c7 Make gsftopkk build with kpathsea-6.0.0. 2010-09-13 04:21:26 +00:00
minskim
0e861b7a98 Update DISTFILES for TeX Live 2010. No functional change. 2010-09-13 01:44:35 +00:00
jakllsch
e944864c4a Update dejavu-ttf to 2.32.
Upstream change log from 2.31 to 2.32:
 * added to Sans: Latin small letter p with stroke (U+1D7D), Latin capital letter p with stroke through descender (U+A750), Latin small letter p with stroke through descender (U+A751), Latin capital letter thorn with stroke (U+A764), Latin small letter thorn with stroke (U+A765), Latin capital letter thorn with stroke through descender (U+A766), Latin small letter thorn with stroke through descender (U+A767), Latin capital letter q with stroke through descender (U+A756), Latin small letter q with stroke through descender (U+A757), Latin capital letter p with flourish (U+A752), Latin small letter p with flourish (U+A753)
 * add new Indian rupee symbol (U+20B9) to Sans, Serif and Mono (although standardization in Unicode not complete yet, UTC did assign this code point)
 * Sans: adjusted U+0E3F, U+20AB, U+20AD-U+20AE, U+20B1, U+20B5, U+20B8 to have them take up the same width as digits
 * added U+23E8 to Sans
 * fixed numerous bugs (#22579, #28189, #28977, N'Ko in Windows, fixed U+FB4F, anchors for U+0332-U+0333, made extensions in Misc. Technical connect, and other small fixes)
 * added looptail g as stylistic variant to Serif
 * added the remaining precomposed characters in Latin Extended Additional in Serif
 * added Georgian Mkhedruli (U+10D0-U+10FC) to Sans ExtraLight
 * fix spacing in hinting of U+042E in Mono
 * replaced U+2650 and minor changes to U+2640-U+2642, U+2699, U+26A2-U+26A5, U+26B2-U+26B5, U+26B8 in Sans
 * added U+1E9C-U+1E9D, U+1EFA-U+1EFB, U+2028-U+2029, U+20B8, U+2150-U+2152, U+2189, U+26C0-U+26C3, U+A722-U+A725, U+1F030-U+1F093 to Sans
 * added U+1E9C-U+1E9E, U+1EFA-U+1EFB, U+2028-U+2029, U+20B8, U+2181-U+2182, U+2185 U+A722-U+A725, to Sans ExtraLight
 * added U+20B8, U+22A2-U+22A5, U+A722-U+A725 to Mono
 * added U+02CD, U+01BF, U+01F7, U+0222-U+0223, U+0243-U+0244, U+0246-U+024F, U+2150-U+2152, U+2189, U+239B-U+23AD and U+A73D to Serif
2010-09-11 18:41:09 +00:00
minskim
98ade20102 Update distfile. No functional change. 2010-09-11 02:16:39 +00:00
joerg
b914ee8cef Update to font-alias-1.0.2: Move to share/fonts 2010-09-10 21:21:34 +00:00
wiz
30531e2dd5 Update to 419, provided by Ryo ONODERA in PR 43855. 2010-09-10 21:20:15 +00:00
obache
7d2616cf89 fix a entry mame. 2010-09-10 06:16:11 +00:00
obache
3f79ae1287 :+ font-arabic-misc, font-cronyx-cyrillic, font-micro-misc, font-misc-cyrillic, font-misc-ethiopic, font-misc-meltho, font-schumacher-misc, font-screen-misc, font-sun-misc, font-winitzki-cyrillic, font-xfree86-type1 2010-09-10 06:10:23 +00:00
obache
14f1da631a Import font-xfree86-type1-1.0.2 as fonts/font-xfree86-type1.
This are the Type1 versions of the XFree86 cursor font.

This is from the modular Xorg project.
2010-09-10 06:02:23 +00:00