Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5018/main/finkinfo/utils
Added Files:
afio-2.4.6-2.info afio-2.4.6-2.patch base64-1.3-1.info
ent-19981020-2.info fatback-1.3-1.info fhist-1.12-1.info
fhist-1.12-1.patch malsync-2.1.1-1.info malsync-2.1.1-1.patch
rlwrap-0.15-1.info
Log Message:
move from 10.2-gcc3.3 to 10.3
--- NEW FILE: fhist-1.12-1.info ---
Package: fhist
Version: 1.12
Revision: 1
Source: http://www.pcug.org.au/~millerp/%n-%v.tar.gz
Source-MD5: e08c5181daa0443eff3b296ac8a3a3b4
BuildDepends: gettext-dev, gettext-bin
SetCFLAGS: -I%p/include
Patch: %f.patch
ConfigureParams: --mandir=%p/share/man
InstallScript: <<
make RPM_BUILD_ROOT=%d install docdir=%p/share/doc/%n
<<
DocFiles: README* BUILDING LICENSE MANIFEST
#
Description: Minimal file history tool
DescDetail: <<
The FHist package contains 3 utilities, a file history tool ``fhist'',
a file comparison tool ``fcomp'', and a file merging tool ``fmerge''.
All three are bundled together, because they all use the same
minimal-difference algorithm.
For more details, see http://www.pcug.org.au/~millerp/fhist.html
<<
DescPort: <<
Explicitly set CFLAGS because the configure script was not finding
libintl.h in /sw/include
The build depends on groff, but works with either the fink groff
package or the Apple supplied /usr/bin/groff.
<<
Homepage: http://www.pcug.org.au/~millerp/fhist.html
License: GPL
Maintainer: David Bacher <[EMAIL PROTECTED]>
--- NEW FILE: malsync-2.1.1-1.info ---
Package: malsync
Version: 2.1.1
Revision: 1
Maintainer: Bill Fenner <[EMAIL PROTECTED]>
Depends: pilot-link9
Source: http://www.tomw.org/malsync/malsync_%v.src.tar.gz
Source-MD5: b6342df8559a53a51cf3294ac06ed992
SourceDirectory: malsync
Patch: %f.patch
CompileScript: <<
make PREFIX=%p CC=gcc3
<<
InstallScript: <<
install -d -m 755 %i/bin
install -o root -m 755 malsync %i/bin/
<<
DocFiles: Doc/README_AvantGo Doc/README_malsync
Description: AvantGo.com palm pilot synchronization utility
DescDetail: <<
MalSync is a command line tool that allows Palm Pilots to synchronize to the
AvantGo.com server.
<<
Homepage: http://www.tomw.org/malsync/
License: OSI-Approved
--- NEW FILE: fhist-1.12-1.patch ---
diff -bur fhist-1.12/ fhist-1.12-patched/
--- fhist-1.12/Makefile.in Wed Nov 27 17:19:38 2002
+++ fhist-1.12-patched/Makefile.in Wed Dec 4 01:23:22 2002
@@ -77,6 +77,11 @@
mandir = $(RPM_BUILD_ROOT)@mandir@
#
+# where to put the locale-specific messages
+#
+localedir = $(RPM_BUILD_ROOT)@localedir@
+
+#
# Which yacc to use
#
YACC = @YACC@
@@ -842,8 +847,8 @@
--output=$@ lib/en/LC_MESSAGES/fcomp.po \
lib/en/LC_MESSAGES/common.po
-$(libdir)/en/LC_MESSAGES/fcomp.mo: lib/en/LC_MESSAGES/fcomp.mo \
- lib/en/LC_MESSAGES/.libdir
+$(localedir)/en/LC_MESSAGES/fcomp.mo: lib/en/LC_MESSAGES/fcomp.mo \
+ lib/en/LC_MESSAGES/.localedir
$(INSTALL_DATA) lib/en/LC_MESSAGES/fcomp.mo $@
lib/en/LC_MESSAGES/fhist.mo: lib/en/LC_MESSAGES/fhist.po \
@@ -852,8 +857,8 @@
--output=$@ lib/en/LC_MESSAGES/fhist.po \
lib/en/LC_MESSAGES/common.po
-$(libdir)/en/LC_MESSAGES/fhist.mo: lib/en/LC_MESSAGES/fhist.mo \
- lib/en/LC_MESSAGES/.libdir
+$(localedir)/en/LC_MESSAGES/fhist.mo: lib/en/LC_MESSAGES/fhist.mo \
+ lib/en/LC_MESSAGES/.localedir
$(INSTALL_DATA) lib/en/LC_MESSAGES/fhist.mo $@
lib/en/LC_MESSAGES/fmerge.mo: lib/en/LC_MESSAGES/fmerge.po \
@@ -862,8 +867,8 @@
--output=$@ lib/en/LC_MESSAGES/fmerge.po \
lib/en/LC_MESSAGES/common.po
-$(libdir)/en/LC_MESSAGES/fmerge.mo: lib/en/LC_MESSAGES/fmerge.mo \
- lib/en/LC_MESSAGES/.libdir
+$(localedir)/en/LC_MESSAGES/fmerge.mo: lib/en/LC_MESSAGES/fmerge.mo \
+ lib/en/LC_MESSAGES/.localedir
$(INSTALL_DATA) lib/en/LC_MESSAGES/fmerge.mo $@
lib/en/building.ps: lib/en/building/main.man
@@ -1062,19 +1067,19 @@
$(SH) test/00/t0026a.sh
-lib/en/LC_MESSAGES/.libdir: lib/en/.libdir
- -$(INSTALL) -m 0755 -d $(libdir)/en/LC_MESSAGES
- @-test -d $(libdir)/en/LC_MESSAGES && touch $@
+lib/en/LC_MESSAGES/.localedir: lib/en/.localedir
+ -$(INSTALL) -m 0755 -d $(localedir)/en/LC_MESSAGES
+ @-test -d $(localedir)/en/LC_MESSAGES && touch $@
@sleep 1
-lib/en/.libdir: lib/.libdir
- -$(INSTALL) -m 0755 -d $(libdir)/en
- @-test -d $(libdir)/en && touch $@
+lib/en/.localedir: lib/.localedir
+ -$(INSTALL) -m 0755 -d $(localedir)/en
+ @-test -d $(localedir)/en && touch $@
@sleep 1
-lib/.libdir:
- -$(INSTALL) -m 0755 -d $(libdir)
- @-test -d $(libdir) && touch $@
+lib/.localedir:
+ -$(INSTALL) -m 0755 -d $(localedir)
+ @-test -d $(localedir) && touch $@
@sleep 1
lib/en/man1/.mandir: lib/en/.mandir
@@ -1168,9 +1173,9 @@
install-po: install-po-$(HAVE_I18N)
-install-po-yes: $(libdir)/en/LC_MESSAGES/fcomp.mo \
- $(libdir)/en/LC_MESSAGES/fhist.mo \
- $(libdir)/en/LC_MESSAGES/fmerge.mo
+install-po-yes: $(localedir)/en/LC_MESSAGES/fcomp.mo \
+ $(localedir)/en/LC_MESSAGES/fhist.mo \
+ $(localedir)/en/LC_MESSAGES/fmerge.mo
install-po-no:
@@ -1274,7 +1279,7 @@
rm -f fhist/name.$(OBJEXT) fhist/prune.$(OBJEXT)
rm -f fhist/subroutine.$(OBJEXT) fhist/update.$(OBJEXT)
rm -f fmerge/main.$(OBJEXT) fmerge/work.$(OBJEXT)
- rm -f lib/en/LC_MESSAGES/.libdir lib/en/.libdir lib/.libdir
+ rm -f lib/en/LC_MESSAGES/.localedir lib/en/.localedir lib/.localedir
rm -f lib/en/building.ps lib/en/building.dvi lib/en/building.txt
rm -f lib/en/man1/.mandir lib/en/.mandir lib/en/man1/.datadir
rm -f lib/en/.datadir lib/.datadir lib/en/readme.ps
@@ -1306,7 +1311,7 @@
sure: $(TestFiles)
@echo Passed All Tests
-install: install-bin install-man install-iman install-po install-doc
+install: install-bin install-man install-po install-doc
@echo Installation Complete
install-bin: $(bindir)/$(PROGRAM_PREFIX)fcomp$(PROGRAM_SUFFIX)$(EXEEXT) \
--- fhist-1.12/configure Wed Nov 27 17:19:38 2002
+++ fhist-1.12-patched/configure Wed Dec 4 01:23:22 2002
@@ -345,6 +345,7 @@
oldincludedir='/usr/include'
infodir='${prefix}/info'
mandir='${prefix}/man'
+localedir='${prefix}/share/locale'
ac_prev=
for ac_option
@@ -4954,6 +4955,7 @@
s,@oldincludedir@,$oldincludedir,;t t
s,@infodir@,$infodir,;t t
s,@mandir@,$mandir,;t t
+s,@localedir@,$localedir,;t t
s,@build_alias@,$build_alias,;t t
s,@host_alias@,$host_alias,;t t
s,@target_alias@,$target_alias,;t t
--- NEW FILE: malsync-2.1.1-1.patch ---
diff -ur malsync/Makefile /sw/src/malsync-2.1.1-1/malsync/Makefile
--- malsync/Makefile Sun Nov 17 10:52:53 2002
+++ /sw/src/malsync-2.1.1-1/malsync/Makefile Tue Jul 1 23:22:29 2003
@@ -15,10 +15,9 @@
endif
TREETOP = .
-PILOT_LINK_DIR = $(TREETOP)/pilot-link-0.11.5
CFLAGS = -Wall -g -DMALSYNC -I$(TREETOP)/mal/common \
- -I$(TREETOP)/mal/client/common -I$(PILOT_LINK_DIR)/include \
+ -I$(TREETOP)/mal/client/common -I$(PREFIX)/include \
-I$(TREETOP)/mal/client/unix
ifeq ($(PLAT),Darwin)
@@ -73,7 +72,7 @@
$(TARGET): $(OBJS)
$(CC) $(DYNLINK) $(CFLAGS) -o $@ $(OBJS) \
- -L${PILOT_LINK_DIR}/libpisock/.libs -lpisock $(LINKLIBS)
+ -L$(PREFIX)/lib -lpisock $(LINKLIBS)
clean:
rm -f $(OBJS) $(TARGET)
diff -ur malsync/mal/client/common/AGCommandProcessor.c
/sw/src/malsync-2.1.1-1/malsync/mal/client/common/AGCommandProcessor.c
--- malsync/mal/client/common/AGCommandProcessor.c Sun May 14 14:17:35 2000
+++ /sw/src/malsync-2.1.1-1/malsync/mal/client/common/AGCommandProcessor.c Tue
Jul 1 23:10:28 2003
@@ -907,9 +907,9 @@
case AG_DEVICEINFO_CMD:
case AG_NEWIDS_CMD:
default:
- #ifdef DEBUG_COMMANDS
+#ifdef DEBUG_COMMANDS
printf("\tThe server should have NEVER sent a %s command.\n", name);
- #endif
+#endif
rc = AGCLIENT_ERR;
break;
}
diff -ur malsync/mal/common/AGBufferedNet.c
/sw/src/malsync-2.1.1-1/malsync/mal/common/AGBufferedNet.c
--- malsync/mal/common/AGBufferedNet.c Sun May 14 14:17:36 2000
+++ /sw/src/malsync-2.1.1-1/malsync/mal/common/AGBufferedNet.c Tue Jul 1 23:09:47
2003
@@ -26,19 +26,19 @@
#ifdef __unix__
- #include <errno.h>
+#include <errno.h>
#endif // __unix__
/*************************************************************************************/
#ifdef __palmos__
- #define BUFSIZE 512
- #define ALMOST_INFINITE_TIMEOUT (10 * sysTicksPerSecond)
+#define BUFSIZE 512
+#define ALMOST_INFINITE_TIMEOUT (10 * sysTicksPerSecond)
#else
- #define BUFSIZE 4096
+#define BUFSIZE 4096
#endif
diff -ur malsync/mal/common/AGNet.c /sw/src/malsync-2.1.1-1/malsync/mal/common/AGNet.c
--- malsync/mal/common/AGNet.c Sat Feb 9 11:14:20 2002
+++ /sw/src/malsync-2.1.1-1/malsync/mal/common/AGNet.c Tue Jul 1 23:24:11 2003
@@ -26,7 +26,8 @@
//#include <stdio.h> (adam) temporary hack - comment out so it will build on ce
#ifndef _WIN32
-#include <ctype.h> //PENDING(klobad) not needed on palm or win remove??
+#include <ctype.h>
+//PENDING(klobad) not needed on palm or win remove??
#include <errno.h>
#endif
@@ -455,9 +456,9 @@
case EINPROGRESS:
return AG_NET_WOULDBLOCK;
#ifdef _HPUX_SOURCE
- #ifndef DARWIN
+#ifndef DARWIN
case EWOULDBLOCK:
- #endif
+#endif
#endif
case EAGAIN:
return AG_NET_WOULDBLOCK;
--- NEW FILE: rlwrap-0.15-1.info ---
Package: rlwrap
Version: 0.15
Revision: 1
Source: http://utopia.knoware.nl/~hlub/uck/%n/%n-%v.tgz
Source-MD5: b1325380b8d1a9619d26d5a4b6bcacca
Depends: readline-shlibs
BuildDepends: readline
ConfigureParams: --mandir=%p/share/man
InstallScript: make install DESTDIR=%d
DocFiles: CHANGES COPYING INSTALL README
License: GPL
Description: Allows editing keyboard input for any command
DescDetail: <<
rlwrap is a 'readline wrapper', a small utility that uses the GNU readline
library to allow the editing of keyboard input for any other command.
Input history is remembered across invocations, separately for each command.
History completion and search work as in bash and completion word lists can
be specified on the command line.
<<
Homepage: http://utopia.knoware.nl/~hlub/uck/rlwrap/
Maintainer: Jesse Rosenstock <[EMAIL PROTECTED]>
--- NEW FILE: afio-2.4.6-2.patch ---
--- afio.2.4.6/afio.h
+++ afio.2.4.6/afio.h
@@ -211,6 +211,9 @@
#define STATIC /* Make static variables global for adb */
#endif /* lint */
+typedef u_long ulong;
+#define warn afio_warn
+
/*
* Simple types.
*/
--- NEW FILE: afio-2.4.6-2.info ---
Package: afio
Version: 2.4.6
Revision: 2
Maintainer: Ashley Yakeley <[EMAIL PROTECTED]>
Source: http://ftp.debian.org/debian/pool/main/a/afio/afio_%v.orig.tar.gz
SourceDirectory: %n.%v
SetCPPFLAGS: -no-cpp-precomp
Patch: %f.patch
CompileScript: make CC=cc
InstallScript: <<
mkdir -p %i/bin
install -m 755 afio %i/bin
mkdir -p %i/share/man/man1
install -m 644 afio.1 %i/share/man/man1
<<
DocFiles: README HISTORY SCRIPTS
Description: Archive file manipulation program
DescPort: <<
A small program that has no configure, added a ulong typedef and
renamed 'warn' to avoid clash. Makefile for install uses fixed paths,
simpler to do install by hand.
<<
Homepage: http://packages.debian.org/testing/utils/afio.html
License: Artistic
Source-MD5: b6547725156edb525ef080128037d74c
--- NEW FILE: fatback-1.3-1.info ---
Package: fatback
Version: 1.3
Revision: 1
License: GPL
Homepage: http://www.dcfl.gov/
Description: Forensic tool for recovering files from FAT file systems
DescDetail: <<
forensic tool for recovering files from FAT file systems
<<
ConfigureParams: --infodir=%i/share/info --mandir=%p/share/man
InfoDocs: fatback-manual.info
Source: mirror:sourceforge:biatchux/%n-%v.tar.gz
Source-MD5: 4f1beb13670a7eff5b66cff84e5fd42a
DocFiles: AUTHORS ChangeLog COPYING NEWS README
Maintainer: James Kelly <[EMAIL PROTECTED]>
DescPackaging: <<
forensic tool for recovering files from FAT file systems
<<
--- NEW FILE: ent-19981020-2.info ---
Package: ent
Version: 19981020
Revision: 2
#
Source: http://www.fourmilab.ch/random/random.zip
SourceDirectory: .
Source-MD5: ccaa3fffd4d84d46e9b712d0c88f008c
#
PatchScript: <<
perl -pi.old -e 's#^ent#./ent#' entest.bat
rm -f entest.bat.old
<<
CompileScript: <<
echo "No configuration required"
make
make test
<<
InstallScript: <<
mkdir -p %i/bin
cp ent %i/bin
chmod a+rx %i/bin/ent
<<
#
DocFiles: ent.html
#
Description: Checks the randomness of the input
DescDetail: <<
Ent (written by John Walker) checks the randomness of the input data with
the following tests: entropy, chi-square test, arithmetic mean, Monte Carlo
value for Pi, and serial correlation coefficient.
<<
#
DescPort: <<
This program's zip file doesn't unzip into any specific folder, leading to
the awkward choice of `.' for SourceDirectory. Also, This package had no
version number, so I just used the latest revision date.
<<
License: Public Domain
Maintainer: Benjamin Esham <[EMAIL PROTECTED]>
--- NEW FILE: base64-1.3-1.info ---
Package: base64
Version: 1.3
Revision: 1
Source: http://www.fourmilab.ch/webtools/base64/%n-%v.tar.gz
Source-MD5:66d81725ba4d03227af2ce3792e50d5d
ConfigureParams: --mandir=%p/share/man
InstallScript: <<
mkdir -p %i/bin
mkdir -p %i/share/man/man1
make install DESTDIR=%d
<<
DocFiles: COPYING INSTALL README
Description: Encode and decode base 64 encoded files
License: Public Domain
Maintainer: Andrew Rohl <[EMAIL PROTECTED]>
Homepage: http://www.fourmilab.ch/webtools/base64/
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits