[cvs] dists/10.3/unstable/main/finkinfo/utils ledit.info,1.2,1.3

2007-10-28 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory sc8-pr-cvs17:/tmp/cvs-serv27382/10.3/unstable/main/finkinfo/utils

Modified Files:
ledit.info 
Log Message:
Version bumped.

Index: ledit.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/ledit.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ledit.info  2 Oct 2004 11:41:10 -   1.2
+++ ledit.info  28 Oct 2007 06:14:51 -  1.3
@@ -1,14 +1,13 @@
 Package: ledit
-Version: 1.11
+Version: 1.14
 Revision: 1
 BuildDepends: ocaml
-Source: http://caml.inria.fr/distrib/bazar-ocaml/%n.tar.gz
-Source-MD5: a2d38ba641682509c1e964ad699a9dd2
-SourceDirectory: %n-%v
+Source: http://pauillac.inria.fr/~ddr/%n/%n-%v.tgz
+Source-MD5: 9b576ed9cd1a224c5f218ba41b869a13
 CompileScript: make
-InstallScript: make install BINDIR=%i/bin LIBDIR=%i/lib 
MANDIR=%i/share/man/manl
+InstallScript: make install BINDIR=%i/bin LIBDIR=%i/lib 
MANDIR=%i/share/man/man1
 DocFiles: Changes LICENSE README
 Description: Line Editor for Ocaml
-License: Restrictive/Distributable
-Homepage: http://caml.inria.fr/
+License: BSD
+Homepage: http://pauillac.inria.fr/~ddr/ledit/
 Maintainer: Todai Fink Team [EMAIL PROTECTED]


-
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
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.3/stable/main/finkinfo/libs darts.info,NONE,1.1

2007-10-28 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs
In directory sc8-pr-cvs17:/tmp/cvs-serv5139/10.3/stable/main/finkinfo/libs

Added Files:
darts.info 
Log Message:
Missing dependency of chasen-base.

--- NEW FILE: darts.info ---
Package: darts
Version: 0.2
Revision: 2
GCC: 3.3
Description: Double-ARray Trie System
License: LGPL
Maintainer: Todai Fink Team [EMAIL PROTECTED]
Source: http://chasen.org/~taku/software/darts/src/%n-%v.tar.gz
Source-MD5: 779084cfe955320b5db102dcb254162b
ConfigureParams: --libexecdir=%p/lib
InstallScript: 
  make install DESTDIR=%d
  install -m 755 -d %i/share/doc
  cp -R doc %i/share/doc/%n

DocFiles: AUTHORS COPYING ChangeLog INSTALL README
Homepage: http://chasen.org/~taku/software/darts/
DescDetail: 
Darts is a C++ Templeate library which can be used to make Double-Array.
Reference 1:
Aoe, J. An Efficient Digital Search Algorithm by Using
a Double-Array Structure. IEEE Transactions on Software Engineering.
Vol. 15, 9 (Sep 1989). pp. 1066-1077
Reference 2:
Theppitak Karoonboonyanan An Implementation of Double-Array Trie
http://www.links.nectec.or.th/~thep/datrie/



-
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
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/utils fdclone.info, 1.4, 1.5 fdclone.patch, 1.2, 1.3

2007-10-28 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs17:/tmp/cvs-serv23763/10.4/unstable/main/finkinfo/utils

Modified Files:
fdclone.info fdclone.patch 
Log Message:
Version bumped.

Index: fdclone.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/fdclone.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fdclone.patch   6 May 2007 00:02:36 -   1.2
+++ fdclone.patch   28 Oct 2007 07:23:43 -  1.3
@@ -14,10 +14,10 @@
  JCATDIR   = $(BUILD)$(MANTOP)__LANGDIR__/cat$(MANSEC)
  IPKWDIR   = ./ipk.work
  IPKTDIR   = ./ipk.tmp
-@@ -256,34 +257,36 @@
+@@ -290,28 +290,30 @@
  # to install all
  
