Commit graph

1325 commits

Author SHA1 Message Date
taca
0ba3275e36 Create installation directories.
Noted by Yamashiro, Jun on tech-pkg-ja.
2007-12-26 15:23:21 +00:00
obache
8c1ad89211 Add and enable monafonts-ttf. 2007-12-11 13:17:40 +00:00
obache
f735e564f0 Import monafonts-2.90.
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-11 13:16:29 +00:00
obache
380379f0d4 Add and enabe vlgothic-ttf. 2007-12-11 12:53:42 +00:00
obache
2fe069b4f8 Import vlgothic-ttf version 20071031.
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-11 12:52:06 +00:00
obache
626fbc6387 DESTDIR ready. 2007-12-11 12:29:39 +00:00
wiz
c5ceca1ab7 Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:59:28 +00:00
rillig
e808661214 Adjusted the dependency to the current PKGREVISION of acroread-font-share. 2007-12-01 03:57:28 +00:00
rillig
288e79d61a It's a bad idea to install a directory with permissions 644.
PKGREVISION++
2007-12-01 03:56:44 +00:00
wiz
247bb52560 Update to 2.5.0:
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-30 22:31:15 +00:00
wiz
9117ec38e6 Update to 2.21:
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-29 22:51:06 +00:00
wiz
9db51297ba Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan. 2007-11-25 11:52:44 +00:00
adam
0f5f1dd10a Changes 20071110:
* Bug fixes
* Improvements
2007-11-17 21:20:49 +00:00
rillig
53bc38d7c1 Sunpro needs some more patches. 2007-11-15 06:36:45 +00:00
uebayasi
dc8c968226 Take maintainership. 2007-11-12 00:10:09 +00:00
wiz
b73520b201 Remove ginkaku.kudpc.kyoto-u.ac.jp from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37314.
2007-11-11 23:49:14 +00:00
rillig
d498b089e1 + thaixfonts 2007-11-05 15:38:40 +00:00
obache
521e8a1c43 Remove unusual rename trick.
Add destdir support.
2007-11-05 06:12:00 +00:00
rillig
fb29d008f3 Imported thaixfonts from pkgsrc-wip.
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-03 15:33:12 +00:00
uebayasi
ad45ea3e3f Optionalize X11 support. Requested & tested by Fredrik Ljung.
Reviewed By:	abs
2007-11-02 00:41:04 +00:00
jlam
ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
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-25 22:00:39 +00:00
jlam
b5e6ca3a7e Move code that generates a dynamic PLIST from the {pre,do,post}-install
targets and into a GENERATE_PLIST variable definition.  Remove some
unnecessary empty PLISTs as a result of properly setting GENERATE_PLIST.
2007-10-25 21:04:21 +00:00
jlam
38c496d6c0 Re-add "intentionally empty" PLISTs for meta-packages and other packages
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-25 17:49:45 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
reed
e098a0e88f The ABI and API changed in 2.4.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-16 18:12:56 +00:00
rillig
d00cb82f4e Fixed installation by splitting the code into the correct phases. 2007-10-09 11:40:30 +00:00
kano
abdb54b351 fix obsolete URLs for www.NetBSD.org
close PR pkg/37071
reviewd by xtraeme@
2007-10-07 12:59:11 +00:00
drochner
0c89fa3fd0 add a patch from Ubuntu to fix CVE-2007-4033 (buffer overflow in
path handling), bump PKGREVISION
(from Martti Kuparinen)
2007-09-28 08:42:07 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
42825e73a6 Bump PKGREVISION for gnome-vfs rename. 2007-09-19 23:18:43 +00:00
drochner
3176f60d65 update to 1.10.1
changes: minor bugfixes
2007-09-18 19:19:56 +00:00
wiz
e2f82fcc08 + liberation-ttf. 2007-09-16 15:41:43 +00:00
wiz
38f36e505d Initial import of liberation-ttf-0.2, package by Bartosz Kuzma for
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-16 15:40:05 +00:00
joerg
633f818ffd Fix path to and dependency on Perl. Bump revision. 2007-09-04 19:27:18 +00:00
jnemeth
67816323ed add and enable inconsolata-ttf 2007-08-23 10:47:27 +00:00
smb
8e334197ce Initial commit of Inconsolata font 2007-08-22 15:16:36 +00:00
smb
4f8ea62444 I named it wrong... 2007-08-22 01:58:36 +00:00
smb
c866491dd0 Add Inconsolata TTF font 2007-08-22 01:19:28 +00:00
adam
d8db62c38f Changes 20070808:
* Bug fixes and improvements
2007-08-18 13:29:30 +00:00
joerg
16e1145b01 To quote Johnny Lam: "In modular-xorg we trust"
Remove xorg 6.9 packages from pkgsrc.
2007-08-17 20:25:03 +00:00
joerg
5667b5a286 Fix up quoting so that it works for NetBSD/macppc. 2007-08-16 13:12:37 +00:00
joerg
417150939a Kill redundant configure check and use the earlier computed sizes
directly. Allows t1lib to be cross-compiled.
2007-08-16 03:25:05 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
joerg
e264929eaf Supports DESTDIR installation. 2007-08-08 17:20:36 +00:00
obache
28fd49fb46 Update dejavu-ttf to 2.19.
Based on maintainer update request in PR 36749.

 Changes from 2.18 to 2.19

    * fixed misplaced symbols (U+2325,2326) in Sans Oblique (by John Karp)
    * added Mark to Base anchors: 'cedilla' for combining cedilla and 'above-legacy' for stacking above precomposed glyphs (just a,e,i,o,u with macron for now) in Sans (by Denis Jacquerye).
    * added contextual substitution for Case and Dotless forms in all Sans variants (by Denis Jacquerye).
    * renamed 'ccmp' lookups for RTL and Basic (LGC, etc.) (by Denis Jacquerye)
    * added anchor 'cedilla' for vowels in Sans. (by Denis Jacquerye)
    * extended contextual dotless and case substitutions to handle both below and above diacritics (by Denis Jacquerye)
    * renamed Dotless and Case Form GSUB lookups in Sans with meaningful names (by Denis Jacquerye)


