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

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

Removed Files:
ecl.info ecl.patch 
Log Message:
Move to new section

--- ecl.patch DELETED ---

--- ecl.info DELETED ---


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/languages ecl.info, NONE, 1.1 ecl.patch, NONE, 1.1

2007-07-06 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs17:/tmp/cvs-serv25946/languages

Added Files:
ecl.info ecl.patch 
Log Message:
Move to new section

--- NEW FILE: ecl.patch ---
--- ecl-0.9i.orig/src/doc/Makefile.in   2007-07-02 08:00:31.0 +0200
+++ ecl-0.9i/src/doc/Makefile.in2007-07-02 08:44:49.0 +0200
@@ -47,9 +47,6 @@
$(mkinstalldirs) $(DESTDIR)$(infodir)
for k in $(INFO_FILES); do \
  $(INSTALL_DATA) $$k $(DESTDIR)$(infodir); \
- if [ -x $(INSTALL_INFO) ]; then \
-   $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) $$k; \
- fi; \
done
$(mkinstalldirs) $(DESTDIR)$(docdir)
for i in Copyright LGPL; do \

--- NEW FILE: ecl.info ---
Info2: 
Package: ecl

Version: 0.9i
Revision: 1
License: LGPL
Description: Embeddable Common-Lisp
Maintainer: Aleix Conchillo Flaque [EMAIL PROTECTED]

Depends: gmp-shlibs
BuildDepends: gmp

Source: mirror:sourceforge:ecls/ecl-%v.tgz
Source-MD5: ea47c0a9f47c510ff4654b44b004537a

Patch: %n.patch

ConfigureParams: --enable-threads --enable-unicode --with-system-gmp 
--with-gmp-prefix=%p --infodir=%i/share/info --mandir=%i/share/man

InfoDocs: ecl.info ecldev.info
DocFiles: Copyright LGPL

DescDetail: 
ECL stands for Embeddable Common-Lisp. The ECL project is an effort to
modernize Giuseppe Attardi's ECL environment to produce an
implementation of the Common-Lisp language which complies to the ANSI
X3J13 definition of the language.

The current ECL implementation features:

* A bytecodes compiler and interpreter.
* A translator to C.
* A UFFI-compatible interface to C code.
* A dynamic loader.
* The possibility to build standalone executables and DLLs.
* The Common-Lisp Object System (CLOS).
* Conditions and restarts for handling errors.
* Sockets as ordinary streams.
* The Gnu Multiprecision library for fast bignum operations.
* A simple conservative mark  sweep garbage collector.
* The Boehm-Weiser garbage collector.

ECL supports the operating systems Linux, FreeBSD, NetBSD, Solaris,
Windows, running on top of the Intel, Sparc, Alpha and PowerPC
processors. Porting to other architectures should be rather easy.

DescPackaging:  
libecl.dylib is a private library that is only used by executables
within this package.

Homepage: http://ecls.sourceforge.net/



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/gnome vte9-shlibs.patch, 1.1.2.2, 1.1.2.3

2007-07-06 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs17:/tmp/cvs-serv6757/main/finkinfo/gnome

Modified Files:
  Tag: pangocairo-branch
vte9-shlibs.patch 
Log Message:
fix vte patch

Index: vte9-shlibs.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/Attic/vte9-shlibs.patch,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- vte9-shlibs.patch   19 Jun 2007 06:35:00 -  1.1.2.2
+++ vte9-shlibs.patch   6 Jul 2007 13:35:23 -   1.1.2.3
@@ -1,7 +1,9 @@
-diff -uNr vte-0.15.6/src/pty.c vte-0.15.6-new/src/pty.c
 vte-0.15.6/src/pty.c   2007-02-26 16:05:14.0 -0500
-+++ vte-0.15.6-new/src/pty.c   2007-03-03 16:02:07.0 -0500
-@@ -71,6 +71,12 @@
+diff -uNr vte-0.16.6/src/pty.c vte-0.16.6-new/src/pty.c
+--- vte-0.16.6/src/pty.c   2007-02-26 16:05:14.0 -0500
 vte-0.16.6-new/src/pty.c   2007-07-06 09:34:27.0 -0400
+@@ -69,7 +69,13 @@
+ static GTree *_vte_pty_helper_map = NULL;
+ #endif
  
 +#ifdef __APPLE__
 +#include crt_externs.h
@@ -13,10 +15,9 @@
  
  /* Reset the handlers for all known signals to their defaults.  The parent
   * (or one of the libraries it links to) may have changed one to be ignored. 
*/
- static void
-diff -uNr vte-0.15.6/src/vtefc.c vte-0.15.6-new/src/vtefc.c
 vte-0.15.6/src/vtefc.c 2007-02-26 16:05:14.0 -0500
-+++ vte-0.15.6-new/src/vtefc.c 2007-03-03 16:02:07.0 -0500
+diff -uNr vte-0.16.6/src/vtefc.c vte-0.16.6-new/src/vtefc.c
+--- vte-0.16.6/src/vtefc.c 2007-02-26 16:05:14.0 -0500
 vte-0.16.6-new/src/vtefc.c 2007-07-06 09:34:27.0 -0400
 @@ -435,12 +435,14 @@
FcPatternDestroy(tmp);
g_ptr_array_add(pattern_array, save);


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/graphics freetype219.info, 1.12.2.5, 1.12.2.6

2007-07-06 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs17:/tmp/cvs-serv12390/main/finkinfo/graphics

Modified Files:
  Tag: pangocairo-branch
freetype219.info 
Log Message:
fix md5sum

Index: freetype219.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/freetype219.info,v
retrieving revision 1.12.2.5
retrieving revision 1.12.2.6
diff -u -d -r1.12.2.5 -r1.12.2.6
--- freetype219.info3 Jul 2007 09:55:32 -   1.12.2.5
+++ freetype219.info6 Jul 2007 13:49:42 -   1.12.2.6
@@ -6,7 +6,7 @@
 Replaces: freetype219-hinting
 BuildDependsOnly: True
 Source: http://download.savannah.gnu.org/releases/freetype/freetype-%v.tar.bz2
-Source-MD5: 1a6c59a7723d637c78672e7784da865d
+Source-MD5: 65234327c5ac46ee00ebda15995d4c1c
 Patch: %n.patch
 NoSetCPPFLAGS: true
 CompileScript: 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/graphics freetype219.info, 1.12.2.6, 1.12.2.7

2007-07-06 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs17:/tmp/cvs-serv5257

Modified Files:
  Tag: pangocairo-branch
freetype219.info 
Log Message:
2.3.5 is a no-go, awaiting a response from the freetype list

Index: freetype219.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/freetype219.info,v
retrieving revision 1.12.2.6
retrieving revision 1.12.2.7
diff -u -d -r1.12.2.6 -r1.12.2.7
--- freetype219.info6 Jul 2007 13:49:42 -   1.12.2.6
+++ freetype219.info6 Jul 2007 14:48:05 -   1.12.2.7
@@ -1,12 +1,12 @@
 Package: freetype219
-Version: 2.3.5
+Version: 2.3.4
 Revision: 1
 Depends: %N-shlibs (= %v-%r)
 Conflicts: freetype219-hinting
 Replaces: freetype219-hinting
 BuildDependsOnly: True
 Source: http://download.savannah.gnu.org/releases/freetype/freetype-%v.tar.bz2
-Source-MD5: 65234327c5ac46ee00ebda15995d4c1c
+Source-MD5: 1a6c59a7723d637c78672e7784da865d
 Patch: %n.patch
 NoSetCPPFLAGS: true
 CompileScript: 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/utils ntfs-3g.patch, 1.3, 1.4 ntfs-3g.info, 1.4, 1.5

2007-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs17:/tmp/cvs-serv13413

Modified Files:
ntfs-3g.info 
Added Files:
ntfs-3g.patch 
Log Message:
Borrowed patch from MacPorts.

--- NEW FILE: ntfs-3g.patch ---
diff -ru ntfs-3g-1.616.orig/src/ntfs-3g.c ntfs-3g-1.616/src/ntfs-3g.c
--- ntfs-3g-1.616.orig/src/ntfs-3g.c2007-06-16 17:34:13.0 -0400
+++ ntfs-3g-1.616/src/ntfs-3g.c 2007-07-06 11:03:41.0 -0400
@@ -2157,6 +2157,10 @@
fstype = get_fuse_fstype();
if (fstype == FSTYPE_NONE || fstype == FSTYPE_UNKNOWN)
fstype = load_fuse_module();
+#else
+#if (__FreeBSD__ = 10)
+   fstype = FSTYPE_FUSE;
+#endif
 #endif 
create_dev_fuse();


Index: ntfs-3g.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/ntfs-3g.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ntfs-3g.info17 Jun 2007 16:01:13 -  1.4
+++ ntfs-3g.info6 Jul 2007 15:08:52 -   1.5
@@ -1,6 +1,6 @@
 Package: ntfs-3g
 Version: 1.616
-Revision: 1
+Revision: 2
 
 Source: http://www.ntfs-3g.org/%n-%v.tgz
 Source-MD5: fdb1c55f00263c962a52d0707a6d075e
@@ -9,7 +9,12 @@
 
 Depends: %N4-shlibs (=%v-%r)
 
-PatchScript: perl -pi -e 's,/sbin,/\$\(sbindir\),g' src/Makefile.in
+PatchFile: %n.patch
+PatchFile-MD5: 1e213e4a8aef2deee70b422df1d9ce50
+PatchScript: 
+   patch -p1  %{PatchFile}
+   perl -pi -e 's,/sbin,/\$\(sbindir\),g; 
s,mount\.ntfs-3g,mount_ntfs-3g,g' src/Makefile.in
+
 
 ConfigureParams: --disable-dependency-tracking --mandir=%p/share/man 
--exec_prefix=%p
 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/languages erlang-otp.info, 1.5, 1.6 erlang-otp.patch, 1.1, NONE

2007-07-06 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs17:/tmp/cvs-serv4905

Modified Files:
erlang-otp.info 
Removed Files:
erlang-otp.patch 
Log Message:
.patch wasn't really a fink .patch
Add maintainer.

Index: erlang-otp.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/erlang-otp.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- erlang-otp.info 6 Jul 2007 01:17:56 -   1.5
+++ erlang-otp.info 6 Jul 2007 16:09:28 -   1.6
@@ -5,7 +5,7 @@
 License: OSI-Approved
 Revision: 1
 Description: General-purpose programming language
-Maintainer: None [EMAIL PROTECTED]
+Maintainer: Aleix Conchillo Flaque [EMAIL PROTECTED]
 
 Depends: 
 libncurses5-shlibs, unixodbc2-shlibs | unixodbc2-nox-shlibs

--- erlang-otp.patch DELETED ---


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/stable/main/finkinfo/text texpower.info,1.4,1.5

2007-07-06 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/text
In directory sc8-pr-cvs17:/tmp/cvs-serv2210/10.3/stable/main/finkinfo/text

Modified Files:
texpower.info 
Log Message:
Sync with unstable.

Index: texpower.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/text/texpower.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- texpower.info   12 May 2007 16:32:03 -  1.4
+++ texpower.info   6 Jul 2007 16:02:01 -   1.5
@@ -1,9 +1,8 @@
 Package: texpower
 Version: 0.2
-Revision: 2
+Revision: 4
 Depends: tetex-base
 BuildDepends: texinfo
-#Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source: mirror:sourceforge:%n/%n-0-2.tar.gz
 Source-MD5: 3c4d75625f46d561e5ad2b564012e724
 PatchScript: perl -pi -e s/(latex tpslifonts.dtx)/pdf\1/ tpslifonts/Makefile
@@ -19,15 +18,15 @@
 InstallScript: 
  mkdir -p %i/etc/texmf.local/tex/latex/texpower
  mv *.cls *.sty *.cfg %i/etc/texmf.local/tex/latex/texpower
- mkdir -p %i/etc/texmf.local/tex/doc/latex/texpower
- mv * %i/etc/texmf.local/tex/doc/latex/texpower
+ cd tpslifonts  make clean  cd ../  make clean
+ mkdir -p %i/etc/texmf.local/doc/latex/texpower
+ mv * %i/etc/texmf.local/doc/latex/texpower
  mkdir -p %i/share/doc/%n
- ln -s %p/etc/texmf.local/tex/latex/%n/00readme.txt %i/share/doc/%n
+ ln -s %p/etc/texmf.local/doc/latex/%n/00readme.txt %i/share/doc/%n
 
 License: GPL
 PostInstScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi
 PostRmScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi
-#Maintainer:  Dave Morrison [EMAIL PROTECTED]
 Maintainer: Todai Fink Team [EMAIL PROTECTED]
-Description: Creating dynamic online presentations with LaTeX
+Description: Dynamic online presentations with LaTeX
 Homepage: http://texpower.sourceforge.net/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/text texpower.info,1.4,1.5

