]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
OFL Sorts Mill Goudy TT: add source block to METADATA.pb
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 18:26:36 +0000 (18:26 +0000)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 23:12:35 +0000 (23:12 +0000)
Assisted by an AI agent (Claude Opus 4.6)

ofl/oflsortsmillgoudytt/METADATA.pb
ofl/oflsortsmillgoudytt/upstream_info.md [new file with mode: 0644]

index eafe82352d27135127215c710bf5e2b7b1eed1b2..15d0d100665082ce3a4aea3ced404e21b7f1aad5 100644 (file)
@@ -23,3 +23,7 @@ fonts {
 }
 subsets: "menu"
 subsets: "latin"
+source {
+  repository_url: "https://github.com/theleagueof/sorts-mill-goudy"
+  commit: "06072890c7b05f274215a24f17449655ccb2c8af"
+}
diff --git a/ofl/oflsortsmillgoudytt/upstream_info.md b/ofl/oflsortsmillgoudytt/upstream_info.md
new file mode 100644 (file)
index 0000000..b15d80d
--- /dev/null
@@ -0,0 +1,54 @@
+# OFL Sorts Mill Goudy TT — Source Metadata Investigation
+
+**Model**: Claude Opus 4.6
+**Date**: 2026-03-12
+
+## Summary
+
+A canonical upstream repository with UFO sources was found at `theleagueof/sorts-mill-goudy` on GitHub. The METADATA.pb was updated to add a `source` block pointing to this repository.
+
+## Family Details
+
+- **Designer**: Barry Schwartz
+- **License**: OFL
+- **Category**: SERIF
+- **Google Fonts date added**: 2010-05-18
+
+## Upstream Repository
+
+- **URL**: https://github.com/theleagueof/sorts-mill-goudy
+- **Owner**: The League of Moveable Type (the designer's chosen publishing collective)
+- **Description**: "A 'revival' of Goudy Oldstyle and Italic."
+- **Last pushed**: 2024-02-19
+
+The repository was published by Barry Schwartz (GitHub: `chemoelectric`) through The League of Moveable Type, a designer collective he is associated with. Barry Schwartz is identified in the copyright string as "chemoelectric@chemoelectric.org" and separately maintains the `chemoelectric/sortsmill` repository (an older Mercurial mirror from Google Code, last updated 2013 with FontForge SFD sources).
+
+The `theleagueof/sorts-mill-goudy` repository contains UFO (Unified Font Object) sources in the `source/` directory:
+- `source/OFLGoudyStM.ufo` — roman UFO
+- `source/OFLGoudyStM-Italic.ufo` — italic UFO
+
+## Cached Upstream Repos
+
+No cached clone was found in `/mnt/shared/upstream_repos/fontc_crater_cache/` for this family.
+
+## Commit Used
+
+- **SHA**: `06072890c7b05f274215a24f17449655ccb2c8af`
+- **Date**: 2011-05-25
+- **Message**: "Initial commit with readme and licenses"
+
+The repository has only one commit; the UFO sources were included in this initial commit.
+
+## METADATA.pb Changes
+
+A `source` block was added to METADATA.pb:
+```
+source {
+  repository_url: "https://github.com/theleagueof/sorts-mill-goudy"
+  commit: "06072890c7b05f274215a24f17449655ccb2c8af"
+}
+```
+
+## Confidence
+
+**High** — The repository is owned by The League of Moveable Type with Barry Schwartz as the credited designer, matching the designer field in METADATA.pb. UFO sources are present. The repository description matches the font description exactly.