[cvs] dists/10.4/stable/main/finkinfo/libs libming0-shlibs.info, 1.2, 1.3 libming0-shlibs.patch, 1.1, 1.2

2009-11-19 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24982

Modified Files:
libming0-shlibs.info libming0-shlibs.patch 
Log Message:
promote unstable version, which enables building graphviz

Index: libming0-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/libming0-shlibs.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libming0-shlibs.info26 Aug 2009 07:14:21 -  1.2
+++ libming0-shlibs.info19 Nov 2009 18:41:34 -  1.3
@@ -1,16 +1,15 @@
 Package: libming0-shlibs
 Version: 0.4.0.beta5
-Revision: 6
-Distribution: 10.4, 10.5
+Revision: 9
 ###
 BuildDepends: <<
-   autoconf (>= 2.60),
-   automake1.9,
+   autoconf (>= 2.63),
+   automake1.11,
fink (>= 0.24.12-1),
freetype219,
giflib,
libpng3,
-   libtool14,
+   libtool2,
pkgconfig,
x11-dev
 <<
@@ -24,7 +23,7 @@
 Source-MD5: d092c3322b91b965363b537f2143997f
 ###
 PatchFile: %n.patch
-PatchFile-MD5: 96242ccd79b9e225974868d3cb2eba9d
+PatchFile-MD5: 8654b5c8193cae9a5becd7ae953ec54d
 ###
 SetLDFLAGS: -L%p/lib/freetype219/lib
 ConfigureParams: --with-freetype-config=%p/lib/freetype219/bin/freetype-config 
--disable-python --disable-perl --disable-php --disable-tcl --with-pic 
--enable-shared --enable-static --mandir=%p/share/man 
--disable-dependency-tracking
@@ -41,8 +40,8 @@
 SplitOff: <<
   Package: libming-dev
   Depends: libming0-shlibs (= %v-%r)
-  Replaces: ming
-  Conflicts: ming
+  Replaces: ming, libming1-dev
+  Conflicts: ming, libming1-dev
   BuildDependsOnly: True
   Files: <<
 include

Index: libming0-shlibs.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/libming0-shlibs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libming0-shlibs.patch   16 Jul 2008 03:01:37 -  1.1
+++ libming0-shlibs.patch   19 Nov 2009 18:41:34 -  1.2
@@ -1,6 +1,6 @@
-diff -Nurd ming-0.4.0.beta5.orig/Makefile.am ming-0.4.0.beta5/Makefile.am
+diff -ru ming-0.4.0.beta5.orig/Makefile.am ming-0.4.0.beta5/Makefile.am
 --- ming-0.4.0.beta5.orig/Makefile.am  2007-09-17 07:35:31.0 -0400
-+++ ming-0.4.0.beta5/Makefile.am   2008-03-21 19:08:12.0 -0400
 ming-0.4.0.beta5/Makefile.am   2009-09-20 21:12:41.0 -0400
 @@ -11,6 +11,7 @@
  AUTOMAKE_OPTIONS = foreign dist-bzip2 dist-zip 1.4d
  
@@ -9,9 +9,9 @@
  
  if BUILD_PERL_EXTENSION
  PERLSUBDIR = perl_ext
-diff -Nurd ming-0.4.0.beta5.orig/src/blocks/Makefile.am 
ming-0.4.0.beta5/src/blocks/Makefile.am
+diff -ru ming-0.4.0.beta5.orig/src/blocks/Makefile.am 
ming-0.4.0.beta5/src/blocks/Makefile.am
 --- ming-0.4.0.beta5.orig/src/blocks/Makefile.am   2007-09-14 
13:23:47.0 -0400
-+++ ming-0.4.0.beta5/src/blocks/Makefile.am2008-03-21 19:12:24.0 
-0400
 ming-0.4.0.beta5/src/blocks/Makefile.am2009-09-20 21:12:41.0 
-0400
 @@ -69,8 +69,9 @@
  
  endif #zlib
@@ -23,9 +23,9 @@
  TTF_SOURCE = ttffont.c
  endif
  
-diff -Nurd ming-0.4.0.beta5.orig/test/actionscript/Makefile.am 
ming-0.4.0.beta5/test/actionscript/Makefile.am
+diff -ru ming-0.4.0.beta5.orig/test/actionscript/Makefile.am 
ming-0.4.0.beta5/test/actionscript/Makefile.am
 --- ming-0.4.0.beta5.orig/test/actionscript/Makefile.am2007-09-17 
07:35:54.0 -0400
-+++ ming-0.4.0.beta5/test/actionscript/Makefile.am 2008-03-21 
03:23:21.0 -0400
 ming-0.4.0.beta5/test/actionscript/Makefile.am 2009-09-20 
21:12:41.0 -0400
 @@ -48,5 +48,5 @@
  
  ActionScriptTest_SOURCES = ActionScriptTest.c ../run_test.c 
../../util/makeswf_utils.c
@@ -33,10 +33,64 @@
 -ActionScriptTest_CFLAGS = -DTOP_BUILDDIR='"$(top_builddir)"' 
-DTOP_SOURCEDIR='"$(srcdir)"' -I$(top_srcdir)/util/ -DAS_TESTS='"$(AS_TESTS)"'
 +ActionScriptTest_CPPFLAGS = -DTOP_BUILDDIR='"$(top_builddir)"' 
-DTOP_SOURCEDIR='"$(srcdir)"' -I$(top_srcdir)/util/ -DAS_TESTS='"$(AS_TESTS)"' 
$(AM_CPPFLAGS)
  
-diff -Nurd ming-0.4.0.beta5.orig/util/Makefile.am 
ming-0.4.0.beta5/util/Makefile.am
+diff -ru ming-0.4.0.beta5.orig/util/Makefile.am 
ming-0.4.0.beta5/util/Makefile.am
 --- ming-0.4.0.beta5.orig/util/Makefile.am 2007-07-15 15:57:53.0 
-0400
-+++ ming-0.4.0.beta5/util/Makefile.am  2008-03-21 03:26:08.0 -0400
-@@ -108,7 +108,7 @@
 ming-0.4.0.beta5/util/Makefile.am  2009-09-20 21:13:09.0 -0400
+@@ -52,7 +52,6 @@
+   action.c\
+   blocktypes.c\
+   decompile.c \
+-  main.c  \
+   parser.c\
+   read.c 
+ 
+@@ -71,44 +70,44 @@
+   swfoutput.h \
+   swftypes.h
+ 
+-listswf_SOURCES = outputtxt.c
++listswf_SOURCES = outputtxt.c main.c  
+ listswf_LDADD = libutil.la $(top_builddir)/src/libming.la
+ listswf_CF

[cvs] dists/10.4/unstable/main/finkinfo/devel x86-64-binutils.info, NONE, 1.1

2009-11-29 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12967

Added Files:
x86-64-binutils.info 
Log Message:
crossplatform binutils for x86_64

--- NEW FILE: x86-64-binutils.info ---
Info2: <<
Package: x86-64-%type_pkg[platform]-binutils
Version: 2.20
Revision: 1
Type: platform (w64-mingw32 linux freebsd)
Architecture: powerpc, i386, x86-64
Description: GNU binutils for 64 bit %type_pkg[platform]
License: LGPL

Source: mirror:gnu:binutils/binutils-%v.tar.bz2
Source-MD5: ee2d3e996e9a2d669808713360fa96f8

SourceDirectory: binutils-%v

PatchScript: <<
  sed -i.bak 's|stat64|stat|g' binutils/strings.c
<<

ConfigureParams: <<
  --target=x86_64-%type_pkg[platform]  \
  --prefix=%p/lib/x86_64-%type_pkg[platform] \
  --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
  --program-prefix=x86_64-%type_pkg[platform]- \ 
  --disable-werror 
<<

InstallScript: <<
#!/bin/sh -ev
  /usr/bin/make install DESTDIR=%d
  /bin/rm -vrf %i/lib/x86_64-%type_pkg[platform]/lib/

  for file_name in %i/share/info/*
  do
new_file_name=`/bin/echo ${file_name} | /usr/bin/sed -e 
"s|%i/share/info/|%i/share/info/x86_64-%type_pkg[platform]-|g"`
mv ${file_name} ${new_file_name}
  done
<<

DocFiles: README COPYING*
InfoDocs: x86_64-%type_pkg[platform]-as.info 
x86_64-%type_pkg[platform]-bfd.info x86_64-%type_pkg[platform]-binutils.info 
x86_64-%type_pkg[platform]-configure.info x86_64-%type_pkg[platform]-gprof.info 
x86_64-%type_pkg[platform]-ld.info x86_64-%type_pkg[platform]-standards.info

DescPort: <<
Like 'avr-binutils' package, lib & include folders have been moved to 
/sw/lib/x86_64-%type_pkg[platform] and the binaries are put into /sw/bin.
All xxx files renamed to x86_64-%type_pkg[platform]-xxx.info to avoid clashes
with other potential toolchains.
TODO: Native Language Support
<<

Homepage: http://www.gnu.org/software/binutils/

Maintainer: Karl-Michael Schindler 
<<


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 x86-64-binutils.info, 1.1, 1.2

2009-11-29 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15651

Modified Files:
x86-64-binutils.info 
Log Message:
win64 done right this time. some other tweaks

Index: x86-64-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/x86-64-binutils.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- x86-64-binutils.info29 Nov 2009 18:04:50 -  1.1
+++ x86-64-binutils.info29 Nov 2009 20:08:27 -  1.2
@@ -1,12 +1,14 @@
 Info2: <<
 Package: x86-64-%type_pkg[platform]-binutils
 Version: 2.20
-Revision: 1
-Type: platform (w64-mingw32 linux freebsd)
-Architecture: powerpc, i386, x86-64
+Revision: 2
+Type: platform (win64 linux freebsd)
+Architecture: powerpc, i386, x86_64
 Description: GNU binutils for 64 bit %type_pkg[platform]
 License: LGPL
 
+Replaces: x86-64-w64-mingw32-binutils
+
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
 Source-MD5: ee2d3e996e9a2d669808713360fa96f8
 
@@ -17,34 +19,34 @@
 <<
 
 ConfigureParams: <<
-  --target=x86_64-%type_pkg[platform]  \
-  --prefix=%p/lib/x86_64-%type_pkg[platform] \
+  --target=x86_64-%type_pkg[platform]   \
+  (%type_pkg[platform] = win64) --target=x86_64-w64-mingw32 \
+  --prefix=%p/lib/x86_64-%type_pkg[platform]\
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=x86_64-%type_pkg[platform]- \ 
+  --program-prefix=x86_64-%type_pkg[platform]-  \ 
   --disable-werror 
 <<
 
 InstallScript: <<
 #!/bin/sh -ev
-  /usr/bin/make install DESTDIR=%d
-  /bin/rm -vrf %i/lib/x86_64-%type_pkg[platform]/lib/
+  make install DESTDIR=%d
+  rm -fr %i/lib/x86_64-%type_pkg[platform]/lib/
 
-  for file_name in %i/share/info/*
+  for file_name in $(ls %i/share/info/*info)
   do
-new_file_name=`/bin/echo ${file_name} | /usr/bin/sed -e 
"s|%i/share/info/|%i/share/info/x86_64-%type_pkg[platform]-|g"`
-mv ${file_name} ${new_file_name}
+mv $file_name %i/share/info/x86_64-%type_pkg[platform]-${file_name##*/}
   done
 <<
 
 DocFiles: README COPYING*
+
 InfoDocs: x86_64-%type_pkg[platform]-as.info 
x86_64-%type_pkg[platform]-bfd.info x86_64-%type_pkg[platform]-binutils.info 
x86_64-%type_pkg[platform]-configure.info x86_64-%type_pkg[platform]-gprof.info 
x86_64-%type_pkg[platform]-ld.info x86_64-%type_pkg[platform]-standards.info
 
 DescPort: <<
 Like 'avr-binutils' package, lib & include folders have been moved to 
 /sw/lib/x86_64-%type_pkg[platform] and the binaries are put into /sw/bin.
-All xxx files renamed to x86_64-%type_pkg[platform]-xxx.info to avoid clashes
-with other potential toolchains.
-TODO: Native Language Support
+All xxx files are renamed to x86_64-%type_pkg[platform]-xxx.info to avoid 
+clashes with other potential toolchains.
 <<
 
 Homepage: http://www.gnu.org/software/binutils/


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/languages fpc.info,1.4,1.5

2009-12-05 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25552/stable/main/finkinfo/languages

Modified Files:
fpc.info 
Log Message:
FreePascal: fix compilation of msgdif

Index: fpc.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fpc.info1 Nov 2009 18:31:25 -   1.4
+++ fpc.info5 Dec 2009 15:24:47 -   1.5
@@ -1,6 +1,6 @@
 Package: fpc
 Version: 2.2.4
-Revision: 2
+Revision: 3
 Architecture: powerpc, i386, x86_64
 Depends: fpc-config
 Recommends: fpc-doc
@@ -39,7 +39,7 @@
 # compile the the compiler utility msgdif
 
   cd compiler/utils
-  fpc msgdif.pp
+  %b/compiler/$ppcarch -Fu%b/rtl/units/%m-darwin msgdif.pp
 
 <<
 


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
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/languages fpc.info,1.11,1.12

2009-12-05 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25552/unstable/main/finkinfo/languages

Modified Files:
fpc.info 
Log Message:
FreePascal: fix compilation of msgdif

Index: fpc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- fpc.info1 Nov 2009 18:31:26 -   1.11
+++ fpc.info5 Dec 2009 15:24:47 -   1.12
@@ -1,6 +1,6 @@
 Package: fpc
 Version: 2.2.4
-Revision: 2
+Revision: 3
 Architecture: powerpc, i386, x86_64
 Depends: fpc-config
 Recommends: fpc-doc
@@ -39,7 +39,7 @@
 # compile the the compiler utility msgdif
 
   cd compiler/utils
-  fpc msgdif.pp
+  %b/compiler/$ppcarch -Fu%b/rtl/units/%m-darwin msgdif.pp
 
 <<
 


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel lazarus-10.4.info, 1.2, 1.3 lazarus-common.info, 1.2, 1.3

2010-01-01 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23154

Modified Files:
lazarus-10.4.info lazarus-common.info 
Log Message:
move lazarus 0.9.28.2 from unstable

Index: lazarus-common.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus-common.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- lazarus-common.info 7 Jul 2009 00:06:58 -   1.2
+++ lazarus-common.info 2 Jan 2010 00:18:55 -   1.3
@@ -1,26 +1,33 @@
 Package: lazarus-common
-Version: 0.9.26.2
-Revision: 4
+Version: 0.9.28.2
+Revision: 1
 Architecture: powerpc, i386
-Distribution: 10.4, 10.5
+Distribution: 10.4, 10.5, 10.6
 License: GPL/LGPL
 
-Depends: fpc (>= 2.2.2), fpc-sources, (%m = i386) fpc-crossppc, (%m = i386) 
fpc-win32, (%m = i386) i386-win32-binutils, gdk-pixbuf-shlibs, glib-shlibs, 
gtk+-shlibs, gtk+2-shlibs
-Builddepends: gdk-pixbuf, glib, gtk+, gtk+2
+Depends: fpc (>= 2.2.4), fpc-sources, (%m = i386) fpc-crossppc, (%m = i386) 
fpc-win32, (%m = i386) i386-win32-binutils, gtk+2-shlibs
+Builddepends: gtk+2
 
-Recommends: fpc-doc, lazarus-aqua, lazarus-gtk, lazarus-gtk2
+Recommends: fpc-doc, lazarus-aqua, lazarus-gtk2
 
-Conflicts: lazarus
-Replaces:  lazarus
+Conflicts: lazarus-common, pango1-shlibs, pango1-xft2, pango1-xft2-shlibs
+Replaces:  lazarus-common
 
-Source: http://downloads.sourceforge.net/lazarus/lazarus-%v-0.tgz
-Source-MD5: 357fd9f6e9d410f3c74ff493fce7f75a
+Source: http://downloads.sourceforge.net/lazarus/lazarus-%v-src.tar.bz2
+Source-MD5: 52dc157fa1e83e90b5331820bd616d81
+Source2: 
http://michael-ep3.physik.uni-halle.de/pascocoa/objc-0.9.28.1-1.tar.bz2
+Source2-MD5: 70b57dcc20af9222b751ded0da7a7bac
+Source3: 
http://michael-ep3.physik.uni-halle.de/pascocoa/pascocoa-0.9.28.1-1.tar.bz2
+Source3-MD5: c97627118a4af19a498ac14f666599d3
 
 SourceDirectory: lazarus
 
 CompileScript: <<
 #!/bin/sh -ev
 
+  mv ../objc lcl/interfaces/carbon/
+  mv ../pascocoa lcl/interfaces/carbon/
+
 if [[ $(sw_vers -productVersion) < 10.5 ]]; then
   debug_options="-gl"
 else
@@ -35,19 +42,17 @@
 
 AllUnits="lcl packager/registration ideintf bigidecomponents packager"
 
-  make $AllUnits LCL_PLATFORM=carbon OPT="$debug_options"
-  make $AllUnits LCL_PLATFORM=gtkOPT="$debug_options"
-  make $AllUnits LCL_PLATFORM=gtk2   OPT="$debug_options"
+  make $AllUnits LCL_PLATFORM=carbon OPT="$debug_options -dCarbonUseCocoa 
-Fuobjc -Fupascocoa/appkit -Fupascocoa/foundation -Fiobjc -Fipascocoa/appkit 
-Fipascocoa/foundation"
+  make $AllUnits LCL_PLATFORM=gtk2   OPT="$debug_options 
-Fl/%p/lib/pango-ft219/lib/"
+  make $AllUnits LCL_PLATFORM=nogui  OPT="$debug_options"
+# cocoa is not yet ready.
+#  make $AllUnits LCL_PLATFORM=cocoa  OPT="$debug_options 
-Fu../../units/i386-darwin/carbon"
 
   if [ "%m" == "i386" ]; then
 make $AllUnits LCL_PLATFORM=win32  OPT="$debug_options" OS_TARGET=win32
-
+# wince is not yet working
+#make $AllUnits LCL_PLATFORM=wince  OPT="$debug_options" OS_TARGET=wince
 make $AllUnits LCL_PLATFORM=carbon OPT="$debug_options" CPU_TARGET=powerpc
-#make $AllUnits LCL_PLATFORM=gtkOPT="$debug_options" 
CPU_TARGET=powerpc // needs the powerpc libs from fink
-#make $AllUnits LCL_PLATFORM=gtk2   OPT="$debug_options" 
CPU_TARGET=powerpc // needs the powerpc libs from fink
-
-#make $AllUnits LCL_PLATFORM=gtkOPT="$debug_options" OS_TARGET=linux 
// needs the linux libs from whereever
-#make $AllUnits LCL_PLATFORM=gtk2   OPT="$debug_options" OS_TARGET=linux 
// needs the linux libs from whereever
   fi
 
 # ** Finish compiling Lazarus libraries **
@@ -86,16 +91,14 @@
 forms, buttons, text boxes and so on, which are used to create 
 applications with a graphical user interface (GUI).
 
-Release Notes: http://wiki.freepascal.org/Lazarus_0.9.26.2_release_notes
+Release Notes: http://wiki.freepascal.org/Lazarus_0.9.28_release_notes
 
 <<
+
 DescUsage: <<
  This is the common part of the lazarus packages and used implicitly.
  On IntelMacs, crosscompilation is now enabled for powerpc/carbon and win32.
 <<
-DescPort: <<
-Lazarus with a gtk2 interface does not work, yet. It crashes on startup,
-but gtk2 can probably still be used to build own applications.
-<<
+
 Homepage: http://wiki.freepascal.org/Main_Page
 Maintainer: Karl-Michael Schindler 
\ No newline at end of file

Index: lazarus-10.4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus-10.4.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- lazarus-10.4.info   7 Jul 2009 00:06:58 -   1.2
+++ lazarus-10.4.info   2 Jan 2010 00:18:55 -   1.3
@@ -1,8 +1,8 @@
 Info2: <<
 Package: lazarus%type_pkg[uitype]
-Type: uitype (-aqua -gtk -gtk2)
-Version: 0.9.26.2
-Revision: 4
+Type: uitype (-aqua -gtk2)
+V

[cvs] dists/10.4/unstable/main/finkinfo/devel powerpc-binutils.info, NONE, 1.1 arm-binutils.info, 1.2, 1.3 i386-binutils.info, 1.1, 1.2 lazarus-10.4.info, 1.7, 1.8 lazarus-common-gtk1.info, 1.2, 1.3 l

2010-01-01 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17402/devel

Modified Files:
arm-binutils.info i386-binutils.info lazarus-10.4.info 
lazarus-common-gtk1.info lazarus-common.info lazarus.info 
Added Files:
powerpc-binutils.info 
Removed Files:
i386-linux-binutils.info i386-win32-binutils.info 
Log Message:
update binutils, fpc (2.4.0 is 64 bit now) and lazarus

Index: i386-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/i386-binutils.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- i386-binutils.info  19 Oct 2009 23:52:56 -  1.1
+++ i386-binutils.info  2 Jan 2010 01:03:23 -   1.2
@@ -1,8 +1,8 @@
 Info2: <<
-Package: i386%type_pkg[platform]-binutils
+Package: i386-%type_pkg[platform]-binutils
 Version: 2.20
-Revision: 1
-Type: platform (-win32 -linux -freebsd -solaris)
+Revision: 2
+Type: platform (linux freebsd win32 wince solaris)
 # tried, but not yet working or needed: wince os2 go32v2 symbian netbsd 
openbsd beos haiku qnx netware wdosx emx watcom netwlibc
 Architecture: powerpc, i386, x86_64
 Description: GNU binutils for 32 bit %type_pkg[platform]
@@ -18,36 +18,35 @@
 <<
 
 ConfigureParams: <<
-  --disable-nls \
-  (%type_pkg[platform]  = "-win32")  --target=i386-mingw32 \
-  (%type_pkg[platform] != "-win32")  --target=i386%type_pkg[platform] \
-  --prefix=%p/lib/i386%type_pkg[platform] \
+  --target=i386-%type_pkg[platform] \
+  (%type_pkg[platform] = win32) --target=mingw32\
+  (%type_pkg[platform] = wince) --target=mingw32\
+  --prefix=%p/lib/i386-%type_pkg[platform]  \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=i386%type_pkg[platform]- \ 
+  --program-prefix=i386-%type_pkg[platform]-\ 
   --disable-werror 
 <<
 
 InstallScript: <<
 #!/bin/sh -ev
-  /usr/bin/make install DESTDIR=%d
-  /bin/rm -vrf %i/lib/i386%type_pkg[platform]/lib/
+  make install DESTDIR=%d
+  rm -fr %i/lib/i386-%type_pkg[platform]/lib/
 
-  for file_name in %i/share/info/*
+  for file_name in $(ls %i/share/info/*info)
   do
-new_file_name=`/bin/echo ${file_name} | /usr/bin/sed -e 
"s|%i/share/info/|%i/share/info/i386%type_pkg[platform]-|g"`
-mv ${file_name} ${new_file_name}
+mv $file_name %i/share/info/i386-%type_pkg[platform]-${file_name##*/}
   done
 <<
 
 DocFiles: README COPYING*
 
-InfoDocs: i386%type_pkg[platform]-as.info i386%type_pkg[platform]-bfd.info 
i386%type_pkg[platform]-binutils.info i386%type_pkg[platform]-configure.info 
i386%type_pkg[platform]-gprof.info i386%type_pkg[platform]-ld.info 
i386%type_pkg[platform]-standards.info
+InfoDocs: i386-%type_pkg[platform]-as.info i386-%type_pkg[platform]-bfd.info 
i386-%type_pkg[platform]-binutils.info i386-%type_pkg[platform]-configure.info 
i386-%type_pkg[platform]-gprof.info i386-%type_pkg[platform]-ld.info 
i386-%type_pkg[platform]-standards.info
 
 DescPort: <<
 Like 'avr-binutils' package, lib & include folders have been moved to 
-/sw/lib/i386%type_pkg[platform] and the binaries are put into /sw/bin.
-All xxx files renamed to i386%type_pkg[platform]-xxx.info to avoid clashes
-with other potential toolchains.
+/sw/lib/i386-%type_pkg[platform] and the binaries are put into /sw/bin.
+All xxx files are renamed to i386-%type_pkg[platform]-xxx.info to avoid
+clashes with other potential toolchains.
 <<
 
 Homepage: http://www.gnu.org/software/binutils/

Index: lazarus-common-gtk1.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus-common-gtk1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- lazarus-common-gtk1.info30 Oct 2009 23:24:47 -  1.2
+++ lazarus-common-gtk1.info2 Jan 2010 01:03:23 -   1.3
@@ -1,6 +1,6 @@
 Package: lazarus-common-gtk1
 Version: 0.9.28.2
-Revision: 1
+Revision: 2
 Architecture: powerpc, i386
 License: GPL/LGPL
 
@@ -84,8 +84,9 @@
 forms, buttons, text boxes and so on, which are used to create 
 applications with a graphical user interface (GUI).
 
-Release Notes: http://wiki.freepascal.org/Lazarus_0.9.28_release_notes
-
+Release Notes:
+  http://wiki.freepascal.org/Lazarus_0.9.28_release_notes
+  http://wiki.freepascal.org/Lazarus_0.9.28.2_release_notes
 <<
 
 Homepage: http://wiki.freepascal.org/Main_Page

--- i386-linux-binutils.info DELETED ---

--- NEW FILE: powerpc-binutils.info ---
Info2: <<
Package: powerpc-%type_pkg[platform]-binutils
Version: 2.20
Revision: 1
Type: platform (linux netbsd)
# tried, but not yet working or needed:  macos morphos amigaos 
Architecture: powerpc, i386, x86_64
Description: GNU binutils for 32 bit %type_pkg[platform]
License: LGPL

Source: mirror:gnu:binutils/

[cvs] dists/10.4/unstable/main/finkinfo/languages fpc-cross-arm.info, NONE, 1.1 fpc-cross-i386-darwin.info, NONE, 1.1 fpc-cross-i386.info, NONE, 1.1 fpc-cross-powerpc-darwin.info, NONE, 1.1 fpc-cross-

2010-01-01 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17402/languages

Modified Files:
fpc-config.info fpc-doc.info fpc-sources.info fpc.info 
Added Files:
fpc-cross-arm.info fpc-cross-i386-darwin.info 
fpc-cross-i386.info fpc-cross-powerpc-darwin.info 
fpc-cross-powerpc.info fpc-cross-x86-64-darwin.info 
fpc-cross-x86-64.info 
Removed Files:
fpc-arm-cross.info fpc-crossppc.info fpc-i386-linux.info 
fpc-win32.info 
Log Message:
update binutils, fpc (2.4.0 is 64 bit now) and lazarus

--- fpc-win32.info DELETED ---

Index: fpc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- fpc.info5 Dec 2009 15:24:47 -   1.12
+++ fpc.info2 Jan 2010 01:03:25 -   1.13
@@ -1,13 +1,10 @@
 Package: fpc
-Version: 2.2.4
-Revision: 3
+Version: 2.4.0
+Revision: 1
 Architecture: powerpc, i386, x86_64
 Depends: fpc-config
 Recommends: fpc-doc
 
-#Conflicts: fpc
-#Replaces: fpc
-
 CustomMirror: <<
 eur-AT: ftp://gd.tuwien.ac.at/languages/pascal/fpc/
 eur-BE: ftp://ftp.freepascal.org/pub/fpc/
@@ -19,10 +16,10 @@
 Primary: ftp://ftp.freepascal.org/pub/fpc/
 <<
 Source: mirror:custom:/dist/%v/source/fpcbuild-%v.tar.gz
-Source-MD5: 20bb9a4a9f1449e2249c80d7aba7c245
+Source-MD5: af49e9a8bb632f361395add30ece8934
 
-Source2: mirror:custom:dist/%v/source/fpc-%v.universal-darwin.bootstrap.tar.bz2
-Source2-MD5: 4a313307cbd7955a120c0fc02d1281a0
+Source2: 
mirror:custom:dist/%v/bootstrap/fpc-%v.universal-darwin.bootstrap.tar.bz2
+Source2-MD5: 172857a9ccb6c05996078b05429993ef
 
 SourceDirectory: fpcbuild-%v/fpcsrc
 
@@ -30,14 +27,16 @@
 #!/bin/sh -ev
 
 # compile the compiler
-  make all PP=%b/../../ppcuniversal
+  if [ "%m" = "powerpc" ]; then archtype="-ppc" ; else archtype="-%m" ; fi
+  make all PP="arch $archtype %b/../../ppcuniversal"
 
 # compile the ide
-  if [ "%m" = "powerpc" ]; then ppcarch="ppcppc" ; else ppcarch="ppc386" ; fi
+  if [ "%m" = "powerpc" ]; then ppcarch="ppcppc" ; fi
+  if [ "%m" = "i386"]; then ppcarch="ppc386" ; fi
+  if [ "%m" = "x86_64"  ]; then ppcarch="ppcx64" ; fi
   make ide PP=%b/compiler/$ppcarch
 
 # compile the the compiler utility msgdif
-
   cd compiler/utils
   %b/compiler/$ppcarch -Fu%b/rtl/units/%m-darwin msgdif.pp
 
@@ -46,24 +45,33 @@
 InfoTest: <<
   TestScript: <<
 #!/bin/sh -ev
+  if [ "%m" = "powerpc" ]; then ppcarch="ppcppc" ; fi
+  if [ "%m" = "i386"]; then ppcarch="ppc386" ; fi
+  if [ "%m" = "x86_64"  ]; then ppcarch="ppcx64" ; fi
   mkdir -p   freepascal-tests
   cp -R rtl  freepascal-tests
   cp -R testsfreepascal-tests
   cp -R packages freepascal-tests
-  chmod -R 777   freepascal-tests
+  chmod -R 777   .
   cd freepascal-tests/tests
 
-# If you really want to run the tests uncomment the following line.
+# Executing the following does not work because of permission problems.
+# If you really want to run the tests uncomment the following line and execute
+# "fink --test rebuild fpc"
+# Make sure there is no other version of fpc installed. 
+# Depending on your path settings you may get errors about the system unit 
being wrong,
 # The tests will take quite some time! You have been warned.
 
-#  sudo -u _unknown make full TEST_FPC=%b/compiler/$ppcarch 
FPC=%b/compiler/$ppcarch FPCMAKE=%b/utils/fpcm/fpcmake
+# make full TEST_FPC=%b/compiler/$ppcarch FPC=%b/compiler/$ppcarch 
OPT=-Fu%b/rtl/units/%m-darwin/ FPCMAKE=%b/utils/fpcm/fpcmake
 
 <<
 <<
 
 InstallScript: <<
 #!/bin/sh -ev
-  if [ "%m" = "powerpc" ]; then ppcarch="ppcppc" ; else ppcarch="ppc386" ; fi
+  if [ "%m" = "powerpc" ]; then ppcarch="ppcppc" ; fi
+  if [ "%m" = "i386"]; then ppcarch="ppc386" ; fi
+  if [ "%m" = "x86_64"  ]; then ppcarch="ppcx64" ; fi
   make install   INSTALL_PREFIX=%i   PP=%b/compiler/$ppcarch 
