Commit graph

509 commits

Author SHA1 Message Date
snj
6d2434b872 Correct an entry in MASTER_SITES. 2004-02-22 07:10:44 +00:00
snj
08c22b0d3f s/Traditinal/Traditional/ 2004-02-21 07:00:57 +00:00
jmmv
276a72928c unused 2004-02-20 19:26:57 +00:00
jlam
356defdb76 Add BUILDLINK_DEPENDS.<pkg> for dependencies in a section that is invoked
only if we're not using the built-in versions of the package.
2004-02-19 19:12:26 +00:00
jlam
555f2ef6ff Move the settings, which force the use of builtin versions of dependencies
if the builtin version of the package is being used, into a global
location so that they're always executed.
2004-02-19 18:51:01 +00:00
minskim
ac264f1d0f Add and enable py-TTFQuery. 2004-02-19 00:45:12 +00:00
minskim
15739811c9 Import py-TTFQuery from pkgsrc-wip. Packaged by Michal Pasternak and
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 00:43:53 +00:00
minskim
854df37cf8 Remove redundant PY_PATCHPLIST=yes. 2004-02-19 00:38:12 +00:00
minskim
ae24c60c33 Add and enable py-fonttools. 2004-02-19 00:24:47 +00:00
minskim
6aa4d44012 Import py-fonttools from pkgsrc-wip. Packaged by Michal Pasternak and
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-19 00:22:41 +00:00
jlam
d51a733eeb If we're using the built-in version of the software, then we must also
be using built-in versions of any other software pulled in via
buildlink3.mk files.
2004-02-18 16:53:52 +00:00
jlam
bf6e059da4 Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in the
environment overrides all other settings.
2004-02-18 16:35:27 +00:00
jlam
db721b59fc fontconfig had a really weird version numbering system. Version 2.0 is
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-18 14:58:37 +00:00
snj
bca846e452 Pass "--with-freetype-src=no" to configure in order to avoid a nasty
"find /".  From Ron Roskens in PR pkg/23262.

Okayed by wiz.
2004-02-17 20:41:56 +00:00
jlam
7c786e9ed4 Check the version of the XFree86-provided Xft2 library. 2004-02-17 16:48:45 +00:00
jmmv
167c65d18a When using the native version of this library, symlink the .pc file into
the buildlink directory so that pkg-config can find it.  Ok'ed by jlam@.
2004-02-17 16:27:54 +00:00
jlam
bf00d4220b Missing a "=" in the ">=". 2004-02-17 14:44:10 +00:00
jlam
0eb0b64bfb Don't include other buildlink3.mk files if we're just checking whether the
software is built-in.
2004-02-17 09:13:33 +00:00
jlam
a341a51bdd Typo. 2004-02-16 22:55:24 +00:00
jlam
aa4cae6de8 fontconfig is in the "fonts" category. 2004-02-16 22:47:23 +00:00
jlam
f8b4024272 Xft2 only needs Xrender>=0.8. 2004-02-16 21:05:57 +00:00
jlam
4669f7fef1 Remove patches made redundant since we override libtool. 2004-02-16 21:05:13 +00:00
jlam
f7749f386b Typo. 2004-02-16 19:24:14 +00:00
jlam
e8ddff44ae Do the dance to check the version of the XFree86-provided fontconfig.
Also correct the list of buildlink2.mk files included by
fontconfig/buildlink2.mk.
2004-02-16 19:16:59 +00:00
jlam
a9a825bd0a The GNU configure script now only accepts --with-freetype-config to set
the location of freetype2 headers and libraries.
2004-02-16 19:15:21 +00:00
jlam
a567665fad Remove redundant addition to BUILDLINK_DEPENDS.freetype2 that's already
added by fontconfig/buildlink3.mk.  Also use += to append to
BUILDLINK_DEPENDS.Xrender instead of setting it.
2004-02-16 12:49:29 +00:00
jmmv
5207f1a918 Explicitly list shared directories and where they are removed. 2004-02-16 00:13:17 +00:00
jmmv
062da31ac2 Simplify file list by using wildcards and remove the immodule from it. 2004-02-16 00:12:52 +00:00
jmmv
b4dba18ec5 Explicitly depend on all packages used directly by this one.
While here, use pkgsrc intltool, too.
2004-02-16 00:11:32 +00:00
jmmv
afc530071b Use gtk2's modules.mk file to handle the immodules database, as this package
installs an immodule.  Bump PKGREVISION.  Found by wiz@.
2004-02-16 00:04:08 +00:00
wiz
7516d2814f Add popt/bl2 here too, since it's also explicitly mentioned in
the package's Makefile.
2004-02-15 23:48:28 +00:00
wiz
ed33435b47 Add two files and remove two dirs on deinstall. 2004-02-15 23:48:03 +00:00
wiz
588614db83 Convert to buildlink3. 2004-02-15 23:47:51 +00:00
sketch
c25853a701 Be more explicit with fixing up permissions of files installed by this
package to avoid issues with operating systems which are unable to perform
operations on a directory which is not writable.
2004-02-15 16:53:59 +00:00
minskim
7a47c8d303 Sync required Xrender version with that in Makefile. 2004-02-14 20:43:27 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
minskim
7067483df9 bl3ify 2004-02-12 21:40:02 +00:00
jlam
c0b4f234f1 Don't try to build the docbook documentation. Fixes PR 24367. 2004-02-12 20:52:55 +00:00
jlam
1b2674fcd7 The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk
and any pre-existing buildlink2.mk files.
2004-02-10 20:45:01 +00:00
jlam
bbdd151ce7 BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to the
existing value.  This is critical to set the correct list of dependencies
for a package.
2004-02-09 23:56:32 +00:00
reed
7baa7e4a1d Raise BUILDLINK_DEPENDS.freetype2 to at least 2.1.3.
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 20:20:43 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
xtraeme
ad5aa60d5d bl3ify, enable libtool now we have 1.5.2, remove useless PLIST_SUBST. 2004-02-09 04:17:28 +00:00
recht
9843bb9f40 add buildlink3.mk (needed by graphics/cairo)
noted by xtraeme@
2004-02-03 14:29:29 +00:00
xtraeme
e1cb9f334a XFree86 meta-package can be now installed with or without xpkgwedge,
installation prefix is ${X11PREFIX}/X11R6.

Bump PKGREVISION.
2004-02-02 14:19:01 +00:00
xtraeme
1e76c39e29 Simplify XFree86-fontserver doing the following changes:
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-31 16:47:25 +00:00
xtraeme
9d1cb9eb7b Sort. 2004-01-29 06:37:56 +00:00
xtraeme
a68cfa9009 Add fonts to CATEGORIES. 2004-01-29 06:21:36 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00