]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Dawning of a New Day: add source block to METADATA.pb
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 26 Feb 2026 06:54:06 +0000 (06:54 +0000)
committerFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 26 Feb 2026 09:24:32 +0000 (09:24 +0000)
- Repo: librefonts/dawningofanewday
- Commit: 45ea90b8 (only commit in repo)
- Config: None (no gftools-builder compatible sources)
- Status: missing_config
- Confidence: HIGH

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

index b155ca6df31c09e72d64e89654a717ba451257da..d4c0d764f79e5ed2c2ba08b7b6081d17a03cfce9 100644 (file)
@@ -3,6 +3,11 @@ designer: "Kimberly Geswein"
 license: "OFL"
 category: "HANDWRITING"
 date_added: "2011-04-14"
+source {
+  repository_url: "https://github.com/librefonts/dawningofanewday"
+  commit: "45ea90b8015692ee7fe07e417ea1c88392373ce3"
+}
+
 fonts {
   name: "Dawning of a New Day"
   style: "normal"
diff --git a/ofl/dawningofanewday/upstream_info.md b/ofl/dawningofanewday/upstream_info.md
new file mode 100644 (file)
index 0000000..eab334c
--- /dev/null
@@ -0,0 +1,51 @@
+# Dawning of a New Day - Investigation Report
+
+## Source Data
+
+| Field | Value |
+|-------|-------|
+| Family Name | Dawning of a New Day |
+| Designer | Kimberly Geswein |
+| Repository URL | https://github.com/librefonts/dawningofanewday |
+| Commit Hash | `45ea90b8015692ee7fe07e417ea1c88392373ce3` |
+| Branch | master |
+| Config YAML | None (no gftools-builder compatible sources) |
+| Status | missing_config |
+| Date Added | 2011-04-14 |
+
+## How URL Found
+
+The repository URL `https://github.com/librefonts/dawningofanewday` is a librefonts archive repository. These repos were created by the Google Fonts team (hash3g) as archives of the font source files in TTX/SFD/VFB format.
+
+## How Commit Determined
+
+The upstream repository has only a single commit: `45ea90b8015692ee7fe07e417ea1c88392373ce3` (hash3g, Oct 17 2014, "update .travis.yml"). This is the only commit and therefore the HEAD of the master branch. The font binary in google/fonts has not been updated since the initial commit (90abd17b4).
+
+## Config YAML Status
+
+- **No config.yaml in upstream**: The upstream repository does not contain a config.yaml file
+- **No override config.yaml in google/fonts**: None exists
+- **Source files are not gftools-builder compatible**: The upstream contains:
+  - `src/DawningofaNewDay-TTF.sfd` (FontForge SFD format)
+  - `src/DawningofaNewDay.vfb` (FontLab VFB format)
+  - Various TTX decompositions
+- These source formats (SFD, VFB) are not supported by gftools-builder, which requires `.glyphs`, `.ufo`, or `.designspace` files
+- **No source block in METADATA.pb**: The current METADATA.pb has no `source { }` block
+
+## Verification
+
+- Repository URL is valid and accessible: https://github.com/librefonts/dawningofanewday
+- Commit `45ea90b` is the only commit in the repo and matches HEAD
+- The upstream repo is cached at `upstream_repos/fontc_crater_cache/librefonts/dawningofanewday/`
+- This is a legacy font (added 2011-04-14) that predates gftools-builder infrastructure
+
+## Confidence Level
+
+**HIGH** for URL and commit. The librefonts archive is the only known upstream. The commit is trivially correct as there is only one commit.
+
+**N/A** for config_yaml - there is no gftools-builder compatible source, so no config.yaml can be created without converting the sources first.
+
+## Open Questions
+
+- Would this font benefit from source conversion (SFD to .glyphs or .ufo) to enable gftools-builder compatibility?
+- The librefonts archive is a secondary source; the original designer (Kimberly Geswein) may have the original source files in a different format.