FPCMAKE=%b/utils/fpcm/fpcmake
   ln -sf ../lib/fpc/%v/$ppcarch %i/bin/$ppcarch
   make ide_install   INSTALL_PREFIX=%i   PP=%b/compiler/$ppcarch 
FPCMAKE=%b/utils/fpcm/fpcmake
@@ -96,7 +104,7 @@
 Furthermore, Free Pascal supports function overloading, operator 
 overloading, global properties and other modern features.
 
-http://wiki.freepascal.org/User_Changes_2.2.4 also lists changes in fpc 2.2.4.
+http://wiki.freepascal.org/User_Changes_2.4.0 also lists changes in fpc 2.4.0.
 <<
 
 DescUsage: <<
@@ -114,7 +122,8 @@
  For using Free Pascal with Xcode see:
 http://www.freepascal.org/xcode.html
 
- With "fink --test rebuild fpc" the test suite of the compiler is executed.
+ After uncommenting a line in fpc.info "fink --test rebuild fpc" executes 
+ the test suite of the compiler.
  This takes quite some time, in particular on slow machines.
  Expect a small number of failed tests.
 

--- NEW FILE: fpc-cross-i386.info ---
Info2: <<

[cvs] dists/10.4/stable/main/finkinfo/devel lazarus-10.4.info, 1.3, 1.4

2010-01-05 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17244/stable/main/finkinfo/devel

Modified Files:
lazarus-10.4.info 
Log Message:
lazarus updates. fixes startup glitch.

Index: lazarus-10.4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus-10.4.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- lazarus-10.4.info   2 Jan 2010 00:18:55 -   1.3
+++ lazarus-10.4.info   5 Jan 2010 14:36:26 -   1.4
@@ -2,7 +2,7 @@
 Package: lazarus%type_pkg[uitype]
 Type: uitype (-aqua -gtk2)
 Version: 0.9.28.2
-Revision: 2
+Revision: 3
 Architecture: powerpc, i386
 License: GPL/LGPL
 
@@ -47,7 +47,7 @@
 
 # adjust the default paths to fink paths
 
-  sed -i.bak 's|/usr/local/bin|%p/bin|g'
tools/install/macosx/environmentoptions.xml
+  sed -i.bak 's|/usr/local/bin/ppc386|%p/bin/fpc|g' 
tools/install/macosx/environmentoptions.xml
   sed -i.bak 's|/usr/local/share|%p/share|g'
tools/install/macosx/environmentoptions.xml
   sed -i.bak 's|/Developer/lazarus|%p/share/lazarus|g'  
tools/install/macosx/environmentoptions.xml
 
@@ -91,6 +91,9 @@
   rm -r components
   rm -r packager
 
+  install -m 755 -d %i/etc/lazarus
+  install -c -m 644 %b/tools/install/macosx/environmentoptions.xml 
%i/etc/lazarus
+
   make install INSTALL_PREFIX=%i 
 
 # ** fix the symbolic links in %i/bin**


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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 lazarus-10.4.info, 1.8, 1.9 lazarus.info, 1.5, 1.6

2010-01-05 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17244/unstable/main/finkinfo/devel

Modified Files:
lazarus-10.4.info lazarus.info 
Log Message:
lazarus updates. fixes startup glitch.

Index: lazarus.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- lazarus.info2 Jan 2010 01:03:24 -   1.5
+++ lazarus.info5 Jan 2010 14:36:26 -   1.6
@@ -2,7 +2,7 @@
 Package: lazarus%type_pkg[uitype]
 Type: uitype (-aqua -gtk2)
 Version: 0.9.28.2
-Revision: 1002
+Revision: 1003
 Architecture: powerpc, i386, x86_64
 License: GPL/LGPL
 
@@ -81,6 +81,9 @@
   rm -r components
   rm -r packager
 
+  install -m 755 -d %i/etc/lazarus
+  install -c -m 644 %b/tools/install/macosx/environmentoptions.xml 
%i/etc/lazarus
+
   make install INSTALL_PREFIX=%i 
 
 # ** fix the symbolic links in %i/bin**

Index: lazarus-10.4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus-10.4.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- lazarus-10.4.info   2 Jan 2010 01:03:23 -   1.8
+++ lazarus-10.4.info   5 Jan 2010 14:36:26 -   1.9
@@ -2,7 +2,7 @@
 Package: lazarus%type_pkg[uitype]
 Type: uitype (-aqua -gtk2)
 Version: 0.9.28.2
-Revision: 2
+Revision: 3
 Architecture: powerpc, i386
 License: GPL/LGPL
 
@@ -47,7 +47,7 @@
 
 # adjust the default paths to fink paths
 
-  sed -i.bak 's|/usr/local/bin|%p/bin|g'
tools/install/macosx/environmentoptions.xml
+  sed -i.bak 's|/usr/local/bin/ppc386|%p/bin/fpc|g' 
tools/install/macosx/environmentoptions.xml
   sed -i.bak 's|/usr/local/share|%p/share|g'
tools/install/macosx/environmentoptions.xml
   sed -i.bak 's|/Developer/lazarus|%p/share/lazarus|g'  
tools/install/macosx/environmentoptions.xml
 
@@ -91,6 +91,9 @@
   rm -r components
   rm -r packager
 
+  install -m 755 -d %i/etc/lazarus
+  install -c -m 644 %b/tools/install/macosx/environmentoptions.xml 
%i/etc/lazarus
+
   make install INSTALL_PREFIX=%i 
 
 # ** fix the symbolic links in %i/bin**


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel lazarus-common-gtk1.info, NONE, 1.1 lazarus-doc.info, NONE, 1.1 lazarus.info, NONE, 1.1 lazarus-10.5.info, 1.2, NONE

2010-01-05 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17856

Added Files:
lazarus-common-gtk1.info lazarus-doc.info lazarus.info 
Removed Files:
lazarus-10.5.info 
Log Message:
lazarus updates.

--- NEW FILE: lazarus-common-gtk1.info ---
Package: lazarus-common-gtk1
Version: 0.9.28.2
Revision: 1
Architecture: powerpc, i386
License: GPL/LGPL

Enhances: lazarus-common

Recommends: fpc-doc, lazarus-aqua, lazarus-gtk2

Distribution: 10.4, 10.5

Source: http://downloads.sourceforge.net/lazarus/lazarus-%v-src.tar.bz2
Source-MD5: 52dc157fa1e83e90b5331820bd616d81

SourceDirectory: lazarus

Depends: lazarus-common (>= 0.9.28.2), gdk-pixbuf-shlibs
Builddepends: gdk-pixbuf

CompileScript: <<
#!/bin/sh -ev

if [[ $(sw_vers -productVersion) < 10.5 ]]; then
  debug_options="-gl"
else
  debug_options="-gw"
fi

# ** Start compiling **
# ** the lazarus component libraries

AllUnits="lcl packager/registration ideintf bigidecomponents"

  make $AllUnits LCL_PLATFORM=gtkOPT="$debug_options"

#  make $AllUnits LCL_PLATFORM=gtkOPT="$debug_options" CPU_TARGET=powerpc 
// needs the powerpc libs from fink
#  make $AllUnits LCL_PLATFORM=gtkOPT="$debug_options" OS_TARGET=linux
// needs the linux libs from whereever

# ** Finish compiling Lazarus libraries **
#
<<

InstallScript: <<
# ** install the lcl and other libraries/units **

  mkdir -p   %i/share/lazarus/lcl/units/%m-darwin
  mv lcl/units/%m-darwin/gtk %i/share/lazarus/lcl/units/%m-darwin

  mkdir -p
%i/share/lazarus/components/cgi/lib/%m-darwin
  mv components/cgi/lib/%m-darwin/gtk 
%i/share/lazarus/components/cgi/lib/%m-darwin

  mkdir -p  
%i/share/lazarus/components/memds/lib/%m-darwin
  mv components/memds/lib/%m-darwin/gtk 
%i/share/lazarus/components/memds/lib/%m-darwin

  mkdir -p 
%i/share/lazarus/components/printers/lib/%m-darwin
  mv components/printers/lib/%m-darwin/gtk 
%i/share/lazarus/components/printers/lib/%m-darwin

  mkdir -p 
%i/share/lazarus/components/projecttemplates/lib/%m-darwin
  mv components/projecttemplates/lib/%m-darwin/gtk 
%i/share/lazarus/components/projecttemplates/lib/%m-darwin

  mkdir -p 
%i/share/lazarus/components/rtticontrols/lib/%m-darwin
  mv components/rtticontrols/lib/%m-darwin/gtk 
%i/share/lazarus/components/rtticontrols/lib/%m-darwin

  mkdir -p
%i/share/lazarus/components/sdf/lib/%m-darwin
  mv components/sdf/lib/%m-darwin/gtk 
%i/share/lazarus/components/sdf/lib/%m-darwin

  mkdir -p
%i/share/lazarus/components/tachart/lib/%m-darwin
  mv components/tachart/lib/%m-darwin/gtk 
%i/share/lazarus/components/tachart/lib/%m-darwin

  mkdir -p   
%i/share/lazarus/components/turbopower_ipro/design/lib/%m-darwin
  mv components/turbopower_ipro/design/lib/%m-darwin/gtk 
%i/share/lazarus/components/turbopower_ipro/design/lib/%m-darwin

<<

Description: Free Pascal IDE: legacy gtk1 version lcl
DescDetail: <<
Lazarus is an open-source development system that builds on the Free Pascal 
compiler by adding an integrated development environment (IDE).
It includes a syntax-highlighting code editor and a visual form designer, 
as well as a component library that is highly compatible with Delphi's 
Visual Component Library (VCL).  The Lazarus Component Library (LCL) 
includes  equivalents for many of the familiar VCL controls such as 
forms, buttons, text boxes and so on, which are used to create 
applications with a graphical user interface (GUI).

Release Notes: http://wiki.freepascal.org/Lazarus_0.9.28_release_notes

<<

Homepage: http://wiki.freepascal.org/Main_Page
Maintainer: Karl-Michael Schindler 
--- lazarus-10.5.info DELETED ---

--- NEW FILE: lazarus-doc.info ---
Package: lazarus-doc
Version: 0.9.28.2
Revision: 1
Architecture: powerpc, i386, x86_64
Enhances: lazarus-aqua, lazarus-gtk2

License: GPL/LGPL
Source: http://downloads.sourceforge.net/lazarus/fpc-lazarus-doc-html-%v.tar.bz2
Source-MD5: 98fc68d24c63869470b59c11a0380519

SourceDirectory: .

CompileScript: <<
  echo "Nothing to compile."
<<

InstallScript: <<
  install -d -m 755 %i/share/doc/lazarus-doc-%v
  mv * %i/share/doc/lazarus-doc-%v
<<

Description: Lazarus and FreePascal library documentation

DescDetail: <<
Documentation of the Lazarus component library (lcl), the FreePascal 
component library (fcl) and the FreePascal runtime library (rtl) as html pages
<<

DescUsage: <<
Files are in /PREFIX/share/doc/lazarus-doc-%v
<<

Homepage: http://wiki.freepascal.org/Main_Page
Maintainer: Karl-Michael Schindler 
--- NEW FILE: lazarus.info ---
Info2: <<
Package: lazarus%type_pkg[uitype]
Type: uitype (-aqua -gtk2)
Version: 0.9.28.2
Revision: 1003
Architecture: powerpc, i386, x86_64
License: GPL/LGPL

Reco

[cvs] dists/10.4/stable/main/finkinfo/devel i386-binutils.info, NONE, 1.1 i386-linux-binutils.info, 1.2, NONE i386-win32-binutils.info, 1.2, NONE

2010-01-05 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv18354

Added Files:
i386-binutils.info 
Removed Files:
i386-linux-binutils.info i386-win32-binutils.info 
Log Message:
i386 binutils update.

--- i386-linux-binutils.info DELETED ---

--- NEW FILE: i386-binutils.info ---
Info2: <<
Package: i386-%type_pkg[platform]-binutils
Version: 2.20
Revision: 2
Type: platform (linux freebsd win32 wince solaris)
# tried, but not yet working or needed: wince os2 go32v2 symbian netbsd openbsd 
beos haiku qnx netware wdosx emx watcom netwlibc
Architecture: powerpc, i386, x86_64
Description: GNU binutils for 32 bit %type_pkg[platform]
License: LGPL

Source: mirror:gnu:binutils/binutils-%v.tar.bz2
Source-MD5: ee2d3e996e9a2d669808713360fa96f8

SourceDirectory: binutils-%v

PatchScript: <<
  sed -i.bak 's|stat64|stat|g' binutils/strings.c
<<

ConfigureParams: <<
  --target=i386-%type_pkg[platform] \
  (%type_pkg[platform] = win32) --target=mingw32\
  (%type_pkg[platform] = wince) --target=mingw32\
  --prefix=%p/lib/i386-%type_pkg[platform]  \
  --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
  --program-prefix=i386-%type_pkg[platform]-\ 
  --disable-werror 
<<

InstallScript: <<
#!/bin/sh -ev
  make install DESTDIR=%d
  rm -fr %i/lib/i386-%type_pkg[platform]/lib/

  for file_name in $(ls %i/share/info/*info)
  do
mv $file_name %i/share/info/i386-%type_pkg[platform]-${file_name##*/}
  done
<<

DocFiles: README COPYING*

InfoDocs: i386-%type_pkg[platform]-as.info i386-%type_pkg[platform]-bfd.info 
i386-%type_pkg[platform]-binutils.info i386-%type_pkg[platform]-configure.info 
i386-%type_pkg[platform]-gprof.info i386-%type_pkg[platform]-ld.info 
i386-%type_pkg[platform]-standards.info

DescPort: <<
Like 'avr-binutils' package, lib & include folders have been moved to 
/sw/lib/i386-%type_pkg[platform] and the binaries are put into /sw/bin.
All xxx files are renamed to i386-%type_pkg[platform]-xxx.info to avoid
clashes with other potential toolchains.
<<

Homepage: http://www.gnu.org/software/binutils/

Maintainer: Karl-Michael Schindler 
<<

--- i386-win32-binutils.info DELETED ---


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel powerpc-binutils.info, NONE, 1.1 x86-64-binutils.info, NONE, 1.1

2010-01-05 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv18658

Added Files:
powerpc-binutils.info x86-64-binutils.info 
Log Message:
add some more binutils for fpc cross-compiling.

--- NEW FILE: powerpc-binutils.info ---
Info2: <<
Package: powerpc-%type_pkg[platform]-binutils
Version: 2.20
Revision: 1
Type: platform (linux netbsd)
# tried, but not yet working or needed:  macos morphos amigaos 
Architecture: powerpc, i386, x86_64
Description: GNU binutils for 32 bit %type_pkg[platform]
License: LGPL

Source: mirror:gnu:binutils/binutils-%v.tar.bz2
Source-MD5: ee2d3e996e9a2d669808713360fa96f8

SourceDirectory: binutils-%v

PatchScript: <<
  sed -i.bak 's|stat64|stat|g' binutils/strings.c
<<

ConfigureParams: <<
  --target=powerpc-%type_pkg[platform] \
  --prefix=%p/lib/powerpc-%type_pkg[platform]  \
  --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
  --program-prefix=powerpc-%type_pkg[platform]-\ 
  --disable-werror 
<<

InstallScript: <<
#!/bin/sh -ev
  make install DESTDIR=%d
  rm -fr %i/lib/powerpc-%type_pkg[platform]/lib/

  for file_name in $(ls %i/share/info/*info)
  do
mv $file_name %i/share/info/powerpc-%type_pkg[platform]-${file_name##*/}
  done
<<

DocFiles: README COPYING*

InfoDocs: powerpc-%type_pkg[platform]-as.info 
powerpc-%type_pkg[platform]-bfd.info powerpc-%type_pkg[platform]-binutils.info 
powerpc-%type_pkg[platform]-configure.info 
powerpc-%type_pkg[platform]-gprof.info powerpc-%type_pkg[platform]-ld.info 
powerpc-%type_pkg[platform]-standards.info

DescPort: <<
Like 'avr-binutils' package, lib & include folders have been moved to 
/sw/lib/powerpc-%type_pkg[platform] and the binaries are put into /sw/bin.
All xxx files are renamed to powerpc-%type_pkg[platform]-xxx.info to avoid
clashes with other potential toolchains.
<<

Homepage: http://www.gnu.org/software/binutils/

Maintainer: Karl-Michael Schindler 
<<

--- NEW FILE: x86-64-binutils.info ---
Info2: <<
Package: x86-64-%type_pkg[platform]-binutils
Version: 2.20
Revision: 2
Type: platform (win64 linux freebsd)
Architecture: powerpc, i386, x86_64
Description: GNU binutils for 64 bit %type_pkg[platform]
License: LGPL

Replaces: x86-64-w64-mingw32-binutils

Source: mirror:gnu:binutils/binutils-%v.tar.bz2
Source-MD5: ee2d3e996e9a2d669808713360fa96f8

SourceDirectory: binutils-%v

PatchScript: <<
  sed -i.bak 's|stat64|stat|g' binutils/strings.c
<<

ConfigureParams: <<
  --target=x86_64-%type_pkg[platform]   \
  (%type_pkg[platform] = win64) --target=x86_64-w64-mingw32 \
  --prefix=%p/lib/x86_64-%type_pkg[platform]\
  --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
  --program-prefix=x86_64-%type_pkg[platform]-  \ 
  --disable-werror 
<<

InstallScript: <<
#!/bin/sh -ev
  make install DESTDIR=%d
  rm -fr %i/lib/x86_64-%type_pkg[platform]/lib/

  for file_name in $(ls %i/share/info/*info)
  do
mv $file_name %i/share/info/x86_64-%type_pkg[platform]-${file_name##*/}
  done
<<

DocFiles: README COPYING*

InfoDocs: x86_64-%type_pkg[platform]-as.info 
x86_64-%type_pkg[platform]-bfd.info x86_64-%type_pkg[platform]-binutils.info 
x86_64-%type_pkg[platform]-configure.info x86_64-%type_pkg[platform]-gprof.info 
x86_64-%type_pkg[platform]-ld.info x86_64-%type_pkg[platform]-standards.info

DescPort: <<
Like 'avr-binutils' package, lib & include folders have been moved to 
/sw/lib/x86_64-%type_pkg[platform] and the binaries are put into /sw/bin.
All xxx files are renamed to x86_64-%type_pkg[platform]-xxx.info to avoid 
clashes with other potential toolchains.
<<

Homepage: http://www.gnu.org/software/binutils/

Maintainer: Karl-Michael Schindler 
<<


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel lazarus-10.4.info, 1.4, 1.5 lazarus-common.info, 1.3, 1.4 lazarus.info, 1.1, 1.2

2010-01-11 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27021

Modified Files:
lazarus-10.4.info lazarus-common.info lazarus.info 
Log Message:
Fixing BuildDepends of lazarus on gtk+2-dev

Index: lazarus-common.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus-common.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- lazarus-common.info 2 Jan 2010 00:18:55 -   1.3
+++ lazarus-common.info 11 Jan 2010 22:35:59 -  1.4
@@ -1,12 +1,12 @@
 Package: lazarus-common
 Version: 0.9.28.2
-Revision: 1
+Revision: 2
 Architecture: powerpc, i386
 Distribution: 10.4, 10.5, 10.6
 License: GPL/LGPL
 
 Depends: fpc (>= 2.2.4), fpc-sources, (%m = i386) fpc-crossppc, (%m = i386) 
fpc-win32, (%m = i386) i386-win32-binutils, gtk+2-shlibs
-Builddepends: gtk+2
+Builddepends: gtk+2, gtk+2-dev
 
 Recommends: fpc-doc, lazarus-aqua, lazarus-gtk2
 

Index: lazarus.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lazarus.info5 Jan 2010 14:40:21 -   1.1
+++ lazarus.info11 Jan 2010 22:35:59 -  1.2
@@ -2,7 +2,7 @@
 Package: lazarus%type_pkg[uitype]
 Type: uitype (-aqua -gtk2)
 Version: 0.9.28.2
-Revision: 1003
+Revision: 1004
 Architecture: powerpc, i386, x86_64
 License: GPL/LGPL
 
@@ -16,7 +16,7 @@
 SourceDirectory: lazarus
 
 Depends: lazarus-common (>= 0.9.28.2)
-Builddepends: gtk+2
+Builddepends: gtk+2, gtk+2-dev
 
 Conflicts: lazarus-aqua, lazarus-gtk, lazarus-gtk2
 Replaces:  lazarus-aqua, lazarus-gtk, lazarus-gtk2
@@ -63,7 +63,7 @@
   if   [ "%type_raw[uitype]" == "-aqua" ]; then
 make all LCL_PLATFORM=carbon OPT="$debug_options"
   elif [ "%type_raw[uitype]" == "-gtk2" ]; then
-make all LCL_PLATFORM=gtk2   OPT="$debug_options 
-Fl/%p/lib/pango-ft219/lib/"
+make all LCL_PLATFORM=gtk2   OPT="$debug_options 
-Fl%p/lib/pango-ft219/lib/"
   fi
 
 # ** Finish compiling Lazarus **

Index: lazarus-10.4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus-10.4.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- lazarus-10.4.info   5 Jan 2010 14:36:26 -   1.4
+++ lazarus-10.4.info   11 Jan 2010 22:35:59 -  1.5
@@ -2,7 +2,7 @@
 Package: lazarus%type_pkg[uitype]
 Type: uitype (-aqua -gtk2)
 Version: 0.9.28.2
-Revision: 3
+Revision: 4
 Architecture: powerpc, i386
 License: GPL/LGPL
 
@@ -16,7 +16,7 @@
 SourceDirectory: lazarus
 
 Depends: lazarus-common (>= 0.9.28.2)
-Builddepends: gtk+2
+Builddepends: gtk+2, gtk+2-dev
 
 Conflicts: lazarus-aqua, lazarus-gtk, lazarus-gtk2
 Replaces:  lazarus-aqua, lazarus-gtk, lazarus-gtk2


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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 lazarus-10.4.info, 1.9, 1.10 lazarus-common.info, 1.8, 1.9 lazarus.info, 1.6, 1.7

2010-01-11 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27659

Modified Files:
lazarus-10.4.info lazarus-common.info lazarus.info 
Log Message:
Fixing BuildDepends of lazarus on gtk+2-dev

Index: lazarus-common.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus-common.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- lazarus-common.info 2 Jan 2010 01:03:24 -   1.8
+++ lazarus-common.info 11 Jan 2010 22:39:37 -  1.9
@@ -1,6 +1,6 @@
 Package: lazarus-common
 Version: 0.9.28.2
-Revision: 2
+Revision: 3
 Architecture: powerpc, i386, x86_64
 Distribution: 10.4, 10.5, 10.6
 License: GPL/LGPL
@@ -15,7 +15,7 @@
 fpc-cross-arm-wince,
 gtk+2-shlibs
 <<
-Builddepends: gtk+2
+Builddepends: gtk+2, gtk+2-dev
 
 Recommends: fpc-doc, lazarus-doc, lazarus-aqua, lazarus-gtk2
 

Index: lazarus.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- lazarus.info5 Jan 2010 14:36:26 -   1.6
+++ lazarus.info11 Jan 2010 22:39:37 -  1.7
@@ -2,7 +2,7 @@
 Package: lazarus%type_pkg[uitype]
 Type: uitype (-aqua -gtk2)
 Version: 0.9.28.2
-Revision: 1003
+Revision: 1004
 Architecture: powerpc, i386, x86_64
 License: GPL/LGPL
 
@@ -16,7 +16,7 @@
 SourceDirectory: lazarus
 
 Depends: lazarus-common (>= 0.9.28.2)
-Builddepends: gtk+2
+Builddepends: gtk+2, gtk+2-dev
 
 Conflicts: lazarus-aqua, lazarus-gtk, lazarus-gtk2
 Replaces:  lazarus-aqua, lazarus-gtk, lazarus-gtk2
@@ -63,7 +63,7 @@
   if   [ "%type_raw[uitype]" == "-aqua" ]; then
 make all LCL_PLATFORM=carbon OPT="$debug_options"
   elif [ "%type_raw[uitype]" == "-gtk2" ]; then
-make all LCL_PLATFORM=gtk2   OPT="$debug_options 
-Fl/%p/lib/pango-ft219/lib/"
+make all LCL_PLATFORM=gtk2   OPT="$debug_options 
-Fl%p/lib/pango-ft219/lib/"
   fi
 
 # ** Finish compiling Lazarus **

Index: lazarus-10.4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus-10.4.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- lazarus-10.4.info   5 Jan 2010 14:36:26 -   1.9
+++ lazarus-10.4.info   11 Jan 2010 22:39:37 -  1.10
@@ -2,7 +2,7 @@
 Package: lazarus%type_pkg[uitype]
 Type: uitype (-aqua -gtk2)
 Version: 0.9.28.2
-Revision: 3
+Revision: 4
 Architecture: powerpc, i386
 License: GPL/LGPL
 
@@ -16,7 +16,7 @@
 SourceDirectory: lazarus
 
 Depends: lazarus-common (>= 0.9.28.2)
-Builddepends: gtk+2
+Builddepends: gtk+2, gtk+2-dev
 
 Conflicts: lazarus-aqua, lazarus-gtk, lazarus-gtk2
 Replaces:  lazarus-aqua, lazarus-gtk, lazarus-gtk2


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel arm-binutils.info, 1.1, 1.2

2010-01-11 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31807

Modified Files:
arm-binutils.info 
Log Message:
remove gba and nds binutils

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- arm-binutils.info   3 Oct 2009 22:18:43 -   1.1
+++ arm-binutils.info   11 Jan 2010 23:15:58 -  1.2
@@ -1,8 +1,8 @@
 Info2: <<
 Package: arm%type_pkg[platform]-binutils
 Version: 2.19.1
-Revision: 1
-Type: platform (-linux -wince -gba -nds)
+Revision: 2
+Type: platform (-linux -wince)
 # tried, but not yet working or needed: palmos symbian linux-eabi non-eabi 
gba-eabi gba-elf agb-elf elf
 Architecture: powerpc, i386, x86-64
 Description: GNU binutils for arm%type_pkg[platform]


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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 arm-binutils.info, 1.3, 1.4

2010-01-11 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31867

Modified Files:
arm-binutils.info 
Log Message:
remove gba and nds binutils

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- arm-binutils.info   2 Jan 2010 01:03:23 -   1.3
+++ arm-binutils.info   11 Jan 2010 23:16:19 -  1.4
@@ -2,7 +2,7 @@
 Package: arm-%type_pkg[platform]-binutils
 Version: 2.20
 Revision: 1
-Type: platform (linux wince gba nds)
+Type: platform (linux wince)
 # tried, but not yet working or needed: palmos symbian linux-eabi non-eabi 
gba-eabi gba-elf agb-elf elf
 Architecture: powerpc, i386, x86_64
 Description: GNU binutils for arm-%type_pkg[platform]


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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/languages fpc-cross-arm-wince.info, NONE, 1.1 fpc.patch, 1.2, 1.3 fpc-cross-arm.info, 1.1, 1.2 fpc-cross-i386-darwin.info, 1.1, 1.2 fpc-cross-i386.info, 1.1, 1.

2010-01-16 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3269

Modified Files:
fpc-cross-arm.info fpc-cross-i386-darwin.info 
fpc-cross-i386.info fpc-cross-powerpc-darwin.info 
fpc-cross-powerpc.info fpc-cross-x86-64-darwin.info 
fpc-cross-x86-64.info fpc-sources.info fpc.info 
Added Files:
fpc-cross-arm-wince.info fpc.patch 
Log Message:
FreePascal: patch of endian problem in MOFile unit.

--- NEW FILE: fpc.patch ---
--- /packages/fcl-base/src/gettext.pp
+++ /packages/fcl-base/src/gettext.pp
@@ -26,7 +26,6 @@
   MOFileHeaderMagic = $950412de;
 
 type
-
   TMOFileHeader = packed record
 magic: LongWord; // MOFileHeaderMagic
 revision: LongWord;  // 0
@@ -85,18 +84,55 @@
 {$endif}
 
 
+procedure Endianfixmotable(p:PMOStringTable;n:integer);
+var I:integer;
+begin
+  if n>0 then
+for i:=0 to n-1 do
+  begin 
+p^[i].length:=swapendian(p^[i].length);
+p^[i].offset:=swapendian(p^[i].offset);
+  end;
+end;
+
+procedure Endianfixhashtable(p:PLongwordArray;n:integer);
+var I:integer;
+begin
+  if n>0 then
+for i:=0 to n-1 do
+  begin 
+p^[i]:=swapendian(p^[i]);
+  end;
+end;
+
 constructor TMOFile.Create(AStream: TStream);
 var
   header: TMOFileHeader;
   i: Integer;
+  endianswap : boolean;
+
 begin
   inherited Create;
 
   AStream.Read(header, Sizeof(header));
 
-  if header.magic <> MOFileHeaderMagic then
+  if (header.magic <> MOFileHeaderMagic) and 
(swapendian(header.magic)<>MOFileHeaderMagic) then
 raise EMOFileError.Create('Invalid magic - not a MO file?');
 
+  endianswap:=header.magic<>MOFileHeaderMagic;
+  If EndianSwap then 
+begin
+ with header do
+   begin 
+  revision :=SwapEndian(revision);
+  nstrings :=SwapEndian(nstrings);
+  OrigTabOffset :=SwapEndian(OrigTabOffset);
+  TransTabOffset:=SwapEndian(TransTabOffset);
+  HashTabSize   :=SwapEndian(HashTabSize);
+  HashTabOffset :=SwapEndian(HashTabOffset);
+   end;
+end;
+
   GetMem(OrigTable, header.nstrings * SizeOf(TMOStringInfo));
   GetMem(TranslTable, header.nstrings * SizeOf(TMOStringInfo));
   GetMem(OrigStrings, header.nstrings * SizeOf(PChar));
@@ -105,9 +141,13 @@
 
   AStream.Position := header.OrigTabOffset;
   AStream.Read(OrigTable^, header.nstrings * SizeOf(TMOStringInfo));
+  if EndianSwap then 
+EndianFixmotable(OrigTable,Header.NStrings);
 
   AStream.Position := header.TransTabOffset;
   AStream.Read(TranslTable^, header.nstrings * SizeOf(TMOStringInfo));
+  if EndianSwap then 
+EndianFixmotable(TranslTable,Header.NStrings);
 
   StringCount := header.nstrings;
 
@@ -139,6 +179,8 @@
   GetMem(HashTable, 4 * HashTableSize);
   AStream.Position := header.HashTabOffset;
   AStream.Read(HashTable^, 4 * HashTableSize);
+  if EndianSwap then 
+EndianFixHashTable(hashtable,hashtablesize);
 end;
 
 constructor TMOFile.Create(const AFilename: String);

