From 0f3140b06df9f707a5e1d40fc29dbf90af6a470c Mon Sep 17 00:00:00 2001 From: itojun Date: Sun, 22 Jul 2001 01:08:36 +0000 Subject: Korean kaist X11 fonts --- fonts/ko-kaist/Makefile | 36 ++++++++++++++++++++++++++++++++++++ fonts/ko-kaist/distinfo | 10 ++++++++++ fonts/ko-kaist/pkg/DESCR | 4 ++++ fonts/ko-kaist/pkg/PLIST | 7 +++++++ 4 files changed, 57 insertions(+) create mode 100644 fonts/ko-kaist/Makefile create mode 100644 fonts/ko-kaist/distinfo create mode 100644 fonts/ko-kaist/pkg/DESCR create mode 100644 fonts/ko-kaist/pkg/PLIST (limited to 'fonts') diff --git a/fonts/ko-kaist/Makefile b/fonts/ko-kaist/Makefile new file mode 100644 index 00000000000..cb41ba5638c --- /dev/null +++ b/fonts/ko-kaist/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/07/22 01:08:36 itojun Exp $ +# + +DISTNAME= ko-kaist-20010718 +CATEGORIES= fonts x11 korean +MASTER_SITES+= ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ +DISTFILES= kaist-newmj18.bdf.gz ks_philgi16.bdf.gz \ + kaist-newmj16.bdf.gz ks_iyagi16.bdf.gz + +MAINTAINER= packages@netbsd.org +COMMENT= X11 fonts for Korean KSC 5601 standard (kaist foundry) + +CONFLICTS+= ksc5601fonts-[0-9]* + +USE_X11BASE= yes +EXTRACT_ONLY= # empty + +MAKE_ENV+= FONTDIR=${FONTDIR} GZIP_CMD="${GZIP_CMD}" + +FONTDIR=${PREFIX}/lib/X11/fonts/local + +do-extract: + ${MKDIR} ${WRKSRC} + for i in ${DISTFILES}; do \ + ${CP} ${_DISTDIR}$$i ${WRKDIR}; ${GUNZIP_CMD} ${WRKDIR}/$$i; \ + done + ${CP} ${.CURDIR}/../../fonts/ko-x11fonts/files/Makefile ${WRKSRC} + (cd ${WRKSRC}; ${MAKE} prepare) + +pre-install: + [ -d ${FONTDIR} ] || ${INSTALL_DATA_DIR} ${FONTDIR} + +post-install: + (cd ${FONTDIR}; mkfontdir) + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/ko-kaist/distinfo b/fonts/ko-kaist/distinfo new file mode 100644 index 00000000000..9364308004d --- /dev/null +++ b/fonts/ko-kaist/distinfo @@ -0,0 +1,10 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/07/22 01:08:36 itojun Exp $ + +SHA1 (kaist-newmj18.bdf.gz) = c311121c589283104f274b3bda66d7c5158280bd +Size (kaist-newmj18.bdf.gz) = 283595 bytes +SHA1 (ks_philgi16.bdf.gz) = 97840d0f545515ca5dac9b319b50499232969f8f +Size (ks_philgi16.bdf.gz) = 221687 bytes +SHA1 (kaist-newmj16.bdf.gz) = 2167aed3dbb16c84c2171e5833efc9a8f9c30cb4 +Size (kaist-newmj16.bdf.gz) = 221221 bytes +SHA1 (ks_iyagi16.bdf.gz) = 9a956e334fb10c1062a39a6df1ecca777ccb68b8 +Size (ks_iyagi16.bdf.gz) = 217151 bytes diff --git a/fonts/ko-kaist/pkg/DESCR b/fonts/ko-kaist/pkg/DESCR new file mode 100644 index 00000000000..b32af80c52d --- /dev/null +++ b/fonts/ko-kaist/pkg/DESCR @@ -0,0 +1,4 @@ +The pkgsrc installs X11 fonts for KSC 5601 Korean character set standard. + +Caveat: some of the font files seem to have incorrect font metric +(font metric does not meet the actual font glyph). diff --git a/fonts/ko-kaist/pkg/PLIST b/fonts/ko-kaist/pkg/PLIST new file mode 100644 index 00000000000..3c4de02b45d --- /dev/null +++ b/fonts/ko-kaist/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/22 01:08:36 itojun Exp $ +lib/X11/fonts/local/kaist-newmj16.pcf.gz +lib/X11/fonts/local/kaist-newmj18.pcf.gz +lib/X11/fonts/local/ks_iyagi16.pcf.gz +lib/X11/fonts/local/ks_philgi16.pcf.gz +@exec /usr/X11R6/bin/mkfontdir %D/lib/X11/fonts/local +@unexec /usr/X11R6/bin/mkfontdir %D/lib/X11/fonts/local -- cgit v1.2.3