summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--print/pips3000/Makefile1
-rw-r--r--print/pips3000/distinfo2
-rw-r--r--print/pips3000/pkg-descr26
-rw-r--r--print/pips670/Makefile1
-rw-r--r--print/pips670/distinfo2
-rw-r--r--print/pips670/pkg-descr26
-rw-r--r--print/pips750_2000/Makefile1
-rw-r--r--print/pips750_2000/distinfo2
-rw-r--r--print/pips750_2000/pkg-descr26
-rw-r--r--print/pips760/distinfo2
-rw-r--r--print/pips760/pkg-descr26
-rw-r--r--print/pips770/distinfo2
-rw-r--r--print/pips770/pkg-descr26
13 files changed, 85 insertions, 58 deletions
diff --git a/print/pips3000/Makefile b/print/pips3000/Makefile
index 344abdf..ece5249 100644
--- a/print/pips3000/Makefile
+++ b/print/pips3000/Makefile
@@ -5,7 +5,6 @@
# $FreeBSD$
#
-PORTVERSION= 1.3
MASTERDIR= ${.CURDIR}/../pips800
PRTYPE= 3000
diff --git a/print/pips3000/distinfo b/print/pips3000/distinfo
index 1f2e22c..1a64c32 100644
--- a/print/pips3000/distinfo
+++ b/print/pips3000/distinfo
@@ -1 +1 @@
-MD5 (pips3000-1.3.i386.tgz) = f721cd353b16d9c5271d25be5c06513f
+MD5 (pips3000-1.3.1.i386.tgz) = 6ac0d9f597e3d7d59738b9d9178fbde4
diff --git a/print/pips3000/pkg-descr b/print/pips3000/pkg-descr
index 0fe6ea9..79533d8 100644
--- a/print/pips3000/pkg-descr
+++ b/print/pips3000/pkg-descr
@@ -6,14 +6,20 @@ URL:
WWW: http://www.epkowa.co.jp/
-And then this port has a modified filter "filter3000.rev" which is
-useful to print out more than one page. If you use it, you add the
-next entries into /etc/printcap.
+This port has a modified filter "filter3000.rev" which is useful to
+print out more than one page. Then you execute the next command:
-pm3000c|EPSON PM-3000C:\
- :lp=/dev/lpt0:\
- :sh:\
- :if=/usr/local/libexec/pips3000/filter3000.rev:\
- :sd=/var/spool/lpd/pm3000c:\
- :mx#0:\
- :lf=/var/log/lpd-errs
+/usr/local/libexec/pips3000/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 pips3000 env LANG=fr pips3000
+ env LANG=de pips3000 env LANG=es pips3000
+ env LANG=it pips3000 env LANG=nl pips3000
+ env LANG=pt pips3000 env LANG=ko pips3000 (*)
+ env LANG=zh_CN pips3000 (*)(**) env LANG=zh_TW.Big5 pips3000 (**)
+
+(*) These do not work well.
+(**) See more informations in /usr/local/share/doc/pips3000/readme_for_zh
diff --git a/print/pips670/Makefile b/print/pips670/Makefile
index 79f10e9..a154c9a 100644
--- a/print/pips670/Makefile
+++ b/print/pips670/Makefile
@@ -5,7 +5,6 @@
# $FreeBSD$
#
-PORTVERSION= 1.3
MASTERDIR= ${.CURDIR}/../pips800
PRTYPE= 670
diff --git a/print/pips670/distinfo b/print/pips670/distinfo
index 1c0a386..01d74f5 100644
--- a/print/pips670/distinfo
+++ b/print/pips670/distinfo
@@ -1 +1 @@
-MD5 (pips670-1.3.i386.tgz) = c9a0c54834c3493afb11a1f4ae616612
+MD5 (pips670-1.3.1.i386.tgz) = aef641fcdd3bce04c5bcc039573d5400
diff --git a/print/pips670/pkg-descr b/print/pips670/pkg-descr
index 49828c3..9bddb62 100644
--- a/print/pips670/pkg-descr
+++ b/print/pips670/pkg-descr
@@ -6,14 +6,20 @@ URL:
WWW: http://www.epkowa.co.jp/
-And then this port has a modified filter "filter670.rev" which is
-useful to print out more than one page. If you use it, you add the
-next entries into /etc/printcap.
+This port has a modified filter "filter670.rev" which is useful to
+print out more than one page. Then you execute the next command:
-pm670c|EPSON PM-670C:\
- :lp=/dev/lpt0:\
- :sh:\
- :if=/usr/local/libexec/pips670/filter670.rev:\
- :sd=/var/spool/lpd/pm670c:\
- :mx#0:\
- :lf=/var/log/lpd-errs
+/usr/local/libexec/pips670/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 pips670 env LANG=fr pips670
+ env LANG=de pips670 env LANG=es pips670
+ env LANG=it pips670 env LANG=nl pips670
+ env LANG=pt pips670 env LANG=ko pips670 (*)
+ env LANG=zh_CN pips670 (*)(**) env LANG=zh_TW.Big5 pips670 (**)
+
+(*) These do not work well.
+(**) See more informations in /usr/local/share/doc/pips670/readme_for_zh
diff --git a/print/pips750_2000/Makefile b/print/pips750_2000/Makefile
index 8fd4663..eec70e2 100644
--- a/print/pips750_2000/Makefile
+++ b/print/pips750_2000/Makefile
@@ -5,7 +5,6 @@
# $FreeBSD$
#
-PORTVERSION= 1.3
MASTER_SITES= http://www.epkowa.on.arena.ne.jp/pips/data/750/
MASTERDIR= ${.CURDIR}/../pips800
PRTYPE= 750_2000
diff --git a/print/pips750_2000/distinfo b/print/pips750_2000/distinfo
index a4e6c8c..d0a503d 100644
--- a/print/pips750_2000/distinfo
+++ b/print/pips750_2000/distinfo
@@ -1 +1 @@
-MD5 (pips750_2000-1.3.i386.tgz) = 8917ef721a702378f623086a782eeba5
+MD5 (pips750_2000-1.3.1.i386.tgz) = 7693d867bf09a225b6c53fcdbb8435aa
diff --git a/print/pips750_2000/pkg-descr b/print/pips750_2000/pkg-descr
index f4a68bc..dc93e1d 100644
--- a/print/pips750_2000/pkg-descr
+++ b/print/pips750_2000/pkg-descr
@@ -6,14 +6,20 @@ URL:
WWW: http://www.epkowa.co.jp/
-And then this port has a modified filter "filter750_2000.rev" which is
-useful to print out more than one page. If you use it, you add the
-next entries into /etc/printcap.
+This port has a modified filter "filter750_2000.rev" which is useful to
+print out more than one page. Then you execute the next command:
-pm750c_2000c|EPSON PM-750C PM-2000C:\
- :lp=/dev/lpt0:\
- :sh:\
- :if=/usr/local/libexec/pips750_2000/filter750_2000.rev:\
- :sd=/var/spool/lpd/pm750c_2000c:\
- :mx#0:\
- :lf=/var/log/lpd-errs
+/usr/local/libexec/pips750_2000/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 pips750_2000 env LANG=fr pips750_2000
+ env LANG=de pips750_2000 env LANG=es pips750_2000
+ env LANG=it pips750_2000 env LANG=nl pips750_2000
+ env LANG=pt pips750_2000 env LANG=ko pips750_2000 (*)
+ env LANG=zh_CN pips750_2000 (*)(**) env LANG=zh_TW.Big5 pips750_2000 (**)
+
+(*) These do not work well.
+(**) See more informations in /usr/local/share/doc/pips750_2000/readme_for_zh
diff --git a/print/pips760/distinfo b/print/pips760/distinfo
index f29af6d..ec7f403 100644
--- a/print/pips760/distinfo
+++ b/print/pips760/distinfo
@@ -1 +1 @@
-MD5 (pips760-1.2.i386.tgz) = a895419257060516ce3b7f31091102c7
+MD5 (pips760-1.3.1.i386.tgz) = 52eda64f50652114540278c913f3e776
diff --git a/print/pips760/pkg-descr b/print/pips760/pkg-descr
index c7e6b0d..aefe1764 100644
--- a/print/pips760/pkg-descr
+++ b/print/pips760/pkg-descr
@@ -6,14 +6,20 @@ URL:
WWW: http://www.epkowa.co.jp/
-And then this port has a modified filter "filter760.rev" which is
-useful to print out more than one page. If you use it, you add the
-next entries into /etc/printcap.
+This port has a modified filter "filter760.rev" which is useful to
+print out more than one page. Then you execute the next command:
-pm760c|EPSON PM-760C:\
- :lp=/dev/lpt0:\
- :sh:\
- :if=/usr/local/libexec/pips760/filter760.rev:\
- :sd=/var/spool/lpd/pm760c:\
- :mx#0:\
- :lf=/var/log/lpd-errs
+/usr/local/libexec/pips760/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 pips760 env LANG=fr pips760
+ env LANG=de pips760 env LANG=es pips760
+ env LANG=it pips760 env LANG=nl pips760
+ env LANG=pt pips760 env LANG=ko pips760 (*)
+ env LANG=zh_CN pips760 (*)(**) env LANG=zh_TW.Big5 pips760 (**)
+
+(*) These do not work well.
+(**) See more informations in /usr/local/share/doc/pips760/readme_for_zh
diff --git a/print/pips770/distinfo b/print/pips770/distinfo
index d5975b3..55a19fb 100644
--- a/print/pips770/distinfo
+++ b/print/pips770/distinfo
@@ -1 +1 @@
-MD5 (pips770-1.2.i386.tgz) = a1a2f673ab7a3c0ee2bff891bd226a0a
+MD5 (pips770-1.3.1.i386.tgz) = 6cdeaaf7ff90ed152f92f5f33d9b22c7
diff --git a/print/pips770/pkg-descr b/print/pips770/pkg-descr
index 6443677..c59cd50 100644
--- a/print/pips770/pkg-descr
+++ b/print/pips770/pkg-descr
@@ -6,14 +6,20 @@ URL:
WWW: http://www.epkowa.co.jp/
-And then this port has a modified filter "filter770.rev" which is
-useful to print out more than one page. If you use it, you add the
-next entries into /etc/printcap.
+This port has a modified filter "filter770.rev" which is useful to
+print out more than one page. Then you execute the next command:
-pm770c|EPSON PM-770C:\
- :lp=/dev/lpt0:\
- :sh:\
- :if=/usr/local/libexec/pips770/filter770.rev:\
- :sd=/var/spool/lpd/pm770c:\
- :mx#0:\
- :lf=/var/log/lpd-errs
+/usr/local/libexec/pips770/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 pips770 env LANG=fr pips770
+ env LANG=de pips770 env LANG=es pips770
+ env LANG=it pips770 env LANG=nl pips770
+ env LANG=pt pips770 env LANG=ko pips770 (*)
+ env LANG=zh_CN pips770 (*)(**) env LANG=zh_TW.Big5 pips770 (**)
+
+(*) These do not work well.
+(**) See more informations in /usr/local/share/doc/pips770/readme_for_zh
OpenPOWER on IntegriCloud