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

Modified Files:
        zsh-helpfiles.info 
Log Message:
update version of zsh-helpfiles to correspond to new shell version

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.6
diff -u -d -r1.5 -r1.6
--- zsh-helpfiles.info  10 Sep 2006 18:29:17 -0000      1.5
+++ zsh-helpfiles.info  17 Apr 2007 04:06:22 -0000      1.6
@@ -1,6 +1,6 @@
 Package: zsh-helpfiles
-Version: 4.3.2
-Revision: 1001
+Version: 4.3.3
+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: 6cf7061e44d92ff74c59330279f36fe7 
 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/.
 #


-------------------------------------------------------------------------
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