Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/shells
In directory sc8-pr-cvs17:/tmp/cvs-serv11727/10.3/unstable/main/finkinfo/shells

Modified Files:
        tcsh.info 
Removed Files:
        tcsh.patch 
Log Message:
new version


--- tcsh.patch DELETED ---

Index: tcsh.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/shells/tcsh.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tcsh.info   14 Aug 2007 17:33:46 -0000      1.3
+++ tcsh.info   14 Aug 2007 19:33:21 -0000      1.4
@@ -1,45 +1,42 @@
 Package: tcsh
-Version: 6.13
+Version: 6.15.00
 Revision: 1
 Description: TENEX C Shell, an enhanced Berkeley csh
 License: BSD
 Maintainer: Christian Swinehart <[EMAIL PROTECTED]>
-#Source: mirror:custom:%n-%v.00.tar.gz
-Source: mirror:custom:old/%n-%v.00.tar.gz
+Source: mirror:custom:%n-%v.tar.gz
+#Source: mirror:custom:old/%n-%v.tar.gz
 CustomMirror: <<
   nam-US: ftp://ftp.astron.com/pub/tcsh
   nam-US: ftp://ftp.gw.com/pub/unix/tcsh
   eur-FI: ftp://ftp.funet.fi/pub/unix/shells/tcsh
 <<
-Source-MD5: 11c0c9c9148652dc01270c4880d1cc6e
-SourceDirectory: %n-%v.00
-UpdateConfigGuess: true
-PatchScript: sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
+Source-MD5: 67a0611620b080bd0eb032b1774382b6
+PatchScript: perl -pi -e 's/-mv/#-mv/' Makefile.in
+BuildDepends: libiconv-dev, libncurses5 (>= 5.4-20041023-1)
+Depends: libiconv, libncurses5-shlibs (>= 5.4-20041023-1)
+ConfigureParams: --mandir=%p/share/man
 CompileScript: <<
  ./configure %c
  make
+ make tcsh.man
  perl tcsh.man2html
- groff -t -man tcsh.man | gzip -c > tcsh.ps.gz
 <<
 InstallScript: <<
- make install prefix=%i
- make install.man prefix=%i
- mkdir -p %i/share/man/man1
- mv %i/man/man1/tcsh.1 %i/share/man/man1
- rm -r %i/man
- mkdir -p %i/share/doc/%n
- mv tcsh.html %i/share/doc/%n/html
+ make install DESTDIR=%d
+ make install.man DESTDIR=%d
+ mkdir -p %i/share/doc/%n/html
+ install -m0644 tcsh.html/* %i/share/doc/%n/html
+<<
+DocFiles: <<
+ BUGS Copyright FAQ Fixes NewThings Ported README WishList Y2K
+ complete.tcsh csh-mode.el
 <<
-DocFiles: FAQ complete.tcsh csh-mode.el NewThings Fixes Announce-%v.00 
tcsh.ps.gz
 DescDetail: <<
  tcsh (TENEX C Shell) is an enhanced version of the Berkeley
  Unix C shell (csh(1)). It includes all the features of 4.4BSD
  C shell, plus a command-line editor, programmable word completion,
  spelling correction and more.
-
- This package contains a more recent version than the 6.12 revision 
- included with OS X 10.3. See the docfile `Announce-6.13.00' for
- details.
 <<
 DescPackaging: <<
  The homepage is actually from the Oreilly csh & tcsh


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to