2007-07-06 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory sc8-pr-cvs17:/tmp/cvs-serv2210/10.4/stable/main/finkinfo/text

Modified Files:
texpower.info 
Log Message:
Sync with unstable.

Index: texpower.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/texpower.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- texpower.info   12 May 2007 16:32:03 -  1.4
+++ texpower.info   6 Jul 2007 16:02:01 -   1.5
@@ -1,9 +1,8 @@
 Package: texpower
 Version: 0.2
-Revision: 2
+Revision: 4
 Depends: tetex-base
 BuildDepends: texinfo
-#Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source: mirror:sourceforge:%n/%n-0-2.tar.gz
 Source-MD5: 3c4d75625f46d561e5ad2b564012e724
 PatchScript: perl -pi -e s/(latex tpslifonts.dtx)/pdf\1/ tpslifonts/Makefile
@@ -19,15 +18,15 @@
 InstallScript: 
  mkdir -p %i/etc/texmf.local/tex/latex/texpower
  mv *.cls *.sty *.cfg %i/etc/texmf.local/tex/latex/texpower
- mkdir -p %i/etc/texmf.local/tex/doc/latex/texpower
- mv * %i/etc/texmf.local/tex/doc/latex/texpower
+ cd tpslifonts  make clean  cd ../  make clean
+ mkdir -p %i/etc/texmf.local/doc/latex/texpower
+ mv * %i/etc/texmf.local/doc/latex/texpower
  mkdir -p %i/share/doc/%n
- ln -s %p/etc/texmf.local/tex/latex/%n/00readme.txt %i/share/doc/%n
+ ln -s %p/etc/texmf.local/doc/latex/%n/00readme.txt %i/share/doc/%n
 
 License: GPL
 PostInstScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi
 PostRmScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi
-#Maintainer:  Dave Morrison [EMAIL PROTECTED]
 Maintainer: Todai Fink Team [EMAIL PROTECTED]
-Description: Creating dynamic online presentations with LaTeX
+Description: Dynamic online presentations with LaTeX
 Homepage: http://texpower.sourceforge.net/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods curses-ui-pm.info, 1.6, 1.7

2007-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs17:/tmp/cvs-serv3128

Modified Files:
curses-ui-pm.info 
Log Message:
Removed 'A' from description to satisfy validator.


Index: curses-ui-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/curses-ui-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- curses-ui-pm.info   16 Jun 2007 22:45:09 -  1.6
+++ curses-ui-pm.info   6 Jul 2007 17:26:23 -   1.7
@@ -10,7 +10,7 @@
 UpdatePOD: true
 DocFiles: BUGS Changes COLOR_TODO CREDITS INSTALL INSTALL README TODO 
examples/*
 License: Artistic
-Description: A UI framework based on the curses library
+Description: UI framework based on the curses library
 DescUsage: Examples can be found in the docs directory.
 Maintainer: Daniel Johnson [EMAIL PROTECTED]
 Homepage: http://search.cpan.org/dist/Curses-UI


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/devel finkinfofile.info, NONE, 1.1

2007-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sc8-pr-cvs17:/tmp/cvs-serv5161/devel

Added Files:
finkinfofile.info 
Log Message:
Sync with unstable.

--- NEW FILE: finkinfofile.info ---
Package: finkinfofile
Version: 1.4
Revision: 1
Description: Spotlight importer for Fink .info files
DescDetail: 
Run the command sudo finkinfofile install to install the importer
into /Library/Spotlight and begin indexing your .info files.

sudo finkinfofile remove will uninstall the importer.

The following metadata are currently indexed (in addition to
the plain text content, but searching metadata is faster than content):

Title = Package
Authors = Maintainer
Email addresses = Maintainer
Description = Description
Instructions = DescDetail
Version = Epoch:Version-Revision

1.4: Now recognizes new InfoTest field.

License: GPL
Maintainer: Daniel Johnson [EMAIL PROTECTED]
Homepage: http://homepage.mac.com/danielj7/index.html

Source: http://homepage.mac.com/danielj7/%n-%v.tar.bz2
Source-MD5: e435e576ba5d08bd00650849e5bc7386

CompileScript: 
#!/bin/bash -ev

xcodeversion=`defaults read 
/Developer/Applications/Xcode.app/Contents/Info CFBundleShortVersionString`
if [ $xcodeversion = '2.0' ]; then
echo 'This package requires Xcode 2.1 or later.'
exit 1
fi

xcodebuild -target FinkInfoFile-%m -configuration Deployment


InstallScript: 
#!/bin/bash -ev

/bin/mkdir -p %i/lib/%n
/bin/cp -R build/Deployment/FinkInfoFile.mdimporter 
%i/lib/%n/FinkInfoFile.mdimporter
/bin/mkdir -p %i/bin
sed -e 's,@PREFIX@,%p,g' finkinfofile.in %i/bin/finkinfofile
/bin/chmod +x %i/bin/finkinfofile


DocFiles: README.txt LICENSE

PreRmScript: 
if [ $1 != upgrade ]; then
finkinfofile remove
fi



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/graphics mpeg2dec.info, NONE, 1.1 mpeg2dec.patch, NONE, 1.1

2007-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sc8-pr-cvs17:/tmp/cvs-serv5161/graphics

Added Files:
mpeg2dec.info mpeg2dec.patch 
Log Message:
Sync with unstable.

--- NEW FILE: mpeg2dec.info ---
Package: mpeg2dec
Version: 0.4.1
Revision: 1001
Maintainer: Daniel Johnson [EMAIL PROTECTED]
Depends: %N-shlibs (= %v-%r), x11, sdl-shlibs (= 1.2.9-1001)
BuildDepends: sdl (= 1.2.9-1001), x11-dev, fink (= 0.24.12)
Source: http://libmpeg2.sourceforge.net/files/%N-%v.tar.gz
Source-MD5: 7631b0a4bcfdd0d78c0bb0083080b0dc
PatchFile: %n.patch
PatchFile-MD5: 88339213f31f433656d93c55c7ae9687
ConfigureParams: --enable-shared --mandir=%p/share/man 
--disable-dependency-tracking --with-pic
InstallScript: make install DESTDIR=%d
DocFiles: ChangeLog COPYING NEWS README TODO
SplitOff: 
 Package: %N-shlibs
 Files: lib/*.*.dylib
 Shlibs: 
%p/lib/libmpeg2.0.dylib 1.0.0 %n (= 0.2.1-1)
%p/lib/libmpeg2convert.0.dylib 1.0.0 %n (= 0.4.0b-4)
  
 DocFiles: COPYING README

SplitOff2: 
 Package: %N-dev
 Depends: %N-shlibs (= %v-%r)
 Replaces: %N ( 0.4.0b-4)
 Files: include lib
 DocFiles: COPYING README
 BuildDependsOnly: True

Description: MPEG-2 video stream decoder
DescDetail: 
 mpeg2dec decodes mpeg-1 and mpeg-2 video streams and also includes a
demultiplexer for mpeg-1 and mpeg-2 program streams.

DescPackaging: 
 Originally packaged by Matt Stephenson.

License: GPL
Homepage: http://libmpeg2.sourceforge.net

--- NEW FILE: mpeg2dec.patch ---
diff -ru mpeg2dec-0.4.1.orig/configure mpeg2dec-0.4.1/configure
--- mpeg2dec-0.4.1.orig/configure   2006-02-15 11:34:16.0 -0500
+++ mpeg2dec-0.4.1/configure2006-09-22 19:56:07.0 -0400
@@ -4081,6 +4081,7 @@
 _ACEOF
 
case $host in
+   i?86-apple-darwin*) TRY_CFLAGS=$OPT_CFLAGS;;
i386-*) TRY_CFLAGS=$OPT_CFLAGS -mcpu=i386;;
i486-*) TRY_CFLAGS=$OPT_CFLAGS -mcpu=i486;;
i586-*) TRY_CFLAGS=$OPT_CFLAGS -mcpu=pentium;;


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods curses-pm-10.5.info, NONE, 1.1 berkeleydb-pm.info, 1.6, 1.7 curses-pm.info, 1.7, 1.8 curses-ui-pm.info, 1.5, 1.6 db-file-pm.info, 1.5, 1.6

2007-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs17:/tmp/cvs-serv5161/libs/perlmods

Modified Files:
berkeleydb-pm.info curses-pm.info curses-ui-pm.info 
db-file-pm.info 
Added Files:
curses-pm-10.5.info 
Log Message:
Sync with unstable.

Index: db-file-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/db-file-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- db-file-pm.info 16 Jun 2007 22:37:43 -  1.5
+++ db-file-pm.info 6 Jul 2007 17:30:59 -   1.6
@@ -1,6 +1,6 @@
 Info2: 
 Package: db-file-pm%type_pkg[perl]
-Version: 1.814
+Version: 1.815
 Revision: 1011
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
@@ -9,7 +9,7 @@
 Conflicts: db-file-pm%type_pkg[perl]-man
 Replaces: db-file-pm%type_pkg[perl]-man
 Source: mirror:cpan:authors/id/P/PM/PMQS/DB_File-%v.tar.gz
-Source-MD5: 5ae102fe172f2aaf771a8d9cae23ca3a
+Source-MD5: 8658ff14f75a5481cd24b3eaed16bfa7
 PatchScript: sed 's|@PREFIX@|%p|g ' %a/%{Ni}.patch | patch -p1
 Type: perl (5.8.1 5.8.6)
 UpdatePOD: true

Index: curses-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/curses-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- curses-pm.info  16 Jun 2007 22:37:43 -  1.7
+++ curses-pm.info  6 Jul 2007 17:30:59 -   1.8
@@ -1,11 +1,11 @@
 Info2: 
 Package: curses-pm%type_pkg[perl]
-Version: 1.13
+Version: 1.15
 Revision: 1001
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
-Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
+Distribution: 10.3, 10.4
 Source: mirror:cpan:authors/id/G/GI/GIRAFFED/Curses-%v.tgz
-Source-MD5: 33f6a17f9ece7efda2dde3431e1540f6
+Source-MD5: 6f3c5ea61cbbfabe15b0004febcb3a4d
 Type: perl (5.8.1 5.8.6)
 UpdatePOD: true
 DocFiles: Artistic Copying HISTORY INSTALL README
@@ -21,7 +21,7 @@
 CompileScript: 
#!/bin/sh -ev
 
-   cp hints/c-darwin-thread-multi-2level.h c-config.h
+   cp hints/c-darwin.h c-config.h
 
export CURSES_CFLAGS=-I%p/include
export CURSES_LDFLAGS=-L%p/lib -lcurses

Index: curses-ui-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/curses-ui-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- curses-ui-pm.info   16 Jun 2007 22:37:43 -  1.5
+++ curses-ui-pm.info   6 Jul 2007 17:30:59 -   1.6
@@ -10,7 +10,7 @@
 UpdatePOD: true
 DocFiles: BUGS Changes COLOR_TODO CREDITS INSTALL INSTALL README TODO 
examples/*
 License: Artistic
-Description: A UI framework based on the curses library
+Description: UI framework based on the curses library
 DescUsage: Examples can be found in the docs directory.
 Maintainer: Daniel Johnson [EMAIL PROTECTED]
 Homepage: http://search.cpan.org/dist/Curses-UI
@@ -20,17 +20,7 @@
 Replaces: curses-ui-pm%type_pkg[perl]-man
 NoPerlTests: True
 InstallScript: 
-make install \
- INSTALLPRIVLIB=%i/lib/perl5/%type_raw[perl] \
- INSTALLARCHLIB=%i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level \
- INSTALLSITELIB=%i/lib/perl5/%type_raw[perl] \
- INSTALLSITEARCH=%i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level \
- INSTALLMAN1DIR=%i/share/man/man1 \
- INSTALLMAN3DIR=%i/lib/perl5/%type_raw[perl]/man/man3 \
- INSTALLSITEMAN1DIR=%i/share/man/man1 \
- INSTALLSITEMAN3DIR=%i/lib/perl5/%type_raw[perl]/man/man3 \
- INSTALLBIN=%i/bin \
- INSTALLSITEBIN=%i/bin \
- INSTALLSCRIPT=%i/bin
+  %{default_script}
+  /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
 
 
\ No newline at end of file

Index: berkeleydb-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/berkeleydb-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- berkeleydb-pm.info  16 Jun 2007 22:37:42 -  1.6
+++ berkeleydb-pm.info  6 Jul 2007 17:30:59 -   1.7
@@ -1,7 +1,7 @@
 Info2: 
 Package: berkeleydb-pm%type_pkg[perl]
-Version: 0.27
-Revision: 1011
+Version: 0.31
+Revision: 1001
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
 BuildDepends: fink (= 0.20.3), db44-aes (= 4.4.16-1001) | db44 (= 
4.4.16-1001)
@@ -9,7 +9,7 @@
 Conflicts: berkeleydb-pm%type_pkg[perl]-man
 Replaces: berkeleydb-pm%type_pkg[perl]-man
 Source: 

[cvs] dists/10.4/stable/main/finkinfo/net libssh2.1.info, NONE, 1.1 postfix-10.5.info, NONE, 1.1 libssh2.info, 1.1, 1.2 postfix.info, 1.9, 1.10

2007-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sc8-pr-cvs17:/tmp/cvs-serv5161/net

Modified Files:
libssh2.info postfix.info 
Added Files:
libssh2.1.info postfix-10.5.info 
Log Message:
Sync with unstable.

Index: libssh2.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/libssh2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libssh2.info24 Apr 2007 11:47:41 -  1.1
+++ libssh2.info6 Jul 2007 17:30:59 -   1.2
@@ -1,6 +1,6 @@
 Package: libssh2
 Version: 0.14
-Revision: 1
+Revision: 2
 Description: Library implementing the SSH2 protocol
 Maintainer: Daniel Johnson [EMAIL PROTECTED]
 Homepage: http://www.libssh2.org
@@ -12,7 +12,6 @@
   
   Patched and manually installed to do proper versioning.
   Newer versions will use libtool and won't need this hackery.
-  Patched libssh2_config.h.in to disable poll and use select.
 
 
 Source: mirror:sourceforge:libssh2/libssh2-%v.tar.gz
@@ -21,10 +20,11 @@
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: system-openssl-dev
 BuildDependsOnly: true
+Conflicts: libssh2.1
+Replaces: libssh2.1
 
 PatchScript: 
   perl -pi.bak -e's,-flat_namespace,-install_name %p/lib/libssh2.0.dylib 
-current_version 1.0.0 -compatibility_version 1.0.0,' configure
-  perl -pi.bak -e's,#undef HAVE_POLL,/* $ */,' include/libssh2_config.h.in
 
 
 NoSetCPPFLAGS: true

