diff options
Diffstat (limited to 'korean/pinetreefonts')
-rw-r--r-- | korean/pinetreefonts/Makefile | 48 | ||||
-rw-r--r-- | korean/pinetreefonts/distinfo | 2 | ||||
-rw-r--r-- | korean/pinetreefonts/pkg-descr | 7 | ||||
-rw-r--r-- | korean/pinetreefonts/pkg-message | 20 | ||||
-rw-r--r-- | korean/pinetreefonts/pkg-plist | 17 |
5 files changed, 0 insertions, 94 deletions
diff --git a/korean/pinetreefonts/Makefile b/korean/pinetreefonts/Makefile deleted file mode 100644 index 4707af0f0494..000000000000 --- a/korean/pinetreefonts/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: pinetree fonts(x11) -# Date created: 22 Mar 1997 -# Whom: CHOI Junho <junker@jazz.snu.ac.kr> -# -# $FreeBSD$ -# - -PORTNAME= pinetreefonts -PORTVERSION= 1.01 -PORTREVISION= 2 -CATEGORIES= korean x11-fonts -MASTER_SITES= ftp://cglab.snu.ac.kr/pub/hangul/n3f/tar/ \ - ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/fonts/ \ - ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ -DISTNAME= pinetree.precomposed-${PORTVERSION}-bdf - -DEPRECATED= No more public distfile -EXPIRATION_DATE= 2011-08-01 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Hangul fonts for X11(pinetree, KSC5601-1987-0 encoding) - -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ - mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir -RUN_DEPENDENS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ - mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale - -WRKSRC= ${WRKDIR}/pinetree.precomposed/bdf - -FONTS= ptpR08 ptpR10 ptpR12 ptpR14 ptpR18 ptpR24 \ - ptpB08 ptpB10 ptpB12 ptpB14 ptpB18 ptpB24 \ - ptptB14 pttpB14 - -do-build: - @cd ${WRKSRC}/; \ - sh Makepcf; \ - ${GZIP_CMD} *.pcf; \ - mkfontdir . - -do-install: - -${MKDIR} ${PREFIX}/lib/X11/fonts/local - @cd ${WRKSRC}; \ - for file in ${FONTS}; do \ - ${INSTALL_DATA} "$$file".pcf.gz ${PREFIX}/lib/X11/fonts/local; \ - done; \ - mkfontdir ${PREFIX}/lib/X11/fonts/local - -.include <bsd.port.mk> diff --git a/korean/pinetreefonts/distinfo b/korean/pinetreefonts/distinfo deleted file mode 100644 index dfe57533d8a1..000000000000 --- a/korean/pinetreefonts/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pinetree.precomposed-1.01-bdf.tar.gz) = f3195c393e46afc88f868de799063c83500a392684815dbf94a9b77de87ce453 -SIZE (pinetree.precomposed-1.01-bdf.tar.gz) = 452654 diff --git a/korean/pinetreefonts/pkg-descr b/korean/pinetreefonts/pkg-descr deleted file mode 100644 index 96dee7be8bb0..000000000000 --- a/korean/pinetreefonts/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Hangul X11 fonts(pinetree) --------------------------- - -It is hangul font made by Yong-Jae Lee(yjlee@cglab.snu.ac.kr). Its encoding -is KSC5601-1987-0, so it can be used in many X11 programs, such as Netscape. -It is very useful because it provides many size and styles(bold, normal, -8-24 points), and it is propositional fonts not common in hangul fonts. diff --git a/korean/pinetreefonts/pkg-message b/korean/pinetreefonts/pkg-message deleted file mode 100644 index 176e58756197..000000000000 --- a/korean/pinetreefonts/pkg-message +++ /dev/null @@ -1,20 +0,0 @@ -Pinetree Font(KSC5601) -====================== - -Please note: - - This package installed fonts in /usr/X11R6/lib/X11/fonts/local directory. - If you are using XFree86 3.3.2 or older, please upgrade to a new version - or add this directory to your /etc/XF86Config: - - Section "Files" - ... - FontPath "/usr/X11R6/lib/X11/fonts/local/" - ... - - Or, run this command at your X desktop: - - # xset +fp /usr/X11R6/lib/X11/fonts/local/ && xset fp rehash - - Don't forget to add the directory to your /etc/XF86Config, for - add the correct font path after you reboots X. diff --git a/korean/pinetreefonts/pkg-plist b/korean/pinetreefonts/pkg-plist deleted file mode 100644 index af2a3f33c33e..000000000000 --- a/korean/pinetreefonts/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -lib/X11/fonts/local/ptpB08.pcf.gz -lib/X11/fonts/local/ptpB10.pcf.gz -lib/X11/fonts/local/ptpB12.pcf.gz -lib/X11/fonts/local/ptpB14.pcf.gz -lib/X11/fonts/local/ptpB18.pcf.gz -lib/X11/fonts/local/ptpB24.pcf.gz -lib/X11/fonts/local/ptpR08.pcf.gz -lib/X11/fonts/local/ptpR10.pcf.gz -lib/X11/fonts/local/ptpR12.pcf.gz -lib/X11/fonts/local/ptpR14.pcf.gz -lib/X11/fonts/local/ptpR18.pcf.gz -lib/X11/fonts/local/ptpR24.pcf.gz -lib/X11/fonts/local/ptptB14.pcf.gz -lib/X11/fonts/local/pttpB14.pcf.gz -@exec cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir -@unexec cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir -@unexec if [ `wc -c %D/lib/X11/fonts/local/fonts.dir | awk '{print $1}'` = 2 ]; then rm -f %D/lib/X11/fonts/local/fonts.dir; fi |