Index: fpc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- fpc.info2 Jan 2010 01:03:25 -   1.13
+++ fpc.info17 Jan 2010 01:26:58 -  1.14
@@ -1,6 +1,6 @@
 Package: fpc
 Version: 2.4.0
-Revision: 1
+Revision: 2
 Architecture: powerpc, i386, x86_64
 Depends: fpc-config
 Recommends: fpc-doc
@@ -23,6 +23,11 @@
 
 SourceDirectory: fpcbuild-%v/fpcsrc
 
+BuildDepends: fink (>= 0.24.12)
+# Patch the endian problem with MOFiles in packages/fcl-base/src/gettext.pp
+PatchFile: %n.patch
+PatchFile-MD5: f01af3524aa65f6b2eb4eb1712a54901
+
 CompileScript: <<
 #!/bin/sh -ev
 

Index: fpc-cross-i386.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc-cross-i386.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fpc-cross-i386.info 2 Jan 2010 01:03:25 -   1.1
+++ fpc-cross-i386.info 17 Jan 2010 01:26:58 -  1.2
@@ -1,10 +1,11 @@
 Info2: <<
 Package: fpc-cross-i386-%type_pkg[platform]
 Version: 2.4.0
-Revision: 1
+Revision: 2
 Type: platform (linux freebsd win32 wince)
 # tried, but not yet working or needed: os2 go32v2 symbian netbsd openbsd beos 
haiku qnx netware wdosx emx watcom netwlibc
 Architecture: i386, x86_64
+BuildDepends: fink (>= 0.24.12)
 Depends: <<
 (%m = i386)   fpc,
 (%m = x86_64) fpc-cross-i386-darwin,
@@ -31,9 +32,15 @@
 
 SourceDirectory: fpcbuild-%v/fpcsrc
 
+BuildDepends: fink (>= 0.24.12)
+PatchFile: fpc.patch
+PatchFile-MD5: f01af3524aa65f6b2eb4eb1712a54901
+
 Patchscript: <<
 #!/bin/sh -ev
 
+# Patch the endian problem with MOFiles in packages/fcl-base/src/gettext.pp
+  sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
 # preliminary fix of fcl-base Makefile. Can pro

[cvs] dists/10.4/stable/main/finkinfo/languages fpc-cross-arm-wince.info, NONE, 1.1 fpc-cross-arm.info, NONE, 1.1 fpc-cross-i386-darwin.info, NONE, 1.1 fpc-cross-i386.info, NONE, 1.1 fpc-cross-powerpc

2010-01-16 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3987

Modified Files:
fpc-config.info fpc-doc.info fpc-sources.info fpc.info 
Added Files:
fpc-cross-arm-wince.info fpc-cross-arm.info 
fpc-cross-i386-darwin.info fpc-cross-i386.info 
fpc-cross-powerpc-darwin.info fpc-cross-powerpc.info 
fpc-cross-x86-64-darwin.info fpc-cross-x86-64.info fpc.patch 
Removed Files:
fpc-crossppc.info fpc-i386-linux.info fpc-win32.info 
Log Message:
FreePascal: update to 2.4.0 (move to stable) and patch of endian problem in 
MOFile unit.

--- fpc-win32.info DELETED ---

--- NEW FILE: fpc.patch ---
--- /packages/fcl-base/src/gettext.pp
+++ /packages/fcl-base/src/gettext.pp
@@ -26,7 +26,6 @@
   MOFileHeaderMagic = $950412de;
 
 type
-
   TMOFileHeader = packed record
 magic: LongWord; // MOFileHeaderMagic
 revision: LongWord;  // 0
@@ -85,18 +84,55 @@
 {$endif}
 
 
+procedure Endianfixmotable(p:PMOStringTable;n:integer);
+var I:integer;
+begin
+  if n>0 then
+for i:=0 to n-1 do
+  begin 
+p^[i].length:=swapendian(p^[i].length);
+p^[i].offset:=swapendian(p^[i].offset);
+  end;
+end;
+
+procedure Endianfixhashtable(p:PLongwordArray;n:integer);
+var I:integer;
+begin
+  if n>0 then
+for i:=0 to n-1 do
+  begin 
+p^[i]:=swapendian(p^[i]);
+  end;
+end;
+
 constructor TMOFile.Create(AStream: TStream);
 var
   header: TMOFileHeader;
   i: Integer;
+  endianswap : boolean;
+
 begin
   inherited Create;
 
   AStream.Read(header, Sizeof(header));
 
-  if header.magic <> MOFileHeaderMagic then
+  if (header.magic <> MOFileHeaderMagic) and 
(swapendian(header.magic)<>MOFileHeaderMagic) then
 raise EMOFileError.Create('Invalid magic - not a MO file?');
 
+  endianswap:=header.magic<>MOFileHeaderMagic;
+  If EndianSwap then 
+begin
+ with header do
+   begin 
+  revision :=SwapEndian(revision);
+  nstrings :=SwapEndian(nstrings);
+  OrigTabOffset :=SwapEndian(OrigTabOffset);
+  TransTabOffset:=SwapEndian(TransTabOffset);
+  HashTabSize   :=SwapEndian(HashTabSize);
+  HashTabOffset :=SwapEndian(HashTabOffset);
+   end;
+end;
+
   GetMem(OrigTable, header.nstrings * SizeOf(TMOStringInfo));
   GetMem(TranslTable, header.nstrings * SizeOf(TMOStringInfo));
   GetMem(OrigStrings, header.nstrings * SizeOf(PChar));
@@ -105,9 +141,13 @@
 
   AStream.Position := header.OrigTabOffset;
   AStream.Read(OrigTable^, header.nstrings * SizeOf(TMOStringInfo));
+  if EndianSwap then 
+EndianFixmotable(OrigTable,Header.NStrings);
 
   AStream.Position := header.TransTabOffset;
   AStream.Read(TranslTable^, header.nstrings * SizeOf(TMOStringInfo));
+  if EndianSwap then 
+EndianFixmotable(TranslTable,Header.NStrings);
 
   StringCount := header.nstrings;
 
@@ -139,6 +179,8 @@
   GetMem(HashTable, 4 * HashTableSize);
   AStream.Position := header.HashTabOffset;
   AStream.Read(HashTable^, 4 * HashTableSize);
+  if EndianSwap then 
+EndianFixHashTable(hashtable,hashtablesize);
 end;
 
 constructor TMOFile.Create(const AFilename: String);

Index: fpc.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- fpc.info5 Dec 2009 15:24:47 -   1.5
+++ fpc.info17 Jan 2010 01:33:16 -  1.6
@@ -1,13 +1,10 @@
 Package: fpc
-Version: 2.2.4
-Revision: 3
+Version: 2.4.0
+Revision: 2
 Architecture: powerpc, i386, x86_64
 Depends: fpc-config
 Recommends: fpc-doc
 
-#Conflicts: fpc
-#Replaces: fpc
-
 CustomMirror: <<
 eur-AT: ftp://gd.tuwien.ac.at/languages/pascal/fpc/
 eur-BE: ftp://ftp.freepascal.org/pub/fpc/
@@ -19,25 +16,32 @@
 Primary: ftp://ftp.freepascal.org/pub/fpc/
 <<
 Source: mirror:custom:/dist/%v/source/fpcbuild-%v.tar.gz
-Source-MD5: 20bb9a4a9f1449e2249c80d7aba7c245
+Source-MD5: af49e9a8bb632f361395add30ece8934
 
-Source2: mirror:custom:dist/%v/source/fpc-%v.universal-darwin.bootstrap.tar.bz2
-Source2-MD5: 4a313307cbd7955a120c0fc02d1281a0
+Source2: 
mirror:custom:dist/%v/bootstrap/fpc-%v.universal-darwin.bootstrap.tar.bz2
+Source2-MD5: 172857a9ccb6c05996078b05429993ef
 
 SourceDirectory: fpcbuild-%v/fpcsrc
 
+BuildDepends: fink (>= 0.24.12)
+# Patch the endian problem with MOFiles in packages/fcl-base/src/gettext.pp
+PatchFile: %n.patch
+PatchFile-MD5: f01af3524aa65f6b2eb4eb1712a54901
+
 CompileScript: <<
 #!/bin/sh -ev
 
 # compile the compiler
-  make all PP=%b/../../ppcuniversal
+  if [ "%m" = "powerpc" ]; then archtype="-ppc" ; else archtype="-%m" ; fi
+  make all PP="arch $archtype %b/../../ppcuniversal"
 
 # compile the ide
-  if [ "%m" = "powerpc" ]; then ppcarch="ppcppc" ; else ppcarch="ppc386" ; fi
+  if [ "%m" = "powerpc" ]; then ppcarch="ppcppc" ; fi
+  if [ "%m" = "i386"]; th

[cvs] dists/10.4/unstable/main/finkinfo/languages fpc-cross-i386.info, 1.2, 1.3

2010-01-17 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10639

Modified Files:
fpc-cross-i386.info 
Log Message:
FreePascal i386 Cross Compiler: Duplicate BuildDepends Resolved.

Index: fpc-cross-i386.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc-cross-i386.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fpc-cross-i386.info 17 Jan 2010 01:26:58 -  1.2
+++ fpc-cross-i386.info 17 Jan 2010 09:22:59 -  1.3
@@ -5,7 +5,6 @@
 Type: platform (linux freebsd win32 wince)
 # tried, but not yet working or needed: os2 go32v2 symbian netbsd openbsd beos 
haiku qnx netware wdosx emx watcom netwlibc
 Architecture: i386, x86_64
-BuildDepends: fink (>= 0.24.12)
 Depends: <<
 (%m = i386)   fpc,
 (%m = x86_64) fpc-cross-i386-darwin,


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/languages fpc-cross-i386.info, 1.1, 1.2

2010-01-17 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10693

Modified Files:
fpc-cross-i386.info 
Log Message:
FreePascal i386 Cross Compiler: Duplicate BuildDepends Resolved.

Index: fpc-cross-i386.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-cross-i386.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fpc-cross-i386.info 17 Jan 2010 01:33:16 -  1.1
+++ fpc-cross-i386.info 17 Jan 2010 09:23:07 -  1.2
@@ -5,7 +5,6 @@
 Type: platform (linux freebsd win32 wince)
 # tried, but not yet working or needed: os2 go32v2 symbian netbsd openbsd beos 
haiku qnx netware wdosx emx watcom netwlibc
 Architecture: i386, x86_64
-BuildDepends: fink (>= 0.24.12)
 Depends: <<
 (%m = i386)   fpc,
 (%m = x86_64) fpc-cross-i386-darwin,


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
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/languages fpc-cross-i386-darwin.info, 1.2, 1.3 fpc-cross-powerpc-darwin.info, 1.2, 1.3 fpc-cross-x86-64-darwin.info, 1.2, 1.3 fpc-cross-x86-64.info, 1.2, 1.3 fp

2010-01-17 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21068

Modified Files:
fpc-cross-i386-darwin.info fpc-cross-powerpc-darwin.info 
fpc-cross-x86-64-darwin.info fpc-cross-x86-64.info fpc.info 
Log Message:
FreePascal: fix min system for ppcuniversal bootstral compiler

Index: fpc-cross-i386-darwin.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc-cross-i386-darwin.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fpc-cross-i386-darwin.info  17 Jan 2010 01:26:58 -  1.2
+++ fpc-cross-i386-darwin.info  17 Jan 2010 15:20:05 -  1.3
@@ -1,6 +1,6 @@
 Package: fpc-cross-i386-darwin
 Version: 2.4.0
-Revision: 2
+Revision: 3
 Architecture: x86_64
 Depends: fpc-config
 Recommends: fpc-doc
@@ -20,7 +20,7 @@
 Source-MD5: af49e9a8bb632f361395add30ece8934
 
 Source2: 
mirror:custom:dist/%v/bootstrap/fpc-%v.universal-darwin.bootstrap.tar.bz2
-Source2-MD5: 172857a9ccb6c05996078b05429993ef
+Source2-MD5: b024c3dbb43bc65aaa6d9e5d5948dbfe
 
 SourceDirectory: fpcbuild-%v/fpcsrc
 

Index: fpc-cross-powerpc-darwin.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc-cross-powerpc-darwin.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fpc-cross-powerpc-darwin.info   17 Jan 2010 01:26:58 -  1.2
+++ fpc-cross-powerpc-darwin.info   17 Jan 2010 15:20:05 -  1.3
@@ -1,6 +1,6 @@
 Package: fpc-cross-powerpc-darwin
 Version: 2.4.0
-Revision: 2
+Revision: 3
 Architecture: i386, x86_64
 Depends: fpc-config
 Replaces: fpc-crossppc
@@ -20,7 +20,7 @@
 Source-MD5: af49e9a8bb632f361395add30ece8934
 
 Source2: 
mirror:custom:dist/%v/bootstrap/fpc-%v.universal-darwin.bootstrap.tar.bz2
-Source2-MD5: 172857a9ccb6c05996078b05429993ef
+Source2-MD5: b024c3dbb43bc65aaa6d9e5d5948dbfe
 
 SourceDirectory: fpcbuild-%v/fpcsrc
 

Index: fpc-cross-x86-64-darwin.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc-cross-x86-64-darwin.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fpc-cross-x86-64-darwin.info17 Jan 2010 01:26:58 -  1.2
+++ fpc-cross-x86-64-darwin.info17 Jan 2010 15:20:05 -  1.3
@@ -1,10 +1,12 @@
 Package: fpc-cross-x86-64-darwin
 Version: 2.4.0
-Revision: 2
+Revision: 3
 Architecture: i386
 Depends: fpc-config
 Recommends: fpc-doc
 
+Distribution: 10.6
+
 CustomMirror: <<
 eur-AT: ftp://gd.tuwien.ac.at/languages/pascal/fpc/
 eur-BE: ftp://ftp.freepascal.org/pub/fpc/
@@ -20,7 +22,7 @@
 Source-MD5: af49e9a8bb632f361395add30ece8934
 
 Source2: 
mirror:custom:dist/%v/bootstrap/fpc-%v.universal-darwin.bootstrap.tar.bz2
-Source2-MD5: 172857a9ccb6c05996078b05429993ef
+Source2-MD5: b024c3dbb43bc65aaa6d9e5d5948dbfe
 
 SourceDirectory: fpcbuild-%v/fpcsrc
 

Index: fpc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- fpc.info17 Jan 2010 01:26:58 -  1.14
+++ fpc.info17 Jan 2010 15:20:05 -  1.15
@@ -1,6 +1,6 @@
 Package: fpc
 Version: 2.4.0
-Revision: 2
+Revision: 3
 Architecture: powerpc, i386, x86_64
 Depends: fpc-config
 Recommends: fpc-doc
@@ -19,7 +19,7 @@
 Source-MD5: af49e9a8bb632f361395add30ece8934
 
 Source2: 
mirror:custom:dist/%v/bootstrap/fpc-%v.universal-darwin.bootstrap.tar.bz2
-Source2-MD5: 172857a9ccb6c05996078b05429993ef
+Source2-MD5: b024c3dbb43bc65aaa6d9e5d5948dbfe
 
 SourceDirectory: fpcbuild-%v/fpcsrc
 

Index: fpc-cross-x86-64.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc-cross-x86-64.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fpc-cross-x86-64.info   17 Jan 2010 01:26:58 -  1.2
+++ fpc-cross-x86-64.info   17 Jan 2010 15:20:05 -  1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: fpc-cross-x86-64-%type_pkg[platform]
 Version: 2.4.0
-Revision: 2
+Revision: 3
 Type: platform (linux freebsd win64)
 Architecture: i386, x86_64
 Depends: <<
@@ -11,6 +11,8 @@
 <<
 Recommends: fpc-doc
 
+Distribution: 10.6
+
 CustomMirror: <<
 eur-AT: ftp://gd.tuwien.ac.at/languages/pascal/fpc/
 eur-BE: ftp://ftp.freepascal.org/pub/fpc/


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, lumi

[cvs] dists/10.4/stable/main/finkinfo/languages fpc-cross-i386-darwin.info, 1.1, 1.2 fpc-cross-powerpc-darwin.info, 1.1, 1.2 fpc-cross-x86-64-darwin.info, 1.1, 1.2 fpc-cross-x86-64.info, 1.1, 1.2 fpc.

2010-01-17 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21170

Modified Files:
fpc-cross-i386-darwin.info fpc-cross-powerpc-darwin.info 
fpc-cross-x86-64-darwin.info fpc-cross-x86-64.info fpc.info 
Log Message:
FreePascal: fix min system for ppcuniversal bootstral compiler

Index: fpc-cross-i386-darwin.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-cross-i386-darwin.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fpc-cross-i386-darwin.info  17 Jan 2010 01:33:16 -  1.1
+++ fpc-cross-i386-darwin.info  17 Jan 2010 15:20:38 -  1.2
@@ -1,6 +1,6 @@
 Package: fpc-cross-i386-darwin
 Version: 2.4.0
-Revision: 2
+Revision: 3
 Architecture: x86_64
 Depends: fpc-config
 Recommends: fpc-doc
@@ -20,7 +20,7 @@
 Source-MD5: af49e9a8bb632f361395add30ece8934
 
 Source2: 
mirror:custom:dist/%v/bootstrap/fpc-%v.universal-darwin.bootstrap.tar.bz2
-Source2-MD5: 172857a9ccb6c05996078b05429993ef
+Source2-MD5: b024c3dbb43bc65aaa6d9e5d5948dbfe
 
 SourceDirectory: fpcbuild-%v/fpcsrc
 

Index: fpc-cross-powerpc-darwin.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-cross-powerpc-darwin.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fpc-cross-powerpc-darwin.info   17 Jan 2010 01:33:16 -  1.1
+++ fpc-cross-powerpc-darwin.info   17 Jan 2010 15:20:38 -  1.2
@@ -1,6 +1,6 @@
 Package: fpc-cross-powerpc-darwin
 Version: 2.4.0
-Revision: 2
+Revision: 3
 Architecture: i386, x86_64
 Depends: fpc-config
 Replaces: fpc-crossppc
@@ -20,7 +20,7 @@
 Source-MD5: af49e9a8bb632f361395add30ece8934
 
 Source2: 
mirror:custom:dist/%v/bootstrap/fpc-%v.universal-darwin.bootstrap.tar.bz2
-Source2-MD5: 172857a9ccb6c05996078b05429993ef
+Source2-MD5: b024c3dbb43bc65aaa6d9e5d5948dbfe
 
 SourceDirectory: fpcbuild-%v/fpcsrc
 

Index: fpc-cross-x86-64-darwin.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-cross-x86-64-darwin.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fpc-cross-x86-64-darwin.info17 Jan 2010 01:33:16 -  1.1
+++ fpc-cross-x86-64-darwin.info17 Jan 2010 15:20:38 -  1.2
@@ -1,10 +1,12 @@
 Package: fpc-cross-x86-64-darwin
 Version: 2.4.0
-Revision: 2
+Revision: 3
 Architecture: i386
 Depends: fpc-config
 Recommends: fpc-doc
 
+Distribution: 10.6
+
 CustomMirror: <<
 eur-AT: ftp://gd.tuwien.ac.at/languages/pascal/fpc/
 eur-BE: ftp://ftp.freepascal.org/pub/fpc/
@@ -20,7 +22,7 @@
 Source-MD5: af49e9a8bb632f361395add30ece8934
 
 Source2: 
mirror:custom:dist/%v/bootstrap/fpc-%v.universal-darwin.bootstrap.tar.bz2
-Source2-MD5: 172857a9ccb6c05996078b05429993ef
+Source2-MD5: b024c3dbb43bc65aaa6d9e5d5948dbfe
 
 SourceDirectory: fpcbuild-%v/fpcsrc
 

Index: fpc.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- fpc.info17 Jan 2010 01:33:16 -  1.6
+++ fpc.info17 Jan 2010 15:20:38 -  1.7
@@ -1,6 +1,6 @@
 Package: fpc
 Version: 2.4.0
-Revision: 2
+Revision: 3
 Architecture: powerpc, i386, x86_64
 Depends: fpc-config
 Recommends: fpc-doc
@@ -19,7 +19,7 @@
 Source-MD5: af49e9a8bb632f361395add30ece8934
 
 Source2: 
mirror:custom:dist/%v/bootstrap/fpc-%v.universal-darwin.bootstrap.tar.bz2
-Source2-MD5: 172857a9ccb6c05996078b05429993ef
+Source2-MD5: b024c3dbb43bc65aaa6d9e5d5948dbfe
 
 SourceDirectory: fpcbuild-%v/fpcsrc
 

Index: fpc-cross-x86-64.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-cross-x86-64.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fpc-cross-x86-64.info   17 Jan 2010 01:33:16 -  1.1
+++ fpc-cross-x86-64.info   17 Jan 2010 15:20:38 -  1.2
@@ -1,7 +1,7 @@
 Info2: <<
 Package: fpc-cross-x86-64-%type_pkg[platform]
 Version: 2.4.0
-Revision: 2
+Revision: 3
 Type: platform (linux freebsd win64)
 Architecture: i386, x86_64
 Depends: <<
@@ -11,6 +11,8 @@
 <<
 Recommends: fpc-doc
 
+Distribution: 10.6
+
 CustomMirror: <<
 eur-AT: ftp://gd.tuwien.ac.at/languages/pascal/fpc/
 eur-BE: ftp://ftp.freepascal.org/pub/fpc/


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emergin

[cvs] dists/10.4/unstable/main/finkinfo/devel lazarus-10.4.info, 1.10, 1.11 lazarus-common.info, 1.9, 1.10 lazarus.info, 1.7, 1.8

2010-01-17 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26459

Modified Files:
lazarus-10.4.info lazarus-common.info lazarus.info 
Log Message:
Update lazarus for newer fpc

Index: lazarus-common.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus-common.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- lazarus-common.info 11 Jan 2010 22:39:37 -  1.9
+++ lazarus-common.info 17 Jan 2010 16:01:36 -  1.10
@@ -1,6 +1,6 @@
 Package: lazarus-common
 Version: 0.9.28.2
-Revision: 3
+Revision: 4
 Architecture: powerpc, i386, x86_64
 Distribution: 10.4, 10.5, 10.6
 License: GPL/LGPL

Index: lazarus.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- lazarus.info11 Jan 2010 22:39:37 -  1.7
+++ lazarus.info17 Jan 2010 16:01:36 -  1.8
@@ -2,7 +2,7 @@
 Package: lazarus%type_pkg[uitype]
 Type: uitype (-aqua -gtk2)
 Version: 0.9.28.2
-Revision: 1004
+Revision: 1005
 Architecture: powerpc, i386, x86_64
 License: GPL/LGPL
 
@@ -16,7 +16,7 @@
 SourceDirectory: lazarus
 
 Depends: lazarus-common (>= 0.9.28.2)
-Builddepends: gtk+2, gtk+2-dev
+Builddepends: (%type_pkg[uitype] = -gtk2) gtk+2, (%type_pkg[uitype] = -gtk2) 
gtk+2-dev
 
 Conflicts: lazarus-aqua, lazarus-gtk, lazarus-gtk2
 Replaces:  lazarus-aqua, lazarus-gtk, lazarus-gtk2

Index: lazarus-10.4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus-10.4.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- lazarus-10.4.info   11 Jan 2010 22:39:37 -  1.10
+++ lazarus-10.4.info   17 Jan 2010 16:01:36 -  1.11
@@ -2,7 +2,7 @@
 Package: lazarus%type_pkg[uitype]
 Type: uitype (-aqua -gtk2)
 Version: 0.9.28.2
-Revision: 4
+Revision: 5
 Architecture: powerpc, i386
 License: GPL/LGPL
 
@@ -16,7 +16,7 @@
 SourceDirectory: lazarus
 
 Depends: lazarus-common (>= 0.9.28.2)
-Builddepends: gtk+2, gtk+2-dev
+Builddepends: (%type_pkg[uitype] = -gtk2) gtk+2, (%type_pkg[uitype] = -gtk2) 
gtk+2-dev
 
 Conflicts: lazarus-aqua, lazarus-gtk, lazarus-gtk2
 Replaces:  lazarus-aqua, lazarus-gtk, lazarus-gtk2
@@ -73,7 +73,7 @@
   if   [ "%type_raw[uitype]" == "-aqua" ]; then
 make all LCL_PLATFORM=carbon OPT="$debug_options"
   elif [ "%type_raw[uitype]" == "-gtk2" ]; then
-make all LCL_PLATFORM=gtk2   OPT="$debug_options 
-Fl/%p/lib/pango-ft219/lib/"
+make all LCL_PLATFORM=gtk2   OPT="$debug_options 
-Fl%p/lib/pango-ft219/lib/"
   fi
 
 # ** Finish compiling Lazarus **


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel lazarus-10.4.info, 1.5, 1.6 lazarus-common-gtk1.info, 1.1, 1.2 lazarus-common.info, 1.4, 1.5 lazarus.info, 1.2, 1.3

2010-01-17 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26500

Modified Files:
lazarus-10.4.info lazarus-common-gtk1.info lazarus-common.info 
lazarus.info 
Log Message:
Update lazarus for newer fpc

Index: lazarus-common-gtk1.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus-common-gtk1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lazarus-common-gtk1.info5 Jan 2010 14:40:21 -   1.1
+++ lazarus-common-gtk1.info17 Jan 2010 16:01:55 -  1.2
@@ -1,6 +1,6 @@
 Package: lazarus-common-gtk1
 Version: 0.9.28.2
-Revision: 1
+Revision: 2
 Architecture: powerpc, i386
 License: GPL/LGPL
 
@@ -84,8 +84,9 @@
 forms, buttons, text boxes and so on, which are used to create 
 applications with a graphical user interface (GUI).
 
-Release Notes: http://wiki.freepascal.org/Lazarus_0.9.28_release_notes
-
+Release Notes:
+  http://wiki.freepascal.org/Lazarus_0.9.28_release_notes
+  http://wiki.freepascal.org/Lazarus_0.9.28.2_release_notes
 <<
 
 Homepage: http://wiki.freepascal.org/Main_Page

Index: lazarus-common.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus-common.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- lazarus-common.info 11 Jan 2010 22:35:59 -  1.4
+++ lazarus-common.info 17 Jan 2010 16:01:55 -  1.5
@@ -1,14 +1,23 @@
 Package: lazarus-common
 Version: 0.9.28.2
-Revision: 2
-Architecture: powerpc, i386
+Revision: 4
+Architecture: powerpc, i386, x86_64
 Distribution: 10.4, 10.5, 10.6
 License: GPL/LGPL
 
-Depends: fpc (>= 2.2.4), fpc-sources, (%m = i386) fpc-crossppc, (%m = i386) 
fpc-win32, (%m = i386) i386-win32-binutils, gtk+2-shlibs
+Depends: <<
+fpc (>= 2.4.0), fpc-sources, 
+(%m = x86_64) fpc-cross-i386-darwin, 
+(%m = i386)   fpc-cross-powerpc-darwin, 
+(%m = i386)   fpc-cross-x86-64-darwin, 
+(%m = i386)   fpc-cross-i386-win32, (%m = i386) i386-win32-binutils,
+(%m = i386)   fpc-cross-i386-wince, 
+fpc-cross-arm-wince,
+gtk+2-shlibs
+<<
 Builddepends: gtk+2, gtk+2-dev
 
-Recommends: fpc-doc, lazarus-aqua, lazarus-gtk2
+Recommends: fpc-doc, lazarus-doc, lazarus-aqua, lazarus-gtk2
 
 Conflicts: lazarus-common, pango1-shlibs, pango1-xft2, pango1-xft2-shlibs
 Replaces:  lazarus-common
@@ -55,6 +64,17 @@
 make $AllUnits LCL_PLATFORM=carbon OPT="$debug_options" CPU_TARGET=powerpc
   fi
 
+# Some unfinished ideas
+#  make $AllUnits LCL_PLATFORM=wince   OPT="$debug_options" PP=ppcarm 
CPU_TARGET=arm OS_TARGET=wince
+#  make $AllUnits LCL_PLATFORM=wince   OPT="$debug_options" PP=ppcarm 
CPU_TARGET=i386 OS_TARGET=wince
+#  make $AllUnits LCL_PLATFORM=fpgui   OPT="$debug_options" OS_TARGET=win32
 
+
+#  make $AllUnits LCL_PLATFORM=gtkOPT="$debug_options" CPU_TARGET=powerpc 
// needs the powerpc libs from fink
+#  make $AllUnits LCL_PLATFORM=gtk2   OPT="$debug_options" CPU_TARGET=powerpc 
// needs the powerpc libs from fink
+
+#  make $AllUnits LCL_PLATFORM=gtkOPT="$debug_options" OS_TARGET=linux // 
needs the linux libs from whereever
+#  make $AllUnits LCL_PLATFORM=gtk2   OPT="$debug_options" OS_TARGET=linux // 
needs the linux libs from whereever
+
 # ** Finish compiling Lazarus libraries **
 #
 <<
@@ -62,7 +82,7 @@
 InstallScript: <<
 # ** install the lcl and other libraries/units **
 
-  mkdir -p %i/share/lazarus
+  mkdir -p  %i/share/lazarus
   mv lcl%i/share/lazarus
   mv ideintf%i/share/lazarus
   mv components %i/share/lazarus
@@ -74,13 +94,14 @@
 
 # ** install the docs
 
