summaryrefslogtreecommitdiff
path: root/fonts
AgeCommit message (Collapse)AuthorFilesLines
2012-01-04add patch from Redhat bug #692909 to fix Invalid pointer dereferencedrochner4-3/+102
(CVE-2011-0764; CVE-2011-1552..1554 are possibly related - no information available yet) bump PKGREV
2011-12-15Update ruby-ttfunk package to 1.0.3.taca3-8/+12
Some license clarification only.
2011-12-09PKGREV bump for libXp-less openmotifdrochner1-2/+2
2011-12-07Mirror locally.joerg1-4/+3
2011-12-05Update to 0.434ryoon2-6/+6
Changelog: In Gothic (Sans-serif) family * Fix glyphs in Unicode : 0020-668f, 97fb-ffff (first check) * Fix glyphs in SJIS : second check completed In Minchi (Serif) family * Fix glyphs in Unicode : 0020-668f, 9846-ffff (first check) * Fix glyphs in SJIS : second check completed
2011-11-29Update tex-kotex-base{,-doc} to 0.3.minskim4-17/+16
Changes: - Sync with TeX Live 2011.
2011-11-29don't bl3 libXp explicitely where it is just meant as indirectdrochner1-2/+1
dependency of an Xaw variant -- if at all, this will be handled by the Xaw bl3 file
2011-11-23Fix path to bdftopcf and gzip.joerg1-3/+3
2011-11-22FONTS_DIRS, not FONTS_DIR -- fixes automatic font handling.shattered1-2/+3
2011-11-22Automatic font handling takes care of mkfontdir/mkfontscale.shattered1-10/+2
2011-11-21Update to 20111122ryoon2-7/+7
Changelog: 20111122 * Fix broken Kanji glyphs in 20111120 version. * Import symbols from M+ font. 20111120 * Sync with M+1C and 1M of 20111120.
2011-11-19Add missing conditional PLIST for EGG_FILE.obache1-2/+2
2011-11-17Update to 20111115ryoon3-13/+10
* Update MASTER_SITES and HOMEPAGE. XXX Motoya fonts from Android have no HOMEPAGE that describe font itself. XXX But android.git.kernel.org is not provided anymore.
2011-11-17Update to 20111115aryoon3-9/+12
* tar ball includes license file * Install license file, NOTICE * Update MASTER_SITES
2011-11-17Update to 20111115ryoon3-17/+33
* Set MASTERS_SITES as MASTER_SITE_LOCAL Changelog: * Remove DroidSansArabic.ttf and DroidSansHebrew.ttf * Add DroidKufi-*.ttf, DroidNaskh-*.ttf, DroidSansArmenian.ttf, DroidSansEthiopic-*.ttf, DroidSansGeorgian.ttf, DroidSansHebrew-*.ttf and DroidSansFallbackFull.ttf * Probably some improvements
2011-11-17Update to 5.1.3ryoon3-19/+49
Changelog: * Add some new weight. * Fix bugs * Glyphs are added, for example, greek letters * Some properties are improved
2011-11-17Update to 20110722ryoon2-8/+8
Changelog: * Sync with latest M+ fonts * Add some glyphs
2011-11-16Add roboto-fontsryoon1-1/+2
2011-11-16Import roboto-fonts-20111115 as fonts/roboto-fontsryoon4-0/+54
Roboto is Helvetica like sans-serif font family from Android 4.
2011-11-09forgot to commit this one.christos1-0/+12
2011-11-09need <sys/stat.h> for fstat(2)christos2-3/+4
2011-11-08Update to 0.433ryoon2-6/+6
Changelog: In Gothic (Sans-serif) family * Fix glyphs in Unicode : 0020-668f, 98cc-ffff (first check) * Fix glyphs in SJIS : second check completed In Minchi (Serif) family * Fix glyphs in Unicode : 0020-668f, 98cd-9aff, 9b18-ffff (first check) * Fix glyphs in SJIS : second check completed
2011-11-06Replace the updmap script with the version in TeX Live 2011.minskim27-34/+57
Updating font maps is considerably faster with this version.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd13-20/+26
2011-10-29Update py-fonttools to 2.3obache4-25/+16
TTX/FontTools Version 2.3 * TrueType Collection (TTC) support * Python 2.6 support * Update Unicode data to 5.2.0 * Couple of bug fixes
2011-10-25Based on PR pkg/45461mef2-6/+6
--------- Update mkfontdir 1.0.5 to 1.0.6 Date: Sun Nov 7 11:12:11 2010 -0800 config: Add missing AC_CONFIG_SRCDIR Regroup AC statements under the Autoconf initialization section. Regroup AM sttaements under the Automake initialization section. Date: Sun Nov 7 11:10:09 2010 -0800 config: Remove unnecessary calls from configure.ac AC_PROG_SED & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now Date: Sun Nov 7 11:09:27 2010 -0800 config: upgrade to util-macros 1.8 for additional man page support Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS Enables use of platform appropriate version of sed. Date: Sun Nov 7 11:06:20 2010 -0800 config: update AC_PREREQ statement to 2.60 Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Date: Thu Nov 26 09:19:52 2009 -0500 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES Now that the INSTALL file is generated. Allows running make maintainer-clean. Date: Wed Oct 28 14:09:07 2009 -0400 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet. Date: Mon Oct 26 22:08:38 2009 -0400 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 ChangeLog filename is known to Automake and requires no further coding in the makefile. Date: Thu Oct 22 12:34:14 2009 -0400 .gitignore: use common defaults with custom section # 24239 Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults. ---------
2011-10-25 Based on PR pkg/45460, update mkfontscale 1.0.7 to 1.0.9.mef2-6/+6
The list of Changes are in ChangeLog. The size of text reaches about 5kB after edit. Please look at the file, mkfontscale-1.0.9/ChangeLog for the detail.
2011-10-22Update to 1.07.1ryoon2-6/+6
Changelog: * Wed Sep 21 2011 Pravin Satpute <psatpute@redhat.com> - resolved bug 738264, corrected height of U+040D in Mono - resolved bug 729989, corrected macron position on ā, ē, ī, ō, ū in Narrow fonts - enabled embedding of font - Added License link https://fedoraproject.org/wiki/Licensing/LiberationFontLicense - New Release 1.07.1 * Mon May 30 2011 Pravin Satpute <psatpute@redhat.com> - added U+045D and U+0450 in all fonts, bug 659214 - corrected characters U+0438 and U+0439, bug 708330 - resolved bug 708330, 707973 - New Release 1.07.0 * Wed Feb 23 2011 Pravin Satpute <psatpute@redhat.com> - added U+0400 and U+040d in all fonts, bug 659214 - fixed for bug 620273, patch from Cody Boisclair <cody@zone38.net>
2011-10-20Fix more OWN_DIRS abuse.wiz2-4/+3
2011-10-20Remove unnecessary OWN_DIRS.wiz1-2/+1
2011-10-20+ uni-vga.wiz1-1/+2
2011-10-20Initial import of uni-vga-1, packaged for wip by Moritz Wilhelmywiz5-0/+57
Monospaced X11 bitmap font; Descendant of the original IBM VGA font with additional Unicode glyphs.
2011-10-19Add tex-wadalab{,-doc}.minskim1-1/+3
2011-10-19Import tex-wadalab-doc-2011 as fonts/tex-wadalab-doc.minskim4-0/+27
This is documentation for tex-wadalab.
2011-10-19Import tex-wadalab-2011 as fonts/tex-wadalab.minskim4-0/+1325
These are font bundles for the Japanese Wadalab fonts which work with the CJK package. All subfonts now have glyph names compliant to the Adobe Glyph List, making ToUnicode CMaps in PDF documents (created automatically by dvipdfmx) work correctly. All font bundles now contain virtual Unicode subfonts.
2011-10-19Add tex-{garuda,norasi}-c90.minskim1-1/+3
2011-10-19Import tex-norasi-c90-2011 as fonts/tex-norasi-c90.minskim4-0/+27
This package contains files to support for the norasi font in thailatex.
2011-10-19Import tex-garuda-c90-2011 as fonts/tex-garuda-c90.minskim4-0/+27
This package contains files to support for the garuda font in thailatex.
2011-10-19Add tex-cns{,-doc}.minskim1-1/+3
2011-10-19Import tex-cns-doc-2011 as fonts/tex-cns-doc.minskim4-0/+26
This is documentation for tex-cns.
2011-10-19Import tex-cns-2011 as fonts/tex-cns.minskim4-0/+293
This package contains CNS bitmap fonts planes 1-7 and a Big 5 encoded font built up from CNS bitmap fonts planes 1-3.
2011-10-19Remove tex-uhc-fonts-{base,extra}, obsoleted by tex-uhc.minskim10-10190/+1
2011-10-19Add tex-uhc{,-doc}.minskim1-1/+3
2011-10-19Import tex-uhc-doc-2011 as fonts/tex-uhc-doc.minskim4-0/+19
This is documentation for tex-uhc.
2011-10-19Import tex-uhc-2011 as fonts/tex-uhc.minskim4-0/+3217
Support for Korean documents written in Korean standard KSC codes for LaTeX2e.
2011-10-19Add tex-ttfutils{,-doc}.minskim1-1/+3
2011-10-19Import tex-ttfutils-doc-2011 as fonts/tex-ttfutils-doc.minskim4-0/+25
This is documentation for tex-ttfutils.
2011-10-19Import tex-ttfutils-2011 as fonts/tex-ttfutils.minskim4-0/+38
This package provides data files used by TeX Live utilities for TrueType fonts.
2011-10-19Remove ec-fonts-mftraced.minskim7-245/+1
It was needed as a dependency of print/lilypond 2.3.x. The current version of lilypond (2.14) no longer uses this. The TFM fonts installed by this package are also included in fonts/tex-ec.