Commit graph

2233 commits

Author SHA1 Message Date
wiz
c23ff4e317 Update to 0.9.40:
Overview of changes leading to 0.9.40
Friday, March 20, 2015
=====================================

- Another hb-coretext crasher fix.  Ouch!
- Happy Norouz!
2015-04-02 22:39:22 +00:00
ryoon
91c4f7b2b1 Change LICENSE=. 2015-03-19 23:41:22 +00:00
ryoon
079ee2df44 Update to 3.2.4
* Drop bash from USE_TOOLS.
* Convert to use GITHUB framework.
* USe .tar.gz instead of .zip.

Changelog:
* Change LICENSE to 2-clause BSD from public domain.
2015-03-19 23:39:21 +00:00
ryoon
fd14112729 Update to 0.480
Status:
Unadjusted glyphs: Unicode 7d31-9398
Unadjusted Bushu: Ito, Niku, Kusa-kanmuri, Mushi, Koromo, Gon-ben, Kai,
Ashi, Kuruma, Oozato, Hiyomi-no-tori, Kane
2015-03-17 20:11:16 +00:00
wiz
5b83372149 Update to 1.3.1:
This release fixes the autoconf macros installed for use generating the
other Xorg font packages to respect the $PKG_CONFIG variable that some
build systems, especially cross-compilers, require; and updates the
license notice in map-JISX0201.1976-0 to the current version from
Unicode Consortium.

Adam Jackson (1):
      configure: Drop AM_MAINTAINER_MODE

Alan Coopersmith (3):
      Fix a bunch of clang integer size conversion warnings in ucs2any
      Update map-JISX0201.1976-0 to current version from Unicode Consortium
      font-util 1.3.1

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Ross Burton (1):
      fontutil.m4.in: use $PKG_CONFIG instead of pkg-config
2015-03-15 20:41:17 +00:00
tnn
b50ed5958c needs gzip(1) 2015-03-15 18:42:12 +00:00
tnn
2134887cb7 needs gzip(1) in manual do-install target 2015-03-15 15:29:46 +00:00
wiz
54504bbcee Update to 0.9.39:
Overview of changes leading to 0.9.39
Wednesday, March 4, 2015
=====================================

- Critical hb-coretext fixes.
- Optimizations and refactoring; no functional change
  expected.
- Misc build fixes.
2015-03-09 08:10:05 +00:00
ryoon
baf6904107 Add takao-ex-fonts-ttf 2015-03-07 12:14:08 +00:00
ryoon
ea540d9dd5 Import takao-fonts-ttf-002.01.01 as fonts/takao-ex-fonts-ttf.
The Takao Ex Fonts are a font family based on the the IPAex Fonts.
Its purpose is to make it possible to maintain and release the
fonts by the community with changing their names. These fonts
contain some modifications based on ORCA Font.
2015-03-07 12:12:59 +00:00
ryoon
34776b5c7c Fix COMMENT too. 2015-03-07 12:09:25 +00:00
ryoon
35b809cb92 Remove IPA Ex fonts words. 2015-03-07 12:07:20 +00:00
ryoon
65a218b1e2 Update to 003.03.01 aka 15.03
* Takao Ex Fonts are no longer in this package.

Changelog:
2015-03-04  Nobuto Murata  <nobuto@ubuntu.com>

        * Update base fonts as of today:
          Takao Fonts - 00303.01
          Takao Ex Fonts - 00201.01
        * Add Mj Fonts:
          Takao Mj Fonts - 00301.01
        * Add maintenance tasks into build scripts
        * Fix typo in Styles (SubFamily) string
2015-03-07 11:11:05 +00:00
ryoon
d6dbeedd3f Update to 3.001
Changelog:
not available
2015-03-07 01:15:15 +00:00
wiz
e4e8cee273 Update to 1.39:
Version 1.39   26.Feb.2015

* t1disasm: Security fixes for buffer overrun reported by Jakub Wilk
  and Niels Thykier.
2015-03-01 14:58:19 +00:00
tnn
eda90a9b9f change rpm build dependencies to rpm2cpio 2015-02-27 21:42:57 +00:00
joerg
1cdc2e0427 Fix up config.guess/config.sub. 2015-02-24 21:44:35 +00:00
joerg
5231be19e1 Help config.guess/config.sub override logic. 2015-02-23 18:28:51 +00:00
wiz
a1e9f7a39b Add magic to fix freetype pc files on NetBSD 6 and 7 which had outdated
information in the installed pc file.
Remove local hack in fonts/harfbuzz.

