diff options
author | knu <knu@FreeBSD.org> | 2002-08-27 05:06:04 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-08-27 05:06:04 +0000 |
commit | 6edbef37cfd1b3949acc42e63ad339bd44852bac (patch) | |
tree | eae0d64ae3dca591dc80283db90ae6986c942dca /japanese/t2ps | |
parent | 16f25f1b7f363ecfe30cd07e8d3be6cfd0a76f86 (diff) | |
download | FreeBSD-ports-6edbef37cfd1b3949acc42e63ad339bd44852bac.zip FreeBSD-ports-6edbef37cfd1b3949acc42e63ad339bd44852bac.tar.gz |
Add japanese/t2ps, that converts text files to PostScript including
Japanese.
PR: ports/40541
Submitted by: Tetsuro Yabu <yabu@uopmu.ees.osakafu-u.ac.jp>
Diffstat (limited to 'japanese/t2ps')
-rw-r--r-- | japanese/t2ps/Makefile | 23 | ||||
-rw-r--r-- | japanese/t2ps/distinfo | 1 | ||||
-rw-r--r-- | japanese/t2ps/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/t2ps/pkg-descr | 9 | ||||
-rw-r--r-- | japanese/t2ps/pkg-plist | 1 |
5 files changed, 35 insertions, 0 deletions
diff --git a/japanese/t2ps/Makefile b/japanese/t2ps/Makefile new file mode 100644 index 0000000..d56f30a --- /dev/null +++ b/japanese/t2ps/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: t2ps +# Date created: 17 June 2002 +# Whom: Yabu Tetsuro <yabu@uopmu.ees.osakafu-u.ac.jp> +# +# $FreeBSD$ +# + +PORTNAME= t2ps +PORTVERSION= 1.6d +CATEGORIES= japanese print +MASTER_SITES= http://www.uopmu.ees.osakafu-u.ac.jp/~yabu/soft/original/ +DISTNAME= t2ps + +MAINTAINER= yabu@uopmu.ees.osakafu-u.ac.jp + +RUN_DEPENDS= nkf:${PORTSDIR}/japanese/nkf + +WRKSRC= ${WRKDIR}/t2ps-dir + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/t2ps ${PREFIX}/bin + +.include<bsd.port.mk> diff --git a/japanese/t2ps/distinfo b/japanese/t2ps/distinfo new file mode 100644 index 0000000..37ac8b4 --- /dev/null +++ b/japanese/t2ps/distinfo @@ -0,0 +1 @@ +MD5 (t2ps.tar.gz) = 1aa60ccb071cc2f555942c973763de62 diff --git a/japanese/t2ps/pkg-comment b/japanese/t2ps/pkg-comment new file mode 100644 index 0000000..3429a96 --- /dev/null +++ b/japanese/t2ps/pkg-comment @@ -0,0 +1 @@ +Converts text files to PostScript including Japanese diff --git a/japanese/t2ps/pkg-descr b/japanese/t2ps/pkg-descr new file mode 100644 index 0000000..2a86ca0 --- /dev/null +++ b/japanese/t2ps/pkg-descr @@ -0,0 +1,9 @@ +The t2ps converts text files to PostScript files. +Especially, program list and japanese text are formatted elegantly. +You can define font size and baseline skip as you like. +In addition, it is possible to set the width of hankaku charater +a half width of zenkaku character. + +WWW: http://www.uopmu.ees.osakafu-u.ac.jp/~yabu/soft/original/ + +Tetsuro Yabu <yabu@uopmu.ees.osakafu-u.ac.jp> diff --git a/japanese/t2ps/pkg-plist b/japanese/t2ps/pkg-plist new file mode 100644 index 0000000..8a59ca8 --- /dev/null +++ b/japanese/t2ps/pkg-plist @@ -0,0 +1 @@ +bin/t2ps |