--- NEW FILE: libssh2.1.info ---
Package: libssh2.1
Version: 0.15
Revision: 1
Description: Library implementing the SSH2 protocol
Maintainer: Daniel Johnson [EMAIL PROTECTED]
Homepage: http://www.libssh2.org
License: BSD
DescPackaging: 
  The actual name of this library is libssh2; the 2 has
  nothing to do with the version number. The major version
  number is actually 1.


Source: mirror:sourceforge:libssh2/libssh2-%v.tar.gz
Source-MD5: 6c641d6dc0d0e546249cad1d16f10a6a

Depends: %N-shlibs (= %v-%r)
BuildDepends: system-openssl-dev
BuildDependsOnly: true
Conflicts: libssh2
Replaces: libssh2

NoSetCPPFLAGS: true
NoSetLDFLAGS: true
ConfigureParams: --with-openssl=%p/lib/system-openssl --with-libz=/usr 
--disable-dependency-tracking

InstallScript: 
  make install DESTDIR=%d


DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README

SplitOff: 
  Package: %N-shlibs
  
  Files: lib/libssh2.1.0.0.dylib lib/libssh2.1.dylib
  Shlibs: %p/lib/libssh2.1.dylib 2.0.0 %n (= 0.14.99-1)
  DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README


InfoTest: 
  TestScript: make check || exit 2

--- NEW FILE: postfix-10.5.info ---
Info2: 
Package: postfix%type_pkg[-mysql]%type_pkg[-ldap]
Version: 2.4.3
Revision: 1101
Type: -mysql (boolean), -ldap (boolean)
Distribution: 10.5

Homepage: http://www.postfix.org/
Description: Mail transfer agent that's fast and secure
DescDetail: 
Postfix is Wietse Venema's mailer that started life as an alternative to
the widely-used Sendmail program. Postfix attempts to be fast, easy to
administer, and secure, while at the same time being sendmail compatible
enough to not upset existing users. Thus, the outside has a sendmail-ish
flavor, but the inside is completely different. 

This package provides TLS encryption and SASL authentication. 

DescUsage: 
You need to do a few things to set Postfix up before you can use it:

 1) Edit %p/etc/postfix/main.cf. In particular, edit myorigin,
mydestination and mynetworks in that file. The file is well commented.
More configuration options are documented in postconf(5). Information
on setting up TLS encryption can be found in
%p/share/doc/postfix/tls.
 
 2) Edit the aliases in %p/etc/postfix/aliases so that mail to root,
and your user, go to your real email address. Run 'sudo newaliases'
to update the alias database file.
 
 3) Run 'sudo mta-switch fink' to move the old sendmail from Apple's Postfix
out of the way and place symlinks to Fink's Postfix in its place. You may
need to do this after upgrades of Mac OS X from Apple. If you are running
the system's Postfix, you must stop it before starting the Fink installed
one or things could get very confused: 'sudo /usr/sbin/postfix stop'.
 
 4) Run 'sudo daemonic enable postfix'. This will create a Postfix startup
item, but it won't actually start Postfix. To do that, you can run
'sudo postfix start'.

If you're upgrading from postfix 2.1.x, please read RELEASE_NOTES about
configuration changes and adjust main.cf accordingly. The installation
process will try to upgrade conf files automatically, but they should
still be checked by hand.

Removing postfix via Fink will automatically disable it and re-enable
Apple's postfix.

DescPackaging: 
Adds startup item via daemonic, and an mta-switch shell script.
NetInfo support disabled since Apple has depreciated it and no longer supplies
the necessary header files.

Now uses system's OpenSSL (via system-openssl-dev) and removed from crypto
tree. Yay!

Added 

[cvs] dists/10.4/stable/main/finkinfo/sound libmikmod.info, 1.1, 1.2 libmikmod3.info, 1.1, 1.2

2007-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound
In directory sc8-pr-cvs17:/tmp/cvs-serv5161/sound

Modified Files:
libmikmod.info libmikmod3.info 
Log Message:
Sync with unstable.

Index: libmikmod3.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound/libmikmod3.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libmikmod3.info 20 Jan 2006 20:12:58 -  1.1
+++ libmikmod3.info 6 Jul 2007 17:30:59 -   1.2
@@ -1,6 +1,6 @@
 Package: libmikmod3
 Version: 3.2.0-beta2
-Revision: 2
+Revision: 3
 Depends: %N-shlibs (= %v-%r), macosx
 Conflicts: libmikmod
 Replaces: libmikmod
@@ -8,6 +8,7 @@
 Maintainer: Daniel Johnson [EMAIL PROTECTED]
 Source: http://mikmod.raphnet.net/files/libmikmod-%v.tar.bz2
 Source-MD5: 5b05f3b1167eba7855b8e38bde2b8070
+PatchScript: perl -pi -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' libmikmod.m4
 Patch: %n.patch
 ConfigureParams: --disable-esd --infodir=%p/share/info --mandir=%p/share/man
 InstallScript: make install DESTDIR=%d

Index: libmikmod.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound/libmikmod.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libmikmod.info  20 Jan 2006 20:12:58 -  1.1
+++ libmikmod.info  6 Jul 2007 17:30:59 -   1.2
@@ -1,6 +1,6 @@
 Package: libmikmod
 Version: 3.1.11
-Revision: 2
+Revision: 3
 Depends: %N-shlibs (= %v-%r)
 Conflicts: libmikmod3
 Replaces: libmikmod3
@@ -9,7 +9,10 @@
 Source: http://mikmod.raphnet.net/files/%n-%v.tar.gz
 Source-MD5: 705106da305e8de191549f1e7393185c
 UpdateConfigGuess: true
-PatchScript: perl -pi.bak -e's/-version-info/-no-undefined -version-info/g' 
libmikmod/Makefile.in
+PatchScript: 
+  perl -pi.bak -e's/-version-info/-no-undefined -version-info/g' 
libmikmod/Makefile.in
+  perl -pi -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' libmikmod.m4
+
 ConfigureParams: --disable-esd --infodir=%p/share/info --mandir=%p/share/man
 InstallScript: make install DESTDIR=%d
 SplitOff: 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/libs libuninameslist1.info, 1.2, 1.3 pcre.info, 1.1, 1.2

2007-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sc8-pr-cvs17:/tmp/cvs-serv5161/libs

Modified Files:
libuninameslist1.info pcre.info 
Log Message:
Sync with unstable.

Index: pcre.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pcre.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pcre.info   17 Feb 2006 07:43:23 -  1.1
+++ pcre.info   6 Jul 2007 17:30:59 -   1.2
@@ -1,53 +1,53 @@
 Package: pcre
-Version: 4.5
-Revision: 1
-Depends: %N-shlibs (= %v-%r), %N-bin
+Version: 7.2
+Revision: 1001
+Depends: %N-shlibs (= %v-%r)
+Replaces: pcre-bin ( 7.0-1)
 BuildDependsOnly: True
-Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%n-%v.tar.bz2
-Source-MD5: c51bd34197008b128046f0799d2242e4
-PatchScript: 
-  ### Fix relink
-  perl -pi.bak -e 's,need_relink=yes,need_relink=no,g' ltmain.sh
-  ### Fix for libtool lines
-  perl -pi.bak -e 's,\$CC \$\(test .\$module = .yes \\ echo -bundle \|\| 
echo -dynamiclib\) \$allow_undefined_flag -o \$lib \$libobjs 
\$deplibs\$linkopts -install_name \$rpath\/\$soname \$\(test -n \\$verstring\ 
-a x\$verstring != x0.0 \\ echo \$verstring\),\$nonopt \$\(test .\$module = 
.yes \\ echo -bundle \$allow_undefined_flag \|\| echo -dynamiclib\) -o \$lib 
\$libobjs \$deplibs\$linkopts \$\(test .\$module != .yes \\ echo 
-install_name \$rpath\/\$soname \$verstring\),g' configure
-  ### Fix for upgrade lib linking
-  perl -pi.bak -e 's,hardcode_direct=yes,hardcode_direct=no,g' configure
-
-### Fix for upgrade lib linking
+Source: mirror:sourceforge:%n/%n-%v.tar.bz2
+Source-MD5: 53305db73855f1ff155dcd2c05d448d3
 NoSetLDFLAGS: true
-ConfigureParams: --mandir='${prefix}/share/man' --enable-utf8
+ConfigureParams: --enable-utf8 --enable-unicode-properties 
--disable-dependency-tracking
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1 
+SetCFLAGS: -g -Os
+SetCXXFLAGS: -g -Os
+GCC: 4.0
 SplitOff2: 
   Package: %N-shlibs
-  Replaces: %N (= 3.9-1)
-  Files: lib/libpcre.*.dylib lib/libpcreposix.*.dylib
+  Files: lib/libpcre.*.dylib lib/libpcreposix.*.dylib lib/libpcrecpp.*.dylib
   Shlibs: 
%p/lib/libpcre.0.dylib 1.0.0 %n (= 3.9-2)
%p/lib/libpcreposix.0.dylib 1.0.0 %n (= 3.9-2)
+   %p/lib/libpcrecpp.0.dylib 1.0.0 %n (= 7.0-1001)
   
