jlam
d0b4c54eb6
Split out the code that deals with checking whether the software is
...
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-10 17:57:14 +00:00
agc
aa9023a1a0
Invoke the C++ compiler explicitly - fixes a build problem with gcc3.
2004-03-09 14:47:09 +00:00
jmmv
3dff72c34f
Add gnome to CATEGORIES.
2004-03-08 19:55:10 +00:00
jmmv
ae5a97419f
Handle some shared directories by depending on (or updating dependancies to
...
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
minskim
0d2e48edf3
Correct HOMEPAGE.
2004-03-07 21:10:58 +00:00
jmmv
d44aa584ab
Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation
...
database.
2004-03-07 12:09:20 +00:00
jlam
9ff0e10340
Reorder location and setting of BUILDLINK_PACKAGES to match template
...
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
adam
4de2eb35f5
Changes 5.0.0:
...
- 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-03 11:28:11 +00:00
junyoung
1b88b7954b
I'm no longer maintaining these packages.
2004-03-01 13:42:25 +00:00
kristerw
013c549a86
The NetBSD-current tar has problems with -C (see PR bin/24611)
...
Work around this problem by explicitly "cd" into the directory instead
of using the -C option.
2004-03-01 00:56:24 +00:00
recht
4de5532b13
Use tab instead of spaces for indentation to make pkglint happy.
2004-02-29 00:22:43 +00:00
uebayasi
e01669e001
Use fonts.mk. Misc. clean-ups.
2004-02-26 08:37:24 +00:00
uebayasi
da49525ffa
* Use fonts.mk
...
* Install files as *.pcf.gz.
* Misc. clean-ups.
File names and INSTALL/DEINSTALL scripts change. Bump revision to 1.
2004-02-26 08:15:27 +00:00
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