From Leonardo Taccari <iamleot@gmail.com> in private email.
2015-02-18 09:53:27 +00:00
snj
8066de410a Recursive bump for SDL2-using packages. 2015-02-09 08:43:13 +00:00
taca
3629380310 Update ruby-ttfunk to 1.4.0.
Changes are not available, various improvements.
2015-02-03 13:56:45 +00:00
taca
0644b49db5 Update ruby-afm to 0.2.2.
## 0.2.2

* The gem was missing

## 0.2.1

* Fixed rdoc tasks, replaced Test::Unit with Minitest (Thanks to @yob, @strzibny for changes)
* Removed jeweler dependency
2015-02-03 13:41:49 +00:00
wiz
e32a93fb86 The freetype2 version in the pkg-config file was not properly
defined in NetBSD-6, NetBSD-7 and -current up to 7.99.4.
Manually override the detection since pkgsrc makes sure the proper
version is available.

Based on a patch by Leonardo Taccari on pkgsrc-changes.
2015-01-28 08:17:33 +00:00
wiz
e084c3e995 Update to 0.9.38:
Overview of changes leading to 0.9.38
Friday, January 23, 2015
=====================================

- Fix minor out-of-bounds access in Indic shaper.
- Change New Tai Lue shaping engine from South-East Asian to default,
  reflecting change in Unicode encoding model.
- Add hb-shape --font-size.  Can take up to two numbers for separate
  x / y size.
- Fix CoreText and FreeType scale issues with negative scales.
- Reject blobs larger than 2GB.  This might break some icu-le-hb clients
  that need security fixes.  See:
  http://www.icu-project.org/trac/ticket/11450
- Avoid accessing font tables during face destruction, in casce rogue
  clients released face data already.
- Fix up gobject-introspection a bit.  Python bindings kinda working.
  See README.python.
- Misc fixes.
- API additions:
  hb_ft_face_create_referenced()
  hb_ft_font_create_referenced()
2015-01-25 18:50:15 +00:00
wiz
8df0617298 Update to 1.1.2:
This minor maintenance release provides the usual set of accumulated
build configuration improvements, compiler & static analyzer warning
fixes, and other janitorial cleanups.

Alan Coopersmith (8):
      Add missing newline to usage output
      Add -v flag to print program version
      Make usage() always exit(1)
      Print which option was in error along with usage message
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Remove extraneous duplicate checks for -r & -n options
      mkfontscale 1.1.2

Jeremy Huddleston Sequoia (2):
      Plug a memory leak found by clang static analysis
      Fix possible malloc allocation error found by clang static analysis

Thomas Klausner (1):
      Only include config.h if it exists.
2015-01-17 09:12:53 +00:00
ryoon
40c340b310 Update to 0.468
Status:
Unadjusted glyphs: Unicode 7cc7-9398
2015-01-01 20:11:12 +00:00
wiz
3085adcd4d Update to 1.0.5:
This minor maintenance release fixes a couple of issues with the usage
messages printed for incorrect options, and updates the configure scripts
to the latest X.Org standards.

Alan Coopersmith (6):
      config: Add missing AC_CONFIG_SRCDIR
      Correct usage message for scanline unit option to be -u, not -s
      Print which option was in error along with usage message
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      bdftopcf 1.0.5
2014-12-31 14:12:49 +00:00
wiz
28a2a4dba8 Update to 0.9.37:
Overview of changes leading to 0.9.37
Wednesday, December 17, 2014
=====================================

- Fix out-of-bounds access in Context lookup format 3.
- Indic: Allow ZWJ/ZWNJ before syllable modifiers.
2014-12-30 14:29:58 +00:00
nonaka
70df0f62cd Update koruri-ttf to 20141224.
20141224:
* M+ OUTLINE FONTS has been updated to TESTFLIGHT 059 (2014.11.26).
2014-12-24 13:06:38 +00:00
ryoon
8b47b8115a Update to 20141206
Changelog:
* Sync with M+1C,1M part with CVS HEAD of 2014.12.06.
* Improve misc symbols and allows characters, U+2B60-2BA7
  with Unicode 7.0 or later.
* Add 1 more Kanji character.
2014-12-07 00:05:11 +00:00
ryoon
240895e7ab Bump PKGREVISION from fonts/migu-ttf update. 2014-12-06 03:45:11 +00:00
ryoon
66d9472057 Update to 20130617
Changelog:
20130617:
* Sync with M+ TESTFLIGHT 056 (2013-06-17T12:30+09:00 CVS repository).
* Fix IPA Gothic's U+FFE3 glyph.
* Improve typographic ligature of U+02E9 and U+02E5.

20130507:
* Migu 1C: Fix side bearing of l charracter