-  DocFiles: AUTHORS COPYING ChangeLog INSTALL LICENCE NEWS README doc/*.*
+  DocFiles: AUTHORS COPYING ChangeLog INSTALL LICENCE NEWS README
 
 SplitOff: 
   Package: %N-bin
   Depends: %N-shlibs (= %v-%r)
-  Replaces: %N (= 3.9-1)
-  Files: bin share/man/man1
-  DocFiles: AUTHORS COPYING ChangeLog INSTALL LICENCE NEWS README doc/*.*
-
-InstallScript: 
-  make install DESTDIR=%d
-  mkdir -p %i/share/doc/%n  
-  mv doc/html %i/share/doc/%n/
+  Files: bin/pcregrep bin/pcretest share/man/man1/pcregrep.1 
share/man/man1/pcretest.1
+  DocFiles: AUTHORS COPYING ChangeLog INSTALL LICENCE NEWS README
 
-DocFiles: AUTHORS COPYING ChangeLog INSTALL LICENCE NEWS README doc/*.*
-License: OSI-Approved
+InstallScript: make install DESTDIR=%d
+DocFiles: AUTHORS COPYING ChangeLog INSTALL LICENCE NEWS README doc/*.txt 
HACKING
+License: BSD
 Description: Perl Compatible Regular Expressions Library
 DescDetail: 
-The PCRE library is a set of functions that implement regular expression
-pattern matching using the same syntax and semantics as PerlJ5. PCRE has
-its own native API, as well as a set of wrapper functions that correspond
-to the POSIX regular expression API.
+  The PCRE library is a set of functions that implement regular expression
+  pattern matching using the same syntax and semantics as PerlJ5. PCRE has
+  its own native API, as well as a set of wrapper functions that correspond
+  to the POSIX regular expression API and a C++ wrapper library.
+  
+  Previous revisions by Christian Swinehart [EMAIL PROTECTED]
+
+DescPackaging: 
+  Any package which uses the C++ library libpcrecpp.dylib will need a
+  versioned dependency on pcre (= 7.0-1001). Packages which don't use
+  the C++ library don't require the versioning.
 
 Homepage: http://www.pcre.org
-Maintainer: Christian Swinehart [EMAIL PROTECTED]
+Maintainer: Daniel Johnson [EMAIL PROTECTED]
+InfoTest: 
+  TestScript: make check || exit 2
+
\ No newline at end of file

Index: libuninameslist1.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/libuninameslist1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libuninameslist1.info   18 Feb 2006 23:38:42 -  1.2
+++ libuninameslist1.info   6 Jul 2007 17:30:58 -   1.3
@@ -1,13 +1,15 @@
 Package: libuninameslist1
-Version: 20050712
+Version: 20060907
 Revision: 1
 License: BSD
 Source: mirror:sourceforge:libuninameslist/libuninameslist_src-%v.tgz
-Source-MD5: 154549efe3a45ed4fa8d4e63ff6dbabf
+Source-MD5: e5090105b9f09e76838a0af3220b371d
 SourceDirectory: 

[cvs] dists/10.4/stable/main/finkinfo/net libnet1.0.info, NONE, 1.1 libnet1.0.patch, NONE, 1.1 libnet1.1.info, NONE, 1.1 libnet1.1.patch, NONE, 1.1

2007-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sc8-pr-cvs17:/tmp/cvs-serv6025

Added Files:
libnet1.0.info libnet1.0.patch libnet1.1.info libnet1.1.patch 
Log Message:
Sync with unstable.

--- NEW FILE: libnet1.0.info ---
Package: libnet1.0
Version: 1.0.2a
Revision: 111
Maintainer: Daniel Johnson [EMAIL PROTECTED]
#The original source site is gone.
#Source: http://www.packetfactory.net/libnet/dist/deprecated/libnet-%v.tar.gz
Source: http://homepage.mac.com/danielj7/libnet-%v.tar.gz
SourceDirectory: Libnet-%v
Source-MD5: ddf53f0f484184390e8c2a1bd0853667
PatchFile: %n.patch
PatchFile-MD5: ba84afda4ea0f24ca8f1e59fa6756f7b
Conflicts: libnet1.1, libnet
Replaces: libnet1.1, libnet
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
UpdateConfigGuess: true
BuildDepends: cctools (= 446-1), fink (= 0.24.12-1), libtool14
InstallScript: 
 make install DESTDIR=%d
 mkdir -p %i/etc
 install -m 644 libnet-config %i/etc

DocFiles: doc/CHANGELOG doc/COPYING doc/README
Description: Set of routines to handle network packets
DescPackaging: 
Patched to build correctly on Intel and use libtool in Makefile
to build shared libraries. We use the libtool -release flag
since upstream interface plans are unknown and probably moot
since there doesn't seem to BE an upstream anymore.

I'm not sure why libnet-config is being installed in etc,
but I left it there since something might use it. I did
remove the ConfFiles field since that caused libnet-config
to stick around even after package removal. Yikes!

Previous revisions by Jeremy Higgs [EMAIL PROTECTED].

Homepage: http://www.packetfactory.net/projects/libnet/
License: OSI-Approved
SplitOff: 
Package: %N-shlibs

Files: lib/libnet-1.0.dylib
Shlibs: %p/lib/libnet-1.0.dylib 0.0.0 %n (= 1.0.2a-101)
DocFiles: doc/CHANGELOG doc/COPYING doc/README


--- NEW FILE: libnet1.0.patch ---
diff -ru Libnet-1.0.2a.orig/Makefile.in Libnet-1.0.2a/Makefile.in
--- Libnet-1.0.2a.orig/Makefile.in  2001-02-05 12:51:41.0 -0500
+++ Libnet-1.0.2a/Makefile.in   2007-01-05 17:53:33.0 -0500
@@ -15,12 +15,12 @@
 srcdir  =   @srcdir@
 BIN_PREFIX  =   @bindir@/
 INC_PREFIX  =   @includedir@/
-LIB_PREFIX  =   @libdir@/
-MAN_PREFIX  =   @MAN_PREFIX@
+LIB_PREFIX  =   @libdir@
+MAN_PREFIX  =   @exec_prefix@/share/man/man3
 
 LIBNET  =   libnet
 LIBPWRITE   =   libpwrite
-LIB =   lib/$(LIBNET).a
+LIB =   lib/$(LIBNET).la
 MAN =   doc/$(LIBNET).3
 INCLUDE =   include/$(LIBNET).h
 INCLUDE-H   =   include/$(LIBNET)/$(LIBNET)-headers.h
@@ -39,45 +39,44 @@
 INSTALL_DATA=   $(srcdir)/install-sh
 CFLAGS  =   @CFLAGS@
 CPPFLAGS=   @CPPFLAGS@
-OBJECTS =   src/libnet_resolve.o\
-   src/libnet_socket.o\
-   src/libnet_checksum.o\
-   src/libnet_prand.o\
-   src/libnet_version.o\
-   src/libnet_write_ip.o\
-   src/libnet_insert_ipo.o\
-   src/libnet_insert_tcpo.o\
-   src/libnet_error.o\
-   src/[EMAIL PROTECTED]@.o\
-   src/libnet_packet_mem.o\
-   src/libnet_build_ip.o\
-   src/libnet_build_tcp.o\
-   src/libnet_build_udp.o\
-   src/libnet_build_arp.o\
-   src/libnet_build_ethernet.o\
-   src/libnet_build_icmp.o\
-   src/libnet_build_igmp.o\
-   src/libnet_build_dns.o\
-   src/libnet_build_snmp.o\
-   src/libnet_build_rip.o\
-   src/libnet_build_ospf.o\
-   src/libnet_build_vrrp.o\
-   src/libnet_asn1.o\
-   src/libnet_hex_dump.o\
-   src/libnet_if_addr.o\
-   src/libnet_port_list.o 
+OBJECTS =   src/libnet_resolve.lo\
+   src/libnet_socket.lo\
+   src/libnet_checksum.lo\
+   src/libnet_prand.lo\
+   src/libnet_version.lo\
+   src/libnet_write_ip.lo\
+   src/libnet_insert_ipo.lo\
+   src/libnet_insert_tcpo.lo\
+   src/libnet_error.lo\
+   src/[EMAIL PROTECTED]@.lo\
+   src/libnet_packet_mem.lo\
+   src/libnet_build_ip.lo\
+   src/libnet_build_tcp.lo\
+   src/libnet_build_udp.lo\
+   src/libnet_build_arp.lo\
+   src/libnet_build_ethernet.lo\
+   src/libnet_build_icmp.lo\
+   src/libnet_build_igmp.lo\
+   src/libnet_build_dns.lo\
+   src/libnet_build_snmp.lo\
+   src/libnet_build_rip.lo\
+   src/libnet_build_ospf.lo\
+   src/libnet_build_vrrp.lo\
+   src/libnet_asn1.lo\
+   src/libnet_hex_dump.lo\
+   src/libnet_if_addr.lo\
+   src/libnet_port_list.lo 
 
-.c.o:
-   $(CC) $(CFLAGS) $(CPPFLAGS) $(DEFINES) -c $ -o $@
+%.lo: %.c
+   glibtool --mode=compile $(CC) 

[svn] commit: r875 - in /trunk/kde-mac: environment-helper.sh make-packages.sh

2007-07-06 Thread ranger
Author: ranger
Date: Fri Jul  6 20:32:57 2007
New Revision: 875

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1rev=875repname=user%3a+ranger
Log:
a bit more cleanup

Modified:
trunk/kde-mac/environment-helper.sh
trunk/kde-mac/make-packages.sh

Modified: trunk/kde-mac/environment-helper.sh
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/environment-helper.shrev=875repname=user%3a+ranger
==
--- trunk/kde-mac/environment-helper.sh (original)
+++ trunk/kde-mac/environment-helper.sh Fri Jul  6 20:32:57 2007
@@ -15,7 +15,7 @@
[ `echo $XDG_CONFIG_DIRS| grep -c -- $dir/etc/xdg:`   -eq 0 ] 
 export XDG_CONFIG_DIRS=$dir/share:$XDG_CONFIG_DIRS
 done
 
-export PERL5LIB=/opt/kde4-deps/lib
+export PERL5LIB=/opt/kde4-deps/lib/perl5
 export CPPFLAGS=$CPPFLAGS -fno-common
 
 case `uname -s` in

Modified: trunk/kde-mac/make-packages.sh
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/make-packages.shrev=875repname=user%3a+ranger
==
--- trunk/kde-mac/make-packages.sh (original)
+++ trunk/kde-mac/make-packages.sh Fri Jul  6 20:32:57 2007
@@ -144,14 +144,14 @@
/usr/bin/make
if [ $MAKE_DMGS = 1 ]; then
rm -rf $ME/$PACKAGE/root/*
-   /usr/bin/make uninstall || :
-   /usr/bin/make install DESTDIR=$ME/$PACKAGE/root
+   /usr/bin/make -j1 uninstall || :
+   /usr/bin/make -j1 install DESTDIR=$ME/$PACKAGE/root
pushd ../..
rm -rf packages/$PACKAGE-* packages/$PACKAGE.*
-   /usr/bin/make packages/$PACKAGE.torrent
+   /usr/bin/make -j1 packages/$PACKAGE.torrent
popd
rm -rf $ME/$PACKAGE/root/*
fi
-   /usr/bin/make install
+   /usr/bin/make -j1 install
popd
 done


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods curses-ui-pm.info, 1.4, 1.5

2007-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs17:/tmp/cvs-serv2791

Modified Files:
curses-ui-pm.info 
Log Message:
Removed 'A' from description to satisfy validator.


Index: curses-ui-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/curses-ui-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- curses-ui-pm.info   17 Feb 2006 01:41:12 -  1.4
+++ curses-ui-pm.info   6 Jul 2007 18:48:22 -   1.5
@@ -9,7 +9,7 @@
 UpdatePOD: true
 DocFiles: BUGS Changes COLOR_TODO CREDITS INSTALL INSTALL README TODO 
examples/*
 License: Artistic
-Description: A UI framework based on the curses library
+Description: UI framework based on the curses library
 DescUsage: Examples can be found in the docs directory.
 Maintainer: Daniel Johnson [EMAIL PROTECTED]
 Homepage: http://search.cpan.org/dist/Curses-UI


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/stable/main/finkinfo/graphics mpeg2dec.patch, NONE, 1.1 mpeg2dec.info, 1.2, 1.3

2007-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/graphics
In directory sc8-pr-cvs17:/tmp/cvs-serv8306/graphics

Modified Files:
mpeg2dec.info 
Added Files:
mpeg2dec.patch 
Log Message:
Sync with unstable.

Index: mpeg2dec.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/graphics/mpeg2dec.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mpeg2dec.info   3 Dec 2004 08:48:04 -   1.2
+++ mpeg2dec.info   6 Jul 2007 19:01:22 -   1.3
@@ -1,27 +1,30 @@
 Package: mpeg2dec
-Version: 0.4.0b
-Revision: 3
-Maintainer: None [EMAIL PROTECTED]
-Depends: %N-shlibs (= %v-%r), x11, sdl-shlibs
-BuildDepends: sdl
+Version: 0.4.1
+Revision: 1
+Maintainer: Daniel Johnson [EMAIL PROTECTED]
+Depends: %N-shlibs (= %v-%r), x11, sdl-shlibs (= 1.2.9-1)
+BuildDepends: sdl (= 1.2.9-1), x11-dev, fink (= 0.24.12)
 Source: http://libmpeg2.sourceforge.net/files/%N-%v.tar.gz
-Source-MD5: 52d10ea80595ec83d8557ba7ac6dc8e6
-SourceDirectory: mpeg2dec-0.4.0
-NoSetLDFLAGS: True
-SetLibs: -L%p/lib
-SetCPPFLAGS: -no-cpp-precomp 
-ConfigureParams: --enable-shared --mandir=%i/share/man
+Source-MD5: 7631b0a4bcfdd0d78c0bb0083080b0dc
+PatchFile: %n.patch
+PatchFile-MD5: 88339213f31f433656d93c55c7ae9687
+ConfigureParams: --enable-shared --mandir=%p/share/man 
--disable-dependency-tracking --with-pic
+InstallScript: make install DESTDIR=%d
 DocFiles: ChangeLog COPYING NEWS README TODO
 SplitOff: 
  Package: %N-shlibs
  Files: lib/*.*.dylib
- Shlibs: %p/lib/libmpeg2.0.dylib 1.0.0 %n (= 0.2.1-1)
+ Shlibs: 
+%p/lib/libmpeg2.0.dylib 1.0.0 %n (= 0.2.1-1)
+%p/lib/libmpeg2convert.0.dylib 1.0.0 %n (= 0.4.0b-4)
+  
  DocFiles: COPYING README
 
 SplitOff2: 
  Package: %N-dev
  Depends: %N-shlibs (= %v-%r)
- Files: include lib/libmpeg2.*
+ Replaces: %N ( 0.4.0b-4)
+ Files: include lib
  DocFiles: COPYING README
  BuildDependsOnly: True
 

--- NEW FILE: mpeg2dec.patch ---
diff -ru mpeg2dec-0.4.1.orig/configure mpeg2dec-0.4.1/configure
--- mpeg2dec-0.4.1.orig/configure   2006-02-15 11:34:16.0 -0500
+++ mpeg2dec-0.4.1/configure2006-09-22 19:56:07.0 -0400
@@ -4081,6 +4081,7 @@
 _ACEOF
 
case $host in
+   i?86-apple-darwin*) TRY_CFLAGS=$OPT_CFLAGS;;
i386-*) TRY_CFLAGS=$OPT_CFLAGS -mcpu=i386;;
i486-*) TRY_CFLAGS=$OPT_CFLAGS -mcpu=i486;;
i586-*) TRY_CFLAGS=$OPT_CFLAGS -mcpu=pentium;;


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/stable/main/finkinfo/libs libuninameslist1.info, 1.3, 1.4 pcre.info, 1.1, 1.2

2007-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs
In directory sc8-pr-cvs17:/tmp/cvs-serv8306/libs

Modified Files:
libuninameslist1.info pcre.info 
Log Message:
Sync with unstable.

Index: pcre.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs/pcre.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pcre.info   17 Feb 2006 07:43:23 -  1.1
+++ pcre.info   6 Jul 2007 19:01:23 -   1.2
@@ -1,53 +1,54 @@
 Package: pcre
-Version: 4.5
+Version: 7.2
 Revision: 1
-Depends: %N-shlibs (= %v-%r), %N-bin
+Depends: %N-shlibs (= %v-%r)
+BuildDepends: gcc3.3
+Replaces: pcre-bin ( 7.0-1)
 BuildDependsOnly: True
-Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%n-%v.tar.bz2
-Source-MD5: c51bd34197008b128046f0799d2242e4
-PatchScript: 
-  ### Fix relink
-  perl -pi.bak -e 's,need_relink=yes,need_relink=no,g' ltmain.sh
-  ### Fix for libtool lines
-  perl -pi.bak -e 's,\$CC \$\(test .\$module = .yes \\ echo -bundle \|\| 
echo -dynamiclib\) \$allow_undefined_flag -o \$lib \$libobjs 
\$deplibs\$linkopts -install_name \$rpath\/\$soname \$\(test -n \\$verstring\ 
-a x\$verstring != x0.0 \\ echo \$verstring\),\$nonopt \$\(test .\$module = 
.yes \\ echo -bundle \$allow_undefined_flag \|\| echo -dynamiclib\) -o \$lib 
\$libobjs \$deplibs\$linkopts \$\(test .\$module != .yes \\ echo 
-install_name \$rpath\/\$soname \$verstring\),g' configure
-  ### Fix for upgrade lib linking
-  perl -pi.bak -e 's,hardcode_direct=yes,hardcode_direct=no,g' configure
-
-### Fix for upgrade lib linking
+Source: mirror:sourceforge:%n/%n-%v.tar.bz2
+Source-MD5: 53305db73855f1ff155dcd2c05d448d3
 NoSetLDFLAGS: true
-ConfigureParams: --mandir='${prefix}/share/man' --enable-utf8
+ConfigureParams: --enable-utf8 --enable-unicode-properties 
--disable-dependency-tracking
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1 
+SetCFLAGS: -g -Os
+SetCXXFLAGS: -g -Os
+GCC: 3.3
 SplitOff2: 
   Package: %N-shlibs
-  Replaces: %N (= 3.9-1)
-  Files: lib/libpcre.*.dylib lib/libpcreposix.*.dylib
+  Files: lib/libpcre.*.dylib lib/libpcreposix.*.dylib lib/libpcrecpp.*.dylib
   Shlibs: 
%p/lib/libpcre.0.dylib 1.0.0 %n (= 3.9-2)
%p/lib/libpcreposix.0.dylib 1.0.0 %n (= 3.9-2)
+   %p/lib/libpcrecpp.0.dylib 1.0.0 %n (= 7.0-2)
   
-  DocFiles: AUTHORS COPYING ChangeLog INSTALL LICENCE NEWS README doc/*.*
+  DocFiles: AUTHORS COPYING ChangeLog INSTALL LICENCE NEWS README
 
 SplitOff: 
   Package: %N-bin
   Depends: %N-shlibs (= %v-%r)
-  Replaces: %N (= 3.9-1)
-  Files: bin share/man/man1
-  DocFiles: AUTHORS COPYING ChangeLog INSTALL LICENCE NEWS README doc/*.*
-
-InstallScript: 
-  make install DESTDIR=%d
-  mkdir -p %i/share/doc/%n  
-  mv doc/html %i/share/doc/%n/
+  Files: bin/pcregrep bin/pcretest share/man/man1/pcregrep.1 
share/man/man1/pcretest.1
+  DocFiles: AUTHORS COPYING ChangeLog INSTALL LICENCE NEWS README
 
-DocFiles: AUTHORS COPYING ChangeLog INSTALL LICENCE NEWS README doc/*.*
-License: OSI-Approved
+InstallScript: make install DESTDIR=%d
+DocFiles: AUTHORS COPYING ChangeLog INSTALL LICENCE NEWS README doc/*.txt 
HACKING
+License: BSD
 Description: Perl Compatible Regular Expressions Library
 DescDetail: 
-The PCRE library is a set of functions that implement regular expression
-pattern matching using the same syntax and semantics as PerlJ5. PCRE has
-its own native API, as well as a set of wrapper functions that correspond
-to the POSIX regular expression API.
+  The PCRE library is a set of functions that implement regular expression
+  pattern matching using the same syntax and semantics as PerlJ5. PCRE has
+  its own native API, as well as a set of wrapper functions that correspond
+  to the POSIX regular expression API and a C++ wrapper library.
+  
+  Previous revisions by Christian Swinehart [EMAIL PROTECTED]
+
+DescPackaging: 
+  Any package which uses the C++ library libpcrecpp.dylib will need a
+  versioned dependency on pcre (= 7.0-1). Packages which don't use
+  the C++ library don't require the versioning.
 
 Homepage: http://www.pcre.org
-Maintainer: Christian Swinehart [EMAIL PROTECTED]
+Maintainer: Daniel Johnson [EMAIL PROTECTED]
+InfoTest: 
+  TestScript: make check || exit 2
+
\ No newline at end of file

Index: libuninameslist1.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/libs/libuninameslist1.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libuninameslist1.info   18 Feb 2006 23:21:00 -  1.3
+++ libuninameslist1.info   6 Jul 2007 19:01:23 -   1.4
@@ -1,13 +1,15 @@
 Package: libuninameslist1
-Version: 20050712
+Version: 20060907
 Revision: 1
 License: BSD
 Source: mirror:sourceforge:libuninameslist/libuninameslist_src-%v.tgz
-Source-MD5: 154549efe3a45ed4fa8d4e63ff6dbabf
+Source-MD5: e5090105b9f09e76838a0af3220b371d
 SourceDirectory: 

[cvs] dists/10.3/stable/main/finkinfo/libs/perlmods berkeleydb-pm.info, 1.5, 1.6 curses-pm.info, 1.4, 1.5 curses-ui-pm.info, 1.1, 1.2 db-file-pm.info, 1.6, 1.7

2007-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs17:/tmp/cvs-serv8306/libs/perlmods

Modified Files:
berkeleydb-pm.info curses-pm.info curses-ui-pm.info 
db-file-pm.info 
Log Message:
Sync with unstable.

Index: db-file-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/libs/perlmods/db-file-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- db-file-pm.info 18 Feb 2006 23:21:00 -  1.6
+++ db-file-pm.info 6 Jul 2007 19:01:23 -   1.7
@@ -1,6 +1,6 @@
 Info2: 
 Package: db-file-pm%type_pkg[perl]
-Version: 1.814
+Version: 1.815
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 BuildDepends: fink (= 0.13.0-1), db43-ssl | db43
@@ -8,7 +8,7 @@
 Conflicts: db-file-pm%type_pkg[perl]-man
 Replaces: db-file-pm%type_pkg[perl]-man
 Source: mirror:cpan:authors/id/P/PM/PMQS/DB_File-%v.tar.gz
-Source-MD5: 5ae102fe172f2aaf771a8d9cae23ca3a
+Source-MD5: 8658ff14f75a5481cd24b3eaed16bfa7
 PatchScript: sed 's|@PREFIX@|%p|g ' %a/%{Ni}.patch | patch -p1
 Type: perl (5.8.1 5.8.6)
 UpdatePOD: true

Index: curses-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/libs/perlmods/curses-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- curses-pm.info  15 Mar 2006 01:44:26 -  1.4
+++ curses-pm.info  6 Jul 2007 19:01:23 -   1.5
@@ -1,10 +1,10 @@
 Info2: 
 Package: curses-pm%type_pkg[perl]
-Version: 1.13
+Version: 1.15
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Source: mirror:cpan:authors/id/G/GI/GIRAFFED/Curses-%v.tgz
-Source-MD5: 33f6a17f9ece7efda2dde3431e1540f6
+Source-MD5: 6f3c5ea61cbbfabe15b0004febcb3a4d
 Type: perl (5.8.1 5.8.6)
 UpdatePOD: true
 DocFiles: Artistic Copying HISTORY INSTALL README
@@ -20,7 +20,7 @@
 CompileScript: 
#!/bin/sh -ev
 
-   cp hints/c-darwin-thread-multi-2level.h c-config.h
+   cp hints/c-darwin.h c-config.h
 
export CURSES_CFLAGS=-I%p/include
export CURSES_LDFLAGS=-L%p/lib -lcurses

Index: curses-ui-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/libs/perlmods/curses-ui-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- curses-ui-pm.info   29 May 2005 23:30:32 -  1.1
+++ curses-ui-pm.info   6 Jul 2007 19:01:23 -   1.2
@@ -2,13 +2,14 @@
 Package: curses-ui-pm%type_pkg[perl]
 Version: 0.95
 Revision: 2
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Source: mirror:cpan:authors/id/M/MA/MARCUS/Curses-UI-%v.tar.gz
 Source-MD5: f1ee30de6cbba611acca785fa668d8b8
 Type: perl (5.8.1 5.8.6)
 UpdatePOD: true
 DocFiles: BUGS Changes COLOR_TODO CREDITS INSTALL INSTALL README TODO 
examples/*
 License: Artistic
-Description: A UI framework based on the curses library
+Description: UI framework based on the curses library
 DescUsage: Examples can be found in the docs directory.
 Maintainer: Daniel Johnson [EMAIL PROTECTED]
 Homepage: http://search.cpan.org/dist/Curses-UI
@@ -18,17 +19,7 @@
 Replaces: curses-ui-pm%type_pkg[perl]-man
 NoPerlTests: True
 InstallScript: 
-make install \
- INSTALLPRIVLIB=%i/lib/perl5/%type_raw[perl] \
- INSTALLARCHLIB=%i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level \
- INSTALLSITELIB=%i/lib/perl5/%type_raw[perl] \
- INSTALLSITEARCH=%i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level \
- INSTALLMAN1DIR=%i/share/man/man1 \
- INSTALLMAN3DIR=%i/lib/perl5/%type_raw[perl]/man/man3 \
- INSTALLSITEMAN1DIR=%i/share/man/man1 \
- INSTALLSITEMAN3DIR=%i/lib/perl5/%type_raw[perl]/man/man3 \
- INSTALLBIN=%i/bin \
- INSTALLSITEBIN=%i/bin \
- INSTALLSCRIPT=%i/bin
+  %{default_script}
+  /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
 
 
\ No newline at end of file

Index: berkeleydb-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/libs/perlmods/berkeleydb-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- berkeleydb-pm.info  15 Mar 2006 01:09:06 -  1.5
+++ berkeleydb-pm.info  6 Jul 2007 19:01:23 -   1.6
@@ -1,6 +1,6 @@
 Info2: 
 Package: berkeleydb-pm%type_pkg[perl]
-Version: 0.27
+Version: 0.31
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 BuildDepends: fink (= 0.20.3), db43-ssl | db43
@@ -8,7 +8,7 @@
 Conflicts: berkeleydb-pm%type_pkg[perl]-man
 Replaces: berkeleydb-pm%type_pkg[perl]-man
 Source: mirror:cpan:authors/id/P/PM/PMQS/BerkeleyDB-%v.tar.gz
-Source-MD5: 43aa72c0c6941af0d656d749ad543e96
+Source-MD5: 48e2cf29d37f457a35eedc3104c41eac
 PatchScript: sed 's|@PREFIX@|%p|g ' %a/%{ni}.patch 

[cvs] dists/10.3/stable/main/finkinfo/sound libmikmod.info, 1.3, 1.4 libmikmod3.info, 1.2, 1.3

2007-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/sound
In directory sc8-pr-cvs17:/tmp/cvs-serv8306/sound

Modified Files:
libmikmod.info libmikmod3.info 
Log Message:
Sync with unstable.

Index: libmikmod3.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/sound/libmikmod3.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libmikmod3.info 18 Nov 2005 18:38:16 -  1.2
+++ libmikmod3.info 6 Jul 2007 19:01:24 -   1.3
@@ -1,6 +1,6 @@
 Package: libmikmod3
 Version: 3.2.0-beta2
-Revision: 2
+Revision: 3
 Depends: %N-shlibs (= %v-%r), macosx
 Conflicts: libmikmod
 Replaces: libmikmod
@@ -8,6 +8,7 @@
 Maintainer: Daniel Johnson [EMAIL PROTECTED]
 Source: http://mikmod.raphnet.net/files/libmikmod-%v.tar.bz2
 Source-MD5: 5b05f3b1167eba7855b8e38bde2b8070
+PatchScript: perl -pi -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' libmikmod.m4
 Patch: %n.patch
 ConfigureParams: --disable-esd --infodir=%p/share/info --mandir=%p/share/man
 InstallScript: make install DESTDIR=%d

Index: libmikmod.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/sound/libmikmod.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libmikmod.info  18 Nov 2005 18:38:16 -  1.3
+++ libmikmod.info  6 Jul 2007 19:01:24 -   1.4
@@ -1,6 +1,6 @@
 Package: libmikmod
 Version: 3.1.11
-Revision: 2
+Revision: 3
 Depends: %N-shlibs (= %v-%r)
 Conflicts: libmikmod3
 Replaces: libmikmod3
@@ -9,7 +9,10 @@
 Source: http://mikmod.raphnet.net/files/%n-%v.tar.gz
 Source-MD5: 705106da305e8de191549f1e7393185c
 UpdateConfigGuess: true
-PatchScript: perl -pi.bak -e's/-version-info/-no-undefined -version-info/g' 
libmikmod/Makefile.in
+PatchScript: 
+  perl -pi.bak -e's/-version-info/-no-undefined -version-info/g' 
libmikmod/Makefile.in
+  perl -pi -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' libmikmod.m4
+
 ConfigureParams: --disable-esd --infodir=%p/share/info --mandir=%p/share/man
 InstallScript: make install DESTDIR=%d
 SplitOff: 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/stable/main/finkinfo/net libnet1.0.info, NONE, 1.1 libnet1.0.patch, NONE, 1.1 libnet1.1.info, NONE, 1.1 libnet1.1.patch, NONE, 1.1 libssh2.1.info, NONE, 1.1 libssh2.info, 1.1, 1.2 pos

2007-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/net
In directory sc8-pr-cvs17:/tmp/cvs-serv8306/net

Modified Files:
libssh2.info postfix.info 
Added Files:
libnet1.0.info libnet1.0.patch libnet1.1.info libnet1.1.patch 
libssh2.1.info 
Log Message:
Sync with unstable.

Index: libssh2.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/net/libssh2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libssh2.info24 Apr 2007 11:46:38 -  1.1
+++ libssh2.info6 Jul 2007 19:01:24 -   1.2
@@ -1,6 +1,6 @@
 Package: libssh2
 Version: 0.14
-Revision: 1
+Revision: 2
 Description: Library implementing the SSH2 protocol
 Maintainer: Daniel Johnson [EMAIL PROTECTED]
 Homepage: http://www.libssh2.org
@@ -12,7 +12,6 @@
   
   Patched and manually installed to do proper versioning.
   Newer versions will use libtool and won't need this hackery.
-  Patched libssh2_config.h.in to disable poll and use select.
 
 
 Source: mirror:sourceforge:libssh2/libssh2-%v.tar.gz
@@ -21,10 +20,11 @@
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: system-openssl-dev
 BuildDependsOnly: true
+Conflicts: libssh2.1
+Replaces: libssh2.1
 
 PatchScript: 
   perl -pi.bak -e's,-flat_namespace,-install_name %p/lib/libssh2.0.dylib 
-current_version 1.0.0 -compatibility_version 1.0.0,' configure
-  perl -pi.bak -e's,#undef HAVE_POLL,/* $ */,' include/libssh2_config.h.in
 
 
 NoSetCPPFLAGS: true

