Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22221/main/finkinfo/shells

Modified Files:
      Tag: pangocairo-branch
        zsh-helpfiles.info zsh-multibyte.info zsh-templates.info 
        zsh.info 
Added Files:
      Tag: pangocairo-branch
        pdsh.info 
Log Message:
merge from head

Index: zsh-multibyte.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells/zsh-multibyte.info,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- zsh-multibyte.info  7 Feb 2007 14:55:11 -0000       1.1.2.1
+++ zsh-multibyte.info  30 Apr 2007 02:48:28 -0000      1.1.2.2
@@ -1,6 +1,6 @@
 Package: zsh-multibyte
-Version: 4.3.2
-Revision: 1003
+Version: 4.3.4
+Revision: 1
 Conflicts: zsh
 Replaces: zsh
 Depends: libiconv, pcre-shlibs, libncurses5-shlibs (>= 5.4-20041023-1006)
@@ -26,9 +26,9 @@
   eur-UK: ftp://ftp.lysator.liu.se/pub/unix/zsh/ 
 <<
 Source: mirror:custom:/zsh-%v.tar.bz2
-Source-MD5: e13fc4bb338fbb27ef7508a474310c8f 
-Source2: mirror:custom:zsh-%v-doc.tar.bz2
-Source2-MD5: 69d1ab9d179d7d16eb0251a0a60e0457 
+Source-MD5: 8410a30e4f5c6160790bc3afc096424f
+Source2: mirror:custom:/zsh-%v-doc.tar.bz2
+Source2-MD5: 1a4ab09a9d75c5ae8585ad645406f27d
 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--enable-etcdir=%p/etc/zsh --enable-maildir-support --enable-pcre 
--enable-zsh-secure-free --enable-fndir=%p/share/zsh --enable-function-subdirs 
--with-curses-terminfo --with-tcsetpgrp --enable-multibyte
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1

Index: zsh-helpfiles.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells/zsh-helpfiles.info,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- zsh-helpfiles.info  10 Sep 2006 18:29:17 -0000      1.5
+++ zsh-helpfiles.info  30 Apr 2007 02:48:28 -0000      1.5.2.1
@@ -1,6 +1,6 @@
 Package: zsh-helpfiles
-Version: 4.3.2
-Revision: 1001
+Version: 4.3.4
+Revision: 1
 Depends: zsh (>= %v) | zsh-multibyte (>= %v) 
 BuildDepends: zsh (>= %v) | zsh-multibyte (>= %v)
 CustomMirror: <<
@@ -26,28 +26,22 @@
 <<
 Source: mirror:custom:/zsh-%v.tar.bz2
 Source2: 
http://www.chemistry.ucsc.edu/~wgscott/mystuff/zsh/Library/init/zsh/local-functions/run-help
-Source-MD5: e13fc4bb338fbb27ef7508a474310c8f 
+Source-MD5: 8410a30e4f5c6160790bc3afc096424f 
 Source2-MD5: 371638ce4c255993ea9c528981b3d113 
 CompileScript:<<
 #!/bin/zsh -efv
+#set -x
 # the perl magic token breaks Util/helpfiles
 perl -pi.bak -e 's|/usr/local/bin/perl -- -\*-perl-\*-|/usr/bin/perl |g' 
Util/helpfiles
 mkdir temp
 cd temp
-command man -M %p/share/man zshall | colcrt - |  ../Util/helpfiles
-# Get rid of the false positives
-mkdir keep
-rm [A-Z][a-z]* # These are all false positives
-rm zsh*  # these are part of the "real" man pages
-foreach file in $( grep "       " * | awk '{print $1}' | perl -p -e 's|\:||g' 
| sort -u )
-     mv $file keep/.
-end
-mv beep cont jobs maps names pods ports rc redo styles tags types urls users   
keep/.
+command man -M %p/share/man zshbuiltins | colcrt - |  ../Util/helpfiles
 <<
 InstallScript:<<
 #!/bin/zsh -efv
+#set -x
 mkdir -p %i/share/zsh/zsh_help
