diff options
author | pav <pav@FreeBSD.org> | 2006-06-05 21:01:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-06-05 21:01:46 +0800 |
commit | 2c10b23db7f2a4645d85c28c3ec2ff0e52623e1a (patch) | |
tree | 02eeb10d556160ad017ede243f849e6178246d8a /print/foo2zjs/files | |
parent | 4be59526f6f90fd1585c5a2c0c2fc51ba55a1334 (diff) | |
download | freebsd-ports-gnome-2c10b23db7f2a4645d85c28c3ec2ff0e52623e1a.tar.gz freebsd-ports-gnome-2c10b23db7f2a4645d85c28c3ec2ff0e52623e1a.tar.zst freebsd-ports-gnome-2c10b23db7f2a4645d85c28c3ec2ff0e52623e1a.zip |
- Update to 20060603
- Now, icm and firware files are downloaded using getweb script
PR: ports/98511
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
Diffstat (limited to 'print/foo2zjs/files')
-rw-r--r-- | print/foo2zjs/files/patch-getweb.in | 29 | ||||
-rw-r--r-- | print/foo2zjs/files/patch-icc2ps_lcms.h | 14 | ||||
-rw-r--r-- | print/foo2zjs/files/pkg-message.in | 13 |
3 files changed, 56 insertions, 0 deletions
diff --git a/print/foo2zjs/files/patch-getweb.in b/print/foo2zjs/files/patch-getweb.in new file mode 100644 index 000000000000..f62297c0c7eb --- /dev/null +++ b/print/foo2zjs/files/patch-getweb.in @@ -0,0 +1,29 @@ +--- getweb.in Thu May 11 17:02:59 2006 ++++ getweb.in Sun Jun 4 15:41:29 2006 +@@ -48,7 +48,7 @@ + exefile="$2" + what="$3" + +- wget $WGETOPTS -O $exefile "$url/$exefile" || ++ fetch -m -o $exefile "$url/$exefile" || + error "Couldn't download $url/$exefile" + unzip -o $exefile "$what" + rm $exefile +@@ -62,7 +62,7 @@ + file="$2" + what="$3" + +- wget $WGETOPTS -O $file "$url/$file" || ++ fetch -m -o $file "$url/$file" || + error "Couldn't download $url/$file" + gunzip <$file | tar xvf - $what + rm $file +@@ -130,7 +130,7 @@ + do + base=`basename $i .IC_` + mv $base.IC_ $base.ic_ +- ./msexpand $base.ic_ ++ msexpand $base.ic_ + rm -f $base.ic_ + done + ;; diff --git a/print/foo2zjs/files/patch-icc2ps_lcms.h b/print/foo2zjs/files/patch-icc2ps_lcms.h new file mode 100644 index 000000000000..03bb0e16142f --- /dev/null +++ b/print/foo2zjs/files/patch-icc2ps_lcms.h @@ -0,0 +1,14 @@ +--- icc2ps/lcms.h Sun Jun 4 14:21:49 2006 ++++ icc2ps/lcms.h Sun Jun 4 14:22:05 2006 +@@ -133,9 +133,8 @@ + + #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) + # include <sys/types.h> +-# define USE_INT64 1 +-# define LCMSSLONGLONG int_64_t +-# define LCMSULONGLONG u_int64_t ++# define LCMSSLONGLONG int64_t ++# define LCMSULONGLONG uint64_t + #endif + + #ifdef USE_INT64 diff --git a/print/foo2zjs/files/pkg-message.in b/print/foo2zjs/files/pkg-message.in index 0fc230a844b5..d019d3f488f3 100644 --- a/print/foo2zjs/files/pkg-message.in +++ b/print/foo2zjs/files/pkg-message.in @@ -4,4 +4,17 @@ * %%DOCSDIR%%/INSTALL +2) Go to tmp directory and run getweb script. + + # cd /tmp && getweb all + +3) Copy icm and img files. + + # cp DL*.icm CP*.icm km2430*.icm %%DATADIR%%/icm && \ + cp sihp*.img %%DATADIR%%/firmware && \ + cp hpclj26*.icm km2430*.icm %%PREFIX%%/share/foo2hp/icm && \ + rm *.icm *.img + +4) Enjoy it ;) + ############################################################################################### |