pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Rename jetbrains-mono -> jetbrains-mono-ttf



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%nil.im@localhost>
Pushed By:	js
Date:		Sun Feb 16 19:14:36 2020 +0100
Changeset:	408f47b256b1094765be6c8202aabb7ebb93f83c

Modified Files:
	Makefile
Added Files:
	jetbrains-mono-ttf/DESCR
	jetbrains-mono-ttf/Makefile
	jetbrains-mono-ttf/PLIST
	jetbrains-mono-ttf/distinfo
Removed Files:
	jetbrains-mono/DESCR
	jetbrains-mono/Makefile
	jetbrains-mono/PLIST
	jetbrains-mono/distinfo

Log Message:
Rename jetbrains-mono -> jetbrains-mono-ttf

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=408f47b256b1094765be6c8202aabb7ebb93f83c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                    |  2 +-
 jetbrains-mono-ttf/DESCR    |  2 ++
 jetbrains-mono-ttf/Makefile | 20 ++++++++++++++++++++
 jetbrains-mono-ttf/PLIST    |  9 +++++++++
 jetbrains-mono-ttf/distinfo |  6 ++++++
 jetbrains-mono/DESCR        |  2 --
 jetbrains-mono/Makefile     | 19 -------------------
 jetbrains-mono/PLIST        | 10 ----------
 jetbrains-mono/distinfo     |  6 ------
 9 files changed, 38 insertions(+), 38 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index c2511e84f2..a090e9ae63 100644
--- a/Makefile
+++ b/Makefile
@@ -1679,7 +1679,7 @@ SUBDIR+=	jedit
 SUBDIR+=	jellyfish
 SUBDIR+=	jellyfish2
 SUBDIR+=	jemboss-standalone
-SUBDIR+=	jetbrains-mono
+SUBDIR+=	jetbrains-mono-ttf
 SUBDIR+=	jfsw-git
 SUBDIR+=	jgloss
 SUBDIR+=	jgraphx
