diff options
author | keichii <keichii@FreeBSD.org> | 2001-06-21 19:10:24 +0000 |
---|---|---|
committer | keichii <keichii@FreeBSD.org> | 2001-06-21 19:10:24 +0000 |
commit | 17309e8db602d9b4d2895c8a5a24d63469058b44 (patch) | |
tree | efda005b6bcd5c809d57ab33f1e9c10929ff8868 | |
parent | ceb9ef26748614d5d32cd52b2a0e11878f24267b (diff) | |
download | FreeBSD-ports-17309e8db602d9b4d2895c8a5a24d63469058b44.zip FreeBSD-ports-17309e8db602d9b4d2895c8a5a24d63469058b44.tar.gz |
Add this modified version of schumacher-clean that matches
Chinese characters in BIG-5 from kcfonts.
Submitted by: gugod@gugod.org
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/gugod-clean/Makefile | 29 | ||||
-rw-r--r-- | chinese/gugod-clean/distinfo | 1 | ||||
-rw-r--r-- | chinese/gugod-clean/pkg-comment | 1 | ||||
-rw-r--r-- | chinese/gugod-clean/pkg-descr | 4 | ||||
-rw-r--r-- | chinese/gugod-clean/pkg-plist | 3 |
6 files changed, 39 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 9b3d6b0..11dd8ff 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -30,6 +30,7 @@ SUBDIR += gbscript SUBDIR += ghostscript6 SUBDIR += gnumeric + SUBDIR += gugod-clean SUBDIR += hc SUBDIR += hztty SUBDIR += irssi diff --git a/chinese/gugod-clean/Makefile b/chinese/gugod-clean/Makefile new file mode 100644 index 0000000..e6c2e65 --- /dev/null +++ b/chinese/gugod-clean/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gugod-clean +# Date Created: 21 Jun 2001 +# Whom: Kang-min Liu <gugod@gugod.org> +# $FreeBSD$ + +PORTNAME= gugod-clean +PORTVERSION= 1.0 +CATEGORIES= chinese x11-fonts +MASTER_SITES= ftp://gugod.org/pub/X/ + +MAINTAINER= gugod@gugod.org + +FONTFILES= gugodclean.bdf +PREFIX= ${X11BASE} + +WRKSRC= ${WRKDIR} +NO_BUILD= yes +SHAREMODE= 644 +XFONTDIR= ${X11BASE}/lib/X11/fonts/local + +.include <bsd.port.pre.mk> + +do-install: + @${MKDIR} ${XFONTDIR} +.for i in ${FONTFILES} + @${INSTALL_DATA} ${WRKSRC}/${i} ${XFONTDIR} +.endfor + +.include <bsd.port.post.mk> diff --git a/chinese/gugod-clean/distinfo b/chinese/gugod-clean/distinfo new file mode 100644 index 0000000..dc9217e --- /dev/null +++ b/chinese/gugod-clean/distinfo @@ -0,0 +1 @@ +MD5 (gugod-clean-1.0.tar.gz) = 1ec7b49c6ba70117edd5b530fd1c5d49 diff --git a/chinese/gugod-clean/pkg-comment b/chinese/gugod-clean/pkg-comment new file mode 100644 index 0000000..9324e4b --- /dev/null +++ b/chinese/gugod-clean/pkg-comment @@ -0,0 +1 @@ +A pretty font modifyed from X11 schumacher-clean that match kcfonts diff --git a/chinese/gugod-clean/pkg-descr b/chinese/gugod-clean/pkg-descr new file mode 100644 index 0000000..42bfded --- /dev/null +++ b/chinese/gugod-clean/pkg-descr @@ -0,0 +1,4 @@ +A very nice looking font modified from XFree86's schumacher-clean. +This font matches with chinese/kcfonts. + +Author: Kang-min Liu <gugod@gugod.org> diff --git a/chinese/gugod-clean/pkg-plist b/chinese/gugod-clean/pkg-plist new file mode 100644 index 0000000..7fd4036 --- /dev/null +++ b/chinese/gugod-clean/pkg-plist @@ -0,0 +1,3 @@ +lib/X11/fonts/local/gugodclean.bdf +@exec cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir +@unexec cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir |