Automatically create a Japanese font environment by TrueType fonts

This commit is contained in:
Satoshi Taoka 1999-09-07 06:08:16 +00:00
parent 9739c9ba1f
commit 7a018641ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21351
5 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,40 @@
# New ports collection makefile for: addttfont
# Version required: 1.7
# Date created: 99/06/15
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= addttfont-1.7
PKGNAME= ja-addttfont-1.7
CATEGORIES= japanese perl5
MASTER_SITES= http://ftp.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/tt/
EXTRACT_SUFX= ''
MAINTAINER= taoka@FreeBSD.org
RUN_DEPENDS= mkres.pl:${PORTSDIR}/japanese/p5-mkres \
VTPSfont:${PORTSDIR}/japanese/VTPSfont \
${X11BASE}/lib/X11/ja_JP.EUC/app-defaults/Tgif:${PORTSDIR}/graphics/tgif-nls
USE_PERL5= yes
NO_WRKSUBDIR= yes
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
@for file in ${DISTFILES}; do \
${CP} ${DISTDIR}/${DIST_SUBDIR}/$${file} ${WRKSRC}; \
done
do-build:
@cd ${WRKSRC}; ${MV} ${DISTNAME} ${DISTNAME}.orig; \
${SED} -e 's;^#! */usr/bin/perl *;#!${PERL5};' \
${DISTNAME}.orig > ${DISTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
${PREFIX}/bin/addttfont
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (addttfont-1.7) = 9c32d062d1a60ee4844ca50756f8b1e9

View File

@ -0,0 +1 @@
Automatically create a Japanese font environment by TrueType fonts

View File

@ -0,0 +1,10 @@
addttfont AUTOMATICALLY creates a Japanese fonts environment by
TrueType fonts.
The Japanese fonts environment means that a Japanese fonts are
available to the following applications:
* tgif (version 4)
* X-TT
* VFlib
* Ghostscript supported VFlib

View File

@ -0,0 +1 @@
bin/addttfont