--- NEW FILE: libssh2.1.info ---
Package: libssh2.1
Version: 0.15
Revision: 1
Description: Library implementing the SSH2 protocol
Maintainer: Daniel Johnson [EMAIL PROTECTED]
Homepage: http://www.libssh2.org
License: BSD
DescPackaging: 
  The actual name of this library is libssh2; the 2 has
  nothing to do with the version number. The major version
  number is actually 1.


Source: mirror:sourceforge:libssh2/libssh2-%v.tar.gz
Source-MD5: 6c641d6dc0d0e546249cad1d16f10a6a

Depends: %N-shlibs (= %v-%r)
BuildDepends: system-openssl-dev
BuildDependsOnly: true
Conflicts: libssh2
Replaces: libssh2

NoSetCPPFLAGS: true
NoSetLDFLAGS: true
ConfigureParams: --with-openssl=%p/lib/system-openssl --with-libz=/usr 
--disable-dependency-tracking

InstallScript: 
  make install DESTDIR=%d


DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README

SplitOff: 
  Package: %N-shlibs
  
  Files: lib/libssh2.1.0.0.dylib lib/libssh2.1.dylib
  Shlibs: %p/lib/libssh2.1.dylib 2.0.0 %n (= 0.14.99-1)
  DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README


InfoTest: 
  TestScript: make check || exit 2

