Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25603

Modified Files:
        parallel.info parallel.patch 
Log Message:
GNU Parallel 20130722 ('Engelbart').


Index: parallel.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils/parallel.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- parallel.info       23 Jun 2013 08:38:26 -0000      1.17
+++ parallel.info       24 Jul 2013 04:31:42 -0000      1.18
@@ -1,17 +1,20 @@
 Package: parallel
 Description: Execute multiple jobs
-Version: 20130622
+Version: 20130722
 Revision: 1
 Homepage: http://www.gnu.org/software/parallel/
 Maintainer: Jesse Alama <jesse.al...@gmail.com>
 Source: mirror:gnu:%n/%n-%v.tar.bz2
-Source-MD5: a0740b771fe2dda162e1bb09b6996f57
+Source-MD5: ddb92b545af782b4d6288c65ef28847e
 PatchFile: %n.patch
-PatchFile-MD5: 2ddec8c920069aa3de76dc0edd67bae0
-PatchScript:
+PatchFile-MD5: bbae0e3f56e66b709fc08499150a1c55
+BuildDepends: <<
+  autoconf2.6
+<<
 CompileScript: <<
 #!/bin/sh -ev
 export SHELL="/bin/sh"
+autoreconf
 %{default_script}
 <<
 InstallScript: <<
@@ -32,7 +35,7 @@
 use as GNU Parallel is written to have the same options as xargs. If
 you write loops in shell, you will find GNU Parallel may be able to
 replace most of the loops and make them run faster by running several
-jobs in parallel. GNU Parallel can even replace nested loops.
+jobs in parallel.
 
 GNU Parallel makes sure output from the commands is the same output as
 you would get had you run the commands sequentially. This makes it

Index: parallel.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils/parallel.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- parallel.patch      27 Apr 2013 08:16:37 -0000      1.1
+++ parallel.patch      24 Jul 2013 04:31:42 -0000      1.2
@@ -1,6 +1,6 @@
-diff -Naur '--exclude=*~' parallel-20130422/src/Makefile.am 
parallel-20130422.fink/src/Makefile.am
---- parallel-20130422/src/Makefile.am  2012-03-21 22:01:19.000000000 +0100
-+++ parallel-20130422.fink/src/Makefile.am     2013-04-27 09:57:25.000000000 
+0200
+diff -Naur parallel-20130722/src/Makefile.am 
parallel-20130722.fink/src/Makefile.am
+--- parallel-20130722/src/Makefile.am  2012-03-21 22:01:19.000000000 +0100
++++ parallel-20130722.fink/src/Makefile.am     2013-07-23 07:01:56.000000000 
+0200
 @@ -19,22 +19,22 @@
                --section=1 $(srcdir)/niceload.pod > $(srcdir)/niceload.1
  


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to