Commit graph

1924 commits

Author SHA1 Message Date
sbd
cdfc7f300d Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
mef
2d5dbc42e3 Bump versions as listed below, based on PR pkg/45549
which again based on following upstream announce.

------------------------------
[ANNOUNCE] font releases, second and final part
Mon, 15 Nov 2010 15:33:04 -0800
http://www.mail-archive.com/xorg-announce@lists.freedesktop.org/msg01323.html
-------
And here are the final font releases. Like in my previous batch, all
changes are by Gaétan and Jesse.
-------------------------------

(30 fonts are listed below,
 marked *'s are not imported yet or already up-to-date)
				now	new
font-arabic-misc		1.0.1	1.0.3
font-bh-lucidatypewriter-100dpi	1.0.1	1.0.3
font-bh-lucidatypewriter-100dpi	1.0.1	1.0.3
font-bh-lucidatypewriter-75dpi	1.0.1	1.0.3
font-bh-lucidatypewriter-75dpi	1.0.1	1.0.3

font-bh-ttf			1.0.1	1.0.3 (with some PLIST change)
font-bh-type1			1.0.1	1.0.3
font-bitstream-100dpi		1.0.1	1.0.3
font-bitstream-75dpi		1.0.1	1.0.3
font-bitstream-speedo			1.0.2*

font-bitstream-type1		1.0.1	1.0.3
font-cronyx-cyrillic		1.0.1	1.0.3
font-cursor-misc		1.0.1	1.0.3
font-daewoo-misc		1.0.1	1.0.3
font-dec-misc			1.0.1	1.0.3

font-ibm-type1			1.0.1	1.0.3
font-isas-misc			1.0.1	1.0.3
font-jis-misc			1.0.1	1.0.3
font-micro-misc			1.0.1	1.0.3
font-misc-cyrillic		1.0.1	1.0.3

font-misc-ethiopic		1.0.1	1.0.3
font-misc-meltho		1.0.1	1.0.3
font-misc-misc			1.0.0	1.1.2  (patch-a[ac] modified and
						patch-ab removed)
						PLIST change as:
						lib/X11/fonts/misc/
						share/fonts/X11/misc/
font-mutt-misc			1.0.1	1.0.3
font-schumacher-misc		1.1.2	1.1.2* (Already up-to-date)

font-screen-cyrillic		1.0.2	1.0.4
font-sony-misc			1.0.1	1.0.3
font-sun-misc			1.0.1	1.0.3
font-winitzki-cyrillic		1.0.1	1.0.3
font-xfree86-type1		1.0.2	1.0.4

30 are in the list and 28 out of them are delt this bundle patch
-------------------------------
Also fonts/font-misc-misc/patches/patch-ab is deleted, upstream
no longer has the lines originally patch-ab is removing.
2012-06-12 02:10:22 +00:00
mef
8b60863256 Bump the version based on: PR pkg/45537
which again based on following announce
--------
Sun, 14 Nov 2010 22:43:47 -0800
[ANNOUNCE] font releases, part 1:
http://www.mail-archive.com/xorg-announce@lists.freedesktop.org/msg01322.html
--------
As promised, here's a first batch of font releases, hopefully in time
for the upcoming katamari. For now, I've only tackled "adobe-*" fonts,
the rest will come later once I get round to it.

The major changes for these fives releases are
 - CVS tags purges by Jesse Adkins
 - font-util macro bump to 1.2 by Gaétan Nadon
--------
The versions of this update are summarized as:

font-adobe-100dpi	 1.0.1 -> 1.0.3
font-adobe-75dpi	 1.0.1 -> 1.0.3
font-adobe-utopia-100dpi 1.0.2 -> 1.0.4
font-adobe-utopia-75dpi	 1.0.2 -> 1.0.4

font-adobe-utopia-type1	 1.0.1 -> 1.0.4
    This also includes upstream PATH change, i.e. PLIST.
    lib/X11/fonts/Type1 ->  share/fonts/X11/Type1
--------
font-util was bumped already separately, so not included
in this commit.
2012-06-11 23:23:28 +00:00
obache
208b021421 Require hacks for fixing autoconf + space in variable name issue. 2012-06-11 05:56:34 +00:00
wiz
6de387b041 Update to 2.9.0. No proper NEWS file found.
Bump version to 2.9.0
    Get rid of $< from Makefile.am
    Fix a build fail on some environment.
    Fix a build fail on some environment
    Fix a build issue
    Update to detect the uncommited changes properly
    Update the version info
    Fix distcheck error
    Bug 19128 - Handling whitespace in aliases
    Add a workaround alias for Dingbats.
    Check null value for given object to avoid possibly segfaulting
    Bug 23336 - unable to display bitmap-only (SFNT) TrueType or OpenType
    Force to find out a size for bitmap-only ttf to avoid the blank glyphs
    in the font.
    Patch from Bug Fly
    Bug 41694 - FcCache functions have random-number-generator side
    effects
    Use the own random number generator state if possible.
    Bug 25652 - Add ortho file for locale mni_IN
    Add mni.orth for Maniputi
    Bug 25653 - Add ortho file for locale doi_IN
    Add doi.orth for Dogri
    Add brx.orth and sat.orth
    Bug 25650 - Add ortho file for locale sat_IN
    Add sat.orth for Santali
    Bug 25651 - Add ortho file for locale brx_IN
    Add brx.orth for Bodo.
    Bug 27385 - lcdfilter settings for freetype-2.3.12 not available
    in fontconfig-2.8.0
    Add config files for FT_LcdFilter options.
    Patch from Robin Johnson.
    Do not update stream->pos when seeking is failed.
    Bug 46169 - Pointer error in FcConfigGlobMatch
    Fix possibly accessing the invalid memory and a crash in the
    worst case
    when the glob string is longer than the string.
    makealias: handle missing funcs better
    When adding new functions, if the actual definition doesn't match the
    header (say due to a typo), the regeneration of the internal headers
    get confused and output bad cpp logic.  This causes gcc to barf due
    to mismatched #ifdef/#endif.  Which is a pain to figure out due to
    the sheer voulme of generated code.
    So tweak the makealias script to detect this case and error out.
    While we're here, improve the cpp output a bit to indent, include
    comments, and merge similar ifdef blocks.
    FcObjectValidType: tweak -1 checking
    Newer gcc doesn't like when you switch on an enum and use a value
    that isn't declared:
    fcname.c: In function 'FcObjectValidType':
    fcname.c:299:2: warning: case value '4294967295'
	not in enumerated type 'FcType' [-Wswitch]
    So tweak the logic to avoid this warning.
    fix build warnings when using --with-arch
    Latest configure code will setup FC_ARCHITECTURE directly rather than
    going through ARCHITECTURE, so update fcarch.h accordingly.
    fc-{list,match}: constify format string
    We don't free this string anywhere, so mark it const to avoid gcc
    warnings
    and possible bugs in the future (if people did try freeing it).
    fc-list.c: In function 'main':
    fc-list.c:161:16: warning: pointer targets in assignment
	differ in signedness [-Wpointer-sign]
    fc-match.c: In function 'main':
    fc-match.c:201:13: warning: pointer targets in assignment
	differ in signedness [-Wpointer-sign]
    fc-match.c:203:13: warning: pointer targets in assignment
	differ in signedness [-Wpointer-sign]
    FcName{,Get}Constant: constify string input
    These funcs don't modify the incoming string, so add const markings.
    This is the "right thing", shouldn't change the ABI, and fixes some
    gcc warnings:
    fccfg.c: In function 'FcConfigEvaluate':
    fccfg.c:916:2: warning: passing argument 1 of 'IA__FcNameConstant'
	discards 'const' qualifier from pointer target type [enabled
	by default]
    fcalias.h:253:34: note: expected 'FcChar8 *' but
	argument is of type 'const FcChar8 *'
    fcxml.c: In function 'FcTypecheckExpr':
    fcxml.c:604:2: warning: passing argument 1 of 'IA__FcNameGetConstant'
	discards 'const' qualifier from pointer target type [enabled
	by default]
    fcalias.h:251:37: note: expected 'FcChar8 *' but
	argument is of type 'const FcChar8 *'
    fc-cat: fix pointer warning
    Add a cast to avoid a gcc warning:
    fc-cat.c: In function 'cache_print_set':
    fc-cat.c:230:2: warning: pointer targets in passing argument 2
	of 'FcPatternFormat' differ in signedness [-Wpointer-sign]
    ../fontconfig/fontconfig.h:860:1: note:
	expected 'const FcChar8 *' but argument is of type 'char *'
    FcStat: change to FcChar8 for first arg
    This shouldn't affect the ABI, makes FcStat more like the rest of the
    fontconfig API, and fixes warnings where we pass FcChar8* pointers in
    to this func from other places.
    delete unused variables
    Newer gcc is better at detecting set-but-unused variables.
    FcStrPlus: optimize a little
    We've already calculated the lengths of these strings, so re-use those
    values to avoid having to rescan the strings multiple times.
    Bug 44826 - <alias> must contain only a single <family>
    Fix invalid syntax around alias elements in 30-metric-aliases.conf
    40-nonlatin.conf and 45-latin.conf.
    Patch from lolilolicon
    Get rid of the unexpected family name
    UmePlus P Gothic isn't a serif font.
    Bug 43406 - typo of Japanese font name in conf.d/65-nonlatin.conf
    Fix a typo.
    Bug 43321 - Required corrections in urdu.orth file
    Drop U+0629 and U+0647, and add U+06c3 to ur.orth
    Bug 42423 - make default Korean font from Un to Nanum
    Update 40-nonlatin.conf and 65-nonlatin.conf for Nanum korean fonts.
    Bug 40452 - Running 'fc-match --all' core dumps when no fonts are
    installed
    This would changes the behavior of FcFontSort().
    it won't returns NULL afterward.
    Bug 35517 - Remove Apple Roman cmap support
    Get rid of the apple roman encoding related code
    Add a missing file
    Bug 32965 - Asturian (ast-ES) language matching missing ḷḷḥ
    Add U+1E24, U+1E25, U+1E36 and U+1e37 for Asturian
    Remove the unnecessary comment in ks.orth
    Bug 27195 - need updates to ks.orth file
    Add U+0620, U+0657, U+065f, U+0672, U+0673 and U+06c4 for Kashmiri
    See http://www.unicode.org/charts/PDF/U0600.pdf
    Bug 24744 - No n'ko orthography
    Add nqo.orth for N'Ko
    Add FcPublic to FcLangSetUnion and FcLangSetSubtract
    Patch from ssp
    Fix parallel build
    Bug 41171 - Invalid use of memset
    Fix stupid bug in FcFontSort()
    I broke FcFontSort() language handling at the end of 2008 with this
    commit: c7641f28
    G-d knows how many of the lang-matching bugs in bugzilla will be
    fixed by this changed...
    I'm really sorry, everyone!
    Switch fc-cat to use FcPatternFormat()
    Added the a builtin "fccat" to FcPatternFormat().
    Switch fc-match to use FcPatternFormat()
    Fix small bug in FcPatternFormat that was letting element-default to
    consume the convertor sequence.
    Bug 26718 - "fc-match sans file" doesn't work
    - Do not throw away FC_FILE in FcNameUnparse
    - Update the builtin "fclist" format to remove FC_FILE properly
    instead
    - Switch fc-list to use FcPatternFormat()
    Note that I had previously broken fc-list and it was not showing the
    file name anymore.	No one noticed that it seems!  Now fixed.
    Bug 36577 - Updating cache with no-bitmaps disables bitmap fonts...
    Do not remove blacklisted fonts during cache generation.  We already
    apply the blacklist when reading the caches.  The idea always has been
    that the config should not affect caches built, although that design
    was tarnished with the introduction of target="scan" configurations.
    [.gitignore] Update
    Bug 35587 - Add padding to make valgrind and glibc not hate each other
    Fix warning
    Always define FcStat as a function
    Such that first arg is const char *.  We also need to make more
    changes
    in that function as part of some other bug.
    More doc typo fixes
    Mark constant strings as constant
    Fixes a few compiler warnings in fcxml.c and makes it clear that they
    should not be freed.
    Bug 30566 - fcformat.c:interpret_enumerate() passes uninitialized
    idx to FcPatternGetLangSet()
    Bug 20113 - Uighur (ug) orthography incomplete
    Documentation fixes
    Remove --enable-maintainer-mode from autogen.sh
    Update CaseFolding.txt to Unicode 6.0
    Remove AM_MAINTAINER_MODE
    That macro is simply broken.
    This was also brought up in:
    Bug 32679 - fontconfig-2.8.0 does not cross compile
    Fix assertion failure on le32d4
    Reported by Jon TURNEY.
    Doc nit
    Skip <range> elements with begin > end
    Add <range> support for <blank> into the DTD
Merge: 30fd4fa fa269cf
    Allow editing charset and lang in target="scan"
    Merge commit 'fa269cf812ee304534b0e4c44662202496008db0'
    Fixes:
    Bug 31969 - Can't modify charset in target="scan"
    Bug 23758 - Can't modify lang in target="scan"
    Bump version
    Make fc-arch stuff cross-compiling-safe
    Fixes:
    Bug 32679 - fontconfig-2.8.0 does not cross compile
    Bug 25462 - Cross-compilation doesn't work
    Make most generated-files cross-compiling-safe
    By simply including a copy in the tarball.
    Remains fc-arch which is trickier.
    add some documents
    Add editing langset feature.
    The syntax to add any langset to the langset table looks like:
    <match target="scan">
	<test name="family">
	    <string>Buggy Sans</string>
	</test>
	<edit name="lang" mode="assign">
	    <plus>
		<name>lang</name>
		<langset>
		    <string>zh-cn</string>
		    <string>zh-tw</string>
		</langset>
	    </plus>
	</edit>
    </match>
    To remove any langset from the langset table:
    <match target="scan">
	<test name="family">
	    <string>Buggy Sans</string>
	</test>
	<edit name="lang" mode="assign">
	    <minus>
		<name>lang</name>
		<langset>
		    <string>ja</string>
		</langset>
	    </minus>
	</edit>
    </match>
    Add the range support in blank element
    add some document for range and charset.
    Add charset editing feature.
    The syntax to add any characters to the charset table looks like:
    <match target="scan">
	<test name="family">
	    <string>Buggy Sans</string>
	</test>
	<edit name="charset" mode="assign">
	    <plus>
		<name>charset</name>
		<charset>
		    <int>0x3220</int>	 <!-- PARENTHESIZED IDEOGRAPH
		    ONE -->
		</charset>
	    </plus>
	</edit>
    </match>
    To remove any characters from the charset table:
    <match target="scan">
	<test name="family">
	    <string>Buggy Sans</string>
	</test>
	<edit name="charset" mode="assign">
	    <minus>
		<name>charset</name>
		<charset>
		    <int>0x06CC</int>	 <!-- ARABIC LETTER FARSI YEH -->
		    <int>0x06D2</int>	 <!-- ARABIC LETTER YEH BARREE -->
		    <int>0x06D3</int>	 <!-- ARABIC LETTER YEH BARREE
		    WITH HAMZA ABOVE -->
		</charset>
	    </minus>
	</edit>
    </match>
    You could also use the range element for convenience:
    ...
		<charset>
		    <int>0x06CC</int>	 <!-- ARABIC LETTER FARSI YEH -->
		    <range>
			<int>0x06D2</int>    <!-- ARABIC LETTER YEH
			BARREE -->
			<int>0x06D3</int>    <!-- ARABIC LETTER YEH
			BARREE WITH HAMZA ABOVE -->
		    </range>
		</charset>
    ...
    Bug 28958 - lang=en matches other langs
    Patch from Akira TAGOH.
    Fix returned value
    Cleanup copyright notices to replace "Keith Packard" with "the
    author(s)"
    Add more copyright owners
    fontconfig.pc.in: Add sysconfdir, localstatedir, and PACKAGE
    In the default case, cachedir and confdir will evaluate to something
    referencing these other variables (which wouldn't otherwise be defined
    in the pkg-config file.
    Fixes a regression introduced by
    81b542b50f82f8a0ad9f38f7d913fe5433631166
    Tested-by: Jon TURNEY <jon.turney@dronecode.org.uk>
    fontconfig.pc: Add variables for confdir and cachedir
    Bug 24729 - [ne_NP] Fix ortho file
    Exclude three characters (U+090C..090E) from Nepalese.
    [fc-lang] Support excluding characters
    By prefixing a line by a hyphen/minus sign.  Useful when including
    other orth files.
    Add new public API: FcCharSetDelChar()
    Bug 29995 - fc-cat does not invoke FcFini()
    Add comments
    Bug 29338 - fc-pattern.sgml, open para tag
    Fix compiler warnings
    Add fc-pattern cmdline tool
    Fix comment
    Remove all training whitespaces
    More whitespace
    Whitespace
    Accept TT_PLATFORM_MICROSOFT, TT_MS_ID_SYMBOL_CS from name table
    The OT spec says:
    "When building a Unicode font for Windows, the platform ID should
    be 3 and the encoding ID should be 1. When building a symbol
    font for Windows, the platform ID should be 3 and the encoding
    ID should be 0."
    We were ignoring the SYMBOL_CS entry before.  It's UTF-16/UCS-2
    like the UNICODE_CS.
    Also, always use UTF-16BE instead of UCS-2BE.  The conversion
    was doing UTF-16BE anyway.
    Don't include unistd.h in fontconfig.h
    Bug 26783 patch: unistd.h not exist on ms windows
    Bug 25152 Don't sleep(2) if all caches were uptodate
    Bug 26157 Solaris/Sun C 5.8: compilation of 2.8.0 and 2.7.3 fails
    Bug 18886 installation crashes if fontconfig already installed
    Run the uninstalled fc-cache, not the installed one.
    More doc typo fixes
    Fix doc typo
    Add note about autogen.sh to INSTALL
    Update INSTALL
    Bug 25508 configure assumes bash > 2.0 is on system
    Remove dolt.  With libtool2, there's not much need for dolt.
    [doc] Fix typo
    [fc-cache] Document -r argument in man page
2012-06-10 16:12:46 +00:00
wiz
dbf131acdc Update to 1.3.0.
1.3.0:
This release includes a number of bug fixes and code cleanups of
the utilities, as well as improvements to the GNU autoconf macros
for X.Org font packages for cross-compiling support.

Existing font packages will need to have autoreconf run after installing
the new fontutil.m4 to take advantage of the cross-compilation fixes - the
next release of the font packages will include this fix in the configure
scripts distributed in their tarballs.

1.2.0:
This release adds two new options that some of the font packages will
offer in their configure scripts:

  --disable-all-encodings option to the macros used in the bdf font
    packages, to set the default to disabled for all encodings so that
    builders/packagers wanting to build just a subset of encodings can
    start with none and add the ones they want instead of having to disable
    all those they don't want.

  --with-fc-confdir to specify the path to fontconfig's configuration
    files directory (normally /etc/fonts), for packages like bh-ttf that
    install fontconfig configuration snippets.   If not specified,
    the default will be the confdir variable from fontconfig.pc if present
    (which it won't be until the next fontconfig release), otherwise
    ${sysconfdir}/fonts.

Existing font packages will need to have autoreconf run after installing
the new fontutil.m4 to take advantage of this fix - the next release of
the font packages will include this fix in the configure scripts
distributed in their tarballs.
2012-06-10 15:27:41 +00:00
wiz
1b821229ab Use hacks file from meta-pkgs/modular-xorg instead of patch for
fixing autoconf + space in variable name issue.
2012-06-06 22:19:57 +00:00
wiz
f8a9aa4ff3 Add patch based on taca's analysis which should fix build breakage on
NetBSD<6.
2012-06-05 15:27:22 +00:00
ryoon
b9f72a03aa Update to 0.440
Changelog:
In Gothic (Sans-serif) family
 * Fix glyphs in Unicode : 0020-6905, 946d-ffff (first check)

In Minchi (Serif) family
 * Fix glyphs in Unicode : 0020-6905, 946d-ffff (first check)
2012-06-04 16:14:17 +00:00
wiz
d3993857f4 Update to 1.0.5. No proper changelog found, but previous version is
from 2003.
2012-06-03 22:59:03 +00:00
wiz
2567c20b71 Update to 1.0.3.
For most font packages, the only changes other than rebuilding with the
latest autoconf macros & autotools releases are these common janitorial
cleanups:

  Gaetan Nadon (4):
      .gitignore: use common defaults with custom section # 24239
      INSTALL, NEWS, README COPYING or AUTHORS files are missing/incorrect #24206
      Makefile.am: add INSTALL target and clean ChangeLog DIST targets
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
2012-06-03 18:35:22 +00:00
wiz
d5f52f9dfe Update to 1.0.7:
This maintenance release mainly delivers the fix for
https://bugs.freedesktop.org/show_bug.cgi?id=24465
plus some source/build configuration cleanup.
2012-06-03 18:34:38 +00:00
wiz
8815f2ab7c Update to 1.0.4:
This minor maintenance release is built with the latest X.Org autotools macros
and provides the usual recent collection of build configuration improvements
and janitorial cleanups.
2012-06-03 18:34:10 +00:00
wiz
1dd480195e Update to 1.1.0:
This minor feature release adds support for the 'ExtraLight' and 'Heavy'
weights in Type 1 fonts generated by FontForge, and recognizes the fonts
from the Culmus project <http://culmus.sourceforge.net>, mapping them to
the XLFD foundry name "culmus".
2012-06-03 17:22:08 +00:00
wiz
560426c6b2 Update to 1.1.1:
1.1.1:
This minor maintenance release fixes several build configuration and
compiler warning issues.

1.1.0:
This release adds support for finding the encoding data-files in
using the standard autoconf macros provided by X.Org's fontutil.m4.
The precedence is now (first found is used):
	--with-encodingsdir=<pathname>
	encodings subdirectory of fontrootdir found via:
	       --with-fontrootdir
	       pkg-config --variable=fontrootdir fontutil
	       ${datadir}/fonts/X11

It also converts to using standard libc memory allocation functions,
and provides the usual recent build configuration improvements and
janitorial cleanups.
2012-06-03 17:21:25 +00:00
ryoon
6fe518d389 Update to 20120325
Changelog:
VLGothic-20120325
* Sync with M+1C and 1M of 2012.03.25 CVS HEAD
* Add 135 Kanji characters

VLGothic-20120312
* Sync with M+1C and 1M of 2012.03.12 CVS HEAD
* Add 12 Kanji characters and 14 symbols
2012-05-20 10:25:53 +00:00
minskim
b213e867b1 Make font names in the map file match with the names defined in font files.
This should fix PR 46425.
2012-05-09 21:02:03 +00:00
minskim
bb16b4f877 Add tex-bbold{,-doc}. 2012-05-08 18:29:45 +00:00
minskim
228980431b Import tex-bbold-doc-1.01 as fonts/tex-bbold-doc.
This is documentation for tex-bbold.
2012-05-08 18:28:51 +00:00
minskim
0ba66a8633 Import tex-bbold-1.01 as fonts/tex-bbold.
A geometric sans serif blackboard bold font, for use in
mathematics; MetaFont sources are provided, as well as macros
for use with LaTeX. The Sauter font package has MetaFont
parameter source files for building the fonts at more sizes
than you could reasonably imagine. See the blackboard sampler
for a feel for the font's appearance.
2012-05-08 18:28:38 +00:00
minskim
8db2a8576b Add tex-bbold-type1{,-doc}. 2012-05-08 18:01:26 +00:00
minskim
b14fe0cea7 Import tex-bbold-type1-doc-2011 as fonts/tex-bbold-type1-doc.
This is documentation for tex-bbold-type1.
2012-05-08 18:00:16 +00:00
minskim
93c1e26343 Import tex-bbold-type1-2011 as fonts/tex-bbold-type1.
The files offer an Adobe Type 1 format version of the 5pt, 7pt
and 10pt versions of the bbold fonts. The distribution also
includes a map file, for use when incorporating the fonts into
TeX documents, but no macro sets are provided (the fonts will
not provide the correct results using macros designed for use
with the MetaFont versions of the fonts. The fonts were
produced to be part of the TeX distribution from Y&Y; they were
generously donated to the TeX Users' Group when Y&Y closed its
doors as a business.
2012-05-08 18:00:02 +00:00
dholland
0bcdacfbcf Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
ryoon
b91c5291e4 Update to 3.2.0
This update is provided by Miwa Susumu on pkgsrc-users@.

* Use os2version_reviser.sh in post-build, for adjusting spacing of Zenkaku
  characters.

Changelog:
Version 3.2.0 (16 Apr. 2012)
* Adjust character spacing
* Add command line options
2012-05-02 22:02:00 +00:00
minskim
a2816bfc15 Make ps2pkm build with clang.
Patch from Jan Danielsson.
2012-04-26 15:18:55 +00:00
gendalia
ab621c2dd0 Remove USE_X11=yes, so that rrdtool (and thus xymon) can be installed on
servers that don't use X. Ok'd by jakllsch@
2012-04-26 03:06:05 +00:00
wiz
b93e0b35d9 Update to 1.9 on request by author:
VERSION 1.9 2012-03-14

CHANGES IN 1.9

  Fixed the problem with inverted question mark facing the wrong way.  (Thanks
  to Swyter for reporting it.)

  Modified the small "w" and "g".

  Restored the original look for size 6x12 bold.

CHANGES IN 1.8

  Fixed a problem where chars showed up as boxes in xfontsel and some apps.

  Tweaks, esp. to 8x17 size

CHANGES IN 1.7

  Added two new sizes: tiny 5x9 and large 10x20.

  Retired size 7x12.  (If this presents major problem for you, get in touch.)

  Added a pixel to the height of the 6x11 size, making it 6x12.

  Added new chars for partial ISO8859-1 support, mainly covering the accented
  characters and currency symbols.  I consider these new characters to be BETA,
  since I don't use them so I'm not sure how they should look.  If you have
  feedback about them, please get in touch.

  Made many minor tweaks to character shapes.  In particular, the f, l, and t
  have a more "traditional" look.  Also, I've changed the w and y again.
2012-04-20 15:00:12 +00:00
joerg
78ff5c7199 Use correct path to bdftopcf. 2012-04-18 00:06:12 +00:00
ryoon
47be1dfe14 Update to 0.438
Changelog:
In Gothic (Sans-serif) family
 * Fix glyphs in Unicode : 0020-6727, 946d-ffff (first check)

In Minchi (Serif) family
 * Fix glyphs in Unicode : 0020-6727, 946d-ffff (first check)
2012-04-16 17:17:30 +00:00
ryoon
a4a09362d5 Add croscorefonts 2012-04-14 15:54:31 +00:00
ryoon
27d294fc90 Import croscorefonts-1.21.0 as fonts/croscorefonts.
Google Croscore fonts package contains a collections of fonts that
offers improved on-screen readability characteristics and the
pan-European WGL character set and solves the needs of developers
looking for width-compatible fonts to address document portability
across platforms.
2012-04-14 15:53:04 +00:00
wiz
4773e0d7e2 All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08 20:21:41 +00:00
obache
6cf0f3330e avaiable via http instead of ftp
(now, redirected to http://aol-4.vo.llnwd.net/pub/...)
2012-04-07 12:49:35 +00:00
ryoon
a9daed91ae Add bdftopcf to USE_TOOLS, because it is used on build stage. 2012-03-25 05:36:14 +00:00
ryoon
89acfc27f5 Update to 3.1.3
* Upstream moves to github (https download using curl)

Changelog:
3.1.3
* Add Ricty Discord commandline option
* Add some commandline options

3.1.2
* Sync with Migu 20111002 (this change breaks backword compatibility)
* Add some commandline options
2012-03-22 18:25:44 +00:00
ryoon
3b8932889a Update to 20111002
PR pkg/46169 from ISIHARA Takanori

Changelog:
* sync "M^+ TESTFLIGHT 043".
* fix a part of widths of strings problem.
* fix unvisible U+FFE3 under 12pt problem.
* change font file name. (ex. Migu-1P-regular.ttf -> migu-1p-regular.ttf)
* etc..
2012-03-22 18:20:33 +00:00
ryoon
4f5559d833 Update to 0.437
Changelog:
In Gothic (Sans-serif) family
 * Fix glyphs in Unicode : 0020-668f, 9475-ffff (first check)
 * Fix glyphs in SJIS : second check completed

In Minchi (Serif) family
 * Fix glyphs in Unicode : 0020-668f, 9470-ffff (first check)
 * Fix glyphs in SJIS : second check completed
2012-03-22 16:41:57 +00:00
joerg
3fa6844b90 Drop imake-check logic from X11 components' builtin.mk.
Always use xorg-cf-files and imake from pkgsrc, replacing xpkgwedge.
Always install man pages, not cat pages when using imake.
Unify the various imake PLIST variables in preparation for dropping.
Adjust xbattbar for the new expectations.
2012-03-19 12:34:12 +00:00
obache
34a560cbb0 Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
minskim
2c65c24114 Fix a typo. 2012-03-07 04:03:13 +00:00
minskim
7a9de4efb2 Update DISTFILES. No functional change. 2012-03-04 17:46:15 +00:00
minskim
2e6c319b09 Add tex-japanese-otf{,-doc}. 2012-03-04 01:15:21 +00:00
minskim
fb9e562d61 Import tex-japanese-otf-doc-1.7b4 as fonts/tex-japanese-otf-doc.
This is documentation for tex-japanese-otf.
2012-03-04 01:13:54 +00:00
minskim
0a2c5a721e Import tex-japanese-otf-1.7b4 as fonts/tex-japanese-otf.
The package contains pLaTeX support files and virtual fonts for
supporting a wide variety of fonts in LaTeX using the pTeX
engine.
2012-03-04 01:13:42 +00:00
minskim
c201cf03b3 Add tex-ipaex{,-doc}. 2012-03-04 01:12:37 +00:00
minskim
e0fa050d35 Import tex-ipaex-doc-2011 as fonts/tex-ipaex-doc.
This is documentation for tex-ipaex.
2012-03-04 01:11:34 +00:00
minskim
451b9da8a5 Import tex-ipaex-2011 as fonts/tex-ipaex.
The fonts provide fixed-width glyphs for Kana and Kanji
characters, proportional width glyphs for Western characters.
2012-03-04 01:11:24 +00:00
ryoon
cd8ef0174c Update to 20120130
* Sync with latest M+1C,1M.
2012-03-03 21:57:41 +00:00
wiz
e64308b04b Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
sbd
ebb14006c0 Switch to using gzip compression.
Bump PKGREVISION.
2012-02-21 06:39:54 +00:00
ryoon
7a2251eb0f Update to 0.436
Changelog:
In Gothic (Sans-serif) family
 * Fix glyphs in Unicode : 0020-668f, 95d4-ffff (first check)
 * Fix glyphs in SJIS : second check completed

In Minchi (Serif) family
 * Fix glyphs in Unicode : 0020-668f, 95e1-ffff (first check)
 * Fix glyphs in SJIS : second check completed
2012-02-15 03:37:00 +00:00
shattered
04140adfbc Typo. 2012-02-07 09:40:13 +00:00
wiz
3e5aee20cf Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:49 +00:00
asau
e8a9d1ff09 Update Terminus font to version 4.36
From Bug Hunting in PR pkg/45761


Changes since version 4.28:

Version 4.36:

    * Removed the rarely used cm2 variant.
    * Added new ll2 variant with more distinctive l.
    * Added quotereversed (201B), quotedblreversed (201F), I/i/U/u dotbelow
      (1ECA, 1ECB, 1EE4, 1EE5).
    * Moved all quotes and alike in size 32 one line down.
    * Small fixes and improvements (t commaaccent, quotes alignment etc. in
      some sizes).
    * Windows installation: creates the relevant registry key.

Version 4.35:

    * Added hi2 variant for size 18.
    * Fixes in size 18: normal V, normal W, bold X, H stroke, some
      pseudographic characters and the *NIX installation.

Version 4.34:

    * Added size 10x18.
    * Small fixes and improvements in section, multiply, Eng/eng, Dje,
      dje, house, male, zeta and various characters in the different sizes.
    * The default cyrillic ghe is now ge1, with ge2 available as an option.

Version 4.32:

    * Slightly more distintive normal M and W.
    * Rounded 28-bold, 32-normal, 32-bold.
      Also removed the 32-normal kx2 style.
    * Small changes: Che/che stroke, phi, Zhe/zhe etc.
    * Linux console: the default bold is now framebuffer.
    * Smaller Makefile, GNU make required.
    * Changed the font license to SIL OFL 1.1.
      It's FSF approved, no need to worry.
    * And, as you can see, Terminus Font is now on sourceforge.

Version 4.30:

    * Added size 22 (not very good).
    * Added another 25 characters.
    * Various small fixes and improvements.
    * Changed the default prefix and x11dir.
2012-02-02 21:17:40 +00:00
hans
cb2a29ecb3 Use ${RM} -f to avoid failure if no files are found to be removed. 2012-02-02 09:26:17 +00:00
drochner
1c8118ef2a fix an off-by-one in an earlier fix, from gnome bug #643882 2012-01-16 12:42:56 +00:00
hans
80a11d4b67 USE_TOOLS=unzip instead of DEPENDS/BUILD_DEPENDS. 2012-01-14 03:13:03 +00:00
drochner
46624e3f26 update the patch from Redhat bug #692909 to the latest version, fixes
garbled xdvi output, from Uwe Klaus per PR pkg/45813
bump PKGREV
2012-01-10 19:21:15 +00:00
wiz
2bf9b9ef63 + EB-Garamond. 2012-01-08 16:20:24 +00:00
wiz
b524dbd909 Initial import of EB-Garamond-0.012:
Garamont's fonts have set a milestone, on which font designers have
been recurring ever since. EB Garamond is an open source project
to create a revival of Claude Garamont's famous humanist typeface
from the mid-16th century. Its design reproduces the original design
by Claude Garamont: The source for the letterforms is a scan of a
specimen known as the "Berner specimen", which, composed in 1592
by Conrad Berner, son-in-law of Christian Egenolff and his successor
at the Egenolff print office, shows Garamont's roman and Granjon
italic fonts at different sizes. Hence the name of this project:
Egenolff-Berner Garamond.

The Garamonds are probably the most copied typefaces in the world.
There are indeed lots of excellent Garamond fonts, also such that
try to approach the original in the same way as EB Garamond does.
In the world of free software, however, only few Garamond-inspired
fonts exist, and as far as I know, none with the scope of EB
Garamond. I know that competition is hard in this field, and these
fonts won't be able to stand up to their commercial counterparts
for quite some time. Nevertheless, it's time for the opensource
community to have a classical Garamond and I promise, I'll try hard
to learn and give my best.
2012-01-08 16:20:08 +00:00
ryoon
2d81c273fd Update to 0.435.
Changelog:
In Gothic (Sans-serif) family
 * Fix glyphs in Unicode : 0020-668f, 9722-ffff (first check)
 * Fix glyphs in SJIS : second check completed

In Minchi (Serif) family
 * Fix glyphs in Unicode : 0020-668f, 9832-ffff (first check)
 * Fix glyphs in SJIS : second check completed
2012-01-08 12:58:39 +00:00
drochner
5e645c6f34 add patch from Redhat bug #692909 to fix Invalid pointer dereference
(CVE-2011-0764; CVE-2011-1552..1554 are possibly related - no
information available yet)
bump PKGREV
2012-01-04 16:59:15 +00:00
taca
78cd90b6f9 Update ruby-ttfunk package to 1.0.3.
Some license clarification only.
2011-12-15 15:36:20 +00:00
drochner
759c9a66a2 PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
joerg
c7e9a9887d Mirror locally. 2011-12-07 10:30:32 +00:00
ryoon
540859038d Update to 0.434
Changelog:
In Gothic (Sans-serif) family
 * Fix glyphs in Unicode : 0020-668f, 97fb-ffff (first check)
 * Fix glyphs in SJIS : second check completed

In Minchi (Serif) family
 * Fix glyphs in Unicode : 0020-668f, 9846-ffff (first check)
 * Fix glyphs in SJIS : second check completed
2011-12-05 19:11:06 +00:00
minskim
d6302fedc5 Update tex-kotex-base{,-doc} to 0.3.
Changes:
- Sync with TeX Live 2011.
2011-11-29 20:35:32 +00:00
drochner
615d8716b7 don't bl3 libXp explicitely where it is just meant as indirect
dependency of an Xaw variant -- if at all, this will be handled
by the Xaw bl3 file
2011-11-29 17:55:07 +00:00
joerg
8c09be0747 Fix path to bdftopcf and gzip. 2011-11-23 15:39:57 +00:00
shattered
ab9632e00f FONTS_DIRS, not FONTS_DIR -- fixes automatic font handling. 2011-11-22 18:05:06 +00:00
shattered
3f545a0e53 Automatic font handling takes care of mkfontdir/mkfontscale. 2011-11-22 18:02:07 +00:00
ryoon
73e0c2748a Update to 20111122
Changelog:
20111122
* Fix broken Kanji glyphs in 20111120 version.
* Import symbols from M+ font.

20111120
* Sync with M+1C and 1M of 20111120.
2011-11-21 21:19:14 +00:00
obache
e16b0d6053 Add missing conditional PLIST for EGG_FILE. 2011-11-19 04:47:34 +00:00
ryoon
bc92884ac0 Update to 20111115
* Update MASTER_SITES and HOMEPAGE.
  XXX Motoya fonts from Android have no HOMEPAGE that describe font itself.
  XXX But android.git.kernel.org is not provided anymore.
2011-11-17 20:47:13 +00:00
ryoon
e2f9c092a9 Update to 20111115a
* tar ball includes license file
* Install license file, NOTICE
* Update MASTER_SITES
2011-11-17 19:26:42 +00:00
ryoon
74db0767fe Update to 20111115
* Set MASTERS_SITES as MASTER_SITE_LOCAL

Changelog:
* Remove DroidSansArabic.ttf and DroidSansHebrew.ttf
* Add DroidKufi-*.ttf, DroidNaskh-*.ttf, DroidSansArmenian.ttf,
  DroidSansEthiopic-*.ttf, DroidSansGeorgian.ttf,
  DroidSansHebrew-*.ttf and DroidSansFallbackFull.ttf
* Probably some improvements
2011-11-17 19:16:08 +00:00
ryoon
5738e567f2 Update to 5.1.3
Changelog:
* Add some new weight.
* Fix bugs
* Glyphs are added, for example, greek letters
* Some properties are improved
2011-11-17 18:16:03 +00:00
ryoon
e7d6e1b491 Update to 20110722
Changelog:
* Sync with latest M+ fonts
* Add some glyphs
2011-11-17 11:12:22 +00:00
ryoon
db89afa88e Add roboto-fonts 2011-11-16 11:16:12 +00:00
ryoon
ddc7a82e3b Import roboto-fonts-20111115 as fonts/roboto-fonts
Roboto is Helvetica like sans-serif font family from Android 4.
2011-11-16 11:14:10 +00:00
christos
fc5e02670a forgot to commit this one. 2011-11-09 14:30:42 +00:00
christos
1f15167ff8 need <sys/stat.h> for fstat(2) 2011-11-09 03:20:06 +00:00
ryoon
c8247c8f2a Update to 0.433
Changelog:
In Gothic (Sans-serif) family
 * Fix glyphs in Unicode : 0020-668f, 98cc-ffff (first check)
 * Fix glyphs in SJIS : second check completed

In Minchi (Serif) family
 * Fix glyphs in Unicode : 0020-668f, 98cd-9aff, 9b18-ffff (first check)
 * Fix glyphs in SJIS : second check completed
2011-11-08 11:39:38 +00:00
minskim
63a4b3e92b Replace the updmap script with the version in TeX Live 2011.
Updating font maps is considerably faster with this version.
2011-11-06 08:43:28 +00:00
sbd
ff3e585f03 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:11:52 +00:00
sbd
94b37b4e43 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
450807c741 Update py-fonttools to 2.3
TTX/FontTools Version 2.3
* TrueType Collection (TTC) support
* Python 2.6 support
* Update Unicode data to 5.2.0
* Couple of bug fixes
2011-10-29 11:40:27 +00:00
mef
7708feb912 Based on PR pkg/45461
---------
Update mkfontdir 1.0.5 to 1.0.6

Date:   Sun Nov 7 11:12:11 2010 -0800
    config: Add missing AC_CONFIG_SRCDIR

    Regroup AC statements under the Autoconf initialization section.
    Regroup AM sttaements under the Automake initialization section.

Date:   Sun Nov 7 11:10:09 2010 -0800
    config: Remove unnecessary calls from configure.ac

    AC_PROG_SED & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now

Date:   Sun Nov 7 11:09:27 2010 -0800
    config: upgrade to util-macros 1.8 for additional man page support

    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.

    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    Enables use of platform appropriate version of sed.

Date:   Sun Nov 7 11:06:20 2010 -0800
    config: update AC_PREREQ statement to 2.60

    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.

    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz

Date:   Thu Nov 26 09:19:52 2009 -0500
    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES

    Now that the INSTALL file is generated.
    Allows running make maintainer-clean.

Date:   Wed Oct 28 14:09:07 2009 -0400
    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206

    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    Remove AUTHORS file as it is empty and no content available yet.
    Remove NEWS file as it is empty and no content available yet.

Date:   Mon Oct 26 22:08:38 2009 -0400
    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432

    ChangeLog filename is known to Automake and requires no further
    coding in the makefile.

Date:   Thu Oct 22 12:34:14 2009 -0400
    .gitignore: use common defaults with custom section # 24239

    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.
---------
2011-10-25 07:13:24 +00:00
mef
d9c5fc1bb4 Based on PR pkg/45460, update mkfontscale 1.0.7 to 1.0.9.
The list of Changes are in ChangeLog. The size of text
        reaches about 5kB after edit. Please look at the file,
        mkfontscale-1.0.9/ChangeLog for the detail.
2011-10-25 07:08:40 +00:00
ryoon
1b5827d6a7 Update to 1.07.1
Changelog:
* Wed Sep 21 2011 Pravin Satpute <psatpute@redhat.com>
- resolved bug 738264, corrected height of U+040D in Mono
- resolved bug 729989, corrected macron position on ā, ē, ī, ō, ū in Narrow fonts
- enabled embedding of font
- Added License link https://fedoraproject.org/wiki/Licensing/LiberationFontLicense
- New Release 1.07.1

* Mon May 30 2011 Pravin Satpute <psatpute@redhat.com>
- added U+045D and U+0450 in all fonts, bug 659214
- corrected characters U+0438 and U+0439, bug 708330
- resolved bug 708330, 707973
- New Release 1.07.0

* Wed Feb 23 2011 Pravin Satpute <psatpute@redhat.com>
- added U+0400 and U+040d in all fonts, bug 659214
- fixed for bug 620273, patch from Cody Boisclair <cody@zone38.net>
2011-10-22 08:50:18 +00:00
wiz
0dd4b58586 Fix more OWN_DIRS abuse. 2011-10-20 11:32:11 +00:00
wiz
8cb8f580b2 Remove unnecessary OWN_DIRS. 2011-10-20 11:30:10 +00:00
wiz
eae37c013a + uni-vga. 2011-10-20 11:28:59 +00:00
wiz
629edfeae2 Initial import of uni-vga-1, packaged for wip by Moritz Wilhelmy
Monospaced X11 bitmap font; Descendant of the original IBM VGA font with
additional Unicode glyphs.
2011-10-20 11:28:42 +00:00
minskim
4492c61dfa Add tex-wadalab{,-doc}. 2011-10-19 22:20:31 +00:00
minskim
896cefce2a Import tex-wadalab-doc-2011 as fonts/tex-wadalab-doc.
This is documentation for tex-wadalab.
2011-10-19 22:19:40 +00:00
minskim
c3dc21a65d Import tex-wadalab-2011 as fonts/tex-wadalab.
These are font bundles for the Japanese Wadalab fonts which work with
the CJK package. All subfonts now have glyph names compliant to the
Adobe Glyph List, making ToUnicode CMaps in PDF documents (created
automatically by dvipdfmx) work correctly. All font bundles now contain
virtual Unicode subfonts.
2011-10-19 22:19:30 +00:00
minskim
1887366474 Add tex-{garuda,norasi}-c90. 2011-10-19 22:10:15 +00:00
minskim
58e79b47f8 Import tex-norasi-c90-2011 as fonts/tex-norasi-c90.
This package contains files to support for the norasi font in
thailatex.
2011-10-19 22:08:50 +00:00