[Lunar-commits] r17841 - in moonbase/trunk: printer printer/foomatic-db-engine printer/foomatic-filters printer/gimp-print printer/ijs zbeta zbeta/foomatic-db
Jan Eidtmann
cmak at lunar-linux.org
Wed Dec 28 23:11:27 UTC 2005
Author: cmak
Date: 2005-12-28 23:11:26 +0000 (Wed, 28 Dec 2005)
New Revision: 17841
Added:
moonbase/trunk/printer/foomatic-db-engine/
moonbase/trunk/printer/foomatic-db-engine/DEPENDS
moonbase/trunk/printer/foomatic-db-engine/DETAILS
moonbase/trunk/printer/gimp-print/BUILD
moonbase/trunk/printer/ijs/
moonbase/trunk/printer/ijs/DETAILS
moonbase/trunk/zbeta/foomatic-db/
moonbase/trunk/zbeta/foomatic-db/DETAILS
moonbase/trunk/zbeta/foomatic-db/PRE_BUILD
Removed:
moonbase/trunk/printer/foomatic-filters/DEPENDS
moonbase/trunk/printer/gimp-print/POST_INSTALL
Modified:
moonbase/trunk/printer/gimp-print/DEPENDS
moonbase/trunk/printer/gimp-print/DETAILS
Log:
printer section pimped
Added: moonbase/trunk/printer/foomatic-db-engine/DEPENDS
===================================================================
--- moonbase/trunk/printer/foomatic-db-engine/DEPENDS 2005-12-28 22:33:56 UTC (rev 17840)
+++ moonbase/trunk/printer/foomatic-db-engine/DEPENDS 2005-12-28 23:11:26 UTC (rev 17841)
@@ -0,0 +1,2 @@
+depends foomatic-filters &&
+depends foomatic-db
Added: moonbase/trunk/printer/foomatic-db-engine/DETAILS
===================================================================
--- moonbase/trunk/printer/foomatic-db-engine/DETAILS 2005-12-28 22:33:56 UTC (rev 17840)
+++ moonbase/trunk/printer/foomatic-db-engine/DETAILS 2005-12-28 23:11:26 UTC (rev 17841)
@@ -0,0 +1,14 @@
+ MODULE=foomatic-db-engine
+ VERSION=3.0.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.linuxprinting.org/download/foomatic
+ SOURCE_VFY=sha1:6c3d228cfe7d698e63575b6311ab485ebe7c3e61
+ WEB_SITE=http://www.linuxprinting.org/foomatic.html
+ ENTERED=20051228
+ UPDATED=20051228
+ SHORT="generates PPD files from the data in Foomatic's XML database"
+cat << EOF
+Foomatic's database engine generates PPD files from the data in Foomatic's XML
+database. It also contains scripts to directly configure print queues and
+handle jobs.
+EOF
Deleted: moonbase/trunk/printer/foomatic-filters/DEPENDS
Added: moonbase/trunk/printer/gimp-print/BUILD
===================================================================
--- moonbase/trunk/printer/gimp-print/BUILD 2005-12-28 22:33:56 UTC (rev 17840)
+++ moonbase/trunk/printer/gimp-print/BUILD 2005-12-28 23:11:26 UTC (rev 17841)
@@ -0,0 +1,14 @@
+(
+
+ # from the README: it is not compatible with the GIMP 1.3 or 2.0
+ ./configure --build=$BUILD \
+ --prefix=$MODULE_PREFIX \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=$MODULE_PREFIX/share/info \
+ --mandir=$MODULE_PREFIX/share/man \
+ --without-gimp \
+ $OPTS &&
+ default_build
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/printer/gimp-print/DEPENDS
===================================================================
--- moonbase/trunk/printer/gimp-print/DEPENDS 2005-12-28 22:33:56 UTC (rev 17840)
+++ moonbase/trunk/printer/gimp-print/DEPENDS 2005-12-28 23:11:26 UTC (rev 17841)
@@ -1,3 +1,8 @@
depends linuxdoc-tools &&
depends readline &&
-depends cups
+optional_depends "foomatic-db-engine" "--with-foomatic" "" \
+ "Foomatic spooler config. system" &&
+optional_depends "ijs" "--with-ijs" "" \
+ "IJS-based Ghostscript driver" &&
+optional_depends "cups" "--with-cups --enable-cups-level3-ppds" "" \
+ "CUPS driver"
Modified: moonbase/trunk/printer/gimp-print/DETAILS
===================================================================
--- moonbase/trunk/printer/gimp-print/DETAILS 2005-12-28 22:33:56 UTC (rev 17840)
+++ moonbase/trunk/printer/gimp-print/DETAILS 2005-12-28 23:11:26 UTC (rev 17841)
@@ -6,8 +6,12 @@
WEB_SITE=http://gimp-print.sourceforge.net
ENTERED=20020529
UPDATED=20040716
- SHORT="Gimp-Print drivers for printing in Gimp"
-
+ SHORT="Epson, HP, LaserJet, Canon, Lexmark inkjet printer drivers"
cat << EOF
-Gimp-Print is the libs required to print in The Gimp.
+Gimp-Print supports a wide variety of Epson Stylus, HP DeskJet, LaserJet, Canon
+BubbleJet, Lexmark inkjet printers, with the primary goal being uncompromising
+quality. Epson Stylus printers in particular are supported in all resolutions
+and modes, and the latest printers are capable of producing prints that rival
+photographic prints in quality. This package also offers much faster printing
+for high quality text and presentation graphics when required.
EOF
Deleted: moonbase/trunk/printer/gimp-print/POST_INSTALL
Added: moonbase/trunk/printer/ijs/DETAILS
===================================================================
--- moonbase/trunk/printer/ijs/DETAILS 2005-12-28 22:33:56 UTC (rev 17840)
+++ moonbase/trunk/printer/ijs/DETAILS 2005-12-28 23:11:26 UTC (rev 17841)
@@ -0,0 +1,17 @@
+ MODULE=ijs
+ VERSION=0.35
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://www.linuxprinting.org/ijs/download
+ SOURCE_VFY=sha1:310e2d58d4ac986fb0966a5a2c4adbf6a6b1d099
+ WEB_SITE=http://www.linuxprinting.org/ijs/
+ ENTERED=20051228
+ UPDATED=20051228
+ SHORT="IJS is a protocol for transmission of raster page images."
+cat << EOF
+IJS stands for "raster printer driver architecture." It's spelled
+U+30EA U+13DA, to avoid confusion, and to save space in UTF-16
+encodings.
+Actually, the name derives from HPIJS, which presumably stands for HP
+InkJet Server. The name pays homage to HPIJS for the inspiration,
+while communicating that it's not specific to HP printers.
+EOF
Added: moonbase/trunk/zbeta/foomatic-db/DETAILS
===================================================================
--- moonbase/trunk/zbeta/foomatic-db/DETAILS 2005-12-28 22:33:56 UTC (rev 17840)
+++ moonbase/trunk/zbeta/foomatic-db/DETAILS 2005-12-28 23:11:26 UTC (rev 17841)
@@ -0,0 +1,13 @@
+ MODULE=foomatic-db
+ VERSION=3.1-current
+ SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/foomatic-db
+ SOURCE_URL=http://www.linuxprinting.org/download/foomatic
+ WEB_SITE=http://www.linuxprinting.org/foomatic.html
+ ENTERED=20051228
+ UPDATED=20051228
+ SHORT="collected knowledge about printers, drivers, driver options"
+cat << EOF
+The collected knowledge about printers, drivers, and driver options in XML
+files, used by foomatic-db-engine to generate PPD files.
+EOF
Added: moonbase/trunk/zbeta/foomatic-db/PRE_BUILD
===================================================================
--- moonbase/trunk/zbeta/foomatic-db/PRE_BUILD 2005-12-28 22:33:56 UTC (rev 17840)
+++ moonbase/trunk/zbeta/foomatic-db/PRE_BUILD 2005-12-28 23:11:26 UTC (rev 17841)
@@ -0,0 +1,6 @@
+(
+
+ cd $BUILD_DIRECTORY &&
+ unpack $SOURCE &&
+ mv foomatic-db-* foomatic-db
+)
More information about the Lunar-commits
mailing list