summaryrefslogtreecommitdiff
path: root/fonts
AgeCommit message (Collapse)AuthorFilesLines
2004-03-10Split out the code that deals with checking whether the software isjlam4-240/+195
built-in or not into a separate builtin.mk file. The code to deal checking for built-in software is much simpler to deal with in pkgsrc. The buildlink3.mk file for a package will be of the usual format regardless of the package, which makes it simpler for packagers to update a package. The builtin.mk file for a package must define a single yes/no variable USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether to use the built-in software or to use the pkgsrc software.
2004-03-09Invoke the C++ compiler explicitly - fixes a build problem with gcc3.agc2-1/+26
2004-03-08Add gnome to CATEGORIES.jmmv1-2/+2
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-07Correct HOMEPAGE.minskim1-2/+2
2004-03-07Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentationjmmv1-2/+2
database.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam2-20/+15
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-03Changes 5.0.0:adam6-18/+19
- Forced PostScript target in the doc directory to file. - Subsetting code extended in order to ensure that components of composite characters are also part of the subset. - Hinting meachanism reworked in order to get rid of some rasterizing artifacts. - Experimental support for stroked fonts (PaintType=1) - Experimental support for stroking standard ATM fonts with PaintType=0. - Functions for drawing rectangles. - Bug Fixes Changes 5.0.1: - Support for Flex was not adapted to the changes from 5.0.0. This led to rasterization errors in fonts that use the Flex functionality --> fixed. - Bug Fixes
2004-03-01I'm no longer maintaining these packages.junyoung1-2/+2
2004-03-01The NetBSD-current tar has problems with -C (see PR bin/24611)kristerw1-2/+2
Work around this problem by explicitly "cd" into the directory instead of using the -C option.
2004-02-29Use tab instead of spaces for indentation to make pkglint happy.recht1-2/+2
2004-02-26Use fonts.mk. Misc. clean-ups.uebayasi2-23/+21
2004-02-26* Use fonts.mkuebayasi2-23/+32
* Install files as *.pcf.gz. * Misc. clean-ups. File names and INSTALL/DEINSTALL scripts change. Bump revision to 1.
2004-02-22Correct an entry in MASTER_SITES.snj1-2/+2
2004-02-21s/Traditinal/Traditional/snj1-2/+2
2004-02-20unusedjmmv1-31/+0
2004-02-19Add BUILDLINK_DEPENDS.<pkg> for dependencies in a section that is invokedjlam1-5/+3
only if we're not using the built-in versions of the package.
2004-02-19Move the settings, which force the use of builtin versions of dependenciesjlam2-10/+16
if the builtin version of the package is being used, into a global location so that they're always executed.
2004-02-19Add and enable py-TTFQuery.minskim1-1/+2
2004-02-19Import py-TTFQuery from pkgsrc-wip. Packaged by Michal Pasternak andminskim4-0/+61
slightly modified by me. Python module using FontTools to query TTF font files for metadata and font outlines in a cross-platform manner. Includes support for scanning for installed system TTF files on common platforms.
2004-02-19Remove redundant PY_PATCHPLIST=yes.minskim1-2/+1
2004-02-19Add and enable py-fonttools.minskim1-1/+2
2004-02-19Import py-fonttools from pkgsrc-wip. Packaged by Michal Pasternak andminskim4-0/+272
modified by me. FontTools is a library for manipulating fonts, written in Python. It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats. This package also includes TTX: a tool to convert OpenType and TrueType fonts to and from XML.
2004-02-18If we're using the built-in version of the software, then we must alsojlam2-7/+13
be using built-in versions of any other software pulled in via buildlink3.mk files.
2004-02-18Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in thejlam2-32/+36
environment overrides all other settings.
2004-02-18fontconfig had a really weird version numbering system. Version 2.0 isjlam2-4/+4
practically verbatim with the "1.0.1" release that's in XFree86 4.3.x. There have in fact been only function additions to the fontconfig API since 2.0, so fontconfig has never actually had a bump in the shared library major. Therefore, allow "fontconfig>=1.0.1" as the base requirement.
2004-02-17Pass "--with-freetype-src=no" to configure in order to avoid a nastysnj1-4/+5
"find /". From Ron Roskens in PR pkg/23262. Okayed by wiz.
2004-02-17Check the version of the XFree86-provided Xft2 library.jlam1-13/+126
2004-02-17When using the native version of this library, symlink the .pc file intojmmv1-1/+2
the buildlink directory so that pkg-config can find it. Ok'ed by jlam@.
2004-02-17Missing a "=" in the ">=".jlam1-2/+2
2004-02-17Don't include other buildlink3.mk files if we're just checking whether thejlam1-4/+6
software is built-in.
2004-02-16Typo.jlam1-2/+2
2004-02-16fontconfig is in the "fonts" category.jlam2-4/+4
2004-02-16Xft2 only needs Xrender>=0.8.jlam3-7/+7
2004-02-16Remove patches made redundant since we override libtool.jlam3-29/+1
2004-02-16Typo.jlam1-2/+2
2004-02-16Do the dance to check the version of the XFree86-provided fontconfig.jlam2-24/+199
Also correct the list of buildlink2.mk files included by fontconfig/buildlink2.mk.
2004-02-16The GNU configure script now only accepts --with-freetype-config to setjlam1-3/+2
the location of freetype2 headers and libraries.
2004-02-16Remove redundant addition to BUILDLINK_DEPENDS.freetype2 that's alreadyjlam1-6/+2
added by fontconfig/buildlink3.mk. Also use += to append to BUILDLINK_DEPENDS.Xrender instead of setting it.
2004-02-16Explicitly list shared directories and where they are removed.jmmv1-1/+5
2004-02-16Simplify file list by using wildcards and remove the immodule from it.jmmv1-8/+2
2004-02-16Explicitly depend on all packages used directly by this one.jmmv3-3/+15
While here, use pkgsrc intltool, too.
2004-02-16Use gtk2's modules.mk file to handle the immodules database, as this packagejmmv3-3/+26
installs an immodule. Bump PKGREVISION. Found by wiz@.
2004-02-15Add popt/bl2 here too, since it's also explicitly mentioned inwiz1-1/+2
the package's Makefile.
2004-02-15Add two files and remove two dirs on deinstall.wiz1-1/+5
2004-02-15Convert to buildlink3.wiz2-5/+30
2004-02-15Be more explicit with fixing up permissions of files installed by thissketch1-3/+5
package to avoid issues with operating systems which are unable to perform operations on a directory which is not writable.
2004-02-14Sync required Xrender version with that in Makefile.minskim1-1/+2
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv3-6/+6
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam4-8/+4
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.