pkgsrc/fonts
wiz 7404b9c398 Update to 2.10.92:
Bump version to 2.10.92

    Minor fix

    Bump libtool revision

    Minor cleanup

    Bug 38737 - Wishlist: support FC_POSTSCRIPT_NAME
    Add the PostScript name into the cache and the matcher.
    Scoring the better font against the PostScript name by
    the forward-matching.

    Fix a SIGSEGV on FcPatternGet* with NULL pattern

    Fix crash with FcConfigSetCurrent(NULL)

    Do not copy FC_*LANG_OBJECT even if it's not available on the pattern
    those objects are linked to the corresponding string objects.
    this may causes inconsistency that those objects has more values
    than them.

    Bug 59456 - Adding a --sysroot like option to fc-cache
    Add an ability to set the system root to generate the caches.
    In order to do this, new APIs, FcConfigGetSysRoot() and
    FcConfigSetSysRoot() is available.

    Fix a memory leak

    Fix broken sort order with FcFontSort()
    which was introduced by 4eab908c8679a797ac7016b77a93ee41bb11b0fc

    Fix a crash when the object is non-builtin object

    Fix a typo

    Bug 60783 - Add Liberation Sans Narrow to 30-metric-aliases.conf
    Add Liberation Sans Narrow as an alias for Arial Narrow

    Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf
    Move the target of recipes to the "pattern" from the "font".
    This is to ensure the targeted objects is updated by them
    prior to FcDefaultSubstitute() so that it can adds the default
    values properly.

    Accept digits as part of OpenType script tags
    They've been used since 2005.

    Add Culmus foundry to the vendor list
    Maps fonts produced by the Culmus project
    <http://culmus.sourceforge.net>
    to the XLFD foundry name culmus.
    For TrueType fonts, maps the vendor code CLM from the TrueType vendor
    id field.
    For Type1 fonts, which use heuristics to guess mappings to XLFD
    foundries from
    words in the copyright notice, add the names of the main contributors
    to
    the Culmus product to recognize the fonts under their copyright.
    Patch from Maxim Iorsh

    Use LOG_COMPILER and AM_TESTS_ENVIRONMENT
    TESTS_ENVIRONMENT is deprecated and should be reserved to the user to
    override the test environment
    <ext>_LOG_COMPILER is meant to contain the program that runs the test
    with <ext> extension
    LOG_COMPILER is for extensionless tests
    AM_TESTS_ENVIRONMENT is meant to set the environment for the tests
      https://bugs.freedesktop.org/show_bug.cgi?id=60192
    Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>

    Bump the cache version to 4

    Update _FcMatchers definition logic
    to make it easier to maintain. also added FC_HASH_OBJECT to be matched
    in the pattern, prior to FC_FILE_OBJECT.

    Bug 60312 - DIST_SUBDIRS should never appear in a conditional
    As it is documented like this:
    If SUBDIRS is defined conditionally using Automake conditionals,
    Automake will define DIST_SUBDIRS automatically from the possible
    values of SUBDIRS in all conditions.
    So we don't need to re-define DIST_SUBDIRS in Makefile.am unless
    we use AC_SUBST to define SUBDIRS.
    Patch from Quentin Glidic

    Bug 50733 - Add font-file hash?
    Add "hash" object which contains SHA256 hash value (so far) computed
    from the font file.

    Use AM_MISSING_PROG instead of hardcoding missing

    Revert "test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENT"
    This reverts commit 2146b0307a3476892723104481f27f8484451c52.
    That change introduces incompatibility and seems not working with
    older releases of automake, including automake 1.12.2.

    test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENT
    TESTS_ENVIRONMENT is deprecated and should be reserved to the user to
    override the test environment
    <ext>_LOG_COMPILER is meant to contain the program that runs the test
    with <ext> extension
    AM_TESTS_ENVIRONMENT is meant to set the environment for the tests
      https://bugs.freedesktop.org/show_bug.cgi?id=60192
    Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>

    Use AM_MISSING_PROG instead of hardcoding missing

    Modernize configure.ac

    Bug 23757 - Add mode="delete" to <edit>
    Add two edit mode, "delete" and "delete_all".
    what values are being deleted depends on <test> as documented.
    if the target object is same to what is tested, matching value there
    will be deleted. otherwise all of values in the object will be
    deleted.
    so this would means both edit mode will not take any expressions.
    e.g.
    Given that the testing is always true here, the following rules:
      <match>
        <test name="foo" compare="eq">
          <string>bar</string>
        </test>
        <edit name="foo" mode="delete"/>
      </match>
    will removes "bar" string from "foo" object. and:
      <match>
        <test name="foo" compare="eq">
          <string>foo</string>
        </test>
        <edit name="bar" mode="delete"/>
      </match>
    will removes all of values in "bar" object.

    build: Only use PKG_INSTALLDIR if available
    It's only in pkg-config 0.27 or newer, but 0.25 at least is still
    fairly widespread.

    Use the PKG_INSTALLDIR macro.

    Bug 59385 - Do the right thing for intermixed edit and test elements
    This changes allows to have multiple mathcing rules in one <match>
    block
    in the same order.

    remove the unnecessary code

    Add another approach to FC_PRGNAME for Solaris 10 or before
    Patch from Raimund Steger

    Fix installation on MinGW32
    Patch from LRN

    Fix mkstemp absence for some platform
    Patch from LRN and modified to make more generic.

    Add missing file descriptor to F_DUPFD_CLOEXEC
    Patch from Matthieu Herrb

    Fix readlink failure
    As reported by Raimund Steger.

    Better fix for 2fe5ddfd
    Drop realpath() and fix breakage on Win32

    Fix FC_PRGNAME default
    As reported by Raimund Steger.

    Fix fc-cache crash caused by looking up NULL object incorrectly
    We were returning a skiplist node when looking up NULL!

    Minor

    Remove unused checks for common functions
    The check results of these were never actually used.

    Improve FcGetPrgname() to work on BSD

    Bug 59379 - FC_PRGNAME
    Can be used for per-application configuration.

    Bug 50497 - RFE: Add OpenType feature tags support
    Add FC_FONT_FEATURES to store the feature tags to be enabled.

    Fix the build fail on MinGW
    Reported at
    http://lists.freedesktop.org/archives/fontconfig/2013-January/004601.html
    just warn at the runtime instead of the compile time. it somewhat
    works
    on even MinGW since FcMakeTempfile() isn't used on Win32 so far.

    Minor

    Copy all values from pattern to font if the font doesn't have
    the element
    Bug 59376 - FcFontRenderPrepare enhancement

    Ensure we find the uninstalled fontconfig header
    Patch from Colin Walters.

    Respect $NOCONFIGURE
    Patch from Colin Walters.