Changes from 2.17 to 2.18

    * Re-encoded the source files for Full Unicode (by Ben Laenen)
    * Re-enabled the "ff", "fl", "fi", "ffl", "ffi" ligatures by default in Serif (by Ben Laenen)
    * Disabled the "fi", "ffi" ligatures for languages with dotless i in Serif (by Ben Laenen)
    * added Tifinagh to Sans Book and Bold, U+2D30-U+2D65, U+2D6F, partially hinted in Sans Book. (by Denis Jacquerye)
    * added Tai Xuan Jing Symbols (U+1D300-1D356) to Sans (by Re'my Oudompheng)
    * added double-struck letters (U+1D538-U+1D56B minus reserved code points) to Sans (by Gee Fung Sit é­»êÊö)
    * added U+22EE-U+22F1 to Sans (by Gee Fung Sit é­»êÊö)
    * added U+2C67-U+2C6C, U+2C75-U+2C77 to Serif (by Gee Fung Sit é­»êÊö)
    * italicized various glyphs in Latin Extended-B, IPA Extensions, Spacing Modifier Letters, Phonetic Extension (Supplement) and Super- and Subscripts in Serif Oblique fonts (by Gee Fung Sit é­»êÊö)
    * modified outlines, bearings of Hebrew U+05D6, U+05D8, U+05DB, U+05DE, U+05E0, U+05E1, U+05E2, U+05EA in Sans Book and Oblique, adjusted hinting in Book based on Yotam Benshalom's comments. (by Denis Jacquerye)
    * added Braille Patterns (U+2800-U+28FF) to Serif fonts (by Gee Fung Sit é­»êÊö)
    * added N'Ko to Sans Book and Bold: U+07C0-U+07E7, U+07EB-U+07F5, U+07F8-U+07FA (by ?§Ó§Ô§Ö§ß?§Û §®§Ö§ë§Ö§â§ñ§Ü§à§Ó)
    * added U+0ED8 (Lao digit 8) to Sans (by Re'my Oudompheng)
    * added Lao diacritics U+0EB0-0EB9, U+0EBB-0EBC, U+0EC8-0ECD to Mono (by Re'my Oudompheng)
    * renamed Serif [Bold] Oblique, make it Italic (by ?§Ó§Ô§Ö§ß?§Û §®§Ö§ë§Ö§â§ñ§Ü§à§Ó)
    * added U+29FA-U+29FB to Sans and Sans Mono (by Gee Fung Sit é­»êÊö)
    * swapped glyphs for Eng U+014A from Sami Eng to African Eng, the latter being more common (by Denis Jacquerye)
    * swapped ae U+00E6 and ae.alt in Serif Italics fonts, thus fixing #8213 (by Denis Jacquerye)
    * minor improvements to Misc. Symbols in Sans (by Gee Fung Sit é­»êÊö)
    * minor improvements and additions to Sans ExtraLight (by Gee Fung Sit é­»êÊö)
    * improved instructions for various Cyrillic letters (by ?§Ó§Ô§Ö§ß?§Û §®§Ö§ë§Ö§â§ñ§Ü§à§Ó)
    * fixed hinting of theta and chi in Sans Book (by Ben Laenen)
    * added Georgian Mkhedruli to Sans, Serif and Mono, Asomtavruli to Sans and Serif (by Besarion Gugushvili)


Changes from 2.16 to 2.17

    * Sans fonts: fix position for certain combinations of Arabic fatha, kasra, shadda, damma, kasratan, dammatan, fathatan and hamza (by Ben Laenen)
    * added 'ae.alt' to Serif Oblique fonts, with design matching shape of italic 'a' instead of slanted 'a', see bug:8213 (by Denis Jacquerye)
    * added super- and subscripts to Serif and Mono: U+1D2C-U+1D2E, U+1D30-U+1D3C, U+1D3E-U+1D42, U+1D62-U+1D65, U+1D78, U+2071, U+207A-U+207E, U+208A-U+208E, U+2090-U+2094 (by Gee Fung Sit é­»êÊö)


Changes from 2.15 to 2.16

    * fixed hinting instructions for digits in DejaVu Sans Oblique, Bold Oblique, and Serif Book to not change glyph width (by ?§Ó§Ô§Ö§ß?§Û §®§Ö§ë§Ö§â§ñ§Ü§à§Ó)
    * added instructions for U+0404, U+0411, U+0413, U+0414, U+0417-U+041B, U+041F, U+0423, U+0424, U+0426-U+0429, U+042C, U+042E, U+042F, U+0490 in Serif Bold (by ?§Ó§Ô§Ö§ß?§Û §®§Ö§ë§Ö§â§ñ§Ü§à§Ó)
    * added U+0220 and Eng.alt to Serif fonts (by Denis Jacquerye)
    * added U+232C, U+2394, U+23E3 to Sans fonts (by John Karp)
    * added U+230C-U+230F, U+231C-U+231F to Sans fonts, fixing bug:9547 (by John Karp)
    * adjusted dot below, dot above, dieresis above, dieresis below in Sans fonts (by Denis Jacquerye)
    * added U+2300, U+2301, U+2303, U+2304, U+2305, U+2307, U+2326, U+2327, U+232B, arrow.base to Sans fonts (by John Karp)
    * adjusted dot and dieresis below and above in Serif fonts (by Denis Jacquerye)
    * added U+1E1C-U+1E1D to Serif fonts (by Denis Jacquerye)
    * added U+22BE, U+22BF (by Wesley Transue)
    * added U+2324; modified U+2325: more standard proportions, and matches U+2324 and U+2387; added U+2387 : flipped U+2325 with standard arrowhead (by John Karp)
    * added Lao digits U+0ED0-0ED7, U+0ED9 (by Re'my Oudompheng)
    * added to Mono in Arabic block : U+060C, U+0615, U+061B, U+061F, U+0621-U+063A, U+0640-0655, U+065A, U+0660-066F, U+0674, U+0679-0687, U+0691, U+0692, U+0698, U+06A1, U+06A4, U+06A9, U+06AF, U+06B5, U+06BA, U+06BE, U+06C6, U+06CC, U+06CE, U+06D5, U+06F0-06F9 (by Re'my Oudompheng)
    * added to Mono in Arabic Presentations Forms-A : U+FB52-FB81, U+FB8A-FB95, U+FB9E, U+FB9F, U+FBAA-FBAD, U+FBE8, U+FBE9, U+FBFC-FBFF (by Re'my Oudompheng)
    * added to Mono in Arabic Presentations Forms-B : U+FE70-FE74, U+FE76-FEFC, U+FEFF (by Re'my Oudompheng)
    * added U+05BA, U+05BE, U+05F3, U+05F4, U+FB1E, U+FB21-U+FB28, U+FB4F to Sans (by ?§Ó§Ô§Ö§ß?§Û §®§Ö§ë§Ö§â§ñ§Ü§à§Ó)
    * added U+2102 to Mono (by ?§Ó§Ô§Ö§ß?§Û §®§Ö§ë§Ö§â§ñ§Ü§à§Ó)
    * added U+2983-U+2984 to Sans (by Gee Fung Sit é­»êÊö)
    * added U+2A2F to Sans, Serif and Mono (by Gee Fung Sit é­»êÊö)
    * added U+2373-2375, U+237A to Sans (by John Karp)
    * converted kern pairs to kern classes with Tavmjong Bah's scripts (by Denis Jacquerye)
    * set ScriptLang of kerning classes to just latn because of Pango bug (by Denis Jacquerye)
    * added DNK to ScriptLang latn otherwise it is excluded, and SRB and MDK to cyrl (by Denis Jacquerye)
    * removed flag 0x80 in generate.pe, otherwise it generates kerning tables some systems don't like; thus loosing Apple tables (by Denis Jacquerye)
    * removed ligature for precomposed legacy characters of Sans Oblique fonts (by Denis Jacquerye)
    * added bearings to en dash U+2013, em dash U+2014 and figure dash U+2012 by making dashes shorter, preserving character width (by Denis Jacquerye)
    * reduced U+031C, U+0325 (ring below), U+0339 to be entirely visible; added instructions in Sans Book; changed U+1e00-U+1e01 to use new ring below (by Denis Jacquerye)
    * adjusted circumflex below on U+1E12-U+1E13, U+1E18-U+1E19, U+1E3C-U+1E3D, U+1E4A-U+1E4B, U+1E70-U+1E71, U+1E76-U+1E77 in Sans fonts (by Denis Jacquerye)
    * Added U+0ED4, U+0ED5 to DejaVu Sans (by Re'my Oudompheng)
    * Lao-specific anchors (by Re'my Oudompheng)
    * added alternate I to match the small capital in Sans (by Gee Fung Sit é­»êÊö)


Changes from 2.14 to 2.15

    * improved hinting in Sans Oblique to deal with some spacing and inconsistency issues (by Ben Laenen)
    * added anchors to Mono Book, and added GPOS rules for combining diacritics to show up as zero width glyphs (by Ben Laenen)
    * removed U+F21C (PUA), it was copy of U+2C64 from Latin Extended C (by Eugeniy Meshcheryakov)
    * added U+27E6-U+27E7 to Sans (by Gee Fung Sit é­»êÊö)
    * added U+1407, U+1409, U+140C-U+141B, U+141D-U+1425, U+1427-U+142E, U+1435-U+1438, U+143A-U+1449, U+1452, U+1454, U+1457-U+1465, U+1467-U+146A, U+1471, U+1474-U+1482, U+1484-U+1488, U+148F, U+1492, U+14A0, U+14A2, U+14A9, U+14AC-U+14BA, U+14BC, U+14BD, U+14C6, U+14C9-U+14CF, U+14D1, U+14D2, U+14D9, U+14DC-U+14E9, U+14EC, U+14F3, U+14F6-U+1504, U+1506, U+1507, U+1510-U+1525, U+152C, U+152F-U+153D, U+1540, U+1541, U+154E, U+154F, U+1552, U+155B, U+155C, U+1568, U+1569, U+1574-U+157B, U+157D, U+15A7-U+15AE, U+1646, U+1647 (by Eugeniy Meshcheryakov)
    * fixed several contours to not intersect, use horizontal or vertical tangents, use integer coordinates, etc in Sans Book (by Denis Jacquerye)
    * added U+0496-U+0497 in Serif (by Andrey V. Panov)


Changes from 2.13 to 2.14

    * added Philippine peso glyph U+20B1 (by Clayborne Arevalo)
    * made U+2012 have the same width as digits, according to Unicode 5.0, page 206 (by Roozbeh Pournader)
    * made all of the "above" combining characters remove the dot of "i", "j", etc (Soft_Dotted characters), according to Unicode 5.0, page 228 (by Roozbeh Pournader)
    * made U+012F, U+03F3, U+0456, U+0458, U+1E2D, and U+1ECB (all fonts except Mono), U+0249, U+2148, and U+2149 (Sans and Sans Condensed), U+0268 (Sans ExtraLight, Serif and Serif Condensed), and U+029D (Serif and Serif Condensed) respect the Soft_Dotted property (by Roozbeh Pournader)
    * added U+223E, U+223F, U+2240, U+22C2, U+22C3 to Sans (by Re'my Oudompheng)
    * added U+203D to Serif (by Gee Fung Sit é­»êÊö)
    * added zero-width glyphs for U+2061-U+2063 to Sans and Serif (by Gee Fung Sit é­»êÊö)
    * changed isolated forms of Arabic waw (U+0648, U+0624 and U+06C6) (bug #9432) (by Ben Laenen)
    * added Lao consonants U+0E81, U+0E82, U+0E84, U+0E87, U+0E88, U+0E8A, U+0E8D, U+0E94-0E97, U+0E99-0E9F, U+0EA1-0EA3, U+0EA5, U+0EA7, U+0EAA, U+0EAB, U+0EAD-0EAF to Sans Mono (by Re'my Oudompheng)
    * added U+0200-U+0217, U+0226-U+0229, U+02F3, U+1E00-U+1E07, U+1E0A-U+1E0B, U+1E18-U+1E1F, U+1E22-U+1E23, U+1E28-U+1E2D, U+1E3A-U+1E3B, U+1E40, U+1E48-U+1E49, U+1E56, U+1E58-U+1E59, U+1E5E-U+1E5F, U+1E60, U+1E68-U+1E6B, U+1E6E-U+1E6F, U+1E72-U+1E77, U+1E86-U+1E8B, U+1E92-U+1E96, U+1EA0-U+1EA1, U+1EF4-U+1EF5 to Mono (by Ben Laenen)
    * renamed uppercase variants of diacritics (macron, breve, double grave, double acute, inverted breve, dot above) to "uni03XX.case" in Mono (by Ben Laenen)
    * moved uppercase variants of diacritics up in Mono so they properly vertically align on capitals (by Ben Laenen)
    * precomposed glyphs with macron, breve, double grave, double acute, inverted breve, dot above, macron below, breve below, inverted breve below, dot below, cedilla, caron below, circumflex below, diaeresis below, tilde below now reference to combining diacritics instead of space modifiers in Mono (by Ben Laenen)
    * made ring below (U+0325), and half rings below (U+031C and U+0339) smaller in Mono (by Ben Laenen)
    * added U+205F to all fonts (by Roozbeh Pournader)
    * added U+035E-U+035F to Sans (by Roozbeh Pournader)
    * added empty glyphs for U+034F, U+202A-U+202E, U+2060, U+206A-206F, U+FE00-U+FE0F to non-Mono fonts (by Roozbeh Pournader)
    * added U+2101, U+2107-U+2108, U+210B, U+210C, U+2110, U+2112, U+211B, U+211F, U+2123, U+2125, U+2128-U+2129, U+212C-U+212D, U+212F, U+2130-U+2131, U+2133, U+2136-U+213A, U+2141-U+2144, U+2B00-U+2B11, U+2B20-U+2B23 to Sans (by John Karp)
    * reshaped omega (U+03C9) in Mono (by Ben Laenen)
    * added U+2205, U+22C6, U+2300-U+2301, U+2303-U+2306, U+230C-U+230F, U+2312-U+2315, U+231C-U+231F, U+2335, U+2337-U+233E, U+2341-U+2344, U+2347-U+2348, U+234B-U+234D, U+2349-U+2350, U+2352-U+2354, U+2357-U+2359, U+235A-U+235C, U+235E-U+2360, U+2363-U+2365, U+2368-U+2369, U+236B-U+2370, U+2373-U+237A, U+2380-U+2383, U+2388-U+238B, U+2395 in Mono (by Ben Laenen)


Changes from 2.12 to 2.13

    * adjusted U+0198B, U+01B3-U+01B4 in Sans, hinted U+01B4 in Sans Book (by Denis Jacquerye)
    * added U+27F0-U+27FF, U+2906-U+2907, U+290A-U+290B, U+2940-U+2941 to Sans (by Denis Jacquerye)
    * added U+01E6-U+01E9, U+01EE-U+01EF, U+01F4-U+01F5, U+01FC-U+01FF, U+021E-U+021F, U+0245, U+02BD, U+02C9, U+1E9B, U+2045-U+2046, U+2213, U+22C5, U+22EF to Sans Mono (by Roozbeh Pournader)
    * added U+04FA-U+04FD to Sans (by Michael Everson)
    * removed U+2329 and U+232A because of their CJK properties, added U+27E8 and U+27E9 in their stead, fixing part of bug #9038 (by Roozbeh Pournader)
    * corrected and improved U+0466-U+0469, U+046E-U+0471, U+047C-U+047D, U+0482, U+0484-U+0486, U+0492-U+0493, U+04B0-U+04B1, U+050C-U+050D, and U+204A in Sans (by Michael Everson)
    * added instructions for U+0402, U+0409, U+040A, U+040B, U+044D, U+040F, U+0452, U+0459-U+045B, U+045F to Sans Book (by Eugeniy Meshcheryakov)
    * made italic shape for U+431, U+432, U+437, U+43B, U+43C, U+43D, U+444, U+447, U+44D, U+44F, U+459, U+45A in SerifOblique and SerifBoldOblique (by Andrey V. Panov)
    * modified U+024C to match glyph in Unicode chart, fixing bug #9039 (by Denis Jacquerye)
    * made some canonically equivalent characters share the same glyph: U+02B9 = U+0374, U+0343 = U+0313, and U+0387 = U+00B7 also adjusting U+02BA to look like double U+02B9, fixing parts of bug #9038 (by Roozbeh Pournader)
    * changed shapes for U+0478 and U+0479 in Sans to those in the Unicode charts, based on a recent decision by Unicode Technical Committee to only use the digraph form (by Michael Everson)
    * adjusted width of NBSP U+00A0 and NNBSP U+202F, fixing bug #8401 (by Denis Jacquerye)
    * fixed several contours to not intersect, use horizontal or vertical tangents, use integer coordinates, etc (by Roozbeh Pournader and Denis Jacquerye)
    * added U+1402, U+1430, U+144D, U+146C, U+148A, U+14A4, U+14C1, U+14D4, U+14EE, U+1527, U+1545, U+157E, U+158E, U+15AF to Sans (by Eugeniy Meshcheryakov)
    * enlarged width of U+459 and U+45A in Serif (by Andrey V. Panov)
    * made traditional shape for U+452, U+45B (by Andrey V. Panov)
    * added euro sign EUR U+20AC to Sans ExtraLight, making fontconfig recognize the font as supporting English (by Denis Jacquerye)


Changes from 2.11 to 2.12

    * added U+0180 to Serif (by Denis Jacquerye)
    * improved and/or hinted Armenian letters U+0542, U+0546, U+0562, U+0563, U+0564, U+0577, U+0582 in Sans (by Ben Laenen)
    * added U+4FE-U+4FF, U+512-U+513, U+2114, U+214E, U+26B2 to Sans (by Gee Fung Sit é­»êÊö)
    * adjusted U+496-U+497, U+49A-U+4A1 in Sans to match §¨/§Ø and §¬/§Ü respectively (by Gee Fung Sit é­»êÊö)
    * Mathematical Operators in Sans: changed U+22C0-U+22C1 to match other n-ary operators, adjusted U+2203-U+2204, changed U+2220 in Sans to match the style of U+2221 (by Gee Fung Sit é­»êÊö)
    * added U+1401, U+1403-U+1406, U+140A, U+140B, U+1426, U+142F, U+1431-U+1434, U+1438, U+1439, U+1449, U+144A, U+144C, U+144E-U+1451, U+1455, U+1456, U+1466, U+146B, U+146D-U+1470, U+1472, U+1473, U+1483, U+1489, U+148B-U+148E, U+1490, U+1491, U+14A1, U+14A3, U+14A5-U+14A8, U+14AA, U+14AB, U+14BB, U+14C0, U+14C2-U+14C5, U+14C7, U+14C8, U+14D0, U+14D3, U+14D5-U+14D8, U+14DA, U+14DB, U+14EA, U+14ED, U+14EF-U+14F2, U+14F4, U+14F5, U+1405, U+1526, U+1528-U+152B, U+152D, U+152E, U+153E, U+1542-U+1544, U+1546-U+154D, U+1550, U+1553, U+1555-U+155A, U+1567, U+156A, U+157C, U+157F-U+1585, U+158A-U+158D, U+158F-U+1596, U+15A0-U+15A6, U+15DE, U+15E1, U+166E-U+1676 to Sans (by Eugeniy Meshcheryakov)
    * re-enabled Latin ligatures fi, ffi, fl, ffl and ff in Sans (by Ben Laenen)
    * made italic shape for U+436, U+44A, U+44B, U+44C, U+44E, U+45F, U+463 in SerifOblique and SerifBoldOblique (by Andrey V. Panov)
    * fixed sub- and superscript metrics in Condensed Sans (bug #8848) (by Ben Laenen)
    * added U+474, U+475 in Serif (by Andrey V. Panov)
    * hinted Greek glyphs U+03B7, U+30B8, U+03B9, U+03C1, U+03C3, U+03C6 in Mono Book (by Ben Laenen)


Changes from 2.10 to 2.11

    * added instructions for Hebrew glyphs (Sans Book, by Eugeniy Meshcheryakov)
    * changed U+01A6 (Latin Yr) after bug #8212, in Sans, Serif and Sans Mono fonts (Denis Jacquerye).
    * removed instruction for U+2600-U+26A1 (Me'de'ric Boquien)
    * added U+202F and set width of U+00A0 (nobreakingspace) to the same as U+0020 (space) by Denis Jacquerye.
    * added and improved instructions for various Cyrillic letters (by Eugeniy Meshcheryakov)
    * Changed U+416, U+42F, U+427 (non-Bold), U+436, U+447 (non-Bold), U+44F, U+437 (Bold), corrected U+40F, U+414, U+424, U+426, U+429, U+434, U+438 (Bold), U+446, U+449, U+44D (non-Bold), U+45F in Sans Mono (by Andrey V. Panov)
    * made small corrections to Cyrillic, most appreciable to U+409, U+413, U+41B, U+427 and U+433, U+434, U+43B, U+447, U+459 (upright fonts) to Serif (by Andrey V. Panov)
    * adjusted bearings of U+410, U+416, U+41A, U+42F, U+436, U+43A, U+443, U+44F in Serif (by Andrey V. Panov)
    * enlarged width of U+44A, U+44B, U+44C, U+463 in Serif; (by Andrey V. Panov)
    * added ligature "iacute" as "afii10103" (U+456) "acutecomb" in Serif (by Andrey V. Panov)
    * made italic shape to U+446, U+448, U+449 in SerifOblique and SerifBoldOblique (by Andrey V. Panov)
    * added "afii10831" (U+F6C7), "afii10832" (U+F6C8) in SerifOblique and SerifBoldOblique (by Andrey V. Panov)
    * new minimum version of fontforge is 20061014


Changes from 2.9 to 2.10

    * added U+0242, U+024A-U+024B, U+024E-U+024F, U+037C-U+037D, U+0E3F, U+1D2C-U+1D2E, U+1D30-U+1D42, U+1D5D-U+1D6A, U+1D78, U+1DB8, U+2090-U+2094, U+20D0-U+20D1, U+2C60-U+2C66, U+2C6B-U+2C6C, U+2C74 and U+FB29 to Sans (by Gee Fung Sit é­»êÊö)
    * added Lao glyphs : U+0E81-0E82, U+E084, U+0E87-0E88, U+0E8A, U+0E8D, U+0E94-0E97, U+0E99-0E9F, U+0EA1-0EA3, U+0EA5, U+0EA7, U+0EAA-0EAB, U+0EAD-0EB9, U+0EBB-0EBD, U+0EC0-0EC4, U+0EC6, U+0EC8-0ECD, U+0EDC-0EDD (by Re'my Oudompheng)
    * fixed U+0193 not showing in Windows (bug #7897) (by Ben Laenen)
    * changes to U+222B-222D in Sans Mono (by Re'my Oudompheng)
    * ported the three remaining currency symbols from Arev (U+20B0, U+20B2-U+20B3), and replaced one (U+20AF) in Sans (by Lars N?sbye Christensen)
    * corrected U+20A5 in Sans (by Gee Fung Sit é­»êÊö)
    * merged Double-Struck Letters from Arev: U+2102, U+210D, U+2115, U+2119-U+211A, U+2124, U+213C-U+2140 (by Gee Fung Sit é­»êÊö)
    * added U+2308-U+230B and U+2329-U+232A to Sans Mono and Serif faces, fixed incorrect direction of U+2329 in Sans faces, and improved U+2308-U+230B in Sans faces per Ben Laenen's suggestions (by David Lawrence Ramsey)
    * added U+06D5 and final form of it (needed for Kurdish) (by Ben Laenen)
    * added two special glyphs U+F000 and U+F001 in Sans Book that show the current ppem size (horizontal and vertical) (by Ben Laenen)
    * added U+2318 and U+2325 to Sans Mono faces, based on the Sans versions (by David Lawrence Ramsey)
    * added U+2B14-U+2B1A to all faces except Sans ExtraLight (by David Lawrence Ramsey)
    * respaced all Geometric Shapes characters in Serif faces to match those in Sans faces again, respaced U+23CF in Sans, Sans ExtraLight, and Serif faces to match U+25A0 (or Sans in Sans ExtraLight's case) again, and respaced U+2B12-U+2B13 in Sans and Serif faces to match U+25A1 again (by David Lawrence Ramsey)
    * corrected width of Modifier Small Letters U+1D43-1D5B in Sans Oblique and U+1D9B-U+1DBF in Sans Oblique and Sans Bold Oblique (by Gee Fung Sit é­»êÊö)
    * added a bunch of glyphs to Sans ExtraLight (see SVN for details) (by Gee Fung Sit é­»êÊö)
    * adjusted Cyrillic descenders in Sans ExtraLight to sync with Sans (by Gee Fung Sit é­»êÊö)
    * added U+0242, U+0245 to Serif (by Gee Fung Sit é­»êÊö)
    * replaced the SHPIX routines which gave them bad spacing at certain sizes in FreeType for A, V, Z, v and z in Sans Bold (by Ben Laenen)


Changes from 2.8 to 2.9 (August 13, 2006)

    * DejaVuSansExtraLight.sfd: changed family name from "DejaVu Sans" to "DejaVu Sans Light" (in case we add a Light weight variant), so legacy apps that understand only 4 styles are happy. (by Denis Jacquerye)
    * added Name ID 16, aka preferred family name, and Name ID 17, aka preferred style name, so contemporary apps that understand more that 4 styles can use big fonts families "DejaVu Sans" and "DejaVu Serif". For those, Extralight and Condensed are just styles not different families. (by Denis Jacquerye)
    * added U+22B6-22BD, U+22C0-22C1, U+22D6-22D7 to Sans. (by Re'my Oudompheng)
    * added U+037B, U+2184, U+2C67-U+2C6A and U+2C75-U+2C77 to Sans (by Gee Fung Sit é­»êÊö)
    * adjusted asteriskmath (U+2217) for consistency with other mathematical operators in Sans (by Ben Laenen)
    * hinted some Armenian capitals in Sans Book (by Ben Laenen)
    * added U+0246 - U+0249 (?, ?, ? and ?) (by Ben Laenen)
    * BUGFIX : swapped U+224E and U+224F, in Sans, Sans Condensed and Sans Mono (by Re'my Oudompheng)
    * adjusted ? (U+20B5) (by Me'de'ric Boquien)
    * swapped U+21DA and U+21DB which were in wrong order (by Heikki Lindroos)
    * added U+222E-2233, U+239B-23AD, U+2A00-2A02, U+2A0F-2A1C to Sans (by Re'my Oudompheng)
    * added U+239B-23AD to Mono (by Re'my Oudompheng)
    * added U+2024-2025 to Se'rif (by Me'de'ric Boquien)
    * added U+222C-222D, U+2A0C-2A0E to Serif (by Re'my Oudompheng)
    * added U+2190-21FF to Mono (by Heikki Lindroos)
    * added Hebrew glyphs - U+05B0-U+05BD, U+05BF-U+05C3, U+05C6, U+05C7, U+05D0-U+05EA, U+05F0-U+05F2, U+FB1F, U+FB20, U+FB2A-U+FB36, U+FB38-U+FB3C, U+FB3E, U+FB40, U+FB41, U+FB43, U+FB44, U+FB46-U+FB4E (by Gee Fung Sit é­»êÊö and Eugeniy Meshcheryakov)
    * adjustments for Cyrillic in Sans (by Andrey V. Panov)
    * made italic shape for U+0434, U+0456, U+0457 in SerifOblique and SerifBoldOblique (by Andrey V. Panov)
2007-08-08 12:18:51 +00:00
joerg
2b3c50ae39 Replace bdftruncate.pl with a small C program. Original code is
from Martin Husemann with a number of improvements from me.
Bump revision.
2007-08-05 19:20:19 +00:00
joerg
f059d1812b Kill the platform "detection" logic and just wire the host cpu as
detected by autoconf for use in the fontconfig cache file names.

Pass down CC_FOR_BUILD when doing cross-compilation.

A script for how to do the original fc-arch dance in a cross-compile
safe way was sent to the authors as well as a question why this was
done. No reply received so far.

Bump revision. Note that you might want to clean /var/cache/fontconfig
after installing this.

Supported-by: Google SoC 2007.
2007-08-01 16:33:39 +00:00
drochner
2723247055 +font-sony-misc 2007-07-17 19:09:01 +00:00
drochner
8f02982e6b import font-sony-misc-1.0.0, another font pkg for modular-xorg 2007-07-17 19:06:47 +00:00
drochner
e58dd07be2 remove explicit dependency on popt
(it is still pulled in through libgnome)
2007-07-13 16:36:25 +00:00
joerg
b60cebc039 Update to bdftopcf-1.0.1: Don't segfault when using stdin and a printf
that doesn't handle NULL, print <stdin> instead.
2007-07-12 13:21:38 +00:00
adam
242c9a2c37 Changes 20070607:
* Add support for Adobe's feature file syntax.
* Add a popup menu to the lookups pane of font info.
* Change the name of File->Merge Kern Info to File->Merge Feature Info
* Remove the code to produce the old, broken, 'size' feature.
* An earlier patch, designed to make the tabset work in the charview even if the user changed the name, didn't work.
* Bug in the selection iterator.
* Accept contour += (1,2) rather than forcing people to say contour += fontforge.point(1,2)
* Crash when mistyping a glyph name in Glyph Info possub panes. Probably in the equivalent lookup dlgs too.
* If a glyph contained two copies of another glyph, and one of those copies was off by enough that ff didn't recognize it, the depending on how the contours were ordered, ff might fail to recognize the first glyph too, even though it did match.
* Add iterators to contours and layers. Python users seem to expect them even when they aren't documented to exist.
* layer += contour didn't work in python. I was examining a bit through the wrong data type.
* Provide a mechanism for copying lookup information from one glyph to another. (Edit->Copy Lookup Data)
* Loading kerning info from a mac 'FOND' resource was broken by the lookup change.
* Python scripting command font.createChar didn't. Partial patch from Max Rabkin.
* Adding a kerning pair from the metrics view would often add two or three pairs with the same character combination and different values.
* Another remove overlap bug. Introduced recently.
* Reinstate Apply Substitutions scripting command.
* Add some dutch styles.
* Make yet another attempt to correct for rounding errors when loading a postscript font.
* Add a way to get a font's filename to python.
* Werner points out that in scripting I use "break" in an example. It isn't documented to work and I don't implement it but I do show it. Oops. Ok, make it work.
* Display substitutions was broken.
* When generating default names for subtables, it is confusing to name them the same as the lookup.
* Change to using USC4 from UCS2 internally.
* Provide default names for lookups once the user sets the feature.
* Disambiguate some strings for the polish translation
* Revert glyph should not work for old sfd files.
2007-07-01 09:05:14 +00:00
joerg
831b1ec311 Recursive include of zlib is needed. From tnn@ 2007-06-30 03:06:58 +00:00
minskim
a0df012a2e Update tex-unttf to 1.0.1.20070507. Regenerated for the new version
of tex-dhucs.
2007-06-06 22:30:34 +00:00
wiz
9d27f90a6f opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
2007-06-05 05:36:59 +00:00
dmcmahill
3396dea585 Get this to build on solaris-2.9/sparc. Verified that it didn't break
NetBSD.
2007-05-24 02:06:14 +00:00
joerg
10d92a6634 Fix man page suffix on Linux. List from Alexander Nason on pkgsrc-users. 2007-05-07 20:13:27 +00:00
wiz
71451de2b8 Depend on ko-baekmuk>=2.0, bump PKGREVISION. 2007-04-14 21:37:49 +00:00
adam
59d7823af6 Changes 20070312:
* Bug fixes and improvements
2007-04-13 21:04:24 +00:00
wiz
393eabdeca Update to 2.1: changes unknown. 2007-04-12 22:10:14 +00:00
drochner
3d95da8458 update to 1.10.0
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-11 18:10:44 +00:00
wiz
1294af0e71 Fix build with gnome-doc-utils-0.10.1. 2007-03-27 22:31:16 +00:00
joerg
7d9d8c8fa3 As vera was shipped with monolithic Xorg and should be part of the
modular xorg fonts meta-package, make it DESTDIR-ready.
2007-03-24 22:40:22 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
wiz
9d13e137c4 Update to 1.0.3:
2007-03-21  Jeremy C. Reed  <reed@reedmedia.net>

	* configure.ac:
	Bump version number. (No changes, but source tarball will
	use recent util macros.)

Should fix PR 36052.
2007-03-21 22:57:19 +00:00
wiz
2d1a8cc474 Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
wiz
32d5065e42 Update to 1.0.3, changes unknown. 2007-03-18 20:30:06 +00:00
wiz
b32e232c75 Update to 1.0.2:
Remove the ansi-1251 encoding, it's called microsoft-cp1251.

    Simplify some encodings to avoid stating the obvious.

    Limit UNDEFINE line to en encoding's declared SIZE (bug 1248).
    This is not needed with libfontenc (used by the X server and mkfontscale),
    which will ignore out-of-range entries, but apparently caused ttmkfdir to
    crash.  Thanks to Donnie Berkholtz.
2007-03-18 20:22:12 +00:00
drochner
cb4b3252e6 don't try to @dirrm within lib/X11/fonts 2007-03-13 10:14:34 +00:00
wiz
33043e8906 Minor pkglint cleanup, from Sergey Svishchev. 2007-03-08 19:25:32 +00:00
darcy
0875ed7085 Add argument to potrace option so that it builds with new mftraced. 2007-03-05 20:14:32 +00:00
wiz
f9a0c7d5fc Update MASTER_SITES/HOMEPAGE -- mostly disappeared.
From Sergey Svishchev in private mail.
2007-03-04 11:29:57 +00:00
darcy
61e2527132 Fix distinfo. 2007-02-24 18:06:21 +00:00
darcy
3c568cc46e Upgrade to 1.2.14.
The web site has no change log so I don't have a list of changes but the
development seems to have moved and the version we had was getting pretty
old.  Some packages (e.g.Lilypond) won't even attempt to build under the
old version.
2007-02-24 18:03:03 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
joerg
5b9a97040c Slightly change the fc-cache hack for modular Xorg. On NetBSD, TRUE is
just the builtin and failing the absolute path check in configure.
Use TOOLS_CMD.true instead.
2007-02-19 07:57:25 +00:00
perry
469f40c9c2 remove myself as maintainer 2007-02-15 22:37:05 +00:00
joerg
6b728455cb Modular Xorg support. 2007-02-06 18:30:26 +00:00
joerg
1d111c3d8b Don't include x11.b3.mk. 2007-02-06 18:27:33 +00:00
joerg
18ea7ff0d5 Modular Xorg support. 2007-02-02 19:23:51 +00:00
tv
5532a71736 Remove third patch hunk with the #undef; it's redundant. 2007-01-30 17:03:50 +00:00
tv
9bbfee387f De-GNUify grep expression in makealias ("\>" is not portable).
Add Interix intptr definitions to internal .h.
2007-01-30 16:42:21 +00:00
joerg
2d9744be79 Don't expect tools to be created in the tools directory -- at least for
modular Xorg bdftopcf isn't. Just expect them to be in path. There's
no need to set USE_X11BASE here now.

XXX Why isn't the TrueType version installed?
2007-01-24 15:23:26 +00:00
joerg
2263dcfbb4 + font-alias 2007-01-24 12:57:58 +00:00
joerg
fc0ca99850 Import font-alias-1.0.1, which beside other things includes the alias
for ``fixed''.
2007-01-24 12:56:09 +00:00
joerg
4027858afc Remove mkcfm. 2007-01-23 15:29:37 +00:00
joerg
eeaccdf49e Remove mkcfm as CID was obsoleted upstream. 2007-01-23 15:29:03 +00:00
joerg
7f3d58af7a Update to libfontenc-1.0.4. Beside some ANSIfication, a possible
NULL dereference and use-after-free was fixed.
2007-01-23 14:44:09 +00:00
joerg
0cf5e37d3e fontconfig's configure doesn't support multiple --with-add-fonts,
so list them explictly in one option. This fixes the build for
non-modular Xorg as noticed by tron@ in PR 35397. Bump revision.
2007-01-11 11:25:57 +00:00
adam
ccd625676b Changes 20061220:
* new fontimage tool
* bug fixes
2007-01-10 07:51:50 +00:00
joerg
7bf1faaf1b Include the ghostscript fonts in the search path by default, if they are
installed. Bump revision.
2007-01-09 08:58:29 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
rillig
90d948fec1 Fixed PKGMANDIR. 2007-01-07 01:14:49 +00:00
wiz
9593967c87 Depend on latest Xrender to have correct .pc file. Bump PKGREVISION. 2007-01-03 22:13:50 +00:00
joerg
6239688e04 Use REQD_DIRS for share/ghostscript as it is part of both ghostscript-*
and the font package.
2006-12-27 18:08:17 +00:00
joerg
8511623d8c Use true instead of fc-cache. This unbreaks the bulk build and we
generally want to do that in the install scripts later anyway.
2006-12-20 14:19:20 +00:00
joerg
bbf57b32e3 Needs bdfptopcf. 2006-12-17 22:34:18 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00
joerg
88032b15ea Install as X11 font as well. DESTDIR support. Bump revision. 2006-12-15 17:34:27 +00:00
joerg
70653d229c Add zlib dependency. Bump revision. 2006-12-09 11:44:00 +00:00
joerg
89b431af47 Fix idiotic configure script which creates po/Makefile.in dynamically
and therefore slips through the normal patching code.

Inspired by and supposed to fix: PR 35193
2006-12-06 15:29:15 +00:00
wiz
11af7f580d Update to 2.4.2:
2.4.2

 Han-Wen Nienhuys:
       FcStrCanonFileName buggy for mingw. (bug 8311)
       More fixes for Win32 building (bug 8311)

 Kean Johnston:
       Don't use varargs CPP macros in fccache.c. (bug 8733)

 Keith Packard:
       Remove documentation for non-existant FcConfigNormalizeFontDir.
       Build fontconfig.def from header files when needed.
       Detect and use available random number generator (bug 8308)
       Add sparc64 architecture string.
       FcStrCanonAbsoluteFilename should be static.
       Use explicit platform/nameid order when scanning ttf files.
       Warn (and recover) from config file without <cachedir> elements.
       Avoid writing uninitialized structure pad bytes to cache files.
       Fix grep pattern in makealias to work on non-Gnu grep (bug 8368).
       Add FcFreeTypeQueryFace external API. Bug #7311.
       Segfault scanning non-font files. Disallow scan edit of user vars. (#8767)
       Add space between type and formal in devel man pages (bug 8935)

 Mike FABIAN:
       Do not clean cache files for different architectures

 Peter Breitenlohner:
       A VPATH build of fontconfig-2.4.1 fails for various reasons. Bug 8933.
       Use <literal> instead of <sgmltag> when documenting fonts.conf. Bug 8935.
       Fix fc-cat documentation (bug 8935).
2006-12-04 12:41:51 +00:00
tv
ca8a7c2388 On Interix, [u]intptr_t exists and is pulled in by <std*.h> even though
neither <inttypes.h> nor <stdint.h> exist.  So skip the #error.
2006-11-28 16:15:30 +00:00
adam
0e319c5e69 Changes 20061014:
* Bug fixes and improvements
2006-11-25 13:23:01 +00:00
joerg
4a6627d5ce + font-bitstream-100dpi
+ font-bitstream-75dpi
+ font-daewoo-misc
+ font-dec-misc
+ font-ibm-type1
+ font-isas=misc
+ font-jis-misc
+ font-mutt-misc
2006-11-15 15:05:49 +00:00
joerg
084574a394 Revert last import as it went into the wrong directory. 2006-11-15 15:00:00 +00:00
joerg
8e0f47e47b Import font-mutt-misc-1.0.0:
This are the PCF versions of the ClearlyU fonts for 100dpi displays.
This is from the modular Xorg project.
2006-11-15 14:57:14 +00:00
joerg
0968a1af3f Import font-jis-misc-1.0.0:
This are the PCF versions of the JIS "fixed" fonts for 78dpi displays.
This is from the modular Xorg project.
2006-11-15 14:56:38 +00:00
joerg
75ae343404 Import font-isas-misc-1.0.0:
This are the PCF versions of the Song Si fonts for 72dpi displays.
This is from the modular Xorg project.
2006-11-15 14:56:08 +00:00
joerg
578c4dd4d9 Import font-ibm-type1-1.0.0:
This are the Type1 versions of the IBM Courier fonts.

This is from the modular Xorg project.
2006-11-15 14:50:50 +00:00
joerg
c46bba5ab8 Import font-dec-misc-1.0.0:
This are the PCF versions of the following DEC fonts for 100dpi
displays:
- Cursor
- Session

This is from the modular Xorg project.
2006-11-15 14:49:10 +00:00
joerg
ec5ff9369d Import font-daewoo-misc-1.0.0:
This are the PCF versions of the Daewoo Gothic fonts for 100dpi displays.

This is from the modular Xorg project.
2006-11-15 14:48:19 +00:00
joerg
8ba22a2aac No need to include font-util. 2006-11-15 14:00:21 +00:00
joerg
c2b266ee3b Reimport to revert overwrite with 75dpi version. 2006-11-15 13:37:08 +00:00
joerg
789e053386 Import font-bitstream-75dpi-1.0.0:
This are the PCF versions of the following Bitstream fonts for 75dpi
displays:
- Charter
- Terminal

This is from the modular Xorg project.
2006-11-15 13:35:28 +00:00
joerg
765442e61a Import font-bitstream-100dpi-1.0.0:
This are the PCF versions of the following Bitstream fonts for 100dpi
displays:
- Charter
- Terminal

This is from the modular Xorg project.
2006-11-15 13:34:48 +00:00
joerg
eb7a032f58 + font-adobe-utopia-type1
+ font-bh-100dpi
+ font-bh-75dpi
+ font-bh-lucidatypewriter-100dpi
+ font-bh-lucidatypewriter-75dpi
+ font-bh-ttf
+ font-bh-type1
2006-11-15 11:29:22 +00:00
joerg
a3c3f76161 Import font-bh-type1-1.0.0:
This are the Type1 versions of the following Bigelow & Holmes fonts:
- Luxi Mono
- Luxi Sans
- Luxi Serif

This is from the modular Xorg project.
2006-11-15 11:25:43 +00:00
joerg
c3d17396af Import font-bh-ttf-1.0.0:
This are the TrueType versions of the following Bigelow & Holmes fonts:
- Luxi Mono
- Luxi Sans
- Luxi Serif

This is from the modular Xorg project.
2006-11-15 11:24:09 +00:00
joerg
a6fca3c55e Import font-bh-lucidatypewriter-75dpi-1.0.0:
This are the PCF versions of the following Bigelow & Holmes fonts for
75dpi displays:
- Lucida Typewriter

This is from the modular Xorg project.
2006-11-15 11:23:32 +00:00
joerg
fb3a1191f5 Import font-bh-lucidatypewriter-100dpi-1.0.0:
This are the PCF versions of the following Bigelow & Holmes fonts for
100dpi displays:
- Lucida Typewriter

This is from the modular Xorg project.
2006-11-15 11:22:27 +00:00
joerg
f3921746ce Import font-bh-75dpi-1.0.0:
This are the PCF versions of the following Bigelow & Holmes fonts for
75dpi displays:
- Lucida
- Lucida Bright

This is from the modular Xorg project.
2006-11-15 11:20:56 +00:00
joerg
eb0a9e7063 Import fonts-bh-100dpi-1.0.0:
This are the PCF versions of the following Bigelow & Holmes fonts for
100dpi displays:
- Lucida
- Lucida Bright

This is from the modular Xorg project.
2006-11-15 11:20:18 +00:00
joerg
52686e0ac4 ...and doesn't need gmake either. 2006-11-15 11:12:15 +00:00
joerg
b672f2fe0b Doesn't actually need pkg-config. 2006-11-15 11:09:15 +00:00
joerg
5edd369087 Import font-adobe-utopia-type1-1.0.1. 2006-11-15 10:42:07 +00:00
joerg
66f44d47b8 Be more pedantic (than necessary) and install the license explicitly. 2006-11-15 10:29:32 +00:00
joerg
04bfe6e255 + font-adobe-100dpi
+ font-adobe-75dpi
+ font-adobe-utopia-100dpi
+ font-adobe-utopia-75dpi
2006-11-15 09:44:23 +00:00
joerg
bd955a454e Import font-adobe-utopia-75dpi-1.0.1:
This are the PCF versions of the following Adobe fonts for 75dpi
displays:
- Adobe Utopia

This is from the modular Xorg project.
2006-11-15 09:40:44 +00:00
joerg
8b64225690 Import font-adobe-utopia-100dpi-1.0.1:
This are the PCF versions of the following Adobe fonts for 100dpi
displays:
- Adobe Utopia

This is from the modular Xorg project.
2006-11-15 09:40:01 +00:00
joerg
641f0e31a0 Import font-adobe-75dpi-1.0.0:
This are the PCF versions of the following Adobe fonts for 75dpi
displays:
- Courier
- Helvetica
- New Century Schoolbook
- Symbol
- Times

This is from the modular Xorg project.
2006-11-15 09:19:19 +00:00
joerg
ee2807f3ee Import font-adobe-100dpi-1.0.0:
This are the PCF versions of the following Adobe fonts for 100dpi
displays:
- Courier
- Helvetica
- New Century Schoolbook
- Symbol
- Times

This is from the modular Xorg project.
2006-11-15 09:18:41 +00:00
joerg
4bde516dcc + bdftopcf
+ mkcfm
+ font-util
+ font-bitstream-type1
+ font-cursor-misc
+ font-misc-misc
2006-11-14 21:22:41 +00:00
joerg
a5869ef1c8 Import font-misc-misc-1.0.0 from pkgsrc-wip, containing the standard
"fixed" PCF font.

Patches remove the reference to bdftruncate (never used) and mkfontscale
(bitmap fonts only). Perl is not needed any longer as site effect and
should have never been checked for in first place.
2006-11-14 21:20:55 +00:00
joerg
d830c51b5b Ride on import: fix Perl reference in bdftruncate. 2006-11-14 21:11:10 +00:00
joerg
90ed9a51e1 Import font-cursor-misc-1.0.0 from pkgsrc-wip.
This are the standard X11 cursors. Package is modified not to use
mkfontscale as it doesn't deal with scalable fonts. configure.ac
patch is included for easier upstream merging.
2006-11-14 20:54:15 +00:00
joerg
46067abb75 Import font-bitstream-type1-1.0.0 from pkgsrc-wip, containing Bitstream
Charter Type 1 fonts.
2006-11-14 20:24:11 +00:00
joerg
3137327882 Import font-util-1.0.1 from pkgsrc-wip, providing bdftruncate and
ucs2any.
2006-11-14 20:15:05 +00:00
joerg
e0c612f656 Import mkcfm-1.0.1:
The mkcfm tool creates summaries of font metric files in CID font
directories.  Those summaries speed up the CID rasterizer as it
doesn't have to read the usually large font metric files on access
to compute them.
2006-11-14 19:58:25 +00:00
joerg
6db0db8a2d Import bdftopcf-1.0.0 from pkgsrc-wip:
The bdftopcf tool converts X fonts from Bitmap Distribution Format
to Portable Compiled Format.

Fonts in the Portable Compiled Format can be read by any architecture,
although  the file  is  structured  to allow one particular
architecture to read them directly without reformatting.  This
allows fast reading on the  appropriate machine, but the files
are still portable (but read more slowly) on other machines.
2006-11-14 19:49:24 +00:00
kristerw
c273dd155d Sort. 2006-11-07 21:00:32 +00:00
joerg
f9e5792fb5 DESTDIR support and switch to modular buildlinks. 2006-11-06 11:25:24 +00:00
joerg
6e82078eef DESTDIR support. 2006-11-05 17:17:04 +00:00
joerg
5430595a63 DESTDIR support. 2006-11-03 19:14:25 +00:00
joerg
b8b41112bb Add modular Xorg's encoding tables. 2006-11-03 19:11:59 +00:00
joerg
11fd51245a Import encodings-1.0.1:
The package provides the X.org font encoding files, such as
adobe-dingbats.enc.gz, ibm-cp866.enc, jisx0212.1990-0.enc.gz,
and others. This is from the modular X.org project.
2006-11-03 19:10:40 +00:00
joerg
706d6ef4e9 Regen b3.mk. 2006-11-03 17:19:22 +00:00
joerg
b9e71c9519 Fix DESCR of mkfontscale, merge DESCR from reed@'s wip version of
mkfontdir and add missing DEPENDS.
2006-11-03 16:48:58 +00:00
joerg
326e5b4f9a + libfontenc
+ mkfontdir
+ mkfontscale
2006-11-03 16:44:56 +00:00
joerg
38f83ccc76 Readd mkfontscale, this time the version from modular Xorg. 2006-11-03 16:43:17 +00:00
joerg
6457fed0e0 Import libfontenc-1.0.2 from modular Xorg. Packaged by reed@ in
pkgsrc-wip, I'm taking maintainership.
2006-11-03 16:30:48 +00:00
joerg
cb9dd407ba Import the standalone mkfontdir from modular Xorg. 2006-11-03 16:26:08 +00:00
joerg
166e92758f DESTDIR support. 2006-11-03 07:12:24 +00:00
minskim
b1365debdf Update alee-ttf to 11.1.
Changes since 7.3:
  * Exchange the Hangul phonetic values of 0x91d1 and 0xf90a.
  * Add the Hangul phonetic values to the CJK unified and compatibility
    ideographs range on Guseul.ttf.
  * Add medieval Hangul compatibility jamos on Guseul.ttf.
  * Update Guseul.ttf.
  * Remove GuseulMono.ttf.
  * Update Guseul.ttf to make it readable on 11px.
  * Add hinting for Guseul.ttf.
  * Remove embeded bitmap from Guseul.ttf and GuseulMono.ttf.
  * Change some glyph names of Eunjin.ttf and EunjinNakseo.ttf.
  * Update HeadAscent and HeadDescent of some fonts.
  * Remove [0x0e-c00ky].ttf.
  * Rename [0b0d-c00ky].ttf to [HaN-mfs].ttf.
  * Correct the glyph directions of some fonts.
  * Change the subfamily of all the fonts to Regular.
  * Fix a type error on control file.
  * Change to The Artistic License.
  * Remove the prefix Eun- from the font names.
  * Update Bandal.ttf and Bangwool.ttf.
  * Fix width of some chars on EunBandal.ttf.
2006-10-29 20:34:05 +00:00
rillig
4ed6b39fdd Removed a leading @ from a shell command. 2006-10-22 16:06:32 +00:00
wiz
a9c3a0685a Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
joerg
37bd98a8ae Bump revision for PLIST change. Reminded by ghen@ 2006-10-13 11:59:16 +00:00
joerg
f75176b39c Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
2006-10-09 12:52:34 +00:00
markd
8ccd7eb576 Fix build on Solaris. 2006-10-09 10:54:12 +00:00
joerg
c598c080f6 Fix PLIST for fonts.alias. Bump revisions. 2006-10-09 07:02:55 +00:00
joerg
286fb595b6 Add fonts.alias to PLIST. Bump revision. 2006-10-06 13:37:41 +00:00
wiz
f5b8945cb9 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
wiz
98979e8e2a regen patch-ad (for MacOS X). 2006-10-04 17:15:05 +00:00
wiz
48bad6fe94 Update to 2.4.1:
This fixes the build on a couple of systems (m68k and mipsel), and
re-implements a function that was broken by the cache file rework that
is needed for lilypond.
2006-10-03 18:16:13 +00:00
joerg
3675902ba1 Remove XFree86. 2006-09-27 15:18:12 +00:00
joerg
7545d135e6 - Compute CHEKCK_FILES filter on the entries requested and keep it
as tight as possible. Files we don't handle shouldn't be skipped.
- fonts.alias is not created automatically, so don't remove it.
- create fonts.encoding with mkfontdir using -e X11_ENCODINGSDIR.
  On platforms not following the X11R6 loayout this might need to
  be overriden.
- Fix type1inst calls.
- Modify packages which installed fonts.alias before to actually
  include it in the PLIST and bump the revisions accordingly.
- Modify xorg-fonts* packages to use FONTS_DIRS.* to build indices
  at run time.

Discussed with wiz and jlam.
2006-09-22 21:53:56 +00:00
jnemeth
52dec5ae9f add support for sparc64
approved for commit during freeze by wiz@
2006-09-19 08:47:22 +00:00
joerg
2ab0c4a3c4 Honour VARBASE for the fontconfig cache. Use INSTALL script to create it
if necessary and run fc-cache to set up the initial database.
Remove the cache at DEINSTALL time. Bump revision for this.
2006-09-17 18:20:20 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
jmmv
d8f8c52fdb Update to 1.8.0:
gucharmap 1.8.0

 - Small fixes and new translations.

gucharmap 1.7.0

	Bug 341260 : String "Snap Columns to Power of Two" not marked for translation
	Part of Bug 331103 : please use '_' to indicate internal symbols
	Bug 334505 : Search buttons Prev Next unsensitive when they shouldn't be
	Bug 336283 : Update to UCD 5.0
	             Update to Unicode 5.0 Character Database
	Bug 337943 : [Patch] Use po/LINGUAS
	             Patch from Przemysław Grzegorczyk.
	Bug 335952 : refcount leak in main
	             Patch from Christian Persch.
	Bug 334865 : tiny string leak
	             Patch from Paolo Borelli.
	Misc fixes.
2006-09-15 15:13:22 +00:00
tron
3a4cd0366f Specify architecture with "--with-arch" under Mac OS X because the
auto detection is broken. Fix based on a suggestion by Mark E. Perkins.
This fixes PR pkg/34509.
2006-09-14 15:07:12 +00:00
joerg
2f37dc514b Create one directory at a time, Solaris install doesn't like multiple
arguments.
2006-09-12 14:52:17 +00:00
adam
395f1d5614 Changes 20060822:
* Initial Greek translation.
* Add a pane to the Preference dlg allowing user to control some of fontforge's
  hint creation.
* Update my opentype scripts list (in particular include music).
* Due to a typo, ff thought pretty much everything outside unicode BMP was in
  the hebrew script.
* Add a new command to the point menu which allows you to specify a spline and
  one coordinate (either X or Y) on that spline. FF will calculate the other
  coordinate and add a point there.
* CODE2000 contains an anchor class with only base glyphs (no mark glyphs) as
  part of a set of anchor classes. FF crashed.
* More...
2006-09-12 08:37:05 +00:00
wiz
a9e97dfc2b Update to 2.4.0:
Fontconfig version 2.4 is API and ABI compatible with the 2.3
release, although some significant internal restructuring has
occurred.

Major changes from the 2.3 series:

* Shared mmap'ed cache files. All font cache files are mapped
  read-only and shared across multiple processes. Startup
  performance and memory footprint of the library have, as a
  result, been significantly improved.

* Configuration split into multiple files. While 2.3 provided
  the ability to incorporate additional configuration files from
  a directory, it didn't use them extensively. The new configuration
  structure places most of the configuration into separate files
  and provides conventions for naming them that are designed to
  permit user and distribution customization of the library
  without needing to edit the master config file.

* Eliminate internal symbols from shared library symbol table.
  The shared library now exports precisely the list of symbols
  present in the public header files. Use of private symbols,
  always unsupported, will now result in failure to link and run.

Thanks to all who have made this release possible, especially
Patrick Lam who built the shared cache file code and performed most
of the maintenance over the last year.

Keith Packard 2006-9-9
2006-09-11 18:53:16 +00:00
obache
85c7462fc7 Using tar to install, so add tar to USE_TOOLS. 2006-09-10 12:19:04 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
obache
e5ab974dd6 Jukka Salmi becomes the maintainer of this package. 2006-09-08 08:20:22 +00:00
obache
1cfc32a206 Specify *_TARGET instead of patch to Makefile.
Suggested by Jukka Salmi via private mail.
2006-09-07 17:19:41 +00:00
obache
e92736436b Use USE_TOOLS instead of including buildlink3 files. 2006-09-07 17:13:17 +00:00
obache
4e38be6d48 Add terminus-font. 2006-09-06 14:03:21 +00:00
obache
50e183187c Imported terminus-font from pkgsrc-wip.
Terminus Font is a clean fixed width font.
2006-09-06 14:01:17 +00:00
rillig
dc25a92621 Fixed some pkglint warnings. 2006-09-06 09:50:25 +00:00
rillig
2543f94690 No distinfo file needed. 2006-09-02 20:37:00 +00:00
rillig
cc52b6e54c No distfiles, no patches => no distinfo file. 2006-09-02 20:36:15 +00:00
wiz
88492ae621 Update to 2.8:
Changes from 2.7 to 2.8:

- fixed instructions for U+0423, U+0427, U+0447, U+0448 in Serif, so they
  look good at large sizes too (by Eugeniy Meshcheryakov)
- added U+FB00 and U+FB03 to U+FB06 to Serif typefaces (by Heikki Lindroos)
- added U+26B0-U+26B1, U+2701-U+2704, U+2706-U+2709, U+270C-U+2727, U+2729
  to U+274B, U+274D, U+274F to U+2752, U+2756, U+2758-U+275E, U+2761 to
  U+2775 (by Heikki Lindroos)
- added and improved instructions for Cyrillic letters in Mono and Serif
  (Book, by Eugeniy Meshcheryakov)
- rotated U+26B0 (was too small in mono) (by Gee Fung Sit)
- adjusted U+1EDA-U+1EDD, U+1EE8-U+1EEB, capitals using capital specific
  accent and moved diacritics to match position on U+00F2 (ograve), etc.
  (by Denis Jacquerye)
- added U+20D6, U+20D7 to Sans (by Gee Fung Sit)
- made Armenian ligatures discretionary since the Firefox ligature problem
  still isn't fixed (by Ben Laenen)
- moved Armenian hyphen U+058A to a higher position (bug #7436) (by Ben
  Laenen)
- hinted Greek glyphs in Sans Bold (by Ben Laenen)
- enabled Arabic lam-alif ligatures when diacritics are used (by Ben Laenen)

Changes from 2.6 to 2.7:

- added glyphs needed for Kurdish: U+0695, U+06B5, U+06C6, U+06CE and their
  init/medi/fina forms in Sans (by Ben Laenen)
- added U+02CD, U+01F8 - U+01F9, U+1E3E - U+1E3F, U+1E30 - U+1E35, U+1EBC -
  U+1EBD, U+1EF8 - U+1EF9 (includes glyphs needed for Yoruba, Maori, Guarani
  and Twi) (by Ben Laenen)
- added U+22C8-22CC, U+29CE-29D5, U+2A7D-2AA0, U+2AAE-2ABA, U+2AF9-2AFA to
  Sans (by Remy Oudompheng)
- adjusted diacritics on Vietnamese, Pinyin and other characters:
  U+01A0-U+01A1, U+01AF-U+01B0, U+01D5-U+01DC, U+01DE-01E1, U+01FA-U+01FB
  U+022A-U+022D, U+0230-U+0231, U+1E14-U+1E17, U+1E4C-U+1E53, U+1E78-U+1E7B,
  U+1EA4-U+1EF1 in Sans (Book, Bold and Oblique) (by Denis Jacquerye)
- added basic arrows U+2190-U+2193 in Serif, which completes MES-1 compliance
  for Serif (by Ben Laenen)
- added U+01E4, U+01E5, U+01FA, U+01FB, U+02BD, U+02C9 and U+02EE to Serif
  (by Ben Laenen)
- fixed U+0209 in Serif Bold Oblique (by Ben Laenen)
- adjusted Box Drawing block characters U+2500-257F in Mono to fit character
  cell, shifting them up by 416 (Denis Jacquerye)
- redid U+0194 in Sans (by Ben Laenen)
- added U+2217-2218, U+2295-22A1 to Mono (by Remy Oudompheng)
- added U+0462 to Serif (by Andrey V. Panov)
- added U+226C, U+228C-228E, U+2293-2294, U+22F2-22FF to Sans (by Remy
  Oudompheng)
- adjusted U+2208-220D in Sans (by Remy Oudompheng)
- improved some Cyrillic glyphs in Mono (by Andrey V. Panov), rewritten
  instructions for changed glyphs (by Eugeniy Meshcheryakov)
- added U+1E0E-1E0F, U+1E8E-1E8F to Mono fonts (by Denis Jacquerye). (bug
  #7166)
- renamed 'Dotabove' to 'Dotaccent' in Mono Sans Oblique to match other fonts
  (by Denis Jacquerye).
- added U+200B-U+200F in Sans faces and Serif faces, U+200B and U+200C were
  in Sans already (by Lars Naesbye Christensen)
- added U+2601-U+262F, U+263D, U+263E, U+2648-U+265F, U+2668, U+2670-U+268B,
  U+2690-U+269C, U+26A0, U+26A1, U+2794, U+2798-U+27AF, U+27B1-U+27BE to Mono
  (by Heikki Lindroos)
- replaced the references with unshifted ones for both κ U+03BA and к U+043A
  in Mono Book (by Denis Jacquerye)
- fixing glyph for U+04ED in Mono Book, consisted only of dieresis (by Andrey
  V. Panov).

Changes from 2.5 to 2.6:

- redid U+2032 - U+2037, U+2057 based on Arev in Sans (by Gee Fung Sit)
- added U+0195, corrected U+039E, U+204B in Sans ExtraLight (by Gee Fung Sit)
- added instructions for some Cyrillic letters in Sans Bold (by Eugeniy
  Meshcheryakov)
- added vulgar fractions U+2153-U+215F for Serif, made with references (by
  Lars Naesbye Christensen)
- added U+228F-2292, U+2299-22AF, U+22B2-22B5, U+22CD, U+22D8-22ED to Sans
  (by Remy Oudompheng)
- added U+2208-220D, U+2238-223D, U+2278-2281, U+228A-228B, U+228F-2292,
  U+22CD, U+22DA-22E9 to Mono (by Remy Oudompheng)
- fixed misplaced dot in U+2250 in Mono (by Remy Oudompheng)
- added instructions for some Cyrillic letters in Mono Book and Bold(by
  Eugeniy Meshcheryakov)
- minor changes to U+2241, U+2261-2263, U+22A4, U+22A5 in Sans (by Remy
  Oudompheng)
- added hinting instructions to lowercase Armenian glyphs in Sans Book (by
  Ben Laenen)
- changed U+2208, U+220B to match U+2209 and U+220C in Sans Bold (by Remy
  Oudompheng)
- added Braille patterns U+2800-U+28FF to Sans (by Mederic Boquien)
- added instructions for some Cyrillic letters in Serif Book (by Eugeniy
  Meshcheryakov)
- renamed BoldOblique fonts to Bold Oblique in TTF Name as originally in
  Bitstream Vera fonts (by Denis Jacquerye)
- added hinting instructions to some Latin-B Extended and IPA characters in
  Sans Book (by Denis Jacquerye and Ben Laenen)
- adjusted bearings, replaced diacritics, hinted hook and horn for
  Vietnamese in Sans Book (by Denis Jacquerye)
- made FAX, TM, TEL, etc. discritionary ligatures in Sans and Serif fonts
  (by Denis Jacquerye)
- removed ligatures of precomposed characters in Sans and Serif fonts (by
  Denis Jacquerye)
- added U+F208, U+F20A, U+F215-F217, U+F21A-F21B, U+F25F in PUA (from SIL's
  PUA, probably in Unicode 5.0): U+0243, U+0244, U+0245, U+024C, U+024D,
  U+2C64, (U+2C6D), (U+2C71)
- modified some glyphs in Serif Oblique to make them more italic (by Denis
  Jacquerye)

Changes from 2.4 to 2.5:

- fixed excessive kerning bug that occurs with Pango (by Denis Jacquerye)
- added U+20AF to Sans and Serif (by Lars Naesbye Christensen)
- regenerated Condensed faces (by Ben Laenen)
- added U+035C-U+035D to Sans, fixed U+0361 (by Denis Jacquerye)
- integrated 255 characters from Arev fonts: Latin Extended-B, Spacing
  Modifiers, Combining Diacritical Marks, Cyrillic, Cyrillic supplement,
  General Punctuation, Letterlike Symbols, Arrows, Mathematical Operators,
  Miscellaneous Technical, Dingbats, Alphabetic Presentation Forms (by Denis
  Jacquerye)
- added basic Cyrillic and basic Greek to Sans ExtraLight (by Denis Jacquerye)
- added U+0498, U+049A, U+04AA, U+04AB, U+04AF to Serif (by Eugeniy
  Meshcheryakov)
- added U+0494, U+0495, U+0498, U+0499, U+04AA, U+04AB, U+04C3, U+04C4,
  U+04C7, U+04C8 to Mono (by Eugeniy Meshcheryakov)
- adjusted weight of U+0256, U+0257, U+0260, U+0272, U+0273, U+0277, U+029B,
  U+02A0 and modifed  U+028B and U+027A in Mono (by Denis Jacquerye)
- added U+2000-200A to Mono (by Denis Jacquerye)
- added vulgar fractions U+2153 - U+215F to Mono (by Gee Fung Sit)
- adapted metrics of Arabic glyphs so they stay above cut-off height in Sans
  (by Ben Laenen)
- fixed mkmk anchors for Arabic diacritics so they stack properly in Sans (by
  Ben Laenen)
- fixed weight of lowercase upsilon in Sans Bold, make small adjustment to
  lowercase omega in Sans (by Ben Laenen)
- added U+210E (by Mederic Boquien)
- unslanted U+2201, U+221B and U+221C in Sans Oblique (by Mederic Boquien)
- added several mathematical relation symbols to Sans and Mono (U+2241-224C,
  U+2250-2255, U+2260-2269, U+226E-2277, U+2282-2287) modified U+223C to match
  other tildes, and U+2282-2284 to have the same shape. (by Remy Oudompheng)
- made U+2234-U+2237 refer to U+2219 instead of U+00B7 in Sans (by Mederic
  Boquien)
- added U+2238-223B, U+226A-226B, U+2278-2281, U+2288-228B to Sans (by Remy
  Oudompheng)
- unslanted and changed reference of U+22C5 from U+00B7 to U+2219 in Sans (by
  Mederic Boquien)
- added U+224D-225F, U+226D, U+22C6 to Sans and unslanted U+2219 in Sans
  Oblique. (by Remy Oudompheng)
- added U+224D-225F, U+226D to Mono, shifted U+2266-2269 higher upwards and
  unslanted U+2219 in Oblique. (by Remy Oudompheng)
- merged Coptic glyphs from Arev 0.2 (by Lars Naesbye Christensen)
- fixed and adjusted various Cyrillic glyphs in Serif (by Andrey V. Panov)
- made fi, fl... ligatures discretionary ligatures (by Ben Laenen)
2006-08-07 14:41:10 +00:00
wiz
34daacc92f + linux-libertine-ttf 2006-08-06 14:33:29 +00:00
wiz
b4f7d2921d Initial import of linux-libertine-ttf-2.1.0:
A TrueType font-family: Serif and Grotesk (Sans Serif) for practical
use in documents. This project aims at creating a free alternative
to the standard W*ndows Fonts (T*mes and Ar*al).  PfaEdit is used
as FontEditor.  The goal is to create a really good font with a
real italic and bold variant, with OSF (old style figures -> old
numbers) and small Caps.
2006-08-06 14:32:18 +00:00
wiz
f38fe1e99b Add ISO Latin 7 font. Requested by Eye of the Beholder on pkgsrc-users.
Bump PKGREVISION.
2006-08-04 20:42:18 +00:00
reed
8c8825d3c8 Conflict with libXft (currently in pkgsrc-wip).
This version of Xft2 is not supported and I have been using
the maintained version since last year on several pkgsrc build
systems. But I will not switch to new version until okayed by others.
2006-07-31 21:39:56 +00:00
adam
cdf2dddae8 Changes 20060715:
* Bug fixes
2006-07-29 14:46:18 +00:00
jlam
ccdf6dbe01 Rename "SITES_* to "SITES.*" for file-specific lists of sites from which
to fetch the file.  This completes the renaming described in revision
1.1799 of bsd.pkg.mk.
2006-07-27 18:48:02 +00:00
hubertf
745fc9f10e de-maintain 2006-07-27 00:09:05 +00:00
jlam
588f778dd1 Move configure steps from post-extract to do-configure. 2006-07-25 15:12:27 +00:00
minskim
7009a02d9a Remove obsolete BUILDLINK_API_DEPENDS. 2006-07-23 01:09:11 +00:00
abs
1baa032220 We define FONTS_DIRS.ttf, so use it everywhere 2006-07-22 19:49:11 +00:00
jlam
4c09a7046a Convert _FETCH_MESSAGE to plain old FETCH_MESSAGE. Remove _FETCH_MESSAGE
processing from mk/fetch/*.mk.
2006-07-18 23:27:14 +00:00
wiz
7af44f7a50 Add a MASTER_SITE. Update maintainer email address. From Sergey Svishchev. 2006-07-17 18:32:51 +00:00
adam
55f5453c79 Changes 20060703:
* Bug fixes and improvements
2006-07-10 20:52:44 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
joerg
3d4444b6c2 INSTALLATION_DIRS was incomplete. 2006-06-21 21:21:46 +00:00
jlam
619d50bc2f Don't abuse the INSTALL and DEINSTALL scripts to replace the configuration
file for another package (and breaking CHECK_FILES).  Instead, instruct
the user on how to merge the example configuration file into the true
configuration file in a MESSAGE file.  Also, fix the path to the
kochi-ttf fonts.  Bump the PKGREVISION.
2006-06-20 15:50:46 +00:00
joerg
8a1f98faa2 Explicitly depend on imake. 2006-06-19 12:23:02 +00:00
joerg
09ee4c1d95 Needs imake. 2006-06-18 19:37:49 +00:00
minskim
fc0cd36d3a Update p5-Font-TTF to 0.38.1. Changes are unknown. 2006-06-18 02:46:27 +00:00
minskim
021cccef98 Update ttf2pk to 1.5 to sync with freetype-lib.
Changes:
- Added support for multiple SFD files.
- New option `-L' to provide a ligature mapping file.
- New  option  `-w'  to  emit PostScript  encoding  vectors  for
  subfont  files  to  be  used  with pdfLaTeX.
- Add support  for a  configuration file (ttf2pk.cfg)  which can
  read more  than a  single map file,  similar to  pdfTeX.
- Support for  character codes  greater than 0xFFFF.
- ttf2tfm no longer  assumes that the x-height  is always 400 PS
  units.
2006-06-17 19:50:09 +00:00
minskim
832e83b4f0 Make this package build with gcc-4. 2006-06-17 19:42:59 +00:00
minskim
161077ec93 Update adobe-cmaps to 20060615.
Changes:
 - Updated aj16.
2006-06-15 22:04:15 +00:00
jlam
827643d4bb Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.
This avoids the need for a confusing line of the form:

	DEINSTALL_TEMPLATE+=	path/to/INSTALL

in the package Makefile, and actually removes the need to specify it
altogether since by convention, the existence of the DEINSTALL script
is enough to add it to DEINSTALL_TEMPLATE.
2006-06-15 20:40:15 +00:00
joerg
de289a9699 Needs imake. 2006-06-15 15:20:20 +00:00
minskim
71a2047e70 Fix PLIST. Bump PKGREVISION. 2006-06-15 02:34:48 +00:00
minskim
247683cbbf This package needs zlib. 2006-06-07 20:31:27 +00:00
joerg
ed0b5a9ba7 py-fonttools needs Python 2.2+ 2006-06-04 16:46:08 +00:00
joerg
dcf9829df2 py-Numeric needs Python 2.2+ 2006-06-02 23:38:10 +00:00
tron
3d607a7a4c Use patch provided by the FreeType2 maintaines to make this build with
version 2.2.1 and newer of the "freetype2" package. Bump package
revision because of this fix.
2006-05-29 22:38:06 +00:00
joerg
dce03b8296 Fix one pedantic pkglint warning. 2006-05-26 21:12:59 +00:00
joerg
eee43cf84e Add gentium-ttf. 2006-05-26 21:09:35 +00:00
joerg
53a0e662b3 Import gentium-ttf-1.02
From DESCR:
Gentium ("belonging to the nations" in Latin) is a Unicode typeface family
designed to enable the many diverse ethnic groups around the world who use
the Latin script to produce readable, high-quality publications. The design
is intended to be highly readable, reasonably compact, and visually
attractive. Gentium has won a "Certificate of Excellence in Typeface
Design" in two major international typeface design competitions:
bukva:raz! (2001), TDC2003 (2003).
2006-05-26 21:08:53 +00:00
rillig
3118844085 Fixed some pkglint warnings. 2006-05-22 06:31:34 +00:00
jlam
ebf33f8172 Drop unnecessary modifications to *.po files that inserted whitespace
between msgid and "".  This is now automatically handled by revision
1.19 of pkgsrc/mk/tools/msgfmt.sh.
2006-05-20 23:34:39 +00:00
joerg
f2c2651d92 Always register fonts at runtime using install framework. Bump revision. 2006-05-18 14:55:21 +00:00
reed
8fe23371f7 Fix filename of pkg-config file.
This fixes problem when using  USE_BUILTIN.Xft2=yes.

This is to close PR #32316 from Rui-Xiang Guo.
2006-05-09 00:14:55 +00:00
minskim
8786949621 This package requires zlib. 2006-05-06 03:41:31 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
minskim
bf193b637c Update adobe-cmaps to 20060419. ag14 was updated to ag15. 2006-04-20 17:37:00 +00:00
rillig
ffe19a8353 Added a patch for ISO C90 compatibility. 2006-04-19 19:43:17 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
adam
5e3d1cd840 Removed patch-ai since msgfmt.sh works correctly now 2006-04-16 20:10:29 +00:00
adam
5daaa90121 Changes 20060413:
* FF failed to output lookups in the right order for the GSUB table.
* FF would crash when attempting to generate a font which had no familyname
* FF could be built agains ft2.2 only if the debugger were being built.
  Make it work always.
* Patch by Mike Frysinger from gentoo. Use the HOME environment variable in
  preference to /etc/passwd.
* Write sfddiff as a fontforge script and put it back into the install process.
* Add code to font compare so it can do the old sfddiff --merge option.
* Someone wanted acorn2sfd! Make it compile again.
* Make configure look for libgif
2006-04-14 08:45:06 +00:00
heinz
089d51008d Added appropriate TEST_TARGET. 2006-04-14 07:08:07 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
joerg
22838bd6ee Don't create xorg/lib/X11/fs as symlink to the config directory,
it prevents the default config from being included correctly
in the package. Add a random imake dependency to xorg-fontserver
while here and bump the revision.
2006-04-12 21:53:58 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
salo
ac02cf7d71 Update to version 2.4.1
Changes:
- few fonts changed their names
- new font, DejaVu Sans Extra Light
- various character additions and corrections
2006-04-10 08:08:09 +00:00
minskim
8cb557cc26 Update alee-ttf to 7.3. Patches provided by Yi Min-Cheol in PR pkg/33213.
Changes since 6.3:
Add [0x0e-c00ky].ttf.
Add EunjinNakseo.ttf.
Rename EunJin.ttf to Eunjin.ttf.
Rename [C00ky].ttf to [0b0d-c00ky].ttf.
Update EunBangwool.ttf and Eunjin.ttf.
Fix postinst to unregister removed/renamed font from defoma.
Fix wrong HeadDescent of several fonts.
Fix wrong HeadAscent of several fonts.
2006-04-09 16:54:11 +00:00
reed
9df9ff4e6d Also include x11.buildlink3.mk.
The configure checks for Xaw and Intrinsics headers
and if no X, then it does not build xglyph and libt1x.

(I noticed because I am using modular X.org and the libXpm doesn't
pull in Xaw or Xt.)
2006-04-08 07:21:28 +00:00
minskim
7308985aa1 - Install the fontmap file into PKG_LOCALTEXMFPREFIX, instead of
PKG_TEXMFPREFIX, and register it with updmap.
- Use texmf-dirs to install into texmf-local.

Bump PKGREVISION.
2006-04-07 05:10:39 +00:00
minskim
f95d4b39ce Use texmf-dirs to install into texmf-local. Bump PKGREVISION. 2006-04-07 03:55:22 +00:00
minskim
f9401b4373 Use PKG_LOCALTEXMFPREFIX instead of TEXMFDIRS. 2006-04-07 00:24:16 +00:00
minskim
deaa7b5d6d Use PKG_LOCALTEXMFPREFIX instead of hardcoding share/texmf. 2006-04-06 17:01:15 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
adam
a5282e1d2c Variable declaration fix; PR-33164 2006-04-05 07:03:41 +00:00
adam
d5b538dda2 Variable declaration fix; PR-33164 2006-04-05 07:03:25 +00:00
jmmv
b632aa4134 Update to 1.6:
- Updated to Unicode 4.1 character database.
 - Improved search facility.
 - Various bug fixes.
 - New and updated translations.
2006-03-30 21:16:23 +00:00
jlam
d71a98aa8e Avoid extra stat() calls by not repeatedly checking whether a file
exists on the disk -- we can just check whether a variable defined by
find-files.mk is "__nonexistent__" or not.
2006-03-30 18:06:17 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
minskim
90e716a946 Set libdir in .la files correctly; otherwise, fontforge fails to load
libraries on Darwin at run time.  Bump PKGREVISION.
2006-03-18 04:52:33 +00:00
jlam
daad0f3d6c Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
2006-03-14 01:14:26 +00:00