- install: $(PROGRAM)__EXE__ $(PROGRAM).$(MANSEC) __UNITBL__ __DICTTBL__
+ install: $(PROGRAM)$(EXE) $(PROGRAM).$(MANSEC) $(TABLES)
 +  [ -d $(BINDIR) ] || mkdir -p $(BINDIR)
$(INSTALL) __INSTSTRIP__ $(PROGRAM)$(EXE) $(BINDIR)
$(CHMOD) a+rx $(BINDIR)/$(PROGRAM)$(EXE)
@@ -43,18 +43,11 @@
$(INSTALL) $(RUNCOM) $(BLDRC); \
$(CHMOD) a+r-x $(BLDRC); \
fi
+-  [ -d __DATADIR__ ] || mkdir __DATADIR__
++  [ -d __DATADIR__ ] || mkdir -p __DATADIR__
-if [ -f $(UNITBL) ]; then \
--  [ -d __DATADIR__ ] || mkdir __DATADIR__; \
-+  [ -d __DATADIR__ ] || mkdir -p __DATADIR__; \
$(INSTALL) $(UNITBL) __DATADIR__; \
$(CHMOD) a+r-x __DATADIR__/$(UNITBL); \
-   fi
-   -if [ -f $(DICTTBL) ]; then \
--  [ -d __DATADIR__ ] || mkdir __DATADIR__; \
-+  [ -d __DATADIR__ ] || mkdir -p __DATADIR__; \
-   $(INSTALL) $(DICTTBL) __DATADIR__; \
-   $(CHMOD) a+r-x __DATADIR__/$(DICTTBL); \
-   fi
 diff -Naur FD-2.09d.orig/_fdrc FD-2.09d/_fdrc
 --- FD-2.09d.orig/_fdrc2007-04-26 00:00:00.0 +0900
 +++ FD-2.09d/_fdrc 2007-05-06 08:17:43.0 +0900

Index: fdclone.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/fdclone.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fdclone.info13 Oct 2007 17:18:26 -  1.4
+++ fdclone.info28 Oct 2007 07:23:42 -  1.5
@@ -1,12 +1,12 @@
 Package: fdclone
-Version: 2.09d
+Version: 2.09f
 Revision: 1
 Distribution: 10.4
 Description: File  Directory Maintenance Tool
 License: Restrictive/Distributable
 Maintainer: Todai Fink Team [EMAIL PROTECTED]
 Source: ftp://ftp.unixusers.net/src/%n/FD-%v.tar.gz
-Source-MD5: f9a5a5455181dd838c9c37608889d3d9
+Source-MD5: a88ce94832d88032f0f67e929d7ae10b
 PatchScript: 
  patch -p1  %a/%n.patch
  cp _fdrc fdrc


-
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
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.3/unstable/main/finkinfo/utils fdclone.info, 1.5, 1.6 fdclone.patch, 1.5, 1.6

2007-10-28 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory sc8-pr-cvs17:/tmp/cvs-serv23763/10.3/unstable/main/finkinfo/utils

Modified Files:
fdclone.info fdclone.patch 
Log Message:
Version bumped.

Index: fdclone.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/fdclone.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- fdclone.patch   6 May 2007 00:02:35 -   1.5
+++ fdclone.patch   28 Oct 2007 07:23:41 -  1.6
@@ -14,10 +14,10 @@
  JCATDIR   = $(BUILD)$(MANTOP)__LANGDIR__/cat$(MANSEC)
  IPKWDIR   = ./ipk.work
  IPKTDIR   = ./ipk.tmp
-@@ -256,34 +257,36 @@
+@@ -290,28 +290,30 @@
  # to install all
  
- install: $(PROGRAM)__EXE__ $(PROGRAM).$(MANSEC) __UNITBL__ __DICTTBL__
+ install: $(PROGRAM)$(EXE) $(PROGRAM).$(MANSEC) $(TABLES)
 +  [ -d $(BINDIR) ] || mkdir -p $(BINDIR)
