The NetBSD Project

CVS log for pkgsrc/fonts/ipaexfont/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / fonts / ipaexfont

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:11 2020 UTC (3 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, HEAD
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.12 / (download) - annotate - [select for diffs], Thu May 2 15:49:16 2019 UTC (4 years, 5 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.11: +5 -15 lines
Diff to previous 1.11 (colored)

Update to 00401

* Use fonts.mk framework

Changelog:
00401: (2019-04)
* Add U+32FF (SQUARE ERA NAME REIWA) character
* Update fontRevision in head table to 4.010
* Update ID0 (Copyright) in name table to 2003-2019
* Update ID3 (Unique Font Identifier) in name table to
  IPAexMincho Version 004.01 and IPAexGothic Version 004.01
* Update ID5 (Version) in name table Version to 004.01

00301: (2015-10)
* Implement SVS for 93 compatible Kanji characters
* Fix glyphs of U+26FF8 and U+663B
* Update nameID=2 to Regular
* Update fontRevision in head table to 3.010
* Update ID0 (Copyright) in name table to 2003-2015
* Update ID3 (Unique Font Identifier) in name table to
  IPAexMincho Version 003.01 and IPAexGothic Version 003.01
* Update ID5 (Version) in name table Version to 003.01

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:09 2017 UTC (6 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 4 16:18:31 2015 UTC (8 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored)

Remove USE_X11BASE and X11PREFIX.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jun 29 11:06:46 2015 UTC (8 years, 3 months ago) by ryoon
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN.
sourceforge.jp is renamed to osdn.jp.
However its mirror sites are not ready for osdn.jp.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Nov 13 11:08:13 2014 UTC (8 years, 10 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Update HOMEPAGE and MASTER_SITES, OSS IPedia had been closed.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jun 1 16:35:34 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.6: +4 -3 lines
Diff to previous 1.6 (colored)

Move fonts from lib/X11/fonts to share/fonts/X11.

As discussed on tech-pkg.

Bump PKGREVISION.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Nov 10 10:11:59 2012 UTC (10 years, 10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Fix PR pkg/47175
Add missing {.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Nov 9 15:37:36 2012 UTC (10 years, 10 months ago) by ryoon
Branch: MAIN
Changes since 1.4: +4 -3 lines
Diff to previous 1.4 (colored)

Introduce IPAEXVER variable for easy update.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Nov 9 14:54:07 2012 UTC (10 years, 10 months ago) by ryoon
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

Update to 00201

Changelog:
 The major version is changed, with the addition of glyphs and code positions.
Changes from IPAex Mincho Ver.001.03 to Ver.002.01
Changes from IPAex Gothic Ver.001.02 to Ver.002.01
-Nov 2012
Addition and modification of glyphs and code positions
Added glyphs (six glyphs)

Added Ideographic Variation Sequences (IVS) and glyphs, six sequences to elaborate glyph shapes corresponding to JIS X 0213:2000 example glyph shapes.

U+53A9;U+E0103 U+6062;U+E0102 U+7337;U+E0101 U+7511;U+E0103 U+55A9;U+E0102 U+6FF9;U+E0101
Added Ideographic Description Characters (IDC, twelve characters)

U+2FF0 U+2FF1 U+2FF2 U+2FF3 U+2FF4 U+2FF5 U+2FF6 U+2FF7 U+2FF8 U+2FF9 U+2FFA U+2FFB
Added KangXi radical (one character)

Added one new KangXi radical form and encoded both U+2F39 (KangXi Radicals Block) and U+5F50 (CJK Unified Ideographs Block).
Slightly changed shapes

U+5F98;U+E0101 U+66B5;U+E0101 U+696F;U+E0100 U+696F;U+E0101 U+8A0A;U+E0101 U+8AB9;U+E0101 U+8B7F;U+E0100 U+71B1
Additional implementation of Ideographic Variation Sequences

IPAex Font has been implemented several Ideographic Variation Sequences, including different glyph shapes between JIS X 0213:2000 and JIS X 0213:2004. In IPAex Font Version 002.01, IVSs are added to default glyph, consequently total number of IVSs changed to 352. The default glyphs, which appear without IVS environment, correspond to the exemplified shapes in JIS X 0213:2004.

Noted that some IVSs in 352 sequences of IPAex Gothic Font have same glyph shapes for different sequences, because some differences of glyph shapes in Mincho font design have no meaning in Gothic font design.
U+5026;U+E0101	U+50C5;U+E0101	U+5132;U+E0101	U+514E;U+E0101
U+51A4;U+E0101	U+5307;U+E0100	U+537F;U+E0102	U+53A9;U+E0103
U+53A9;U+E0105	U+53C9;U+E0101	U+53DB;U+E0101	U+53DF;U+E0101
U+54AC;U+E0101	U+54E8;U+E0101	U+55B0;U+E0101	U+5632;U+E0101
U+5642;U+E0101	U+564C;U+E0101	U+56C0;U+E0101	U+5835;U+E0101
U+5906;U+E0101	U+5A29;U+E0101	U+5BDB;U+E0100	U+5C51;U+E0101
U+5C60;U+E0101	U+5DF7;U+E0101	U+5E96;U+E0101	U+5EDF;U+E0101
U+5EFB;U+E0101	U+5F98;U+E0101	U+5FBD;U+E0101	U+6062;U+E0101
U+6062;U+E0102	U+609E;U+E0101	U+6108;U+E0101	U+61F2;U+E0100
U+6241;U+E0101	U+633A;U+E0101	U+633D;U+E0101	U+6357;U+E0101
U+6372;U+E0101	U+63C3;U+E0101	U+646F;U+E0100	U+647A;U+E0101
U+64B0;U+E0101	U+64E2;U+E0101	U+65A7;U+E0101	U+6666;U+E0101
U+66B5;U+E0101	U+6717;U+E0101	U+6753;U+E0101	U+6756;U+E0101
U+6897;U+E0101	U+6962;U+E0101	U+696F;U+E0101	U+698A;U+E0101
U+6994;U+E0101	U+69CC;U+E0101	U+6A0B;U+E0101	U+6A3D;U+E0101
U+6ADB;U+E0100	U+6B4E;U+E0101	U+6C72;U+E0101	U+6DEB;U+E0101
U+6EA2;U+E0101	U+6EBA;U+E0101	U+6F23;U+E0100	U+7015;U+E0101
U+701E;U+E0101	U+7026;U+E0101	U+7058;U+E0101	U+7078;U+E0101
U+707C;U+E0101	U+7149;U+E0100	U+714E;U+E0101	U+7152;U+E0101
U+717D;U+E0102	U+723A;U+E0101	U+724C;U+E0101	U+7259;U+E0101
U+72E1;U+E0101	U+7337;U+E0102	U+7337;U+E0101	U+7511;U+E0102
U+7511;U+E0103	U+7515;U+E0102	U+7526;U+E0101	U+75BC;U+E0101
U+77A5;U+E0101	U+7941;U+E0101	U+7947;U+E0101	U+79B0;U+E0101
U+79E4;U+E0101	U+7A17;U+E0101	U+7A7F;U+E0101	U+7AC8;U+E0101
U+7B08;U+E0102	U+7B75;U+E0101	U+7BAD;U+E0101	U+7BB8;U+E0101
U+7BC7;U+E0101	U+7BDD;U+E0101	U+7C3E;U+E0102	U+7C7E;U+E0102
U+7C82;U+E0101	U+7FEB;U+E0101	U+7FF0;U+E0101	U+8171;U+E0101
U+817F;U+E0101	U+8258;U+E0101	U+8292;U+E0101	U+82A6;U+E0101
U+8328;U+E0101	U+845B;U+E0101	U+84EC;U+E0101	U+8511;U+E0101
U+853D;U+E0101	U+85A9;U+E0101	U+85AF;U+E0101	U+85F7;U+E0101
U+8612;U+E0100	U+8654;U+E0101	U+86F8;U+E0101	U+8703;U+E0101
U+8755;U+E0101	U+8805;U+E0101	U+8956;U+E0101	U+8A0A;U+E0101
U+8A1D;U+E0102	U+8A3B;U+E0101	U+8A6E;U+E0101	U+8AB9;U+E0101
U+8AFA;U+E0101	U+8B0E;U+E0101	U+8B2C;U+E0101	U+8B7F;U+E0101
U+8C79;U+E0101	U+8CED;U+E0101	U+8FBB;U+E0101	U+8FBF;U+E0101
U+8FC2;U+E0101	U+8FC4;U+E0101	U+8FE6;U+E0101	U+9017;U+E0101
U+9019;U+E0101	U+9022;U+E0101	U+903C;U+E0101	U+9041;U+E0102
U+905C;U+E0101	U+9061;U+E0101	U+912D;U+E0101	U+914B;U+E0101
U+91DC;U+E0101	U+9306;U+E0101	U+9375;U+E0101	U+939A;U+E0101
U+9453;U+E0101	U+9699;U+E0101	U+9771;U+E0101	U+9784;U+E0101
U+9798;U+E0101	U+97AD;U+E0101	U+98F4;U+E0101	U+9905;U+E0101
U+990C;U+E0103	U+9910;U+E0101	U+9957;U+E0101	U+99C1;U+E0101
U+9A19;U+E0101	U+9A4A;U+E0101	U+9BAB;U+E0101	U+9BD6;U+E0101
U+9C2F;U+E0101	U+9C52;U+E0101	U+9D09;U+E0101	U+9D60;U+E0101
U+55A9;U+E0102	U+55A9;U+E0100	U+6FF9;U+E0101	U+6FF9;U+E0100
Addition of vertical and horizontal shape change setting

Addition of vertical and horizontal shape change setting for hyphens (U+002D, U+2010, U+2011, U+2012) .
Changes of tables in font file
head table

IPAex Mincho : fontRevision:1.030 --> 2.010
IPAex Gothic : font Revision : 1.020 --> 2.010
name table : update of ID0, ID3, ID5

IDO (Copyright)
2003-2009 --> 2003-2012

ID3 (Unique Font Identifier)
IPAex Mincho : IPAexMincho Version 001.03 --> IPAexMincho Version 002.01
IPAex Gothic : IPAexGothic Version 001.02 --> IPAexGothic Version 002.01

ID5 (version)
IPAex Mincho : Version 001.03 --> Version 002.01
IPAex Gothic : Version 001.02 --> Version 002.01

Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 3 18:28:24 2012 UTC (11 years ago) by asau
Branch: MAIN
Changes since 1.2: +1 -3 lines
Diff to previous 1.2 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 14 11:04:41 2011 UTC (12 years, 8 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 (colored)

IPAex Mincho font 001.03 is released.
Fix my PR pkg/44385.

Changelog:
* Following Kanji glyphs is changed to latest "Joyo Kanji" table glyph.
    U+5099 U+5291 U+52B1 U+533B U+55C5 U+5674 U+58B3 U+58D3 U+5965 U+5967
    U+59FF U+5C31 U+61A4 U+62C9 U+62ED U+646F U+6681 U+66B4 U+6751 U+6795
    U+6797 U+68B0 U+697C U+6A23 U+6B21 U+6BBC U+6C88 U+6DE1 U+6F06 U+6F5B
    U+708E U+713C U+71B1 U+7259 U+73A9 U+74F6 U+7501 U+7A31 U+7A7A U+7A81
    U+7A93 U+7A9F U+7AAE U+819D U+821E U+8511 U+8AC7 U+8AEE U+8CC7 U+8E74
    U+91AB U+9858 U+990C U+9F9C U+FA55

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Jul 17 03:06:51 2010 UTC (13 years, 2 months ago) by obache
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import ipaexfont-00102 as fonts/ipaexfont from pkgsrc-wip.
Packaged by Ryo ONODERA.

This package contains IPAex Gothic font and IPAex Mincho font. IPAex
fonts contains fixed-width (monospace) Kanji glyphs that is based on
JIS X 0213 and proportional Western characters glyphs.
IPA means Information-technology Promotion Agency, Japan.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jul 17 03:06:51 2010 UTC (13 years, 2 months ago) by obache
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>