Update to foo2zjs-20130122.
This commit is contained in:
parent
5034abef68
commit
ec0f6b749b
@ -1,12 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2013/01/30 11:02:47 stsp Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2013/02/02 09:05:29 ajacoutot Exp $
|
||||
|
||||
COMMENT= driver for ZjStream wire protocol compatible printers
|
||||
|
||||
VERSION= 20120909
|
||||
VERSION= 20130122
|
||||
DISTNAME= foo2zjs-${VERSION}
|
||||
|
||||
REVISION= 2
|
||||
|
||||
CATEGORIES= print
|
||||
|
||||
HOMEPAGE= http://foo2zjs.rkkda.com/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (foo2zjs-20120909.tar.gz) = cJTi4ACibvS4qNYaR4OT6giAK8maFoi7X2oeKEeKxLk=
|
||||
SIZE (foo2zjs-20120909.tar.gz) = 1644146
|
||||
SHA256 (foo2zjs-20130122.tar.gz) = f9KEDPN/2GeLysrOx2ZCY8HZUu9QouhRDffWiK8wr4A=
|
||||
SIZE (foo2zjs-20130122.tar.gz) = 1644261
|
||||
|
@ -1,16 +1,16 @@
|
||||
$OpenBSD: patch-getweb_in,v 1.10 2012/08/17 13:54:26 ajacoutot Exp $
|
||||
--- getweb.in.orig Tue May 17 11:44:16 2011
|
||||
+++ getweb.in Fri Aug 17 15:49:21 2012
|
||||
$OpenBSD: patch-getweb_in,v 1.11 2013/02/02 09:05:29 ajacoutot Exp $
|
||||
--- getweb.in.orig Tue Jan 22 22:34:31 2013
|
||||
+++ getweb.in Sat Feb 2 09:57:40 2013
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
VERSION='$Id: patch-getweb_in,v 1.10 2012/08/17 13:54:26 ajacoutot Exp $'
|
||||
VERSION='$Id: patch-getweb_in,v 1.11 2013/02/02 09:05:29 ajacoutot Exp $'
|
||||
|
||||
-WGETOPTS="--passive-ftp -q"
|
||||
+WGETOPTS="-V"
|
||||
|
||||
usage() {
|
||||
cat <<EOF
|
||||
@@ -101,11 +101,11 @@ error() {
|
||||
@@ -104,11 +104,11 @@ error() {
|
||||
}
|
||||
|
||||
SYSTEM=`uname -s`
|
||||
@ -24,7 +24,7 @@ $OpenBSD: patch-getweb_in,v 1.10 2012/08/17 13:54:26 ajacoutot Exp $
|
||||
shift
|
||||
curl -o $*
|
||||
}
|
||||
@@ -119,7 +119,7 @@ getexe() {
|
||||
@@ -122,7 +122,7 @@ getexe() {
|
||||
exefile="$2"
|
||||
shift; shift
|
||||
|
||||
@ -33,7 +33,7 @@ $OpenBSD: patch-getweb_in,v 1.10 2012/08/17 13:54:26 ajacoutot Exp $
|
||||
error "Couldn't download $url/$exefile"
|
||||
unzip -oj $exefile "$@"
|
||||
rm $exefile
|
||||
@@ -133,7 +133,7 @@ gettgz() {
|
||||
@@ -136,7 +136,7 @@ gettgz() {
|
||||
file="$2"
|
||||
what="$3"
|
||||
|
||||
@ -42,7 +42,7 @@ $OpenBSD: patch-getweb_in,v 1.10 2012/08/17 13:54:26 ajacoutot Exp $
|
||||
error "Couldn't download $url/$file"
|
||||
gunzip <$file | tar xvf - $what
|
||||
rm $file
|
||||
@@ -236,7 +236,7 @@ getone() {
|
||||
@@ -240,7 +240,7 @@ getone() {
|
||||
BASE="$BASE/openmind/technic/swfw/mswprtdl.nsf/logdwl"
|
||||
FILE="MC2300DL_v255.zip"
|
||||
URL="$BASE?openagent&4CE486C20839C75AC1256D9E001EBD1F/\$File/$FILE"
|
||||
@ -51,7 +51,7 @@ $OpenBSD: patch-getweb_in,v 1.10 2012/08/17 13:54:26 ajacoutot Exp $
|
||||
echo "*** Now use a windows box to unzip and install $FILE ***"
|
||||
;;
|
||||
cpwl|pageworks)
|
||||
@@ -252,7 +252,7 @@ getone() {
|
||||
@@ -256,7 +256,7 @@ getone() {
|
||||
do
|
||||
base=`basename $i .IC_`
|
||||
mv $base.IC_ $base.ic_
|
||||
@ -60,7 +60,7 @@ $OpenBSD: patch-getweb_in,v 1.10 2012/08/17 13:54:26 ajacoutot Exp $
|
||||
rm -f $base.ic_
|
||||
done
|
||||
fi
|
||||
@@ -383,7 +383,7 @@ getone() {
|
||||
@@ -393,7 +393,7 @@ getone() {
|
||||
URL="$URL?driver=$driver&printer=$printer"
|
||||
URL="$URL&.submit=Generate+PPD+file"
|
||||
URL="$URL&show=1&.cgifields=shortgui&.cgifields=show"
|
||||
@ -69,7 +69,7 @@ $OpenBSD: patch-getweb_in,v 1.10 2012/08/17 13:54:26 ajacoutot Exp $
|
||||
error "Couldn't dowload $URL"
|
||||
done
|
||||
;;
|
||||
@@ -420,7 +420,7 @@ getone() {
|
||||
@@ -430,7 +430,7 @@ getone() {
|
||||
update)
|
||||
url=${URLZJS}
|
||||
file=foo2zjs.tar.gz
|
||||
|
@ -1,17 +1,17 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2012/10/19 09:34:48 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2013/02/02 09:05:29 ajacoutot Exp $
|
||||
@conflict foomatic-db-<4.0.20091207p1
|
||||
@conflict foo2zjs-cup-*
|
||||
@pkgpath print/foo2zjs,-cups
|
||||
@pkgpath print/foo2zjs,-main
|
||||
@unexec-delete rm -f %D/share/foo2hiperc/icm/*
|
||||
@unexec-delete rm -f %D/share/foo2hp/icm/*
|
||||
@unexec-delete rm -f %D/share/foo2lava/icm/*
|
||||
@unexec-delete rm -f %D/share/foo2oak/icm/*
|
||||
@unexec-delete rm -f %D/share/foo2qpdl/icm/*
|
||||
@unexec-delete rm -f %D/share/foo2slx/icm/*
|
||||
@unexec-delete rm -f %D/share/foo2xqx/firmware/*
|
||||
@unexec-delete rm -f %D/share/foo2zjs/firmware/*
|
||||
@unexec-delete rm -f %D/share/foo2zjs/icm/*
|
||||
@extraunexec rm -f %D/share/foo2hiperc/icm/*
|
||||
@extraunexec rm -f %D/share/foo2hp/icm/*
|
||||
@extraunexec rm -f %D/share/foo2lava/icm/*
|
||||
@extraunexec rm -f %D/share/foo2oak/icm/*
|
||||
@extraunexec rm -f %D/share/foo2qpdl/icm/*
|
||||
@extraunexec rm -f %D/share/foo2slx/icm/*
|
||||
@extraunexec rm -f %D/share/foo2xqx/firmware/*
|
||||
@extraunexec rm -f %D/share/foo2zjs/firmware/*
|
||||
@extraunexec rm -f %D/share/foo2zjs/icm/*
|
||||
@bin bin/arm2hpdl
|
||||
@bin bin/command2foo2lava-pjl
|
||||
@bin bin/foo2hiperc
|
||||
@ -173,6 +173,7 @@ share/foomatic/db/source/PPD/foo2zjs/Minolta-magicolor_2200_DL.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Minolta-magicolor_2300_DL.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Minolta-magicolor_2430_DL.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Oki-C110.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Oki-C301dn.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Oki-C3100.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Oki-C310dn.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Oki-C3200.ppd.gz
|
||||
@ -190,12 +191,14 @@ share/foomatic/db/source/PPD/foo2zjs/Samsung-CLP-300.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Samsung-CLP-310.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Samsung-CLP-315.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Samsung-CLP-325.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Samsung-CLP-365.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Samsung-CLP-600.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Samsung-CLP-610.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Samsung-CLP-620.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Samsung-CLX-2160.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Samsung-CLX-3160.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Samsung-CLX-3175.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Samsung-CLX-3185.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Xerox-Phaser_6110.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Xerox-Phaser_6115MFP.ppd.gz
|
||||
share/foomatic/db/source/PPD/foo2zjs/Xerox-Phaser_6121MFP.ppd.gz
|
||||
@ -334,6 +337,7 @@ share/foomatic/db/source/printer/Minolta-magicolor_2200_DL.xml
|
||||
share/foomatic/db/source/printer/Minolta-magicolor_2300_DL.xml
|
||||
share/foomatic/db/source/printer/Minolta-magicolor_2430_DL.xml
|
||||
share/foomatic/db/source/printer/Oki-C110.xml
|
||||
share/foomatic/db/source/printer/Oki-C301dn.xml
|
||||
share/foomatic/db/source/printer/Oki-C3100.xml
|
||||
share/foomatic/db/source/printer/Oki-C310dn.xml
|
||||
share/foomatic/db/source/printer/Oki-C3200.xml
|
||||
@ -351,12 +355,14 @@ share/foomatic/db/source/printer/Samsung-CLP-300.xml
|
||||
share/foomatic/db/source/printer/Samsung-CLP-310.xml
|
||||
share/foomatic/db/source/printer/Samsung-CLP-315.xml
|
||||
share/foomatic/db/source/printer/Samsung-CLP-325.xml
|
||||
share/foomatic/db/source/printer/Samsung-CLP-365.xml
|
||||
share/foomatic/db/source/printer/Samsung-CLP-600.xml
|
||||
share/foomatic/db/source/printer/Samsung-CLP-610.xml
|
||||
share/foomatic/db/source/printer/Samsung-CLP-620.xml
|
||||
share/foomatic/db/source/printer/Samsung-CLX-2160.xml
|
||||
share/foomatic/db/source/printer/Samsung-CLX-3160.xml
|
||||
share/foomatic/db/source/printer/Samsung-CLX-3175.xml
|
||||
share/foomatic/db/source/printer/Samsung-CLX-3185.xml
|
||||
share/foomatic/db/source/printer/Xerox-Phaser_6110.xml
|
||||
share/foomatic/db/source/printer/Xerox-Phaser_6115MFP.xml
|
||||
share/foomatic/db/source/printer/Xerox-Phaser_6121MFP.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user