--- NEW FILE: libnet1.0.info ---
Package: libnet1.0
Version: 1.0.2a
Revision: 101
Maintainer: Daniel Johnson [EMAIL PROTECTED]
#The original source site is gone.
#Source: http://www.packetfactory.net/libnet/dist/deprecated/libnet-%v.tar.gz
Source: http://homepage.mac.com/danielj7/libnet-%v.tar.gz
SourceDirectory: Libnet-%v
Source-MD5: ddf53f0f484184390e8c2a1bd0853667
PatchFile: %n.patch
PatchFile-MD5: 031fdc57c93f169b59b838c6931e092c
Conflicts: libnet1.1, libnet
Replaces: libnet1.1, libnet
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
UpdateConfigGuess: true
BuildDepends: cctools (= 446-1), fink (= 0.24.12-1), libtool14
InstallScript: 
 make install DESTDIR=%d
 mkdir -p %i/etc
 install -m 644 libnet-config %i/etc

DocFiles: doc/CHANGELOG doc/COPYING doc/README
Description: Set of routines to handle network packets
DescPackaging: 
Patched to build correctly on Intel and use libtool in Makefile
to build shared libraries. We use the libtool -release flag
since upstream interface plans are unknown and probably moot
since there doesn't seem to BE an upstream anymore.

I'm not sure why libnet-config is being installed in etc,
but I left it there since something might use it. I did
remove the ConfFiles field since that caused libnet-config
to stick around even after package removal. Yikes!

Previous revisions by Jeremy Higgs [EMAIL PROTECTED].

Homepage: http://www.packetfactory.net/projects/libnet/
License: OSI-Approved
SplitOff: 
Package: %N-shlibs

Files: lib/libnet-1.0.dylib
Shlibs: %p/lib/libnet-1.0.dylib 0.0.0 %n (= 1.0.2a-101)
DocFiles: doc/CHANGELOG doc/COPYING doc/README


Index: postfix.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/net/postfix.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- postfix.info18 Apr 2007 23:31:30 -  1.8
+++ postfix.info6 Jul 2007 19:01:24 -   1.9
@@ -1,6 +1,6 @@
 Info2: 
 Package: postfix%type_pkg[-mysql]%type_pkg[-ldap]
-Version: 2.3.8
+Version: 2.4.3
 Revision: 1
 Type: -mysql (boolean), -ldap (boolean)
 
@@ -105,7 +105,7 @@
 Recommends: cyrus-sasl2
 
 Source: 
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-%v.tar.gz
-Source-MD5: a6c560657788fc7a5444fa9ea32f5513
+Source-MD5: 

[cvs] dists/10.4/stable/main/finkinfo/net libcurl4.info,1.1,1.2

2007-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sc8-pr-cvs17:/tmp/cvs-serv14725

Modified Files:
libcurl4.info 
Log Message:
Sync with unstable.


Index: libcurl4.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/libcurl4.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libcurl4.info   24 Apr 2007 11:47:41 -  1.1
+++ libcurl4.info   6 Jul 2007 19:17:24 -   1.2
@@ -1,6 +1,6 @@
 Package: libcurl4
-Version: 7.16.2
-Revision: 1
+Version: 7.16.3
+Revision: 102
 Description: Lib. for transferring files with URL syntax
 DescPackaging: 
   Now use System's OpenSSL.
@@ -9,9 +9,9 @@
   should be careful to link to the proper libssl and libcrypto.
   Either make sure -L%p/lib/system-openssl/lib comes before -L%p/lib
   when linking, or use a BuildConflicts: openssl-dev, openssl097-dev
-  Now links to libssh2. Packages that BuildDepend on libcurl4 might
-  need to also BuildDepend on system-openssl-dev and libssh2 if they
-  link to -lss -lcrypt -lssh2.
+  Now links to libssh2.1. Packages that BuildDepend on libcurl4 might
+  need to also BuildDepend on system-openssl-dev and libssh2.1 if they
+  link to -lssl -lcrypto -lssh2.
   
   No longer need --mandir. Private symbols now hidden with gcc 4.
   Depend on pkgconfig = 0.20-1
@@ -24,10 +24,10 @@
 License: OSI-Approved
 
 Source: http://curl.haxx.se/download/curl-%v.tar.bz2
-Source-MD5: 37a1de15c4300ca9413d39d2bcea9b36
+Source-MD5: ed55dfa8946ad53f245fae5db3a9d0ca
 
 Depends: %N-shlibs (= %v-%r), pkgconfig (= 0.20-1)
-BuildDepends: system-openssl-dev, fink (= 0.25.0), libssh2
+BuildDepends: system-openssl-dev, fink (= 0.25.0), libssh2.1
 Conflicts: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl3, libcurl3-ssl, 
libcurl3-unified
 Replaces: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl3, libcurl3-ssl, 
libcurl3-unified
 BuildDependsOnly: True
@@ -37,7 +37,7 @@
 
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
-ConfigureParams: --with-ssl=%p/lib/system-openssl --without-gnutls 
--without-libidn --disable-dependency-tracking 
--with-ldap-lib=/usr/lib/libldap.dylib --with-lber-lib=/usr/lib/liblber.dylib 
--enable-hidden-symbols --with-libssh2=%p
+ConfigureParams: --with-ssl=%p/lib/system-openssl --without-gnutls 
--without-libidn --disable-dependency-tracking 
--with-ldap-lib=/usr/lib/libldap.dylib --with-lber-lib=/usr/lib/liblber.dylib 
--enable-hidden-symbols --with-libssh2=%p --with-gssapi=/usr
 InstallScript: 
   make install DESTDIR=%d
   /bin/mkdir -p %I/share/doc/%N
@@ -52,7 +52,7 @@
 SplitOff: 
   Package: %N-shlibs
   
-  Depends: libssh2-shlibs
+  Depends: libssh2.1-shlibs
 
   Files: lib/libcurl.4.0.0.dylib lib/libcurl.4.dylib
   Shlibs: %p/lib/libcurl.4.dylib 5.0.0 %n (= 7.16.0-1)
@@ -92,9 +92,9 @@
 #Haven't been able to figure out why.
 #It's believed to be an issue with the test system, not libcurl itself.
 if [ %m == i386 ]; then
-   echo '503' tests/data/DISABLED
+#  echo '503' tests/data/DISABLED
echo '530' tests/data/DISABLED
-   echo '531' tests/data/DISABLED
+#  echo '531' tests/data/DISABLED
 fi
 
 #These scp/sftp tests can't be run as root.
@@ -108,10 +108,11 @@
 echo '607' tests/data/DISABLED
 echo '608' tests/data/DISABLED
 echo '609' tests/data/DISABLED