diff --git a/jetbrains-mono-ttf/DESCR b/jetbrains-mono-ttf/DESCR
new file mode 100644
index 0000000000..771426d1f6
--- /dev/null
+++ b/jetbrains-mono-ttf/DESCR
@@ -0,0 +1,2 @@
+A typeface made for developers.
+More about font features & design can be found on https://jetbrains.com/mono/.
diff --git a/jetbrains-mono-ttf/Makefile b/jetbrains-mono-ttf/Makefile
new file mode 100644
index 0000000000..8ad2a05cf9
--- /dev/null
+++ b/jetbrains-mono-ttf/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+VERSION=	1.0.3
+PKGNAME=	jetbrains-mono-ttf-${VERSION}
+GITHUB_PROJECT=	JetBrainsMono
+DISTNAME=	JetBrainsMono-${VERSION}
+CATEGORIES=	fonts
+MASTER_SITES=	${MASTER_SITE_GITHUB:=JetBrains/}
+GITHUB_RELEASE=	v${VERSION}
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=	js-pkgsrc%nil.im@localhost
+HOMEPAGE=	https://jetbrains.com/mono
+COMMENT=	Typeface made for developers
+LICENSE=	apache-2.0
+
+WRKSRC=		${WRKDIR}/JetBrainsMono-${VERSION}-Source
+
+.include "../../mk/fonts.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/jetbrains-mono-ttf/PLIST b/jetbrains-mono-ttf/PLIST
new file mode 100644
index 0000000000..f7d6305e76
--- /dev/null
+++ b/jetbrains-mono-ttf/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+share/fonts/X11/TTF/JetBrainsMono-Bold-Italic.ttf
+share/fonts/X11/TTF/JetBrainsMono-Bold.ttf
+share/fonts/X11/TTF/JetBrainsMono-ExtraBold-Italic.ttf
+share/fonts/X11/TTF/JetBrainsMono-ExtraBold.ttf
+share/fonts/X11/TTF/JetBrainsMono-Italic.ttf
+share/fonts/X11/TTF/JetBrainsMono-Medium-Italic.ttf
+share/fonts/X11/TTF/JetBrainsMono-Medium.ttf
+share/fonts/X11/TTF/JetBrainsMono-Regular.ttf
diff --git a/jetbrains-mono-ttf/distinfo b/jetbrains-mono-ttf/distinfo
new file mode 100644
index 0000000000..07926cbc5f
--- /dev/null
+++ b/jetbrains-mono-ttf/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (JetBrainsMono-1.0.3.zip) = ee852702bc25d35d570f9ff195ea71dabe1d204a
+RMD160 (JetBrainsMono-1.0.3.zip) = ca92a5daca50d9fe86b5c05df2dedac7a8626a86
+SHA512 (JetBrainsMono-1.0.3.zip) = 74779f46426de232e05a0715b6ed36a5bd6ae6c7cf1dbb1ead63739e91f4cfcd04b1d33f09abaa6e296e442c262b0aad9918cb25aa00b7d29e7b918ffe33bb6f
+Size (JetBrainsMono-1.0.3.zip) = 2422326 bytes
diff --git a/jetbrains-mono/DESCR b/jetbrains-mono/DESCR
deleted file mode 100644
index 771426d1f6..0000000000
--- a/jetbrains-mono/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-A typeface made for developers.
-More about font features & design can be found on https://jetbrains.com/mono/.
diff --git a/jetbrains-mono/Makefile b/jetbrains-mono/Makefile
deleted file mode 100644
index 018386020a..0000000000
--- a/jetbrains-mono/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD$
-
-PKGNAME=	jetbrains-mono-1.0.3
-GITHUB_PROJECT=	JetBrainsMono
-DISTNAME=	JetBrainsMono-1.0.3
-CATEGORIES=	fonts
-MASTER_SITES=	${MASTER_SITE_GITHUB:=JetBrains/}
-GITHUB_RELEASE=	v1.0.3
-EXTRACT_SUFX=	.zip
-
-MAINTAINER=	js-pkgsrc%nil.im@localhost
-HOMEPAGE=	https://jetbrains.com/mono
-COMMENT=	Typeface made for developers
-LICENSE=	apache-2.0
-
-WRKSRC=		${WRKDIR}/JetBrainsMono-1.0.3-Source
-
-.include "../../mk/fonts.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/jetbrains-mono/PLIST b/jetbrains-mono/PLIST
deleted file mode 100644
index 8f2adfa08c..0000000000
--- a/jetbrains-mono/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD$
-share/fonts/X11/TTF/JetBrainsMono-Bold-Italic.ttf
-share/fonts/X11/TTF/JetBrainsMono-Bold.ttf
-share/fonts/X11/TTF/JetBrainsMono-ExtraBold-Italic.ttf
-share/fonts/X11/TTF/JetBrainsMono-ExtraBold.ttf
-share/fonts/X11/TTF/JetBrainsMono-Italic.ttf
-share/fonts/X11/TTF/JetBrainsMono-Medium-Italic.ttf
-share/fonts/X11/TTF/JetBrainsMono-Medium.ttf
-share/fonts/X11/TTF/JetBrainsMono-Regular.ttf
-@pkgdir share/fonts/X11/OTF
diff --git a/jetbrains-mono/distinfo b/jetbrains-mono/distinfo
deleted file mode 100644
index 07926cbc5f..0000000000
--- a/jetbrains-mono/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (JetBrainsMono-1.0.3.zip) = ee852702bc25d35d570f9ff195ea71dabe1d204a
-RMD160 (JetBrainsMono-1.0.3.zip) = ca92a5daca50d9fe86b5c05df2dedac7a8626a86
-SHA512 (JetBrainsMono-1.0.3.zip) = 74779f46426de232e05a0715b6ed36a5bd6ae6c7cf1dbb1ead63739e91f4cfcd04b1d33f09abaa6e296e442c262b0aad9918cb25aa00b7d29e7b918ffe33bb6f
-Size (JetBrainsMono-1.0.3.zip) = 2422326 bytes


Home | Main Index | Thread Index | Old Index