Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-19 | Add BUILDLINK_DEPENDS.<pkg> for dependencies in a section that is invoked | jlam | 1 | -5/+3 | |
only if we're not using the built-in versions of the package. | |||||
2004-02-19 | Move the settings, which force the use of builtin versions of dependencies | jlam | 2 | -10/+16 | |
if the builtin version of the package is being used, into a global location so that they're always executed. | |||||
2004-02-19 | Add and enable py-TTFQuery. | minskim | 1 | -1/+2 | |
2004-02-19 | Import py-TTFQuery from pkgsrc-wip. Packaged by Michal Pasternak and | minskim | 4 | -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-19 | Remove redundant PY_PATCHPLIST=yes. | minskim | 1 | -2/+1 | |
2004-02-19 | Add and enable py-fonttools. | minskim | 1 | -1/+2 | |
2004-02-19 | Import py-fonttools from pkgsrc-wip. Packaged by Michal Pasternak and | minskim | 4 | -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-18 | If we're using the built-in version of the software, then we must also | jlam | 2 | -7/+13 | |
be using built-in versions of any other software pulled in via buildlink3.mk files. | |||||
2004-02-18 | Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in the | jlam | 2 | -32/+36 | |
environment overrides all other settings. | |||||
2004-02-18 | fontconfig had a really weird version numbering system. Version 2.0 is | jlam | 2 | -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-17 | Pass "--with-freetype-src=no" to configure in order to avoid a nasty | snj | 1 | -4/+5 | |
"find /". From Ron Roskens in PR pkg/23262. Okayed by wiz. | |||||
2004-02-17 | Check the version of the XFree86-provided Xft2 library. | jlam | 1 | -13/+126 | |
2004-02-17 | When using the native version of this library, symlink the .pc file into | jmmv | 1 | -1/+2 | |
the buildlink directory so that pkg-config can find it. Ok'ed by jlam@. | |||||
2004-02-17 | Missing a "=" in the ">=". | jlam | 1 | -2/+2 | |
2004-02-17 | Don't include other buildlink3.mk files if we're just checking whether the | jlam | 1 | -4/+6 | |
software is built-in. | |||||
2004-02-16 | Typo. | jlam | 1 | -2/+2 | |
2004-02-16 | fontconfig is in the "fonts" category. | jlam | 2 | -4/+4 | |
2004-02-16 | Xft2 only needs Xrender>=0.8. | jlam | 3 | -7/+7 | |
2004-02-16 | Remove patches made redundant since we override libtool. | jlam | 3 | -29/+1 | |
2004-02-16 | Typo. | jlam | 1 | -2/+2 | |
2004-02-16 | Do the dance to check the version of the XFree86-provided fontconfig. | jlam | 2 | -24/+199 | |
Also correct the list of buildlink2.mk files included by fontconfig/buildlink2.mk. | |||||
2004-02-16 | The GNU configure script now only accepts --with-freetype-config to set | jlam | 1 | -3/+2 | |
the location of freetype2 headers and libraries. | |||||
2004-02-16 | Remove redundant addition to BUILDLINK_DEPENDS.freetype2 that's already | jlam | 1 | -6/+2 | |
added by fontconfig/buildlink3.mk. Also use += to append to BUILDLINK_DEPENDS.Xrender instead of setting it. | |||||
2004-02-16 | Explicitly list shared directories and where they are removed. | jmmv | 1 | -1/+5 | |
2004-02-16 | Simplify file list by using wildcards and remove the immodule from it. | jmmv | 1 | -8/+2 | |
2004-02-16 | Explicitly depend on all packages used directly by this one. | jmmv | 3 | -3/+15 | |
While here, use pkgsrc intltool, too. | |||||
2004-02-16 | Use gtk2's modules.mk file to handle the immodules database, as this package | jmmv | 3 | -3/+26 | |
installs an immodule. Bump PKGREVISION. Found by wiz@. | |||||
2004-02-15 | Add popt/bl2 here too, since it's also explicitly mentioned in | wiz | 1 | -1/+2 | |
the package's Makefile. | |||||
2004-02-15 | Add two files and remove two dirs on deinstall. | wiz | 1 | -1/+5 | |
2004-02-15 | Convert to buildlink3. | wiz | 2 | -5/+30 | |
2004-02-15 | Be more explicit with fixing up permissions of files installed by this | sketch | 1 | -3/+5 | |
package to avoid issues with operating systems which are unable to perform operations on a directory which is not writable. | |||||
2004-02-14 | Sync required Xrender version with that in Makefile. | minskim | 1 | -1/+2 | |
2004-02-14 | PKGCONFIG_OVERRIDE is relative to WRKSRC. | jmmv | 3 | -6/+6 | |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 4 | -8/+4 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2004-02-12 | bl3ify | minskim | 2 | -2/+24 | |
2004-02-12 | Don't try to build the docbook documentation. Fixes PR 24367. | jlam | 1 | -1/+2 | |
2004-02-10 | The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk | jlam | 1 | -2/+2 | |
and any pre-existing buildlink2.mk files. | |||||
2004-02-09 | BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to the | jlam | 1 | -11/+9 | |
existing value. This is critical to set the correct list of dependencies for a package. | |||||
2004-02-09 | Raise BUILDLINK_DEPENDS.freetype2 to at least 2.1.3. | reed | 2 | -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-09 | Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). | jmmv | 1 | -2/+2 | |
2004-02-09 | bl3ify, enable libtool now we have 1.5.2, remove useless PLIST_SUBST. | xtraeme | 2 | -24/+11 | |
2004-02-03 | add buildlink3.mk (needed by graphics/cairo) | recht | 1 | -0/+25 | |
noted by xtraeme@ | |||||
2004-02-02 | XFree86 meta-package can be now installed with or without xpkgwedge, | xtraeme | 15 | -4481/+4493 | |
installation prefix is ${X11PREFIX}/X11R6. Bump PKGREVISION. | |||||
2004-01-31 | Simplify XFree86-fontserver doing the following changes: | xtraeme | 6 | -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-29 | Sort. | xtraeme | 1 | -2/+2 | |
2004-01-29 | Add fonts to CATEGORIES. | xtraeme | 7 | -14/+14 | |
2004-01-27 | Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 | heinz | 1 | -2/+2 | |
2004-01-25 | Update path for change in kochi-ttf installation; PKGREVISION=1. | wiz | 2 | -4/+5 | |
2004-01-25 | Install into TTF instead of TrueType subdir. PKGREVISION=2. | wiz | 2 | -16/+15 | |
2004-01-25 | Install into TTF instead of TrueType subdir. PKGREVISION=3. | wiz | 2 | -34/+34 | |