-  mkdir -p %i/share/doc/lazarus
+  mkdir   -p   %i/share/doc/lazarus
   install -c -m 644 docs/*.txt %i/share/doc/lazarus
   install -c -m 644 docs/*.pdf %i/share/doc/lazarus
 
 <<
 
 Description: Free Pascal IDE: common parts
+
 DescDetail: <<
 Lazarus is an open-source development system that builds on the Free Pascal 
 compiler by adding an integrated development environment (IDE).
@@ -91,7 +112,9 @@
 forms, buttons, text boxes and so on, which are used to create 
 applications with a graphical user interface (GUI).
 
-Release Notes: http://wiki.freepascal.org/Lazarus_0.9.28_release_notes
+Release Notes: 
+  http://wiki.freepascal.org/Lazarus_0.9.28_release_notes
+  http://wiki.freepascal.org/Lazarus_0.9.28.2_release_notes
 
 <<
 
@@ -101,4 +124,5 @@
 <<
 
 Homepage: http://wiki.freepascal.org/Main_Page
+
 Maintainer: Karl-Michael Schindler 
\ No newline at end of file

Index: lazarus.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- lazarus.info11 Jan 2010 22:35:59 -  1.2
+++ lazarus.info17 Jan 2010 16:01:55 -000

[cvs] dists/10.4/unstable/main/finkinfo/languages fpc-cross-powerpc-darwin.info, 1.3, 1.4 fpc.info, 1.15, 1.16

2010-01-24 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19477

Modified Files:
fpc-cross-powerpc-darwin.info fpc.info 
Log Message:
fix compile failure on 10.4

Index: fpc-cross-powerpc-darwin.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc-cross-powerpc-darwin.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fpc-cross-powerpc-darwin.info   17 Jan 2010 15:20:05 -  1.3
+++ fpc-cross-powerpc-darwin.info   24 Jan 2010 13:28:08 -  1.4
@@ -1,6 +1,6 @@
 Package: fpc-cross-powerpc-darwin
 Version: 2.4.0
-Revision: 3
+Revision: 4
 Architecture: i386, x86_64
 Depends: fpc-config
 Replaces: fpc-crossppc
@@ -31,7 +31,11 @@
 
 CompileScript: <<
 # compile the crosscompiler, rtl and packages
-  make all PP="arch -ppc %b/../../ppcuniversal" CPU_TARGET=powerpc
+  if [[ $(sw_vers -productVersion) < 10.5 ]]; then
+make all PP="%b/../../ppcuniversal" CPU_TARGET=powerpc
+  else
+make all PP="arch -ppc %b/../../ppcuniversal" CPU_TARGET=powerpc
+  fi
 <<
 
 InstallScript: <<

Index: fpc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- fpc.info17 Jan 2010 15:20:05 -  1.15
+++ fpc.info24 Jan 2010 13:28:08 -  1.16
@@ -1,6 +1,6 @@
 Package: fpc
 Version: 2.4.0
-Revision: 3
+Revision: 4
 Architecture: powerpc, i386, x86_64
 Depends: fpc-config
 Recommends: fpc-doc
@@ -33,7 +33,11 @@
 
 # compile the compiler
   if [ "%m" = "powerpc" ]; then archtype="-ppc" ; else archtype="-%m" ; fi
-  make all PP="arch $archtype %b/../../ppcuniversal"
+  if [[ $(sw_vers -productVersion) < 10.5 ]]; then
+make all PP="%b/../../ppcuniversal"
+  else
+make all PP="arch $archtype %b/../../ppcuniversal"
+  fi
 
 # compile the ide
   if [ "%m" = "powerpc" ]; then ppcarch="ppcppc" ; fi


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/languages fpc-cross-powerpc-darwin.info, 1.2, 1.3 fpc.info, 1.7, 1.8

2010-01-24 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19552

Modified Files:
fpc-cross-powerpc-darwin.info fpc.info 
Log Message:
fix compile failure on 10.4

Index: fpc-cross-powerpc-darwin.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-cross-powerpc-darwin.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fpc-cross-powerpc-darwin.info   17 Jan 2010 15:20:38 -  1.2
+++ fpc-cross-powerpc-darwin.info   24 Jan 2010 13:28:40 -  1.3
@@ -1,6 +1,6 @@
 Package: fpc-cross-powerpc-darwin
 Version: 2.4.0
-Revision: 3
+Revision: 4
 Architecture: i386, x86_64
 Depends: fpc-config
 Replaces: fpc-crossppc
@@ -31,7 +31,11 @@
 
 CompileScript: <<
 # compile the crosscompiler, rtl and packages
-  make all PP="arch -ppc %b/../../ppcuniversal" CPU_TARGET=powerpc
+  if [[ $(sw_vers -productVersion) < 10.5 ]]; then
+make all PP="%b/../../ppcuniversal" CPU_TARGET=powerpc
+  else
+make all PP="arch -ppc %b/../../ppcuniversal" CPU_TARGET=powerpc
+  fi
 <<
 
 InstallScript: <<

Index: fpc.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- fpc.info17 Jan 2010 15:20:38 -  1.7
+++ fpc.info24 Jan 2010 13:28:40 -  1.8
@@ -1,6 +1,6 @@
 Package: fpc
 Version: 2.4.0
-Revision: 3
+Revision: 4
 Architecture: powerpc, i386, x86_64
 Depends: fpc-config
 Recommends: fpc-doc
@@ -33,7 +33,11 @@
 
 # compile the compiler
   if [ "%m" = "powerpc" ]; then archtype="-ppc" ; else archtype="-%m" ; fi
-  make all PP="arch $archtype %b/../../ppcuniversal"
+  if [[ $(sw_vers -productVersion) < 10.5 ]]; then
+make all PP="%b/../../ppcuniversal"
+  else
+make all PP="arch $archtype %b/../../ppcuniversal"
+  fi
 
 # compile the ide
   if [ "%m" = "powerpc" ]; then ppcarch="ppcppc" ; fi


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
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/languages fpc-cross-powerpc-darwin.info, 1.4, 1.5

2010-01-24 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27545

Modified Files:
fpc-cross-powerpc-darwin.info 
Log Message:
fix compilescript failure

Index: fpc-cross-powerpc-darwin.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc-cross-powerpc-darwin.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fpc-cross-powerpc-darwin.info   24 Jan 2010 13:28:08 -  1.4
+++ fpc-cross-powerpc-darwin.info   24 Jan 2010 14:33:32 -  1.5
@@ -30,6 +30,7 @@
 PatchFile-MD5: f01af3524aa65f6b2eb4eb1712a54901
 
 CompileScript: <<
+#!/bin/sh -ev
 # compile the crosscompiler, rtl and packages
   if [[ $(sw_vers -productVersion) < 10.5 ]]; then
 make all PP="%b/../../ppcuniversal" CPU_TARGET=powerpc


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/languages fpc-cross-powerpc-darwin.info, 1.3, 1.4

2010-01-24 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27626

Modified Files:
fpc-cross-powerpc-darwin.info 
Log Message:
fix compilescript failure

Index: fpc-cross-powerpc-darwin.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-cross-powerpc-darwin.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fpc-cross-powerpc-darwin.info   24 Jan 2010 13:28:40 -  1.3
+++ fpc-cross-powerpc-darwin.info   24 Jan 2010 14:34:08 -  1.4
@@ -30,6 +30,7 @@
 PatchFile-MD5: f01af3524aa65f6b2eb4eb1712a54901
 
 CompileScript: <<
+#!/bin/sh -ev
 # compile the crosscompiler, rtl and packages
   if [[ $(sw_vers -productVersion) < 10.5 ]]; then
 make all PP="%b/../../ppcuniversal" CPU_TARGET=powerpc


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel arm-binutils.info, 1.2, 1.3

2010-01-24 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15248

Modified Files:
arm-binutils.info 
Log Message:
upstream update

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- arm-binutils.info   11 Jan 2010 23:15:58 -  1.2
+++ arm-binutils.info   24 Jan 2010 17:19:10 -  1.3
@@ -1,49 +1,53 @@
 Info2: <<
-Package: arm%type_pkg[platform]-binutils
-Version: 2.19.1
-Revision: 2
-Type: platform (-linux -wince)
+Package: arm-%type_pkg[platform]-binutils
+Version: 2.20
+Revision: 1
+Type: platform (linux wince gba nds)
 # tried, but not yet working or needed: palmos symbian linux-eabi non-eabi 
gba-eabi gba-elf agb-elf elf
-Architecture: powerpc, i386, x86-64
-Description: GNU binutils for arm%type_pkg[platform]
+Architecture: powerpc, i386, x86_64
+Description: GNU binutils for arm-%type_pkg[platform]
 License: LGPL
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: 09a8c5821a2dfdbb20665bc0bd680791
+Source-MD5: ee2d3e996e9a2d669808713360fa96f8
 
 SourceDirectory: binutils-%v
 
+PatchScript: <<
+  sed -i.bak 's|stat64|stat|g' binutils/strings.c
+<<
+
+#  (%type_pkg[platform] = nds) --target=arm-eabi \
+#  (%type_pkg[platform] = gba) --target=arm-agb-elf  \
+
 ConfigureParams: <<
-  --disable-nls  \
-  --target=arm%type_pkg[platform]  \
-  --prefix=%p/lib/arm%type_pkg[platform] \
+  --target=arm-%type_pkg[platform]  \
+  --prefix=%p/lib/arm-%type_pkg[platform]   \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=arm%type_pkg[platform]- \ 
+  --program-prefix=arm-%type_pkg[platform]- \ 
   --disable-werror 
 <<
 
 InstallScript: <<
 #!/bin/sh -ev
-  /usr/bin/make install DESTDIR=%d
-  /bin/rm -vrf %i/lib/arm%type_pkg[platform]/lib/
+  make install DESTDIR=%d
+  rm -fr %i/lib/arm-%type_pkg[platform]/lib/
 
-  for file_name in %i/share/info/*
+  for file_name in $(ls %i/share/info/*info)
   do
-new_file_name=`/bin/echo ${file_name} | /usr/bin/sed -e 
"s|%i/share/info/|%i/share/info/arm%type_pkg[platform]-|g"`
-mv ${file_name} ${new_file_name}
+mv $file_name %i/share/info/arm-%type_pkg[platform]-${file_name##*/}
   done
 <<
 
 DocFiles: README COPYING*
 
-InfoDocs: arm%type_pkg[platform]-as.info arm%type_pkg[platform]-bfd.info 
arm%type_pkg[platform]-binutils.info arm%type_pkg[platform]-configure.info 
arm%type_pkg[platform]-ld.info arm%type_pkg[platform]-standards.info
+InfoDocs: arm-%type_pkg[platform]-as.info arm-%type_pkg[platform]-bfd.info 
arm-%type_pkg[platform]-binutils.info arm-%type_pkg[platform]-configure.info 
arm-%type_pkg[platform]-ld.info arm-%type_pkg[platform]-standards.info
 
 DescPort: <<
 Like 'avr-binutils' package, lib & include folders have been moved to 
-/sw/lib/arm%type_pkg[platform] and the binaries are put into /sw/bin .
-All xxx files renamed to arm%type_pkg[platform]-xxx.info to avoid clashes
-with other potential toolchains.
-TODO: Native Language Support
+/sw/lib/arm-%type_pkg[platform] and the binaries are put into /sw/bin .
+All xxx files are renamed to arm-%type_pkg[platform]-xxx.info to avoid
+clashes with other potential toolchains.
 <<
 
 Homepage: http://www.gnu.org/software/binutils/


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
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 arm-binutils.info, 1.4, 1.5 lazarus-common.info, 1.10, 1.11

2010-01-25 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15516

Modified Files:
arm-binutils.info lazarus-common.info 
Log Message:
remove nds and gba from arm-binutils. They do not build, yet. Also, no 
arm-wince for powerpc-lazarus

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- arm-binutils.info   11 Jan 2010 23:16:19 -  1.4
+++ arm-binutils.info   25 Jan 2010 18:23:43 -  1.5
@@ -1,7 +1,7 @@
 Info2: <<
 Package: arm-%type_pkg[platform]-binutils
 Version: 2.20
-Revision: 1
+Revision: 2
 Type: platform (linux wince)
 # tried, but not yet working or needed: palmos symbian linux-eabi non-eabi 
gba-eabi gba-elf agb-elf elf
 Architecture: powerpc, i386, x86_64

Index: lazarus-common.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus-common.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- lazarus-common.info 17 Jan 2010 16:01:36 -  1.10
+++ lazarus-common.info 25 Jan 2010 18:23:43 -  1.11
@@ -1,6 +1,6 @@
 Package: lazarus-common
 Version: 0.9.28.2
-Revision: 4
+Revision: 6
 Architecture: powerpc, i386, x86_64
 Distribution: 10.4, 10.5, 10.6
 License: GPL/LGPL
@@ -12,10 +12,11 @@
 (%m = i386)   fpc-cross-x86-64-darwin, 
 (%m = i386)   fpc-cross-i386-win32, (%m = i386) i386-win32-binutils,
 (%m = i386)   fpc-cross-i386-wince, 
-fpc-cross-arm-wince,
-gtk+2-shlibs
+(%m = i386)   fpc-cross-arm-wince,
+gtk+2-shlibs,
+glib2-shlibs
 <<
-Builddepends: gtk+2, gtk+2-dev
+Builddepends: gtk+2, gtk+2-dev, glib2, glib2-dev
 
 Recommends: fpc-doc, lazarus-doc, lazarus-aqua, lazarus-gtk2
 


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel arm-binutils.info, 1.3, 1.4 lazarus-common.info, 1.5, 1.6

2010-01-25 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15558

Modified Files:
arm-binutils.info lazarus-common.info 
Log Message:
remove nds and gba from arm-binutils. They do not build, yet. Also, no 
arm-wince for powerpc-lazarus

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- arm-binutils.info   24 Jan 2010 17:19:10 -  1.3
+++ arm-binutils.info   25 Jan 2010 18:23:57 -  1.4
@@ -1,8 +1,8 @@
 Info2: <<
 Package: arm-%type_pkg[platform]-binutils
 Version: 2.20
-Revision: 1
-Type: platform (linux wince gba nds)
+Revision: 2
+Type: platform (linux wince)
 # tried, but not yet working or needed: palmos symbian linux-eabi non-eabi 
gba-eabi gba-elf agb-elf elf
 Architecture: powerpc, i386, x86_64
 Description: GNU binutils for arm-%type_pkg[platform]

Index: lazarus-common.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus-common.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- lazarus-common.info 17 Jan 2010 16:01:55 -  1.5
+++ lazarus-common.info 25 Jan 2010 18:23:58 -  1.6
@@ -1,6 +1,6 @@
 Package: lazarus-common
 Version: 0.9.28.2
-Revision: 4
+Revision: 6
 Architecture: powerpc, i386, x86_64
 Distribution: 10.4, 10.5, 10.6
 License: GPL/LGPL
@@ -12,10 +12,11 @@
 (%m = i386)   fpc-cross-x86-64-darwin, 
 (%m = i386)   fpc-cross-i386-win32, (%m = i386) i386-win32-binutils,
 (%m = i386)   fpc-cross-i386-wince, 
-fpc-cross-arm-wince,
-gtk+2-shlibs
+(%m = i386)   fpc-cross-arm-wince,
+gtk+2-shlibs,
+glib2-shlibs
 <<
-Builddepends: gtk+2, gtk+2-dev
+Builddepends: gtk+2, gtk+2-dev, glib2, glib2-dev
 
 Recommends: fpc-doc, lazarus-doc, lazarus-aqua, lazarus-gtk2
 


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/languages fpc-cross-powerpc.info, 1.1, 1.2

2010-01-27 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv30494

Modified Files:
fpc-cross-powerpc.info 
Log Message:
add dependance on fpc for fixing missing fpcmake

Index: fpc-cross-powerpc.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-cross-powerpc.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fpc-cross-powerpc.info  17 Jan 2010 01:33:16 -  1.1
+++ fpc-cross-powerpc.info  27 Jan 2010 21:00:29 -  1.2
@@ -1,14 +1,14 @@
 Info2: <<
 Package: fpc-cross-powerpc-%type_pkg[platform]
 Version: 2.4.0
-Revision: 2
+Revision: 3
 Type: platform (linux)
 Architecture: powerpc, i386, x86_64
 # For powerpc-linux binutils are needed. 
 Depends: <<
 (%m = powerpc) fpc,
-(%m = i386)fpc-cross-powerpc-darwin,
-(%m = x86_64)  fpc-cross-powerpc-darwin,
+(%m = i386)fpc, fpc-cross-powerpc-darwin,
+(%m = x86_64)  fpc, fpc-cross-powerpc-darwin,
 powerpc-%type_pkg[platform]-binutils
 <<
 Recommends: fpc-doc


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-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 lazarus-common.info, 1.11, 1.12

2010-01-27 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31568

Modified Files:
lazarus-common.info 
Log Message:
remove fpc-cross-x86_64. not suitable for i386 on 10.5

Index: lazarus-common.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus-common.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- lazarus-common.info 25 Jan 2010 18:23:43 -  1.11
+++ lazarus-common.info 27 Jan 2010 21:08:21 -  1.12
@@ -9,10 +9,8 @@
 fpc (>= 2.4.0), fpc-sources, 
 (%m = x86_64) fpc-cross-i386-darwin, 
 (%m = i386)   fpc-cross-powerpc-darwin, 
-(%m = i386)   fpc-cross-x86-64-darwin, 
 (%m = i386)   fpc-cross-i386-win32, (%m = i386) i386-win32-binutils,
 (%m = i386)   fpc-cross-i386-wince, 
-(%m = i386)   fpc-cross-arm-wince,
 gtk+2-shlibs,
 glib2-shlibs
 <<


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-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/languages fpc-cross-powerpc.info, 1.2, 1.3

2010-01-27 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv30440

Modified Files:
fpc-cross-powerpc.info 
Log Message:
add dependance on fpc for fixing missing fpcmake

Index: fpc-cross-powerpc.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc-cross-powerpc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fpc-cross-powerpc.info  17 Jan 2010 01:26:58 -  1.2
+++ fpc-cross-powerpc.info  27 Jan 2010 21:00:22 -  1.3
@@ -1,14 +1,14 @@
 Info2: <<
 Package: fpc-cross-powerpc-%type_pkg[platform]
 Version: 2.4.0
-Revision: 2
+Revision: 3
 Type: platform (linux)
 Architecture: powerpc, i386, x86_64
 # For powerpc-linux binutils are needed. 
 Depends: <<
 (%m = powerpc) fpc,
-(%m = i386)fpc-cross-powerpc-darwin,
-(%m = x86_64)  fpc-cross-powerpc-darwin,
+(%m = i386)fpc, fpc-cross-powerpc-darwin,
+(%m = x86_64)  fpc, fpc-cross-powerpc-darwin,
 powerpc-%type_pkg[platform]-binutils
 <<
 Recommends: fpc-doc


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel lazarus-common.info, 1.6, 1.7

2010-01-27 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31586

Modified Files:
lazarus-common.info 
Log Message:
remove fpc-cross-x86_64. not suitable for i386 on 10.5

Index: lazarus-common.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus-common.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- lazarus-common.info 25 Jan 2010 18:23:58 -  1.6
+++ lazarus-common.info 27 Jan 2010 21:08:27 -  1.7
@@ -9,10 +9,8 @@
 fpc (>= 2.4.0), fpc-sources, 
 (%m = x86_64) fpc-cross-i386-darwin, 
 (%m = i386)   fpc-cross-powerpc-darwin, 
-(%m = i386)   fpc-cross-x86-64-darwin, 
 (%m = i386)   fpc-cross-i386-win32, (%m = i386) i386-win32-binutils,
 (%m = i386)   fpc-cross-i386-wince, 
-(%m = i386)   fpc-cross-arm-wince,
 gtk+2-shlibs,
 glib2-shlibs
 <<


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-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/languages fpc-cross-arm-wince.info, 1.1, 1.2 fpc-cross-arm.info, 1.2, 1.3 fpc-cross-powerpc.info, 1.3, 1.4

2010-01-31 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15837/languages

Modified Files:
fpc-cross-arm-wince.info fpc-cross-arm.info 
fpc-cross-powerpc.info 
Log Message:
cleanup fix of bintuils, fpc and lazarus

Index: fpc-cross-arm-wince.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc-cross-arm-wince.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fpc-cross-arm-wince.info17 Jan 2010 01:26:58 -  1.1
+++ fpc-cross-arm-wince.info31 Jan 2010 21:23:48 -  1.2
@@ -1,7 +1,7 @@
 Package: fpc-cross-arm-wince
 Version: 2.4.0
 Revision: 2
-Architecture: powerpc, i386, x86_64
+Architecture: i386, x86_64
 Depends: fpc
 Replaces: fpc-arm-cross
 Recommends: fpc-doc
@@ -38,7 +38,7 @@
 
 CompileScript: <<
 # compile the crosscompiler, rtl and packages
-  make all PP=fpc CPU_TARGET=arm OS_TARGET=wince OPT="-CX"
+  make all PP=fpc CPU_TARGET=arm OS_TARGET=wince CROSSOPT="-Xe"
 <<
 
 InstallScript: <<

Index: fpc-cross-powerpc.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc-cross-powerpc.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fpc-cross-powerpc.info  27 Jan 2010 21:00:22 -  1.3
+++ fpc-cross-powerpc.info  31 Jan 2010 21:23:48 -  1.4
@@ -1,14 +1,14 @@
 Info2: <<
 Package: fpc-cross-powerpc-%type_pkg[platform]
 Version: 2.4.0
-Revision: 3
+Revision: 4
 Type: platform (linux)
-Architecture: powerpc, i386, x86_64
+Architecture: i386, x86_64
 # For powerpc-linux binutils are needed. 
 Depends: <<
-(%m = powerpc) fpc,
-(%m = i386)fpc, fpc-cross-powerpc-darwin,
-(%m = x86_64)  fpc, fpc-cross-powerpc-darwin,
+fpc,
+(%m = i386)   fpc-cross-powerpc-darwin,
+(%m = x86_64) fpc-cross-powerpc-darwin,
 powerpc-%type_pkg[platform]-binutils
 <<
 Recommends: fpc-doc

Index: fpc-cross-arm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc-cross-arm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fpc-cross-arm.info  17 Jan 2010 01:26:58 -  1.2
+++ fpc-cross-arm.info  31 Jan 2010 21:23:48 -  1.3
@@ -3,7 +3,7 @@
 Version: 2.4.0
 Revision: 2
 Type: platform (linux)
-Architecture: powerpc, i386, x86_64
+Architecture: i386, x86_64
 # For arm-cross binutils are needed. 
 # As soon as fpc has a builtin assembler and linker, 
 # the dependence on arm-nds-binutils can be removed.


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-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 arm-binutils.info, 1.5, 1.6 lazarus-10.4.info, 1.11, 1.12 lazarus-common.info, 1.12, 1.13 lazarus.info, 1.8, 1.9

2010-01-31 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15837/devel

Modified Files:
arm-binutils.info lazarus-10.4.info lazarus-common.info 
lazarus.info 
Log Message:
cleanup fix of bintuils, fpc and lazarus

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- arm-binutils.info   25 Jan 2010 18:23:43 -  1.5
+++ arm-binutils.info   31 Jan 2010 21:23:48 -  1.6
@@ -1,7 +1,7 @@
 Info2: <<
 Package: arm-%type_pkg[platform]-binutils
 Version: 2.20
-Revision: 2
+Revision: 3
 Type: platform (linux wince)
 # tried, but not yet working or needed: palmos symbian linux-eabi non-eabi 
gba-eabi gba-elf agb-elf elf
 Architecture: powerpc, i386, x86_64
@@ -21,10 +21,11 @@
 #  (%type_pkg[platform] = gba) --target=arm-agb-elf  \
 
 ConfigureParams: <<
-  --target=arm-%type_pkg[platform]  \
+  --target=arm-%type_pkg[platform]  \
+  (%type_pkg[platform] = wince) --target=arm-wince-pe   \
   --prefix=%p/lib/arm-%type_pkg[platform]   \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=arm-%type_pkg[platform]- \ 
+  --program-prefix=arm-%type_pkg[platform]- \ 
   --disable-werror 
 <<
 

Index: lazarus-common.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus-common.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- lazarus-common.info 27 Jan 2010 21:08:21 -  1.12
+++ lazarus-common.info 31 Jan 2010 21:23:48 -  1.13
@@ -1,6 +1,6 @@
 Package: lazarus-common
 Version: 0.9.28.2
-Revision: 6
+Revision: 7
 Architecture: powerpc, i386, x86_64
 Distribution: 10.4, 10.5, 10.6
 License: GPL/LGPL
@@ -14,7 +14,7 @@
 gtk+2-shlibs,
 glib2-shlibs
 <<
-Builddepends: gtk+2, gtk+2-dev, glib2, glib2-dev
+Builddepends: gtk+2, gtk+2-dev, glib2-dev
 
 Recommends: fpc-doc, lazarus-doc, lazarus-aqua, lazarus-gtk2
 
@@ -49,24 +49,24 @@
 # designer is not needed.
 
 AllUnits="lcl packager/registration ideintf bigidecomponents packager"
+BaseUnits="lcl packager/registration"
 
   make $AllUnits LCL_PLATFORM=carbon OPT="$debug_options -dCarbonUseCocoa 
-Fuobjc -Fupascocoa/appkit -Fupascocoa/foundation -Fiobjc -Fipascocoa/appkit 
-Fipascocoa/foundation"
   make $AllUnits LCL_PLATFORM=gtk2   OPT="$debug_options 
-Fl/%p/lib/pango-ft219/lib/"
   make $AllUnits LCL_PLATFORM=nogui  OPT="$debug_options"
-# cocoa is not yet ready.
-#  make $AllUnits LCL_PLATFORM=cocoa  OPT="$debug_options 
-Fu../../units/i386-darwin/carbon"
 
   if [ "%m" == "i386" ]; then
-make $AllUnits LCL_PLATFORM=win32  OPT="$debug_options" OS_TARGET=win32
-# wince is not yet working
-#make $AllUnits LCL_PLATFORM=wince  OPT="$debug_options" OS_TARGET=wince
-make $AllUnits LCL_PLATFORM=carbon OPT="$debug_options" CPU_TARGET=powerpc
+make $AllUnits  LCL_PLATFORM=win32  OPT="$debug_options" OS_TARGET=win32
+make $BaseUnits LCL_PLATFORM=wince  OPT="$debug_options" OS_TARGET=wince
+# maybe this works on powerpc lazarus, too
+make $BaseUnits LCL_PLATFORM=wince  OPT="$debug_options" OS_TARGET=wince  
PP=ppcarm CPU_TARGET=arm
+make $AllUnits  LCL_PLATFORM=carbon OPT="$debug_options" OS_TARGET=darwin 
PP=ppcppc CPU_TARGET=powerpc
   fi
 
 # Some unfinished ideas
-#  make $AllUnits LCL_PLATFORM=wince   OPT="$debug_options" PP=ppcarm 
CPU_TARGET=arm OS_TARGET=wince
-#  make $AllUnits LCL_PLATFORM=wince   OPT="$debug_options" PP=ppcarm 
CPU_TARGET=i386 OS_TARGET=wince
-#  make $AllUnits LCL_PLATFORM=fpgui   OPT="$debug_options" OS_TARGET=win32
 
+# cocoa is not yet ready.
+#  make $AllUnits LCL_PLATFORM=cocoa  OPT="$debug_options 
-Fu../../units/i386-darwin/carbon"
+#  make $AllUnits LCL_PLATFORM=fpgui   OPT="$debug_options" OS_TARGET=win32   
// needs the fpgui packages from fpc
 
 #  make $AllUnits LCL_PLATFORM=gtkOPT="$debug_options" CPU_TARGET=powerpc 
// needs the powerpc libs from fink
 #  make $AllUnits LCL_PLATFORM=gtk2   OPT="$debug_options" CPU_TARGET=powerpc 
// needs the powerpc libs from fink

Index: lazarus.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- lazarus.info17 Jan 2010 16:01:36 -  1.8
+++ lazarus.info31 Jan 2010 21:23:48 -  1.9
@@ -2,7 +2,7 @@
 Package: lazarus%type_pkg[uitype]
 Type: uitype (-aqua -gtk2)
 Version: 0.9.28.2
-Revision: 1005
+Revision: 1006
 Architecture: powerpc, i386, x86_64
 License: GPL/LGPL
 
@@ -16,7 +16,11 @@
 SourceDirectory: lazarus
 
 Depends: 

[cvs] dists/10.4/stable/main/finkinfo/languages fpc-cross-arm-wince.info, 1.1, 1.2 fpc-cross-arm.info, 1.1, 1.2 fpc-cross-powerpc.info, 1.2, 1.3

2010-01-31 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17975/languages

Modified Files:
fpc-cross-arm-wince.info fpc-cross-arm.info 
fpc-cross-powerpc.info 
Log Message:
cleanup fix of bintuils, fpc and lazarus

Index: fpc-cross-arm-wince.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-cross-arm-wince.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fpc-cross-arm-wince.info17 Jan 2010 01:33:16 -  1.1
+++ fpc-cross-arm-wince.info31 Jan 2010 21:38:13 -  1.2
@@ -1,7 +1,7 @@
 Package: fpc-cross-arm-wince
 Version: 2.4.0
 Revision: 2
-Architecture: powerpc, i386, x86_64
+Architecture: i386, x86_64
 Depends: fpc
 Replaces: fpc-arm-cross
 Recommends: fpc-doc
@@ -38,7 +38,7 @@
 
 CompileScript: <<
 # compile the crosscompiler, rtl and packages
-  make all PP=fpc CPU_TARGET=arm OS_TARGET=wince OPT="-CX"
+  make all PP=fpc CPU_TARGET=arm OS_TARGET=wince CROSSOPT="-Xe"
 <<
 
 InstallScript: <<

Index: fpc-cross-powerpc.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-cross-powerpc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fpc-cross-powerpc.info  27 Jan 2010 21:00:29 -  1.2
+++ fpc-cross-powerpc.info  31 Jan 2010 21:38:13 -  1.3
@@ -1,14 +1,14 @@
 Info2: <<
 Package: fpc-cross-powerpc-%type_pkg[platform]
 Version: 2.4.0
-Revision: 3
+Revision: 4
 Type: platform (linux)
-Architecture: powerpc, i386, x86_64
+Architecture: i386, x86_64
 # For powerpc-linux binutils are needed. 
 Depends: <<
-(%m = powerpc) fpc,
-(%m = i386)fpc, fpc-cross-powerpc-darwin,
-(%m = x86_64)  fpc, fpc-cross-powerpc-darwin,
+fpc,
+(%m = i386)   fpc-cross-powerpc-darwin,
+(%m = x86_64) fpc-cross-powerpc-darwin,
 powerpc-%type_pkg[platform]-binutils
 <<
 Recommends: fpc-doc

Index: fpc-cross-arm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-cross-arm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fpc-cross-arm.info  17 Jan 2010 01:33:16 -  1.1
+++ fpc-cross-arm.info  31 Jan 2010 21:38:13 -  1.2
@@ -3,7 +3,7 @@
 Version: 2.4.0
 Revision: 2
 Type: platform (linux)
-Architecture: powerpc, i386, x86_64
+Architecture: i386, x86_64
 # For arm-cross binutils are needed. 
 # As soon as fpc has a builtin assembler and linker, 
 # the dependence on arm-nds-binutils can be removed.


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel arm-binutils.info, 1.4, 1.5 lazarus-10.4.info, 1.6, 1.7 lazarus-common.info, 1.7, 1.8 lazarus.info, 1.3, 1.4

2010-01-31 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17975/devel

Modified Files:
arm-binutils.info lazarus-10.4.info lazarus-common.info 
lazarus.info 
Log Message:
cleanup fix of bintuils, fpc and lazarus

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- arm-binutils.info   25 Jan 2010 18:23:57 -  1.4
+++ arm-binutils.info   31 Jan 2010 21:38:13 -  1.5
@@ -1,7 +1,7 @@
 Info2: <<
 Package: arm-%type_pkg[platform]-binutils
 Version: 2.20
-Revision: 2
+Revision: 3
 Type: platform (linux wince)
 # tried, but not yet working or needed: palmos symbian linux-eabi non-eabi 
gba-eabi gba-elf agb-elf elf
 Architecture: powerpc, i386, x86_64
@@ -21,10 +21,11 @@
 #  (%type_pkg[platform] = gba) --target=arm-agb-elf  \
 
 ConfigureParams: <<
-  --target=arm-%type_pkg[platform]  \
+  --target=arm-%type_pkg[platform]  \
+  (%type_pkg[platform] = wince) --target=arm-wince-pe   \
   --prefix=%p/lib/arm-%type_pkg[platform]   \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=arm-%type_pkg[platform]- \ 
