Commit Graph

24 Commits

Author SHA1 Message Date
R. Ryantm
13f7396fc1 junicode: 2.200 -> 2.203 2023-11-20 03:52:40 +00:00
Ivan Timokhin
49c7d93c55 junicode: 2.100 -> 2.200
Release announcement:
https://github.com/psb1558/Junicode-font/releases/tag/v2.200

From it:

Junicode 2.200 features miscellaneous fixes and additions, and it also
inaugurates a long-term program of adding glyphs for the benefit of
the Ansund HTR (Handwritten Text Recognition) project, which is
developing tools for the automated reading of medieval manuscripts. Of
the additions made so far, the ones likely to be of greatest interest
to users are two series of medieval capitals, available via features
ss11[1] and ss11[2]. The first series consists of rustic capitals,
often used for text in late ancient and early medieval times and for
rubrics (headings) in the central Middle Ages. The second consists of
Lombardic capitals, used in the central and later Middle Ages for what
are now called drop caps. These capitals are designed to harmonize
with Junicode to the greatest degree possible while remaining faithful
to the medieval sources.
2023-10-26 22:52:27 +03:00
Ivan Timokhin
7eb1f016f9 junicode: 2.004 -> 2.100
Release announcement:
https://github.com/psb1558/Junicode-font/releases/tag/v2.100

From it:

Version 2.100 features a thorough reworking of the font's number
system. The default numbers are now oldstyle (or "lowercase")
proportional, and the metrics, kerning, and often the outlines of the
number glyphs have been refined, along with those of glyphs typically
associated with numbers (e.g. currency symbols). An alternate, more
modern style of some oldstyle numbers has been supplied and made
available via Stylistic Set 9 (ss09).
2023-10-26 22:52:27 +03:00
Ivan Timokhin
082549907b junicode: 2.003 -> 2.004
Release announcement:
https://github.com/psb1558/Junicode-font/releases/tag/v2.004

From it:

This release includes (mainly in the italic face) revisions of metrics
and kerning of numbers and of kerning around parentheses and
brackets. It also fixes some spacing problems (in the roman face) with
capitals in parentheses (U+1F110-U+1F129) and a few problems with
disordered or wrong components.
2023-10-26 22:52:27 +03:00
Ivan Timokhin
f6d4bbb4f8 junicode: 2.002 -> 2.003
Release announcement:
https://github.com/psb1558/Junicode-font/releases/tag/v2.003

From it:

This is mostly a bug-fix version. It (1) fixes several non-functioning
tag sequences; (2) fixes an incompatibility with InDesign that caused
OpenType features to misbehave in that program; (3) improved several
outlines and adjusted badly positioned anchors.
2023-10-26 22:52:26 +03:00
Ivan Timokhin
8ed7ffbd79 junicode: 2.001 -> 2.002
Release announcement:
https://github.com/psb1558/Junicode-font/releases/tag/v2.002

From it:

Version 2.002 adds U+0243 B with stroke (with small cap and petite cap
variants) and variants of U+014A Eng (with small cap and petite cap
variants). It also adds many anchors and refines and corrects many
outlines (especially in roman).
2023-10-26 22:52:26 +03:00
Ivan Timokhin
efb9f909d6 junicode: 1.003 -> 2.001
Release announcement:
https://github.com/psb1558/Junicode-font/releases/tag/v2.001

This is a breaking change, at least in font file naming (Junicode.ttf
is now Junicode-Regular.ttf). In general, 2.0 adds a lot more font
variants and opentype and web font versions of the font.

Seeing as backward compatibility is broken anyway, I opted to break it
a bit more and change custom install path (`junicode-ttf`) to
seemingly more conventional `truetype`; new .otf and .woff2 variants
are then naturally placed in corresponding directories. This
does *not* affect the `fonts.packages` NixOS option, which rearranges
font files anyway, but brings a degree of consistency with other
fonts.

Both the file renaming and the directory structure change break
satysfi, however, so I adjusted its builder accordingly, copying over
only those font variants that were also present in 1.0 series.
2023-10-26 22:52:23 +03:00
Weijia Wang
7f42f28529 treewide: convert 43 fonts to stdenvNoCC.mkDerivation 2023-01-30 10:25:57 +01:00
Ivan Timokhin
7dcc14f57b junicode: 1.002 -> 1.003
Development of the font has moved from Sourceforge to GitHub, mostly
in preparation for the 2.0 version, but the 1.003 release is also
tagged there, hence the homepage change.

Release notes are here:
https://github.com/psb1558/Junicode-font/releases/tag/v1.003
and they are profoundly uninformative.
2021-12-04 14:07:26 +03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Ivan Timokhin
9c7dc00719 junicode: split name into pname and version 2020-04-04 19:17:32 +03:00
Ivan Timokhin
63a2dca669 junicode: add ivan-timokhin to maintainers 2020-04-04 19:17:32 +03:00
Ivan Timokhin
df082cc0b4 junicode: change license to OFL
Both the project page ([1], third paragraph) and the
documentation ([2], second-to-last paragraph on the last page)
indicate that the font is available under SIL OFL.

[1]: http://junicode.sourceforge.net/
[2]: http://junicode.sourceforge.net/Junicode.pdf
2020-03-08 12:36:34 +03:00
Ivan Timokhin
95a968cd32 junicode: 0.7.8 -> 1.002 2020-03-08 12:30:43 +03:00
volth
c9eb44eab3 data/fonts: cleanup
* make font derivations fixed-output where applicable
 * fix dead links
 * `stdenv.lib` -> `lib` where `stdenv` is not involved
 * remove `meta.platforms = [ unix ]` and `meta.platforms = [ linux ]` because the restriction has no sense for data packages
2019-05-13 06:03:31 +00:00
Pascal Wittmann
94fb1225af
junicode: add license
see issue #43716
2018-08-06 13:04:34 +02:00
Volth
31c344982f data/fonts: simpler cleanups 2017-08-11 14:26:03 +00:00
Jan Tojnar
881e2556f4 junicode: make description more concrete 2017-08-03 07:08:02 +02:00
Tuomas Tynkkynen
21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Vincent Laporte
c7457dd1b0 junicode: update from 0.6.15 to 0.7.8 2014-11-04 00:04:29 +00:00
Evgeny Egorochkin
cea107c07f More mirror:// URL fixes 2013-07-14 03:31:12 +03:00
Eelco Dolstra
c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Eelco Dolstra
907bb1aac6 * ltrace: updated to 0.5.3.
* libdbi / libdbi-drivers: updated to 0.8.3, and make it compile with
  SQLite.
* qemu-image: fix the URL.
* gdmap: make it build again (requires an older GTK+).
* rlwrap: updated to 0.37.
* smbfs-fuse -> fusesmb to match the upstream name.
* x11vnc: updated to 0.9.10.
* clearlyU: fix the URL.
* Various packages: follow the coding conventions.

svn path=/nixpkgs/trunk/; revision=22814
2010-07-29 18:55:16 +00:00
Eelco Dolstra
ba498d4a43 * composedArgsAndFun -> makeOverridable for consistency.
* Rename a few single-version packages to "default.nix".

svn path=/nixpkgs/trunk/; revision=22803
2010-07-29 08:21:21 +00:00