Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-10 | Split out the code that deals with checking whether the software is | jlam | 4 | -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-09 | Invoke the C++ compiler explicitly - fixes a build problem with gcc3. | agc | 2 | -1/+26 | |
2004-03-08 | Add gnome to CATEGORIES. | jmmv | 1 | -2/+2 | |
2004-03-08 | Handle some shared directories by depending on (or updating dependancies to | jmmv | 1 | -3/+3 | |
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION. | |||||
2004-03-07 | Correct HOMEPAGE. | minskim | 1 | -2/+2 | |
2004-03-07 | Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation | jmmv | 1 | -2/+2 | |
database. | |||||
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 2 | -20/+15 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-03-03 | Changes 5.0.0: | adam | 6 | -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-01 | I'm no longer maintaining these packages. | junyoung | 1 | -2/+2 | |
2004-03-01 | The NetBSD-current tar has problems with -C (see PR bin/24611) | kristerw | 1 | -2/+2 | |
Work around this problem by explicitly "cd" into the directory instead of using the -C option. | |||||
2004-02-29 | Use tab instead of spaces for indentation to make pkglint happy. | recht | 1 | -2/+2 | |
2004-02-26 | Use fonts.mk. Misc. clean-ups. | uebayasi | 2 | -23/+21 | |
2004-02-26 | * Use fonts.mk | uebayasi | 2 | -23/+32 | |
* Install files as *.pcf.gz. * Misc. clean-ups. File names and INSTALL/DEINSTALL scripts change. Bump revision to 1. | |||||
2004-02-22 | Correct an entry in MASTER_SITES. | snj | 1 | -2/+2 | |
2004-02-21 | s/Traditinal/Traditional/ | snj | 1 | -2/+2 | |
2004-02-20 | unused | jmmv | 1 | -31/+0 | |
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. |