diff options
author | ume <ume@FreeBSD.org> | 2004-08-26 04:24:18 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-08-26 04:24:18 +0800 |
commit | 450d08dd23ea37f58dbab2da8ae60ec5da08b186 (patch) | |
tree | 0e78f5c6c90ee019a5674d62423804bb81fa9d1f /print/pips2200 | |
parent | e9dbef35908784984723df34020130fd1f948556 (diff) | |
download | freebsd-ports-gnome-450d08dd23ea37f58dbab2da8ae60ec5da08b186.tar.gz freebsd-ports-gnome-450d08dd23ea37f58dbab2da8ae60ec5da08b186.tar.zst freebsd-ports-gnome-450d08dd23ea37f58dbab2da8ae60ec5da08b186.zip |
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.
Diffstat (limited to 'print/pips2200')
-rw-r--r-- | print/pips2200/Makefile | 2 | ||||
-rw-r--r-- | print/pips2200/distinfo | 4 | ||||
-rw-r--r-- | print/pips2200/pkg-descr | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/print/pips2200/Makefile b/print/pips2200/Makefile index ae2669e2c2c8..551e31cd47ad 100644 --- a/print/pips2200/Makefile +++ b/print/pips2200/Makefile @@ -10,4 +10,4 @@ COMMENT= Photo Image Print System for Linux --- EPSON PM-2200C PRTYPE= 2200 -.include "${MASTERDIR}/Makefile" +.include "${MASTERDIR}/Makefile.pips" diff --git a/print/pips2200/distinfo b/print/pips2200/distinfo index 3ddc3e646cbd..06d7fac00199 100644 --- a/print/pips2200/distinfo +++ b/print/pips2200/distinfo @@ -1,2 +1,2 @@ -MD5 (pips2200-1.3.1.i386.tgz) = a63d7212fb98c3a2a7aad8ef7ed73dcb -SIZE (pips2200-1.3.1.i386.tgz) = 971318 +MD5 (pips2200-1.3.2.tar.gz) = 489fbc8a63daab8749a3642fdd06d536 +SIZE (pips2200-1.3.2.tar.gz) = 1163318 diff --git a/print/pips2200/pkg-descr b/print/pips2200/pkg-descr index cfb756adec1c..a076497ad5c7 100644 --- a/print/pips2200/pkg-descr +++ b/print/pips2200/pkg-descr @@ -12,14 +12,3 @@ print out more than one page. Then you execute the next command: /usr/local/libexec/pips2200/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 pips2200 env LANG=fr pips2200 - env LANG=de pips2200 env LANG=es pips2200 - env LANG=it pips2200 env LANG=nl pips2200 - env LANG=pt pips2200 env LANG=ko pips2200 (*) - env LANG=zh_CN pips2200 (*)(**) env LANG=zh_TW.Big5 pips2200 (**) - -(*) These do not work well. -(**) See more informations in /usr/local/share/doc/pips2200/readme_for_zh |