[Lunar-commits] <moonbase> foo2zjs: printer driver module for the ZjStream protocol.
Jens Luedicke
perldude at lunar-linux.org
Fri Jun 27 16:20:25 CEST 2008
commit e147dc9ff6b6c07c0e29b0d7467559bac7b2f1fa
Author: Jens Luedicke <perldude at lunar-linux.org>
Date: Fri Jun 27 16:18:22 2008 +0200
foo2zjs: printer driver module for the ZjStream protocol.
---
printer/foo2zjs/BUILD | 9 +++++++++
printer/foo2zjs/DEPENDS | 3 +++
printer/foo2zjs/DETAILS | 24 ++++++++++++++++++++++++
3 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/printer/foo2zjs/BUILD b/printer/foo2zjs/BUILD
new file mode 100644
index 0000000..82de765
--- /dev/null
+++ b/printer/foo2zjs/BUILD
@@ -0,0 +1,9 @@
+(
+
+ make &&
+ prepare_install &&
+ make install &&
+ make install-hotplug &&
+ make cups
+
+) > $C_FIFO 2>&1
diff --git a/printer/foo2zjs/DEPENDS b/printer/foo2zjs/DEPENDS
new file mode 100644
index 0000000..b76104b
--- /dev/null
+++ b/printer/foo2zjs/DEPENDS
@@ -0,0 +1,3 @@
+depends udev &&
+depends foomatic-filters &&
+depends cups
diff --git a/printer/foo2zjs/DETAILS b/printer/foo2zjs/DETAILS
new file mode 100644
index 0000000..f13f969
--- /dev/null
+++ b/printer/foo2zjs/DETAILS
@@ -0,0 +1,24 @@
+ MODULE=foo2zjs
+ VERSION=20080605
+ SOURCE=$MODULE.tar.gz
+ SOURCE_URL=http://foo2zjs.rkkda.com/
+ SOURCE_VFY=sha1:e15179e0019058f22b7cf016f446e46d16abfc8c
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ WEB_SITE=http://hpinkjet.sourceforge.net
+ ENTERED=20080627
+ UPDATED=20080627
+ SHORT="a linux printer driver for ZjStream protocol."
+
+cat << EOF
+foo2zjs is an open source printer driver for printers that use the Zenographics
+ZjStream wire protocol for their print data, such as the Minolta/QMS magicolor
+2300 DL or Konica Minolta magicolor 2430 DL. These printers are often
+erroneously referred to as winprinters or GDI printers. However, Microsoft GDI
+only mandates the API between an application and the printer driver, not the
+protocol on the wire between the printer driver and the printer. In fact,
+ZjStream printers are raster printers which happen to use a very efficient
+wire protocol which was developed by Zenographics and licensed by most major
+printer manufacturers for at least some of their product lines. ZjStream is
+just one of many wire protocols that are in use today, such as Postscript,
+PCL, Epson, etc.
+EOF
More information about the Lunar-commits
mailing list