pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/vlgothic-ttf Import vlgothic-ttf version 20071031.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b1fe59e899d
branches: trunk
changeset: 536354:9b1fe59e899d
user: obache <obache%pkgsrc.org@localhost>
date: Tue Dec 11 12:52:06 2007 +0000
description:
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.
diffstat:
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(+), 0 deletions(-)
diffs (56 lines):
diff -r 751d28635711 -r 9b1fe59e899d fonts/vlgothic-ttf/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/vlgothic-ttf/DESCR Tue Dec 11 12:52:06 2007 +0000
@@ -0,0 +1,2 @@
+Japanese TrueType font using by Vine Linux. Based on
+Sazanami Gothic and M+ font.
diff -r 751d28635711 -r 9b1fe59e899d fonts/vlgothic-ttf/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/vlgothic-ttf/Makefile Tue Dec 11 12:52:06 2007 +0000
@@ -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@localhost
+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 -r 751d28635711 -r 9b1fe59e899d fonts/vlgothic-ttf/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/vlgothic-ttf/PLIST Tue Dec 11 12:52:06 2007 +0000
@@ -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 -r 751d28635711 -r 9b1fe59e899d fonts/vlgothic-ttf/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/vlgothic-ttf/distinfo Tue Dec 11 12:52:06 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index