$(INSTALL) __INSTSTRIP__ $(PROGRAM)$(EXE) $(BINDIR)
$(CHMOD) a+rx $(BINDIR)/$(PROGRAM)$(EXE)
@@ -43,18 +43,11 @@
$(INSTALL) $(RUNCOM) $(BLDRC); \
$(CHMOD) a+r-x $(BLDRC); \
fi
+-  [ -d __DATADIR__ ] || mkdir __DATADIR__
++  [ -d __DATADIR__ ] || mkdir -p __DATADIR__
-if [ -f $(UNITBL) ]; then \
--  [ -d __DATADIR__ ] || mkdir __DATADIR__; \
-+  [ -d __DATADIR__ ] || mkdir -p __DATADIR__; \
$(INSTALL) $(UNITBL) __DATADIR__; \
$(CHMOD) a+r-x __DATADIR__/$(UNITBL); \
-   fi
-   -if [ -f $(DICTTBL) ]; then \
--  [ -d __DATADIR__ ] || mkdir __DATADIR__; \
-+  [ -d __DATADIR__ ] || mkdir -p __DATADIR__; \
-   $(INSTALL) $(DICTTBL) __DATADIR__; \
-   $(CHMOD) a+r-x __DATADIR__/$(DICTTBL); \
-   fi
 diff -Naur FD-2.09d.orig/_fdrc FD-2.09d/_fdrc
 --- FD-2.09d.orig/_fdrc2007-04-26 00:00:00.0 +0900
 +++ FD-2.09d/_fdrc 2007-05-06 08:17:43.0 +0900

Index: fdclone.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/fdclone.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- fdclone.info6 May 2007 00:06:21 -   1.5
+++ fdclone.info28 Oct 2007 07:23:41 -  1.6
@@ -1,11 +1,11 @@
 Package: fdclone
-Version: 2.09d
+Version: 2.09f
 Revision: 1
 Description: File  Directory Maintenance Tool
 License: Restrictive/Distributable
 Maintainer: Todai Fink Team [EMAIL PROTECTED]
 Source: ftp://ftp.unixusers.net/src/%n/FD-%v.tar.gz
-Source-MD5: f9a5a5455181dd838c9c37608889d3d9
+Source-MD5: a88ce94832d88032f0f67e929d7ae10b
 PatchScript: 
  patch -p1  %a/%n.patch
  cp _fdrc fdrc


-
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
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/x11 rxvt-unicode.info, 1.9, 1.10 rxvt-unicode.patch, 1.4, 1.5

2007-10-28 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sc8-pr-cvs17:/tmp/cvs-serv32251/10.4/unstable/main/finkinfo/x11

Modified Files:
rxvt-unicode.info rxvt-unicode.patch 
Log Message:
Version bumped.

Index: rxvt-unicode.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/rxvt-unicode.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- rxvt-unicode.info   13 Oct 2007 17:19:20 -  1.9
+++ rxvt-unicode.info   28 Oct 2007 07:43:18 -  1.10
@@ -1,13 +1,13 @@
 Package: rxvt-unicode
-Version: 8.3
-Revision: 1002
+Version: 8.4
+Revision: 1001
 Distribution: 10.4
 Source: http://dist.schmorp.de/%n/%n-%v.tar.bz2
-Source-MD5: c53043a5178e2eeb33578148d56f8f96
+Source-MD5: d15ba0ea7cb54ce7a2a41650e2a5e6ab
 BuildDepends: x11-dev, fink (= 0.24.12)
 Depends: x11, system-perl
 PatchFile: %n.patch
-PatchFile-MD5: 199d5b6141a12ebc904e9afea8293087
+PatchFile-MD5: 9dda5b303e6c8031671e9d023571c644
 ConfigureParams: --enable-everything --mandir='${prefix}/share/man' 
