summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-11-09 14:49:44 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-11-09 14:49:44 +0000
commit7bb596baef5d88b0dfd0dcf78497d0c0a4d2ce70 (patch)
tree7be1f8b37d7ff17ae4527b5afc6e46c24d4bbf6f /japanese
parentActivate ja-p5-mkres. (diff)
Create resources for tgif, vfontcap, .., for Japanese TrueType fonts
PR: ports/8035 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Notes
Notes: svn path=/head/; revision=14430
Diffstat (limited to 'japanese')
-rw-r--r--japanese/p5-mkres/Makefile38
-rw-r--r--japanese/p5-mkres/distinfo1
-rw-r--r--japanese/p5-mkres/pkg-comment1
-rw-r--r--japanese/p5-mkres/pkg-descr19
-rw-r--r--japanese/p5-mkres/pkg-plist1
5 files changed, 60 insertions, 0 deletions
diff --git a/japanese/p5-mkres/Makefile b/japanese/p5-mkres/Makefile
new file mode 100644
index 000000000000..3ae15d8364f3
--- /dev/null
+++ b/japanese/p5-mkres/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: mkres.pl
+# Version required: 0.6
+# Date created: 29 Jun 1998
+# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= mkres.pl-0.6
+PKGNAME= ja-p5-mkres-0.6
+CATEGORIES= japanese perl5
+MASTER_SITES= http://ftp.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/tt/
+EXTRACT_SUFX= ''
+
+MAINTAINER= taoka@infonets.hiroshima-u.ac.jp
+
+RUN_DEPENDS= mkttfdir.pl:${PORTSDIR}/x11/p5-mkttfdir
+
+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/local/bin/perl *;#!${PERL5};' \
+ ${DISTNAME}.orig > ${DISTNAME}
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
+ ${PREFIX}/bin/mkres.pl
+
+.include <bsd.port.mk>
diff --git a/japanese/p5-mkres/distinfo b/japanese/p5-mkres/distinfo
new file mode 100644
index 000000000000..9569ab3d5c87
--- /dev/null
+++ b/japanese/p5-mkres/distinfo
@@ -0,0 +1 @@
+MD5 (mkres.pl-0.6) = 33da4024d8c8d38d4fb4fda436d22475
diff --git a/japanese/p5-mkres/pkg-comment b/japanese/p5-mkres/pkg-comment
new file mode 100644
index 000000000000..f10ddff29e58
--- /dev/null
+++ b/japanese/p5-mkres/pkg-comment
@@ -0,0 +1 @@
+Create resources for tgif, vfontcap, .., for Japanese TrueType fonts
diff --git a/japanese/p5-mkres/pkg-descr b/japanese/p5-mkres/pkg-descr
new file mode 100644
index 000000000000..a38715922260
--- /dev/null
+++ b/japanese/p5-mkres/pkg-descr
@@ -0,0 +1,19 @@
+mkres.pl creates X resources and configuration files for Japanese
+(jisx0208.1983-0) TrueType fonts from outputs of mkttfdir.pl (using
+FreeType library).
+
+If you run `mkres.pl -f format /some/directory`, it outputs resource
+about some "format" to a standard output. Now, the following ones as
+the format are available:
+
+ tgif X resource for Japanized tgif on X-TrueType server(*1),
+ idraw one for Japanized idraw (including "iv") on the server,
+ xfig one for internationalized xfig on the server,
+ vfontcap configuration file for VFlib (Japanese vector font library),
+ kconfig configuration file, kconfig.ps, for ghostscript with VFlib.
+
+Run 'mkres.pl -h', and you get more information.
+
+- S. Taoka
+-----
+(*1) See "http://cclub.cc.tut.ac.jp/%7Ego/unix/xtt.html".
diff --git a/japanese/p5-mkres/pkg-plist b/japanese/p5-mkres/pkg-plist
new file mode 100644
index 000000000000..007ec6ab4622
--- /dev/null
+++ b/japanese/p5-mkres/pkg-plist
@@ -0,0 +1 @@
+bin/mkres.pl