diff options
author | uebayasi <uebayasi> | 2005-03-06 05:16:23 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2005-03-06 05:16:23 +0000 |
commit | 9a02d0632cfaa645a64c9ccb9d00ddc37443ed3c (patch) | |
tree | faf7fe478d69f3f27fdfc2bef7ddae1944dd706d /fonts/ja-sazanami-ttf | |
parent | 639b76a9e3b06a2069b86ad8fd5724cd4ab0c491 (diff) | |
download | pkgsrc-9a02d0632cfaa645a64c9ccb9d00ddc37443ed3c.tar.gz |
Initial import of Sazanami font 20040618.
Free Japanese TrueType font based on Wada lab. font (CLWFK) and
free (freely modifiable and distributable) bitmap fonts.
Diffstat (limited to 'fonts/ja-sazanami-ttf')
-rw-r--r-- | fonts/ja-sazanami-ttf/DESCR | 2 | ||||
-rw-r--r-- | fonts/ja-sazanami-ttf/Makefile | 25 | ||||
-rw-r--r-- | fonts/ja-sazanami-ttf/PLIST | 3 | ||||
-rw-r--r-- | fonts/ja-sazanami-ttf/distinfo | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/fonts/ja-sazanami-ttf/DESCR b/fonts/ja-sazanami-ttf/DESCR new file mode 100644 index 00000000000..69386f52789 --- /dev/null +++ b/fonts/ja-sazanami-ttf/DESCR @@ -0,0 +1,2 @@ +Free Japanese TrueType font based on Wada lab. font (CLWFK) and +free (freely modifiable and distributable) bitmap fonts. diff --git a/fonts/ja-sazanami-ttf/Makefile b/fonts/ja-sazanami-ttf/Makefile new file mode 100644 index 00000000000..9848390c094 --- /dev/null +++ b/fonts/ja-sazanami-ttf/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/03/06 05:16:23 uebayasi Exp $ + +DISTNAME= sazanami-${SAZANAMI_VERS} +PKGNAME= ja-sazanami-ttf-${SAZANAMI_VERS} +CATEGORIES= fonts japanese +MASTER_SITES= http://downloads.sourceforge.jp/efont/10087/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= yamajun@ofug.net +HOMEPAGE= http://wiki.fdiary.net/font/?sazanami +COMMENT= Truely free Japanese TrueType font + +SAZANAMI_VERS= 20040629 +FONTS_TTF_DIRS= ${PREFIX}/lib/X11/fonts/TTF + +NO_BUILD= YES +NO_CONFIGURE= YES + +do-install: + ${INSTALL_DATA_DIR} ${FONTS_TTF_DIRS} + ${INSTALL_DATA} ${WRKSRC}/sazanami-gothic.ttf ${FONTS_TTF_DIRS} + ${INSTALL_DATA} ${WRKSRC}/sazanami-mincho.ttf ${FONTS_TTF_DIRS} + +.include "../../mk/fonts.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/ja-sazanami-ttf/PLIST b/fonts/ja-sazanami-ttf/PLIST new file mode 100644 index 00000000000..198773d9f72 --- /dev/null +++ b/fonts/ja-sazanami-ttf/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/06 05:16:23 uebayasi Exp $ +lib/X11/fonts/TTF/sazanami-gothic.ttf +lib/X11/fonts/TTF/sazanami-mincho.ttf diff --git a/fonts/ja-sazanami-ttf/distinfo b/fonts/ja-sazanami-ttf/distinfo new file mode 100644 index 00000000000..9b267d182e4 --- /dev/null +++ b/fonts/ja-sazanami-ttf/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/03/06 05:16:23 uebayasi Exp $ + +SHA1 (sazanami-20040629.tar.bz2) = a6e558f49de8ab9884d92327905ce45698ca5429 +Size (sazanami-20040629.tar.bz2) = 8622710 bytes |