+  --program-prefix=arm-%type_pkg[platform]- \ 
   --disable-werror 
 <<
 

Index: lazarus-common.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus-common.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- lazarus-common.info 27 Jan 2010 21:08:27 -  1.7
+++ lazarus-common.info 31 Jan 2010 21:38:13 -  1.8
@@ -1,6 +1,6 @@
 Package: lazarus-common
 Version: 0.9.28.2
-Revision: 6
+Revision: 7
 Architecture: powerpc, i386, x86_64
 Distribution: 10.4, 10.5, 10.6
 License: GPL/LGPL
@@ -14,7 +14,7 @@
 gtk+2-shlibs,
 glib2-shlibs
 <<
-Builddepends: gtk+2, gtk+2-dev, glib2, glib2-dev
+Builddepends: gtk+2, gtk+2-dev, glib2-dev
 
 Recommends: fpc-doc, lazarus-doc, lazarus-aqua, lazarus-gtk2
 
@@ -49,24 +49,24 @@
 # designer is not needed.
 
 AllUnits="lcl packager/registration ideintf bigidecomponents packager"
+BaseUnits="lcl packager/registration"
 
   make $AllUnits LCL_PLATFORM=carbon OPT="$debug_options -dCarbonUseCocoa 
-Fuobjc -Fupascocoa/appkit -Fupascocoa/foundation -Fiobjc -Fipascocoa/appkit 
-Fipascocoa/foundation"
   make $AllUnits LCL_PLATFORM=gtk2   OPT="$debug_options 
-Fl/%p/lib/pango-ft219/lib/"
   make $AllUnits LCL_PLATFORM=nogui  OPT="$debug_options"
-# cocoa is not yet ready.
-#  make $AllUnits LCL_PLATFORM=cocoa  OPT="$debug_options 
-Fu../../units/i386-darwin/carbon"
 
   if [ "%m" == "i386" ]; then
-make $AllUnits LCL_PLATFORM=win32  OPT="$debug_options" OS_TARGET=win32
-# wince is not yet working
-#make $AllUnits LCL_PLATFORM=wince  OPT="$debug_options" OS_TARGET=wince
-make $AllUnits LCL_PLATFORM=carbon OPT="$debug_options" CPU_TARGET=powerpc
+make $AllUnits  LCL_PLATFORM=win32  OPT="$debug_options" OS_TARGET=win32
+make $BaseUnits LCL_PLATFORM=wince  OPT="$debug_options" OS_TARGET=wince
+# maybe this works on powerpc lazarus, too
+make $BaseUnits LCL_PLATFORM=wince  OPT="$debug_options" OS_TARGET=wince  
PP=ppcarm CPU_TARGET=arm
+make $AllUnits  LCL_PLATFORM=carbon OPT="$debug_options" OS_TARGET=darwin 
PP=ppcppc CPU_TARGET=powerpc
   fi
 
 # Some unfinished ideas
-#  make $AllUnits LCL_PLATFORM=wince   OPT="$debug_options" PP=ppcarm 
CPU_TARGET=arm OS_TARGET=wince
-#  make $AllUnits LCL_PLATFORM=wince   OPT="$debug_options" PP=ppcarm 
CPU_TARGET=i386 OS_TARGET=wince
-#  make $AllUnits LCL_PLATFORM=fpgui   OPT="$debug_options" OS_TARGET=win32
 
+# cocoa is not yet ready.
+#  make $AllUnits LCL_PLATFORM=cocoa  OPT="$debug_options 
-Fu../../units/i386-darwin/carbon"
+#  make $AllUnits LCL_PLATFORM=fpgui   OPT="$debug_options" OS_TARGET=win32   
// needs the fpgui packages from fpc
 
 #  make $AllUnits LCL_PLATFORM=gtkOPT="$debug_options" CPU_TARGET=powerpc 
// needs the powerpc libs from fink
 #  make $AllUnits LCL_PLATFORM=gtk2   OPT="$debug_options" CPU_TARGET=powerpc 
// needs the powerpc libs from fink

Index: lazarus.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- lazarus.info17 Jan 2010 16:01:55 -  1.3
+++ lazarus.info31 Jan 2010 21:38:13 -  1.4
@@ -2,7 +2,7 @@
 Package: lazarus%type_pkg[uitype]
 Type: uitype (-aqua -gtk2)
 Version: 0.9.28.2
-Revision: 1005
+Revision: 1006
 Architecture: powerpc, i386, x86_64
 License: GPL/LGPL
 
@@ -16,7 +16,11 @@
 SourceDirectory: lazarus
 
 Depends: lazarus-common

[cvs] dists/10.4/unstable/main/finkinfo/devel lazarus-common.info, 1.13, 1.14

2010-02-01 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17706

Modified Files:
lazarus-common.info 
Log Message:
fix dependencies on bintutils and fpc-cross-arm

Index: lazarus-common.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus-common.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- lazarus-common.info 31 Jan 2010 21:23:48 -  1.13
+++ lazarus-common.info 1 Feb 2010 22:10:09 -   1.14
@@ -1,6 +1,6 @@
 Package: lazarus-common
 Version: 0.9.28.2
-Revision: 7
+Revision: 8
 Architecture: powerpc, i386, x86_64
 Distribution: 10.4, 10.5, 10.6
 License: GPL/LGPL
@@ -10,7 +10,8 @@
 (%m = x86_64) fpc-cross-i386-darwin, 
 (%m = i386)   fpc-cross-powerpc-darwin, 
 (%m = i386)   fpc-cross-i386-win32, (%m = i386) i386-win32-binutils,
-(%m = i386)   fpc-cross-i386-wince, 
+(%m = i386)   fpc-cross-i386-wince, (%m = i386) i386-wince-binutils, 
+(%m = i386)   fpc-cross-arm-wince,  (%m = i386) arm-wince-binutils,
 gtk+2-shlibs,
 glib2-shlibs
 <<


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel lazarus-common.info, 1.8, 1.9

2010-02-01 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17729

Modified Files:
lazarus-common.info 
Log Message:
fix dependencies on bintutils and fpc-cross-arm

Index: lazarus-common.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus-common.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- lazarus-common.info 31 Jan 2010 21:38:13 -  1.8
+++ lazarus-common.info 1 Feb 2010 22:10:14 -   1.9
@@ -1,6 +1,6 @@
 Package: lazarus-common
 Version: 0.9.28.2
-Revision: 7
+Revision: 8
 Architecture: powerpc, i386, x86_64
 Distribution: 10.4, 10.5, 10.6
 License: GPL/LGPL
@@ -10,7 +10,8 @@
 (%m = x86_64) fpc-cross-i386-darwin, 
 (%m = i386)   fpc-cross-powerpc-darwin, 
 (%m = i386)   fpc-cross-i386-win32, (%m = i386) i386-win32-binutils,
-(%m = i386)   fpc-cross-i386-wince, 
+(%m = i386)   fpc-cross-i386-wince, (%m = i386) i386-wince-binutils, 
+(%m = i386)   fpc-cross-arm-wince,  (%m = i386) arm-wince-binutils,
 gtk+2-shlibs,
 glib2-shlibs
 <<


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/languages fpc-cross-arm-wince.info, 1.2, 1.3

2010-02-02 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv536

Modified Files:
fpc-cross-arm-wince.info 
Log Message:
fix target options for external linker.

Index: fpc-cross-arm-wince.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-cross-arm-wince.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fpc-cross-arm-wince.info31 Jan 2010 21:38:13 -  1.2
+++ fpc-cross-arm-wince.info2 Feb 2010 18:28:03 -   1.3
@@ -1,6 +1,6 @@
 Package: fpc-cross-arm-wince
 Version: 2.4.0
-Revision: 2
+Revision: 3
 Architecture: i386, x86_64
 Depends: fpc
 Replaces: fpc-arm-cross
@@ -33,7 +33,7 @@
   sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
 # preliminary fix of fcl-base Makefile. Can probably be removed with newer 
tarball.
   sed -i.bak 's|src/win|src/dummy|g' packages/fcl-base/Makefile
-
+  sed -i.bak 's|armpe|arm_wince_pe|g' compiler/systems/t_win.pas
 <<
 
 CompileScript: <<


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-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/languages fpc-cross-arm-wince.info, 1.2, 1.3

2010-02-02 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv479

Modified Files:
fpc-cross-arm-wince.info 
Log Message:
fix target options for external linker.

Index: fpc-cross-arm-wince.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc-cross-arm-wince.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fpc-cross-arm-wince.info31 Jan 2010 21:23:48 -  1.2
+++ fpc-cross-arm-wince.info2 Feb 2010 18:27:57 -   1.3
@@ -1,6 +1,6 @@
 Package: fpc-cross-arm-wince
 Version: 2.4.0
-Revision: 2
+Revision: 3
 Architecture: i386, x86_64
 Depends: fpc
 Replaces: fpc-arm-cross
@@ -33,7 +33,7 @@
   sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
 # preliminary fix of fcl-base Makefile. Can probably be removed with newer 
tarball.
   sed -i.bak 's|src/win|src/dummy|g' packages/fcl-base/Makefile
-
+  sed -i.bak 's|armpe|arm_wince_pe|g' compiler/systems/t_win.pas
 <<
 
 CompileScript: <<


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-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 lazarus-common.info, 1.14, 1.15

2010-02-03 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22487/devel

Modified Files:
lazarus-common.info 
Log Message:
missing dependencies added.

Index: lazarus-common.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus-common.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- lazarus-common.info 1 Feb 2010 22:10:09 -   1.14
+++ lazarus-common.info 3 Feb 2010 10:04:27 -   1.15
@@ -1,6 +1,6 @@
 Package: lazarus-common
 Version: 0.9.28.2
-Revision: 8
+Revision: 9
 Architecture: powerpc, i386, x86_64
 Distribution: 10.4, 10.5, 10.6
 License: GPL/LGPL
@@ -13,7 +13,8 @@
 (%m = i386)   fpc-cross-i386-wince, (%m = i386) i386-wince-binutils, 
 (%m = i386)   fpc-cross-arm-wince,  (%m = i386) arm-wince-binutils,
 gtk+2-shlibs,
-glib2-shlibs
+glib2-shlibs,
+cairo-shlibs
 <<
 Builddepends: gtk+2, gtk+2-dev, glib2-dev
 


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-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/languages fpc-cross-arm-wince.info, 1.3, 1.4

2010-02-03 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22487/languages

Modified Files:
fpc-cross-arm-wince.info 
Log Message:
missing dependencies added.

Index: fpc-cross-arm-wince.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc-cross-arm-wince.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fpc-cross-arm-wince.info2 Feb 2010 18:27:57 -   1.3
+++ fpc-cross-arm-wince.info3 Feb 2010 10:04:28 -   1.4
@@ -1,8 +1,8 @@
 Package: fpc-cross-arm-wince
 Version: 2.4.0
-Revision: 3
+Revision: 4
 Architecture: i386, x86_64
-Depends: fpc
+Depends: fpc, arm-wince-binutils
 Replaces: fpc-arm-cross
 Recommends: fpc-doc
 
@@ -33,6 +33,7 @@
   sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
 # preliminary fix of fcl-base Makefile. Can probably be removed with newer 
tarball.
   sed -i.bak 's|src/win|src/dummy|g' packages/fcl-base/Makefile
+# this should probably be fixed upstream in the future.
   sed -i.bak 's|armpe|arm_wince_pe|g' compiler/systems/t_win.pas
 <<
 
@@ -86,7 +87,9 @@
 <<
 
 DescPort: <<
- Please report if it works for you.
+ It should be possible to use the internal linker. On success, the 
+ dependence on the arm-wince-binutils could be lifted. In addition,
+ it should also work on powerpc systems.
 <<
 
 Homepage: http://www.freepascal.org


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel lazarus-common.info, 1.9, 1.10

2010-02-03 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22527/devel

Modified Files:
lazarus-common.info 
Log Message:
missing dependencies added.

Index: lazarus-common.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus-common.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- lazarus-common.info 1 Feb 2010 22:10:14 -   1.9
+++ lazarus-common.info 3 Feb 2010 10:04:36 -   1.10
@@ -1,6 +1,6 @@
 Package: lazarus-common
 Version: 0.9.28.2
-Revision: 8
+Revision: 9
 Architecture: powerpc, i386, x86_64
 Distribution: 10.4, 10.5, 10.6
 License: GPL/LGPL
@@ -13,7 +13,8 @@
 (%m = i386)   fpc-cross-i386-wince, (%m = i386) i386-wince-binutils, 
 (%m = i386)   fpc-cross-arm-wince,  (%m = i386) arm-wince-binutils,
 gtk+2-shlibs,
-glib2-shlibs
+glib2-shlibs,
+cairo-shlibs
 <<
 Builddepends: gtk+2, gtk+2-dev, glib2-dev
 


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/languages fpc-cross-arm-wince.info, 1.3, 1.4

2010-02-03 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22527/languages

Modified Files:
fpc-cross-arm-wince.info 
Log Message:
missing dependencies added.

Index: fpc-cross-arm-wince.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-cross-arm-wince.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fpc-cross-arm-wince.info2 Feb 2010 18:28:03 -   1.3
+++ fpc-cross-arm-wince.info3 Feb 2010 10:04:36 -   1.4
@@ -1,8 +1,8 @@
 Package: fpc-cross-arm-wince
 Version: 2.4.0
-Revision: 3
+Revision: 4
 Architecture: i386, x86_64
-Depends: fpc
+Depends: fpc, arm-wince-binutils
 Replaces: fpc-arm-cross
 Recommends: fpc-doc
 
@@ -33,6 +33,7 @@
   sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
 # preliminary fix of fcl-base Makefile. Can probably be removed with newer 
tarball.
   sed -i.bak 's|src/win|src/dummy|g' packages/fcl-base/Makefile
+# this should probably be fixed upstream in the future.
   sed -i.bak 's|armpe|arm_wince_pe|g' compiler/systems/t_win.pas
 <<
 
@@ -86,7 +87,9 @@
 <<
 
 DescPort: <<
- Please report if it works for you.
+ It should be possible to use the internal linker. On success, the 
+ dependence on the arm-wince-binutils could be lifted. In addition,
+ it should also work on powerpc systems.
 <<
 
 Homepage: http://www.freepascal.org


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/crypto/finkinfo ssh-copy-id.info,NONE,1.1

2010-02-08 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24469

Added Files:
ssh-copy-id.info 
Log Message:
Initial submission. Please test and report. Copied from ubuntu.

--- NEW FILE: ssh-copy-id.info ---
Package: ssh-copy-id
Version: 1.0.0
Revision: 1
Architecture: powerpc, i386, x86_64

Source: none
NoSourceDirectory: true

CompileScript: <<
#!/bin/sh -ev

# create the ssh-copy-id file
cat >%b/ssh-copy-id < /dev/null ; then
  ID_FILE="\$1"
else
  ID_FILE="\$1.pub"
fi
shift # and this should leave \$1 as the target name
  fi
else
  if [ x\$SSH_AUTH_SOCK != x ] && ssh-add -L >/dev/null 2>&1; then
GET_ID="\$GET_ID ssh-add -L"
  fi
fi

if [ -z "\`eval \$GET_ID\`" ] && [ -r "\${ID_FILE}" ] ; then
  GET_ID="cat \${ID_FILE}"
fi

if [ -z "\`eval \$GET_ID\`" ]; then
  echo "\$0: ERROR: No identities found" >&2
  exit 1
fi

if [ "\$#" -lt 1 ] || [ "\$1" = "-h" ] || [ "\$1" = "--help" ]; then
  echo "Usage: \$0 [-i [identity_file]] [u...@]machine" >&2
  exit 1
fi

{ eval "\$GET_ID" ; } | ssh \${1%%:} "umask 077; test -d .ssh || mkdir .ssh ; 
cat >> .ssh/authorized_keys" || exit 1

