head	1.3;
access;
symbols
	pkgsrc-2013Q2:1.3.0.38
	pkgsrc-2013Q2-base:1.3
	pkgsrc-2012Q4:1.3.0.36
	pkgsrc-2012Q4-base:1.3
	pkgsrc-2011Q4:1.3.0.34
	pkgsrc-2011Q4-base:1.3
	pkgsrc-2011Q2:1.3.0.32
	pkgsrc-2011Q2-base:1.3
	pkgsrc-2009Q4:1.3.0.30
	pkgsrc-2009Q4-base:1.3
	pkgsrc-2008Q4:1.3.0.28
	pkgsrc-2008Q4-base:1.3
	pkgsrc-2008Q3:1.3.0.26
	pkgsrc-2008Q3-base:1.3
	cube-native-xorg:1.3.0.24
	cube-native-xorg-base:1.3
	pkgsrc-2008Q2:1.3.0.22
	pkgsrc-2008Q2-base:1.3
	pkgsrc-2008Q1:1.3.0.20
	pkgsrc-2008Q1-base:1.3
	pkgsrc-2007Q4:1.3.0.18
	pkgsrc-2007Q4-base:1.3
	pkgsrc-2007Q3:1.3.0.16
	pkgsrc-2007Q3-base:1.3
	pkgsrc-2007Q2:1.3.0.14
	pkgsrc-2007Q2-base:1.3
	pkgsrc-2007Q1:1.3.0.12
	pkgsrc-2007Q1-base:1.3
	pkgsrc-2006Q4:1.3.0.10
	pkgsrc-2006Q4-base:1.3
	pkgsrc-2006Q3:1.3.0.8
	pkgsrc-2006Q3-base:1.3
	pkgsrc-2006Q2:1.3.0.6
	pkgsrc-2006Q2-base:1.3
	pkgsrc-2006Q1:1.3.0.4
	pkgsrc-2006Q1-base:1.3
	pkgsrc-2005Q4:1.3.0.2
	pkgsrc-2005Q4-base:1.3
	pkgsrc-2005Q3:1.2.0.24
	pkgsrc-2005Q3-base:1.2
	pkgsrc-2005Q2:1.2.0.22
	pkgsrc-2005Q2-base:1.2
	pkgsrc-2005Q1:1.2.0.20
	pkgsrc-2005Q1-base:1.2
	pkgsrc-2004Q4:1.2.0.18
	pkgsrc-2004Q4-base:1.2
	pkgsrc-2004Q3:1.2.0.16
	pkgsrc-2004Q3-base:1.2
	pkgsrc-2004Q2:1.2.0.14
	pkgsrc-2004Q2-base:1.2
	pkgsrc-2004Q1:1.2.0.12
	pkgsrc-2004Q1-base:1.2
	pkgsrc-2003Q4:1.2.0.10
	pkgsrc-2003Q4-base:1.2
	netbsd-1-6-1:1.2.0.6
	netbsd-1-6-1-base:1.2
	netbsd-1-6:1.2.0.8
	netbsd-1-6-RELEASE-base:1.2
	pkgviews:1.2.0.4
	pkgviews-base:1.2
	buildlink2:1.2.0.2
	buildlink2-base:1.2
	netbsd-1-5-PATCH003:1.2
	netbsd-1-5-PATCH001:1.1.1.1
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2005.12.17.18.56.55;	author jlam;	state dead;
branches;
next	1.2;

1.2
date	2002.02.13.18.55.54;	author jlam;	state Exp;
branches;
next	1.1;

1.1
date	2000.12.08.16.57.25;	author jlam;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.12.08.16.57.25;	author jlam;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove cupsomatic, cupsomatic-ppds and foomatic-gswrapper.  These
packages have been superseded by the foomatic-filters-cups and
foomatic-ppds-cups packages.
@
text
@$NetBSD: patch-aa,v 1.2 2002/02/13 18:55:54 jlam Exp $

--- cupsomatic.orig	Sat Feb  9 14:35:39 2002
+++ cupsomatic
@@@@ -37,7 +37,7 @@@@
 # the first one.
 # You can set this to "a2ps", "enscript" or "mpage" to select one of the
 # default command strings.
-my $enscriptcommand = "";
+my $enscriptcommand = "mpage";
 
 # Set to 1 to insert postscript code for accounting.
 my $ps_accounting = 1;
@@@@ -267,7 +267,7 @@@@
 # onto the stack @@examined_stuff, which will be stuffed into
 # Ghostscript/whatever later on.
 
-print $logh "Seaerching job for option settings ...\n";
+print $logh "Searching job for option settings ...\n";
 my $maxlines = 1000;            # how many lines to examine?
 my $more_stuff = 1;             # there is more stuff in stdin.
 my $linect = 0;                 # how many lines have we examined?
@


1.2
log
@Update print/cupsomatic to 2.2.  Changes from version 1.2 include allowing
the use of a config file.
@
text
@d1 1
a1 1
$NetBSD$
@


1.1
log
@Initial revision
@
text
@d3 8
a10 5
--- cupsomatic.in.orig	Thu Dec  7 03:48:55 2000
+++ cupsomatic.in
@@@@ -1,4 +1,4 @@@@
-#! /usr/bin/perl
+#!@@PERL@@
d12 5
a16 1
 # The above Perl path may vary on your system; fix it!!!
d18 5
a22 9
@@@@ -26,7 +26,7 @@@@
 # possibly other stuff.  The default path is often fine on Linux, but
 # may not be on other systems.
 # 
-# $ENV{'PATH'} = '/usr/local/bin:/usr/bin:/bin';
+$ENV{'PATH'} = '@@LOCALBASE@@/bin:/usr/local/bin:/usr/bin:/bin';
 
 
 # Set debug to 1 to enable the debug logfile for this filter; it will
@


1.1.1.1
log
@cupsomatic - system for using free software printer drivers with CUPS
@
text
@@
