Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31425
Modified Files:
acoc.info acoc.patch
Log Message:
New upstream version 0.6.0
Switched maintainer to [EMAIL PROTECTED]
Index: acoc.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/acoc.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- acoc.info 26 Aug 2004 08:52:28 -0000 1.3
+++ acoc.info 25 Oct 2004 21:26:09 -0000 1.4
@@ -1,5 +1,5 @@
Package: acoc
-Version: 0.5.2
+Version: 0.6.0
Revision: 1
Description: Arbitrary command output colourer
DescDetail: <<
@@ -24,11 +24,11 @@
<<
Homepage: http://www.caliban.org/ruby/acoc.shtml
License: GPL
-Maintainer: Daniel Macks <[EMAIL PROTECTED]>
+Maintainer: Kurt Schwehr <[EMAIL PROTECTED]>
Depends: ruby, term-ansicolor-rb
Recommends: tpty-rb
Source: http://www.caliban.org/files/ruby/%n-%v.tar.gz
-Source-MD5: 31535d6464b089bf976637d5ce1cfc22
+Source-MD5: 982d796f4fc3c1a3da138e4209deaefc
PatchScript: sed 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1
CompileScript: echo "Nothing to compile."
InstallScript: <<
Index: acoc.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/acoc.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- acoc.patch 5 Jan 2004 00:18:38 -0000 1.2
+++ acoc.patch 25 Oct 2004 21:26:09 -0000 1.3
@@ -1,6 +1,6 @@
-diff -Nurd -x*~ acoc-0.4.7.orig/acoc acoc-0.4.7/acoc
---- acoc-0.4.7.orig/acoc Wed Dec 10 05:53:39 2003
-+++ acoc-0.4.7/acoc Sun Jan 4 19:06:49 2004
+diff -Nurd acoc-0.6.0.orig/acoc acoc-0.6.0/acoc
+--- acoc-0.6.0.orig/acoc Sat Oct 23 01:49:08 2004
++++ acoc-0.6.0/acoc Sun Oct 24 08:52:33 2004
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby -w
[EMAIL PROTECTED]@/bin/ruby -w
@@ -13,33 +13,33 @@
= FILES
-* /usr/local/etc/acoc.conf /etc/acoc.conf ~/.acoc.conf
+* @PREFIX@/etc/acoc.conf ~/.acoc.conf
- = CONTRIBUTING
- acoc is only as good as the configuration file that it uses. If you compose
- pattern-matching rules that you think would be useful to other people, please
-@@ -111,7 +111,7 @@
+ = ENVIRONMENT
+ : ((|$ACOCRC|))
+ If set, this specifies the location of an additional configuration file.
+@@ -114,7 +114,7 @@
@colour = "colour"
end
-- if parse_config("/etc/acoc.conf", "/usr/local/etc/acoc.conf",
-+ if parse_config("@PREFIX@/etc/acoc.conf",
- ENV['HOME'] + "/.acoc.conf") == 0
- $stderr.puts "No readable config files found."
- exit 1
-diff -Nurd -x*~ acoc-0.4.7.orig/acoc.1 acoc-0.4.7/acoc.1
---- acoc-0.4.7.orig/acoc.1 Wed Dec 10 06:06:08 2003
-+++ acoc-0.4.7/acoc.1 Sun Jan 4 19:07:07 2004
-@@ -49,7 +49,7 @@
- .TP
+- config_files = %w(/etc/acoc.conf /usr/local/etc/acoc.conf)
++ config_files = %w(@PREFIX@/etc/acoc.conf)
+ config_files << ENV['HOME'] + "/.acoc.conf"
+ config_files << ENV['ACOCRC'] if ENV['ACOCRC']
+
+diff -Nurd acoc-0.6.0.orig/acoc.1 acoc-0.6.0/acoc.1
+--- acoc-0.6.0.orig/acoc.1 Sat Oct 23 01:52:23 2004
++++ acoc-0.6.0/acoc.1 Sun Oct 24 08:54:11 2004
+@@ -44,7 +44,7 @@
+ .IP
.B
- \(bu .PP
+ \(bu
-/usr/local/etc/acoc.conf /etc/acoc.conf ~/.acoc.conf
[EMAIL PROTECTED]@/etc/acoc.conf ~/.acoc.conf
- .SH CONTRIBUTING
- .PP
- acoc is only as good as the configuration file that it uses. If you compose
-diff -Nurd -x*~ acoc-0.4.7.orig/acoc.conf.5 acoc-0.4.7/acoc.conf.5
---- acoc-0.4.7.orig/acoc.conf.5 Fri Sep 12 12:17:01 2003
-+++ acoc-0.4.7/acoc.conf.5 Sun Jan 4 19:08:34 2004
+ .SH ENVIRONMENT
+ .TP
+ .fi
+diff -Nurd acoc-0.6.0.orig/acoc.conf.5 acoc-0.6.0/acoc.conf.5
+--- acoc-0.6.0.orig/acoc.conf.5 Sat Oct 23 01:52:23 2004
++++ acoc-0.6.0/acoc.conf.5 Sun Oct 24 09:13:10 2004
@@ -5,7 +5,7 @@
acoc.conf \- configuration file for acoc(1)
.SH SYNOPSIS
@@ -55,7 +55,7 @@
\&
-\& The configuration files used by the program are /etc/acoc.conf,
-\& /usr/local/etc/acoc.conf and ~/.acoc.conf. They are sought and read
-+\& The configuration files used by the program are @PERFIX@/etc/acoc.conf
++\& The configuration files used by the program are @PREFIX@/etc/acoc.conf
+\& and ~/.acoc.conf. They are sought and read
\& in that order. Obviously, at least one of them should exist on the
\& system.
@@ -66,14 +66,23 @@
\& If this were placed in ~/.acoc.conf, it would remove any matching
-\& rules that had been installed for the tcpdump command by either
-\& /etc/acoc.conf or /usr/local/etc/acoc.conf.
-+\& rules that had been installed for the tcpdump command by
++\& rules that had been installed for the tcpdump command by
+\& @PREFIX@/etc/acoc.conf.
\&
\& After defining the program name and operational flags, matching rules
\& can be defined. These take the following form:
-diff -Nurd -x*~ acoc-0.4.7.orig/acoc.conf.html acoc-0.4.7/acoc.conf.html
---- acoc-0.4.7.orig/acoc.conf.html Fri Sep 12 12:17:01 2003
-+++ acoc-0.4.7/acoc.conf.html Sun Jan 4 19:09:38 2004
+diff -Nurd acoc-0.6.0.orig/acoc.conf.html acoc-0.6.0/acoc.conf.html
+--- acoc-0.6.0.orig/acoc.conf.html Sat Oct 23 01:52:23 2004
++++ acoc-0.6.0/acoc.conf.html Sun Oct 24 08:58:49 2004
+@@ -10,7 +10,7 @@
+ <h1><a name="label-0" id="label-0">NAME</a></h1><!-- RDLabel: "NAME" -->
+ <p>acoc.conf - configuration file for acoc(1)</p>
+ <h1><a name="label-1" id="label-1">SYNOPSIS</a></h1><!-- RDLabel: "SYNOPSIS" -->
+-<p>/etc/acoc.conf</p>
++<p>@PREFIX@/etc/acoc.conf</p>
+ <h1><a name="label-2" id="label-2">DESCRIPTION</a></h1><!-- RDLabel: "DESCRIPTION"
-->
+ <pre>acoc is a regular expression based colour formatter for programs that
+ display output on the command-line. It works as a wrapper around the
@@ -21,8 +21,8 @@
acoc then applies matching rules to patterns in the output and
applies colour sets to those matches.
@@ -91,14 +100,14 @@
If this were placed in ~/.acoc.conf, it would remove any matching
-rules that had been installed for the tcpdump command by either
-/etc/acoc.conf or /usr/local/etc/acoc.conf.
-+rules that had been installed for the tcpdump command by
++rules that had been installed for the tcpdump command by
[EMAIL PROTECTED]@/etc/acoc.conf.
After defining the program name and operational flags, matching rules
can be defined. These take the following form:
-diff -Nurd -x*~ acoc-0.4.7.orig/acoc.conf.rd acoc-0.4.7/acoc.conf.rd
---- acoc-0.4.7.orig/acoc.conf.rd Thu Aug 14 14:09:00 2003
-+++ acoc-0.4.7/acoc.conf.rd Sun Jan 4 19:09:16 2004
+diff -Nurd acoc-0.6.0.orig/acoc.conf.rd acoc-0.6.0/acoc.conf.rd
+--- acoc-0.6.0.orig/acoc.conf.rd Sat Oct 23 01:45:08 2004
++++ acoc-0.6.0/acoc.conf.rd Sun Oct 24 09:08:31 2004
@@ -5,7 +5,7 @@
= NAME
acoc.conf - configuration file for acoc(1)
@@ -130,9 +139,9 @@
After defining the program name and operational flags, matching rules
can be defined. These take the following form:
-diff -Nurd -x*~ acoc-0.4.7.orig/acoc.html acoc-0.4.7/acoc.html
---- acoc-0.4.7.orig/acoc.html Wed Dec 10 06:06:50 2003
-+++ acoc-0.4.7/acoc.html Sun Jan 4 19:10:38 2004
+diff -Nurd acoc-0.6.0.orig/acoc.html acoc-0.6.0/acoc.html
+--- acoc-0.6.0.orig/acoc.html Sat Oct 23 01:52:23 2004
++++ acoc-0.6.0/acoc.html Sun Oct 24 09:03:18 2004
@@ -41,7 +41,7 @@
FOR A PARTICULAR PURPOSE.</pre>
<h1><a name="label-8" id="label-8">FILES</a></h1><!-- RDLabel: "FILES" -->
@@ -140,5 +149,5 @@
-<li>/usr/local/etc/acoc.conf /etc/acoc.conf ~/.acoc.conf</li>
+<li>@PREFIX@/etc/acoc.conf ~/.acoc.conf</li>
</ul>
- <h1><a name="label-9" id="label-9">CONTRIBUTING</a></h1><!-- RDLabel: "CONTRIBUTING"
-->
- <p>acoc is only as good as the configuration file that it uses. If you compose
+ <h1><a name="label-9" id="label-9">ENVIRONMENT</a></h1><!-- RDLabel: "ENVIRONMENT"
-->
+ <dl>
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits