Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2023 09:59:46 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 00639fa5ef07 - main - x11-fonts/chomsky: Add new port
Message-ID:  <202305190959.34J9xkHc082704@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=00639fa5ef07f38c28a340098f12888a386f06c5

commit 00639fa5ef07f38c28a340098f12888a386f06c5
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2023-05-19 09:59:06 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2023-05-19 09:59:06 +0000

    x11-fonts/chomsky: Add new port
    
    This is Chomsky, a newspaper masthead font in the style of the New York
    Times masthead.
---
 x11-fonts/Makefile          |  1 +
 x11-fonts/chomsky/Makefile  | 26 ++++++++++++++++++++++++++
 x11-fonts/chomsky/distinfo  |  3 +++
 x11-fonts/chomsky/pkg-descr |  2 ++
 4 files changed, 32 insertions(+)

diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index ef74a971bd21..f7ac4d03e629 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -31,6 +31,7 @@
     SUBDIR += cascadia-code
     SUBDIR += charis
     SUBDIR += charis-compact
+    SUBDIR += chomsky
     SUBDIR += clearsans
     SUBDIR += code2000
     SUBDIR += comfortaa-ttf
diff --git a/x11-fonts/chomsky/Makefile b/x11-fonts/chomsky/Makefile
new file mode 100644
index 000000000000..691a077ff1d7
--- /dev/null
+++ b/x11-fonts/chomsky/Makefile
@@ -0,0 +1,26 @@
+PORTNAME=	chomsky
+PORTVERSION=	2.3
+DISTVERSIONPREFIX=	v
+CATEGORIES=	x11-fonts
+
+MAINTAINER=	ehaupt@FreeBSD.org
+COMMENT=	New York Times masthead, reimagined as a full font
+WWW=		https://github.com/ctrlcctrlv/chomsky
+
+LICENSE=	OFL11
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=		fonts
+USE_GITHUB=	yes
+GH_ACCOUNT=	ctrlcctrlv
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+PLIST_FILES=	${FONTSDIR}/Chomsky.otf
+
+do-install:
+	${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/dist/*.otf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>
diff --git a/x11-fonts/chomsky/distinfo b/x11-fonts/chomsky/distinfo
new file mode 100644
index 000000000000..59dbfc2b00b9
--- /dev/null
+++ b/x11-fonts/chomsky/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1684489240
+SHA256 (ctrlcctrlv-chomsky-v2.3_GH0.tar.gz) = 23198f26aa149112914c0487ce5180921fedb869a40b1175f308ad577085d532
+SIZE (ctrlcctrlv-chomsky-v2.3_GH0.tar.gz) = 41267683
diff --git a/x11-fonts/chomsky/pkg-descr b/x11-fonts/chomsky/pkg-descr
new file mode 100644
index 000000000000..e64c3be95eb7
--- /dev/null
+++ b/x11-fonts/chomsky/pkg-descr
@@ -0,0 +1,2 @@
+This is Chomsky, a newspaper masthead font in the style of the New York
+Times masthead.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305190959.34J9xkHc082704>