cat  \$ (shell)
 ` -> \` (shell)
 % -> %% (fink)
<<

Maintainer: Karl-Michael Schindler 


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-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 snoopy.info,NONE,1.1

2010-02-09 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9369

Added Files:
snoopy.info 
Log Message:
new: the ultimate accessory for real programmers.

--- NEW FILE: snoopy.info ---
Package: snoopy
Version: 1.0
Revision: 1
Description: ASCII art calendar sheet with a famous dog
Architecture: powerpc, i386, x86_64
BuildDepends: gcc44
License: OSI-Approved

# Unpack Phase:
Source: http://michael-ep3.physik.uni-halle.de/snoopy.tar.bz2
Source-MD5: 7c248532275bfd67372baa6294df4b61

# Compile Phase (NOTE: there is no configure):
CompileScript: <<
#!/bin/sh -ev
 sed -i.bak 's|prefix|%p|g' SNOOPY.FOR
 gfortran SNOOPY.FOR -o snoopy
 strip snoopy
<<

# Install Phase:
DocFiles: README

InstallScript: <<
#!/bin/sh -ev
   mkdir -p %i/bin
   install -m 755 %b/snoopy %i/bin
   mkdir -p %i/share/snoopy
   install -m 755 %b/DATA.TXT %i/share/snoopy
   install -m 755 %b/*.txt%i/share/snoopy
<<

DescDetail: prints a calendar sheet with a famous dog.

DescPort: <<
 The program is old style FORTRAN IV.
 Beware, for real programmers only.
<<

DescUsage: <<
snoopy outputs the calendar sheet. Redirect stdout to a file:
snoopy > calendarsheet.txt
<<

Maintainer: Karl-Michael Schindler 


--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
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/libs eventlog.info,1.3,1.4

2010-02-09 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28539

Modified Files:
eventlog.info 
Log Message:
minor support updates on an orphan.

Index: eventlog.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/eventlog.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- eventlog.info   23 Feb 2009 02:26:46 -  1.3
+++ eventlog.info   9 Feb 2010 22:12:17 -   1.4
@@ -1,8 +1,8 @@
 Package: eventlog
 Version: 0.2.9
-Revision: 1
-Architecture: powerpc, i386
-Recommends: syslog-ng
+Revision: 2
+Architecture: powerpc, i386, x86_64
+# Recommends: syslog-ng (given up on this)
 Description: Library for system logging using syslog-ng
 License: BSD
 
@@ -36,7 +36,7 @@
  multiple message representations (plain, XML attributes and XML tags) and
  multiple output methods (local syslogd).
 
- For further details see the README file in %i/share/doc/eventlog/
+ For further details see the README file in %p/share/doc/eventlog/
 <<
 
 Homepage: http://www.balabit.com/support/community/products/


--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
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 lazarus-10.4.info, 1.12, 1.13 lazarus.info, 1.9, 1.10

2010-02-10 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24970

Modified Files:
lazarus-10.4.info lazarus.info 
Log Message:
lazarus: added Bdep cairo

Index: lazarus.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- lazarus.info31 Jan 2010 21:23:48 -  1.9
+++ lazarus.info10 Feb 2010 17:26:34 -  1.10
@@ -19,7 +19,8 @@
 Builddepends: <<
 (%type_pkg[uitype] = -gtk2) gtk+2,
 (%type_pkg[uitype] = -gtk2) gtk+2-dev,
-(%type_pkg[uitype] = -gtk2) glib2-dev
+(%type_pkg[uitype] = -gtk2) glib2-dev,
+(%type_pkg[uitype] = -gtk2) cairo
 <<
 
 Conflicts: lazarus-aqua, lazarus-gtk, lazarus-gtk2

Index: lazarus-10.4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus-10.4.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- lazarus-10.4.info   31 Jan 2010 21:23:48 -  1.12
+++ lazarus-10.4.info   10 Feb 2010 17:26:34 -  1.13
@@ -19,7 +19,8 @@
 Builddepends: <<
 (%type_pkg[uitype] = -gtk2) gtk+2,
 (%type_pkg[uitype] = -gtk2) gtk+2-dev,
-(%type_pkg[uitype] = -gtk2) glib2-dev
+(%type_pkg[uitype] = -gtk2) glib2-dev,
+(%type_pkg[uitype] = -gtk2) cairo
 <<
 Conflicts: lazarus-aqua, lazarus-gtk, lazarus-gtk2
 Replaces:  lazarus-aqua, lazarus-gtk, lazarus-gtk2


--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel lazarus-10.4.info, 1.7, 1.8 lazarus.info, 1.4, 1.5

2010-02-10 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25057

Modified Files:
lazarus-10.4.info lazarus.info 
Log Message:
lazarus: added Bdep cairo

Index: lazarus.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- lazarus.info31 Jan 2010 21:38:13 -  1.4
+++ lazarus.info10 Feb 2010 17:26:55 -  1.5
@@ -19,7 +19,8 @@
 Builddepends: <<
 (%type_pkg[uitype] = -gtk2) gtk+2,
 (%type_pkg[uitype] = -gtk2) gtk+2-dev,
-(%type_pkg[uitype] = -gtk2) glib2-dev
+(%type_pkg[uitype] = -gtk2) glib2-dev,
+(%type_pkg[uitype] = -gtk2) cairo
 <<
 
 Conflicts: lazarus-aqua, lazarus-gtk, lazarus-gtk2

Index: lazarus-10.4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus-10.4.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- lazarus-10.4.info   31 Jan 2010 21:38:13 -  1.7
+++ lazarus-10.4.info   10 Feb 2010 17:26:55 -  1.8
@@ -19,7 +19,8 @@
 Builddepends: <<
 (%type_pkg[uitype] = -gtk2) gtk+2,
 (%type_pkg[uitype] = -gtk2) gtk+2-dev,
-(%type_pkg[uitype] = -gtk2) glib2-dev
+(%type_pkg[uitype] = -gtk2) glib2-dev,
+(%type_pkg[uitype] = -gtk2) cairo
 <<
 Conflicts: lazarus-aqua, lazarus-gtk, lazarus-gtk2
 Replaces:  lazarus-aqua, lazarus-gtk, lazarus-gtk2


--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
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/graphics dcraw.info,1.5,1.6

2010-03-05 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10243

Modified Files:
dcraw.info 
Log Message:
dcraw: upstream update

Index: dcraw.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/dcraw.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- dcraw.info  23 Oct 2009 13:37:17 -  1.5
+++ dcraw.info  6 Mar 2010 00:59:53 -   1.6
@@ -1,15 +1,15 @@
 Package: dcraw
-Version: 8.98
+Version: 8.99
 Revision: 1
 Description: Raw digital photo decoder
 Architecture: powerpc, i386, x86_64
-BuildDepends: libjpeg, lcms, libgettext3-dev, libiconv-bin, gettext-tools
-Depends: libjpeg-shlibs, lcms-shlibs, libgettext3-shlibs
+BuildDepends: libjpeg, lcms, libgettext8-dev, libiconv-bin, gettext-tools
+Depends: libjpeg-shlibs, lcms-shlibs, libgettext8-shlibs
 License: OSI-Approved
 
 # Unpack Phase:
 Source: http://www.cybercom.net/~dcoffin/dcraw/archive/dcraw-%v.tar.gz
-Source-MD5: eed6ad3f4763f2f7832f539dcd46f317
+Source-MD5: b6469a5ac64ac6e974022b00f09fb465
 SourceDirectory: dcraw
 
 # Compile Phase (NOTE: there is no configure):
@@ -31,9 +31,9 @@
   cp dcraw.1  %i/share/man/man1
 
   for langchar in \
-ca.latin1 cs.latin2 de.latin1 eo.latin3 es.latin1 fr.latin1 \
-hu.latin2 it.latin1 pt.latin1 pl.latin2 ru.koi8-r sv.latin1 \
-zh_TW.big5 zh_CN.gb2312
+ca.latin1 cs.latin2 da.latin1 de.latin1 eo.latin3 es.latin1 fr.latin1 \
+hu.latin2 it.latin1 pl.latin2 pt.latin1 ru.koi8-r sv.latin1 \
+zh_CN.gb2312 zh_TW.big5
   do
 lang=`echo $langchar | cut -d. -f1`
 char=`echo $langchar | cut -d. -f2-`
@@ -63,5 +63,4 @@
 <<
 
 Homepage: http://www.cybercom.net/~dcoffin/dcraw
-
 Maintainer: Karl-Michael Schindler 


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/graphics dcraw.info,1.3,1.4

2010-03-05 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10856

Modified Files:
dcraw.info 
Log Message:
dcraw: upstream update

Index: dcraw.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/dcraw.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dcraw.info  23 Oct 2009 13:37:15 -  1.3
+++ dcraw.info  6 Mar 2010 01:01:54 -   1.4
@@ -1,15 +1,15 @@
 Package: dcraw
-Version: 8.98
+Version: 8.99
 Revision: 1
 Description: Raw digital photo decoder
 Architecture: powerpc, i386, x86_64
-BuildDepends: libjpeg, lcms, libgettext3-dev, libiconv-bin, gettext-tools
-Depends: libjpeg-shlibs, lcms-shlibs, libgettext3-shlibs
+BuildDepends: libjpeg, lcms, libgettext8-dev, libiconv-bin, gettext-tools
+Depends: libjpeg-shlibs, lcms-shlibs, libgettext8-shlibs
 License: OSI-Approved
 
 # Unpack Phase:
 Source: http://www.cybercom.net/~dcoffin/dcraw/archive/dcraw-%v.tar.gz
-Source-MD5: eed6ad3f4763f2f7832f539dcd46f317
+Source-MD5: b6469a5ac64ac6e974022b00f09fb465
 SourceDirectory: dcraw
 
 # Compile Phase (NOTE: there is no configure):
@@ -31,9 +31,9 @@
   cp dcraw.1  %i/share/man/man1
 
   for langchar in \
-ca.latin1 cs.latin2 de.latin1 eo.latin3 es.latin1 fr.latin1 \
-hu.latin2 it.latin1 pt.latin1 pl.latin2 ru.koi8-r sv.latin1 \
-zh_TW.big5 zh_CN.gb2312
+ca.latin1 cs.latin2 da.latin1 de.latin1 eo.latin3 es.latin1 fr.latin1 \
+hu.latin2 it.latin1 pl.latin2 pt.latin1 ru.koi8-r sv.latin1 \
+zh_CN.gb2312 zh_TW.big5
   do
 lang=`echo $langchar | cut -d. -f1`
 char=`echo $langchar | cut -d. -f2-`
@@ -63,5 +63,4 @@
 <<
 
 Homepage: http://www.cybercom.net/~dcoffin/dcraw
-
 Maintainer: Karl-Michael Schindler 


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/graphics gifsicle.info, 1.2, 1.3 ungifsicle.info, 1.2, 1.3

2010-03-05 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17415

Modified Files:
gifsicle.info ungifsicle.info 
Log Message:
gifsicle/ungifsicle: upstream update

Index: gifsicle.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/gifsicle.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gifsicle.info   23 Oct 2009 14:01:47 -  1.2
+++ gifsicle.info   6 Mar 2010 01:29:18 -   1.3
@@ -1,9 +1,9 @@
 Package: gifsicle
-Version: 1.56
+Version: 1.58
 Revision: 1
 Maintainer: Karl-Michael Schindler 
 Source: http://www.lcdf.org/gifsicle/%n-%v.tar.gz
-Source-MD5: 75ef0296c8db86433dccd633bd2a89f3
+Source-MD5: 39675b028cd5d10514590ee1b1c86fc1
 BuildDepends: x11-dev
 Depends: x11
 Conflicts: ungifsicle
@@ -12,15 +12,19 @@
 InstallScript: make install DESTDIR=%d 
 DocFiles: NEWS README
 Description: Tools for manipulating GIF's, LZW-enabled
+
 DescDetail: <<
- Gifsicle consists of three programs. Gifsicle which is a command line
-tool for creating, editing, and getting information about GIF images and
-animations. Gifview is a animated-GIF viewer which can show animations as
-slideshows or in real time, and gifdiff compares two GIFs for identical
-visual appearance.
+The gifsicle package consists of three programs:
+gifsicle is a command line tool for creating, editing, and getting
+information about GIF images and animations.
+gifview is a animated-GIF viewer which can show animations as slideshows or
+in real time.
+Gifdiff compares two GIFs for identical visual appearance.
 <<
+
 DescPackaging: <<
  Originally packaged by Matt Stephenson.
 <<
+
 License: GPL
 Homepage: http://www.lcdf.org/gifsicle

Index: ungifsicle.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/ungifsicle.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ungifsicle.info 23 Oct 2009 14:01:48 -  1.2
+++ ungifsicle.info 6 Mar 2010 01:29:18 -   1.3
@@ -1,9 +1,9 @@
 Package: ungifsicle
-Version: 1.56
+Version: 1.58
 Revision: 1
 Maintainer: Karl-Michael Schindler 
 Source: http://www.lcdf.org/gifsicle/%n-%v.tar.gz
-Source-MD5: 8a6917e51bdf6ea95fa49bb81cb74d3f
+Source-MD5: 46c2ffce946c3202a7c24564e99cbea0
 BuildDepends: x11-dev
 Depends: x11
 Conflicts: gifsicle
@@ -12,15 +12,19 @@
 InstallScript: make install DESTDIR=%d 
 DocFiles: NEWS README
 Description: Tools for manipulating GIF's, LZW-free
+
 DescDetail: <<
- Ungifsicle consists of three programs. Gifsicle which is a command line
-tool for creating, editing, and getting information about GIF images and
-animations. Gifview is a animated-GIF viewer which can show animations as
-slideshows or in real time, and gifdiff compares two GIFs for identical
-visual appearance.
+The gifsicle package consists of three programs:
+gifsicle is a command line tool for creating, editing, and getting
+information about GIF images and animations.
+gifview is a animated-GIF viewer which can show animations as slideshows or
+in real time.
+Gifdiff compares two GIFs for identical visual appearance.
 <<
+
 DescPackaging: <<
  Originally packaged by Matt Stephenson.
 <<
+
 License: GPL
 Homepage: http://www.lcdf.org/gifsicle


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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/graphics gifsicle.info, 1.5, 1.6 ungifsicle.info, 1.5, 1.6

2010-03-05 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17788

Modified Files:
gifsicle.info ungifsicle.info 
Log Message:
gifsicle/ungifsicle: upstream update

Index: gifsicle.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/gifsicle.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gifsicle.info   23 Oct 2009 14:01:49 -  1.5
+++ gifsicle.info   6 Mar 2010 01:30:55 -   1.6
@@ -1,9 +1,9 @@
 Package: gifsicle
-Version: 1.56
+Version: 1.58
 Revision: 1
 Maintainer: Karl-Michael Schindler 
 Source: http://www.lcdf.org/gifsicle/%n-%v.tar.gz
-Source-MD5: 75ef0296c8db86433dccd633bd2a89f3
+Source-MD5: 39675b028cd5d10514590ee1b1c86fc1
 BuildDepends: x11-dev
 Depends: x11
 Conflicts: ungifsicle
@@ -12,15 +12,19 @@
 InstallScript: make install DESTDIR=%d 
 DocFiles: NEWS README
 Description: Tools for manipulating GIF's, LZW-enabled
+
 DescDetail: <<
- Gifsicle consists of three programs. Gifsicle which is a command line
-tool for creating, editing, and getting information about GIF images and
-animations. Gifview is a animated-GIF viewer which can show animations as
-slideshows or in real time, and gifdiff compares two GIFs for identical
-visual appearance.
+The gifsicle package consists of three programs:
+gifsicle is a command line tool for creating, editing, and getting
+information about GIF images and animations.
+gifview is a animated-GIF viewer which can show animations as slideshows or
+in real time.
+Gifdiff compares two GIFs for identical visual appearance.
 <<
+
 DescPackaging: <<
  Originally packaged by Matt Stephenson.
 <<
+
 License: GPL
 Homepage: http://www.lcdf.org/gifsicle

Index: ungifsicle.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/ungifsicle.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ungifsicle.info 23 Oct 2009 14:01:49 -  1.5
+++ ungifsicle.info 6 Mar 2010 01:30:56 -   1.6
@@ -1,9 +1,9 @@
 Package: ungifsicle
-Version: 1.56
+Version: 1.58
 Revision: 1
 Maintainer: Karl-Michael Schindler 
 Source: http://www.lcdf.org/gifsicle/%n-%v.tar.gz
-Source-MD5: 8a6917e51bdf6ea95fa49bb81cb74d3f
+Source-MD5: 46c2ffce946c3202a7c24564e99cbea0
 BuildDepends: x11-dev
 Depends: x11
 Conflicts: gifsicle
@@ -12,15 +12,19 @@
 InstallScript: make install DESTDIR=%d 
 DocFiles: NEWS README
 Description: Tools for manipulating GIF's, LZW-free
+
 DescDetail: <<
- Ungifsicle consists of three programs. Gifsicle which is a command line
-tool for creating, editing, and getting information about GIF images and
-animations. Gifview is a animated-GIF viewer which can show animations as
-slideshows or in real time, and gifdiff compares two GIFs for identical
-visual appearance.
+The gifsicle package consists of three programs:
+gifsicle is a command line tool for creating, editing, and getting
+information about GIF images and animations.
+gifview is a animated-GIF viewer which can show animations as slideshows or
+in real time.
+Gifdiff compares two GIFs for identical visual appearance.
 <<
+
 DescPackaging: <<
  Originally packaged by Matt Stephenson.
 <<
+
 License: GPL
 Homepage: http://www.lcdf.org/gifsicle


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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/languages fpc-doc.info, 1.6, 1.7

2010-03-08 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23116

Modified Files:
fpc-doc.info 
Log Message:
new version upstream. checksum change.

Index: fpc-doc.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc-doc.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- fpc-doc.info2 Jan 2010 01:03:25 -   1.6
+++ fpc-doc.info8 Mar 2010 08:56:58 -   1.7
@@ -1,6 +1,6 @@
 Package: fpc-doc
 Version: 2.4.0
-Revision: 1
+Revision: 2
 Architecture: powerpc, i386, x86_64
 Enhances: fpc
 
@@ -16,10 +16,10 @@
 <<
 
 Source: mirror:custom:dist/%v/docs/doc-pdf.tar.gz
-Source-MD5: 2577599d35a69d2643524febea386664
+Source-MD5: 20c1d67974c4d3f4fc5d8c7f4136840e
 
 Source2: mirror:custom:dist/%v/docs/doc-html.tar.gz
-Source2-MD5: 14f264fef541f8e961fdea58e8745564
+Source2-MD5: a09dd684db84c321403572c944508158
 
 SourceRename: %n-%v-pdf.tar.gz
 Source2Rename: %n-%v-html.tar.gz


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/languages fpc-doc.info,1.4,1.5

2010-03-08 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23218

Modified Files:
fpc-doc.info 
Log Message:
new version upstream. checksum change.

Index: fpc-doc.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-doc.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fpc-doc.info17 Jan 2010 01:33:16 -  1.4
+++ fpc-doc.info8 Mar 2010 08:57:47 -   1.5
@@ -1,6 +1,6 @@
 Package: fpc-doc
 Version: 2.4.0
-Revision: 1
+Revision: 2
 Architecture: powerpc, i386, x86_64
 Enhances: fpc
 
@@ -16,10 +16,10 @@
 <<
 
 Source: mirror:custom:dist/%v/docs/doc-pdf.tar.gz
-Source-MD5: 2577599d35a69d2643524febea386664
+Source-MD5: 20c1d67974c4d3f4fc5d8c7f4136840e
 
 Source2: mirror:custom:dist/%v/docs/doc-html.tar.gz
-Source2-MD5: 14f264fef541f8e961fdea58e8745564
+Source2-MD5: a09dd684db84c321403572c944508158
 
 SourceRename: %n-%v-pdf.tar.gz
 Source2Rename: %n-%v-html.tar.gz


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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 arm-binutils.info, 1.6, 1.7

2010-04-21 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2549

Modified Files:
arm-binutils.info 
Log Message:
arm-none-eabi added

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- arm-binutils.info   31 Jan 2010 21:23:48 -  1.6
+++ arm-binutils.info   21 Apr 2010 21:53:18 -  1.7
@@ -2,8 +2,8 @@
 Package: arm-%type_pkg[platform]-binutils
 Version: 2.20
 Revision: 3
-Type: platform (linux wince)
-# tried, but not yet working or needed: palmos symbian linux-eabi non-eabi 
gba-eabi gba-elf agb-elf elf
+Type: platform (linux wince none-eabi)
+# tried, but not yet working or needed: palmos symbian linux-eabi gba-eabi 
gba-elf agb-elf elf
 Architecture: powerpc, i386, x86_64
 Description: GNU binutils for arm-%type_pkg[platform]
 License: LGPL
@@ -54,4 +54,4 @@
 Homepage: http://www.gnu.org/software/binutils/
 
 Maintainer: Karl-Michael Schindler 
-<<
\ No newline at end of file
+<<


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel arm-binutils.info, 1.5, 1.6

2010-04-21 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2575

Modified Files:
arm-binutils.info 
Log Message:
arm-none-eabi added

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- arm-binutils.info   31 Jan 2010 21:38:13 -  1.5
+++ arm-binutils.info   21 Apr 2010 21:53:25 -  1.6
@@ -2,8 +2,8 @@
 Package: arm-%type_pkg[platform]-binutils
 Version: 2.20
 Revision: 3
-Type: platform (linux wince)
-# tried, but not yet working or needed: palmos symbian linux-eabi non-eabi 
gba-eabi gba-elf agb-elf elf
+Type: platform (linux wince none-eabi)
+# tried, but not yet working or needed: palmos symbian linux-eabi gba-eabi 
gba-elf agb-elf elf
 Architecture: powerpc, i386, x86_64
 Description: GNU binutils for arm-%type_pkg[platform]
 License: LGPL
@@ -54,4 +54,4 @@
 Homepage: http://www.gnu.org/software/binutils/
 
 Maintainer: Karl-Michael Schindler 
-<<
\ No newline at end of file
+<<


--
___
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 arm-binutils.info, 1.7, 1.8

2010-04-21 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2723

Modified Files:
arm-binutils.info 
Log Message:
forgot to increase the revision number in previous commit

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- arm-binutils.info   21 Apr 2010 21:53:18 -  1.7
+++ arm-binutils.info   21 Apr 2010 21:54:38 -  1.8
@@ -1,7 +1,7 @@
 Info2: <<
 Package: arm-%type_pkg[platform]-binutils
 Version: 2.20
-Revision: 3
+Revision: 4
 Type: platform (linux wince none-eabi)
 # tried, but not yet working or needed: palmos symbian linux-eabi gba-eabi 
gba-elf agb-elf elf
 Architecture: powerpc, i386, x86_64


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel arm-binutils.info, 1.6, 1.7

2010-04-21 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2749

Modified Files:
arm-binutils.info 
Log Message:
forgot to increase the revision number in previous commit

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- arm-binutils.info   21 Apr 2010 21:53:25 -  1.6
+++ arm-binutils.info   21 Apr 2010 21:54:42 -  1.7
@@ -1,7 +1,7 @@
 Info2: <<
 Package: arm-%type_pkg[platform]-binutils
 Version: 2.20
-Revision: 3
+Revision: 4
 Type: platform (linux wince none-eabi)
 # tried, but not yet working or needed: palmos symbian linux-eabi gba-eabi 
gba-elf agb-elf elf
 Architecture: powerpc, i386, x86_64


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel arm-binutils.info, 1.7, 1.8

2010-04-22 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2101

Modified Files:
arm-binutils.info 
Log Message:
update of arm-binutils to 2.20.1

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- arm-binutils.info   21 Apr 2010 21:54:42 -  1.7
+++ arm-binutils.info   22 Apr 2010 10:10:39 -  1.8
@@ -1,15 +1,16 @@
 Info2: <<
 Package: arm-%type_pkg[platform]-binutils
-Version: 2.20
-Revision: 4
+Version: 2.20.1
+Revision: 1
 Type: platform (linux wince none-eabi)
-# tried, but not yet working or needed: palmos symbian linux-eabi gba-eabi 
gba-elf agb-elf elf
+# tried, but not yet working or needed:
+# palmos symbian linux-eabi gba-eabi gba-elf agb-elf elf
 Architecture: powerpc, i386, x86_64
 Description: GNU binutils for arm-%type_pkg[platform]
 License: LGPL
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: ee2d3e996e9a2d669808713360fa96f8
+Source-MD5: 9cdfb9d6ec0578c166d3beae5e15c4e5
 
 SourceDirectory: binutils-%v
 
@@ -17,6 +18,7 @@
   sed -i.bak 's|stat64|stat|g' binutils/strings.c
 <<
 
+#  hint regarding additional platforms
 #  (%type_pkg[platform] = nds) --target=arm-eabi \
 #  (%type_pkg[platform] = gba) --target=arm-agb-elf  \
 
@@ -25,8 +27,7 @@
   (%type_pkg[platform] = wince) --target=arm-wince-pe   \
   --prefix=%p/lib/arm-%type_pkg[platform]   \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=arm-%type_pkg[platform]- \ 
-  --disable-werror 
+  --program-prefix=arm-%type_pkg[platform]-
 <<
 
 InstallScript: <<
@@ -40,18 +41,27 @@
   done
 <<
 
-DocFiles: README COPYING*
+DocFiles: README COPYING* MAINTAINERS
 
-InfoDocs: arm-%type_pkg[platform]-as.info arm-%type_pkg[platform]-bfd.info 
arm-%type_pkg[platform]-binutils.info arm-%type_pkg[platform]-configure.info 
arm-%type_pkg[platform]-ld.info arm-%type_pkg[platform]-standards.info
+InfoDocs: <<
+arm-%type_pkg[platform]-as.info
+arm-%type_pkg[platform]-bfd.info
+arm-%type_pkg[platform]-binutils.info
+arm-%type_pkg[platform]-configure.info
+arm-%type_pkg[platform]-ld.info
+arm-%type_pkg[platform]-standards.info
+<<
 
 DescPort: <<
 Like 'avr-binutils' package, lib & include folders have been moved to 
 /sw/lib/arm-%type_pkg[platform] and the binaries are put into /sw/bin .
 All xxx files are renamed to arm-%type_pkg[platform]-xxx.info to avoid
 clashes with other potential toolchains.
+I expect that the patch "sed -i.bak 's|stat64|stat|g' binutils/strings.c"
+can be removed in version 2.21
 <<
 
 Homepage: http://www.gnu.org/software/binutils/
 
 Maintainer: Karl-Michael Schindler 
-<<
+<<
\ No newline at end of file


--
___
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 arm-binutils.info, 1.8, 1.9

2010-04-22 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2123

Modified Files:
arm-binutils.info 
Log Message:
update of arm-binutils to 2.20.1

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- arm-binutils.info   21 Apr 2010 21:54:38 -  1.8
+++ arm-binutils.info   22 Apr 2010 10:10:46 -  1.9
@@ -1,15 +1,16 @@
 Info2: <<
 Package: arm-%type_pkg[platform]-binutils
-Version: 2.20
-Revision: 4
+Version: 2.20.1
+Revision: 1
 Type: platform (linux wince none-eabi)
-# tried, but not yet working or needed: palmos symbian linux-eabi gba-eabi 
gba-elf agb-elf elf
+# tried, but not yet working or needed:
+# palmos symbian linux-eabi gba-eabi gba-elf agb-elf elf
 Architecture: powerpc, i386, x86_64
 Description: GNU binutils for arm-%type_pkg[platform]
 License: LGPL
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: ee2d3e996e9a2d669808713360fa96f8
+Source-MD5: 9cdfb9d6ec0578c166d3beae5e15c4e5
 
 SourceDirectory: binutils-%v
 
@@ -17,6 +18,7 @@
   sed -i.bak 's|stat64|stat|g' binutils/strings.c
 <<
 
+#  hint regarding additional platforms
 #  (%type_pkg[platform] = nds) --target=arm-eabi \
 #  (%type_pkg[platform] = gba) --target=arm-agb-elf  \
 
@@ -25,8 +27,7 @@
   (%type_pkg[platform] = wince) --target=arm-wince-pe   \
   --prefix=%p/lib/arm-%type_pkg[platform]   \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=arm-%type_pkg[platform]- \ 
-  --disable-werror 
+  --program-prefix=arm-%type_pkg[platform]-
 <<
 
 InstallScript: <<
@@ -40,18 +41,27 @@
   done
 <<
 
-DocFiles: README COPYING*
+DocFiles: README COPYING* MAINTAINERS
 
-InfoDocs: arm-%type_pkg[platform]-as.info arm-%type_pkg[platform]-bfd.info 
arm-%type_pkg[platform]-binutils.info arm-%type_pkg[platform]-configure.info 
arm-%type_pkg[platform]-ld.info arm-%type_pkg[platform]-standards.info
+InfoDocs: <<
+arm-%type_pkg[platform]-as.info
+arm-%type_pkg[platform]-bfd.info
+arm-%type_pkg[platform]-binutils.info
+arm-%type_pkg[platform]-configure.info
+arm-%type_pkg[platform]-ld.info
+arm-%type_pkg[platform]-standards.info
+<<
 
 DescPort: <<
 Like 'avr-binutils' package, lib & include folders have been moved to 
 /sw/lib/arm-%type_pkg[platform] and the binaries are put into /sw/bin .
 All xxx files are renamed to arm-%type_pkg[platform]-xxx.info to avoid
 clashes with other potential toolchains.
+I expect that the patch "sed -i.bak 's|stat64|stat|g' binutils/strings.c"
+can be removed in version 2.21
 <<
 
 Homepage: http://www.gnu.org/software/binutils/
 
 Maintainer: Karl-Michael Schindler 
-<<
+<<
\ No newline at end of file


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel i386-binutils.info, 1.1, 1.2

2010-04-22 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5876

Modified Files:
i386-binutils.info 
Log Message:
update i386 binutils to 2.20.1 and and more targets

Index: i386-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/i386-binutils.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- i386-binutils.info  5 Jan 2010 14:43:35 -   1.1
+++ i386-binutils.info  22 Apr 2010 22:17:47 -  1.2
@@ -1,15 +1,16 @@
 Info2: <<
 Package: i386-%type_pkg[platform]-binutils
-Version: 2.20
-Revision: 2
-Type: platform (linux freebsd win32 wince solaris)
-# tried, but not yet working or needed: wince os2 go32v2 symbian netbsd 
openbsd beos haiku qnx netware wdosx emx watcom netwlibc
+Version: 2.20.1
+Revision: 1
+Type: platform (linux freebsd netbsd solaris beos win32 wince msdosdjgpp go32 
netware)
+# tried, but not yet working or needed:
+# openbsd os2 symbian haiku qnx wdosx emx watcom netwlibc
 Architecture: powerpc, i386, x86_64
 Description: GNU binutils for 32 bit %type_pkg[platform]
 License: LGPL
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: ee2d3e996e9a2d669808713360fa96f8
+Source-MD5: 9cdfb9d6ec0578c166d3beae5e15c4e5
 
 SourceDirectory: binutils-%v
 
@@ -23,8 +24,7 @@
   (%type_pkg[platform] = wince) --target=mingw32\
   --prefix=%p/lib/i386-%type_pkg[platform]  \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=i386-%type_pkg[platform]-\ 
-  --disable-werror 
+  --program-prefix=i386-%type_pkg[platform]-
 <<
 
 InstallScript: <<
@@ -38,18 +38,29 @@
   done
 <<
 
-DocFiles: README COPYING*
+DocFiles: README COPYING* MAINTAINERS
 
-InfoDocs: i386-%type_pkg[platform]-as.info i386-%type_pkg[platform]-bfd.info 
i386-%type_pkg[platform]-binutils.info i386-%type_pkg[platform]-configure.info 
i386-%type_pkg[platform]-gprof.info i386-%type_pkg[platform]-ld.info 
i386-%type_pkg[platform]-standards.info
+InfoDocs: <<
+i386-%type_pkg[platform]-as.info
+i386-%type_pkg[platform]-bfd.info
+i386-%type_pkg[platform]-binutils.info
+i386-%type_pkg[platform]-configure.info
+i386-%type_pkg[platform]-gprof.info
+i386-%type_pkg[platform]-ld.info
+i386-%type_pkg[platform]-standards.info
+<<
 
 DescPort: <<
 Like 'avr-binutils' package, lib & include folders have been moved to 
 /sw/lib/i386-%type_pkg[platform] and the binaries are put into /sw/bin.
 All xxx files are renamed to i386-%type_pkg[platform]-xxx.info to avoid
 clashes with other potential toolchains.
+I expect that the patch "sed -i.bak 's|stat64|stat|g' binutils/strings.c"
+can be removed in version 2.21
 <<
 
 Homepage: http://www.gnu.org/software/binutils/
 
 Maintainer: Karl-Michael Schindler 
 <<
+


--
___
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 i386-binutils.info, 1.2, 1.3

2010-04-22 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5900

Modified Files:
i386-binutils.info 
Log Message:
update i386 binutils to 2.20.1 and and more targets

Index: i386-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/i386-binutils.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- i386-binutils.info  2 Jan 2010 01:03:23 -   1.2
+++ i386-binutils.info  22 Apr 2010 22:17:50 -  1.3
@@ -1,15 +1,16 @@
 Info2: <<
 Package: i386-%type_pkg[platform]-binutils
-Version: 2.20
-Revision: 2
-Type: platform (linux freebsd win32 wince solaris)
-# tried, but not yet working or needed: wince os2 go32v2 symbian netbsd 
openbsd beos haiku qnx netware wdosx emx watcom netwlibc
+Version: 2.20.1
+Revision: 1
+Type: platform (linux freebsd netbsd solaris beos win32 wince msdosdjgpp go32 
netware)
+# tried, but not yet working or needed:
+# openbsd os2 symbian haiku qnx wdosx emx watcom netwlibc
 Architecture: powerpc, i386, x86_64
 Description: GNU binutils for 32 bit %type_pkg[platform]
 License: LGPL
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: ee2d3e996e9a2d669808713360fa96f8
+Source-MD5: 9cdfb9d6ec0578c166d3beae5e15c4e5
 
 SourceDirectory: binutils-%v
 
@@ -23,8 +24,7 @@
   (%type_pkg[platform] = wince) --target=mingw32\
   --prefix=%p/lib/i386-%type_pkg[platform]  \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=i386-%type_pkg[platform]-\ 
-  --disable-werror 
+  --program-prefix=i386-%type_pkg[platform]-
 <<
 
 InstallScript: <<
@@ -38,18 +38,29 @@
   done
 <<
 
-DocFiles: README COPYING*
+DocFiles: README COPYING* MAINTAINERS
 
-InfoDocs: i386-%type_pkg[platform]-as.info i386-%type_pkg[platform]-bfd.info 
i386-%type_pkg[platform]-binutils.info i386-%type_pkg[platform]-configure.info 
i386-%type_pkg[platform]-gprof.info i386-%type_pkg[platform]-ld.info 
i386-%type_pkg[platform]-standards.info
+InfoDocs: <<
+i386-%type_pkg[platform]-as.info
+i386-%type_pkg[platform]-bfd.info
+i386-%type_pkg[platform]-binutils.info
+i386-%type_pkg[platform]-configure.info
+i386-%type_pkg[platform]-gprof.info
+i386-%type_pkg[platform]-ld.info
+i386-%type_pkg[platform]-standards.info
+<<
 
 DescPort: <<
 Like 'avr-binutils' package, lib & include folders have been moved to 
 /sw/lib/i386-%type_pkg[platform] and the binaries are put into /sw/bin.
 All xxx files are renamed to i386-%type_pkg[platform]-xxx.info to avoid
 clashes with other potential toolchains.
+I expect that the patch "sed -i.bak 's|stat64|stat|g' binutils/strings.c"
+can be removed in version 2.21
 <<
 
 Homepage: http://www.gnu.org/software/binutils/
 
 Maintainer: Karl-Michael Schindler 
 <<
+


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel powerpc-binutils.info, 1.1, 1.2

2010-04-23 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22435

Modified Files:
powerpc-binutils.info 
Log Message:
update powerpc binutils.

Index: powerpc-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/powerpc-binutils.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- powerpc-binutils.info   5 Jan 2010 14:45:43 -   1.1
+++ powerpc-binutils.info   23 Apr 2010 07:27:28 -  1.2
@@ -1,15 +1,16 @@
 Info2: <<
 Package: powerpc-%type_pkg[platform]-binutils
-Version: 2.20
+Version: 2.20.1
 Revision: 1
-Type: platform (linux netbsd)
-# tried, but not yet working or needed:  macos morphos amigaos 
+Type: platform (linux freebsd netbsd openbsd macos)
+# tried, but not yet working or needed:
+# amigaos morphos   
 Architecture: powerpc, i386, x86_64
 Description: GNU binutils for 32 bit %type_pkg[platform]
 License: LGPL
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: ee2d3e996e9a2d669808713360fa96f8
+Source-MD5: 9cdfb9d6ec0578c166d3beae5e15c4e5
 
 SourceDirectory: binutils-%v
 
@@ -18,11 +19,10 @@
 <<
 
 ConfigureParams: <<
-  --target=powerpc-%type_pkg[platform] \
-  --prefix=%p/lib/powerpc-%type_pkg[platform]  \
+  --target=powerpc-%type_pkg[platform]  \
+  --prefix=%p/lib/powerpc-%type_pkg[platform]   \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=powerpc-%type_pkg[platform]-\ 
-  --disable-werror 
+  --program-prefix=powerpc-%type_pkg[platform]-
 <<
 
 InstallScript: <<
@@ -36,15 +36,25 @@
   done
 <<
 
-DocFiles: README COPYING*
+DocFiles: README COPYING* MAINTAINERS
 
-InfoDocs: powerpc-%type_pkg[platform]-as.info 
powerpc-%type_pkg[platform]-bfd.info powerpc-%type_pkg[platform]-binutils.info 
powerpc-%type_pkg[platform]-configure.info 
powerpc-%type_pkg[platform]-gprof.info powerpc-%type_pkg[platform]-ld.info 
powerpc-%type_pkg[platform]-standards.info
+InfoDocs: <<
+powerpc-%type_pkg[platform]-as.info
+powerpc-%type_pkg[platform]-bfd.info
+powerpc-%type_pkg[platform]-binutils.info
+powerpc-%type_pkg[platform]-configure.info
+powerpc-%type_pkg[platform]-gprof.info
+powerpc-%type_pkg[platform]-ld.info
+powerpc-%type_pkg[platform]-standards.info
+<<
 
 DescPort: <<
 Like 'avr-binutils' package, lib & include folders have been moved to 
 /sw/lib/powerpc-%type_pkg[platform] and the binaries are put into /sw/bin.
 All xxx files are renamed to powerpc-%type_pkg[platform]-xxx.info to avoid
 clashes with other potential toolchains.
+I expect that the patch "sed -i.bak 's|stat64|stat|g' binutils/strings.c"
+can be removed in version 2.21
 <<
 
 Homepage: http://www.gnu.org/software/binutils/


--
___
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 powerpc-binutils.info, 1.1, 1.2

2010-04-23 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22480

Modified Files:
powerpc-binutils.info 
Log Message:
update powerpc binutils.

Index: powerpc-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/powerpc-binutils.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- powerpc-binutils.info   2 Jan 2010 01:03:24 -   1.1
+++ powerpc-binutils.info   23 Apr 2010 07:27:31 -  1.2
@@ -1,15 +1,16 @@
 Info2: <<
 Package: powerpc-%type_pkg[platform]-binutils
-Version: 2.20
+Version: 2.20.1
 Revision: 1
-Type: platform (linux netbsd)
-# tried, but not yet working or needed:  macos morphos amigaos 
+Type: platform (linux freebsd netbsd openbsd macos)
+# tried, but not yet working or needed:
+# amigaos morphos   
 Architecture: powerpc, i386, x86_64
 Description: GNU binutils for 32 bit %type_pkg[platform]
 License: LGPL
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: ee2d3e996e9a2d669808713360fa96f8
+Source-MD5: 9cdfb9d6ec0578c166d3beae5e15c4e5
 
 SourceDirectory: binutils-%v
 
@@ -18,11 +19,10 @@
 <<
 
 ConfigureParams: <<
-  --target=powerpc-%type_pkg[platform] \
-  --prefix=%p/lib/powerpc-%type_pkg[platform]  \
+  --target=powerpc-%type_pkg[platform]  \
+  --prefix=%p/lib/powerpc-%type_pkg[platform]   \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=powerpc-%type_pkg[platform]-\ 
-  --disable-werror 
+  --program-prefix=powerpc-%type_pkg[platform]-
 <<
 
 InstallScript: <<
@@ -36,15 +36,25 @@
   done
 <<
 
-DocFiles: README COPYING*
+DocFiles: README COPYING* MAINTAINERS
 
-InfoDocs: powerpc-%type_pkg[platform]-as.info 
powerpc-%type_pkg[platform]-bfd.info powerpc-%type_pkg[platform]-binutils.info 
powerpc-%type_pkg[platform]-configure.info 
powerpc-%type_pkg[platform]-gprof.info powerpc-%type_pkg[platform]-ld.info 
powerpc-%type_pkg[platform]-standards.info
+InfoDocs: <<
+powerpc-%type_pkg[platform]-as.info
+powerpc-%type_pkg[platform]-bfd.info
+powerpc-%type_pkg[platform]-binutils.info
+powerpc-%type_pkg[platform]-configure.info
+powerpc-%type_pkg[platform]-gprof.info
+powerpc-%type_pkg[platform]-ld.info
+powerpc-%type_pkg[platform]-standards.info
+<<
 
 DescPort: <<
 Like 'avr-binutils' package, lib & include folders have been moved to 
 /sw/lib/powerpc-%type_pkg[platform] and the binaries are put into /sw/bin.
 All xxx files are renamed to powerpc-%type_pkg[platform]-xxx.info to avoid
 clashes with other potential toolchains.
+I expect that the patch "sed -i.bak 's|stat64|stat|g' binutils/strings.c"
+can be removed in version 2.21
 <<
 
 Homepage: http://www.gnu.org/software/binutils/


--
___
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 x86-64-binutils.info, 1.2, 1.3

2010-04-23 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23231

Modified Files:
x86-64-binutils.info 
Log Message:
update x86_64 binutils.

Index: x86-64-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/x86-64-binutils.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- x86-64-binutils.info29 Nov 2009 20:08:27 -  1.2
+++ x86-64-binutils.info23 Apr 2010 07:30:06 -  1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: x86-64-%type_pkg[platform]-binutils
-Version: 2.20
-Revision: 2
+Version: 2.20.1
+Revision: 1
 Type: platform (win64 linux freebsd)
 Architecture: powerpc, i386, x86_64
 Description: GNU binutils for 64 bit %type_pkg[platform]
@@ -10,7 +10,7 @@
 Replaces: x86-64-w64-mingw32-binutils
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: ee2d3e996e9a2d669808713360fa96f8
+Source-MD5: 9cdfb9d6ec0578c166d3beae5e15c4e5
 
 SourceDirectory: binutils-%v
 
@@ -23,8 +23,7 @@
   (%type_pkg[platform] = win64) --target=x86_64-w64-mingw32 \
   --prefix=%p/lib/x86_64-%type_pkg[platform]\
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=x86_64-%type_pkg[platform]-  \ 
-  --disable-werror 
+  --program-prefix=x86_64-%type_pkg[platform]- 
 <<
 
 InstallScript: <<
@@ -38,15 +37,25 @@
   done
 <<
 
-DocFiles: README COPYING*
+DocFiles: README COPYING* MAINTAINERS
 
-InfoDocs: x86_64-%type_pkg[platform]-as.info 
x86_64-%type_pkg[platform]-bfd.info x86_64-%type_pkg[platform]-binutils.info 
x86_64-%type_pkg[platform]-configure.info x86_64-%type_pkg[platform]-gprof.info 
x86_64-%type_pkg[platform]-ld.info x86_64-%type_pkg[platform]-standards.info
+InfoDocs: <<
+x86_64-%type_pkg[platform]-as.info
+x86_64-%type_pkg[platform]-bfd.info
+x86_64-%type_pkg[platform]-binutils.info
+x86_64-%type_pkg[platform]-configure.info
+x86_64-%type_pkg[platform]-gprof.info
+x86_64-%type_pkg[platform]-ld.info
+x86_64-%type_pkg[platform]-standards.info
+<<
 
 DescPort: <<
 Like 'avr-binutils' package, lib & include folders have been moved to 
 /sw/lib/x86_64-%type_pkg[platform] and the binaries are put into /sw/bin.
 All xxx files are renamed to x86_64-%type_pkg[platform]-xxx.info to avoid 
 clashes with other potential toolchains.
+I expect that the patch "sed -i.bak 's|stat64|stat|g' binutils/strings.c"
+can be removed in version 2.21
 <<
 
 Homepage: http://www.gnu.org/software/binutils/


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel x86-64-binutils.info, 1.1, 1.2

2010-04-23 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23252

Modified Files:
x86-64-binutils.info 
Log Message:
update x86_64 binutils.

Index: x86-64-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/x86-64-binutils.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- x86-64-binutils.info5 Jan 2010 14:45:43 -   1.1
+++ x86-64-binutils.info23 Apr 2010 07:30:08 -  1.2
@@ -1,7 +1,7 @@
 Info2: <<
 Package: x86-64-%type_pkg[platform]-binutils
-Version: 2.20
-Revision: 2
+Version: 2.20.1
+Revision: 1
 Type: platform (win64 linux freebsd)
 Architecture: powerpc, i386, x86_64
 Description: GNU binutils for 64 bit %type_pkg[platform]
@@ -10,7 +10,7 @@
 Replaces: x86-64-w64-mingw32-binutils
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: ee2d3e996e9a2d669808713360fa96f8
+Source-MD5: 9cdfb9d6ec0578c166d3beae5e15c4e5
 
 SourceDirectory: binutils-%v
 
@@ -23,8 +23,7 @@
   (%type_pkg[platform] = win64) --target=x86_64-w64-mingw32 \
   --prefix=%p/lib/x86_64-%type_pkg[platform]\
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=x86_64-%type_pkg[platform]-  \ 
-  --disable-werror 
+  --program-prefix=x86_64-%type_pkg[platform]- 
 <<
 
 InstallScript: <<
@@ -38,15 +37,25 @@
   done
 <<
 
-DocFiles: README COPYING*
+DocFiles: README COPYING* MAINTAINERS
 
-InfoDocs: x86_64-%type_pkg[platform]-as.info 
x86_64-%type_pkg[platform]-bfd.info x86_64-%type_pkg[platform]-binutils.info 
x86_64-%type_pkg[platform]-configure.info x86_64-%type_pkg[platform]-gprof.info 
x86_64-%type_pkg[platform]-ld.info x86_64-%type_pkg[platform]-standards.info
+InfoDocs: <<
+x86_64-%type_pkg[platform]-as.info
+x86_64-%type_pkg[platform]-bfd.info
+x86_64-%type_pkg[platform]-binutils.info
+x86_64-%type_pkg[platform]-configure.info
+x86_64-%type_pkg[platform]-gprof.info
+x86_64-%type_pkg[platform]-ld.info
+x86_64-%type_pkg[platform]-standards.info
+<<
 
 DescPort: <<
 Like 'avr-binutils' package, lib & include folders have been moved to 
 /sw/lib/x86_64-%type_pkg[platform] and the binaries are put into /sw/bin.
 All xxx files are renamed to x86_64-%type_pkg[platform]-xxx.info to avoid 
 clashes with other potential toolchains.
+I expect that the patch "sed -i.bak 's|stat64|stat|g' binutils/strings.c"
+can be removed in version 2.21
 <<
 
 Homepage: http://www.gnu.org/software/binutils/


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel binutils-docs.info, 1.1, 1.2

2010-04-23 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26146

Modified Files:
binutils-docs.info 
Log Message:
update binutils-docs to 2.20.1

Index: binutils-docs.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/binutils-docs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- binutils-docs.info  3 Oct 2009 16:55:54 -   1.1
+++ binutils-docs.info  23 Apr 2010 15:33:08 -  1.2
@@ -1,12 +1,12 @@
 Package: binutils-docs
-Version: 2.19.1
+Version: 2.20.1
 Revision: 1
 Architecture: powerpc, i386, x86_64
 Description: Documentation for the GNU binutils
 License: LGPL
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: 09a8c5821a2dfdbb20665bc0bd680791
+Source-MD5: 9cdfb9d6ec0578c166d3beae5e15c4e5
 
 SourceDirectory: binutils-%v
 
@@ -14,10 +14,11 @@
 
 CompileScript: <<
 #!/bin/sh -ev
-# we save the long lasting ./configure command and just take the commands 
+
+# save the long lasting ./configure command and just execute the commands 
   cd binutils/doc
-  texi2dvi -I "." -I "../../libiberty" -I "../../bfd/doc" -I ../../bfd/doc 
--pdf --batch -o binutils.pdf `test -f 'binutils.texi' || echo 
'./'`binutils.texi
-  makeinfo --html -I "." -I "../../libiberty" -I "../../bfd/doc" -I 
../../bfd/doc -I . -o binutils.html `test -f 'binutils.texi' || echo 
'./'`binutils.texi
+  texi2dvi-I "." -I "../../libiberty" -I "../../bfd/doc" -I 
../../bfd/doc --pdf --batch -o binutils.pdf  `test -f 'binutils.texi' || echo 
'./'`binutils.texi
+  makeinfo --html -I "." -I "../../libiberty" -I "../../bfd/doc" -I 
../../bfd/doc -I .  -o binutils.html `test -f 'binutils.texi' || echo 
'./'`binutils.texi
 <<
 
 InstallScript: <<
@@ -26,7 +27,7 @@
   install -m 644 binutils/doc/binutils.html/* 
%i/share/doc/binutils-docs/binutils.html
 <<
 
-DocFiles: README COPYING* binutils/doc/binutils.pdf
+DocFiles: README COPYING* MAINTAINERS binutils/doc/binutils.pdf
 
 DescPort: <<
 Documentation of the binutils as pdf and html. Check 
/sw/share/doc/binutils-docs.


--
___
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 binutils-docs.info, 1.2, 1.3

2010-04-23 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26175

Modified Files:
binutils-docs.info 
Log Message:
update binutils-docs to 2.20.1

Index: binutils-docs.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/binutils-docs.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- binutils-docs.info  19 Oct 2009 23:52:56 -  1.2
+++ binutils-docs.info  23 Apr 2010 15:33:12 -  1.3
@@ -1,12 +1,12 @@
 Package: binutils-docs
-Version: 2.20
+Version: 2.20.1
 Revision: 1
 Architecture: powerpc, i386, x86_64
 Description: Documentation for the GNU binutils
 License: LGPL
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: ee2d3e996e9a2d669808713360fa96f8
+Source-MD5: 9cdfb9d6ec0578c166d3beae5e15c4e5
 
 SourceDirectory: binutils-%v
 
@@ -27,7 +27,7 @@
   install -m 644 binutils/doc/binutils.html/* 
%i/share/doc/binutils-docs/binutils.html
 <<
 
-DocFiles: README COPYING* binutils/doc/binutils.pdf
+DocFiles: README COPYING* MAINTAINERS binutils/doc/binutils.pdf
 
 DescPort: <<
 Documentation of the binutils as pdf and html. Check 
/sw/share/doc/binutils-docs.


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/graphics dcraw.info,1.4,1.5

2010-04-23 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv30082

Modified Files:
dcraw.info 
Log Message:
update dependencies from libgetttext3 to libgettext8

Index: dcraw.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/dcraw.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dcraw.info  6 Mar 2010 01:01:54 -   1.4
+++ dcraw.info  23 Apr 2010 16:08:22 -  1.5
@@ -1,6 +1,6 @@
 Package: dcraw
 Version: 8.99
-Revision: 1
+Revision: 2
 Description: Raw digital photo decoder
 Architecture: powerpc, i386, x86_64
 BuildDepends: libjpeg, lcms, libgettext8-dev, libiconv-bin, gettext-tools


--
___
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/graphics dcraw.info,1.6,1.7

2010-04-23 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv30108

Modified Files:
dcraw.info 
Log Message:
update dependencies from libgetttext3 to libgettext8

Index: dcraw.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/dcraw.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dcraw.info  6 Mar 2010 00:59:53 -   1.6
+++ dcraw.info  23 Apr 2010 16:08:26 -  1.7
@@ -1,6 +1,6 @@
 Package: dcraw
 Version: 8.99
-Revision: 1
+Revision: 2
 Description: Raw digital photo decoder
 Architecture: powerpc, i386, x86_64
 BuildDepends: libjpeg, lcms, libgettext8-dev, libiconv-bin, gettext-tools


--
___
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/games ultrastardx.info, NONE, 1.1

2010-05-01 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23290

Added Files:
ultrastardx.info 
Log Message:
finally, there is the 1.1 beta release of UltraStar Deluxe. Have fun.

--- NEW FILE: ultrastardx.info ---
Package: ultrastardx
Version: 1.1-beta
Revision: 1
License: GPL

BuildDepends: <<
fpc (>= 2.4.0), fpc-config,
libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev,
sdl, sdl-image,
libpng3, portaudio2, sqlite3,
freetype219,
lua51, lua51-dev
<<

Depends: <<
libavcodec51-shlibs, libavformat52-shlibs, libavutil49-shlibs, 
libswscale0-shlibs,
sdl-shlibs, sdl-image-shlibs,
libpng3-shlibs, portaudio2-shlibs, sqlite3-shlibs,
freetype219-shlibs,
lua51-shlibs
<<

Source: 
http://downloads.sourceforge.net/project/ultrastardx/UltraStar%%20Deluxe/Version%%201.1%%20beta/Sources/ultrastardx1.1-beta-src.tar.gz
Source-MD5: a0647302bfc33cc72ae312c6862186b9

SourceDirectory: %n%v-src

CompileScript: <<
./configure
make macosx-app
<<

InstallScript: echo "nothing to install."

AppBundles: UltraStarDeluxe.app

DocFiles: AUTHORS.txt COPYING.txt COPYRIGHT.txt ReadMe.txt ChangeLog.txt

Description: Singing game

DescDetail: <<
UltraStar Deluxe is a singing game.

There are some free songs from the UltrastarDeluxe web page.

Download them from the wikipage:

http://ultrastardeluxe.xtremeweb-hosting.net/wiki/doku.php/doku.php?id=songs

and add them to this folder in your home directory:

~/Library/Application Support/UltraStarDeluxe/songs

Similarly, you can add other Songs and Themes.

Please, see the web site http://ultrastardx.sourceforge.com/ for further help.
<<

Homepage: http://ultrastardx.sourceforge.com/
Maintainer: Karl-Michael Schindler 


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel arm-binutils.info, 1.8, 1.9

2010-05-02 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1731

Modified Files:
arm-binutils.info 
Log Message:
update arm-none-eabi-binutils

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- arm-binutils.info   22 Apr 2010 10:10:39 -  1.8
+++ arm-binutils.info   2 May 2010 20:09:53 -   1.9
@@ -25,6 +25,8 @@
 ConfigureParams: <<
   --target=arm-%type_pkg[platform]  \
   (%type_pkg[platform] = wince) --target=arm-wince-pe   \
+  (%type_pkg[platform] = none-eabi) --enable-interwork  \
+  (%type_pkg[platform] = none-eabi) --enable-multilib   \
   --prefix=%p/lib/arm-%type_pkg[platform]   \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
   --program-prefix=arm-%type_pkg[platform]-


--
___
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 arm-binutils.info, 1.9, 1.10

2010-05-02 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1744

Modified Files:
arm-binutils.info 
Log Message:
update arm-none-eabi-binutils

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- arm-binutils.info   22 Apr 2010 10:10:46 -  1.9
+++ arm-binutils.info   2 May 2010 20:09:55 -   1.10
@@ -25,6 +25,8 @@
 ConfigureParams: <<
   --target=arm-%type_pkg[platform]  \
   (%type_pkg[platform] = wince) --target=arm-wince-pe   \
+  (%type_pkg[platform] = none-eabi) --enable-interwork  \
+  (%type_pkg[platform] = none-eabi) --enable-multilib   \
   --prefix=%p/lib/arm-%type_pkg[platform]   \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
   --program-prefix=arm-%type_pkg[platform]-


--
___
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 molmol.info,1.23,1.24

2010-05-03 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3174

Modified Files:
molmol.info 
Log Message:
update mirrors of molmol

Index: molmol.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/molmol.info,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- molmol.info 19 Oct 2009 23:21:38 -  1.23
+++ molmol.info 3 May 2010 21:24:12 -   1.24
@@ -1,10 +1,47 @@
 Package: molmol
 Version: 2k.2.0
-Revision: 1044
+Revision: 1045
 CustomMirror: <<
- eur-CH: ftp://ftp.mol.biol.ethz.ch/software/MOLMOL/
- nam-US:http://freedom7.swmed.edu/pub/software/MOLMOL/
+ eur-DE: ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/
+ eur-PL: ftp://ftp.prz.rzeszow.pl/pub/gentoo/source/
+ aus-NZ: ftp://ftp.nz.debian.org/gentoo/
+ eur-SE: ftp://ftp.port80.se/gentoo/
+ eur-DE: ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo/
+ eur-DE: ftp://ftp.wh8.tu-dresden.de/pub/linux/distributions/gentoo/
+ aus-AU: ftp://ftp.swin.edu.au/gentoo/
+ eur-BY: ftp://ftp.mgts.by/pub/gentoo/
+ eur-DE: ftp://ftp.uni-kassel.de/Mirrors/ftp.fhh.opensource-mirror.de/gentoo/
+ nam-CA: ftp://ftp.cs.mun.ca/pub/mirror/gentoo/
+ eur-FR: ftp://ftp.free.fr/.mirrors1/ftp.gentoo.org/
+ eur-FI: ftp://ftp.fi.debian.org/pub/gentoo/
+ eur-DE: 
ftp://ftp.rz.tu-bs.de/pub/mirror/ALL_primary_servers/rsync/mirrors.sec.informatik.tu-darmstadt.de/gentoo-distfiles/
+ eur-DE: ftp://ftp.tu-ilmenau.de/Mirrors/gentoo/
+ asi-TW: ftp://ftp.csie.chu.edu.tw/pub3/Gentoo/
+ eur-NL: ftp://ftp.tiscali.nl/pub/mirror/gentoo/
+ eur-UA: ftp://ftp.gentoo.org.ua/
+ nam-US: ftp://ftp.lug.udel.edu/pub/gentoo/
+ eur-PT: ftp://ftp.dei.uc.pt/pub/linux/gentoo/
+ eur-FR: ftp://mir1.ovh.net/lv0/gentoo-distfiles/
+ eur-DE: ftp://ftp.li.kernel.org/pub/.5/gentoo/
+ eur-DE: ftp://ftp.uni-kl.de/pub/linux/gentoo/
+ sam-VE: ftp://ftp.ula.ve/linux/distribuciones/gentoo/
+ nam-US: ftp://cudlug.cudenver.edu/gentoo/
+ eur-HR: ftp://ftp.linux.hr/gentoo/distfiles/
+ eur-PT: ftp://ftp.uevora.pt/mirrors/gentoo.org/gentoo/
+ asi-JP: ftp://ftp.ecc.u-tokyo.ac.jp/mirror2/rsync.osuosl.org/gentoo/
+ eur-DE: ftp://ftp.gentoo.mesh-solutions.com/mirrors/gentoo/
+ eur-SE: ftp://ftp.ing.umu.se/linux/gentoo/
+ eur-AT: ftp://gentoo.inode.at/source/
+ eur-FR: ftp://ftp.uvsq.fr/pub/gentoo/gentoo/
+ nam-US: ftp://ftp.bm.kernel.org/pub/mirrors/gentoo/source/
+ nam-US: ftp://ftp.cerias.purdue.edu/pub/os/gentoo/
+ eur-DE: ftp://ftp.informatik.rwth-aachen.de/pub/comp/Linux/gentoo/
+ eur-RU: ftp://ftp.ascon.ru/gentoo-distfiles/
+ asi-SG: ftp://ftp.filearena.net/mnt3/gentoo/
+ nam-US: ftp://ftp.ussg.iu.edu/linux/gentoo/
+ asi-TW: ftp://ftp.ntut.edu.tw/linux/Gentoo/
 <<
+
 Source: mirror:custom:unix-gzip/%n-%v-src.tar.gz
 Source-MD5: e1f4416d8041a67fa08cadb03ed91c7c
 SourceDirectory: ../%f
@@ -13,15 +50,18 @@
 Depends: x11, freeglut-shlibs, openmotif3-shlibs, libtiff-shlibs, 
libjpeg-shlibs, libpng3-shlibs, mesa-libglw-openmotif3-shlibs
 BuildDepends: freeglut, openmotif3, libtiff, libjpeg, libpng3, x11-dev, 
mesa-libglw-openmotif3, fink (>= 0.24.12)
 PatchFile: %n.patch
-PatchFile-MD5: 10bf2d62aa8a6402a05403d3ffa16cd1 
+PatchFile-MD5: 10bf2d62aa8a6402a05403d3ffa16cd1
+
 PatchScript: <<
 chmod -R +w *
 sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
 <<
-CompileScript: << 
+
+CompileScript: <<
 #!/bin/sh -ev
 make
 <<
+
 InstallScript: <<
 #!/bin/zsh -efv
  /bin/rm -f **/*.o **/*.c
@@ -33,8 +73,10 @@
  ln -s %p/share/molmol/COPYING  %i/share/doc/molmol/COPYING
  ln -s %p/share/molmol/man  %i/share/doc/molmol/man
 <<
+
 Homepage: http://www.mol.biol.ethz.ch/wuthrich/software/molmol/
 Description:  Molecular graphics display program
+
 DescDetail: <<
 MOLMOL is a molecular graphics program for displaying, analyzing, 
 and manipulating the three-dimensional structure of biological 
@@ -46,7 +88,6 @@
 .
 molmol files and documentation located in /sw/share/molmol.
 <<
-License: Restrictive
-Maintainer: Karl-Michael Schindler   
-
 
+License: Restrictive
+Maintainer: Karl-Michael Schindler 


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci molmol.info,1.17,1.18

2010-05-03 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3192

Modified Files:
molmol.info 
Log Message:
update mirrors of molmol

Index: molmol.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/molmol.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- molmol.info 15 Nov 2009 07:04:03 -  1.17
+++ molmol.info 3 May 2010 21:24:16 -   1.18
@@ -1,10 +1,47 @@
 Package: molmol
 Version: 2k.2.0
-Revision: 1044
+Revision: 1045
 CustomMirror: <<
- eur-CH: ftp://ftp.mol.biol.ethz.ch/software/MOLMOL/
- nam-US:http://freedom7.swmed.edu/pub/software/MOLMOL/
+ eur-DE: ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/
+ eur-PL: ftp://ftp.prz.rzeszow.pl/pub/gentoo/source/
+ aus-NZ: ftp://ftp.nz.debian.org/gentoo/
+ eur-SE: ftp://ftp.port80.se/gentoo/
+ eur-DE: ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo/
+ eur-DE: ftp://ftp.wh8.tu-dresden.de/pub/linux/distributions/gentoo/
+ aus-AU: ftp://ftp.swin.edu.au/gentoo/
+ eur-BY: ftp://ftp.mgts.by/pub/gentoo/
+ eur-DE: ftp://ftp.uni-kassel.de/Mirrors/ftp.fhh.opensource-mirror.de/gentoo/
+ nam-CA: ftp://ftp.cs.mun.ca/pub/mirror/gentoo/
+ eur-FR: ftp://ftp.free.fr/.mirrors1/ftp.gentoo.org/
+ eur-FI: ftp://ftp.fi.debian.org/pub/gentoo/
+ eur-DE: 
ftp://ftp.rz.tu-bs.de/pub/mirror/ALL_primary_servers/rsync/mirrors.sec.informatik.tu-darmstadt.de/gentoo-distfiles/
+ eur-DE: ftp://ftp.tu-ilmenau.de/Mirrors/gentoo/
+ asi-TW: ftp://ftp.csie.chu.edu.tw/pub3/Gentoo/
+ eur-NL: ftp://ftp.tiscali.nl/pub/mirror/gentoo/
+ eur-UA: ftp://ftp.gentoo.org.ua/
+ nam-US: ftp://ftp.lug.udel.edu/pub/gentoo/
+ eur-PT: ftp://ftp.dei.uc.pt/pub/linux/gentoo/
+ eur-FR: ftp://mir1.ovh.net/lv0/gentoo-distfiles/
+ eur-DE: ftp://ftp.li.kernel.org/pub/.5/gentoo/
+ eur-DE: ftp://ftp.uni-kl.de/pub/linux/gentoo/
+ sam-VE: ftp://ftp.ula.ve/linux/distribuciones/gentoo/
+ nam-US: ftp://cudlug.cudenver.edu/gentoo/
+ eur-HR: ftp://ftp.linux.hr/gentoo/distfiles/
+ eur-PT: ftp://ftp.uevora.pt/mirrors/gentoo.org/gentoo/
+ asi-JP: ftp://ftp.ecc.u-tokyo.ac.jp/mirror2/rsync.osuosl.org/gentoo/
+ eur-DE: ftp://ftp.gentoo.mesh-solutions.com/mirrors/gentoo/
+ eur-SE: ftp://ftp.ing.umu.se/linux/gentoo/
+ eur-AT: ftp://gentoo.inode.at/source/
+ eur-FR: ftp://ftp.uvsq.fr/pub/gentoo/gentoo/
+ nam-US: ftp://ftp.bm.kernel.org/pub/mirrors/gentoo/source/
+ nam-US: ftp://ftp.cerias.purdue.edu/pub/os/gentoo/
+ eur-DE: ftp://ftp.informatik.rwth-aachen.de/pub/comp/Linux/gentoo/
+ eur-RU: ftp://ftp.ascon.ru/gentoo-distfiles/
+ asi-SG: ftp://ftp.filearena.net/mnt3/gentoo/
+ nam-US: ftp://ftp.ussg.iu.edu/linux/gentoo/
+ asi-TW: ftp://ftp.ntut.edu.tw/linux/Gentoo/
 <<
+
 Source: mirror:custom:unix-gzip/%n-%v-src.tar.gz
 Source-MD5: e1f4416d8041a67fa08cadb03ed91c7c
 SourceDirectory: ../%f
@@ -13,15 +50,18 @@
 Depends: x11, freeglut-shlibs, openmotif3-shlibs, libtiff-shlibs, 
libjpeg-shlibs, libpng3-shlibs, mesa-libglw-openmotif3-shlibs
 BuildDepends: freeglut, openmotif3, libtiff, libjpeg, libpng3, x11-dev, 
mesa-libglw-openmotif3, fink (>= 0.24.12)
 PatchFile: %n.patch
-PatchFile-MD5: 10bf2d62aa8a6402a05403d3ffa16cd1 
+PatchFile-MD5: 10bf2d62aa8a6402a05403d3ffa16cd1
+
 PatchScript: <<
 chmod -R +w *
 sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
 <<
-CompileScript: << 
+
+CompileScript: <<
 #!/bin/sh -ev
 make
 <<
+
 InstallScript: <<
 #!/bin/zsh -efv
  /bin/rm -f **/*.o **/*.c
@@ -33,8 +73,10 @@
  ln -s %p/share/molmol/COPYING  %i/share/doc/molmol/COPYING
  ln -s %p/share/molmol/man  %i/share/doc/molmol/man
 <<
+
 Homepage: http://www.mol.biol.ethz.ch/wuthrich/software/molmol/
 Description:  Molecular graphics display program
+
 DescDetail: <<
 MOLMOL is a molecular graphics program for displaying, analyzing, 
 and manipulating the three-dimensional structure of biological 
@@ -46,7 +88,6 @@
 .
 molmol files and documentation located in /sw/share/molmol.
 <<
-License: Restrictive
-Maintainer: Karl-Michael Schindler   
-
 
+License: Restrictive
+Maintainer: Karl-Michael Schindler 


--
___
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 molmol.info,1.24,1.25

2010-05-05 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10413

Modified Files:
molmol.info 
Log Message:
update typo source urls. thanks to J. Howarth and G. Andreas for hints.

Index: molmol.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/molmol.info,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- molmol.info 3 May 2010 21:24:12 -   1.24
+++ molmol.info 5 May 2010 17:23:01 -   1.25
@@ -1,6 +1,6 @@
 Package: molmol
 Version: 2k.2.0
-Revision: 1045
+Revision: 1046
 CustomMirror: <<
  eur-DE: ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/
  eur-PL: ftp://ftp.prz.rzeszow.pl/pub/gentoo/source/
@@ -42,10 +42,10 @@
  asi-TW: ftp://ftp.ntut.edu.tw/linux/Gentoo/
 <<
 
-Source: mirror:custom:unix-gzip/%n-%v-src.tar.gz
+Source: mirror:custom:distfiles/%n-%v-src.tar.gz
 Source-MD5: e1f4416d8041a67fa08cadb03ed91c7c
 SourceDirectory: ../%f
-Source2: mirror:custom:unix-gzip/%n-%v-doc.tar.gz
+Source2: mirror:custom:distfiles/%n-%v-doc.tar.gz
 Source2-MD5: 517545b60b0179ab691a679ed29903a7
 Depends: x11, freeglut-shlibs, openmotif3-shlibs, libtiff-shlibs, 
libjpeg-shlibs, libpng3-shlibs, mesa-libglw-openmotif3-shlibs
 BuildDepends: freeglut, openmotif3, libtiff, libjpeg, libpng3, x11-dev, 
mesa-libglw-openmotif3, fink (>= 0.24.12)


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci molmol.info,1.18,1.19

2010-05-05 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10464

Modified Files:
molmol.info 
Log Message:
update typo source urls. thanks to J. Howarth and G. Andreas for hints.

Index: molmol.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/molmol.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- molmol.info 3 May 2010 21:24:16 -   1.18
+++ molmol.info 5 May 2010 17:23:10 -   1.19
@@ -1,6 +1,6 @@
 Package: molmol
 Version: 2k.2.0
-Revision: 1045
+Revision: 1046
 CustomMirror: <<
  eur-DE: ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/
  eur-PL: ftp://ftp.prz.rzeszow.pl/pub/gentoo/source/
@@ -42,10 +42,10 @@
  asi-TW: ftp://ftp.ntut.edu.tw/linux/Gentoo/
 <<
 
-Source: mirror:custom:unix-gzip/%n-%v-src.tar.gz
+Source: mirror:custom:distfiles/%n-%v-src.tar.gz
 Source-MD5: e1f4416d8041a67fa08cadb03ed91c7c
 SourceDirectory: ../%f
-Source2: mirror:custom:unix-gzip/%n-%v-doc.tar.gz
+Source2: mirror:custom:distfiles/%n-%v-doc.tar.gz
 Source2-MD5: 517545b60b0179ab691a679ed29903a7
 Depends: x11, freeglut-shlibs, openmotif3-shlibs, libtiff-shlibs, 
libjpeg-shlibs, libpng3-shlibs, mesa-libglw-openmotif3-shlibs
 BuildDepends: freeglut, openmotif3, libtiff, libjpeg, libpng3, x11-dev, 
mesa-libglw-openmotif3, fink (>= 0.24.12)


--
___
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/graphics gifsicle.info, 1.6, 1.7 ungifsicle.info, 1.6, 1.7

2010-05-14 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26612

Modified Files:
gifsicle.info ungifsicle.info 
Log Message:
update of gifsicle and ugifsicle to new upstream version

Index: gifsicle.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/gifsicle.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gifsicle.info   6 Mar 2010 01:30:55 -   1.6
+++ gifsicle.info   14 May 2010 15:11:00 -  1.7
@@ -1,9 +1,9 @@
 Package: gifsicle
-Version: 1.58
+Version: 1.60
 Revision: 1
 Maintainer: Karl-Michael Schindler 
 Source: http://www.lcdf.org/gifsicle/%n-%v.tar.gz
-Source-MD5: 39675b028cd5d10514590ee1b1c86fc1
+Source-MD5: 2629d5894e189e251f148eec8e7805d6
 BuildDepends: x11-dev
 Depends: x11
 Conflicts: ungifsicle

Index: ungifsicle.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/ungifsicle.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ungifsicle.info 6 Mar 2010 01:30:56 -   1.6
+++ ungifsicle.info 14 May 2010 15:11:01 -  1.7
@@ -1,9 +1,9 @@
 Package: ungifsicle
-Version: 1.58
+Version: 1.60
 Revision: 1
 Maintainer: Karl-Michael Schindler 
 Source: http://www.lcdf.org/gifsicle/%n-%v.tar.gz
-Source-MD5: 46c2ffce946c3202a7c24564e99cbea0
+Source-MD5: 170ed6e58c9928b6c37c53ea2a56fedf
 BuildDepends: x11-dev
 Depends: x11
 Conflicts: gifsicle


--

___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/graphics gifsicle.info, 1.3, 1.4 ungifsicle.info, 1.3, 1.4

2010-05-14 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26645

Modified Files:
gifsicle.info ungifsicle.info 
Log Message:
update of gifsicle and ugifsicle to new upstream version

Index: gifsicle.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/gifsicle.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gifsicle.info   6 Mar 2010 01:29:18 -   1.3
+++ gifsicle.info   14 May 2010 15:11:05 -  1.4
@@ -1,9 +1,9 @@
 Package: gifsicle
-Version: 1.58
+Version: 1.60
 Revision: 1
 Maintainer: Karl-Michael Schindler 
 Source: http://www.lcdf.org/gifsicle/%n-%v.tar.gz
-Source-MD5: 39675b028cd5d10514590ee1b1c86fc1
+Source-MD5: 2629d5894e189e251f148eec8e7805d6
 BuildDepends: x11-dev
 Depends: x11
 Conflicts: ungifsicle

Index: ungifsicle.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/ungifsicle.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ungifsicle.info 6 Mar 2010 01:29:18 -   1.3
+++ ungifsicle.info 14 May 2010 15:11:05 -  1.4
@@ -1,9 +1,9 @@
 Package: ungifsicle
-Version: 1.58
+Version: 1.60
 Revision: 1
 Maintainer: Karl-Michael Schindler 
 Source: http://www.lcdf.org/gifsicle/%n-%v.tar.gz
-Source-MD5: 46c2ffce946c3202a7c24564e99cbea0
+Source-MD5: 170ed6e58c9928b6c37c53ea2a56fedf
 BuildDepends: x11-dev
 Depends: x11
 Conflicts: gifsicle


--

___
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 arm-binutils.info, 1.10, 1.11 i386-binutils.info, 1.3, 1.4 powerpc-binutils.info, 1.2, 1.3 x86-64-binutils.info, 1.3, 1.4

2010-06-09 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv14288

Modified Files:
arm-binutils.info i386-binutils.info powerpc-binutils.info 
x86-64-binutils.info 
Log Message:
update of binutils.

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- arm-binutils.info   2 May 2010 20:09:55 -   1.10
+++ arm-binutils.info   9 Jun 2010 07:55:04 -   1.11
@@ -1,7 +1,7 @@
 Info2: <<
 Package: arm-%type_pkg[platform]-binutils
 Version: 2.20.1
-Revision: 1
+Revision: 2
 Type: platform (linux wince none-eabi)
 # tried, but not yet working or needed:
 # palmos symbian linux-eabi gba-eabi gba-elf agb-elf elf
@@ -29,7 +29,8 @@
   (%type_pkg[platform] = none-eabi) --enable-multilib   \
   --prefix=%p/lib/arm-%type_pkg[platform]   \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=arm-%type_pkg[platform]-
+  --program-prefix=arm-%type_pkg[platform]- \
+  --disable-werror
 <<
 
 InstallScript: <<

Index: powerpc-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/powerpc-binutils.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- powerpc-binutils.info   23 Apr 2010 07:27:31 -  1.2
+++ powerpc-binutils.info   9 Jun 2010 07:55:04 -   1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: powerpc-%type_pkg[platform]-binutils
 Version: 2.20.1
-Revision: 1
+Revision: 2
 Type: platform (linux freebsd netbsd openbsd macos)
 # tried, but not yet working or needed:
 # amigaos morphos   
@@ -22,7 +22,8 @@
   --target=powerpc-%type_pkg[platform]  \
   --prefix=%p/lib/powerpc-%type_pkg[platform]   \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=powerpc-%type_pkg[platform]-
+  --program-prefix=powerpc-%type_pkg[platform]- \
+  --disable-werror
 <<
 
 InstallScript: <<

Index: i386-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/i386-binutils.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- i386-binutils.info  22 Apr 2010 22:17:50 -  1.3
+++ i386-binutils.info  9 Jun 2010 07:55:04 -   1.4
@@ -1,7 +1,7 @@
 Info2: <<
 Package: i386-%type_pkg[platform]-binutils
 Version: 2.20.1
-Revision: 1
+Revision: 2
 Type: platform (linux freebsd netbsd solaris beos win32 wince msdosdjgpp go32 
netware)
 # tried, but not yet working or needed:
 # openbsd os2 symbian haiku qnx wdosx emx watcom netwlibc
@@ -24,7 +24,8 @@
   (%type_pkg[platform] = wince) --target=mingw32\
   --prefix=%p/lib/i386-%type_pkg[platform]  \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=i386-%type_pkg[platform]-
+  --program-prefix=i386-%type_pkg[platform]-\
+  --disable-werror
 <<
 
 InstallScript: <<

Index: x86-64-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/x86-64-binutils.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- x86-64-binutils.info23 Apr 2010 07:30:06 -  1.3
+++ x86-64-binutils.info9 Jun 2010 07:55:04 -   1.4
@@ -1,7 +1,7 @@
 Info2: <<
 Package: x86-64-%type_pkg[platform]-binutils
 Version: 2.20.1
-Revision: 1
+Revision: 2
 Type: platform (win64 linux freebsd)
 Architecture: powerpc, i386, x86_64
 Description: GNU binutils for 64 bit %type_pkg[platform]
@@ -23,7 +23,8 @@
   (%type_pkg[platform] = win64) --target=x86_64-w64-mingw32 \
   --prefix=%p/lib/x86_64-%type_pkg[platform]\
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=x86_64-%type_pkg[platform]- 
+  --program-prefix=x86_64-%type_pkg[platform]-  \
+  --disable-werror
 <<
 
 InstallScript: <<


--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel arm-binutils.info, 1.9, 1.10 i386-binutils.info, 1.2, 1.3 powerpc-binutils.info, 1.2, 1.3 x86-64-binutils.info, 1.2, 1.3

2010-06-09 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv14335

Modified Files:
arm-binutils.info i386-binutils.info powerpc-binutils.info 
x86-64-binutils.info 
Log Message:
update of binutils.

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- arm-binutils.info   2 May 2010 20:09:53 -   1.9
+++ arm-binutils.info   9 Jun 2010 07:55:11 -   1.10
@@ -1,7 +1,7 @@
 Info2: <<
 Package: arm-%type_pkg[platform]-binutils
 Version: 2.20.1
-Revision: 1
+Revision: 2
 Type: platform (linux wince none-eabi)
 # tried, but not yet working or needed:
 # palmos symbian linux-eabi gba-eabi gba-elf agb-elf elf
@@ -29,7 +29,8 @@
   (%type_pkg[platform] = none-eabi) --enable-multilib   \
   --prefix=%p/lib/arm-%type_pkg[platform]   \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=arm-%type_pkg[platform]-
+  --program-prefix=arm-%type_pkg[platform]- \
+  --disable-werror
 <<
 
 InstallScript: <<

Index: powerpc-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/powerpc-binutils.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- powerpc-binutils.info   23 Apr 2010 07:27:28 -  1.2
+++ powerpc-binutils.info   9 Jun 2010 07:55:11 -   1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: powerpc-%type_pkg[platform]-binutils
 Version: 2.20.1
-Revision: 1
+Revision: 2
 Type: platform (linux freebsd netbsd openbsd macos)
 # tried, but not yet working or needed:
 # amigaos morphos   
@@ -22,7 +22,8 @@
   --target=powerpc-%type_pkg[platform]  \
   --prefix=%p/lib/powerpc-%type_pkg[platform]   \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=powerpc-%type_pkg[platform]-
+  --program-prefix=powerpc-%type_pkg[platform]- \
+  --disable-werror
 <<
 
 InstallScript: <<

Index: i386-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/i386-binutils.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- i386-binutils.info  22 Apr 2010 22:17:47 -  1.2
+++ i386-binutils.info  9 Jun 2010 07:55:11 -   1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: i386-%type_pkg[platform]-binutils
 Version: 2.20.1
-Revision: 1
+Revision: 2
 Type: platform (linux freebsd netbsd solaris beos win32 wince msdosdjgpp go32 
netware)
 # tried, but not yet working or needed:
 # openbsd os2 symbian haiku qnx wdosx emx watcom netwlibc
@@ -24,7 +24,8 @@
   (%type_pkg[platform] = wince) --target=mingw32\
   --prefix=%p/lib/i386-%type_pkg[platform]  \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=i386-%type_pkg[platform]-
+  --program-prefix=i386-%type_pkg[platform]-\
+  --disable-werror
 <<
 
 InstallScript: <<

Index: x86-64-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/x86-64-binutils.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- x86-64-binutils.info23 Apr 2010 07:30:08 -  1.2
+++ x86-64-binutils.info9 Jun 2010 07:55:11 -   1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: x86-64-%type_pkg[platform]-binutils
 Version: 2.20.1
-Revision: 1
+Revision: 2
 Type: platform (win64 linux freebsd)
 Architecture: powerpc, i386, x86_64
 Description: GNU binutils for 64 bit %type_pkg[platform]
@@ -23,7 +23,8 @@
   (%type_pkg[platform] = win64) --target=x86_64-w64-mingw32 \
   --prefix=%p/lib/x86_64-%type_pkg[platform]\
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=x86_64-%type_pkg[platform]- 
+  --program-prefix=x86_64-%type_pkg[platform]-  \
+  --disable-werror
 <<
 
 InstallScript: <<


--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel binutils-docs.info, 1.2, 1.3

2010-07-20 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv14270

Modified Files:
binutils-docs.info 
Log Message:
bintuils-docs: fix dependence on tex and change email

Index: binutils-docs.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/binutils-docs.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- binutils-docs.info  23 Apr 2010 15:33:08 -  1.2
+++ binutils-docs.info  20 Jul 2010 08:54:15 -  1.3
@@ -1,6 +1,6 @@
 Package: binutils-docs
 Version: 2.20.1
-Revision: 1
+Revision: 2
 Architecture: powerpc, i386, x86_64
 Description: Documentation for the GNU binutils
 License: LGPL
@@ -10,7 +10,7 @@
 
 SourceDirectory: binutils-%v
 
-BuildDepends: texi2html
+BuildDepends: texinfo, tetex-base | ptex-base | texlive-base
 
 CompileScript: <<
 #!/bin/sh -ev
@@ -29,10 +29,13 @@
 
 DocFiles: README COPYING* MAINTAINERS binutils/doc/binutils.pdf
 
-DescPort: <<
-Documentation of the binutils as pdf and html. Check 
/sw/share/doc/binutils-docs.
+DescDetail: <<
+  Documentation of the binutils as pdf and html. 
+  Check /sw/share/doc/binutils-docs.
 <<
 
+DescPort: Dependence on tex distro should actually go into texinfo.
+
 Homepage: http://www.gnu.org/software/binutils/
 
 Maintainer: Karl-Michael Schindler 


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
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 binutils-docs.info, 1.3, 1.4

2010-07-20 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv14302

Modified Files:
binutils-docs.info 
Log Message:
bintuils-docs: fix dependence on tex and change email

Index: binutils-docs.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/binutils-docs.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- binutils-docs.info  23 Apr 2010 15:33:12 -  1.3
+++ binutils-docs.info  20 Jul 2010 08:54:19 -  1.4
@@ -1,6 +1,6 @@
 Package: binutils-docs
 Version: 2.20.1
-Revision: 1
+Revision: 2
 Architecture: powerpc, i386, x86_64
 Description: Documentation for the GNU binutils
 License: LGPL
@@ -10,7 +10,7 @@
 
 SourceDirectory: binutils-%v
 
-BuildDepends: texi2html
+BuildDepends: texinfo, tetex-base | ptex-base | texlive-base
 
 CompileScript: <<
 #!/bin/sh -ev
@@ -29,10 +29,13 @@
 
 DocFiles: README COPYING* MAINTAINERS binutils/doc/binutils.pdf
 
-DescPort: <<
-Documentation of the binutils as pdf and html. Check 
/sw/share/doc/binutils-docs.
+DescDetail: <<
+  Documentation of the binutils as pdf and html. 
+  Check /sw/share/doc/binutils-docs.
 <<
 
+DescPort: Dependence on tex distro should actually go into texinfo.
+
 Homepage: http://www.gnu.org/software/binutils/
 
 Maintainer: Karl-Michael Schindler 


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/text tkinfo.info,1.1,1.2

2010-07-20 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24356

Modified Files:
tkinfo.info 
Log Message:
tkinfo: minor edits and change email

Index: tkinfo.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/tkinfo.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tkinfo.info 6 Jun 2009 11:00:41 -   1.1
+++ tkinfo.info 20 Jul 2010 09:44:43 -  1.2
@@ -1,6 +1,6 @@
 Package: tkinfo
 Version: 2.8
-Revision: 1
+Revision: 2
 Description: Graphical browser for "info" files
 License: BSD
 
@@ -37,13 +37,17 @@
 
 # Additional Info
 DescDetail: <<
-A graphical browser for files in the GNU hypertext "info" format, written
-in Tcl/Tk.
+A graphical browser for files in the GNU hypertext "info" format, 
+written in Tcl/Tk.
 
 The program provides on-line help about itself: start it and hit `h'.
 <<
