From 9290192e49da38265fc529924edcece9af7ba72b Mon Sep 17 00:00:00 2001
From: Hajimu UMEMOTO <ume@FreeBSD.org>
Date: Wed, 25 Aug 2004 20:24:18 +0000
Subject: Fix long standing fetch problem by using latest distribution.
 Recently, the souce codes are available.  So, we can build FreeBSD native
 version of PIPS from source instead of just using Linux version.  However,
 some libraries are still shipped as Linux binary. So, we use libmap.conf to
 solve this problem. Since I have only PM-760C, I cannot test it with other
 than PM-760C, actually.  So, your feedbacks are welcome.

---
 print/pips900/Makefile  |  4 ++--
 print/pips900/distinfo  |  4 ++--
 print/pips900/pkg-descr | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

(limited to 'print/pips900')

diff --git a/print/pips900/Makefile b/print/pips900/Makefile
index 481584844b0e..9275e93538e8 100644
--- a/print/pips900/Makefile
+++ b/print/pips900/Makefile
@@ -5,10 +5,10 @@
 # $FreeBSD$
 #
 
-PORTVERSION=	1.3
+PORTVERSION=	2.1.2
 MASTERDIR=	${.CURDIR}/../pips800
 COMMENT=	Photo Image Print System for Linux --- EPSON PM-900C
 
 PRTYPE=		900
 
-.include "${MASTERDIR}/Makefile"
+.include "${MASTERDIR}/Makefile.pips"
diff --git a/print/pips900/distinfo b/print/pips900/distinfo
index 5eeba67756f0..e62ad3843c6f 100644
--- a/print/pips900/distinfo
+++ b/print/pips900/distinfo
@@ -1,2 +1,2 @@
-MD5 (pips900-1.3.i386.tgz) = 2f133b29dc2f104553f32dbfffdf0b7a
-SIZE (pips900-1.3.i386.tgz) = 1139396
+MD5 (pips900-2.1.2.tar.gz) = cdd1ded907d20a8f6c76fb642d93e986
+SIZE (pips900-2.1.2.tar.gz) = 2017273
diff --git a/print/pips900/pkg-descr b/print/pips900/pkg-descr
index 9671d9e49528..630105e759c7 100644
--- a/print/pips900/pkg-descr
+++ b/print/pips900/pkg-descr
@@ -12,14 +12,3 @@ print out more than one page. Then you execute the next command:
 /usr/local/libexec/pips900/setup
 
 to setup /etc/printcap, make a spool in /var/spool/lpd/ and so on.
-
-To run with Japanese/French/Germany/Spanish/Italian/Dutch/
-Portugue/Korean messages, you should execute as follows:
-  env LANG=ja_JP pips900          env LANG=fr pips900	  
-  env LANG=de pips900             env LANG=es pips900	  
-  env LANG=it pips900             env LANG=nl pips900
-  env LANG=pt pips900             env LANG=ko pips900 (*)
-  env LANG=zh_CN pips900 (*)(**)  env LANG=zh_TW.Big5 pips900 (**)
-
-(*) These do not work well.
-(**) See more informations in /usr/local/share/doc/pips900/readme_for_zh
-- 
cgit v1.2.3