From 5bdbd89e84473d8a4c6b79276f4e1dc94864dd95 Mon Sep 17 00:00:00 2001 From: obache Date: Tue, 11 Dec 2007 12:52:06 +0000 Subject: Import vlgothic-ttf version 20071031. Based on packaged by Yamashiro Jun in PR 37449. pkglintfy, DESTDIR support by me. VLGothic is Japanese TrueType font using by Vine Linux. Based on Sazanami Gothic and M+ font. --- fonts/vlgothic-ttf/DESCR | 2 ++ fonts/vlgothic-ttf/Makefile | 30 ++++++++++++++++++++++++++++++ fonts/vlgothic-ttf/PLIST | 3 +++ fonts/vlgothic-ttf/distinfo | 5 +++++ 4 files changed, 40 insertions(+) create mode 100644 fonts/vlgothic-ttf/DESCR create mode 100644 fonts/vlgothic-ttf/Makefile create mode 100644 fonts/vlgothic-ttf/PLIST create mode 100644 fonts/vlgothic-ttf/distinfo (limited to 'fonts/vlgothic-ttf') diff --git a/fonts/vlgothic-ttf/DESCR b/fonts/vlgothic-ttf/DESCR new file mode 100644 index 00000000000..cd16ce3529e --- /dev/null +++ b/fonts/vlgothic-ttf/DESCR @@ -0,0 +1,2 @@ +Japanese TrueType font using by Vine Linux. Based on +Sazanami Gothic and M+ font. diff --git a/fonts/vlgothic-ttf/Makefile b/fonts/vlgothic-ttf/Makefile new file mode 100644 index 00000000000..f6c77581fbc --- /dev/null +++ b/fonts/vlgothic-ttf/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/12/11 12:52:06 obache Exp $ +# + +DISTNAME= VLGothic-20071031 +PKGNAME= ${DISTNAME:tl:S/-/-ttf-/} +CATEGORIES= fonts japanese +MASTER_SITES= http://vinelinux.org/~daisuke/vlgothic/ \ + http://dicey.org/vlgothic/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= yamajun@ofug.net +HOMEPAGE= http://dicey.org/vlgothic/ +COMMENT= Free Japanese TrueType fonts named 'VLGothic' + +USE_X11BASE= YES +NO_BUILD= YES +NO_CONFIGURE= YES + +PKG_DESTDIR_SUPPORT= user-destdir + +FONTDIR= ${PREFIX}/lib/X11/fonts/TTF +FONTS_DIRS.ttf+=${FONTDIR} +WRKSRC= ${WRKDIR}/${DISTNAME:C/-[^-]*$//} + +do-install: + ${INSTALL_DATA_DIR} ${DESTDIR}${FONTDIR} + ${INSTALL_DATA} ${WRKSRC}/VL-Gothic-Regular.ttf ${DESTDIR}${FONTDIR} + ${INSTALL_DATA} ${WRKSRC}/VL-PGothic-Regular.ttf ${DESTDIR}${FONTDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/vlgothic-ttf/PLIST b/fonts/vlgothic-ttf/PLIST new file mode 100644 index 00000000000..b0c95d1abc3 --- /dev/null +++ b/fonts/vlgothic-ttf/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/12/11 12:52:06 obache Exp $ +lib/X11/fonts/TTF/VL-Gothic-Regular.ttf +lib/X11/fonts/TTF/VL-PGothic-Regular.ttf diff --git a/fonts/vlgothic-ttf/distinfo b/fonts/vlgothic-ttf/distinfo new file mode 100644 index 00000000000..76b01374598 --- /dev/null +++ b/fonts/vlgothic-ttf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/12/11 12:52:06 obache Exp $ + +SHA1 (VLGothic-20071031.tar.bz2) = f894f2dab6de768087a10518b38638a289b28e48 +RMD160 (VLGothic-20071031.tar.bz2) = 53fdcb3ab04b14508c346a72b6afa81f9030659d +Size (VLGothic-20071031.tar.bz2) = 4558010 bytes -- cgit v1.2.3