summaryrefslogtreecommitdiff
path: root/fonts
AgeCommit message (Collapse)AuthorFilesLines
2014-04-09+ inconsolata-gwiz1-1/+2
2014-04-09Import inconsolata-g-20090213 as fonts/inconsolata-g.wiz4-0/+48
Inconsolata is a mono-space, sans-serif font. This is a modified version with the following changes: - Single and double quotes ' and " are now straight - , . ' are a bit more visible - The ^ is a bit wider - The curved upper leg of the lower case r is a bit more visible - The zero is not slashed but dotted - Numbers are a bit larger (keeping the font non proportional) - The symbol minus - is a bit lower - [] are now about as tall as () and {} - The font is bigger than Inconsolata
2014-04-09recursive bump from icu shlib major bump.obache1-1/+2
2014-04-08Update to 0.462ryoon2-6/+6
Status: Unadjusted glyphs: Unicode 7a85-9398
2014-04-07Update MASTER_SITES and HOMEPAGEryoon1-3/+3
From nonaka@ and me.
2014-04-02Update to 201404: Add Okuda font.wiz3-12/+24
Based on diff by Tim Larson.
2014-04-01Update to 2.11.1:wiz6-142/+11
I'm pleased to announce that we have a new release of fontconfig, 2.11.1 here now, which contains bug fixes.
2014-03-31Update to 0.9.27:wiz2-6/+6
Overview of changes leading to 0.9.27 Tuesday, March 18, 2014 ===================================== - Don't use "register" storage class specifier - Wrap definition of free_langs() with HAVE_ATEXIT - Add coretext_aat shaper and hb_coretext_face_create() constructor - If HAVE_ICU_BUILTIN is defined, use hb-icu Unicode callbacks - Add Myanmar test case from OpenType Myanmar spec - Only do fallback Hebrew composition if no GPOS 'mark' available - Allow bootstrapping without gtk-doc - Use AM_MISSING_PROG for ragel and git - Typo in ucdn's Makefile.am - Improve MemoryBarrier() implementation
2014-03-31+ ttf-tlwgwiz1-1/+2
2014-03-31Import ttf-tlwg-0.6.0 as fonts/ttf-tlwg.wiz4-0/+107
Fonts-TLWG (formerly ThaiFonts-Scalable) is a collection of Thai scalable fonts available in free licenses. Its goal is to provide fonts that conform to existing standards and recommendations, so that it can be a reference implementation. So, the fonts have to be modified from their original versions as needed, according to following references: * Recommendation for Thai font design, from the National Font Project * Adobe Glyph naming convention * Microsoft Typography * Common practice for Thai Windows fonts
2014-03-27Update to 0.461ryoon2-6/+6
Status: Unadjusted: Unicode 7a2f-9398
2014-03-22build fix following the freetype2 updatespz2-7/+12
note it still messes up run-time search paths for libXmu and libXext for native X
2014-03-22build fix following the freetype2 updatespz2-8/+20
2014-03-22build fix following the freetype2 updatespz2-1/+18
2014-03-16Rolling back previous change. Was fixed in PR/48657.rodent1-2/+1
2014-03-15Needs png, apparently.rodent1-1/+2
2014-03-14Update ruby-ttfunk to 1.1.1.taca3-8/+10
CHanges are not available.
2014-03-10Search for pkgconfig files in lib${LIBABISUFFIX} and share directoriesjperkin1-1/+2
as appropriate. This is required for X11_TYPE=native on Red Hat Linux.
2014-02-27Update to 0.015d, provided by Tim Larson in PR 48598.wiz3-18/+27
More fonts!
2014-02-27Remove Okuda for now, download fails.wiz3-11/+3
2014-02-27+ pixel-sagas-startrekwiz1-1/+2
2014-02-27Import pixels-sagas-startrek-201312 as fonts/pixel-sagas-startrek, packagedwiz4-0/+102
for wip by Tim Larson. Collection of Star Trek-related fonts created by Neale Davidson (Pixel Sagas).
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2014-02-06no "--with-freetype-config" configure option now.obache1-2/+1
2014-02-03Update to 0.9.26:wiz3-7/+8
Overview of changes leading to 0.9.26 Thursday, January 30, 2014 ===================================== - Misc fixes. - Fix application of 'rtlm' feature. - Automatically apply frac/numr/dnom around U+2044 FRACTION SLASH. - New header: hb-ot-shape.h - Uniscribe: fix scratch-buffer accounting. - Reorder Tai Tham SAKOT to after tone-marks. - Add Hangul shaper. - New files: hb-ot-shape-complex-hangul.cc hb-ot-shape-complex-hebrew.cc hb-ot-shape-complex-tibetan.cc - Disable 'cswh' feature in Arabic shaper. - Coretext: better handle surrogate pairs. - Add HB_TAG_MAX and _HB_SCRIPT_MAX_VALUE.
2014-02-02+SDL2_ttfrodent1-1/+2
2014-02-02Import SDL2_ttf-2.0.12 as fonts/SDL2_ttf.rodent6-0/+71
This is a sample library which allows you to use TrueType fonts in your SDL applications. It comes with an example program "showfont" which displays an example string for a given TrueType font file.
2014-01-31Fixes LICENSE variable name.obache1-2/+2
2014-01-27Do not set FETCH_USING, should not be set in a package Makefile.wiz3-18/+3
2014-01-27+ p5-Font-FreeTypeobache1-1/+2
2014-01-27Import p5-Font-FreeType-0.03 as fonts/p5-Font-FreeType.obache5-0/+99
This module allows Perl programs to conveniently read information from font files. All the font access is done through the FreeType2 library, which supports many formats. It can render images of characters with high-quality hinting and antialiasing, extract metrics information, and extract the outlines of characters in scalable formats like TrueType.
2014-01-25No need to have two variables for the same logic.wiz1-2/+2
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz2-3/+4
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2014-01-23For PR pkg/48479, old make (like NetBSD-5.1) behaves differentlymef1-9/+3
with undefined VARIABLE: Malformed conditional (!empty(PKG_OPTIONS.gs_type:Mghostscript-agpl)) So, avoid using ghostscript version dependent installation path. PKGREVISION++ (installation path changed). Thanks obache@
2014-01-19Update to 2.4:wiz2-8/+7
TTX/FontTools Version 2.4 - Option to write to arbitrary files - Better dump format for DSIG - Better detection of OTF XML - Fix issue with Apple's kern table format - Fix mangling of TT glyph programs - Fix issues related to mona.ttf - Fix Windows Installer instructions - Fix some modern MacOS issues - Fix minor issues and typos
2014-01-11No need to use special variable, PKGVERSION=PKGVERSION_NOREV in PLIST.obache2-9/+8
2014-01-11use pkg build options for ghostscript to be detect installed ghostscript optionobache1-2/+2
configuration, not to be built option.
2014-01-09Related change with PR pkg/48479 (of ghostscript-cidfonts):mef3-20/+41
Makefile Adjust for splitting ghostscript-{,a}gpl done before. Convert LICENSE from generic-nonlicense to 2-clause-bsd. Set MAINTAINER, to notice-quick-if-fail. PLIST Convert path from ${PKGVERSION} to ${PKGVERSION_NOREV}. files/cidfmap-adobe Add one entry /Ryumin-Light /WadaMin-Regular (NO PKGREVISION++, binaries may not have been built yet). Thanks dholland@ for taking care of -agpl and -gpl split.
2014-01-09Convert default to ghostscript-gpl in parallel to meta package of ghostscript).mef1-4/+4
2014-01-09The variable GS_VERSION is referenced, but it's been lost the source.mef1-2/+8
Recover by .including ghostscript-{a,}gpl/Makefile.common (and PKGREVISION++).
2014-01-08Sync tex-kotex-base{,-doc} with ko.TeX Live 2013minskim5-17/+23
- Added a new style file: dhucs-untype1.
2014-01-03Needs msgfmt, seen in freebsd builddholland1-2/+2
2013-12-25PR pkg/48479 Fix problem of:mef1-3/+2
ghostscript-cidfonts doesn't switch correctly ghostscript-agpl and -gpl Thanks wiz@.
2013-12-11One final fixup for freetype2. Fixes build with freetype 2.5.x.markd2-7/+17
2013-12-11Update to 0.9.25:wiz2-6/+6
Overview of changes leading to 0.9.25 Wednesday, December 4, 2013 ===================================== - Myanmar shaper improvements. - Avoid font fallback in CoreText backend. - Additional OpenType language tag mappiongs. - More aggressive shape-plan caching. - Build with / require automake 1.13. - Build with libtool 2.4.2.418 alpha to support ppc64le.
2013-12-04Improve layout.wiz1-10/+13
2013-12-04Add tex-mathdesign{,-doc}minskim1-1/+3
2013-12-04Import tex-mathdesign-doc-2.31 as fonts/tex-mathdesign-doc.minskim4-0/+30
This is documentation for tex-mathdesign.
2013-12-04Import tex-mathdesign-2.31 as fonts/tex-mathdesign.minskim4-0/+1275
The Math Design project offers free mathematical fonts, and "faked" Caps-and-Small-Caps fonts, that fit with existing text fonts. So far, four font families are available: - the mdput family, which corresponds to Adobe Utopia text fonts; - the mdugm family, which corresponds to URW Garamond text fonts; - the mdfga family, which corresponds to the (commercial) Fontsite Garamond text fonts; - the mdbch family, which corresponds to Bitstream Charter text fonts. Each maths font has a range of extra symbols, and blackboard bold and 'mathcal' alphabets.
2013-12-04Sync ps2pkm with TeX Live 2013minskim3-37/+8
Changes: - Pretend that the first pixel of an empty glyph is white; avoid using uninitialized data. - Code cleanup.