diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-08-27 05:06:04 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-08-27 05:06:04 +0000 |
commit | bbf457e694cac82e194566a6377606087b862a46 (patch) | |
tree | a4f5ebfa3f21dea36f7fee319ac217f32b40e6f7 /japanese/t2ps | |
parent | 68146e6767c7df84dad8eacee8a9ff0e5b7025fb (diff) |
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>
Notes
Notes:
svn path=/head/; revision=65076
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 000000000000..d56f30a243ce --- /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 000000000000..37ac8b41462f --- /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 000000000000..3429a96f9146 --- /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 000000000000..2a86ca0c0eaf --- /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 000000000000..8a59ca8f1f2f --- /dev/null +++ b/japanese/t2ps/pkg-plist @@ -0,0 +1 @@ +bin/t2ps |