+
 DescUsage: <<
-Type 'tkinfo' in an xterm, such as X11.app to start up tkInfo
+10.4: Type 'tkinfo' in an xterm, such as X11.app to start up tkInfo.
+Later: Type 'tkinfo' in any terminal, for example Terminal.app.
 <<
+
 Homepage: http://math-www.uni-paderborn.de/~axel/tkinfo/
-Maintainer: Karl-Michael Schindler 
+
+Maintainer: Karl-Michael Schindler 


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
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/languages fpc-cross-arm-iphone.info, 1.1, 1.2

2010-08-31 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5808

Modified Files:
fpc-cross-arm-iphone.info 
Log Message:
add dependance on findutils, i.e. locate. Thanks to snaggles buildworld.

Index: fpc-cross-arm-iphone.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc-cross-arm-iphone.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fpc-cross-arm-iphone.info   2 Aug 2010 15:47:59 -   1.1
+++ fpc-cross-arm-iphone.info   31 Aug 2010 16:14:26 -  1.2
@@ -1,8 +1,8 @@
 Package: fpc-cross-arm-iphone
 Version: 2.4.0
-Revision: 1
+Revision: 2
 Architecture: i386, x86_64
-Depends: fpc, fpc-cross-arm-wince
+Depends: findutils, fpc, fpc-cross-arm-wince
 Recommends: fpc-doc
 
 CustomMirror: <<


