summaryrefslogtreecommitdiff
path: root/fonts
AgeCommit message (Collapse)AuthorFilesLines
2005-06-07Never use docbook2html to regenerate documentation files. That's toojlam1-1/+2
heavy of a build dependency to drag in, and the SGML template files are not completely standardized. This should fix PR pkg/29392.
2005-06-03The Xft.h header lives in ${X11BASE}/include/X11/Xft.jlam1-2/+2
2005-06-03Coalesce the common makefile code in the builtin.mk file that inspectjlam4-50/+8
the X11 distribution using imake into mk/buildlink3/imake-check.mk. imake-check.mk calls out to a helper shell script mk/buildlink3/imake-check that generates the required Imakefiles and runs imake. Remove the now extraneous builtin-imake.mk files as the builtin.mk files can now contain the name of the imake symbol to check.
2005-06-03Only check for the existence of the first word of ${IMAKE} since it mayjlam2-4/+6
contain a command plus arguments. We use the standard idiom to extract the first word of a list stored in a make variable: VAR_CMD= ${VAR:C/^/_asdf_/1:M_asdf_*:S/^_asdf_//} XXX This can be replaced with a more succinct use of variable modifiers XXX when we update the bootstrap bmake to match the latest NetBSD make XXX sources, i.e.: XXX XXX VAR_CMD= ${VAR:[1]}
2005-06-03Don't require a read-write pkgsrc tree when invoking imake. We avoidjlam2-4/+8
this requirement by using TMPDIR as the read-write location demanded by using imake.
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam1-4/+3
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
2005-06-01Use IMAKE_MAKE instead of MAKE to process the makefile generated by imake.jlam2-4/+4
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam15-171/+202
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-30Update to 8.11 (improvments and additions of Cyrillic glyphs)dillo3-38/+23
2005-05-25Add RMD160 checksum.wiz1-1/+2
2005-05-25Add RMD160 checksum.wiz1-1/+2
2005-05-25Add RMD160 checksums.wiz1-1/+12
2005-05-23* There's no need to use a distinfo file for every xorg-fonts*xtraeme16-65/+70
package anymore, they are using the same distfile. * Apply patch from Joerg Sonnenberger to fix build/installation on DragonFlyBSD -current. This should fix PR pkg/30254 from Joerg.
2005-05-23Changes 20050502:adam3-11/+11
* Bug fixes
2005-05-23Removed trailing white-space.rillig3-3/+3
2005-05-22Remove USE_TOOLS+=gawk from packages that had it added solely for Solaris.jlam1-2/+2
We rely on the tools framework to pull in a good enough awk tool.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam13-27/+26
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-21SUBST_FILES.* must be relative to ${WRKSRC}.jlam1-2/+2
2005-05-20Note that this package uses gunzip.jlam1-3/+4
2005-05-19fix do-install target to not require gtar.dillo1-5/+3
note that this package no longer needs gtar.
2005-05-16This package uses gunzip during extraction.jlam1-4/+5
2005-05-16Note the tools that this package uses (gzip, perl, sed).jlam1-1/+2
2005-05-16Note that gtar is required by the package.jlam8-8/+23
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam13-15/+31
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-05-15Use gzcat instead of "gunzip -c" for simplicity.jlam1-2/+2
2005-04-22Remove mkfontscale -- nowadays included in both XFree86 and x.orgwiz7-79/+1
distributions. Ok by maintainer, rxg.
2005-04-22Remove ttmkfdir -- obsoleted by ttmkfdir2.wiz7-77/+1
2005-04-21Include converters/libiconv/buildlink3.mk.kristerw1-1/+2
2005-04-12add LIBGETOPT to LDFLAGS for systems which need devel/libgetoptdmcmahill1-1/+2
2005-04-12add libiconv buildlink3.mk file. fontconfig directly calls iconv().dmcmahill1-1/+5
Should address the 'fontconfig core dumps' on solaris bug reported in PR29837
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv25-50/+25
2005-04-05Fix a spollo.agc1-2/+2
2005-03-30Don't extract unnecessary part for build. OK'd by xtraeme@.hira7-7/+14
2005-03-30Initial versionmartti1-0/+32
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz2-6/+2
useful.
2005-03-22Update to 1.4.3: some new translations; other changes unknown.jmmv3-7/+11
2005-03-22Changes 20050310:adam2-6/+6
* Deleting a glyph class within a kerning by classes object caused a crash * Added some support for palm bitmap fonts * Replace with reference only replaced the first instance. * The Options dlg behaved oddly with respect to Apple & OpenType modes * When given a glyph with conflicting hints for which the first contour contained no hints, then in type2 output the glyph was drawn at a strange offset from its correct position. * When generating an opentype font from a script, and specifying flags, the round coordinates flag was ignored * When generating a font from a script using the default flag setting, we would always generate afm/tfm/pfm files * KANOU pointed out that the stroked font import glyph command only worked if multilayer set. * Added a preview bitmap to eps files. * In a bitmap only font the font metrics menu items behaved in unexpected ways (as if they referred to a postscript font rather than the bitmap fonts) * Various fixes to make importing stroked eps files into stroked fonts work better. * KANOU requests a preference item to turn off use of freetype in font view. * Fix more rounding errors in remove overlap. * Fix some problems in the routine which finds roots of an arbetrary quartic. * The remove bump option of simplify could screw up memory. * Remove overlap got unhappy about control points which caused a very tiny overlap between adjacent splines * Redo from the fontview usually caused a crash. * KANOU provides a MakeLine scripting command * If TYPE3 (multilayer) was not enabled, there was a flow of control through a function which did not return anything. * Recovery files did not contain multilayer marks which lead to strange behaviour and crashes * Converting a font to multilayer caused a crash if there were outline glyph windows open. * Make the encoding for scripts be utf8 consistently * Allow the scripting Export command to take a format spec * Add support for reals to the scripting language * NearlyHv{Cps,Lines} scripting commands erroneously complained about too many args * ff had a bug when outputting otf contextual ligatures * Fix various crashes and infinite loops involved in parsing bad font files. * ff had problems with user defined encodings. * Made ff work if the psuedo-type "real" was defined to be a double. * the string += concattonation operator in scripting screwed up memory * Problems with -c <arg> syntax * The font type detector could fail to notice an svg file as such if it began with a byte order character. * Ord didn't do proper type checking on its second argument
2005-03-22Update to 2.3.1:wiz6-116/+21
* Fix manuals in section 3 so they get built and installed. * Rework GSUB/GPOS script parsing to avoid crashing when presented with broken fonts. * Add a few more example configuration files to /etc/fonts/conf.d from the debian packaging.
2005-03-09use BSD_INSTALL* instead of installdmcmahill2-7/+30
2005-03-07Correct the version number which had had license problems. Pointeduebayasi1-2/+2
out by hubertf@. (It was me who wrote the wrong number (20030823), but I have totally no idea where that number came from.)
2005-03-07Put kochi-ttf back.uebayasi1-1/+2
2005-03-07("Third time's a charm".)uebayasi5-0/+45
Put kochi-ttf back for now. Although this could be obsoleted by Sazanami font, some other packages explicitly / implicitly depend on kochi-ttf yet. And, the license problem was gone long ago. No reason to hurry now.
2005-03-06Add ja-sazanami-ttf, delete kochi-ttf.uebayasi1-2/+2
2005-03-06Obsoleted by ja-sazanami-ttf.uebayasi5-45/+0
2005-03-06Initial import of Sazanami font 20040618.uebayasi4-0/+34
Free Japanese TrueType font based on Wada lab. font (CLWFK) and free (freely modifiable and distributable) bitmap fonts.
2005-03-01Sort.wiz1-3/+3
2005-03-01Update to 2.3.0:wiz4-118/+155
Fix memory leak of patterns rejected by configuration (#2518) Create prototype $PREFIX/etc/fontconfig/conf.d directory and populate it with a few sample files. These samples are unused as the file names don't start with numbers. Update documentation.
2005-03-01Update xorg to 6.8.2.xtraeme12-28/+1655
Changes: * Render implementation fixes * Updated x86emu and resynced with upstream at Scitech * Updated SiS driver * Updated Nvidia driver (opensource version) * Render acceleration for ATI's R100 and R200-series cards * Substantial speedups in the software implementation of the render extensions when compiled with gcc 3.4 on the i386 architecture. * Infrastructure for rotation support in drivers * New Trapezoid specification for the Render extension o Respecify Render to include only 'normal' traps o Allow backward compatibility but internally covert to new format * Software mouse cursor is now based on the Damage extension * A new keyboard driver is enabled by default. The old driver is disabled unless explicitly compiled in by defining the macro |USE_DEPRECATED_KEYBOARD_DRIVER|. * All extensions (except Xserver-specific extensions "DMX" and "XpExtension")can now be enabled/disabled from the configuration file and from the command line. * Mac OS X updates: o Support dynamic screen configuration changes in rootless mode o Added option to always use Mac command key equivalents o Interpret scroll wheel mouse events correctly when shift is held down o Added trivial Xinput support o Fixed launch of X clients from Finder with a space in their path o Fixed some GLX rendering problems on Mac OS X 10.2 and earlier * Updated xterm version
2005-03-01Look for XORG_VERSION_* defs from ${X11BASE}/lib/X11/config/xorgversion.defxtraeme1-3/+5
before xorg.cf, which in xorg from pkgsrc does not contain them. (This is required by our xorg-* packages).
2005-02-26Update to 2.2.99:wiz4-26/+23
Fontconfig 2.2.99 contains a few minor bug fixes plus the addition of polite type warnings for the config file. This latter change could use a bit of exposure to existing config files to see if it whines about legitimate configurations.