diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-04 02:13:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-04 02:13:17 +0000 |
commit | ded897a2d74543c2b498a1034648691290fb0c87 (patch) | |
tree | 76d797fd40c5136de4be496fd94c232ab9e9e345 | |
parent | Add xbl. (diff) |
An interactive printing tool using Tcl/Tk.
PR: 3296
Submitted by: Kazuhiko Kiriyama <kiri@kiri.toba-cmt.ac.jp>
Notes
Notes:
svn path=/head/; revision=6725
-rw-r--r-- | japanese/gp/Makefile | 48 | ||||
-rw-r--r-- | japanese/gp/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/gp/pkg-descr | 17 | ||||
-rw-r--r-- | japanese/gp/pkg-plist | 7 |
4 files changed, 73 insertions, 0 deletions
diff --git a/japanese/gp/Makefile b/japanese/gp/Makefile new file mode 100644 index 000000000000..5e4cf0a59703 --- /dev/null +++ b/japanese/gp/Makefile @@ -0,0 +1,48 @@ +# New ports collection makefile for: GP-jp +# Version required: 2.01jp +# Date created: 15 April 1997 +# Whom: Kiriyama Kazuhiko<kiri@kiri.toba-cmt.ac.jp> +# +# $Id$ +# + +DISTNAME= GP-2.01jp +PKGNAME= jp-gp-2.01 +CATEGORIES= japanese print +MASTER_SITES= http://www.kamome.or.jp/hueda/GP/ \ + ftp://green.arailab.dnj.ynu.ac.jp/pub/AraiLab/GP/ + +MAINTAINER= kiri@kiri.toba-cmt.ac.jp + +RUN_DEPENDS= wish4.2jp:${PORTSDIR}/japanese/tk42 \ + nup:${PORTSDIR}/japanese/dvi2ps \ + a2ps-j:${PORTSDIR}/japanese/a2ps \ + ghostview:${PORTSDIR}/print/ghostview + +NO_BUILD= yes + +DOCDIR= ${PREFIX}/share/doc/GP-jp + +pre-patch: + @${MKDIR} ${PATCHDIR} + @${SETENV} FILESDIR=${FILESDIR} PATCHDIR=${PATCHDIR} \ + PREFIX=${PREFIX} SED=${SED} X11BASE=${X11BASE} \ + /bin/sh ${FILESDIR}/pr-setup.sh + +do-install: + @${MKDIR} ${PREFIX}/etc/GP-jp + @${INSTALL_SCRIPT} ${WRKSRC}/GP ${PREFIX}/bin/GP-j + @${INSTALL_DATA} ${FILESDIR}/printer ${FILESDIR}/filetype \ + ${PREFIX}/etc/GP-jp + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} -p ${DOCDIR} + @${INSTALL_DATA} ${WRKSRC}/Doc/README ${WRKSRC}/Doc/Variables \ + ${DOCDIR} +.endif + +pre-clean: + @${RM} -f ${FILESDIR}/filetype ${FILESDIR}/printer ${PATCHDIR}/patch-aa + +.include <bsd.port.mk> diff --git a/japanese/gp/pkg-comment b/japanese/gp/pkg-comment new file mode 100644 index 000000000000..44ea22a1c5b1 --- /dev/null +++ b/japanese/gp/pkg-comment @@ -0,0 +1 @@ +A GUI Printer manager written with Tcl/Tk. diff --git a/japanese/gp/pkg-descr b/japanese/gp/pkg-descr new file mode 100644 index 000000000000..9fcd710e0658 --- /dev/null +++ b/japanese/gp/pkg-descr @@ -0,0 +1,17 @@ +GP (GUI Printer) is a printing tool on X-Window with Tcl/Tk +interactively without any attention to the filetypes or the +printernames in the printcap. + + Using a PostScript printer on GP, you have to name the printer "ps" +in the printcap. + +To change the printer information or the associated printer with +filetypes, edit the following two files: + + /usr/local/etc/GP/printer + /usr/local/etc/GP/filetype + + For more information, see the files in the "/usr/local/share/doc/GP" +directory. + + Written by UEDA Hiroyuki (hueda@kamome.or.jp), Mitsubishi Corp. diff --git a/japanese/gp/pkg-plist b/japanese/gp/pkg-plist new file mode 100644 index 000000000000..844503636b8d --- /dev/null +++ b/japanese/gp/pkg-plist @@ -0,0 +1,7 @@ +bin/GP-j +etc/GP-jp/printer +etc/GP-jp/filetype +share/doc/GP-jp/README +share/doc/GP-jp/Variables +@dirrm etc/GP-jp +@dirrm share/doc/GP-jp |