summaryrefslogtreecommitdiff
path: root/fonts
AgeCommit message (Collapse)AuthorFilesLines
2008-01-22USE_TOOLS+=gzip on a bunch of font packages.tnn25-49/+51
2008-01-22Switch to usual MASTER_SITE_SOURCEFORGE.obache1-2/+2
Noticed by Zafer Aydogan via private mail.
2008-01-22Remove dead mirror sites.obache1-3/+2
Noticed by Zafer Aydogan via private mail. And also update original distribution url.
2008-01-22Remove unusable mirror sites.obache1-5/+2
Noticed by Zafer Aydogan via private mail.
2008-01-11update to 1.10.2drochner3-10/+10
changes: translation updates
2008-01-05Setting "USE_BUILTIN.Xrender" and "USE_BUILTIN.fontconfig" here is verytron1-4/+1
bogus because we need these variables to be defined and not to be "no" to decide whether we want to use the builtin version.
2008-01-05It's a META_PACKAGE.rillig1-10/+2
2007-12-26Create installation directories.taca1-1/+2
Noted by Yamashiro, Jun on tech-pkg-ja.
2007-12-11Add and enable monafonts-ttf.obache1-1/+2
2007-12-11Import monafonts-2.90.obache4-0/+37
Based on packaged by Yamashiro Jun in PR 37450. pkglintfy, fix PLIST and DESTDIR support by me. TrueType kanji propotional fonts that have same metric and order as Japanese Windows font. This is named after ascii art 'mona' used in '2 channel' ,notrious huge Web BBS.
2007-12-11Add and enabe vlgothic-ttf.obache1-1/+2
2007-12-11Import vlgothic-ttf version 20071031.obache4-0/+40
Based on packaged by Yamashiro Jun in PR 37449. pkglintfy, DESTDIR support by me. VLGothic is Japanese TrueType font using by Vine Linux. Based on Sazanami Gothic and M+ font.
2007-12-11DESTDIR ready.obache1-2/+4
2007-12-02Remove Ex-MASTER_SITE. From Zafer Aydogan.wiz1-4/+3
2007-12-01Adjusted the dependency to the current PKGREVISION of acroread-font-share.rillig4-8/+8
2007-12-01It's a bad idea to install a directory with permissions 644.rillig2-5/+7
PKGREVISION++
2007-11-30Update to 2.5.0:wiz9-2775/+265
2.5 Keith Packard (4): Document several function return values (Bug 13145). Document that Match calls FcFontRenderPrepare (bug 13162). Document that FcConfigGetFonts returns the internal fontset (bug 13197) Revert "Remove fcprivate.h, move the remaining macros to fcint.h." Tor Lillqvist (1): Workaround for stat() brokenness in Microsoft's C library (bug 8526) 2.4.92 (2.5 RC2) Behdad Esfahbod (14): Make fc-match --sort call FcFontRenderPrepare. Port fonts-persian.conf to new alias syntax with binding="same" Fix trivial bugs in edit-sgml.c Add FcGetLangs() and FcLangGetCharSet(). Add/update config files from Fedora. Split 40-generic.conf into 40-nonlatin.conf and 45-latin.conf Use binding="same" in 30-urw-aliases.conf and remove duplicate entries. Remove redundant/obsolete comments from conf files. Remove 20-lohit-gujarati.conf. It's covered by 25-unhint-nonlatin.conf now. Oops, fix Makefile.am. Remove 25-unhint-nonlatin.conf from default configuration by not linking it. Fix documented conf-file naming format in README Remove list of available conf files from README. Simplify/improve 30-metric-aliases.conf Keith Packard (25): Also check configDirs mtimes in FcConfigUptoDate Respect "binding" attribute in <alias> entries. Correct documentation for FcAtomicLock (Bug 12947). Remove fcprivate.h, move the remaining macros to fcint.h. Correct documentation for FcConfigUptoDate (bug 12948). Document skipping of fonts from FcFileScan/FcDirScan. Make file_stat argument to FcDirCacheLoadFile optional. Clean up exported names in fontconfig.h. Track line numbers in sgml edit tool input. Typo error in function name: Inverval -> interval Don't check cache file time stamps when cleaning cache dir. Use FcLangDifferentTerritory instead of FcLangDifferentCountry. Verify documentation covers exposed symbols. Document previously undocumented functions. (bug 12963) Update documentation for FcStrCopyFilename (bug 12964). Update documentation for stale FcConfigGetConfig function. Have FcConfigSetCurrent accept the current configuration and simply return Remove references to FcConfigParse and FcConfigLoad. Replace incorrect documentation uses of 'char' with 'FcChar8' (bug 13002). Fix formatting syntax in doc/fccache.fncs Generate fccache.sgml, fcdircache.sgml and fclangset.sgml. Formatting syntax mistake in doc/fclangset.fncs. Link new function documentation into the fontconfig-devel.sgml Ignore new generated documentation Export FcConfig{G,S}etRescanInverval from .so, mark as deprecated. 2.4.91 (2.5 RC1) Behdad Esfahbod (1): Update CaseFolding.txt to Unicode 5.1.0 Dwayne Bailey (1): Add/fix *.orth files for South African languages Hideki Yamane (1): Handle Japanese fonts better. (debian bug #435971) Keith Packard (32): rehash increment could be zero, causing rehash infinite loop. Work around FreeType bug when glyph name buffer is too small. Free temporary string in FcDirCacheUnlink (Bug #11758) Fix ChangeLog generation to avoid circular make dependency Store font directory mtime in cache file. Comment about mmaping cache files was misleading. Make FC_FULLNAME include all fullname entries, elide nothing. [bug 12827] Remove unneeded call to access(2) in fc-cache. Improve verbose messages from fc-cache. Verbose message about cleaning directories was imprecise Don't use X_OK bit when checking for writable directories (bug 12438) Have fc-cache remove invalid cache files from cache directories. FcConfigParseAndLoad doc was missing the last param. Place language name in constant array instead of pointer. Must not insert cache into hash table before completely validating. Eliminate relocations for glyph name table. Eliminate relocations from FcCodePageRange structure (bug 10982). Leave generated headers out of distribution (bug 12734). Move <cachedir> elements to the end of fonts.conf. Add BRAILLE PATTERN BLANK to list of blank glyphs. Replace makealias pattern with something supported by POSIX grep (bug 11083) FcInit should return FcFalse when FcInitLoadConfigAndFonts fails. (bug 10976) There is no U+1257 (bug 10899). Spelling errors in documentation. (bug 10879). Oops. Left debugging printf in previous commit. Handle UltraBlack weight. Fix parallel build in fontconfig/docs (bug 10481). Distribute man source files for command line programs (bug 9678). Ensure weight/slant values present even when style is supplied (bug 9313). fontconfig needs configure option to use gnu iconv (bug 4083). Match 'ultra' on word boundaries to detect ultra bold fonts. (bug 2511) Build fix for Solaris 10 with GCC. Mike FABIAN (1): Avoid crashes if config files contain junk. Stephan Kulow (1): Make FcPatternDuplicate copy the binding instead of always using Strong. Tilman Sauerbeck (2): Store FcNoticeFoundries in read-only memory. Store FcVendorFoundries in read-only memory.
2007-11-29Update to 2.21:wiz3-26/+26
Changes from 2.20 to 2.21 - added U+FE20-U+FE23 (half diacritics) to Sans (by Denis Jacquerye) - added anchor "half" to position right half of double marks, U+FE21 or U+FE23 to Sans (by Denis Jacquerye) - shifted U+0360 up to avoid collision with some outlines in Sans (by Denis Jacquerye) - added anchor above-mark anchor to U+035D, U+035E, U+0360, U+0361 in Sans (by Denis Jacquerye) - added instructions for ff, ffi, ffl ligatures in Serif Bold (by Eugeniy Meshcheryakov) - added instructions to some N'Ko glyphs (by Wesley Transue) - added instructions to some Lao glyphs (by Wesley Transue) - cleaning up 'liga' Standard Ligature in Latin, in Sans and Sans Mono (by Denis Jacquerye) - added U+046A, U+046B (big yus) in Serif (by Andrey V. Panov) - added box drawing symbols to Sans and Serif (by Lars Næsbye Christensen) - added Makefile to improve font and packages generating (by Nicolas Mailhot) Changes from 2.19 to 2.20 - removed TeX and TeXData tags from all sfd files (by Eugeniy Meshcheryakov) - removed all 'frac' lookups (by Eugeniy Meshcheryakov) - fixed duplicate glyph names (by Eugeniy Meshcheryakov) - removed standard ligatures with U+00B7 in Mono (by Eugeniy Meshcheryakov) - use reference to U+002D in U+00AD in Sans Oblique, and adjust instructions (by Eugeniy Meshcheryakov) - updated Cyrillic in Sans Extra Light (by Andrey V. Panov) - added instructions to N'Ko U+07C1-U+07C6, U+07CA, U+07CE-U+07CF, U+07D1, U+07D3-U+07D4, U+07D8, U+07DB and U+07EB in Sans (by Wesley Transue) - added instructions to Lao U+0E8A, U+0E95, U+0E97, U+EA5, U+0EB4 and U+0EB5 (by Wesley Transue) - adjusted instructions for Hebrew glyphs (by Denis Jacquerye) - added instructions for U+0265 in Sans Bold (by Denis Jacquerye) - fix U+1D68 in Sans: it had the shape of delta, where it should be a rho (by Ben Laenen) - remove U+1D5C glyph in Sans Oblique (it was empty) (by Ben Laenen) - fix instructions of U+01AD in Sans Bold (by Ben Laenen) - fix instructions of U+042D in Serif (by Ben Laenen) - remove buggy instructions of U+2328 in Serif (by Ben Laenen) - corrected width of U+2C75-U+2C76 in Sans Bold and Serif Bold (by Gee Fung Sit) - added U+2C75-U+2C77 to Mono (by Gee Fung Sit)
2007-11-25Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan.wiz2-5/+5
2007-11-17Changes 20071110:adam5-24/+27
* Bug fixes * Improvements
2007-11-15Sunpro needs some more patches.rillig5-12/+77
2007-11-12Take maintainership.uebayasi2-4/+4
2007-11-11Remove ginkaku.kudpc.kyoto-u.ac.jp from MASTER_SITES, doesn't resolve.wiz1-3/+2
From Zafer Aydogan in PR 37314.
2007-11-05+ thaixfontsrillig1-1/+2
2007-11-05Remove unusual rename trick.obache3-26/+29
Add destdir support.
2007-11-03Imported thaixfonts from pkgsrc-wip.rillig5-0/+165
A collection of Thai fonts for X11. Includes: - DBThaiText family - DBNarai family - Manop's fonts - Voradesh fonts - Etl Thai - Phaisarn's fonts - Phaisarn's Linux console fonts (untested) They use tis-620 encoding. See home page for more info. Packaged by scole_mail@softhome.net.
2007-11-02Optionalize X11 support. Requested & tested by Fredrik Ljung.uebayasi2-6/+17
Reviewed By: abs
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam4-6/+4
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Move code that generates a dynamic PLIST from the {pre,do,post}-installjlam1-11/+9
targets and into a GENERATE_PLIST variable definition. Remove some unnecessary empty PLISTs as a result of properly setting GENERATE_PLIST.
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam2-0/+4
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam6-8/+0
can handle packages having no PLIST files.
2007-10-16The ABI and API changed in 2.4.2.reed1-3/+2
So get rid of BUILDLINK_ABI_DEPENDS.fontconfig. And increase BUILDLINK_API_DEPENDS.fontconfig to fontconfig>=2.4.2. Noticed this when using a binary package for qt4-libs built on different system: /usr/pkg/qt4/lib/libQtGui.so: undefined reference to `FcFreeTypeQueryFace' I am not bumping the PKGREVISIONs for all the dependents, since the upgrade to fontconfig 2.4.2 happened ten months ago.
2007-10-09Fixed installation by splitting the code into the correct phases.rillig1-14/+7
2007-10-07fix obsolete URLs for www.NetBSD.orgkano1-2/+2
close PR pkg/37071 reviewd by xtraeme@
2007-09-28add a patch from Ubuntu to fix CVE-2007-4033 (buffer overflow indrochner3-3/+21
path handling), bump PKGREVISION (from Martti Kuparinen)
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-2/+2
Bump PKGREVISION.
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz1-1/+2
2007-09-18update to 1.10.1drochner3-9/+16
changes: minor bugfixes
2007-09-16+ liberation-ttf.wiz1-1/+2
2007-09-16Initial import of liberation-ttf-0.2, package by Bartosz Kuzma forwiz4-0/+59
pkgsrc-wip. On May 9, 2007, Red Hat announced the public release of these fonts under the trademark LIBERATION at the Red Hat Summit. There are three sets: Sans (a substitute for Arial, Albany, Helvetica, Nimbus Sans L, and Bitstream Vera Sans), Serif (a substitute for Times New Roman, Thorndale, Nimbus Roman, and Bitstream Vera Serif) and Mono (a substitute for Courier New, Cumberland, Courier, Nimbus Mono L, and Bitstream Vera Sans Mono).
2007-09-04Fix path to and dependency on Perl. Bump revision.joerg1-2/+9
2007-08-23add and enable inconsolata-ttfjnemeth1-1/+2
2007-08-22Initial commit of Inconsolata fontsmb4-0/+41
2007-08-22I named it wrong...smb4-39/+0
2007-08-22Add Inconsolata TTF fontsmb4-0/+39
2007-08-18Changes 20070808:adam3-10/+10
* Bug fixes and improvements
2007-08-17To quote Johnny Lam: "In modular-xorg we trust"joerg32-4880/+1
Remove xorg 6.9 packages from pkgsrc.
2007-08-16Fix up quoting so that it works for NetBSD/macppc.joerg2-4/+4
2007-08-16Kill redundant configure check and use the earlier computed sizesjoerg2-1/+208
directly. Allows t1lib to be cross-compiled.
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.