2013-04-10 11:41:37 +00:00
..
acroread7-chsfont
acroread7-chtfont
acroread7-font-share 'Please use ${ECHO} instead of "echo".' 2013-04-06 14:58:18 +00:00
acroread7-jpnfont
acroread7-korfont
acroread9-chsfont Import acroread9-chsfont-9.1 as fonts/acroread9-chsfont from wip/acroread9-chsfont 2011-07-30 07:33:48 +00:00
acroread9-chtfont Import acroread9-chtfont-9.1 as fonts/acroread9-chtfont from wip/acroread9-chtfont-9.1 2011-07-30 07:42:28 +00:00
acroread9-font-share Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
acroread9-jpnfont Import acroread9-jpnfont-9.1 as fonts/acroread9-jpnfont from wip/acroread9-jpnfont 2011-07-30 07:37:29 +00:00
acroread9-korfont Import acroread9-korfont-9.1 as fonts/acroread9-korfont from wip/acroread9-korfont 2011-07-30 07:38:36 +00:00
adobe-cidfonts Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
adobe-cmaps Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ae-mono-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
alee-ttf Fixes: 2013-04-06 03:45:05 +00:00
AnonymousPro LICENSE=open-font-license -> ofl-v1.1 2013-04-08 01:42:39 +00:00
arphic-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
artwiz-fonts Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
baekmuk-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
bakoma-fonts 'The "+=" operator should only be used with lists.' 2013-04-06 19:42:41 +00:00
bdftopcf Update to 1.0.4: 2013-01-29 05:50:42 +00:00
biznet-iso8859_2 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
cantarell-fonts LICENSE=open-font-license -> ofl-v1.1 2013-04-08 01:42:39 +00:00
chkfontpath Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
consolamono-ttf LICENSE=open-font-license -> ofl-v1.1 2013-04-08 01:42:39 +00:00
courier-prime LICENSE=open-font-license -> ofl-v1.1 2013-04-08 01:42:39 +00:00
croscorefonts LICENSE=open-font-license -> ofl-v1.1 2013-04-08 01:42:39 +00:00
cyberbase-ttf
cyberbit-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
cyr-rfx-bulgarian-mik
cyr-rfx-ibm-cp866
cyr-rfx-iso8859_5
cyr-rfx-iso8859_15
cyr-rfx-iso10646_0400
cyr-rfx-koi8-o
cyr-rfx-koi8-ru
cyr-rfx-koi8-ub
cyr-rfx-koi8_1
cyr-rfx-mac-cyrillic
cyr-rfx-share Use gzcat + plain tar. 2013-01-11 23:25:48 +00:00
cyr-rfx-windows_1251
cyr-rfx-winlatin_1
dbz-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
dejavu-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
droid-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
EB-Garamond LICENSE=open-font-license -> ofl-v1.1 2013-04-08 01:42:39 +00:00
efont-unicode 'Please use ${ECHO} instead of "echo".' 2013-04-06 14:58:18 +00:00
encodings Commit forgotten PLIST change for nb1. 2012-11-08 01:20:15 +00:00
evermono-ttf Import evermono-ttf-6.2.1 as fonts/evermono-ttf. 2012-12-17 12:29:24 +00:00
fntsample Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
font-adobe-75dpi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-adobe-100dpi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-adobe-utopia-75dpi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-adobe-utopia-100dpi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-adobe-utopia-type1 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-alias Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-arabic-misc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-bh-75dpi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-bh-100dpi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-bh-lucidatypewriter-75dpi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-bh-lucidatypewriter-100dpi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-bh-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-bh-type1 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-bitstream-75dpi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-bitstream-100dpi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-bitstream-type1 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-cronyx-cyrillic Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-cursor-misc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-daewoo-misc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-dec-misc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-ibm-type1 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-isas-misc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-jis-misc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-micro-misc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-misc-cyrillic Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-misc-ethiopic Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-misc-meltho Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-misc-misc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-mutt-misc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-schumacher-misc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-screen-cyrillic Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-sony-misc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-sun-misc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-util Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-winitzki-cyrillic Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
font-xfree86-type1 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
fontconfig Update to 2.10.92: 2013-04-10 11:41:37 +00:00
fontforge Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
freefont-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
freefonts Drop z flag, explicitly pull in tar. 2013-02-26 10:28:06 +00:00
gbdfed Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
gentium-ttf HOMEPAGE= http://scripts.sil.org/FontDownloadsGentium 2013-04-08 00:35:44 +00:00
geoslab703-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ghostscript-cidfonts Explicitly use ghostscript-gpl, as one of these sets GS_REQD=9.05. 2013-03-16 23:02:18 +00:00
ghostscript-cidfonts-ryumin Previous commit was wrong, sorry. PKG_BUILD_OPTIONS looks PKGNAME. Thanks obache@ 2013-04-03 01:54:45 +00:00
ghostscript-cmaps Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ghostscript-fonts Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
gsftopkk Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
gucharmap Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
harfbuzz Update to 0.9.15: 2013-04-10 11:10:41 +00:00
inconsolata-ttf LICENSE=open-font-license -> ofl-v1.1 2013-04-08 01:42:39 +00:00
intlfonts Re-add EXTRACT_SUFX, needed in this case (plus a comment why it's needed). 2013-04-08 07:37:55 +00:00
ipaexfont Fix PR pkg/47175 2012-11-10 10:11:59 +00:00
ipafont Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ja-elisat Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
ja-elisau Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ja-kaname Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ja-kappa20 Add some tools to USE_TOOLS, fix build on SmartOS etc. 2012-12-26 21:14:06 +00:00
ja-naga10 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ja-sazanami-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ja-shinonome Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
jisx0208fonts
jisx0212fonts Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
jisx0213fonts Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
jmk-fonts Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
jsMath-fonts Import jsMath-fonts-20090709 as fonts/jsMath-fonts. 2013-03-11 18:48:02 +00:00
kanjistrokeorders-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
kcfonts Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
kiloji-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ko-baekmuk Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ko-hanyang Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ko-kaist Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ko-mizi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ko-x11fonts
kochi-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
konatu-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
liberation-ttf LICENSE=open-font-license -> ofl-v1.1 2013-04-08 01:42:39 +00:00
libfontenc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
linux-libertine-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
lohit-fonts Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
mftrace Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
mglfonts Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
migu-ttf Update to 20121030 2012-11-25 16:48:17 +00:00
misaki-fonts Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
mkfontalias Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
mkfontdir Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
mkfontscale Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
mminstance Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
monafonts Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
monafonts-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
mothanna-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
motoya-fonts Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
mozilla-fonts Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
mplayer-fonts Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ms-ttf 'Please use ${ECHO} instead of "echo".' 2013-04-06 14:58:18 +00:00
nanum-ttf LICENSE=open-font-license -> ofl-v1.1 2013-04-08 01:42:39 +00:00
otf2bdf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
oto Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
p5-Font-AFM Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
p5-Font-TTF Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
p5-Font-TTFMetrics Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
pcf2bdf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
profont Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
proggy-fonts Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ps2pkm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
py-fonttools Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT) 2012-10-04 00:21:58 +00:00
py-TTFQuery Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ricty-ttf LICENSE=open-font-license -> ofl-v1.1 2013-04-08 01:42:39 +00:00
roboto-fonts Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ruby-afm Add ruby-afm package version 0.2.0. 2013-02-11 08:55:56 +00:00
ruby-ttfunk Update ruby-ttfunk package to 1.0.3. 2011-12-15 15:36:20 +00:00
sgi-fonts ${CC} is used in configuration. 2012-12-26 21:24:26 +00:00
sourcecodepro-fonts LICENSE=open-font-license -> ofl-v1.1 2013-04-08 01:42:39 +00:00
sourcesans-fonts LICENSE=open-font-license -> ofl-v1.1 2013-04-08 01:42:39 +00:00
t1lib Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
t1utils Update to 1.37: 2013-01-29 06:11:30 +00:00
takao-fonts-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
tamsyn-font Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
terminus-font LICENSE=open-font-license -> ofl-v1.1 2013-04-08 01:42:39 +00:00
tex-adobemapping Update tex-adobemapping to 2010.21940. 2011-07-15 19:33:53 +00:00
tex-ae
tex-ae-doc
tex-amsfonts Update tex-amsfonts{,-doc} to 3.03. 2012-10-09 19:47:08 +00:00
tex-amsfonts-doc LICENSE=open-font-license -> ofl-v1.1 2013-04-08 01:42:39 +00:00
tex-arphic Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-arphic-doc Import tex-arphic-doc-2.11 as fonts/tex-arphic-doc. 2011-03-21 16:52:39 +00:00
tex-avantgar Update tex-avantgar to 2010.21993. 2011-07-20 02:00:15 +00:00
tex-bbold Import tex-bbold-1.01 as fonts/tex-bbold. 2012-05-08 18:28:38 +00:00
tex-bbold-doc Import tex-bbold-doc-1.01 as fonts/tex-bbold-doc. 2012-05-08 18:28:51 +00:00
tex-bbold-type1 Make font names in the map file match with the names defined in font files. 2012-05-09 21:02:03 +00:00
tex-bbold-type1-doc Import tex-bbold-type1-doc-2011 as fonts/tex-bbold-type1-doc. 2012-05-08 18:00:16 +00:00
tex-bera Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-bera-doc Import tex-bera-doc-2010 as fonts/tex-bera-doc. 2011-03-06 20:51:26 +00:00
tex-bookman Update tex-bookman to 2010.21993. 2011-07-20 02:03:25 +00:00
tex-charter Import tex-charter-2010 as fonts/tex-charter. 2011-03-03 04:13:17 +00:00
tex-charter-doc Import tex-charter-doc-2010 as fonts/tex-charter-doc. 2011-03-03 04:13:26 +00:00
tex-cm Update tex-cm{,-doc} to 2012. 2012-10-10 19:31:58 +00:00
tex-cm-doc Update tex-cm{,-doc} to 2012. 2012-10-10 19:31:58 +00:00
tex-cm-super Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-cm-super-doc Let tex-cm-super{,-doc} use DISTFILES from TeX Live 2009. 2010-05-25 07:14:56 +00:00
tex-cm-unicode LICENSE=open-font-license -> ofl-v1.1 2013-04-08 01:42:39 +00:00
tex-cm-unicode-doc LICENSE=open-font-license -> ofl-v1.1 2013-04-08 01:42:39 +00:00
tex-cmcyr Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-cmcyr-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-13 05:19:46 +00:00
tex-cmextra Import tex-cmextra-2010 as fonts/tex-cmextra. 2011-03-03 19:14:05 +00:00
tex-cmsd Import tex-cmsd-2010 as fonts/tex-cmsd. 2011-01-22 22:13:07 +00:00
tex-cmsd-doc Import tex-cmsd-doc-2010 as fonts/tex-cmsd-doc. 2011-01-22 22:13:15 +00:00
tex-cns Import tex-cns-2011 as fonts/tex-cns. 2011-10-19 22:02:28 +00:00
tex-cns-doc Import tex-cns-doc-2011 as fonts/tex-cns-doc. 2011-10-19 22:02:38 +00:00
tex-collection-fontsrecommended Fix paths to tex-wasysym{,-doc}. 2011-03-08 19:27:27 +00:00
tex-collection-fontsrecommended-doc Fix paths to tex-wasysym{,-doc}. 2011-03-08 19:27:27 +00:00
tex-courier Update tex-courier to 2010.21993. 2011-07-20 02:06:03 +00:00
tex-ec Update DISTFILES of tex-ec{,-doc} for TeX Live 2010. No functional change. 2011-01-11 17:00:01 +00:00
tex-ec-doc Update DISTFILES of tex-ec{,-doc} for TeX Live 2010. No functional change. 2011-01-11 17:00:01 +00:00
tex-eco Import tex-eco-1.3 as fonts/tex-eco. 2011-03-10 20:16:12 +00:00
tex-eco-doc Import tex-eco-doc-1.3 as fonts/tex-eco-doc. 2011-03-10 20:16:39 +00:00
tex-esint Import tex-esint-1.1 as fonts/tex-esint. 2011-03-10 20:39:21 +00:00
tex-esint-doc Import tex-esint-doc-1.1 as fonts/tex-esint-doc. 2011-03-10 20:39:31 +00:00
tex-euenc Update tex-euenc{,-doc} to 0.1h. 2010-09-19 14:35:48 +00:00
tex-euenc-doc Update tex-euenc{,-doc} to 0.1h. 2010-09-19 14:35:48 +00:00
tex-euro-ce Import tex-euro-ce-2010 as fonts/tex-euro-ce. 2011-03-04 19:51:53 +00:00
tex-euro-ce-doc Import tex-euro-ce-doc-2010 as fonts/tex-euro-ce-doc. 2011-03-04 19:52:01 +00:00
tex-eurofont Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-eurofont-doc Import tex-eurofont-doc-1.1.3 as fonts/tex-eurofont-doc. 2011-03-06 21:13:34 +00:00
tex-eurosans Import tex-eurosans-2.1 as fonts/tex-eurosans. 2011-03-06 23:22:09 +00:00
tex-eurosans-doc Import tex-eurosans-doc-2.1 as fonts/tex-eurosans-doc. 2011-03-06 23:22:16 +00:00
tex-eurosym Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-eurosym-doc Import tex-eurosym-doc-1.4 from pkgsrc-wip. Packaged by Nicolas Thauvin. 2010-09-08 18:32:06 +00:00
tex-fontname Import tex-fontname-2010 as fonts/tex-fontname. 2011-03-15 18:11:45 +00:00
tex-fontname-doc Import tex-fontname-doc-2010 as fonts/tex-fontname-doc. 2011-03-15 18:11:53 +00:00
tex-fontspec Update tex-fontspec{,-doc} to 2.2b. 2012-07-09 14:29:22 +00:00
tex-fontspec-doc Update tex-fontspec{,-doc} to 2.2b. 2012-07-09 14:29:22 +00:00
tex-fourier Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-fourier-doc Import tex-fourier-doc-1.3 as fonts/tex-fourier-doc. 2011-03-13 23:31:04 +00:00
tex-fpl Import tex-fpl-1.002 as fonts/tex-fpl. 2011-03-06 23:23:50 +00:00
tex-fpl-doc Fix a typo. 2012-03-07 04:03:13 +00:00
tex-garuda-c90 Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-glyphlist Update tex-glyphlist to 2.84. 2010-11-11 18:30:23 +00:00
tex-helvetic Update tex-helvetic to 2010.21993. 2011-07-20 02:09:38 +00:00
tex-ipaex Import tex-ipaex-2011 as fonts/tex-ipaex. 2012-03-04 01:11:24 +00:00
tex-ipaex-doc Import tex-ipaex-doc-2011 as fonts/tex-ipaex-doc. 2012-03-04 01:11:34 +00:00
tex-japanese-otf Import tex-japanese-otf-1.7b4 as fonts/tex-japanese-otf. 2012-03-04 01:13:42 +00:00
tex-japanese-otf-doc Import tex-japanese-otf-doc-1.7b4 as fonts/tex-japanese-otf-doc. 2012-03-04 01:13:54 +00:00
tex-kotex-base Update tex-kotex-base{,-doc} to 0.3. 2011-11-29 20:35:32 +00:00
tex-kotex-base-doc Update tex-kotex-base{,-doc} to 0.3. 2011-11-29 20:35:32 +00:00
tex-latex-fonts Update DISTFILES for TeX Live 2010. No functional change. 2010-09-13 15:19:41 +00:00
tex-lcyw Import tex-lcyw-1.1 as fonts/tex-lcyw. 2011-03-14 21:41:52 +00:00
tex-lcyw-doc Import tex-lcyw-doc-1.1 as fonts/tex-lcyw-doc. 2011-03-14 21:42:00 +00:00
tex-lh Import tex-lh-3.5g as fonts/tex-lh. 2010-05-10 22:39:01 +00:00
tex-lh-doc Import tex-lh-doc-3.5g as fonts/tex-lh-doc. 2010-05-10 22:39:28 +00:00
tex-lm Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-lm-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-luaotfload Import tex-luaotfload-1.26 as fonts/tex-luaotfload. 2012-07-09 14:11:51 +00:00
tex-luaotfload-doc Import tex-luaotfload-doc-1.26 as fonts/tex-luaotfload-doc. 2012-07-09 14:12:20 +00:00
tex-ly1 Update PLIST for the previous commit. 2011-01-21 18:42:53 +00:00
tex-ly1-doc Update tex-ly1{,-doc} to TeX Live r21086. 2011-01-21 18:42:04 +00:00
tex-manfnt Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-marvosym Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-marvosym-doc Let tex-marvosym{,-doc} use DISTFILES from TeX Live 2009. 2010-05-12 09:30:47 +00:00
tex-mathpazo Import tex-mathpazo-1.003 as fonts/tex-mathpazo. 2011-03-06 23:27:59 +00:00
tex-mathpazo-doc Import tex-mathpazo-doc-1.003 as fonts/tex-mathpazo-doc. 2011-03-06 23:28:17 +00:00
tex-metafont Update tex-metafont to 2012. 2012-10-14 21:56:11 +00:00
tex-mflogo Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-mflogo-doc Update DISTFILES for TeX Live 2010. 2010-09-14 20:50:11 +00:00
tex-mfware Sync tex-mfware with TeX Live r21345. 2011-03-03 22:28:23 +00:00
tex-ncntrsbk Correct typo (Scoolbook -> Schoolbook). 2013-01-14 06:26:23 +00:00
tex-norasi-c90 Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-ocr-b Import tex-ocr-b-2011 as fonts/tex-ocr-b. 2011-08-22 16:27:36 +00:00
tex-ocr-b-doc Import tex-ocr-b-doc-2011 as fonts/tex-ocr-b-doc. 2011-08-22 16:28:36 +00:00
tex-palatino Update tex-palatino to 2010.21993. 2011-07-20 02:13:53 +00:00
tex-psnfss Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-psnfss-doc Update tex-psnfss{,-doc} to TeX Live r20257. No functional change. 2010-11-17 17:37:33 +00:00
tex-pxfonts Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-pxfonts-doc Import tex-pxfonts-doc-2010 as fonts/tex-pxfonts-doc. 2011-03-07 20:04:35 +00:00
tex-rsfs Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-rsfs-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-stmaryrd Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-stmaryrd-doc Update tex-stmaryrd{,-doc} to 2010. 2011-07-20 02:25:55 +00:00
tex-symbol Sync URW fonts with TeX Live 21570. No functional change. 2011-03-07 19:52:16 +00:00
tex-tex-gyre Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-tex-gyre-doc Import tex-tex-gyre-doc-2.004 as fonts/tex-tex-gyre-doc. 2011-03-08 18:33:51 +00:00
tex-times Update tex-times to 2010.21993. 2011-07-20 02:16:08 +00:00
tex-tipa Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-tipa-doc
tex-ttfutils Import tex-ttfutils-2011 as fonts/tex-ttfutils. 2011-10-19 20:11:45 +00:00
tex-ttfutils-doc Import tex-ttfutils-doc-2011 as fonts/tex-ttfutils-doc. 2011-10-19 20:11:55 +00:00
tex-txfonts Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-txfonts-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-uhc Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-uhc-doc Import tex-uhc-doc-2011 as fonts/tex-uhc-doc. 2011-10-19 21:39:28 +00:00
tex-utopia Import tex-utopia-2010 as fonts/tex-utopia. 2011-03-08 18:37:26 +00:00
tex-utopia-doc Import tex-utopia-doc-2010 as fonts/tex-utopia-doc. 2011-03-08 18:37:34 +00:00
tex-wadalab Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-wadalab-doc Import tex-wadalab-doc-2011 as fonts/tex-wadalab-doc. 2011-10-19 22:19:40 +00:00
tex-wasy Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-wasy-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-wasysym Import tex-wasysym-2.0 as fonts/tex-wasysym. 2011-03-08 19:20:41 +00:00
tex-wasysym-doc Import tex-wasysym-doc-2.0 as fonts/tex-wasysym-doc. 2011-03-08 19:20:58 +00:00
tex-zapfchan Update tex-zapfchan to 2010.21993. 2011-07-20 02:18:17 +00:00
tex-zapfding Sync URW fonts with TeX Live 21570. No functional change. 2011-03-07 19:52:16 +00:00
TextFonts-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
thaixfonts Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ttf2pk Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ttf2pt1 Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
ttftot42 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
ttmkfdir2 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
type1inst Bump all packages that use perl, or depend on a p5-* package, or 2012-10-03 21:53:53 +00:00
umefont-ttf Uodate to 0.447 2013-01-07 11:53:11 +00:00
un-core-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
un-extra-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
uni-vga Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
uralic-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
urbanrenewal-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
urw-fonts Update to 1.0.7pre44: 2013-01-06 23:19:11 +00:00
vera-ttf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
vfontcap-kochi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
vlgothic-ttf Update to 20121230 2013-01-20 09:49:24 +00:00
watanabe_vfont ftp service suspended. fetch from backup. 2011-03-11 11:42:46 +00:00
Xft2 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
Xg Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
xmbdfed Add missing buildlink3s implied by openmotif but not lesstif. 2013-01-19 20:23:33 +00:00
Makefile + jsMath-fonts. 2013-03-11 18:48:14 +00:00