pkgsrc-WIP-changes archive

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

hackgen-ttf: Import hackgen-ttf-1.4.1 as wip/hackgen-ttf



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Feb 2 11:37:52 2020 +0900
Changeset:	41a39169b4ec7051e0666cfa5badf62b38b6f902

Added Files:
	hackgen-ttf/DESCR
	hackgen-ttf/Makefile
	hackgen-ttf/PLIST
	hackgen-ttf/distinfo

Log Message:
hackgen-ttf: Import hackgen-ttf-1.4.1 as wip/hackgen-ttf

HackGen is a composite font of Hack and GenJyuu-Gothic.

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

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

diffstat:
 hackgen-ttf/DESCR    |  1 +
 hackgen-ttf/Makefile | 28 ++++++++++++++++++++++++++++
 hackgen-ttf/PLIST    | 13 +++++++++++++
 hackgen-ttf/distinfo |  6 ++++++
 4 files changed, 48 insertions(+)

diffs:
diff --git a/hackgen-ttf/DESCR b/hackgen-ttf/DESCR
new file mode 100644
index 0000000000..67732e8f9b
--- /dev/null
+++ b/hackgen-ttf/DESCR
@@ -0,0 +1 @@
+HackGen is a composite font of Hack and GenJyuu-Gothic.
diff --git a/hackgen-ttf/Makefile b/hackgen-ttf/Makefile
new file mode 100644
index 0000000000..5097cd47ce
--- /dev/null
+++ b/hackgen-ttf/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+PKGNAME=	hackgen-ttf-1.4.1
+DISTNAME=	HackGen_v${PKGVERSION_NOREV}
+CATEGORIES=	fonts
+MASTER_SITES=	${MASTER_SITE_GITHUB:=yuru7/}
+GITHUB_PROJECT=	HackGen
+GITHUB_RELEASE=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	iku.iwasa%gmail.ccom@localhost
+HOMEPAGE=	https://github.com/yuru7/HackGen
+COMMENT=	Japanese programming font, composed of Hack and GenJyuu-Gothic
+LICENSE=	ofl-v1.1
+
+EXTRACT_DIR=	${WRKDIR}
+EXTRACT_SUFX=	.zip
+
+NO_BUILD=	yes
+USE_LANGUAGES=	# none
+
+FONTSDIR=	share/fonts/X11/TTF
+
+INSTALLATION_DIRS=	${FONTSDIR}
+
+do-install:
+	${INSTALL_DATA} ${WRKSRC}/*.ttf ${DESTDIR}/${PREFIX}/${FONTSDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/hackgen-ttf/PLIST b/hackgen-ttf/PLIST
new file mode 100644
index 0000000000..15fa8ab218
--- /dev/null
+++ b/hackgen-ttf/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD$
+share/fonts/X11/TTF/HackGen-Bold.ttf
+share/fonts/X11/TTF/HackGen-Regular.ttf
+share/fonts/X11/TTF/HackGen35-Bold.ttf
+share/fonts/X11/TTF/HackGen35-Regular.ttf
+share/fonts/X11/TTF/HackGen35Console-Bold-forPowerline.ttf
+share/fonts/X11/TTF/HackGen35Console-Bold.ttf
+share/fonts/X11/TTF/HackGen35Console-Regular-forPowerline.ttf
+share/fonts/X11/TTF/HackGen35Console-Regular.ttf
+share/fonts/X11/TTF/HackGenConsole-Bold-forPowerline.ttf
+share/fonts/X11/TTF/HackGenConsole-Bold.ttf
+share/fonts/X11/TTF/HackGenConsole-Regular-forPowerline.ttf
+share/fonts/X11/TTF/HackGenConsole-Regular.ttf
diff --git a/hackgen-ttf/distinfo b/hackgen-ttf/distinfo
new file mode 100644
index 0000000000..10d561c178
--- /dev/null
+++ b/hackgen-ttf/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (HackGen_v1.4.1.zip) = 395064c99fdcf64e27502c42f4a9f62b5c4f1903
+RMD160 (HackGen_v1.4.1.zip) = 3f67686609c78dec25b331e5129f3d49bf027cd6
+SHA512 (HackGen_v1.4.1.zip) = 48cbd87aab405d1fb551a354b88d7475aa1829ab77caadde2ac8a26ba3d93b9b8f7febe9cbb2a8946dc9afa3d41d5c24468af6e14faf7bbeb000c5b5f7e6459c
+Size (HackGen_v1.4.1.zip) = 60822178 bytes


Home | Main Index | Thread Index | Old Index