--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/text tofrodos.info,NONE,1.1

2010-08-31 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28338/stable/main/finkinfo/text

Added Files:
tofrodos.info 
Log Message:
new text conversion package tofrodos

--- NEW FILE: tofrodos.info ---
Package: tofrodos
Version: 1.7.8
Revision: 1
Description: Text file conversion utility
Architecture: powerpc, i386, x86_64
License: GPL

# Unpack Phase:
Source: http://tofrodos.sourceforge.net/download/tofrodos-%v.tar.gz
Source-MD5: aaa044f9817a048e126d9eb7a7535e96
SourceDirectory: tofrodos/src/

# Compile Phase (NOTE: there is no configure):
CompileScript: <<
#!/bin/sh -ev
make
<<

InstallScript: <<
#!/bin/sh -ev
mkdir -p %i/share/man/man1
mkdir -p %i/bin
make BINDIR=%i/bin MANDIR=%i/share/man/man1 install
<<

# Documentation
DocFiles: ../readme.txt ../tofrodos.html

DescDetail: <<
Tofrodos is a text file conversion utility that converts ASCII files
between the MSDOS (or Windows) format, which traditionally have CR/LF
(carriage return/line feed) pairs as their new line delimiters, and the
Unix format, which usually have LFs (line feeds) to terminate each line.
<<

DescUsage: <<
tofrodos converts text files between DOS and Unix formats.

Usage: todos [options] [file...]
-a  Always convert (DOS to Unix: kill all CRs;
Unix to DOS: convert all LFs to CRLFs)
-b  Make backup of original file (.bak).
-d  Convert DOS to Unix.
-e  Abort processing files on error in any file.
-f  Force: convert even if file is not writeable.
-h  Display help on usage and quit.
-l file Log most errors and verbose messages to 
-o  Overwrite original file (no backup).
-p  Preserve file owner and time.
-u  Convert Unix to DOS.
-v  Verbose.
-V  Show version and quit.
<<

DescPort: <<
 Nothing special
<<

Homepage: http://www.thefreecountry.com/tofrodos/
Maintainer: Karl-Michael Schindler 


--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
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/text tofrodos.info,NONE,1.1

2010-08-31 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28338/unstable/main/finkinfo/text

Added Files:
tofrodos.info 
Log Message:
new text conversion package tofrodos

--- NEW FILE: tofrodos.info ---
Package: tofrodos
Version: 1.7.8
Revision: 1
Description: Text file conversion utility
Architecture: powerpc, i386, x86_64
License: GPL

# Unpack Phase:
Source: http://tofrodos.sourceforge.net/download/tofrodos-%v.tar.gz
Source-MD5: aaa044f9817a048e126d9eb7a7535e96
SourceDirectory: tofrodos/src/

# Compile Phase (NOTE: there is no configure):
CompileScript: <<
#!/bin/sh -ev
make
<<

InstallScript: <<
#!/bin/sh -ev
mkdir -p %i/share/man/man1
mkdir -p %i/bin
make BINDIR=%i/bin MANDIR=%i/share/man/man1 install
<<

# Documentation
DocFiles: ../readme.txt ../tofrodos.html

DescDetail: <<
Tofrodos is a text file conversion utility that converts ASCII files
between the MSDOS (or Windows) format, which traditionally have CR/LF
(carriage return/line feed) pairs as their new line delimiters, and the
Unix format, which usually have LFs (line feeds) to terminate each line.
<<

DescUsage: <<
tofrodos converts text files between DOS and Unix formats.

Usage: todos [options] [file...]
-a  Always convert (DOS to Unix: kill all CRs;
Unix to DOS: convert all LFs to CRLFs)
-b  Make backup of original file (.bak).
-d  Convert DOS to Unix.
-e  Abort processing files on error in any file.
-f  Force: convert even if file is not writeable.
-h  Display help on usage and quit.
-l file Log most errors and verbose messages to 
-o  Overwrite original file (no backup).
-p  Preserve file owner and time.
-u  Convert Unix to DOS.
-v  Verbose.
-V  Show version and quit.
<<

DescPort: <<
 Nothing special
<<

Homepage: http://www.thefreecountry.com/tofrodos/
Maintainer: Karl-Michael Schindler 


--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
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 lazarus.info,1.10,1.11

2010-09-02 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10092/unstable/main/finkinfo/devel

Modified Files:
lazarus.info 
Log Message:
Lazarus IDE: clearing confusing warning about stabs debug information.

Index: lazarus.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- lazarus.info10 Feb 2010 17:26:34 -  1.10
+++ lazarus.info2 Sep 2010 14:43:25 -   1.11
@@ -2,7 +2,7 @@
 Package: lazarus%type_pkg[uitype]
 Type: uitype (-aqua -gtk2)
 Version: 0.9.28.2
-Revision: 1006
+Revision: 1007
 Architecture: powerpc, i386, x86_64
 License: GPL/LGPL
 
@@ -56,6 +56,43 @@
   sed -i.bak 's|/usr/local/share|%p/share|g'
tools/install/macosx/environmentoptions.xml
   sed -i.bak 's|/Developer/lazarus|%p/share/lazarus|g'  
tools/install/macosx/environmentoptions.xml
 
+# set the debug format to dwarf for Mac OS X 10.5 and up
+#
+# with 0.9.30 this should also be possible by adding compileroptions.xml to 
/%p/etc/lazarus with something like this:
+#
+#
+#
+#  
+#
+#
+#  
+#
+#
+#  
+#
+#  
+#  
+#
+#  
+#
+#  
+#
+#
+#  
+#
+#  
+#
+#
+# maybe only the branch to  is needed. 
+#
+# until then do it through changes in the source code:
+
+if [[ $(sw_vers -productVersion) > 10.4 ]]; then
+  sed -i.bak 's|GenerateDwarf/Value'', false|GenerateDwarf/Value'', true|g'
   ide/compileroptions.pp
+  sed -i.bak 's|GenerateDwarf/Value'', GenerateDwarf, 
false|GenerateDwarf/Value'', GenerateDwarf, true|g' ide/compileroptions.pp
+  sed -i.bak 's|FGenerateDwarf := false;|FGenerateDwarf := true;|g'
   ide/compileroptions.pp
+fi
+
 <<
 
 CompileScript: <<


--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel lazarus.info,1.5,1.6

2010-09-02 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10092/stable/main/finkinfo/devel

Modified Files:
lazarus.info 
Log Message:
Lazarus IDE: clearing confusing warning about stabs debug information.

Index: lazarus.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lazarus.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- lazarus.info10 Feb 2010 17:26:55 -  1.5
+++ lazarus.info2 Sep 2010 14:43:25 -   1.6
@@ -2,7 +2,7 @@
 Package: lazarus%type_pkg[uitype]
 Type: uitype (-aqua -gtk2)
 Version: 0.9.28.2
-Revision: 1006
+Revision: 1007
 Architecture: powerpc, i386, x86_64
 License: GPL/LGPL
 
@@ -56,6 +56,43 @@
   sed -i.bak 's|/usr/local/share|%p/share|g'
tools/install/macosx/environmentoptions.xml
   sed -i.bak 's|/Developer/lazarus|%p/share/lazarus|g'  
tools/install/macosx/environmentoptions.xml
 
+# set the debug format to dwarf for Mac OS X 10.5 and up
+#
+# with 0.9.30 this should also be possible by adding compileroptions.xml to 
/%p/etc/lazarus with something like this:
+#
+#
+#
+#  
+#
+#
+#  
+#
+#
+#  
+#
+#  
+#  
+#
+#  
+#
+#  
+#
+#
+#  
+#
+#  
+#
+#
+# maybe only the branch to  is needed. 
+#
+# until then do it through changes in the source code:
+
+if [[ $(sw_vers -productVersion) > 10.4 ]]; then
+  sed -i.bak 's|GenerateDwarf/Value'', false|GenerateDwarf/Value'', true|g'
   ide/compileroptions.pp
+  sed -i.bak 's|GenerateDwarf/Value'', GenerateDwarf, 
false|GenerateDwarf/Value'', GenerateDwarf, true|g' ide/compileroptions.pp
+  sed -i.bak 's|FGenerateDwarf := false;|FGenerateDwarf := true;|g'
   ide/compileroptions.pp
+fi
+
 <<
 
 CompileScript: <<


--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
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 dos2unix.info,1.2,1.3

2010-09-06 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8508

Modified Files:
dos2unix.info 
Log Message:
upstream update and maintainership takeover as per email agreement with 
original maintainer.

Index: dos2unix.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/dos2unix.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dos2unix.info   12 Jan 2009 02:47:03 -  1.2
+++ dos2unix.info   6 Sep 2010 23:58:53 -   1.3
@@ -1,24 +1,25 @@
 Package: dos2unix
-Version: 3.1
-Revision: 3
+Version: 5.1.1
+Revision: 1
 Description: Convert DOS or Mac text files to Unix format
-License: Public Domain
-Homepage: http://fresh.t-systems-sfr.com/linux/src/
+Architecture: powerpc, i386, x86_64
+License: BSD
+Homepage: http://www.xs4all.nl/~waterlan/dos2unix.html
 Maintainer: Blair Zajac 
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 
 # Unpack Phase.
-Source: http://fresh.t-systems-sfr.com/linux/src/%n-%v.tar.gz
-Source-MD5: 25ff56bab202de63ea6f6c211c416e96
+Source: http://downloads.sourceforge.net/%n/%v/%n-%v.tar.gz
+Source-MD5: b8f6d8109fc6decf412bc1e3959450c0
 
-BuildDepends: fink (>= 0.24.12-1)
-# Patch Phase.
-PatchFile: %n.patch
-PatchFile-MD5: 7752eb5d873f49226f860508316aef92
+PatchScript: <<
+  sed -i.bak 's|/usr/local|/sw|g' Makefile
+  sed -i.bak 's|/usr|/sw|g' Makefile
+<<
 
 # Compile Phase.
-CompileScript: make CFLAGS=-Os clean dos2unix link
+CompileScript: make
 
 # Install Phase.
 InstallScript: <<
@@ -26,13 +27,38 @@
   mkdir -p %i/share/man/man1
   install -m 755 dos2unix %i/bin
   ln -s dos2unix %i/bin/mac2unix
-  install -m 644 dos2unix.1 %i/share/man/man1
+  install -m 755 unix2dos %i/bin
+  ln -s unix2dos %i/bin/unix2mac
+  install -m 644 man/man1/dos2unix.1 %i/share/man/man1
+  ln -s dos2unix.1 %i/share/man/man1/unix2dos.1
   ln -s dos2unix.1 %i/share/man/man1/mac2unix.1
+  ln -s dos2unix.1 %i/share/man/man1/unix2mac.1
+<<
+
+DocFiles: <<
+COPYING.txt INSTALL.txt NEWS.txt README.txt TODO.txt dos2unix.pdf 
+dos2unix.ps dos2unix.txt
 <<
-DocFiles: COPYRIGHT
 
 # Documentation.
 DescDetail: <<
 Two utilities to convert DOS end-of-line (CRLF) and Macintosh classic
 end-of-line (CR) formated text files into Unix (LF) format.
 <<
+
+DescUsage: <<
+Usage: dos2unix [-hkqV] [-c convmode] [-o file ...] [-n infile outfile ...]
+ -h --helpgive this help
+ -k --keepdatekeep output file date
+ -q --quiet   quiet mode, suppress all warnings
+  always on in stdin->stdout mode
+ -V --version display version number
+ -c --convmodeconversion mode
+ convmode ASCII, 7bit, ISO, Mac, default to ASCII
+ -l --newline add additional newline in all but Mac convmode
+ -o --oldfile write to old file
+ file ... files to convert in old file mode
+ -n --newfile write to new file
+ infile   original file in new file mode
+ outfile  output file in new file mode
+<<


--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
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 dos2unix.info, 1.3, 1.4 dos2unix.patch, 1.1, NONE

2010-09-07 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv16504

Modified Files:
dos2unix.info 
Removed Files:
dos2unix.patch 
Log Message:
fix of hardcoded path and remove outdated patch file.

Index: dos2unix.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/dos2unix.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dos2unix.info   6 Sep 2010 23:58:53 -   1.3
+++ dos2unix.info   8 Sep 2010 05:59:31 -   1.4
@@ -1,11 +1,9 @@
 Package: dos2unix
 Version: 5.1.1
-Revision: 1
+Revision: 2
 Description: Convert DOS or Mac text files to Unix format
 Architecture: powerpc, i386, x86_64
 License: BSD
-Homepage: http://www.xs4all.nl/~waterlan/dos2unix.html
-Maintainer: Blair Zajac 
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 
@@ -14,11 +12,11 @@
 Source-MD5: b8f6d8109fc6decf412bc1e3959450c0
 
 PatchScript: <<
-  sed -i.bak 's|/usr/local|/sw|g' Makefile
-  sed -i.bak 's|/usr|/sw|g' Makefile
+  sed -i.bak 's|/usr/local|%p|g' Makefile
+  sed -i.bak 's|/usr|%p|g' Makefile
 <<
 
-# Compile Phase.
+# Compile Phase (NOTE: there is no configure):
 CompileScript: make
 
 # Install Phase.
@@ -62,3 +60,6 @@
  infile   original file in new file mode
  outfile  output file in new file mode
 <<
+
+Homepage: http://www.xs4all.nl/~waterlan/dos2unix.html
+Maintainer: Karl-Michael Schindler 
\ No newline at end of file

--- dos2unix.patch DELETED ---


--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/utils dos2unix.info,1.2,1.3

2010-09-08 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv14315

Modified Files:
dos2unix.info 
Log Message:
Add missing depends on gettext. thanks to Remko Scharroo for report.

Index: dos2unix.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/dos2unix.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dos2unix.info   30 Mar 2009 03:11:56 -  1.2
+++ dos2unix.info   9 Sep 2010 05:54:01 -   1.3
@@ -1,24 +1,25 @@
 Package: dos2unix
-Version: 3.1
+Version: 5.1.1
 Revision: 3
 Description: Convert DOS or Mac text files to Unix format
-License: Public Domain
-Homepage: http://fresh.t-systems-sfr.com/linux/src/
-Maintainer: Blair Zajac 
+Architecture: powerpc, i386, x86_64
+License: BSD
+BuildDepends: gettext-tools, libgettext8-dev
+Depends: libgettext8-shlibs
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 
 # Unpack Phase.
-Source: http://fresh.t-systems-sfr.com/linux/src/%n-%v.tar.gz
-Source-MD5: 25ff56bab202de63ea6f6c211c416e96
+Source: http://downloads.sourceforge.net/%n/%v/%n-%v.tar.gz
+Source-MD5: b8f6d8109fc6decf412bc1e3959450c0
 
-BuildDepends: fink (>= 0.24.12-1)
-# Patch Phase.
-PatchFile: %n.patch
-PatchFile-MD5: 7752eb5d873f49226f860508316aef92
+PatchScript: <<
+  sed -i.bak 's|/usr/local|%p|g' Makefile
+  sed -i.bak 's|/usr|%p|g' Makefile
+<<
 
-# Compile Phase.
-CompileScript: make CFLAGS=-Os clean dos2unix link
+# Compile Phase (NOTE: there is no configure):
+CompileScript: make
 
 # Install Phase.
 InstallScript: <<
@@ -26,13 +27,41 @@
   mkdir -p %i/share/man/man1
   install -m 755 dos2unix %i/bin
   ln -s dos2unix %i/bin/mac2unix
-  install -m 644 dos2unix.1 %i/share/man/man1
+  install -m 755 unix2dos %i/bin
+  ln -s unix2dos %i/bin/unix2mac
+  install -m 644 man/man1/dos2unix.1 %i/share/man/man1
+  ln -s dos2unix.1 %i/share/man/man1/unix2dos.1
   ln -s dos2unix.1 %i/share/man/man1/mac2unix.1
+  ln -s dos2unix.1 %i/share/man/man1/unix2mac.1
+<<
+
+DocFiles: <<
+COPYING.txt INSTALL.txt NEWS.txt README.txt TODO.txt dos2unix.pdf 
+dos2unix.ps dos2unix.txt
 <<
-DocFiles: COPYRIGHT
 
 # Documentation.
 DescDetail: <<
 Two utilities to convert DOS end-of-line (CRLF) and Macintosh classic
 end-of-line (CR) formated text files into Unix (LF) format.
 <<
+
+DescUsage: <<
+Usage: dos2unix [-hkqV] [-c convmode] [-o file ...] [-n infile outfile ...]
+ -h --helpgive this help
+ -k --keepdatekeep output file date
+ -q --quiet   quiet mode, suppress all warnings
+  always on in stdin->stdout mode
+ -V --version display version number
+ -c --convmodeconversion mode
+ convmode ASCII, 7bit, ISO, Mac, default to ASCII
+ -l --newline add additional newline in all but Mac convmode
+ -o --oldfile write to old file
+ file ... files to convert in old file mode
+ -n --newfile write to new file
+ infile   original file in new file mode
+ outfile  output file in new file mode
+<<
+
+Homepage: http://www.xs4all.nl/~waterlan/dos2unix.html
+Maintainer: Karl-Michael Schindler 
\ No newline at end of file


--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
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 dos2unix.info,1.4,1.5

2010-09-09 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23181

Modified Files:
dos2unix.info 
Log Message:
Add missing depends on gettext. thanks to Remko Scharroo for report.

Index: dos2unix.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/dos2unix.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dos2unix.info   8 Sep 2010 05:59:31 -   1.4
+++ dos2unix.info   9 Sep 2010 07:25:28 -   1.5
@@ -1,9 +1,11 @@
 Package: dos2unix
 Version: 5.1.1
-Revision: 2
+Revision: 3
 Description: Convert DOS or Mac text files to Unix format
 Architecture: powerpc, i386, x86_64
 License: BSD
+BuildDepends: gettext-tools, libgettext8-dev
+Depends: libgettext8-shlibs
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 


--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/database sqlite3-x86_64.info, 1.1, 1.2 sqlite3.info, 1.6, 1.7

2010-09-28 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/database
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15134/database

Modified Files:
sqlite3-x86_64.info sqlite3.info 
Log Message:
unmaintain packages on email request of current maintainer.

Index: sqlite3-x86_64.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/database/sqlite3-x86_64.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sqlite3-x86_64.info 25 Aug 2009 03:52:52 -  1.1
+++ sqlite3-x86_64.info 28 Sep 2010 22:49:42 -  1.2
@@ -1,6 +1,6 @@
 Package: sqlite3
 Version: 3.6.13
-Revision: 1001
+Revision: 1002
 Architecture: x86_64
 
 Description: Embedded SQL database, version 3
@@ -14,7 +14,8 @@
 <<
 
 License: Public Domain 
-Maintainer: Pepe Barbe 
+Maintainer: None 
+DescPort: Initial port by Pepe Barbe 
 Homepage: http://www.sqlite.org/
 
 DocFiles: README VERSION LICENSE

Index: sqlite3.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/database/sqlite3.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- sqlite3.info2 Dec 2009 10:02:13 -   1.6
+++ sqlite3.info28 Sep 2010 22:49:42 -  1.7
@@ -1,6 +1,6 @@
 Package: sqlite3
 Version: 3.6.13
-Revision: 3
+Revision: 4
 
 Description: Embedded SQL database, version 3
 DescDetail: <<
@@ -12,7 +12,10 @@
 use the SQLite library.
 <<
 DescPort: <<
-TCLLIBPATH is unset during the build to avoid it using other TK program's 
directories as the install location.
+  TCLLIBPATH is unset during the build to avoid it using other TK 
+  program's directories as the install location.
+
+  Initial port by Pepe Barbe 
 <<
 
 License: Public Domain 


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/net socat.info,1.2,1.3

2010-09-28 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15134/net

Modified Files:
socat.info 
Log Message:
unmaintain packages on email request of current maintainer.

Index: socat.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/socat.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- socat.info  30 Jul 2010 01:36:45 -  1.2
+++ socat.info  28 Sep 2010 22:49:43 -  1.3
@@ -1,7 +1,8 @@
 Package: socat
 Version: 1.7.0.0
-Revision: 1001
-Maintainer: Pepe Barbe 
+Revision: 1002
+Maintainer: None 
+DescPort: Initial port by Pepe Barbe 
 Source: http://www.dest-unreach.org/socat/download/%n-%v.tar.bz2
 Source-MD5: be5f942c44dafefa58365e9dc3ada81f
 Depends: readline-shlibs (>= 4.3-1028)
@@ -14,4 +15,5 @@
 DocFiles: BUGREPORTS COPYING EXAMPLES FAQ README SECURITY
 Description: Relay for data transfer between two sockets
 License: GPL
-Homepage: http://www.dest-unreach.org/socat/
\ No newline at end of file
+Homepage: http://www.dest-unreach.org/socat/
+


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


<    1   2   3   4   5   6   7   8   >