diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-26 04:24:18 +0800 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-26 04:24:18 +0800 |
commit | 9290192e49da38265fc529924edcece9af7ba72b (patch) | |
tree | d44b77db8583c8656d1e6cd093f8582f3f524155 /print/pips820 | |
parent | 883d95f0669d1ef236351405fd067cd24be31b4b (diff) | |
download | freebsd-ports-gnome-9290192e49da38265fc529924edcece9af7ba72b.tar.gz freebsd-ports-gnome-9290192e49da38265fc529924edcece9af7ba72b.tar.zst freebsd-ports-gnome-9290192e49da38265fc529924edcece9af7ba72b.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/pips820')
-rw-r--r-- | print/pips820/Makefile | 4 | ||||
-rw-r--r-- | print/pips820/distinfo | 4 | ||||
-rw-r--r-- | print/pips820/pkg-descr | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/print/pips820/Makefile b/print/pips820/Makefile index 854809142fe2..8820ef9d7eb2 100644 --- a/print/pips820/Makefile +++ b/print/pips820/Makefile @@ -5,10 +5,10 @@ # $FreeBSD$ # -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 MASTERDIR= ${.CURDIR}/../pips800 COMMENT= Photo Image Print System for Linux --- EPSON PM-820C PRTYPE= 820 -.include "${MASTERDIR}/Makefile" +.include "${MASTERDIR}/Makefile.pips" diff --git a/print/pips820/distinfo b/print/pips820/distinfo index 33c5dacfacd5..bd2753cc2886 100644 --- a/print/pips820/distinfo +++ b/print/pips820/distinfo @@ -1,2 +1,2 @@ -MD5 (pips820-1.3.1.i386.tgz) = e2030bc3ff5fad3a63d5b59ab07f5db5 -SIZE (pips820-1.3.1.i386.tgz) = 1214079 +MD5 (pips820-1.3.2.tar.gz) = 65ed339c0af3c9fa51193dc8fa818baf +SIZE (pips820-1.3.2.tar.gz) = 1406958 diff --git a/print/pips820/pkg-descr b/print/pips820/pkg-descr index 4621922a11ee..62279b4d4688 100644 --- a/print/pips820/pkg-descr +++ b/print/pips820/pkg-descr @@ -12,14 +12,3 @@ print out more than one page. Then you execute the next command: /usr/local/libexec/pips820/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 pips820 env LANG=fr pips820 - env LANG=de pips820 env LANG=es pips820 - env LANG=it pips820 env LANG=nl pips820 - env LANG=pt pips820 env LANG=ko pips820 (*) - env LANG=zh_CN pips820 (*)(**) env LANG=zh_TW.Big5 pips820 (**) - -(*) These do not work well. -(**) See more informations in /usr/local/share/doc/pips820/readme_for_zh |