]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Copse: add source block to METADATA.pb
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 26 Feb 2026 06:54:04 +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/copse
- Commit: cb3ef9c1 (only commit in repo)
- Config: none (SFD-only sources)
- Status: missing_config
- Confidence: HIGH

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

index 023bab638f92323fb0b0aad0969d65ce2130bb75..0e0c444795f97ec39951f91e6abc1b463bc00653 100644 (file)
@@ -3,6 +3,11 @@ designer: "Dan Rhatigan"
 license: "OFL"
 category: "SERIF"
 date_added: "2010-12-15"
+source {
+  repository_url: "https://github.com/librefonts/copse"
+  commit: "cb3ef9c1cce0dcea7f5743e84e9ed7da7e259fd4"
+}
+
 fonts {
   name: "Copse"
   style: "normal"
diff --git a/ofl/copse/upstream_info.md b/ofl/copse/upstream_info.md
new file mode 100644 (file)
index 0000000..f471e7b
--- /dev/null
@@ -0,0 +1,46 @@
+# Copse
+
+## Source Data
+
+| Field | Value |
+|---|---|
+| Family Name | Copse |
+| Repository URL | https://github.com/librefonts/copse |
+| Commit Hash | `cb3ef9c1cce0dcea7f5743e84e9ed7da7e259fd4` |
+| Branch | master |
+| Config YAML | N/A (SFD-only sources) |
+| Status | missing_config |
+
+## How URL Found
+
+The repository URL `https://github.com/librefonts/copse` is part of the librefonts GitHub organization, which hosts archival copies of early Google Fonts projects. The URL was already documented in the tracking data and matches the git remote of the cached upstream repo at `upstream_repos/fontc_crater_cache/librefonts/copse`.
+
+## How Commit Determined
+
+The upstream repository contains exactly **one commit**: `cb3ef9c1cce0dcea7f5743e84e9ed7da7e259fd4` ("update .travis.yml"). Since this is the only commit in the repository, it is trivially the correct reference. The librefonts repos were created as archival snapshots of the font projects' state when they were onboarded to Google Fonts.
+
+The font file in google/fonts (`Copse-Regular.ttf`) was added only in the initial commit (`90abd17b4`, 2015-03-07) and has never been modified since on the main branch.
+
+## Config YAML Status
+
+**No config.yaml exists** in the upstream repository. The source files are:
+- `src/Copse-Regular-TTF.sfd` (FontForge SFD format)
+- `src/Copse-Regular-TTF.vfb` (FontLab VFB format)
+- `src/Copse-Regular.vfb` (FontLab VFB format)
+
+These are legacy font formats that are **not compatible with gftools-builder**. No override `config.yaml` exists in the google/fonts family directory either. Copse has an unusually rich source directory including VTT-hinted TTX files and a PDF specimen, but all sources are in legacy formats.
+
+## Verification
+
+- **Repository accessible**: Yes (verified via git remote URL)
+- **Commit hash valid**: Yes - matches the only commit in the repo
+- **Font file unchanged since onboarding**: Yes - only modified in initial commit on main
+- **Source block in METADATA.pb**: Pending (exists on feature branch `sources_info_2026-02-25`, not yet merged to main)
+
+## Confidence Level
+
+**High** - Single-commit librefonts archival repository. The commit hash is unambiguous.
+
+## Open Questions
+
+None. The family has SFD-only sources and cannot be rebuilt with gftools-builder without a source format conversion.