summaryrefslogtreecommitdiff
path: root/fonts
AgeCommit message (Collapse)AuthorFilesLines
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz3-4/+6
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam2-73/+73
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-16Removed patch-ai since msgfmt.sh works correctly nowadam2-17/+1
2006-04-14Changes 20060413:adam9-121/+75
* FF failed to output lookups in the right order for the GSUB table. * FF would crash when attempting to generate a font which had no familyname * FF could be built agains ft2.2 only if the debugger were being built. Make it work always. * Patch by Mike Frysinger from gentoo. Use the HOME environment variable in preference to /etc/passwd. * Write sfddiff as a fontforge script and put it back into the install process. * Add code to font compare so it can do the old sfddiff --merge option. * Someone wanted acorn2sfd! Make it compile again. * Make configure look for libgif
2006-04-14Added appropriate TEST_TARGET.heinz1-1/+3
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam2-9/+4
USE_TOOLS+=msgfmt.
2006-04-12Don't create xorg/lib/X11/fs as symlink to the config directory,joerg2-3/+6
it prevents the default config from being included correctly in the package. Add a random imake dependency to xorg-fontserver while here and bump the revision.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig4-8/+8
that they look nicer.
2006-04-10Update to version 2.4.1salo3-15/+16
Changes: - few fonts changed their names - new font, DejaVu Sans Extra Light - various character additions and corrections
2006-04-09Update alee-ttf to 7.3. Patches provided by Yi Min-Cheol in PR pkg/33213.minskim3-10/+11
Changes since 6.3: Add [0x0e-c00ky].ttf. Add EunjinNakseo.ttf. Rename EunJin.ttf to Eunjin.ttf. Rename [C00ky].ttf to [0b0d-c00ky].ttf. Update EunBangwool.ttf and Eunjin.ttf. Fix postinst to unregister removed/renamed font from defoma. Fix wrong HeadDescent of several fonts. Fix wrong HeadAscent of several fonts.
2006-04-08Also include x11.buildlink3.mk.reed1-1/+2
The configure checks for Xaw and Intrinsics headers and if no X, then it does not build xglyph and libt1x. (I noticed because I am using modular X.org and the libXpm doesn't pull in Xaw or Xt.)
2006-04-07- Install the fontmap file into PKG_LOCALTEXMFPREFIX, instead ofminskim4-12/+20
PKG_TEXMFPREFIX, and register it with updmap. - Use texmf-dirs to install into texmf-local. Bump PKGREVISION.
2006-04-07Use texmf-dirs to install into texmf-local. Bump PKGREVISION.minskim5-8/+12
2006-04-07Use PKG_LOCALTEXMFPREFIX instead of TEXMFDIRS.minskim1-24/+24
2006-04-06Use PKG_LOCALTEXMFPREFIX instead of hardcoding share/texmf.minskim1-4/+4
2006-04-06Over 1200 files touched but no revisions bumped :)reed9-27/+27
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-05Variable declaration fix; PR-33164adam1-2/+1
2006-04-05Variable declaration fix; PR-33164adam7-5/+127
2006-03-30Update to 1.6:jmmv3-12/+30
- Updated to Unicode 4.1 character database. - Improved search facility. - Various bug fixes. - New and updated translations.
2006-03-30Avoid extra stat() calls by not repeatedly checking whether a filejlam2-6/+6
exists on the disk -- we can just check whether a variable defined by find-files.mk is "__nonexistent__" or not.
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam1-2/+2
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-18Set libdir in .la files correctly; otherwise, fontforge fails to loadminskim4-3/+29
libraries on Darwin at run time. Bump PKGREVISION.
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam5-17/+7
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-13Update fonts-unttf to 1.0.1.20060215.minskim3-9/+7
Changes: - Removed UnTazaDH.ttf.
2006-03-07Use UTF-8 characters instead of \x escape sequences in ja.po asminskim3-5/+79
suggested by OBATA Akio in PR pkg/32996. This is a workaround for PR bin/32650. Bump PKGREVISION.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-05Fix encoding of a .po file. This fixes PR pkg/32996.minskim2-1/+33
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam46-92/+92
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-03Changes 20060209:adam2-8/+7
* Bug fixes
2006-02-27Use pre-defined TEXMFDIRS to instead of TEXMF.rxg1-9/+8
2006-02-23Upgrade to version 1.1.18.darcy3-21/+6
The web site has no description of changes but the version we had was too old for print/lilypond so I bumped it to the latest version anyway.
2006-02-23Sort.wiz1-2/+2
2006-02-23Remove "fonts.alias" and "fonts.dir" from package list because thetron1-3/+1
installation framework creates and remove these files automatically.
2006-02-21Fix PLIST. Bump PKGREVISION.wiz2-10/+4
2006-02-17Fix font handling. Simplify Makefile. Bump PKGREVISION.wiz2-12/+7
2006-02-17Fix font handling. Comment out non-existent HOMEPAGEwiz2-9/+7
and MASTER_SITES. Bump PKGREVISION.
2006-02-17Add bdftopcf to tools. Fix font handling.wiz2-11/+9
Fix pkglint warnings. Bump PKGREVISION.
2006-02-17Fix font handling. Bump PKGREVISION.wiz2-5/+5
2006-02-17Fix font handling. Bump PKGREVISION.wiz2-7/+6
2006-02-17Fix font handling. Install TrueType and Type1 fonts too.wiz4-17/+117
Simplify PLIST handling. Bump PKGREVISION.
2006-02-17Fix font handling. Bump PKGREVISION.wiz2-6/+5
2006-02-17Fix font handling. Bump PKGREVISION.wiz25-225/+147
2006-02-17Fix font handling. Bump PKGREVISION.wiz2-9/+3
2006-02-17Fix font handling. Bump PKGREVISION.wiz2-5/+5
2006-02-16Add fonts/p5-Font-TTFMetrics-0.1abs4-0/+32
Font::TTFMetrics encapsulates the font metrics of a true type font file. A true type font file contains several tables which need to be parsed before any useful information could be gathered about the font. There is the excellent module for parsing TTF font in CPAN by Martin Hosken, Font::TTF. But in my opinion the use of Font::TTF requires intimate knowledge of TTF font format. This module was written to support the use of TTF in Pastel 2D graphics library in Perl. Three factors prompted me to write this module: first, I required a fast module to access TTF file. Second, all the access required was read-only. Last, I wanted a user friendly, higher level API to access TTF file.
2006-02-15Add fonts/p5-Font-TTFMetricsabs1-2/+3
2006-02-12Joerg Sonnenberger will be the maintainer.xtraeme8-16/+16
2006-02-12ENOTIME to mantain these packages, feel free to pick it up if you arextraeme7-14/+14
insterested.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg113-175/+238
2006-02-03Add and enable mplayer-fonts.wiz1-1/+2