20130430:
* Sync with M+ TESTFLIGHT 055 (2013-04-30T08:10+09:00のCVS repository).
* Support JIS X0213:2004 glyphs with jp90 tag. IVS replacement is not
  supported.
* Fix glyphs of Katakana like Kanji characters.
* Migu 1C: Fix glyph of l character.
* Migu 1VS: Distinguish l from 1.
* Migu 1BT: Use western glyphs from Bitter.
  - Add slash to zero, 0.
  - Improve l character.
  - Make - more long.
  - More curly ~.
  - More side bearing for : and ;.
2014-12-06 03:42:48 +00:00
ryoon
fd28d2cb54 Update to 0.467
Status:
Unadjusted glyphs: Unicode 7x73-9398
2014-12-06 03:13:48 +00:00
wiz
80d9d5f08b Update to 7.0.0: newer, better, probably more symbols. 2014-12-04 23:41:39 +00:00
mef
c0c609d3ad VERSION 1.10 2013-09-17
CHANGES IN 1.10
  - New size: 7x13.
  - New size: 8x16 (replaces 8x17)
  - Many changes in favor of a cleaner look.  In particular, replaced the
    double-story lowercase "g" with the single-story variety.
  - Added the degree symbol.  (Enjoy, Sven!)
  - Added the copyright symbol.
2014-11-24 14:18:51 +00:00
mef
258103e475 Update 1.0.2 to 1.0.4
1.04  (r994, 2014-01-09)

* Bug fixes:
*    Fix rt.cpan.org 80671, 80672; simplify fix for #42553 per OP
*    Shared tables in TTC weren't working
*    Quiet a cleanup warning in TTC processing
*    Update licensing info for test fonts to OFL

1.03  (r969, 2013-11-10)

* Add $t->minsize() to all tables for assisting with font subsetting
* Add deduping to Name table writing
* Add OS/2 table method to guess at Unicode and Codepage range bits.
* Add support for cmap format 13 subtables
* Expunge notion of 'dflt' language tag from Ttopen.pm
* Bug fixes
2014-11-24 14:15:20 +00:00
mef
509d4102d2 Update 0.0.15 to 0.0.16
0.0.16
 - add space variations (#735205)
2014-11-24 14:13:05 +00:00
wiz
3736c2bb65 Update to 0.9.36:
Overview of changes leading to 0.9.36
Thursday, November 20, 2014
=====================================

- First time that three months went by without a release since
  0.9.2 was released on August 10, 2012!
- Fix performance bug in hb_ot_collect_glyphs():
  https://bugzilla.mozilla.org/show_bug.cgi?id=1090869
- Add basic vertical-text support to hb-ot-font.
- Misc build fixes.
2014-11-23 15:09:36 +00:00
ryoon
b2469c2579 Update to 20140801
Version 20140801
* M+ OUTLINE FONTS has been updated to CVS HEAD (2014.08.01).
* 2 characters add or modify the glyph of kanji part.

Version 20140530
* M+ OUTLINE FONTS has been updated to CVS HEAD (2014.05.30).
2014-11-15 22:32:29 +00:00
ryoon
de9daa598c Update to 3.2.3
Based on nonaka@'s PR pkg/49038.

* Use shells/bash for build script

Changelog:
Version 3.2.3
* Change the thickness of the bold of ASCII glyph.

Version 3.2.2
* To be able to distinguish between the parentheses of the full-width and half-width.
2014-11-15 22:15:30 +00:00
obache
828351b2d0 Update HOMEPAGE and MASTER_SITES, OSS IPedia had been closed. 2014-11-13 11:08:13 +00:00
khorben
e4860e982b Added fonts/awesome-ttf 2014-11-02 17:59:01 +00:00
khorben
e06d8d2bc2 Packaged fonts/awesome-ttf 4.2.0, "The iconic font and CSS toolkit"
Font Awesome gives you scalable vector icons that can instantly be customized -
size, color, drop shadow, and anything that can be done with the power of CSS.

Font Awesome by Dave Gandy - http://fontawesome.io
2014-11-02 17:58:21 +00:00
ryoon
2c8e154de6 Update to 0.465
Status:
Unadjusted glyphs: Unicode 7bb0-9398.
2014-10-26 09:54:31 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
adam
243c29c4cc Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
wiz
8b765c474f Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
jperkin
ee2c4a7931 Use -d rather than non-portable --make-directories cpio argument. 2014-09-25 10:56:08 +00:00
nonaka
36964a2b19 Update koruri-ttf to 20140904.
20140904:
* M+ OUTLINE FONTS has been updated to CVS HEAD (2014.09.04).
2014-09-04 12:47:15 +00:00