Update of /cvsroot/fink/dists/10.2/stable/main/finkinfo/utils
In directory usw-pr-cvs1:/tmp/cvs-serv8390a
Added Files:
fileutils-4.1-3.info gawk-3.1.0-3.info less-376-1.info
patch-2.5.4-2.info patch-2.5.4-2.patch tree-1.4b2-1.info
tree-1.4b2-1.patch
Log Message:
moved to stable
--- NEW FILE: fileutils-4.1-3.info ---
Package: fileutils
Version: 4.1
Revision: 3
Maintainer: Max Horn <[EMAIL PROTECTED]>
Source: gnu
Source-MD5: 2fa04ceee87e962ddf72f32a2d6b906d
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info
InstallScript: <<
make install DESTDIR=%d
mv %i/bin/rm %i/bin/rm.gnu
rm -f %i/lib/charset.alias
<<
DocFiles: README COPYING NEWS THANKS
#
PostInstScript: <<
if [ -L %p/etc/alternatives/charset.alias ]; then
update-alternatives --remove charset.alias %p/lib/charset.alias.fileutils
fi
<<
InfoDocs: fileutils.info
#
Description: Common shell commands like ls, touch, chmod
DescDetail: <<
The GNU fileutils package contains common shell commands that work on
files and directories. This includes stuff like ls, mkdir, cp, rm,
chmod and touch. The GNU versions of these utilities often have extra
features like colored directory listings and heaps of command line
options.
<<
DescPort: <<
There are problems with rm (and recursive mv) which may have their
origin in the Darwin kernel. Since this breaks 'rm -rf', rm is
disabled by renaming it to rm.gnu. This appears to be fixed in 10.1,
but the fix persists while we still support 10.0.x.
The exotic commands like mknod may or may not work in a useful manner
on Darwin.
charset.alias is deleted because it is empty on Darwin anyway and
causes unnecessary conflicts between packages.
<<
License: GPL
Homepage: http://www.gnu.org/software/fileutils/fileutils.html
--- NEW FILE: gawk-3.1.0-3.info ---
Package: gawk
Version: 3.1.0
Revision: 3
Depends: dlcompat
Source: gnu
Source-MD5: 789d223fc7ee4ada694071e04124a3ae
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info --libexecdir=%p/lib
InstallScript: make install DESTDIR=%d
DocFiles: README COPYING AUTHORS LIMITATIONS NEWS POSIX.STD PROBLEMS
InfoDocs: gawk.info gawkinet.info
#
Description: The Awk processing language, GNU edition
DescDetail: <<
Awk is a sophisticated text processing language commonly used in shell
scripts. Note that many people actually prefer mawk over gawk because
of speed.
<<
License: GPL
Maintainer: Max Horn <[EMAIL PROTECTED]>
--- NEW FILE: less-376-1.info ---
Package: less
Version: 376
Revision: 1
#Source: gnu
Source: http://www.greenwoodsoftware.com/less/%n-%v.tar.gz
Source-MD5: 10ea49ecf3c35fe122002f2b8f1bf1ba
InstallScript: make install-strip prefix=%i mandir=%i/share/man
DocFiles: README COPYING LICENSE NEWS
#
Description: Featureful text pager
DescDetail: <<
GNU less is a featureful replacement for the more command. It reads
text from a file or a pipe and displays it inside the terminal. It
allows you to scroll forwards and backwards, search the text and do
other nifty things with it.
<<
License: GPL
Maintainer: Max Horn <[EMAIL PROTECTED]>
--- NEW FILE: patch-2.5.4-2.info ---
Package: patch
Version: 2.5.4
Revision: 2
Maintainer: Max Horn <[EMAIL PROTECTED]>
Source: gnu
UpdateConfigGuess: true
Patch: %f.patch
Source-MD5: ee5ae84d115f051d87fcaaef3b4ae782
InstallScript: make install prefix=%i mandir=%i/share/man
DocFiles: README COPYING AUTHORS NEWS
#
Description: Utility to apply patches to source trees
DescDetail: <<
patch takes a file describing differences (usually created by diff(1))
and applies them to a file or a whole source tree.
<<
DescPort: <<
Uses autoconf and checks the host type - the usual fix. Tries to use a
function called setmode() which is supposed to do something else than
the setmode(3) in *BSD. The patch removes the define from config.hin
(and thus from config.h).
<<
License: GPL
Homepage: http://www.gnu.org/software/patch/patch.html
--- NEW FILE: patch-2.5.4-2.patch ---
diff -ru patch-2.5.4-orig/config.hin patch-2.5.4/config.hin
--- patch-2.5.4-orig/config.hin Mon Aug 30 08:53:17 1999
+++ patch-2.5.4/config.hin Fri Feb 16 18:15:58 2001
@@ -86,9 +86,6 @@
/* Define if you have the rmdir function. */
#undef HAVE_RMDIR
-/* Define if you have the setmode function. */
-#undef HAVE_SETMODE
-
/* Define if you have the sigaction function. */
#undef HAVE_SIGACTION
--- NEW FILE: tree-1.4b2-1.info ---
Package: tree
Version: 1.4b2
Revision: 1
Maintainer: Max Horn <[EMAIL PROTECTED]>
Source: ftp://mama.indstate.edu/linux/tree/tree-%v.tgz
Source-MD5: efa89cc89109f578737f31919d37a3d4
SourceDirectory: tree-1.4
Patch: %f.patch
CompileScript: make prefix=%p
DocFiles: CHANGES LICENSE README
Description: Recursive directory listing program
Homepage: http://mama.indstate.edu/users/ice/tree/
License: Artistic
--- NEW FILE: tree-1.4b2-1.patch ---
diff -ru tree-1.4/Makefile tree-1.4-patched/Makefile
--- tree-1.4/Makefile 2002-02-21 17:40:45.000000000 +0100
+++ tree-1.4-patched/Makefile 2002-08-10 15:30:26.000000000 +0200
@@ -6,13 +6,13 @@
# warranties, including, without limitation, the implied warranties
# of merchant-ability and fitness for a particular purpose.
-CC=gcc
-CFLAGS=-O2 -Wall -fomit-frame-pointer #-m486
-LDFLAGS=-s
+#CC=gcc
+#CFLAGS=-O2 -Wall -fomit-frame-pointer #-m486
+#LDFLAGS=-s
# Uncomment for OS X:
-#CC=cc
-#CFLAGS=-O2 -Wall -fomit-frame-pointer -no-cpp-precomp
-#LDFLAGS=
+CC=cc
+CFLAGS=-O2 -Wall -fomit-frame-pointer -no-cpp-precomp
+LDFLAGS=
prefix = /usr/local
@@ -20,7 +20,7 @@
TREE_DEST=tree
BINDIR=${prefix}/bin
MAN=tree.1
-MANDIR=${prefix}/man/man1
+MANDIR=${prefix}/share/man/man1
all: tree
-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits