Text file to postscript converter (with Japanese support)

Submitted by: Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
Obtained from: ports-jp@jp.freebsd.org
This commit is contained in:
Satoshi Taoka 1999-10-22 00:43:29 +00:00
parent ec0b399574
commit e9747e762e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22570
5 changed files with 31 additions and 0 deletions

22
japanese/e2ps/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: e2ps
# Version required: 4.0
# Date created: 27 Nov 1998
# Whom: Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
#
# $FreeBSD$
#
DISTNAME= e2ps-4.0
PKGNAME= ja-e2ps-4.0
CATEGORIES= japanese print
MASTER_SITES= ftp://pine.kuee.kyoto-u.ac.jp/pub/e2ps/
MAINTAINER= kawahara@pine.kuee.kyoto-u.ac.jp
WRKSRC= ${WRKDIR}/e2ps
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/e2ps ${PREFIX}/bin
${LN} -sf ${PREFIX}/bin/e2ps ${PREFIX}/bin/e2lpr
.include <bsd.port.mk>

1
japanese/e2ps/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (e2ps-4.0.tar.gz) = 73e5195496733bc3a68aed568bb9f90c

View File

@ -0,0 +1 @@
Text file to postscript converter (with Japanese support)

5
japanese/e2ps/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
E2ps formats each named file for printing in a postscript printer; if
no file is given, e2ps reads from the standard input. The format used
is nice and compact: normally two pages on each physical page, headers
with useful information (page number, printing date, file name or
supplied header), etc.

2
japanese/e2ps/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/e2ps
bin/e2lpr