-cp temp/keep/* %i/share/zsh/zsh_help/.
+cp temp/* %i/share/zsh/zsh_help/.
 mkdir -p %i/share/zsh/site-functions
 cp ../run-help %i/share/zsh/site-functions/.
 #

Index: zsh.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells/zsh.info,v
retrieving revision 1.7.2.3
retrieving revision 1.7.2.4
diff -u -d -r1.7.2.3 -r1.7.2.4
--- zsh.info    9 Mar 2007 04:56:15 -0000       1.7.2.3
+++ zsh.info    30 Apr 2007 02:48:28 -0000      1.7.2.4
@@ -1,6 +1,6 @@
 Package: zsh 
-Version: 4.3.2
-Revision: 1003
+Version: 4.3.4
+Revision: 1
 Conflicts: zsh-multibyte
 Replaces: zsh-multibyte
 Depends: libiconv, pcre-shlibs, libncurses5-shlibs (>= 5.4-20041023-1006)
@@ -26,9 +26,9 @@
   eur-UK: ftp://ftp.lysator.liu.se/pub/unix/zsh/ 
 <<
 Source: mirror:custom:/%n-%v.tar.bz2
-Source-MD5: e13fc4bb338fbb27ef7508a474310c8f 
+Source-MD5: 8410a30e4f5c6160790bc3afc096424f
 Source2: mirror:custom:%n-%v-doc.tar.bz2
-Source2-MD5: 69d1ab9d179d7d16eb0251a0a60e0457 
+Source2-MD5: 1a4ab09a9d75c5ae8585ad645406f27d
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--enable-etcdir=%p/etc/%n --enable-maildir-support --enable-pcre 
--enable-zsh-secure-free --enable-fndir=%p/share/%n --enable-function-subdirs 
--with-curses-terminfo --with-tcsetpgrp 

--- NEW FILE: pdsh.info ---
Package: pdsh
Version: 2.12
Revision: 2
Description: Runs commands in parallel on multiple hosts
License: GPL
Maintainer: Steve Huff <[EMAIL PROTECTED]>
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: f0a0d5badd17dedad2f65e95ca887d2e
ConfigureParams: --mandir=%p/share/man --without-rsh --with-ssh --without-xcpu 
--with-readline --disable-dependency-tracking
InfoTest: <<
 TestScript: make check || exit 2
<<
InstallScript: <<
 make install DESTDIR=%d
<<
DocFiles: AUTHORS README COPYING ChangeLog README.KRB4 README.modules 
README.QsNet META NEWS DISCLAIMER TODO
Depends: readline5-shlibs, libncurses5-shlibs
BuildDepends: libncurses5, readline5
Suggests: dejagnu
DescDetail: <<
 Pdsh is a high-performance, parallel remote shell utility. It has 
 built-in, thread-safe clients for Berkeley and Kerberos V4 rsh, 
 and can call SSH externally (though with reduced performance). 
 Pdsh uses a "sliding window" parallel algorithm to conserve socket
 resources on the initiating node and to allow progress to continue
 while timeouts occur on some connections.
<<
DescUsage: <<
 The Fink pdsh package is built with the following flags:
 
 --without-rsh --with-ssh --without-xcpu --with-readline
 
 Note: this means that the rsh transport module is *NOT*
 available by default!  Avoid using rsh if possible.  
 Also, Xcpu support is not available.
<<
Homepage: http://www.sourceforge.net/pdsh/

Index: zsh-templates.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells/zsh-templates.info,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -d -r1.4.2.2 -r1.4.2.3
--- zsh-templates.info  22 Feb 2007 13:09:27 -0000      1.4.2.2
+++ zsh-templates.info  30 Apr 2007 02:48:28 -0000      1.4.2.3
@@ -1,21 +1,21 @@
 Package: zsh-templates
-Version: 1.0.3
+Version: 1.0.5
 Revision: 1
 Source:  http://xanana.ucsc.edu/~wgscott/mystuff/%n-%v.tgz
-Source-MD5: f98a76240897e0a316edd2830ed1dfe8 
+Source-MD5: aa5e66f6cc1d2c4466cad36d76175382 
 Depends: macosx, zsh (>= 4.2.1-13) | zsh-multibyte 
 License: GPL
 Maintainer: W. G. Scott <[EMAIL PROTECTED]>
 Description: Template files for zsh customization 
 PatchScript: <<
-#!/bin/zsh -ef
+#!/bin/zsh -efx
 perl -pi.bak -e 's|ALT_SWPREFIX|%p|g' etc/zshenv
 rm -f etc/*.bak
 <<
 CompileScript:<<
 <<
 InstallScript:<<
-#!/bin/zsh -ef
+#!/bin/zsh -efx
 mkdir -p %i/share/zsh/templates/Library/init/zsh
 mkdir -p %i/share/zsh/templates/Applications     
 #mkdir -p %i/share/zsh/templates/Library/LaunchAgents
@@ -23,7 +23,7 @@
 mkdir -p %i/etc/zsh
 #
 # This isn't needed in the fink version, and interferes:
-rm -f Library/init/zsh/environment.xtal
+# rm -f Library/init/zsh/environment.xtal
 cp -rf Library/init/zsh/* %i/share/zsh/templates/Library/init/zsh/.
 #perl -pi.bak -e 's|/Library/init|%p/share/zsh/templates/Library/init|g' 
Library/LaunchAgents/*
 #rm -f Library/LaunchAgents/*.bak


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to