summaryrefslogtreecommitdiff
path: root/fonts
AgeCommit message (Collapse)AuthorFilesLines
2004-04-11Convert to buildlink3.snj1-2/+2
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-03re-add checksum which accidently got lostrecht1-1/+3
noted by Hisashi T Fujinaka
2004-04-03Set FREETYPE_CONFIG in MAKE_ENV and use it instead of just freetype-config.recht5-12/+12
2004-04-03Fix compilation with g++2, per a hint from hubertf.wiz2-1/+28
2004-04-01Update to 1.4.0:jmmv6-53/+83
* View by script as well as by Unicode block. * New documentation in the following languages: de es fr it ja ko sv zh_CN zh_HK zh_TW * English documentation improved and updated. * Search modified to look in CJK ideograph definitions as well as character names. Search heuristic also improved in other areas. * Bothersome gucharmap input method removed. * Many user interface improvements. * Much code reorganized. * New and updated translations: ar az bn ca cs cy da de el en_CA en_GB es fa fi fr ga hi id it ja ko lt mn ms nl no pa pl pt pt_BR sk sq sr sr@Latn sv th uk zh_CN
2004-04-01Replace install commands with BSD_INSTALL_*.minskim2-28/+23
2004-03-31replace use of GUNZIP_CMD with GZCAT. minor whitespace tweak.grant1-3/+3
2004-03-31Add -c option to ${GUNZIP_CMD} preventing uncompress distfiles itself.taca1-2/+2
2004-03-30Allow the last known version information to match all future versions ofjlam1-1/+2
XFree86 until we know for certain that it's different. This makes us more bulletproof to updates in xsrc.
2004-03-30Use "XF86_VERSION" instead of "_XF86_VERSION" as the variable name sincejlam1-7/+7
we use it in several places within pkgsrc as a public variable.
2004-03-30Bump PKGREVISION to propagate the fonts.dir related fix inrecht1-1/+2
mk/install/fonts rev. 1.5.
2004-03-29Add missing conflict on the old/other ttmkfdir.recht1-1/+3
2004-03-29+ttmkfdir2recht1-1/+2
2004-03-29initial import of ttmkfdir2-20021109recht7-0/+92
(Yu Shao's ttmkfdir) adresses PR 24934 by Martin Husemann patch-a[ac] are adapted from FreeBSD port's
2004-03-29Match the template builtin.mk file in bsd.builtin.mk, and make the twojlam2-15/+32
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly.
2004-03-29Make sure X11_TYPE=XFree86 is defined before building X11 packages,xtraeme3-3/+6
this will fix wrong binary packages made by bulk builds.
2004-03-28Add missing files plus some modifications.xtraeme1-0/+50
2004-03-28Upgrade XFree86 packages to 4.4.0.xtraeme24-4701/+4548
To see a full list of changes, please review: http://xfree86.org/4.4.0/RELNOTES.html These packages has been tested under NetBSD 1.6/-current, FreeBSD 4.x/5.x, and GNU/Linux (i386) by Jeremy C. Reed, Michal Pasternak and myself.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-21Added HOMEPAGE.heinz1-2/+6
Adapted to buildlink3. Uses no compiler, so USE_LANGUAGES is empty.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam3-9/+6
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-14Make build with gcc-2.95.3.wiz2-1/+16
2004-03-10Split out the code that deals with checking whether the software isjlam4-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-09Invoke the C++ compiler explicitly - fixes a build problem with gcc3.agc2-1/+26
2004-03-08Add gnome to CATEGORIES.jmmv1-2/+2
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-07Correct HOMEPAGE.minskim1-2/+2
2004-03-07Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentationjmmv1-2/+2
database.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam2-20/+15
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-03Changes 5.0.0:adam6-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-01I'm no longer maintaining these packages.junyoung1-2/+2
2004-03-01The NetBSD-current tar has problems with -C (see PR bin/24611)kristerw1-2/+2
Work around this problem by explicitly "cd" into the directory instead of using the -C option.
2004-02-29Use tab instead of spaces for indentation to make pkglint happy.recht1-2/+2
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.