summaryrefslogtreecommitdiff
path: root/fonts
AgeCommit message (Collapse)AuthorFilesLines
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
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-12Update to 0.422 (PR pkg/44223)ryoon3-10/+13
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-07-make this pkg work with pkg-1.4.xdrochner5-3/+86
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-01fix path inconsistenciesdrochner2-5/+5
2010-11-29update to 2.32.1drochner3-22/+25
This switches to the gnome-2.32 release branch.
2010-11-20Update fonts/vlgothic-ttf to 20101022.gls2-7/+7
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-17Update tex-psnfss{,-doc} to TeX Live r20257. No functional change.minskim4-13/+12
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs3-6/+6
2010-11-11Update tex-glyphlist to 2.84.minskim2-8/+7
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-08Add tex-adobemapping.minskim1-1/+2
2010-11-08Import tex-adobemapping-2010 as fonts/tex-adobemapping.minskim4-0/+241
The package comprises the collection of CMap and PDF mapping files now made available for distribution by Adobe systems incorporated.
2010-11-04Update fonts/umefont-ttf to 0.421.obache2-6/+6
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-10-26Update tex-times to 2010.minskim3-9/+8
Changes: - Removed ptmrc8y.tfm.
2010-10-24Remove tex-uhc-fonts-*'s dependency on teTeX.minskim5-10068/+10075
Patches provided by Nicolas Thauvin.
2010-10-10Fix stack overflow, reported to pkgsrc-users by Nicolas Thauvin usingwiz3-3/+20
patch from http://sourceforge.net/mailarchive/forum.php?thread_name=4C5D676B.3000509%40limes.com.pl&forum_name=fontforge-devel Bump PKGREVISION.
2010-10-06Update umefont package to 0.420.taca2-6/+6
Fix PR pkg/43936 by Ryo ONODERA.
2010-10-04Remove hashes for patches that no longer exist.dsainty1-4/+1
2010-10-04Remove hashes for patches that no longer exist.dsainty3-12/+3
2010-10-02Add missing dependency, fixes parallel build.obache2-5/+12
2010-09-24Update DISTFILES of tex-metafont for TeX Live 2010. No functional change.minskim2-6/+6
2010-09-24Update DISTFILES for tex-amsfonts{,-doc} for TeX Live 2010.minskim4-12/+12
No functional change.
2010-09-23Add tex-ly1{,-doc}.minskim1-1/+3
2010-09-23Import tex-ly1-doc-2010 as fonts/tex-ly1-doc.minskim4-0/+19
This is documentation for tex-ly1.
2010-09-23Import tex-ly1-2010 as fonts/tex-ly1.minskim4-0/+95
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-19Update tex-euenc{,-doc} to 0.1h.minskim5-20/+25
Changes: - For LuaTeX, a subset of xunicode incorporated it into the EU2 encoding.
2010-09-19Update tex-fontspec{,-doc} to 2.1.minskim7-28/+29
Changes: - Added luatex support.
2010-09-19Remove hashes for obsolete patches.dsainty1-4/+1
2010-09-16+ ae-mono-ttf.wiz1-1/+2
2010-09-16Initial import of ae-mono-ttf-1.0, packaged for wip bywiz4-0/+38
Kamel Ibn Hassen Derouiche. Collection of PCF fonts that include Arabic glyphs.
2010-09-16Sort.wiz1-2/+2
2010-09-14Update DISTFILES for TeX Live 2010.minskim4-10/+12
2010-09-14More PKGREVISION bumps for pixman update.wiz1-1/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz3-6/+6
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-14Update DISTFILES for TeX Live 2010. No functional change.minskim24-68/+72
2010-09-13Update DISTFILES for TeX Live 2010. No functional change.minskim6-16/+18
2010-09-13Set PKGREVISION. Pointed out by wiz@.minskim1-1/+2
2010-09-13Update DISTFILES for TeX Live 2010. No functional change.minskim8-22/+25
2010-09-13Update DISTFILES of tex-cm{,-doc} for TeX Live 2010. No functional change.minskim4-12/+12
2010-09-13Add distinfo.minskim1-0/+5
2010-09-13Update ttf2pk to 1.5.minskim3-71/+23
Changes: * data/ttfonts.map: new version from zhmetrics package.
2010-09-13Make ps2pkm build with kpathsea-6.0.0.minskim2-7/+7
2010-09-13Make gsftopkk build with kpathsea-6.0.0.minskim3-13/+13
2010-09-13Update DISTFILES for TeX Live 2010. No functional change.minskim2-6/+6
2010-09-11Update dejavu-ttf to 2.32.jakllsch2-6/+6
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-11Update distfile. No functional change.minskim2-5/+6
2010-09-10Update to font-alias-1.0.2: Move to share/fontsjoerg3-11/+11
2010-09-10Update to 419, provided by Ryo ONODERA in PR 43855.wiz2-6/+6
2010-09-10fix a entry mame.obache1-2/+2
2010-09-10:+ font-arabic-misc, font-cronyx-cyrillic, font-micro-misc, ↵obache1-1/+12
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-10Import font-xfree86-type1-1.0.2 as fonts/font-xfree86-type1.obache4-0/+36
This are the Type1 versions of the XFree86 cursor font. This is from the modular Xorg project.