Age | Commit message (Collapse) | Author | Files | Lines |
|
This closes my own PR pkg/18903.
|
|
|
|
Kochi CID-keyed font is made from `Kochi Mincho' and `Kochi Gothic'
TrueType fonts with the CID/OpenType conversion kit by KANOU Hiroki.
About the CID/OpenType conversion kit (from its WWW page):
This is a trial to convert modification-free TrueType fonts `Kochi
Mincho' and `Kochi Gothic' designed by Yasuyuki Furukawa to CID-keyed
fonts and OpenType fonts which can be used on Ghostscript, FreeType or
other PostScript software/hardware.
|
|
|
|
|
|
|
|
|
|
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
|
|
|
|
|
|
|
|
|
Fixes PR pkg/19646.
|
|
|
|
Bump PKGREVISION to 2.
|
|
|
|
|
|
Packages Collection.
Pcf2bdf is a font de-compiler. It converts X font from
Portable Compiled Format (PCF) to Bitmap Distribution For-
mat (BDF). It can also accept a compressed/gzipped PCF
file as input, but gzip must be found in your PATH.
FONTBOUNDINGBOX in a BDF file is not used by bdftopcf , so
pcf2bdf generate irresponsible values.
|
|
|
|
From Eric Gillespie in private mail.
|
|
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
|
|
have the dependency itself?).
Bump PKGREVISION to 1, and depend on latest version in buildlink2.mk.
|
|
|
|
- Support ISO-10646(Unicode) for all sizes.
- Fix 16 point alphanumeric glyphs.
- Increase efficiency of make_cmap and ttfpack (by Mr. 18).
|
|
|
|
|
|
Xft (2.0) provides a client-side font API for X applications. It uses
Fontconfig to select fonts and the X protocol for rendering them. When
available, Xft uses the Render extension to accelerate text drawing.
When Render is not available, Xft uses the core protocol to draw
client-side glyphs. This provides completely compatible support of
client-side fonts for all X servers.
Xft (2.0) hides most of the underlying system details so that developers
can confidently use its API to access client-side fonts in any X
environment.
Approved by wiz.
|
|
|
|
|
|
Fontconfig is a library for configuring and customizing font access.
Fontconfig can:
* discover new fonts when installed automatically, removing a common
source of configuration problems.
* perform font name substitution, so that appropriate alternative fonts
can be selected if fonts are missing.
* identify the set of fonts required to completely cover a set of
languages.
* have GUI configuration tools built as it uses an XML-based
configuration file (though with autodiscovery, we believe this need is
minimized).
* efficiently and quickly find the fonts you need among the set of fonts
you have installed, even if you have installed thousands of fonts,
while minimzing memory usage.
* be used in concert with the X Render Extension and FreeType to
implement high quality, anti-aliased and subpixel rendered text on a
display.
Fontconfig does not:
* render the fonts themselves (this is left to FreeType or other
rendering mechanisms).
* depend on the X Window System in any fashion, so that printer only
applications do not have such dependencies.
Approved by wiz.
|
|
|
|
|
|
generated by the CONF_FILES' handling.
|
|
|
|
|
|
|
|
|
|
Package changes:
Reflect master site move to sourceforge.
Explicitly set PKGNAME because DISTNAME has changed.
Excerpt of the change log:
- Changed the package name from monafonts to monafont.
- Synced with Shinonome-0.9.8.
- Applied 638-san's patch for nicer ascii art appearance.
- ISO-10646 (Unicode) support (only for 16 pixel fonts).
- Glyph adjustments.
|
|
|
|
|
|
|
|
http://corefonts.sourceforge.net/
Change HOMEPAGE and make use of MASTER_SITE_SOURCEFORGE.
|
|
Pointed out by Perry E. Metzger.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A postscript font editor that lets you create your own postscript,
truetype, opentype, cid-keyed and bitmap (bdf) fonts, or edit
existing ones. Also lets you convert one format to another.
|