-
-#Someone actually registered non-existing-host.com
-#which causes test 534 to fail.
-perl -pi -e 's/non-existing-host.com/non-existing-host.haxx.se/;' 
tests/data/test534
+echo '610' tests/data/DISABLED
+echo '611' tests/data/DISABLED
+echo '612' tests/data/DISABLED
+echo '613' tests/data/DISABLED
+echo '614' tests/data/DISABLED
 
 #Build and run the tests
 make test-full || exit 2


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/stable/main/finkinfo/net libcurl4.info,1.1,1.2

2007-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/net
In directory sc8-pr-cvs17:/tmp/cvs-serv15127

Modified Files:
libcurl4.info 
Log Message:
Sync with unstable.


Index: libcurl4.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/net/libcurl4.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libcurl4.info   24 Apr 2007 11:46:38 -  1.1
+++ libcurl4.info   6 Jul 2007 19:18:35 -   1.2
@@ -1,6 +1,6 @@
 Package: libcurl4
-Version: 7.16.2
-Revision: 1
+Version: 7.16.3
+Revision: 2
 Description: Lib. for transferring files with URL syntax
 DescPackaging: 
   Now use System's OpenSSL.
@@ -9,9 +9,9 @@
   should be careful to link to the proper libssl and libcrypto.
   Either make sure -L%p/lib/system-openssl/lib comes before -L%p/lib
   when linking, or use a BuildConflicts: openssl-dev, openssl097-dev
-  Now links to libssh2. Packages that BuildDepend on libcurl4 might
-  need to also BuildDepend on system-openssl-dev and libssh2 if they
-  link to -lss -lcrypt -lssh2.
+  Now links to libssh2.1. Packages that BuildDepend on libcurl4 might
+  need to also BuildDepend on system-openssl-dev and libssh2.1 if they
+  link to -lssl -lcrypto -lssh2.
   
   No longer need --mandir. Private symbols now hidden with gcc 4.
   Depend on pkgconfig = 0.20-1
@@ -24,10 +24,10 @@
 License: OSI-Approved
 
 Source: http://curl.haxx.se/download/curl-%v.tar.bz2
-Source-MD5: 37a1de15c4300ca9413d39d2bcea9b36
+Source-MD5: ed55dfa8946ad53f245fae5db3a9d0ca
 
 Depends: %N-shlibs (= %v-%r), pkgconfig (= 0.20-1)
-BuildDepends: system-openssl-dev, fink (= 0.25.0), libssh2
+BuildDepends: system-openssl-dev, fink (= 0.25.0), libssh2.1
 Conflicts: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl3, libcurl3-ssl, 
libcurl3-unified
 Replaces: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl3, libcurl3-ssl, 
libcurl3-unified
 BuildDependsOnly: True
@@ -52,7 +52,7 @@
 SplitOff: 
   Package: %N-shlibs
   
-  Depends: libssh2-shlibs
+  Depends: libssh2.1-shlibs
 
   Files: lib/libcurl.4.0.0.dylib lib/libcurl.4.dylib
   Shlibs: %p/lib/libcurl.4.dylib 5.0.0 %n (= 7.16.0-1)
@@ -92,9 +92,9 @@
 #Haven't been able to figure out why.
 #It's believed to be an issue with the test system, not libcurl itself.
 if [ %m == i386 ]; then
-   echo '503' tests/data/DISABLED
+#  echo '503' tests/data/DISABLED
echo '530' tests/data/DISABLED
-   echo '531' tests/data/DISABLED
+#  echo '531' tests/data/DISABLED
 fi
 
 #These scp/sftp tests can't be run as root.
@@ -108,10 +108,11 @@
 echo '607' tests/data/DISABLED
 echo '608' tests/data/DISABLED
 echo '609' tests/data/DISABLED
-
-#Someone actually registered non-existing-host.com
-#which causes test 534 to fail.
-perl -pi -e 's/non-existing-host.com/non-existing-host.haxx.se/;' 
tests/data/test534
+echo '610' tests/data/DISABLED
+echo '611' tests/data/DISABLED
+echo '612' tests/data/DISABLED
+echo '613' tests/data/DISABLED
+echo '614' tests/data/DISABLED
 
 #Build and run the tests
 make test-full || exit 2


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] experimental/jfmertens/main/finkinfo/sci octave.info,1.1,1.2

2007-07-06 Thread Jean-Fran�ois Mertens
Update of /cvsroot/fink/experimental/jfmertens/main/finkinfo/sci
In directory sc8-pr-cvs17:/tmp/cvs-serv15222

Modified Files:
octave.info 
Log Message:
further cleanup

Index: octave.info
===
RCS file: /cvsroot/fink/experimental/jfmertens/main/finkinfo/sci/octave.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- octave.info 6 Jul 2007 17:08:43 -   1.1
+++ octave.info 6 Jul 2007 23:25:42 -   1.2
@@ -5,10 +5,10 @@
 BuildDependsOnly: false
 Source: ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-%v.tar.gz
 Source-MD5: 2d6db5c0400671ccc039d1e2c52b4280
-BuildDepends: glpk-dev, hdf5, readline5, texinfo, g95 (= 0.50-20060321), 
libncurses5, tetex-base, fftw3, texi2html, tetex-base, libcurl4, sed, pcre
-Depends: glpk-shlibs, gnuplot | gnuplot-max | gnuplot-nox, readline5-shlibs, 
fftw3-shlibs, hdf5-shlibs, ncurses, libncurses5-shlibs, aquaterm, 
libcurl4-shlibs, pcre-shlibs
+BuildDepends: glpk-dev, hdf5, readline5, texinfo, g95 (= 0.50-20060321), 
libncurses5, fftw3, texi2html, tetex-base, libcurl4, sed, pcre
+Depends: glpk-shlibs, gnuplot-max | gnuplot | gnuplot-nox, readline5-shlibs, 
fftw3-shlibs, hdf5-shlibs, ncurses, libncurses5-shlibs, aquaterm, 
libcurl4-shlibs, pcre-shlibs
 BuildConflicts: libcdparanoia0-dev, coot-dev, broken-gcc, lammpi-dev
-GCC: 4.0 
+GCC: 4.0
 Patch: %n.patch
 Conflicts: octave-atlas
 Replaces: octave-atlas


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/kde digikam.info,1.9,1.10

2007-07-06 Thread jack
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sc8-pr-cvs17:/tmp/cvs-serv5292/unstable/main/finkinfo/kde

Modified Files:
digikam.info 
Log Message:
updated deps, added installscript

Index: digikam.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/digikam.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- digikam.info25 Jun 2007 01:33:16 -  1.9
+++ digikam.info7 Jul 2007 00:23:10 -   1.10
@@ -1,9 +1,9 @@
 Package: digikam
 Version: 0.9.2
-Revision: 1007
+Revision: 1008
 Source: mirror:sourceforge:digikam/%n-%v-final.tar.bz2
-Depends: %N-shlibs (= %v-%r), libgphoto2-shlibs, libexif12-shlibs, libiconv, 
libgettext3-shlibs, libtool14-shlibs, lcms-shlibs, sqlite3-shlibs, 
kdelibs3-unified (= 3.5-1), libkipi-shlibs, libart2-shlibs, libidn-shlibs, 
qt3-shlibs, libjpeg-shlibs, libtiff-shlibs, libpng3-shlibs, pcre-shlibs, 
expat1-shlibs, freetype219-shlibs, libkexiv2-shlibs (= 0.1.5-1003), 
libkdcraw-shlibs, libjasper1-shlibs
-BuildDepends: libgphoto2, gettext-tools, libexif12, libiconv-dev, 
libgettext3-dev, libtool14, libexiv2, kdelibs3-unified-dev, libkipi, libart2, 
libidn, qt3, libjpeg, libtiff, libpng3, freetype219, graphviz, doxygen, pcre, 
expat1, sqlite3-dev, libxml2-bin, lcms, pkgconfig, libkexiv2 (= 0.1.5-1003), 
libkdcraw, libjasper1
+Depends: %N-shlibs (= %v-%r), libgphoto2-shlibs, libexif12-shlibs, libiconv, 
libgettext3-shlibs, libtool14-shlibs, lcms-shlibs, sqlite3-shlibs, 
kdelibs3-unified (= 3.5-1), libkipi-shlibs, libart2-shlibs, libidn-shlibs, 
qt3-shlibs, libjpeg-shlibs, libtiff-shlibs, libpng3-shlibs, pcre-shlibs, 
expat1-shlibs, freetype219-shlibs, libkexiv2-shlibs (= 0.1.5-1003), 
libkdcraw-shlibs, libjasper.1-shlibs
+BuildDepends: libgphoto2, gettext-tools, libexif12, libiconv-dev, 
libgettext3-dev, libtool14, libexiv2, kdelibs3-unified-dev, libkipi, libart2, 
libidn, qt3, libjpeg, libtiff, libpng3, freetype219, graphviz, doxygen, pcre, 
expat1, sqlite3-dev, libxml2-bin, lcms, pkgconfig, libkexiv2 (= 0.1.5-1003), 
libkdcraw, libjasper.1
 Recommends: kdebase3-unified (= 3.5-1), kipi-plugins
 Replaces: %N-imageplugins (= 0.9.1-1337)
 GCC: 4.0
@@ -16,6 +16,7 @@
 ConfigureParams: --mandir=%{i}/share/man --with-extra-libs=%{p}/lib 
--with-extra-includes=%{p}/include --disable-dependency-tracking
 SetLDFLAGS: -L%{p}/lib/freetype219/lib -L%{p}/lib/fontconfig2/lib
 SetCPPFLAGS: -I%{p}/lib/freetype219/include -I%{p}/lib/fontconfig2/include
+InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README RELEASE.rev 
TODO
 Splitoff: 
   Package: %N-shlibs


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/kde digikam.info,1.10,1.11

2007-07-06 Thread jack
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sc8-pr-cvs17:/tmp/cvs-serv5685/unstable/main/finkinfo/kde

Modified Files:
digikam.info 
Log Message:
woops, should be fine now

Index: digikam.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/digikam.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- digikam.info7 Jul 2007 00:23:10 -   1.10
+++ digikam.info7 Jul 2007 00:24:11 -   1.11
@@ -13,7 +13,7 @@
 Description: KDE - Digital photo management
 Source-MD5: 0f67edf65c394c96cb60d48e4e2bfebd
 PatchScript: perl -pi -e s/-g -O/-O/g;s/-O2/-Os/g;s,doc/HTML,doc/kde,g, 
configure
-ConfigureParams: --mandir=%{i}/share/man --with-extra-libs=%{p}/lib 
--with-extra-includes=%{p}/include --disable-dependency-tracking
+ConfigureParams: --mandir=%{p}/share/man --with-extra-libs=%{p}/lib 
--with-extra-includes=%{p}/include --disable-dependency-tracking
 SetLDFLAGS: -L%{p}/lib/freetype219/lib -L%{p}/lib/fontconfig2/lib
 SetCPPFLAGS: -I%{p}/lib/freetype219/include -I%{p}/lib/fontconfig2/include
 InstallScript: make install DESTDIR=%d


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/languages ocaml-findlib.info, NONE, 1.1 ocaml-findlib.patch, NONE, 1.1

2007-07-06 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs17:/tmp/cvs-serv15955/main/finkinfo/languages

Added Files:
ocaml-findlib.info ocaml-findlib.patch 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1745118group_id=17203atid=414256

--- NEW FILE: ocaml-findlib.patch ---
diff -Nurd findlib-1.1.2pl1.orig/Makefile findlib-1.1.2pl1/Makefile
--- findlib-1.1.2pl1.orig/Makefile  2006-01-17 08:04:50.0 +0900
+++ findlib-1.1.2pl1/Makefile   2007-06-28 18:34:50.0 +0900
@@ -22,7 +22,7 @@
$(MAKE) install-meta
cd src/findlib; $(MAKE) install-num-top
$(MAKE) install-config
-   cp tools/safe_camlp4 $(OCAMLFIND_BIN)
+   cp tools/safe_camlp4 $(prefix)$(OCAMLFIND_BIN)
 
 uninstall:
$(MAKE) uninstall-doc

--- NEW FILE: ocaml-findlib.info ---
Package: ocaml-findlib
Version: 1.1.2
Revision: 1
Description: Ocaml library management system
BuildDepends: ocaml (= 3.00)
Depends: ocaml (= 3.00)
DescPort: Uses custom configure script.
SetMAKEFLAGS: -j1
NoSetMAKEFLAGS: true
Patch: %n.patch
Source: http://www.ocaml-programming.de/packages/findlib-1.1.2pl1.tar.gz
Source-MD5: df4c9176e9d5b8a6d37668d108fae923
Maintainer: Heejong Lee [EMAIL PROTECTED]
Homepage: http://www.ocaml-programming.de/programming/findlib.html
License: OSI-Approved
CompileScript: 
 ./configure -mandir %p/share/man
 make all opt

InstallScript: 
 make install prefix=%d

DocFiles: LICENSE doc/README


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/games chromium.info, NONE, 1.1 chromium.patch, NONE, 1.1

