summaryrefslogtreecommitdiff
path: root/fonts
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-02-12bl3ifyminskim2-2/+24
2004-02-12Don't try to build the docbook documentation. Fixes PR 24367.jlam1-1/+2
2004-02-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam1-2/+2
and any pre-existing buildlink2.mk files.
2004-02-09BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to thejlam1-11/+9
existing value. This is critical to set the correct list of dependencies for a package.
2004-02-09Raise BUILDLINK_DEPENDS.freetype2 to at least 2.1.3.reed2-4/+4
Even 2.0.9 is not good enough for newer fontconfig; for example, gtk2 won't buildlink correctly (and will use older X version of include/freetype2/freetype/ftbdf.h) and libfontconfig needs FT_Get_BDF_Property which is not defined. No PKGREVISION bump is needed, because would not even build in first place.
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-02-09bl3ify, enable libtool now we have 1.5.2, remove useless PLIST_SUBST.xtraeme2-24/+11
2004-02-03add buildlink3.mk (needed by graphics/cairo)recht1-0/+25
noted by xtraeme@
2004-02-02XFree86 meta-package can be now installed with or without xpkgwedge,xtraeme15-4481/+4493
installation prefix is ${X11PREFIX}/X11R6. Bump PKGREVISION.
2004-01-31Simplify XFree86-fontserver doing the following changes:xtraeme6-12/+9
o Move manual pages from PLIST.${OPSYS} to PLIST o Use IMAKE_* vars for the manual pages. While here, don't install the html manpage.
2004-01-29Sort.xtraeme1-2/+2