experimental/lrosengreen/finkinfo sisc.info,NONE,1.1

2005-01-06 Thread Lars Rosengreen
Update of /cvsroot/fink/experimental/lrosengreen/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11102

Added Files:
sisc.info 
Log Message:
Nifty little R5RS scheme implementation for the Java VM.



--- NEW FILE: sisc.info ---
Package: sisc
Version: 1.9.6
Revision: 1
Description: R5RS Scheme implementation for the Java VM
License: GPL
Maintainer: Lars Rosengreen [EMAIL PROTECTED]

BuildDepends: ant, docbook-xsl, junit, system-java-dev
Depends: rlwrap, system-java

Source: mirror:sourceforge:%n/%n-%v.jar
Source-MD5: 1300460919eef3a1bc78aace6e4f62ab
SourceRename: %n.zip

CompileScript: ant -Ddoc.style=%p/share/xml/xsl/docbook-xsl/html/chunk.xsl

InstallScript: 
mkdir -p %i/lib/sisc
cp -Rp *.jar %i/lib/sisc
cp -Rp %n.shp %i/lib/sisc
mkdir -p %i/share/doc/sisc
cp -Rp doc/*.txt %i/share/doc/sisc
cp -Rp doc/generated/sss %i/share/doc/sisc
mkdir -p %i/bin
sed 's|`dirname $0`|%p/lib/sisc|g' %n.sh  %i/bin/sisc
chmod 755 %i/bin/sisc


Docfiles: COPYING GOALS LICENSE.txt README TODO
  
Homepage: http://sisc.sourceforge.net

DescDetail:  
SISC is an extensible Java based interpreter of the algorithmic
language Scheme.  SISC uses modern interpretation techniques, and
handily outperforms all existing JVM interpreters (often by more than
an order of magnitude).

In addition, SISC is a complete implementation of the language. The
entire R5RS Scheme standard is supported, no exceptions. This includes
a full number tower including complex number support, arbitrary
precision integers and floating point numbers, as well as hygenic R5RS
macros, proper tail recursion, and first-class continuations (not just
the escaping continuations as in many limited Scheme systems). SISC
also attempts to implement the standard as correctly as possible,
while still providing exceptional performance.

SISC also provides useful real-world extensions, such as networking,
elegant exception handling, a scope-friendly module system, support
for SLIB, numerous SRFIs, and an extensible type system with a Java
foreign-function interface.

Finally, native functionality can be added through the use of native
libraries that may add new types, values, and functions to the
language. These extensions can be packaged into scopable modules at
the Scheme level as well.  


DescPort: 
No support for SRFI-22 yet.



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/sci numarray-py.info,1.2,1.3

2005-01-06 Thread Jeff Whitaker
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6494

Modified Files:
numarray-py.info 
Log Message:
New upstream version.


Index: numarray-py.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/numarray-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- numarray-py.info13 Dec 2004 22:40:36 -  1.2
+++ numarray-py.info6 Jan 2005 13:51:28 -   1.3
@@ -1,13 +1,13 @@
 Info2: 
 
 Package: numarray-py%type_pkg[python]
-Version: 1.1
+Version: 1.1.1
 Revision: 11
 Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
 Type: python (2.2 2.3 2.4)
 Depends: python%type_pkg[python] | python%type_pkg[python]-nox
 Source: mirror:sourceforge:numpy/numarray-%v.tar.gz
-Source-MD5: cd7520b3859bc5d5c73be0124e10c0c1
+Source-MD5: 40cec6ce8ca2e95a4fbc7a28879bf4a5
 Patch: %{ni}.patch
 CompileScript: 
  #!/bin/sh



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink ChangeLog,1.281,1.282 bootstrap.pl,1.56,1.57

2005-01-06 Thread Daniel Macks
Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24555

Modified Files:
ChangeLog bootstrap.pl 
Log Message:
Update bootstrapping to new execute() API


Index: bootstrap.pl
===
RCS file: /cvsroot/fink/fink/bootstrap.pl,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- bootstrap.pl2 Jan 2005 15:50:14 -   1.56
+++ bootstrap.pl6 Jan 2005 19:48:02 -   1.57
@@ -147,7 +147,7 @@
exit 1;
}
print \n;
-   exit execute($cmd, 1);
+   exit execute($cmd, quiet=1);
 } else {
if (defined $ARGV[0] and substr($ARGV[0],0,1) eq .) {
$rootmethod = shift;

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -d -r1.281 -r1.282
--- ChangeLog   2 Jan 2005 15:50:14 -   1.281
+++ ChangeLog   6 Jan 2005 19:47:49 -   1.282
@@ -1,3 +1,7 @@
+2005-01-06  Daniel Macks  [EMAIL PROTECTED]
+
+   * bootstrap.pl: update to new Services::execute() API
+
 2005-01-02  Dave Morrison  [EMAIL PROTECTED]
 
* all: updated Copyright notice



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink ChangeLog,1.792,1.793

2005-01-06 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18591

Modified Files:
ChangeLog 
Log Message:
Typo fixes.


Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.792
retrieving revision 1.793
diff -u -d -r1.792 -r1.793
--- ChangeLog   5 Jan 2005 17:54:34 -   1.792
+++ ChangeLog   6 Jan 2005 21:29:04 -   1.793
@@ -134,7 +134,7 @@
* Services.pm: Implement execute_nonroot_okay and
execute_script_nonroot_okay as wrappers that obey fink's
--build-as-nobody flag.
-   * PkgVersion.pm: New forth argument to run_script(): boolean
+   * PkgVersion.pm: New fourth argument to run_script(): boolean
whether okay to run as non-root.
* PkgVersion.pm: --build-as-nobody causes unnpack, patch, compile,
and install phases to run as user nobody, then install dir is
@@ -147,10 +147,6 @@
 
 2004-11-24  Daniel Macks  [EMAIL PROTECTED]
 
-   * PkgVersion.pm: Do not include $epoch: in buildlock pkgname.
-
-2004-11-24  Daniel Macks  [EMAIL PROTECTED]
-
* PkgVersion.pm: Remove timestamp from buildlock pkgname; use
lockpkg's dpkg preinst scripts to prevent concurrent builds.
 



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/lrosengreen/finkinfo sisc.info,1.1,1.2

2005-01-06 Thread Lars Rosengreen
Update of /cvsroot/fink/experimental/lrosengreen/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv493

Modified Files:
sisc.info 
Log Message:
add support for SRFI-22 (using update_alternatives)


Index: sisc.info
===
RCS file: /cvsroot/fink/experimental/lrosengreen/finkinfo/sisc.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sisc.info   6 Jan 2005 08:59:18 -   1.1
+++ sisc.info   6 Jan 2005 20:24:34 -   1.2
@@ -5,29 +5,40 @@
 License: GPL
 Maintainer: Lars Rosengreen [EMAIL PROTECTED]
 
-BuildDepends: ant, docbook-xsl, junit, system-java-dev
-Depends: rlwrap, system-java
+BuildDepends: ant, docbook-xsl, system-java13-dev
+Depends: rlwrap, system-java13 | system-java14 | system-java15
 
 Source: mirror:sourceforge:%n/%n-%v.jar
 Source-MD5: 1300460919eef3a1bc78aace6e4f62ab
 SourceRename: %n.zip
 
-CompileScript: ant -Ddoc.style=%p/share/xml/xsl/docbook-xsl/html/chunk.xsl
+CompileScript: 
+  ant -Ddoc.style=%p/share/xml/xsl/docbook-xsl/html/chunk.xsl
+
 
 InstallScript: 
-mkdir -p %i/lib/sisc
-cp -Rp *.jar %i/lib/sisc
-cp -Rp %n.shp %i/lib/sisc
-mkdir -p %i/share/doc/sisc
-cp -Rp doc/*.txt %i/share/doc/sisc
-cp -Rp doc/generated/sss %i/share/doc/sisc
-mkdir -p %i/bin
-sed 's|`dirname $0`|%p/lib/sisc|g' %n.sh  %i/bin/sisc
-chmod 755 %i/bin/sisc
+  mkdir -p %i/lib/sisc
+  cp -Rp *.jar %i/lib/sisc
+  cp -Rp %n.shp %i/lib/sisc
+  cp -Rp src/sisc/modules/srfi/srfi-22/srfi-22.sh %i/lib/sisc
+  chmod 755 %i/lib/sisc/srfi-22.sh
+  mkdir -p %i/share/doc/sisc
+  cp -Rp doc/*.txt %i/share/doc/sisc
+  cp -Rp doc/generated/sss %i/share/doc/sisc
+  mkdir -p %i/bin
+  sed 's|`dirname $0`|%p/lib/sisc|g' %n.sh  %i/bin/sisc
+  chmod 755 %i/bin/sisc
 
 
 Docfiles: COPYING GOALS LICENSE.txt README TODO
-  
+
+PostInstScript: update-alternatives --install %p/bin/scheme scheme %p/bin/sisc 
40 --slave %p/bin/scheme-r5rs scheme-r5rs %p/lib/sisc/srfi-22.sh --slave 
%p/bin/scheme-r4rs scheme-r4rs %p/lib/sisc/srfi-22.sh --slave 
%p/bin/scheme-srfi-0 scheme-srfi-0 %p/lib/sisc/srfi-22.sh --slave 
%p/bin/scheme-ieee-1178-1900 scheme-ieee-1178-1900 %p/lib/sisc/srfi-22.sh
+
+PreRmScript: 
+  if [ $1 != upgrade ]; then
+update-alternatives --remove scheme %p/bin/sisc
+  fi
+
 Homepage: http://sisc.sourceforge.net
 
 DescDetail:  
@@ -57,5 +68,8 @@
 
 
 DescPort: 
-No support for SRFI-22 yet.
+SRFI-22 support included, with scheme-r5rs scheme-r4rs, scheme-srfi-0
+and scheme-ieee-1178-1900 all in %p/bin (using update_alternates).
+There appears to be a probelm with using scheme-srfi-7, so it is not
+provided for the time being.
 
\ No newline at end of file



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink ChangeLog,1.793,1.794 PkgVersion.pm,1.337,1.338

2005-01-06 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23144

Modified Files:
ChangeLog PkgVersion.pm 
Log Message:
If setting buildlock fails, attempt to remove lockpkg so it doesn't
get left in unpacked state in dpkg's status db.


Index: PkgVersion.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.337
retrieving revision 1.338
diff -u -d -r1.337 -r1.338
--- PkgVersion.pm   5 Jan 2005 09:43:52 -   1.337
+++ PkgVersion.pm   6 Jan 2005 21:47:34 -   1.338
@@ -2849,14 +2849,8 @@
print Setting build lock...\n;
my $debfile = 
$buildpath.'/'.$lockpkg.'_'.$timestamp.'_'.$debarch.'.deb';
my $lock_failed = execute(dpkg -i $debfile);
-   rm_f $debfile or
-   print_breaking(WARNING: Can't remove binary package file .
-   $debfile. .
-   This is not fatal, but you may 
want to remove .
-   the file manually to save disk 
space. .
-   Continuing with normal 
procedure.);
if ($lock_failed) {
-   die EOMSG
+   print_breaking(EOMSG);
 Can't set build lock for $pkgname ($pkgvers)
 
 If any of the above dpkg error messages mention problems with
@@ -2869,8 +2863,23 @@
 wasted compiling time! Packages that had been completely built before
 this error occurred will not have to be recompiled.
 EOMSG
+
+   # Failure due to depenendecy problems leaves lockpkg in an
+   # unpacked state, so try to remove it entirely.
+   execute(dpkg -r $lockpkg) or
+   print_breaking('You can probably ignore the above 
errors from dpkg -r');
}
 
+   # Even if installation fails, no reason to keep this around
+   rm_f $debfile or
+   print_breaking(WARNING: Can't remove binary package file .
+   $debfile. .
+   This is not fatal, but you may 
want to remove .
+   the file manually to save disk 
space. .
+   Continuing with normal 
procedure.);
+
+   die(buildlock failure) if $lock_failed;
+
# successfully get lock, so record ourselves
$self-{_lockpkg} = $lockpkg;
 

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.793
retrieving revision 1.794
diff -u -d -r1.793 -r1.794
--- ChangeLog   6 Jan 2005 21:29:04 -   1.793
+++ ChangeLog   6 Jan 2005 21:47:34 -   1.794
@@ -1,5 +1,9 @@
 2005-1-05  Daniel Macks  [EMAIL PROTECTED]
 
+   * PkgVersion.pm: Try not to leave partially-installed buildlock pkg.
+
+2005-1-05  Daniel Macks  [EMAIL PROTECTED]
+
* SelfUpdate.pm: Do 'apt-get update' *before* rebuilding aptdb.
 
 2005-1-05  Daniel Macks  [EMAIL PROTECTED]



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink PkgVersion.pm,1.338,1.339

2005-01-06 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv304

Modified Files:
PkgVersion.pm 
Log Message:
Doc fixes.


Index: PkgVersion.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -d -r1.338 -r1.339
--- PkgVersion.pm   6 Jan 2005 21:47:34 -   1.338
+++ PkgVersion.pm   6 Jan 2005 22:26:21 -   1.339
@@ -1386,6 +1386,9 @@
return @conflist;
 }
 
+# TODO: this method is superfluous and incomplete. Should inline it
+# into callers, and (eventually) implement minor-libversion handling
+# in pkglist()
 sub get_binary_depends {
my $self = shift;
my ($depspec);
@@ -2237,6 +2240,7 @@
 #   We depend on the major version only, in order to prevent users from
 #   installing a .deb file created with an incorrect MACOSX_DEPLOYMENT_TARGET
 #   value.
+# TODO: move all this kernel-dependency stuff into pkglist()
 # FIXME: Actually, if the package states a kernel version we should combine
 #   the version given by the package with the one we want to impose.
 #   Instead, right now, we just use the package's version but this means
@@ -2248,7 +2252,7 @@
if ($kernel_version =~ /(\d+)/) {
$kernel_major_version = $1;
} else {
-   die Couldn't determin major version number for $kernel 
kernel!;
+   die Couldn't determine major version number for $kernel 
kernel!;
}
 
my $has_kernel_dep;



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/gnome gnome-python2-py23.info,1.4,1.5

2005-01-06 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3389

Modified Files:
gnome-python2-py23.info 
Log Message:
Fix gtkglarea dependency.


Index: gnome-python2-py23.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/gnome-python2-py23.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gnome-python2-py23.info 3 Jan 2005 10:30:08 -   1.4
+++ gnome-python2-py23.info 7 Jan 2005 00:38:41 -   1.5
@@ -1,9 +1,10 @@
 Package: gnome-python2-py23
 Version: 2.0.0
-Revision: 14
+Revision: 15
 Maintainer: Jeremy Higgs [EMAIL PROTECTED]
 Source: mirror:gnome:sources/gnome-python/2.0/gnome-python-%v.tar.gz
 Source-MD5: 4501307598ffe0b62fa8f13201e6fbce
+# gtkglarea is static lib only (as of 1.2.3-13) so no Depends:gtkglarea-shlibs
 Depends: 
 pyorbit2-py23,
 nautilus-shlibs,
@@ -13,7 +14,6 @@
 libzvt2-shlibs,
 pygtk2-py23 (=2.0.0-23),
 libgnome2-shlibs,
-gtkglarea,
 gtkhtml1.1-shlibs,
 audiofile-shlibs,
 esound-shlibs,
@@ -48,6 +48,7 @@
 libgtkhtml2,
 libzvt2-dev,
 pygtk2-py23-dev (=2.0.0-23),
+gtkglarea,
 libpng3,
 gal21,
 gdk-pixbuf,



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/database postgresql-java.info,1.9,1.10

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/database
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31426

Modified Files:
postgresql-java.info 
Log Message:
use more robust version of head and tail commands


Index: postgresql-java.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/database/postgresql-java.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- postgresql-java.info29 Oct 2004 20:18:47 -  1.9
+++ postgresql-java.info7 Jan 2005 02:35:09 -   1.10
@@ -62,7 +62,7 @@
 #!/bin/sh -e
 
   export CLASSPATH=
-  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name 
include 2/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.4' 
| tail -1`
+  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name 
include 2/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.4' 
| tail -n 1`
   export 
JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/$JAVAVER/Home
   export PATH=$JAVA_HOME/bin:$PATH
 
@@ -76,7 +76,7 @@
 #!/bin/sh -e
 
   export CLASSPATH=
-  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name 
include 2/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.4' 
| tail -1`
+  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name 
include 2/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.4' 
| tail -n 1`
   export 
JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/$JAVAVER/Home
   export PATH=$JAVA_HOME/bin:$PATH
 



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/devel cvs2cl.info,1.3,1.4

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv468

Modified Files:
cvs2cl.info 
Log Message:
use more robust version of head and tail commands


Index: cvs2cl.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/cvs2cl.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cvs2cl.info 17 Dec 2004 05:42:33 -  1.3
+++ cvs2cl.info 7 Jan 2005 02:38:46 -   1.4
@@ -6,7 +6,7 @@
 Source-MD5: 20009a20ebd9df6a0cdd03b84704695c
 SourceRename: %n-%v.pl
 NoSourceDirectory: true
-PatchScript: tail +3151 %n-%v.pl | head -19  LISENCE
+PatchScript: tail -n +3151 %n-%v.pl | head -n 19  LISENCE
 CompileScript: 
  pod2man \
   --section=1 \



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs/perlmods mac-carbon-pm.info,1.3,1.4 mac-carbon-pm581.info,1.2,NONE

2005-01-06 Thread Ben Hines
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1418

Added Files:
mac-carbon-pm.info 
Removed Files:
mac-carbon-pm581.info 
Log Message:
Update, variantized.


--- mac-carbon-pm581.info DELETED ---

--- NEW FILE: mac-carbon-pm.info ---
Info2: 
Package: mac-carbon-pm%type_pkg[perl]
Version: 0.70
Revision: 13
Replaces: mac-carbon-pm (= 0.05-1), mac-carbon-pm560, mac-carbon-pm561, 
mac-carbon-pm580, mac-carbon-pm581, mac-carbon-pm584
Conflicts: mac-carbon-pm (= 0.05-1)
Depends: macosx, perl%type_pkg[perl]-core
BuildDepends: fink ( 0.19.2)
Source: mirror:sourceforge:macperl/Mac-Carbon-%v.tar.gz
Source-MD5: 3f551da4f4fc309e5777def41c4ba3fd
Type: perl (5.6.0 5.6.1 5.8.0 5.8.1 5.8.4)
UpdatePOD: true
NoPerlTests: true
DocFiles: Changes README
Description: Perl module for accessing Carbon API
License: Artistic
Maintainer: Ben Hines [EMAIL PROTECTED]
Homepage: http://sourceforge.net/projects/macperl/




---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/crypto/finkinfo db42-ssl-java.info,1.2,1.3 postgresql-ssl-java.info,1.1,1.2

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/stable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30748

Modified Files:
db42-ssl-java.info postgresql-ssl-java.info 
Log Message:
use more robust version of head and tail commands


Index: db42-ssl-java.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/crypto/finkinfo/db42-ssl-java.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- db42-ssl-java.info  25 Feb 2004 13:53:52 -  1.2
+++ db42-ssl-java.info  7 Jan 2005 02:33:09 -   1.3
@@ -14,7 +14,7 @@
 GCC: 3.3
 CompileScript: 
 #! /bin/sh -ex
-JAVA14=`ls -d /System/Library/Frameworks/JavaVM.framework/Versions/1.4.*/ | 
tail -1`
+JAVA14=`ls -d /System/Library/Frameworks/JavaVM.framework/Versions/1.4.*/ | 
tail -n 1`
 cd build_unix;
 F77=no ../dist/configure %c JAVAC=$JAVA14/Commands/javac 
JAR=$JAVA14/Commands/jar
 VERSIONS=-avoid-version  -XCClinker -current_version -XCClinker 4.2.52 
-XCClinker -compatibility_version -XCClinker 4.2 -no-undefined

Index: postgresql-ssl-java.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/crypto/finkinfo/postgresql-ssl-java.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- postgresql-ssl-java.info9 Sep 2004 22:17:07 -   1.1
+++ postgresql-ssl-java.info7 Jan 2005 02:33:09 -   1.2
@@ -62,7 +62,7 @@
 #!/bin/sh -e
 
   export CLASSPATH=
-  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name 
include 2/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.4' 
| tail -1`
+  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name 
include 2/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.4' 
| tail -n 1`
   export 
JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/$JAVAVER/Home
   export PATH=$JAVA_HOME/bin:$PATH
 
@@ -76,7 +76,7 @@
 #!/bin/sh -e
 
   export CLASSPATH=
-  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name 
include 2/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.4' 
| tail -1`
+  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name 
include 2/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.4' 
| tail -n 1`
   export 
JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/$JAVAVER/Home
   export PATH=$JAVA_HOME/bin:$PATH
 



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/database postgresql-java.info,1.1,1.2

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/database
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31927

Modified Files:
postgresql-java.info 
Log Message:
use more robust version of head and tail commands


Index: postgresql-java.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/database/postgresql-java.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- postgresql-java.info9 Sep 2004 22:17:08 -   1.1
+++ postgresql-java.info7 Jan 2005 02:36:14 -   1.2
@@ -62,7 +62,7 @@
 #!/bin/sh -e
 
   export CLASSPATH=
-  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name 
include 2/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.4' 
| tail -1`
+  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name 
include 2/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.4' 
| tail -n 1`
   export 
JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/$JAVAVER/Home
   export PATH=$JAVA_HOME/bin:$PATH
 
@@ -76,7 +76,7 @@
 #!/bin/sh -e
 
   export CLASSPATH=
-  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name 
include 2/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.4' 
| tail -1`
+  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name 
include 2/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.4' 
| tail -n 1`
   export 
JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/$JAVAVER/Home
   export PATH=$JAVA_HOME/bin:$PATH
 



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/devel cvs2cl.info,1.1,1.2

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv332

Modified Files:
cvs2cl.info 
Log Message:
use more robust version of head and tail commands


Index: cvs2cl.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/devel/cvs2cl.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cvs2cl.info 17 Dec 2004 06:05:00 -  1.1
+++ cvs2cl.info 7 Jan 2005 02:38:30 -   1.2
@@ -6,7 +6,7 @@
 Source-MD5: 20009a20ebd9df6a0cdd03b84704695c
 SourceRename: %n-%v.pl
 NoSourceDirectory: true
-PatchScript: tail +3151 %n-%v.pl | head -19  LISENCE
+PatchScript: tail -n +3151 %n-%v.pl | head -n 19  LISENCE
 CompileScript: 
  pod2man \
   --section=1 \



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/games connect4-1.2-11.info,1.1,1.2 fortune-mod-9708-2.info,1.1,1.2

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/games
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1635

Modified Files:
connect4-1.2-11.info fortune-mod-9708-2.info 
Log Message:
use more robust version of head and tail commands


Index: connect4-1.2-11.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/games/connect4-1.2-11.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- connect4-1.2-11.info21 Oct 2003 14:52:24 -  1.1
+++ connect4-1.2-11.info7 Jan 2005 02:43:56 -   1.2
@@ -7,7 +7,7 @@
 GCC: 3.3
 CompileScript: 
 c++ *.cpp -O2 -ffast-math -fforce-addr -fomit-frame-pointer -finline-functions 
-o %n
-tail -2 README.txt  LICENSE
+tail -n 2 README.txt  LICENSE
 
 InstallScript: 
 mkdir -p %i/bin/

Index: fortune-mod-9708-2.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/games/fortune-mod-9708-2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fortune-mod-9708-2.info 20 Oct 2003 22:16:32 -  1.1
+++ fortune-mod-9708-2.info 7 Jan 2005 02:43:56 -   1.2
@@ -5,7 +5,7 @@
 Source-MD5: 81a87a44f9d94b0809dfc2b7b140a379
 CompileScript: 
 make FORTDIR=%p/bin COOKIEDIR=%p/share/fortunes BINDIR=%p/bin CC=cc 
REGEXDEFS='-DHAVE_REGEX_H -DPOSIX_REGEX' LDFLAGS=
-head -38 fortune/fortune.cLICENSE
+head -n 38 fortune/fortune.cLICENSE
 
 InstallScript: 
 make FORTDIR=%i/bin COOKIEDIR=%i/share/fortunes BINDIR=%i/bin 
BINMANDIR=%i/share/man/man1 FORTMANDIR=%i/share/man/man6 install



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/games connect4-1.2-11.info,1.1,1.2 jzip.info,1.1,1.2

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/games
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1768

Modified Files:
connect4-1.2-11.info jzip.info 
Log Message:
use more robust version of head and tail commands


Index: jzip.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/games/jzip.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- jzip.info   16 Dec 2003 07:19:48 -  1.1
+++ jzip.info   7 Jan 2005 02:44:15 -   1.2
@@ -40,7 +40,7 @@
  mkdir -p %i/share/zcode-games/
  install -m 755 jzip %i/bin/
  install -m 755 ckifzs %i/bin/
- tail -n 22 license.c | head -20 | sed '[EMAIL PROTECTED]@@' | sed '[EMAIL 
PROTECTED]|\|);@@g' | sed '[EMAIL PROTECTED]@Jzip [EMAIL PROTECTED]'  
license.txt
+ tail -n 22 license.c | head -n 20 | sed '[EMAIL PROTECTED]@@' | sed '[EMAIL 
PROTECTED]|\|);@@g' | sed '[EMAIL PROTECTED]@Jzip [EMAIL PROTECTED]'  
license.txt
 
 DocFiles: license.txt
 Maintainer: Carsten Klapp [EMAIL PROTECTED]

Index: connect4-1.2-11.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/games/connect4-1.2-11.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- connect4-1.2-11.info21 Oct 2003 15:11:13 -  1.1
+++ connect4-1.2-11.info7 Jan 2005 02:44:15 -   1.2
@@ -7,7 +7,7 @@
 GCC: 3.3
 CompileScript: 
 c++ *.cpp -O2 -ffast-math -fforce-addr -fomit-frame-pointer -finline-functions 
-o %n
-tail -2 README.txt  LICENSE
+tail -n 2 README.txt  LICENSE
 
 InstallScript: 
 mkdir -p %i/bin/



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs db42-java.info,1.8,1.9 pykqueue-py23.info,1.1,1.2

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2613

Modified Files:
db42-java.info pykqueue-py23.info 
Log Message:
use more robust version of head and tail commands


Index: db42-java.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/db42-java.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- db42-java.info  25 Feb 2004 13:50:26 -  1.8
+++ db42-java.info  7 Jan 2005 02:48:46 -   1.9
@@ -14,7 +14,7 @@
 GCC: 3.3
 CompileScript: 
 #! /bin/sh -ex
-JAVA14=`ls -d /System/Library/Frameworks/JavaVM.framework/Versions/1.4.*/ | 
tail -1`
+JAVA14=`ls -d /System/Library/Frameworks/JavaVM.framework/Versions/1.4.*/ | 
tail -n 1`
 cd build_unix;
 F77=no ../dist/configure %c JAVAC=$JAVA14/Commands/javac 
JAR=$JAVA14/Commands/jar
 VERSIONS=-avoid-version  -XCClinker -current_version -XCClinker 4.2.52 
-XCClinker -compatibility_version -XCClinker 4.2 -no-undefined

Index: pykqueue-py23.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/pykqueue-py23.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pykqueue-py23.info  3 May 2004 07:28:16 -   1.1
+++ pykqueue-py23.info  7 Jan 2005 02:48:46 -   1.2
@@ -19,7 +19,7 @@
 
   
 InstallScript: 
- head -24 KQueue.py | tail +2 | sed 's/^# *//'  LICENSE
+ head -24 KQueue.py | tail -n +2 | sed 's/^# *//'  LICENSE
  install -d -m 755 %i/lib/python2.3/site-packages
  install -m 644 kqsyscallmodule.so %i/lib/python2.3/site-packages
  install -m 644 KQueue.py %i/lib/python2.3/site-packages



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/libs db42-java.info,1.2,1.3

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2531

Modified Files:
db42-java.info 
Log Message:
use more robust version of head and tail commands


Index: db42-java.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs/db42-java.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- db42-java.info  25 Feb 2004 13:52:57 -  1.2
+++ db42-java.info  7 Jan 2005 02:48:22 -   1.3
@@ -14,7 +14,7 @@
 GCC: 3.3
 CompileScript: 
 #! /bin/sh -ex
-JAVA14=`ls -d /System/Library/Frameworks/JavaVM.framework/Versions/1.4.*/ | 
tail -1`
+JAVA14=`ls -d /System/Library/Frameworks/JavaVM.framework/Versions/1.4.*/ | 
tail -n 1`
 cd build_unix;
 F77=no ../dist/configure %c JAVAC=$JAVA14/Commands/javac 
JAR=$JAVA14/Commands/jar
 VERSIONS=-avoid-version  -XCClinker -current_version -XCClinker 4.2.52 
-XCClinker -compatibility_version -XCClinker 4.2 -no-undefined



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs progressbar-rb.info,1.1,1.2

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4246

Modified Files:
progressbar-rb.info 
Log Message:
use more robust version of head and tail commands


Index: progressbar-rb.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/progressbar-rb.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- progressbar-rb.info 21 Jun 2004 22:14:19 -  1.1
+++ progressbar-rb.info 7 Jan 2005 02:55:52 -   1.2
@@ -15,7 +15,7 @@
 Source4: http://www.gnu.org/licenses/gpl.txt
 Source4-MD5: 393a5ca445f6965873eca0259a17f833
 
-PatchScript: tail -12 progressbar.en.rd  LICENSE
+PatchScript: tail -n 12 progressbar.en.rd  LICENSE
 CompileScript: echo Nothing is compiled in this section.
 InstallScript: 
 install -m 755 -d   %i/lib/ruby/site_ruby



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/net autossh.info,1.1,1.2 bmon.info,1.4,1.5 host.info,1.1,1.2

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5472

Modified Files:
autossh.info bmon.info host.info 
Log Message:
use more robust version of head and tail commands


Index: host.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/host.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- host.info   23 Feb 2004 06:20:16 -  1.1
+++ host.info   7 Jan 2005 03:02:05 -   1.2
@@ -9,8 +9,8 @@
 CompileScript: 
 perl -pi.bak -e 's/HOST_RES_SEND/HOST_RES_SEND -DBIND_8_COMPAT/g' Makefile
 make DESTBIN=%p/bin DESTMAN=%p/share/man RES= DEFS=-DBIND_8_COMPAT
-head -274 main.c  USAGE
-head -37 main.c | tail -12  LICENSE
+head -n 274 main.c  USAGE
+head -n 37 main.c | tail -n 12  LICENSE
 
 InstallScript: 
 mkdir -p %i/bin

Index: bmon.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/bmon.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bmon.info   12 Nov 2004 08:05:44 -  1.4
+++ bmon.info   7 Jan 2005 03:02:05 -   1.5
@@ -8,7 +8,7 @@
 ConfigureParams: --mandir=%p/share/man
 InstallScript: 
  make install DESTDIR=%d
- head -24 include/bmon/distribution.h | tail +5 | sed -e 's/*//g'  LICENSE
+ head -n 24 include/bmon/distribution.h | tail -n +5 | sed -e 's/*//g'  
LICENSE
 
 DocFiles: ChangeLog etc/bmon.conf include/bmon/distribution.h LICENSE
 Description: Bandwidth monitor

Index: autossh.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/autossh.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- autossh.info22 Feb 2004 16:19:39 -  1.1
+++ autossh.info7 Jan 2005 03:02:04 -   1.2
@@ -10,7 +10,7 @@
 
 CompileScript: make -f Makefile.apple
 InstallScript: 
- head -n 22 autossh.c | tail +7 | sed 's/^ \* \?//'  LICENSE
+ head -n 22 autossh.c | tail -n +7 | sed 's/^ \* \?//'  LICENSE
 
  install -d -m 755 %i/bin %i/share/man/man1 %i/share/doc/%n 
%i/share/doc/%n/examples
  install -c -m 755 autossh %i/bin



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/net gnewspost.info,1.4,1.5 odsclient-1.02-1.info,1.1,1.2 privoxy.info,1.1,1.2 scanssh-1.6b-2.info,1.1,1.2 sockstat.info,1.1,1.2

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6276

Modified Files:
gnewspost.info odsclient-1.02-1.info privoxy.info 
scanssh-1.6b-2.info sockstat.info 
Log Message:
use more robust version of head and tail commands


Index: gnewspost.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/gnewspost.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gnewspost.info  16 Aug 2004 02:11:57 -  1.4
+++ gnewspost.info  7 Jan 2005 03:05:53 -   1.5
@@ -11,7 +11,7 @@
 Patch: %n.patch
 CompileScript: 
 perl -pi.bak -e 's/\2.0\/\2.1.1\/g' src/gnewspost.h
-head -35 src/%n.c  LICENSE
+head -n 35 src/%n.c  LICENSE
 ln -sf /usr/share/automake-1.6/missing missing
 ln -sf /usr/share/automake-1.6/install-sh install-sh
 ln -sf /usr/share/automake-1.6/mkinstalldirs mkinstalldirs

Index: odsclient-1.02-1.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/odsclient-1.02-1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- odsclient-1.02-1.info   12 Jun 2004 21:13:55 -  1.1
+++ odsclient-1.02-1.info   7 Jan 2005 03:05:53 -   1.2
@@ -8,7 +8,7 @@
 InstallScript: 
   mkdir -p %i/bin
   install -c -o root -g wheel -m 0755 odsclient %i/bin
-  head -22 socket.c  LICENSE
+  head -n 22 socket.c  LICENSE
 
 DocFiles: README LICENSE
 Description: Client for ods.org Dynamic DNS service

Index: privoxy.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/privoxy.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- privoxy.info1 Jun 2004 14:12:37 -   1.1
+++ privoxy.info7 Jan 2005 03:05:53 -   1.2
@@ -3,7 +3,7 @@
 ##
 Package: privoxy
 Version: 3.0.0
-Revision: 2
+Revision: 3
 Description: Privacy Enhancing Proxy
 License: GPL
 Maintainer: Nigel Stanger [EMAIL PROTECTED]
@@ -86,7 +86,7 @@
   daemonic remove %n
   rm %p/var/log/%n/*.gz || true
   if [ -f %p/var/run/%n.pid ]; then
-kill $(cat %p/var/run/%n.pid | head -1) || true
+kill $(cat %p/var/run/%n.pid | head -n 1) || true
   fi
 fi
 

Index: sockstat.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/sockstat.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sockstat.info   11 May 2004 07:37:45 -  1.1
+++ sockstat.info   7 Jan 2005 03:05:54 -   1.2
@@ -9,7 +9,7 @@
 Patch: %n.patch
 CompileScript: 
  #!/bin/sh
-   head -30 sockstat.pl  LICENSE
+   head -n 30 sockstat.pl  LICENSE
 
 InstallScript: 
 #!/bin/sh

Index: scanssh-1.6b-2.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/scanssh-1.6b-2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scanssh-1.6b-2.info 20 Oct 2003 22:22:53 -  1.1
+++ scanssh-1.6b-2.info 7 Jan 2005 03:05:54 -   1.2
@@ -7,7 +7,7 @@
 Patch: %f.patch
 ConfigureParams: --mandir='%p/share/man' --bindir='%p/bin/'
 InstallScript: 
-head -28 scanssh.c  LICENSE
+head -n 28 scanssh.c  LICENSE
 mkdir -p %d%p/bin 
 mkdir -p %d%p/share/man/man1 
 make install DESTDIR=%d



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/net scanssh-1.6b-2.info,1.1,1.2

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6366

Modified Files:
scanssh-1.6b-2.info 
Log Message:
use more robust version of head and tail commands


Index: scanssh-1.6b-2.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/net/scanssh-1.6b-2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scanssh-1.6b-2.info 20 Oct 2003 22:16:33 -  1.1
+++ scanssh-1.6b-2.info 7 Jan 2005 03:06:07 -   1.2
@@ -7,7 +7,7 @@
 Patch: %f.patch
 ConfigureParams: --mandir='%p/share/man' --bindir='%p/bin/'
 InstallScript: 
-head -28 scanssh.c  LICENSE
+head -n 28 scanssh.c  LICENSE
 mkdir -p %d%p/bin 
 mkdir -p %d%p/share/man/man1 
 make install DESTDIR=%d



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/sci atlas-3.4.1-2.info,1.3,NONE atlas-3.4.1-2.patch,1.1,NONE

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6961

Removed Files:
atlas-3.4.1-2.info atlas-3.4.1-2.patch 
Log Message:
obsolete


--- atlas-3.4.1-2.patch DELETED ---

--- atlas-3.4.1-2.info DELETED ---



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/sci atlas.info,1.2,1.3 molmol.info,1.4,1.5 netcdf.info,1.3,1.4 phylip.info,1.1,1.2

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7300

Modified Files:
atlas.info molmol.info netcdf.info phylip.info 
Log Message:
use more robust version of head and tail commands


Index: phylip.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/phylip.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- phylip.info 20 Sep 2004 12:27:54 -  1.1
+++ phylip.info 7 Jan 2005 03:11:35 -   1.2
@@ -6,7 +6,7 @@
 PatchScript: sed 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1 
 Depends: x11
 CompileScript: 
-head -7 src/phylip.c  Copyright
+head -n 7 src/phylip.c  Copyright
 cd src  make install
 
 InstallScript: 

Index: atlas.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/atlas.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- atlas.info  24 Feb 2004 09:00:46 -  1.2
+++ atlas.info  7 Jan 2005 03:11:35 -   1.3
@@ -36,17 +36,17 @@
 SourceDirectory: ATLAS
 CompileScript: 
  (cd ../LAPACK; sed 's|-funroll-all-loops -fno-f2c -O3|-funroll-all-loops 
-O3|g'  INSTALL/make.inc.LINUX  make.inc; cd SRC; make all)
- (make CC=cc config; export ARCH=`ls -1t Make* | head -1 | cut -f2 -d.`; cp 
../LAPACK/lapack_LINUX.a lib/$ARCH/liblapack.a; mv Make.$ARCH Make.$ARCH.orig; 
sed 's|gcc|cc|g'  Make.$ARCH.orig  Make.$ARCH; make install arch=$ARCH)
+ (make CC=cc config; export ARCH=`ls -1t Make* | head -n 1 | cut -f2 -d.`; 
cp ../LAPACK/lapack_LINUX.a lib/$ARCH/liblapack.a; mv Make.$ARCH 
Make.$ARCH.orig; sed 's|gcc|cc|g'  Make.$ARCH.orig  Make.$ARCH; make install 
arch=$ARCH)
 
 InstallScript: 
  mkdir -p %i/lib
  mkdir -p %i/include
  mkdir -p %i/share/doc/%n
- (export ARCH=`ls -1t Make* | head -1 | cut -f2 -d.`; ranlib 
lib/$ARCH/lib*a; cp lib/$ARCH/lib*a %i/lib)
+ (export ARCH=`ls -1t Make* | head -n 1 | cut -f2 -d.`; ranlib 
lib/$ARCH/lib*a; cp lib/$ARCH/lib*a %i/lib)
  cp include/cblas.h %i/include
  cp doc/* %i/share/doc/%n
  cp README %i/share/doc/%n
- head -31 config.c  %i/share/doc/%n/LICENSE
+ head -n 31 config.c  %i/share/doc/%n/LICENSE
 
 PostInstScript: 
  ranlib %p/lib/libatlas.a 

Index: molmol.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/molmol.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- molmol.info 17 Mar 2004 21:44:15 -  1.4
+++ molmol.info 7 Jan 2005 03:11:35 -   1.5
@@ -27,13 +27,13 @@
 cp src/iodev/IODev.c src/iodev/IODev.c-dist
 grep -v IOMotifOGLDSetDev src/iodev/IODev.c-dist  src/iodev/IODev.c
 cp molmol molmol.orig
-head -13 molmol.orig  junk.top
-tail -153 molmol.orig  junk.bottom
+head -n 13 molmol.orig  junk.top
+tail -n 153 molmol.orig  junk.bottom
 sed s/ksh/zsh/g junk.top  junk2.top
 sed 's|/opt/group/MOLMOL|%p/share/molmol|g'  junk2.top  junk3.top
 echo localdev=Motif/OpenGL  junk3.top
 echo glxdev=Motif/OpenGL  junk3.top
-head -149 junk.bottom  junk2.bottom
+head -n 149 junk.bottom  junk2.bottom
 cat junk3.top junk2.bottom  molmol
 echo %p/share/molmol/src/main/molmol \$xopt   molmol
 echo 'else'   molmol

Index: netcdf.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/netcdf.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- netcdf.info 19 Aug 2004 12:30:37 -  1.3
+++ netcdf.info 7 Jan 2005 03:11:35 -   1.4
@@ -11,7 +11,8 @@
 SourceDirectory: %N-%v/src
 Source-MD5: 52972e8765394010d2507a9a1dc02a56
 NoSetLDFLAGS: true
-SetCXX: c++
+SetCXX: g++-3.3
+SetCC: gcc-3.3
 SetCPPFLAGS: -DNDEBUG -Df2cFortran
 CompileScript: 
   CXXFLAGS=-O2 -fno-common CFLAGS='-O2 -fno-common' FC='%p/bin/fort77' 
FFLAGS='-O2 -Nx400 -w' ./configure %c
@@ -22,9 +23,9 @@
  make install prefix=%i MANDIR=%i/share/man
  (mkdir libtmp; cd libtmp; ar -x ../libsrc/libnetcdf.a)
  (mkdir libtmp2; cd libtmp2; ar -x ../cxx/libnetcdf_c++.a)
- (cd libtmp; objfiles=`ls -1 *.o`; cc -dynamiclib -flat_namespace -undefined 
suppress -o libnetcdf.%v.dylib $objfiles -install_name %p/lib/libnetcdf.3.dylib 
-current_version %v -compatibility_version 3.5; cp libnetcdf.%v.dylib %i/lib) 
+ (cd libtmp; objfiles=`ls -1 *.o`; gcc-3.3 -dynamiclib -flat_namespace 
-undefined suppress -o libnetcdf.%v.dylib $objfiles -install_name 
%p/lib/libnetcdf.3.dylib -current_version %v -compatibility_version 3.5; cp 
libnetcdf.%v.dylib %i/lib) 
  (cd %i/lib; ln -s %p/lib/libnetcdf.%v.dylib libnetcdf.3.dylib; ln -s 
%p/lib/libnetcdf.3.dylib libnetcdf.dylib;  ln -s %p/lib/libnetcdf.%v.dylib 
libnetcdf.3.5.0.dylib)
- (cd libtmp2; objfiles=`ls -1 *.o`; c++ -dynamiclib -flat_namespace -undefined 
suppress -o libnetcdf_c++.%v.dylib $objfiles -install_name 

dists/10.3/stable/main/finkinfo/sci molmol.info,1.1,1.2 atlas-3.4.1-2.info,1.3,1.4

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7353

Modified Files:
molmol.info atlas-3.4.1-2.info 
Log Message:
use more robust version of head and tail commands


Index: molmol.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/sci/molmol.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- molmol.info 17 Mar 2004 22:32:43 -  1.1
+++ molmol.info 7 Jan 2005 03:11:57 -   1.2
@@ -27,13 +27,13 @@
 cp src/iodev/IODev.c src/iodev/IODev.c-dist
 grep -v IOMotifOGLDSetDev src/iodev/IODev.c-dist  src/iodev/IODev.c
 cp molmol molmol.orig
-head -13 molmol.orig  junk.top
-tail -153 molmol.orig  junk.bottom
+head -n 13 molmol.orig  junk.top
+tail -n 153 molmol.orig  junk.bottom
 sed s/ksh/zsh/g junk.top  junk2.top
 sed 's|/opt/group/MOLMOL|%p/share/molmol|g'  junk2.top  junk3.top
 echo localdev=Motif/OpenGL  junk3.top
 echo glxdev=Motif/OpenGL  junk3.top
-head -149 junk.bottom  junk2.bottom
+head -n 149 junk.bottom  junk2.bottom
 cat junk3.top junk2.bottom  molmol
 echo %p/share/molmol/src/main/molmol \$xopt   molmol
 echo 'else'   molmol

Index: atlas-3.4.1-2.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/sci/atlas-3.4.1-2.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- atlas-3.4.1-2.info  24 Feb 2004 08:47:53 -  1.3
+++ atlas-3.4.1-2.info  7 Jan 2005 03:11:57 -   1.4
@@ -41,17 +41,17 @@
 Patch: %f.patch
 CompileScript: 
  (cd ../LAPACK; sed 's|-funroll-all-loops -fno-f2c -O3|-funroll-all-loops 
-O3|g'  INSTALL/make.inc.LINUX  make.inc; cd SRC; make all)
- (make CC=cc config; export ARCH=`ls -1t Make* | head -1 | cut -f2 -d.`; cp 
../LAPACK/lapack_LINUX.a lib/$ARCH/liblapack.a; mv Make.$ARCH Make.$ARCH.orig; 
sed 's|gcc|cc|g'  Make.$ARCH.orig  Make.$ARCH; make install arch=$ARCH)
+ (make CC=cc config; export ARCH=`ls -1t Make* | head -n 1 | cut -f2 -d.`; 
cp ../LAPACK/lapack_LINUX.a lib/$ARCH/liblapack.a; mv Make.$ARCH 
Make.$ARCH.orig; sed 's|gcc|cc|g'  Make.$ARCH.orig  Make.$ARCH; make install 
arch=$ARCH)
 
 InstallScript: 
  mkdir -p %i/lib
  mkdir -p %i/include
  mkdir -p %i/share/doc/%n
- (export ARCH=`ls -1t Make* | head -1 | cut -f2 -d.`; ranlib 
lib/$ARCH/lib*a; cp lib/$ARCH/lib*a %i/lib)
+ (export ARCH=`ls -1t Make* | head -n 1 | cut -f2 -d.`; ranlib 
lib/$ARCH/lib*a; cp lib/$ARCH/lib*a %i/lib)
  cp include/cblas.h %i/include
  cp doc/* %i/share/doc/%n
  cp README %i/share/doc/%n
- head -31 config.c  %i/share/doc/%n/LICENSE
+ head -n 31 config.c  %i/share/doc/%n/LICENSE
 
 PostInstScript: 
  ranlib %p/lib/libatlas.a 



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/text ispell.info,1.2,1.3 altpdftex-2.14-1.info,1.2,1.3 dvibook-1-1.info,1.3,1.4 pdfscreen-1.5-6.info,1.3,1.4 pdfslide-0.50-4.info,1.4,1.5 tex4ht-20030412-10.info,1.3,1.4 xdvi-system-tetex-22.78-1.info,1.3,1.4 xdvi.info,1.2,1.3

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8994

Modified Files:
ispell.info altpdftex-2.14-1.info dvibook-1-1.info 
pdfscreen-1.5-6.info pdfslide-0.50-4.info 
tex4ht-20030412-10.info xdvi-system-tetex-22.78-1.info 
xdvi.info 
Log Message:
use more robust version of head and tail commands


Index: dvibook-1-1.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/dvibook-1-1.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dvibook-1-1.info10 Oct 2004 19:24:22 -  1.3
+++ dvibook-1-1.info7 Jan 2005 03:19:04 -   1.4
@@ -16,9 +16,9 @@
 Source-MD5: 5990b2777898269612baeea3ba3adea7
 Patch: %f.patch
 PatchScript: 
- head -6 Dvibook/dvibook.c  license
- head -58 libtex/dvi_draw.c  license.dvi_draw
- head -32 libtex/dvistuff.c  license.dvistuff
+ head -n 6 Dvibook/dvibook.c  license
+ head -n 58 libtex/dvi_draw.c  license.dvi_draw
+ head -n 32 libtex/dvistuff.c  license.dvistuff
 
 CompileScript: 
  xmkmf -a

Index: altpdftex-2.14-1.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/altpdftex-2.14-1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- altpdftex-2.14-1.info   28 Nov 2003 13:28:17 -  1.2
+++ altpdftex-2.14-1.info   7 Jan 2005 03:19:04 -   1.3
@@ -6,7 +6,7 @@
 Conflicts: system-tetex
 Replaces: tetex-macosx
 PatchScript: 
- head -24 altpdftex  LICENSE
+ head -n 24 altpdftex  LICENSE
  mv altpdftex altpdftex.orig
  sed s|/usr/local/bin|%p/bin|g  altpdftex.orig | sed 
s|gerben.Exp|\(modified\ by [EMAIL PROTECTED] for use in the Fink project)|  
altpdftex
 

Index: tex4ht-20030412-10.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/tex4ht-20030412-10.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tex4ht-20030412-10.info 16 Aug 2004 02:14:48 -  1.3
+++ tex4ht-20030412-10.info 7 Jan 2005 03:19:05 -   1.4
@@ -19,7 +19,7 @@
 CompileScript:
 (cd temp; cc -O2 -o tex4ht tex4ht.c -DHAVE_DIRENT_H 
-DENVFILE='%p/share/%n/tex4ht.env' ) 
 (cd temp; cc -O2 -o t4ht t4ht.c -DENVFILE='%p/share/%n/tex4ht.env' ) 
-head -20 temp/t4ht.c  LICENSE
+head -n 20 temp/t4ht.c  LICENSE
 mv lppl-1.2.txt lppl.txt
 
 InstallScript:

Index: pdfslide-0.50-4.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/pdfslide-0.50-4.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pdfslide-0.50-4.info12 Mar 2004 15:50:47 -  1.4
+++ pdfslide-0.50-4.info7 Jan 2005 03:19:05 -   1.5
@@ -23,7 +23,7 @@
 InstallScript: 
  mkdir -p %i/share/doc/%n
  mv ../lppl-1.2.txt %i/share/doc/%n/lppl.txt
- head -18 pdfslide.sty  %i/share/doc/%n/license.info
+ head -n 18 pdfslide.sty  %i/share/doc/%n/license.info
  mkdir -p %i/etc/texmf.local/tex/latex
  cd ..; mv %n %i/etc/texmf.local/tex/latex
 

Index: pdfscreen-1.5-6.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/pdfscreen-1.5-6.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pdfscreen-1.5-6.info12 Mar 2004 15:50:47 -  1.3
+++ pdfscreen-1.5-6.info7 Jan 2005 03:19:04 -   1.4
@@ -23,7 +23,7 @@
 InstallScript: 
  mkdir -p %i/share/doc/%n
  mv ../lppl-1.2.txt %i/share/doc/%n/lppl.txt
- head -18 pdfscreen.sty  %i/share/doc/%n/license.info
+ head -n 18 pdfscreen.sty  %i/share/doc/%n/license.info
  mkdir -p %i/etc/texmf.local/tex/latex
  cd ..; mv %n %i/etc/texmf.local/tex/latex
 

Index: ispell.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/ispell.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ispell.info 24 Feb 2004 09:00:47 -  1.2
+++ ispell.info 7 Jan 2005 03:19:04 -   1.3
@@ -17,7 +17,7 @@
  (rm -f config.sh; ln -s config.sh.INSTALL config.sh; make install)
  mkdir -p %i/share/doc/%n
  cp README %i/share/doc/%n
- head -54 ispell.c | tail -47  %i/share/doc/%n/LICENSE
+ head -n 54 ispell.c | tail -n 47  %i/share/doc/%n/LICENSE
 
 License: OSI-Approved
 Homepage: http://ficus-www.cs.ucla.edu/geoff/ispell.html

Index: xdvi.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/xdvi.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xdvi.info   13 Jun 2004 13:22:19 -  1.2
+++ xdvi.info   7 Jan 2005 03:19:05 -   1.3
@@ -12,7 +12,7 @@
  

dists/10.3/stable/main/finkinfo/text ispell-3.2.06-3.info,1.2,1.3 altpdftex-2.14-1.info,1.2,1.3 pdfscreen-1.5-6.info,1.3,1.4 pdfslide-0.50-4.info,1.4,1.5 tex4ht-20030412-10.info,1.4,1.5 xdvi.info,1.2,1.3

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9144

Modified Files:
ispell-3.2.06-3.info altpdftex-2.14-1.info 
pdfscreen-1.5-6.info pdfslide-0.50-4.info 
tex4ht-20030412-10.info xdvi.info 
Log Message:
use more robust version of head and tail commands


Index: xdvi.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/text/xdvi.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xdvi.info   13 Aug 2004 17:57:17 -  1.2
+++ xdvi.info   7 Jan 2005 03:19:46 -   1.3
@@ -12,7 +12,7 @@
  mkdir -p %i/bin
  mkdir -p %i/share/man/man1
  make install prefix=%i
- head -25 xdvi.c  LICENSE
+ head -n 25 xdvi.c  LICENSE
  mv %i/bin/xdvi %i/bin/xdvi.xdvi
  mv %i/share/man/man1/xdvi.1 %i/share/man/man1/xdvi.1.xdvi
  mv %i/bin/xdvizilla %i/bin/xdvizilla.xdvi

Index: altpdftex-2.14-1.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/text/altpdftex-2.14-1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- altpdftex-2.14-1.info   28 Nov 2003 13:28:15 -  1.2
+++ altpdftex-2.14-1.info   7 Jan 2005 03:19:45 -   1.3
@@ -6,7 +6,7 @@
 Conflicts: system-tetex
 Replaces: tetex-macosx
 PatchScript: 
- head -24 altpdftex  LICENSE
+ head -n 24 altpdftex  LICENSE
  mv altpdftex altpdftex.orig
  sed s|/usr/local/bin|%p/bin|g  altpdftex.orig | sed 
s|gerben.Exp|\(modified\ by [EMAIL PROTECTED] for use in the Fink project)|  
altpdftex
 

Index: tex4ht-20030412-10.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/text/tex4ht-20030412-10.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tex4ht-20030412-10.info 16 Aug 2004 14:15:51 -  1.4
+++ tex4ht-20030412-10.info 7 Jan 2005 03:19:46 -   1.5
@@ -19,7 +19,7 @@
 CompileScript:
 (cd temp; cc -O2 -o tex4ht tex4ht.c -DHAVE_DIRENT_H 
-DENVFILE='%p/share/%n/tex4ht.env' ) 
 (cd temp; cc -O2 -o t4ht t4ht.c -DENVFILE='%p/share/%n/tex4ht.env' ) 
-head -20 temp/t4ht.c  LICENSE
+head -n 20 temp/t4ht.c  LICENSE
 mv lppl-1.2.txt lppl.txt
 
 InstallScript:

Index: pdfslide-0.50-4.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/text/pdfslide-0.50-4.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pdfslide-0.50-4.info10 Mar 2004 22:39:00 -  1.4
+++ pdfslide-0.50-4.info7 Jan 2005 03:19:46 -   1.5
@@ -23,7 +23,7 @@
 InstallScript: 
  mkdir -p %i/share/doc/%n
  mv ../lppl-1.2.txt %i/share/doc/%n/lppl.txt
- head -18 pdfslide.sty  %i/share/doc/%n/license.info
+ head -n 18 pdfslide.sty  %i/share/doc/%n/license.info
  mkdir -p %i/etc/texmf.local/tex/latex
  cd ..; mv %n %i/etc/texmf.local/tex/latex
 

Index: ispell-3.2.06-3.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/text/ispell-3.2.06-3.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ispell-3.2.06-3.info24 Feb 2004 08:47:54 -  1.2
+++ ispell-3.2.06-3.info7 Jan 2005 03:19:45 -   1.3
@@ -17,7 +17,7 @@
  (rm -f config.sh; ln -s config.sh.INSTALL config.sh; make install)
  mkdir -p %i/share/doc/%n
  cp README %i/share/doc/%n
- head -54 ispell.c | tail -47  %i/share/doc/%n/LICENSE
+ head -n 54 ispell.c | tail -n 47  %i/share/doc/%n/LICENSE
 
 License: OSI-Approved
 Homepage: http://ficus-www.cs.ucla.edu/geoff/ispell.html

Index: pdfscreen-1.5-6.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/text/pdfscreen-1.5-6.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pdfscreen-1.5-6.info10 Mar 2004 22:39:00 -  1.3
+++ pdfscreen-1.5-6.info7 Jan 2005 03:19:45 -   1.4
@@ -23,7 +23,7 @@
 InstallScript: 
  mkdir -p %i/share/doc/%n
  mv ../lppl-1.2.txt %i/share/doc/%n/lppl.txt
- head -18 pdfscreen.sty  %i/share/doc/%n/license.info
+ head -n 18 pdfscreen.sty  %i/share/doc/%n/license.info
  mkdir -p %i/etc/texmf.local/tex/latex
  cd ..; mv %n %i/etc/texmf.local/tex/latex
 



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/database sqlite.info,1.2,1.3

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/database
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9475

Modified Files:
sqlite.info 
Log Message:
use more robust version of head and tail commands


Index: sqlite.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/database/sqlite.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sqlite.info 16 Aug 2004 02:02:56 -  1.2
+++ sqlite.info 7 Jan 2005 03:21:29 -   1.3
@@ -33,7 +33,7 @@
 # Patch Phase:
 PatchScript: 
 sed 's|@PREFIX@|%p|g'  %a/%n.patch | patch -p1
-head -10 src/%n.h.in  LICENSE 
+head -n 10 src/%n.h.in  LICENSE 
 perl -pi.bak -e s/-flat_namespace -undefined suppress//g configure
 
 



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/games amaze.info,1.3,1.4 cmine.info,1.1,1.2

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/games
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10163

Modified Files:
amaze.info cmine.info 
Log Message:
use more robust version of head and tail commands


Index: amaze.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/games/amaze.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- amaze.info  1 Feb 2004 20:34:19 -   1.3
+++ amaze.info  7 Jan 2005 03:26:12 -   1.4
@@ -17,7 +17,7 @@
 mkdir -p %i/bin/
 cp %n.6 %i/share/man/man6/
 cp %n %i/bin/
-head -9 amaze.c  %i/share/%n/LICENSE
+head -n 9 amaze.c  %i/share/%n/LICENSE
 
 Description: Text-based 3D maze game
 DescUsage: 

Index: cmine.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/games/cmine.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cmine.info  10 Nov 2003 06:54:41 -  1.1
+++ cmine.info  7 Jan 2005 03:26:13 -   1.2
@@ -20,7 +20,7 @@
 cp %n %i/bin/
 chown -R games:games %i/bin/%n
 chmod 2101 %i/bin/%n
-head -35 cmine.c  %i/share/%n/LICENSE
+head -n 35 cmine.c  %i/share/%n/LICENSE
 
 Description: Text-based minesweeper game
 DescUsage: 



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/editors emacs-w3-4.0.47-13.info,1.1,1.2 python-mode.info,1.1,1.2 semantic.info,1.2,1.3

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9871

Modified Files:
emacs-w3-4.0.47-13.info python-mode.info semantic.info 
Log Message:
use more robust version of head and tail commands


Index: python-mode.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/python-mode.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- python-mode.info14 Dec 2003 23:43:10 -  1.1
+++ python-mode.info7 Jan 2005 03:24:22 -   1.2
@@ -10,7 +10,7 @@
 Source-MD5: 88a419b74ff22d9210cf58101ed104e6
 PatchScript: 
  sed 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1
- head -18 python-mode.el LICENSE
+ head -n 18 python-mode.el LICENSE
 
 CompileScript: echo No compile needed.
 InstallScript: 

Index: emacs-w3-4.0.47-13.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/emacs-w3-4.0.47-13.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- emacs-w3-4.0.47-13.info 12 Jun 2004 21:13:53 -  1.1
+++ emacs-w3-4.0.47-13.info 7 Jan 2005 03:24:22 -   1.2
@@ -13,7 +13,7 @@
 CompileScript:
  ./configure %c
   make
-  head -28 lisp/w3.el  LICENSE
+  head -n 28 lisp/w3.el  LICENSE
 
 Depends: emacs20-nox (= 20.7-16) | emacs20 (= 20.7-16) | emacs21-nox (= 
21.3-11) | emacs21 (= 21.3-11) | emacs21-xaw3d (= 21.3-11)
 DocFiles:LICENSE README INSTALL

Index: semantic.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/semantic.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- semantic.info   23 Jun 2004 16:29:21 -  1.2
+++ semantic.info   7 Jan 2005 03:24:22 -   1.3
@@ -10,7 +10,7 @@
 Source-MD5: 9b3780695154dc66e1ecbdc40c0541a0
 PatchScript: 
  sed 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1
- head -27 %n.el LICENSE 
+ head -n 27 %n.el LICENSE 
 
 CompileScript: makeinfo %n.texi
 InstallScript:



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/games amaze.info,1.2,1.3 cmine.info,1.1,1.2

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/games
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10216

Modified Files:
amaze.info cmine.info 
Log Message:
use more robust version of head and tail commands


Index: amaze.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/games/amaze.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- amaze.info  31 Oct 2003 00:34:14 -  1.2
+++ amaze.info  7 Jan 2005 03:26:40 -   1.3
@@ -16,7 +16,7 @@
 mkdir -p %i/bin/
 cp %n.6 %i/share/man/man6/
 cp %n %i/bin/
-head -9 amaze.c  %i/share/%n/LICENSE
+head -n 9 amaze.c  %i/share/%n/LICENSE
 
 Description: Text-based 3D maze game
 DescUsage: 

Index: cmine.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/games/cmine.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cmine.info  29 Feb 2004 06:40:49 -  1.1
+++ cmine.info  7 Jan 2005 03:26:40 -   1.2
@@ -20,7 +20,7 @@
 cp %n %i/bin/
 chown -R games:games %i/bin/%n
 chmod 2101 %i/bin/%n
-head -35 cmine.c  %i/share/%n/LICENSE
+head -n 35 cmine.c  %i/share/%n/LICENSE
 
 Description: Text-based minesweeper game
 DescUsage: 



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/graphics pngcrush-1.5.10-1.info,1.2,1.3

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10603

Modified Files:
pngcrush-1.5.10-1.info 
Log Message:
use more robust version of head and tail commands


Index: pngcrush-1.5.10-1.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/graphics/pngcrush-1.5.10-1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pngcrush-1.5.10-1.info  7 Aug 2004 15:38:26 -   1.2
+++ pngcrush-1.5.10-1.info  7 Jan 2005 03:28:29 -   1.3
@@ -8,7 +8,7 @@
 InstallScript: 
  install -d %i/bin
  install -s -m 755 %n %i/bin/%n
- head -40 README.txt  LICENSE
+ head -n 40 README.txt  LICENSE
  
 DocFiles: README.txt  INSTALL.txt LICENSE
 Description: Optimizer for PNG files



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/graphics stegdetect.info,1.2,1.3 pngcrush.info,1.1,1.2

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10653

Modified Files:
stegdetect.info pngcrush.info 
Log Message:
use more robust version of head and tail commands


Index: pngcrush.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics/pngcrush.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pngcrush.info   21 Jun 2004 01:23:39 -  1.1
+++ pngcrush.info   7 Jan 2005 03:28:49 -   1.2
@@ -8,7 +8,7 @@
 InstallScript: 
  install -d %i/bin
  install -s -m 755 %n %i/bin/%n
- head -40 README.txt  LICENSE
+ head -n 40 README.txt  LICENSE
  
 DocFiles: README.txt  INSTALL.txt LICENSE
 Description: Optimizer for PNG files

Index: stegdetect.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics/stegdetect.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- stegdetect.info 10 Oct 2004 18:55:50 -  1.2
+++ stegdetect.info 7 Jan 2005 03:28:49 -   1.3
@@ -18,7 +18,7 @@
 ###
 InstallScript: 
 make install prefix=%i mandir=%i/share/man datadir=%i/share
-head -29 stegdetect.c  Copyright
+head -n 29 stegdetect.c  Copyright
 
 ###
 DocFiles: Copyright



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/languages g77-3.4-20031015-2.info,1.1,1.2 g77.info,1.9,1.10 gwydion-dylan-bootstrap.info,1.2,1.3 gwydion-dylan.info,1.2,1.3

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11224

Modified Files:
g77-3.4-20031015-2.info g77.info gwydion-dylan-bootstrap.info 
gwydion-dylan.info 
Log Message:
use more robust version of head and tail commands


Index: g77.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages/g77.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- g77.info19 Dec 2004 13:05:28 -  1.9
+++ g77.info7 Jan 2005 03:32:15 -   1.10
@@ -29,7 +29,7 @@
  /bin/rm -f gcc gccbug cpp gcov powerpc-apple*
  ln -s %p/bin/g77 f77
  darwinvers=`/usr/bin/uname -v | cut -f1 -d: | awk '{print $4}'`
- gccvers=`%i/bin/g77 -dumpversion | head -1 | cut -f4 -d `
+ gccvers=`%i/bin/g77 -dumpversion | head -n 1 | cut -f4 -d `
  ln -s %p/lib/gcc/powerpc-apple-darwin${darwinvers}/${gccvers}/include/g2c.h 
%i/include/g2c.h
  /bin/rm -rf %i/share/locale %i/man
  /bin/rm -f %i/lib/charset.alias

Index: gwydion-dylan.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages/gwydion-dylan.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gwydion-dylan.info  17 Jun 2004 12:57:50 -  1.2
+++ gwydion-dylan.info  7 Jan 2005 03:32:15 -   1.3
@@ -19,7 +19,7 @@
 InstallScript: 
 make DESTDIR=%d install
 ranlib %i/lib/dylan/%v/ppc-darwin-egcs/*.a
-head -26 MakegenCOPYING
+head -n 26 MakegenCOPYING
 
 DocFiles: CREDITS NEWS README COPYING
 Description: Dylan Compiler

Index: gwydion-dylan-bootstrap.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages/gwydion-dylan-bootstrap.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gwydion-dylan-bootstrap.info17 Jun 2004 12:57:50 -  1.2
+++ gwydion-dylan-bootstrap.info7 Jan 2005 03:32:15 -   1.3
@@ -19,7 +19,7 @@
 InstallScript: 
 make DESTDIR=%d install
 ranlib %i/lib/dylan/%v/ppc-darwin-egcs/*.a
-head -26 MakegenCOPYING
+head -n 26 MakegenCOPYING
 
 DocFiles: CREDITS NEWS README COPYING
 Description: Dylan Compiler Bootstrap Package

Index: g77-3.4-20031015-2.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages/g77-3.4-20031015-2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- g77-3.4-20031015-2.info 4 Jan 2004 16:36:44 -   1.1
+++ g77-3.4-20031015-2.info 7 Jan 2005 03:32:15 -   1.2
@@ -28,7 +28,7 @@
  /bin/rm -f gcc gccbug cpp gcov powerpc-apple*
  ln -s %p/bin/g77 f77
  darwinvers=`/usr/bin/uname -v | cut -f1 -d: | awk '{print $4}'`
- gccvers=`%i/bin/g77 -dumpversion | head -1 | cut -f4 -d `
+ gccvers=`%i/bin/g77 -dumpversion | head -n 1 | cut -f4 -d `
  ln -s %p/lib/gcc/powerpc-apple-darwin${darwinvers}/${gccvers}/include/g2c.h 
%i/include/g2c.h
  /bin/rm -rf %i/share/locale %i/man
  /bin/rm -f %i/lib/charset.alias



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/languages g77.info,1.2,1.3 gwydion-dylan-bootstrap.info,1.2,1.3 gwydion-dylan.info,1.2,1.3

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11290

Modified Files:
g77.info gwydion-dylan-bootstrap.info gwydion-dylan.info 
Log Message:
use more robust version of head and tail commands


Index: g77.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/languages/g77.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- g77.info11 Jul 2004 12:54:54 -  1.2
+++ g77.info7 Jan 2005 03:32:33 -   1.3
@@ -29,7 +29,7 @@
  /bin/rm -f gcc gccbug cpp gcov powerpc-apple*
  ln -s %p/bin/g77 f77
  darwinvers=`/usr/bin/uname -v | cut -f1 -d: | awk '{print $4}'`
- gccvers=`%i/bin/g77 -dumpversion | head -1 | cut -f4 -d `
+ gccvers=`%i/bin/g77 -dumpversion | head -n 1 | cut -f4 -d `
  ln -s %p/lib/gcc/powerpc-apple-darwin${darwinvers}/${gccvers}/include/g2c.h 
%i/include/g2c.h
  /bin/rm -rf %i/share/locale %i/man
  /bin/rm -f %i/lib/charset.alias

Index: gwydion-dylan.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/languages/gwydion-dylan.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gwydion-dylan.info  17 Jun 2004 12:57:35 -  1.2
+++ gwydion-dylan.info  7 Jan 2005 03:32:33 -   1.3
@@ -19,7 +19,7 @@
 InstallScript: 
 make DESTDIR=%d install
 ranlib %i/lib/dylan/%v/ppc-darwin-egcs/*.a
-head -26 MakegenCOPYING
+head -n 26 MakegenCOPYING
 
 DocFiles: CREDITS NEWS README COPYING
 Description: Dylan Compiler

Index: gwydion-dylan-bootstrap.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/languages/gwydion-dylan-bootstrap.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gwydion-dylan-bootstrap.info17 Jun 2004 12:57:35 -  1.2
+++ gwydion-dylan-bootstrap.info7 Jan 2005 03:32:33 -   1.3
@@ -19,7 +19,7 @@
 InstallScript: 
 make DESTDIR=%d install
 ranlib %i/lib/dylan/%v/ppc-darwin-egcs/*.a
-head -26 MakegenCOPYING
+head -n 26 MakegenCOPYING
 
 DocFiles: CREDITS NEWS README COPYING
 Description: Dylan Compiler Bootstrap Package



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs pykqueue-py23.info,1.2,1.3

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11635

Modified Files:
pykqueue-py23.info 
Log Message:
use more robust version of head and tail commands


Index: pykqueue-py23.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/pykqueue-py23.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pykqueue-py23.info  7 Jan 2005 02:48:46 -   1.2
+++ pykqueue-py23.info  7 Jan 2005 03:33:57 -   1.3
@@ -19,7 +19,7 @@
 
   
 InstallScript: 
- head -24 KQueue.py | tail -n +2 | sed 's/^# *//'  LICENSE
+ head -n 24 KQueue.py | tail -n +2 | sed 's/^# *//'  LICENSE
  install -d -m 755 %i/lib/python2.3/site-packages
  install -m 644 kqsyscallmodule.so %i/lib/python2.3/site-packages
  install -m 644 KQueue.py %i/lib/python2.3/site-packages



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/shells ash.info,1.2,1.3

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/shells
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11867

Modified Files:
ash.info 
Log Message:
use more robust version of head and tail commands


Index: ash.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/shells/ash.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ash.info30 Nov 2004 17:55:12 -  1.2
+++ ash.info7 Jan 2005 03:35:13 -   1.3
@@ -17,7 +17,7 @@
  mv -f %i/bin/sh %i/bin/ash
  rm -f %i/share/man/man1/sh.1
  install -d -m 755 %i/share/doc/%n
- head -34 ash.1 %i/share/doc/%n/LICENSE
+ head -n 34 ash.1 %i/share/doc/%n/LICENSE
 
 DocFiles: ChangeLog* TOUR
 Description: NetBSD /bin/sh



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/text nkf.info,1.1,1.2

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12059

Modified Files:
nkf.info 
Log Message:
use more robust version of head and tail commands


Index: nkf.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/nkf.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nkf.info27 Jun 2004 08:05:12 -  1.1
+++ nkf.info7 Jan 2005 03:36:15 -   1.2
@@ -7,7 +7,7 @@
 
 Source: http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/%n204.tar.gz
 Source-MD5: e1e0624a81dbc8a6f4516307704f5f8a
-PatchScript: head -28 nkf.c  LICENSE
+PatchScript: head -n 28 nkf.c  LICENSE
 CompileScript: 
 make nkf
 ./nkf -e nkf.1j  nkf.1.ja



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/utils launch.info,1.2,1.3 pstree-2.17-1.info,1.2,1.3

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12422

Modified Files:
launch.info pstree-2.17-1.info 
Log Message:
use more robust version of head and tail commands


Index: pstree-2.17-1.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/utils/pstree-2.17-1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pstree-2.17-1.info  30 Nov 2004 17:55:08 -  1.2
+++ pstree-2.17-1.info  7 Jan 2005 03:38:46 -   1.3
@@ -11,7 +11,7 @@
 Patch: %f.patch
 CompileScript: 
  make pstree
- head -4 pstree.c LICENSE
+ head -n 4 pstree.c LICENSE
 
 InstallScript: 
  install -d -m 755 %i/bin

Index: launch.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/utils/launch.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- launch.info 7 Aug 2004 22:59:53 -   1.2
+++ launch.info 7 Jan 2005 03:38:46 -   1.3
@@ -12,7 +12,7 @@
  else
/usr/bin/pbxbuild
  endif
- head -17 main.c  LICENSE
+ head -n 17 main.c  LICENSE
 
 InstallScript:  
  strip build/%n



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/utils gkrellmms2.info,1.4,1.5 launch.info,1.5,1.6 pstree.info,1.1,1.2 pwgen.info,1.2,1.3

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12473

Modified Files:
gkrellmms2.info launch.info pstree.info pwgen.info 
Log Message:
use more robust version of head and tail commands


Index: pwgen.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/pwgen.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pwgen.info  26 Jan 2004 00:23:05 -  1.2
+++ pwgen.info  7 Jan 2005 03:39:02 -   1.3
@@ -19,6 +19,6 @@
 ConfigureParams: --cache-file=/dev/null --mandir=%p/share/man
 
 InstallScript: 
-head -9 pwgen.c  LICENSE
+head -n 9 pwgen.c  LICENSE
 make install DESTDIR=%d
 

Index: launch.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/launch.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- launch.info 7 Aug 2004 23:17:58 -   1.5
+++ launch.info 7 Jan 2005 03:39:02 -   1.6
@@ -12,7 +12,7 @@
  else
/usr/bin/pbxbuild
  endif
- head -17 main.c  LICENSE
+ head -n 17 main.c  LICENSE
 
 InstallScript:  
  strip build/%n

Index: pstree.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/pstree.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pstree.info 26 Dec 2004 00:02:27 -  1.1
+++ pstree.info 7 Jan 2005 03:39:02 -   1.2
@@ -11,7 +11,7 @@
 SetCFLAGS: -Os
 CompileScript: 
  make CC=gcc %n
- head -4 %n.c LICENSE
+ head -n 4 %n.c LICENSE
 
 InstallScript: 
  install -d -m 755 %i/bin

Index: gkrellmms2.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/gkrellmms2.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gkrellmms2.info 18 Jun 2004 05:27:07 -  1.4
+++ gkrellmms2.info 7 Jan 2005 03:39:02 -   1.5
@@ -9,7 +9,7 @@
 Depends: gkrellm2, xmms-shlibs, gtk+2-shlibs, gtk+-shlibs, imlib-shlibs, 
glib2-shlibs, glib-shlibs, gdk-pixbuf-shlibs, atk1-shlibs, pango1-xft2-shlibs, 
gettext, libiconv
 BuildDepends: gkrellm2-dev, gtk+2-dev, gtk+, imlib, glib2-dev, glib, 
pkgconfig, atk1, gdk-pixbuf, pango1-dev, gettext-dev, gettext-bin, 
libiconv-dev, x11-dev, xmms
 CompileScript: 
-head -20 gkrellmms.c  Copyright
+head -n 20 gkrellmms.c  Copyright
 make LFLAGS=-bundle -bundle_loader %p/bin/gkrellm -lpthread 
 
 InstallScript: 



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/x11 vroot-h.info,1.1,1.2 xkeycaps-2.46-1.info,1.3,1.4 xlockmore-5.05-1.info,1.1,1.2

2005-01-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13052

Modified Files:
vroot-h.info xkeycaps-2.46-1.info xlockmore-5.05-1.info 
Log Message:
use more robust version of head and tail commands


Index: xlockmore-5.05-1.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/xlockmore-5.05-1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xlockmore-5.05-1.info   12 Jun 2004 21:13:56 -  1.1
+++ xlockmore-5.05-1.info   7 Jan 2005 03:41:42 -   1.2
@@ -6,7 +6,7 @@
 Depends: x11,app-defaults
 Source: mirror:custom:xlockmore-%v.tar.bz2
 Source-MD5: 7fa5d477d0abf6abe6819ece0e7ea01f
-PatchScript: head -25 xlock/xlock.c  License
+PatchScript: head -n 25 xlock/xlock.c  License
 DocFiles: License README docs/3d.howto docs/HACKERS.GUIDE docs/Revisions 
docs/TODO docs/cell_automata docs/xlock.hlp docs/xlock.html
 UpdateConfigGuess: true
 ConfigureParams: --mandir=%i/share/man 
--enable-appdefaultdir=%i/etc/app-defaults

Index: xkeycaps-2.46-1.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/xkeycaps-2.46-1.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xkeycaps-2.46-1.info10 Oct 2004 19:34:45 -  1.3
+++ xkeycaps-2.46-1.info7 Jan 2005 03:41:42 -   1.4
@@ -16,7 +16,7 @@
  ln -s /usr/bin/gcc3 PATHDIR/cc
  (export PATH=PATHDIR:$PATH; xmkmf)
  make
- head -12 xkeycaps.c  License
+ head -n 12 xkeycaps.c  License
 
 InstallScript: 
  mkdir -p %i/bin

Index: vroot-h.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/vroot-h.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- vroot-h.info20 Apr 2004 00:05:24 -  1.1
+++ vroot-h.info7 Jan 2005 03:41:42 -   1.2
@@ -33,7 +33,7 @@
 NoSourceDirectory: true
 Patch: %n.patch
 PatchScript: 
-  head -25 vroot.h  Copyright
+  head -n 25 vroot.h  Copyright
   sed -ne '26,55p' vroot.h  README
   echo Changes by jwz (Jamie Zawinski www.jwz.org) as noted  README
   ( echo Set a BuildDepends on vroot-h. ; echo Include the header file as 
vroot.h or X11/vroot.h and pass ; echo -I%p/include/vroot to your 
compiler. )  README.Fink



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits