aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2001-11-08 02:28:39 +0800
committertaoka <taoka@FreeBSD.org>2001-11-08 02:28:39 +0800
commit7d7c18f8cef49ec540ac068be44df76057bf19d1 (patch)
treef5aa4eeac56506ff804fbac7d3c67d4d25ac460c
parent1d578507d2dabeb98b6dec2216844ca915ec6082 (diff)
downloadfreebsd-ports-gnome-7d7c18f8cef49ec540ac068be44df76057bf19d1.tar.gz
freebsd-ports-gnome-7d7c18f8cef49ec540ac068be44df76057bf19d1.tar.zst
freebsd-ports-gnome-7d7c18f8cef49ec540ac068be44df76057bf19d1.zip
Update messages in these files
Correct Makefile's to clarify
-rw-r--r--print/pips-sc880/Makefile1
-rw-r--r--print/pips-sc880/pkg-comment2
-rw-r--r--print/pips-sc880/pkg-descr39
-rw-r--r--print/pips-sc980/Makefile5
-rw-r--r--print/pips-sc980/pkg-comment2
-rw-r--r--print/pips-sc980/pkg-descr39
-rw-r--r--print/pips3300/pkg-descr18
-rw-r--r--print/pips3500/pkg-descr18
-rw-r--r--print/pips780/pkg-descr18
-rw-r--r--print/pips880/pkg-descr18
-rw-r--r--print/pips900/pkg-descr18
11 files changed, 78 insertions, 100 deletions
diff --git a/print/pips-sc880/Makefile b/print/pips-sc880/Makefile
index c491aa9becf6..fad524c2a704 100644
--- a/print/pips-sc880/Makefile
+++ b/print/pips-sc880/Makefile
@@ -6,7 +6,6 @@
#
PORTVERSION= 1.0
-MASTER_SITES?= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE:S/^-//}/
MASTERDIR= ${.CURDIR}/../pips800
PRTYPE?= -sc880
diff --git a/print/pips-sc880/pkg-comment b/print/pips-sc880/pkg-comment
index 159e2467be54..f7326572de6b 100644
--- a/print/pips-sc880/pkg-comment
+++ b/print/pips-sc880/pkg-comment
@@ -1 +1 @@
-Photo Image Print System for Linux --- EPSON Stylus Color880
+Photo Image Print System for Linux --- EPSON Stylus Color 880
diff --git a/print/pips-sc880/pkg-descr b/print/pips-sc880/pkg-descr
index e897b11f573e..0eb7d1d19268 100644
--- a/print/pips-sc880/pkg-descr
+++ b/print/pips-sc880/pkg-descr
@@ -1,4 +1,4 @@
-This port is for a printer filter of EPSON Stylus Color880. The filter
+This port is for a printer filter of EPSON Stylus Color 880. The filter
is called Photo Image Print System for Linux and there exist the
filters for other EPSON bubble jet printers. By using this driver you
can print out as high quality as you use the Windows driver. It
@@ -7,27 +7,20 @@ the below URL:
WWW: http://www.epkowa.co.jp/
-And then this port has a modified filter "filter-sc880.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 "filter-sc880.rev" which is useful to
+print out more than one page. Then you execute the next command:
-sc880|EPSON Stylus Color880:\
- :lp=/dev/lpt0:\
- :sh:\
- :if=/usr/local/libexec/sc880/filter-sc880.rev:\
- :sd=/var/spool/lpd/sc880:\
- :mx#0:\
- :lf=/var/log/lpd-errs
+/usr/local/libexec/pips-sc880/setup
-*************************************************************
-To run with Japanese/French/Germany/Spanish
-/Italian/Dutch/Portugue/Korean messages, you should execute as follows:
- env LANG=ja_JP pips-sc880
- env LANG=fr pips-sc880
- env LANG=de pips-sc880
- env LANG=es pips-sc880
- env LANG=it pips-sc880
- env LANG=nl pips-sc880
- env LANG=pt pips-sc880
- env LANG=ko pips-sc880
-*************************************************************
+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 pips-sc880 env LANG=fr pips-sc880
+ env LANG=de pips-sc880 env LANG=es pips-sc880
+ env LANG=it pips-sc880 env LANG=nl pips-sc880
+ env LANG=pt pips-sc880 env LANG=ko pips-sc880 (*)
+ env LANG=zh_CN pips-sc880 (*)(**) env LANG=zh_TW.Big5 pips-sc880 (**)
+
+(*) These do not work well.
+(**) See more informations in /usr/local/share/doc/pips800/readme_for_zh
diff --git a/print/pips-sc980/Makefile b/print/pips-sc980/Makefile
index 0fc076462824..bc200d18fcf2 100644
--- a/print/pips-sc980/Makefile
+++ b/print/pips-sc980/Makefile
@@ -5,7 +5,10 @@
# $FreeBSD$
#
-MASTERDIR= ${.CURDIR}/../pips-sc880
+PORTVERSION= 1.0
+MASTERDIR= ${.CURDIR}/../pips800
PRTYPE= -sc980
+INTERNATIONAL_PRODUCTS=yes
+
.include "${MASTERDIR}/Makefile"
diff --git a/print/pips-sc980/pkg-comment b/print/pips-sc980/pkg-comment
index df318c3a0dc3..e783b594d975 100644
--- a/print/pips-sc980/pkg-comment
+++ b/print/pips-sc980/pkg-comment
@@ -1 +1 @@
-Photo Image Print System for Linux --- EPSON Stylus Color980
+Photo Image Print System for Linux --- EPSON Stylus Color 980
diff --git a/print/pips-sc980/pkg-descr b/print/pips-sc980/pkg-descr
index cfb72b74ded7..e400217f0b8a 100644
--- a/print/pips-sc980/pkg-descr
+++ b/print/pips-sc980/pkg-descr
@@ -1,4 +1,4 @@
-This port is for a printer filter of EPSON Stylus Color980. The filter
+This port is for a printer filter of EPSON Stylus Color 980. The filter
is called Photo Image Print System for Linux and there exist the
filters for other EPSON bubble jet printers. By using this driver you
can print out as high quality as you use the Windows driver. It
@@ -7,27 +7,20 @@ the below URL:
WWW: http://www.epkowa.co.jp/
-And then this port has a modified filter "filter-sc980.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 "filter-sc980.rev" which is useful to
+print out more than one page. Then you execute the next command:
-sc980|EPSON Stylus Color980:\
- :lp=/dev/lpt0:\
- :sh:\
- :if=/usr/local/libexec/sc980/filter-sc980.rev:\
- :sd=/var/spool/lpd/sc980:\
- :mx#0:\
- :lf=/var/log/lpd-errs
+/usr/local/libexec/pips-sc980/setup
-*************************************************************
-To run with Japanese/French/Germany/Spanish
-/Italian/Dutch/Portugue/Korean messages, you should execute as follows:
- env LANG=ja_JP pips-sc980
- env LANG=fr pips-sc980
- env LANG=de pips-sc980
- env LANG=es pips-sc980
- env LANG=it pips-sc980
- env LANG=nl pips-sc980
- env LANG=pt pips-sc980
- env LANG=ko pips-sc980
-*************************************************************
+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 pips-sc980 env LANG=fr pips-sc980
+ env LANG=de pips-sc980 env LANG=es pips-sc980
+ env LANG=it pips-sc980 env LANG=nl pips-sc980
+ env LANG=pt pips-sc980 env LANG=ko pips-sc980 (*)
+ env LANG=zh_CN pips-sc980 (*)(**) env LANG=zh_TW.Big5 pips-sc980 (**)
+
+(*) These do not work well.
+(**) See more informations in /usr/local/share/doc/pips800/readme_for_zh
diff --git a/print/pips3300/pkg-descr b/print/pips3300/pkg-descr
index 83d1acfb989b..8883c25eed38 100644
--- a/print/pips3300/pkg-descr
+++ b/print/pips3300/pkg-descr
@@ -6,14 +6,12 @@ URL:
WWW: http://www.epkowa.co.jp/
-And then this port has a modified filter "filter3300.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 "filter3300.rev" which is useful to
+print out more than one page. Then you execute the next command:
-pm3300c|EPSON PM-3300C:\
- :lp=/dev/lpt0:\
- :sh:\
- :if=/usr/local/libexec/pips3300/filter3300.rev:\
- :sd=/var/spool/lpd/pm3300c:\
- :mx#0:\
- :lf=/var/log/lpd-errs
+/usr/local/libexec/pips3300/setup
+
+to setup /etc/printcap, make a spool in /var/spool/lpd/ and so on.
+
+To run with Japanese messages, you have to execute as follows:
+ env LANG=ja_JP pips3300 -la JP
diff --git a/print/pips3500/pkg-descr b/print/pips3500/pkg-descr
index 22a843053516..a08283dbe09a 100644
--- a/print/pips3500/pkg-descr
+++ b/print/pips3500/pkg-descr
@@ -6,14 +6,12 @@ URL:
WWW: http://www.epkowa.co.jp/
-And then this port has a modified filter "filter3500.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 "filter3500.rev" which is useful to
+print out more than one page. Then you execute the next command:
-pm3500c|EPSON PM-3500C:\
- :lp=/dev/lpt0:\
- :sh:\
- :if=/usr/local/libexec/pips3500/filter3500.rev:\
- :sd=/var/spool/lpd/pm3500c:\
- :mx#0:\
- :lf=/var/log/lpd-errs
+/usr/local/libexec/pips3500/setup
+
+to setup /etc/printcap, make a spool in /var/spool/lpd/ and so on.
+
+To run with Japanese messages, you have to execute as follows:
+ env LANG=ja_JP pips3500 -la JP
diff --git a/print/pips780/pkg-descr b/print/pips780/pkg-descr
index f06c77424388..b9a08a3b678f 100644
--- a/print/pips780/pkg-descr
+++ b/print/pips780/pkg-descr
@@ -6,14 +6,12 @@ URL:
WWW: http://www.epkowa.co.jp/
-And then this port has a modified filter "filter780.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 "filter780.rev" which is useful to
+print out more than one page. Then you execute the next command:
-pm780c|EPSON PM-780C:\
- :lp=/dev/lpt0:\
- :sh:\
- :if=/usr/local/libexec/pips780/filter780.rev:\
- :sd=/var/spool/lpd/pm780c:\
- :mx#0:\
- :lf=/var/log/lpd-errs
+/usr/local/libexec/pips780/setup
+
+to setup /etc/printcap, make a spool in /var/spool/lpd/ and so on.
+
+To run with Japanese messages, you have to execute as follows:
+ env LANG=ja_JP pips780 -la JP
diff --git a/print/pips880/pkg-descr b/print/pips880/pkg-descr
index 52f296449554..07be77b0f9a6 100644
--- a/print/pips880/pkg-descr
+++ b/print/pips880/pkg-descr
@@ -6,14 +6,12 @@ URL:
WWW: http://www.epkowa.co.jp/
-And then this port has a modified filter "filter880.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 "filter880.rev" which is useful to
+print out more than one page. Then you execute the next command:
-pm880c|EPSON PM-880C:\
- :lp=/dev/lpt0:\
- :sh:\
- :if=/usr/local/libexec/pips880/filter880.rev:\
- :sd=/var/spool/lpd/pm880c:\
- :mx#0:\
- :lf=/var/log/lpd-errs
+/usr/local/libexec/pips880/setup
+
+to setup /etc/printcap, make a spool in /var/spool/lpd/ and so on.
+
+To run with Japanese messages, you have to execute as follows:
+ env LANG=ja_JP pips880 -la JP
diff --git a/print/pips900/pkg-descr b/print/pips900/pkg-descr
index 3d4bd7dbdfda..80cb5d452c46 100644
--- a/print/pips900/pkg-descr
+++ b/print/pips900/pkg-descr
@@ -6,14 +6,12 @@ URL:
WWW: http://www.epkowa.co.jp/
-And then this port has a modified filter "filter900.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 "filter900.rev" which is useful to
+print out more than one page. Then you execute the next command:
-pm900c|EPSON PM-900C:\
- :lp=/dev/lpt0:\
- :sh:\
- :if=/usr/local/libexec/pips900/filter900.rev:\
- :sd=/var/spool/lpd/pm900c:\
- :mx#0:\
- :lf=/var/log/lpd-errs
+/usr/local/libexec/pips900/setup
+
+to setup /etc/printcap, make a spool in /var/spool/lpd/ and so on.
+
+To run with Japanese messages, you have to execute as follows:
+ env LANG=ja_JP pips900 -la JP