2007-07-06 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sc8-pr-cvs17:/tmp/cvs-serv17889

Added Files:
chromium.info chromium.patch 
Log Message:
New from tracker /n 
http://sourceforge.net/tracker/index.php?func=detailaid=1745454group_id=17203atid=414256

--- NEW FILE: chromium.patch ---
diff -ruN Chromium-0.9-orig/configure Chromium-0.9/configure
--- Chromium-0.9-orig/configure 2001-05-11 01:17:12.0 -0400
+++ Chromium-0.9/configure  2007-07-02 11:03:09.0 -0400
@@ -14,8 +14,8 @@
 
 ## Where do we look for stuff?
 ###
-std_bin_dirs=/usr/bin /usr/X11R6/bin /usr/local/bin $HOME/bin
-std_lib_dirs=/usr/lib /usr/X11R6/lib /usr/local/lib $HOME/lib
+std_bin_dirs=/usr/bin @FINKPREFIX@/bin $HOME/bin
+std_lib_dirs=/usr/lib @FINKPREFIX@/lib $HOME/lib
 
 ## Bring in the functions
 ###
@@ -157,9 +157,9 @@
 
 ## set up other config.mak variables
 ##
-GL_LIBS=-lglpng -lGL -lGLU -lm
-AL_LIBS=-L../support/openal/lib -lopenal -ldl 
-AL_CFLAGS=-I../support/openal/linux/include -I../support/openal/include
+GL_LIBS=-lglpng -framework OpenGL -lm
+AL_LIBS=[EMAIL PROTECTED]@/lib -lopenal -ldl 
+AL_CFLAGS=[EMAIL PROTECTED]@/include/openal -I../support/openal/include
 
 ## write out config.mak
 ##
diff -ruN Chromium-0.9-orig/scripts/Makefile.no-setup 
Chromium-0.9/scripts/Makefile.no-setup
--- Chromium-0.9-orig/scripts/Makefile.no-setup 2001-02-09 21:32:31.0 
-0500
+++ Chromium-0.9/scripts/Makefile.no-setup  2007-07-02 09:56:25.0 
-0400
@@ -1,5 +1,4 @@
 SUPPORT_DIRS   =\
-   ./support/openal/ \
./support/glpng/src
 
 CHROMIUM_DIRS  =   \
diff -ruN Chromium-0.9-orig/scripts/configure_functions 
Chromium-0.9/scripts/configure_functions
--- Chromium-0.9-orig/scripts/configure_functions   2001-03-31 
16:21:24.0 -0500
+++ Chromium-0.9/scripts/configure_functions2007-07-02 09:56:25.0 
-0400
@@ -191,7 +191,7 @@
local LIBVORBISFILE

for directory in $std_lib_dirs; do
-   if [ -f $directory/libvorbis.so ]; then
+   if [ -f $directory/libvorbis.dylib ]; then
LIBVORBISDIR=$directory
LIBVORBIS=-lvorbis
fi
diff -ruN Chromium-0.9-orig/src/MainSDL_Event.cpp 
Chromium-0.9/src/MainSDL_Event.cpp
--- Chromium-0.9-orig/src/MainSDL_Event.cpp 2001-05-20 21:36:48.0 
-0400
+++ Chromium-0.9/src/MainSDL_Event.cpp  2007-07-02 09:56:25.0 -0400
@@ -325,10 +325,10 @@
game-hero-moveEvent( 10, 0);
break;
case SDLK_UP:
-   game-hero-moveEvent(0, -10);
+   game-hero-moveEvent(0, 10);
break;
case SDLK_DOWN:
-   game-hero-moveEvent(0,  10);
+   game-hero-moveEvent(0, -10);
break;
 // case SDLK_SPACE:
 // game-hero-fireGun(true);
diff -ruN Chromium-0.9-orig/src/Makefile Chromium-0.9/src/Makefile
--- Chromium-0.9-orig/src/Makefile  2001-05-22 01:25:50.0 -0400
+++ Chromium-0.9/src/Makefile   2007-07-02 11:12:45.0 -0400
@@ -12,10 +12,10 @@
 CXX=   g++
 CFLAGS =   -pipe $(PKG_CFLAGS) $(AL_CFLAGS) $(SDL_CFLAGS) $(SMPEG_CFLAGS) 
-O2 -DOLD_OPENAL -DAUDIO_OPENAL -D_REENTRANT
 CXXFLAGS=  -pipe $(PKG_CFLAGS) $(AL_CFLAGS) $(SDL_CFLAGS) $(SMPEG_CFLAGS) 
-O2 -DOLD_OPENAL -DAUDIO_OPENAL -D_REENTRANT
-INCPATH=   -I../support/include -I../support/glpng/include 
-I/usr/X11R6/include
+INCPATH=   -I../support/include -I../support/glpng/include [EMAIL 
PROTECTED]@/include
 LINK   =   g++
 LFLAGS =   
-LIBS   =   $(SUBLIBS) -L../support/glpng/lib -L/usr/lib -L/usr/X11R6/lib 
-L/usr/local/lib $(GL_LIBS) $(AL_LIBS) $(SDL_LIBS) $(SMPEG_LIBS) $(VORBIS_LIBS)
+LIBS   =   $(SUBLIBS) -L../support/glpng/lib -L/usr/lib [EMAIL 
PROTECTED]@/lib $(GL_LIBS) $(AL_LIBS) $(SDL_LIBS) $(SMPEG_LIBS) $(VORBIS_LIBS) 
-undefined suppress -flat_namespace
 MOC=   $(QTDIR)/bin/moc
 UIC=   $(QTDIR)/bin/uic
 
diff -ruN Chromium-0.9-orig/src/NCString.cpp Chromium-0.9/src/NCString.cpp
--- Chromium-0.9-orig/src/NCString.cpp  2001-05-20 13:04:58.0 -0400
+++ Chromium-0.9/src/NCString.cpp   2007-07-02 09:56:25.0 -0400
@@ -1055,7 +1055,7 @@
 uint NCString::toULong(const char *str, bool *ok)
 {
int n;
-   ulong tmp = 0;
+   u_long tmp = 0;
if(str)
{
n = sscanf(str, %lu, tmp);
diff -ruN Chromium-0.9-orig/src/define.h Chromium-0.9/src/define.h
--- Chromium-0.9-orig/src/define.h  2001-02-09 21:33:24.0 -0500
+++ Chromium-0.9/src/define.h   2007-07-02 

[cvs] dists/10.4/stable/main/finkinfo/utils clamav.info,1.9,1.10

2007-07-06 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory sc8-pr-cvs17:/tmp/cvs-serv22288

Modified Files:
clamav.info 
Log Message:
Sync with unstable now that libssh2.1 is in stable, too

Index: clamav.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/clamav.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- clamav.info 6 Jun 2007 01:37:03 -   1.9
+++ clamav.info 7 Jul 2007 01:06:26 -   1.10
@@ -1,7 +1,7 @@
 Info3: 
 Package: clamav
 Version: 0.90.3
-Revision: 51
+Revision: 52
 
 Description: Clam Anti-Virus scanner
 DescDetail: 
@@ -45,7 +45,7 @@
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: d42ccf7a32daeb7c7cc3c8c23a7793ea
 
-BuildDepends: gmp (= 4.1.4-1), bzip2, bzip2-dev, system-openssl-dev, 
libcurl4, libssh2
+BuildDepends: gmp (= 4.1.4-1), bzip2, bzip2-dev, system-openssl-dev, 
libcurl4, libssh2.1
 Depends: clamav2-shlibs (=%v-%r), unrar
 
 CompileScript: 
@@ -81,7 +81,7 @@
 SplitOff: 
   Description: Shared libraries for ClamAV
   Package: clamav2-shlibs
-  Depends: bzip2-shlibs, gmp-shlibs (= 4.1.4-1), libcurl4-shlibs, 
libssh2-shlibs, libiconv
+  Depends: bzip2-shlibs, gmp-shlibs (= 4.1.4-1), libcurl4-shlibs, 
libssh2.1-shlibs, libiconv
   InstallScript: 
 /usr/bin/install -d -m 755 %i/lib
 /bin/mv %I/lib/libclamav.2*.dylib %i/lib


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/stable/main/finkinfo/utils clamav.info,1.19,1.20

2007-07-06 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/utils
In directory sc8-pr-cvs17:/tmp/cvs-serv23112

Modified Files:
clamav.info 
Log Message:
Sync with unstable now that libssh2.1 is in stable, too

Index: clamav.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/utils/clamav.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- clamav.info 24 Apr 2007 13:14:18 -  1.19
+++ clamav.info 7 Jul 2007 01:08:22 -   1.20
@@ -1,7 +1,7 @@
 Info3: 
 Package: clamav
-Version: 0.90.2
-Revision: 1
+Version: 0.90.3
+Revision: 2
 
 Description: Clam Anti-Virus scanner
 DescDetail: 
@@ -43,9 +43,9 @@
 Homepage: http://www.clamav.net/
 License: GPL
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 39d1f07a399b551b55096b6ec7325c33
+Source-MD5: d42ccf7a32daeb7c7cc3c8c23a7793ea
 
-BuildDepends: gmp (= 4.1.4-1), bzip2, bzip2-dev, system-openssl-dev, 
libcurl4, libssh2
+BuildDepends: gmp (= 4.1.4-1), bzip2, bzip2-dev, system-openssl-dev, 
libcurl4, libssh2.1
 Depends: clamav2-shlibs (=%v-%r), unrar, passwd (= 20030202-2)
 
 CompileScript: 
@@ -81,7 +81,7 @@
 SplitOff: 
   Description: Shared libraries for ClamAV
   Package: clamav2-shlibs
-  Depends: bzip2-shlibs, gmp-shlibs (= 4.1.4-1), libcurl4-shlibs, 
libssh2-shlibs
+  Depends: bzip2-shlibs, gmp-shlibs (= 4.1.4-1), libcurl4-shlibs, 
libssh2.1-shlibs, libiconv
   InstallScript: 
 /usr/bin/install -d -m 755 %i/lib
 /bin/mv %I/lib/libclamav.2*.dylib %i/lib


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/kde kipi-plugins.info, 1.3, 1.4

2007-07-06 Thread jack
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sc8-pr-cvs17:/tmp/cvs-serv12526/unstable/main/finkinfo/kde

Modified Files:
kipi-plugins.info 
Log Message:
disabled the kameraclient plugin

Index: kipi-plugins.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/kipi-plugins.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- kipi-plugins.info   5 Jul 2007 16:33:07 -   1.3
+++ kipi-plugins.info   7 Jul 2007 02:04:54 -   1.4
@@ -1,6 +1,6 @@
 Package: kipi-plugins
 Version: 0.1.2
-Revision: 1004
+Revision: 1006
 Source: mirror:sourceforge:kipi/kipi-plugins-%v.tar.bz2
 Depends: bzip2-shlibs, fontconfig2-shlibs, freetype219-shlibs, 
imagemagick-shlibs, imlib2-shlibs, kdelibs3-unified (= 3.5-1), lcms-shlibs, 
libart2-shlibs, libexif12-shlibs, libgettext3-shlibs, libiconv, libidn-shlibs, 
libjpeg-shlibs, libkexif-shlibs, libkipi-shlibs (= %v-1), libpng3-shlibs, 
libtiff-shlibs, libtool14-shlibs, libxml2-shlibs, libxslt-shlibs, pcre-shlibs, 
qt3-shlibs, libgphoto2-shlibs
 BuildDepends: libkipi, libkexif, bzip2, fontconfig2-dev, freetype219, 
imagemagick, imlib2, kdelibs3-unified-dev (= 3.5-1), lcms, libart2, libexif12, 
libgettext3-dev, libiconv-dev, libidn, libjpeg, libkipi (= %v-1), libpng3, 
libtiff, libtool14, libxml2, libxml2-bin, libxslt, pcre, qt3, gettext-tools, 
libgphoto2
@@ -14,5 +14,6 @@
 SetLDFLAGS: -L%{p}/lib/freetype219/lib -L%{p}/lib/fontconfig2/lib
 SetCPPFLAGS: -I%{p}/lib/freetype219/include -I%{p}/lib/fontconfig2/include
 ConfigureParams: --mandir=%{i}/share/man --with-extra-libs=%{p}/lib 
--with-extra-includes=%{p}/include --disable-dependency-tracking
-PatchScript: perl -pi -e s/-g -O/-O/g;s/-O2/-Os/g;s,doc/HTML,doc/kde, 
configure
+PatchScript: perl -pi -e 's/-g 
-O/-O/g;s/-O2/-Os/g;s,doc/HTML,doc/kde,;s/x\$have_gphoto/damnit/' configure
 DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
+DescPackaging: Had to disable the kameraklient plugin for now.
\ No newline at end of file


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits