diff options
author | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2003-05-06 10:29:40 +0000 |
---|---|---|
committer | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2003-05-06 10:29:40 +0000 |
commit | f7a3401b88c130171bb273555f64d5cd830cd58d (patch) | |
tree | 385844071f7b5d212439a8b654f8ecaccff68927 | |
parent | Using USE_JAVA. (diff) |
Original source never maintained.
Approved by: Original distributer(UEDA Hiroyuki)
Notes
Notes:
svn path=/head/; revision=80252
-rw-r--r-- | japanese/gp/Makefile | 16 | ||||
-rw-r--r-- | japanese/gp/pkg-descr | 18 | ||||
-rw-r--r-- | japanese/gp/pkg-plist | 36 |
3 files changed, 0 insertions, 70 deletions
diff --git a/japanese/gp/Makefile b/japanese/gp/Makefile deleted file mode 100644 index c12a75f08604..000000000000 --- a/japanese/gp/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: GP + Japanese treatment -# Date created: 15 April 1997 -# Whom: Kiriyama Kazuhiko<kiri@kiri.toba-cmt.ac.jp> -# -# $FreeBSD$ -# - -CATEGORIES= japanese - -LANGUAGE= Japanese -COMMENT= A GUI Printer manager written with Tcl/Tk (Japanese) - -MASTERDIR= ${.CURDIR}/../../print/gp -PKGDIR= ${.CURDIR} - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/gp/pkg-descr b/japanese/gp/pkg-descr deleted file mode 100644 index 8c13ae816aee..000000000000 --- a/japanese/gp/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -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/lib/GP/printer - /usr/local/lib/GP/filetype - - For more information, see the files in the -"/usr/local/share/doc/GP" directory. - - Written by UEDA Hiroyuki (hueda@kamome.or.jp), - KAMOME Internet, JAPAN diff --git a/japanese/gp/pkg-plist b/japanese/gp/pkg-plist deleted file mode 100644 index 9502c462e9a4..000000000000 --- a/japanese/gp/pkg-plist +++ /dev/null @@ -1,36 +0,0 @@ -bin/GPja -@exec cd %B;if [ -h GP ]; then mv GP GP.previous; fi;ln -sf %f GP -@unexec cd %B;ls -l GP GP.previous 2>/dev/null|awk -v f=%f '$11==f{cmd="rm -f " $9; system(cmd)}';if [ -h GP.previous ]; then mv GP.previous GP; fi -lib/GP/ja/filters/ImageMagick -lib/GP/ja/filters/a2ps-j -lib/GP/ja/filters/dvi2ps-j -lib/GP/ja/icons/printer.xbm -lib/GP/ja/icons/exit.xbm -lib/GP/ja/filetype -lib/GP/ja/printer -share/doc/GP/ja/README.euc -share/doc/GP/ja/COPYING.euc -share/doc/GP/ja/Config.euc -share/doc/GP/ja/Filters_conf.euc -share/doc/GP/ja/History.euc -share/doc/GP/ja/Install.euc -share/doc/GP/ja/Manual/GP.gif -share/doc/GP/ja/Manual/index.html -share/doc/GP/ja/Manual/README.euc -share/doc/GP/ja/Manual/bug_info-j.html -share/doc/GP/ja/Manual/future-j.html -share/doc/GP/ja/Manual/intro-j.html -share/doc/GP/ja/Manual/option-j.html -share/doc/GP/ja/Manual/print-j.html -share/doc/GP/ja/Manual/queue-j.html -share/doc/GP/ja/Manual/queue_remove-j.html -share/doc/GP/ja/Manual/start-j.html -share/doc/GP/ja/Manual/image/Remove.gif -share/doc/GP/ja/Manual/image/Queue.gif -share/doc/GP/ja/Manual/image/Print.gif -share/doc/GP/ja/Manual/image/Option.gif -share/doc/GP/ja/Manual/image/GPicon.gif -@dirrm lib/GP/ja/filters -@dirrm lib/GP/ja/icons -@dirrm share/doc/GP/ja/Manual/image -@dirrm share/doc/GP/ja/Manual |