PERL=/usr/bin/perl
 GCC: 4.0
 DocFiles: COPYING Changes INSTALL README* doc/README* doc/changes.txt doc/etc/*

Index: rxvt-unicode.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/rxvt-unicode.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- rxvt-unicode.patch  21 Aug 2007 20:16:10 -  1.4
+++ rxvt-unicode.patch  28 Oct 2007 07:43:18 -  1.5
@@ -1,14 +1,15 @@
 diff -Naur rxvt-unicode-8.2.orig/doc/Makefile.in 
rxvt-unicode-8.2/doc/Makefile.in
 --- rxvt-unicode-8.2.orig/doc/Makefile.in  2006-12-08 22:28:07.0 
+
 +++ rxvt-unicode-8.2/doc/Makefile.in   2007-04-28 11:18:14.0 +
-@@ -102,6 +102,7 @@
+@@ -101,7 +101,7 @@
+   $(INSTALL_DATA) rxvt.7.man  $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
  @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir)
  @IF_PERL@ $(INSTALL_DATA) rxvtperl.3.man 
$(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
-   if test -x @TIC@; then if test -n @TIC@; then @TIC@ 
$(srcdir)/etc/rxvt-unicode.terminfo; fi; fi
-+  if test -x @TIC@; then if test -n @TIC@; then @TIC@ -o 
$(DESTDIR)$(prefix)/share/terminfo $(srcdir)/etc/rxvt-unicode.terminfo; fi; fi
+-  @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo
++  @TIC@ -o $(DESTDIR)$(prefix)/share/terminfo 
$(srcdir)/etc/rxvt-unicode.terminfo
  
  distdepend: alldoc
-
+ 
 diff -Naur rxvt-unicode-8.3.orig/Makefile.in rxvt-unicode-8.3/Makefile.in 
 --- rxvt-unicode-8.3.orig/Makefile.in  2007-08-21 15:39:40.0 -0400
 +++ rxvt-unicode-8.3/Makefile.in   2007-08-21 15:51:58.0 -0400


-
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
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.3/unstable/main/finkinfo/x11 rxvt-unicode.info, 1.7, 1.8 rxvt-unicode.patch, 1.4, 1.5

2007-10-28 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11
In directory sc8-pr-cvs17:/tmp/cvs-serv32251/10.3/unstable/main/finkinfo/x11

Modified Files:
rxvt-unicode.info rxvt-unicode.patch 
Log Message:
Version bumped.

Index: rxvt-unicode.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/rxvt-unicode.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- rxvt-unicode.info   22 Aug 2007 07:01:28 -  1.7
+++ rxvt-unicode.info   28 Oct 2007 07:43:17 -  1.8
@@ -1,12 +1,12 @@
 Package: rxvt-unicode
-Version: 8.3
-Revision: 2
+Version: 8.4
+Revision: 1
 Source: http://dist.schmorp.de/%n/%n-%v.tar.bz2
-Source-MD5: c53043a5178e2eeb33578148d56f8f96
+Source-MD5: d15ba0ea7cb54ce7a2a41650e2a5e6ab
 BuildDepends: x11-dev, fink (= 0.24.12)
 Depends: x11, system-perl
 PatchFile: %n.patch
-PatchFile-MD5: 199d5b6141a12ebc904e9afea8293087
+PatchFile-MD5: 9dda5b303e6c8031671e9d023571c644
 ConfigureParams: --enable-everything --mandir='${prefix}/share/man' 
PERL=/usr/bin/perl
 GCC: 3.3
 DocFiles: COPYING Changes INSTALL README* doc/README* doc/changes.txt doc/etc/*

Index: rxvt-unicode.patch
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/rxvt-unicode.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- rxvt-unicode.patch  22 Aug 2007 07:01:28 -  1.4
+++ rxvt-unicode.patch  28 Oct 2007 07:43:18 -  1.5
@@ -1,14 +1,15 @@
 diff -Naur rxvt-unicode-8.2.orig/doc/Makefile.in 
rxvt-unicode-8.2/doc/Makefile.in
 --- rxvt-unicode-8.2.orig/doc/Makefile.in  2006-12-08 22:28:07.0 
+
 +++ rxvt-unicode-8.2/doc/Makefile.in   2007-04-28 11:18:14.0 +
-@@ -102,6 +102,7 @@
+@@ -101,7 +101,7 @@
+   $(INSTALL_DATA) rxvt.7.man  $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
  @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir)
  @IF_PERL@ $(INSTALL_DATA) rxvtperl.3.man 
$(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
-   if test -x @TIC@; then if test -n @TIC@; then @TIC@ 
$(srcdir)/etc/rxvt-unicode.terminfo; fi; fi
-+  if test -x @TIC@; then if test -n @TIC@; then @TIC@ -o 
$(DESTDIR)$(prefix)/share/terminfo $(srcdir)/etc/rxvt-unicode.terminfo; fi; fi
+-  @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo
++  @TIC@ -o $(DESTDIR)$(prefix)/share/terminfo 
$(srcdir)/etc/rxvt-unicode.terminfo
  
  distdepend: alldoc
-
+ 
 diff -Naur rxvt-unicode-8.3.orig/Makefile.in rxvt-unicode-8.3/Makefile.in 
 --- rxvt-unicode-8.3.orig/Makefile.in  2007-08-21 15:39:40.0 -0400
 +++ rxvt-unicode-8.3/Makefile.in   2007-08-21 15:51:58.0 -0400


-
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
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/kde kbibtex.info,1.2,1.3

2007-10-28 Thread jack
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sc8-pr-cvs17:/tmp/cvs-serv10906/unstable/main/finkinfo/kde

Modified Files:
kbibtex.info 
Log Message:
new version

Index: kbibtex.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/kbibtex.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- kbibtex.info14 May 2007 16:47:57 -  1.2
+++ kbibtex.info28 Oct 2007 18:17:10 -  1.3
@@ -1,5 +1,5 @@
 Package: kbibtex
-Version: 0.1.5
+Version: 0.2
 Revision: 1002
 Source: http://www.unix-ag.uni-kl.de/~fischer/%n/download/%n-%v.tar.bz2
 Depends: expat1-shlibs, kdelibs3-unified (= 3.5-1), freetype219-shlibs, 
fontconfig2-shlibs, x11, x11-shlibs, libgettext3-shlibs, libxml2-shlibs, 
libxslt-shlibs
@@ -11,7 +11,7 @@
 Homepage: http://www.unix-ag.uni-kl.de/~fischer/kbibtex
 License: GPL
 Description: KDE - BibTeX editor, embeddable
-Source-MD5: 83a8c1cade06837431b6ebe79d13ef7b
+Source-MD5: 4ed33020f68c970e5ec37a20d3a49b59
 ConfigureParams: --mandir=%{p}/share/man --with-extra-includes=%{p}/include 
--with-extra-libs=%{p}/lib --disable-dependency-tracking
 SetLDFLAGS: -L%{p}/lib/freetype219/lib -L%{p}/lib/fontconfig2/lib
 SetCPPFLAGS: -I%{p}/lib/freetype219/include -I%{p}/lib/fontconfig2/include


-
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
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/shells zsh-templates.info, 1.16, 1.17

2007-10-28 Thread William Scott
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells
In directory sc8-pr-cvs17:/tmp/cvs-serv20459

Modified Files:
zsh-templates.info 
Log Message:
fixes for 10.5 compatibility

Index: zsh-templates.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells/zsh-templates.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- zsh-templates.info  15 Oct 2007 07:51:24 -  1.16
+++ zsh-templates.info  28 Oct 2007 21:07:22 -  1.17
@@ -1,8 +1,8 @@
 Package: zsh-templates
-Version: 1.2.2
+Version: 1.2.3
 Revision: 1
 Source:  http://xanana.ucsc.edu/~wgscott/mystuff/zsh/%n-%v.tgz
-Source-MD5: 199822f247d01278bc317d7de6a664f1
+Source-MD5: ce193f978a2f2f7f502d9f003fb5c45b
 Depends: macosx, zsh (= 4.3.4-1) | zsh-multibyte (= 4.3.4-1)
 License: GPL
 Maintainer: W. G. Scott [EMAIL PROTECTED]


-
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
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci ftnchek.info,1.1,NONE

2007-10-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17:/tmp/cvs-serv14047/sci

Removed Files:
ftnchek.info 
Log Message:
Switch section

--- ftnchek.info DELETED ---


-
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
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/devel ftnchek.info,NONE,1.1

2007-10-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17:/tmp/cvs-serv14047/devel

Added Files:
ftnchek.info 
Log Message:
Switch section

--- NEW FILE: ftnchek.info ---
Package: ftnchek
Version: 3.3.1
Revision: 1
Architecture: powerpc, i386
Source: ftp://netlib.org/fortran/ftnchek.tgz
Source-MD5: e1f4ce51ea1a85e7b080ab5d23013f97
SourceDirectory: ftnchek-%v
InstallScript: 
#!/bin/sh -ev
# programs
   mkdir -p %i/bin
   install -m 755 %b/ftnchek %i/bin
   strip %i/bin/ftnchek 
   mkdir -p %i/lib
   install -m 644 %b/dcl2inc.awk %i/lib/dcl2inc.awk
   install -m 755 %b/dcl2inc %i/bin/dcl2inc
# man pages
   mkdir -p %i/share/man/man1
   install -m 644 %b/ftnchek.1   %i/share/man/man1/ftnchek.1
   install -m 644 %b/dcl2inc.man %i/share/man/man1/dcl2inc.1
# doc
   mkdir -p %i/share/doc/%n
   mkdir -p %i/share/doc/%n/html
   mv %b/LICENSE%i/share/doc/%n
   mv %b/README %i/share/doc/%n
   mv %b/FAQ%i/share/doc/%n
   mv %b/INSTALL%i/share/doc/%n
   mv %b/ToDo   %i/share/doc/%n
   mv %b/PATCHES%i/share/doc/%n
   mv %b/ftnchek.ps %i/share/doc/%n
   mv %b/dcl2inc.ps %i/share/doc/%n
   mv %b/html/* %i/share/doc/%n/html
   ln -s html/index.html %i/share/doc/%n/index.html

License: GPL/LGPL
Description: Fortran source code analyzer
DescDetail: 
ftnchek is a static analyzer for Fortran 77 programs. It is designed 
to detect certain errors in a Fortran program that a compiler usually 
does not. ftnchek is not primarily intended to detect syntax errors. 
Its purpose is to assist the user in finding semantic errors. 
Semantic errors are legal in the Fortran language but are wasteful 
or may cause incorrect operation. For example, variables which are 
never used may indicate some omission in the program; uninitialized 
variables contain garbage which may cause incorrect results to be 
calculated; and variables which are not declared may not have the 
intended type. ftnchek is intended to assist users in the debugging 
of their Fortran program. It is not intended to catch all syntax errors. 
This is the function of the compiler. Prior to using ftnchek, the user 
should verify that the program compiles correctly.

DescUsage: 
Usage: ftnchek [-option -option ...] filename [filename ...]
 ftnchek --help gives a brief list of commandline options

DescPort: 
 The Makefile contains some rm, which are unnecessary for fink and 
 prevent validation. Therefore, the programs, the man pages and 
 the documentation are installed explicitly.
 Installation of emacs modules is missing for now. Too much work.

Homepage: http://www.dsm.fordham.edu/~ftnchek
Maintainer: Karl-Michael Schindler [EMAIL PROTECTED]


-
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
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs