dists/10.4/unstable/main/finkinfo/net ipv6calc.info,1.1,1.2 ipv6calc.patch,1.3,1.4

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13574/10.4/unstable/main/finkinfo/net

Modified Files:
ipv6calc.info ipv6calc.patch 
Log Message:
Don't try things that are destined to fail but whose failure doesn't matter or 
isn't handled properly.


Index: ipv6calc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/ipv6calc.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ipv6calc.info   20 Jan 2006 20:28:28 -  1.1
+++ ipv6calc.info   29 Mar 2006 06:57:10 -  1.2
@@ -29,10 +29,12 @@
 <<
 DocFiles: COPYING CREDITS ChangeLog LICENSE README TODO USAGE
 
-DescPort: <<
+DescPackaging: <<
   Use system's getopt.
 
   configure path params are severely mis-handled:(
+
+  Skip things that are known to fail harmlessly.
 <<
 
 Description: Converter/processor for IPv6 addresses

Index: ipv6calc.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/ipv6calc.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ipv6calc.patch  29 Mar 2006 06:35:43 -  1.3
+++ ipv6calc.patch  29 Mar 2006 06:57:10 -  1.4
@@ -92,6 +92,20 @@
install -m 755 ipv6logconv $(root)@bindir@
 -  
 +
+diff -Nurd -x'*~' ipv6calc-0.50.orig/ipv6logconv/test_ipv6logconv.sh 
ipv6calc-0.50/ipv6logconv/test_ipv6logconv.sh
+--- ipv6calc-0.50.orig/ipv6logconv/test_ipv6logconv.sh 2005-09-15 
13:49:02.0 -0400
 ipv6calc-0.50/ipv6logconv/test_ipv6logconv.sh  2006-03-29 
01:46:25.0 -0500
+@@ -70,6 +70,10 @@
+ #set -x
+ ## main ##
+ echo "Run 'ipv6logconv' function tests..." >&2
++if [ $UID = 0 ]; then
++  echo "WARNING: skipping ipv6logconv test! (cannot run it as root)"
++  exit 0
++fi
+ 
+ if [ "$1" != "bulk" ]; then
+   testscenarios | grep -v "^#" | while read line; do
 diff -Nurd -x'*~' ipv6calc-0.50.orig/ipv6logstats/Makefile.in 
ipv6calc-0.50/ipv6logstats/Makefile.in
 --- ipv6calc-0.50.orig/ipv6logstats/Makefile.in2005-09-15 
13:35:02.0 -0400
 +++ ipv6calc-0.50/ipv6logstats/Makefile.in 2005-11-09 02:58:11.0 
-0500
@@ -107,6 +121,20 @@
  
  CC= gcc
  
+diff -Nurd -x'*~' ipv6calc-0.50.orig/ipv6logstats/test_ipv6logstats.sh 
ipv6calc-0.50/ipv6logstats/test_ipv6logstats.sh
+--- ipv6calc-0.50.orig/ipv6logstats/test_ipv6logstats.sh   2003-06-15 
09:33:41.0 -0400
 ipv6calc-0.50/ipv6logstats/test_ipv6logstats.sh2006-03-29 
01:46:33.0 -0500
+@@ -20,6 +20,10 @@
+ #set -x
+ ## main ##
+ echo "Run 'ipv6logstats' function tests..."
++if [ $UID = 0 ]; then
++  echo "WARNING: skipping ipv6logstats test! (cannot run it as root)"
++  exit 0
++fi
+ 
+ #testscenarios
+ testscenarios | ./ipv6logstats
 diff -Nurd -x'*~' ipv6calc-0.50.orig/lib/Makefile ipv6calc-0.50/lib/Makefile
 --- ipv6calc-0.50.orig/lib/Makefile2005-09-15 13:29:19.0 -0400
 +++ ipv6calc-0.50/lib/Makefile 2005-11-09 02:58:11.0 -0500



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/net ipv6calc.info,1.1,1.2 ipv6calc.patch,1.3,1.4

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13574/10.3/unstable/main/finkinfo/net

Modified Files:
ipv6calc.info ipv6calc.patch 
Log Message:
Don't try things that are destined to fail but whose failure doesn't matter or 
isn't handled properly.


Index: ipv6calc.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/ipv6calc.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ipv6calc.info   9 Nov 2005 08:20:51 -   1.1
+++ ipv6calc.info   29 Mar 2006 06:57:10 -  1.2
@@ -29,10 +29,12 @@
 <<
 DocFiles: COPYING CREDITS ChangeLog LICENSE README TODO USAGE
 
-DescPort: <<
+DescPackaging: <<
   Use system's getopt.
 
   configure path params are severely mis-handled:(
+
+  Skip things that are known to fail harmlessly.
 <<
 
 Description: Converter/processor for IPv6 addresses

Index: ipv6calc.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/ipv6calc.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ipv6calc.patch  29 Mar 2006 06:35:43 -  1.3
+++ ipv6calc.patch  29 Mar 2006 06:57:10 -  1.4
@@ -92,6 +92,20 @@
install -m 755 ipv6logconv $(root)@bindir@
 -  
 +
+diff -Nurd -x'*~' ipv6calc-0.50.orig/ipv6logconv/test_ipv6logconv.sh 
ipv6calc-0.50/ipv6logconv/test_ipv6logconv.sh
+--- ipv6calc-0.50.orig/ipv6logconv/test_ipv6logconv.sh 2005-09-15 
13:49:02.0 -0400
 ipv6calc-0.50/ipv6logconv/test_ipv6logconv.sh  2006-03-29 
01:46:25.0 -0500
+@@ -70,6 +70,10 @@
+ #set -x
+ ## main ##
+ echo "Run 'ipv6logconv' function tests..." >&2
++if [ $UID = 0 ]; then
++  echo "WARNING: skipping ipv6logconv test! (cannot run it as root)"
++  exit 0
++fi
+ 
+ if [ "$1" != "bulk" ]; then
+   testscenarios | grep -v "^#" | while read line; do
 diff -Nurd -x'*~' ipv6calc-0.50.orig/ipv6logstats/Makefile.in 
ipv6calc-0.50/ipv6logstats/Makefile.in
 --- ipv6calc-0.50.orig/ipv6logstats/Makefile.in2005-09-15 
13:35:02.0 -0400
 +++ ipv6calc-0.50/ipv6logstats/Makefile.in 2005-11-09 02:58:11.0 
-0500
@@ -107,6 +121,20 @@
  
  CC= gcc
  
+diff -Nurd -x'*~' ipv6calc-0.50.orig/ipv6logstats/test_ipv6logstats.sh 
ipv6calc-0.50/ipv6logstats/test_ipv6logstats.sh
+--- ipv6calc-0.50.orig/ipv6logstats/test_ipv6logstats.sh   2003-06-15 
09:33:41.0 -0400
 ipv6calc-0.50/ipv6logstats/test_ipv6logstats.sh2006-03-29 
01:46:33.0 -0500
+@@ -20,6 +20,10 @@
+ #set -x
+ ## main ##
+ echo "Run 'ipv6logstats' function tests..."
++if [ $UID = 0 ]; then
++  echo "WARNING: skipping ipv6logstats test! (cannot run it as root)"
++  exit 0
++fi
+ 
+ #testscenarios
+ testscenarios | ./ipv6logstats
 diff -Nurd -x'*~' ipv6calc-0.50.orig/lib/Makefile ipv6calc-0.50/lib/Makefile
 --- ipv6calc-0.50.orig/lib/Makefile2005-09-15 13:29:19.0 -0400
 +++ ipv6calc-0.50/lib/Makefile 2005-11-09 02:58:11.0 -0500



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/net ipv6calc.info,1.1,1.2 ipv6calc.patch,1.3,1.4

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13574/10.4-transitional/unstable/main/finkinfo/net

Modified Files:
ipv6calc.info ipv6calc.patch 
Log Message:
Don't try things that are destined to fail but whose failure doesn't matter or 
isn't handled properly.


Index: ipv6calc.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net/ipv6calc.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ipv6calc.info   9 Nov 2005 08:20:51 -   1.1
+++ ipv6calc.info   29 Mar 2006 06:57:10 -  1.2
@@ -29,10 +29,12 @@
 <<
 DocFiles: COPYING CREDITS ChangeLog LICENSE README TODO USAGE
 
-DescPort: <<
+DescPackaging: <<
   Use system's getopt.
 
   configure path params are severely mis-handled:(
+
+  Skip things that are known to fail harmlessly.
 <<
 
 Description: Converter/processor for IPv6 addresses

Index: ipv6calc.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net/ipv6calc.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ipv6calc.patch  29 Mar 2006 06:35:43 -  1.3
+++ ipv6calc.patch  29 Mar 2006 06:57:10 -  1.4
@@ -92,6 +92,20 @@
install -m 755 ipv6logconv $(root)@bindir@
 -  
 +
+diff -Nurd -x'*~' ipv6calc-0.50.orig/ipv6logconv/test_ipv6logconv.sh 
ipv6calc-0.50/ipv6logconv/test_ipv6logconv.sh
+--- ipv6calc-0.50.orig/ipv6logconv/test_ipv6logconv.sh 2005-09-15 
13:49:02.0 -0400
 ipv6calc-0.50/ipv6logconv/test_ipv6logconv.sh  2006-03-29 
01:46:25.0 -0500
+@@ -70,6 +70,10 @@
+ #set -x
+ ## main ##
+ echo "Run 'ipv6logconv' function tests..." >&2
++if [ $UID = 0 ]; then
++  echo "WARNING: skipping ipv6logconv test! (cannot run it as root)"
++  exit 0
++fi
+ 
+ if [ "$1" != "bulk" ]; then
+   testscenarios | grep -v "^#" | while read line; do
 diff -Nurd -x'*~' ipv6calc-0.50.orig/ipv6logstats/Makefile.in 
ipv6calc-0.50/ipv6logstats/Makefile.in
 --- ipv6calc-0.50.orig/ipv6logstats/Makefile.in2005-09-15 
13:35:02.0 -0400
 +++ ipv6calc-0.50/ipv6logstats/Makefile.in 2005-11-09 02:58:11.0 
-0500
@@ -107,6 +121,20 @@
  
  CC= gcc
  
+diff -Nurd -x'*~' ipv6calc-0.50.orig/ipv6logstats/test_ipv6logstats.sh 
ipv6calc-0.50/ipv6logstats/test_ipv6logstats.sh
+--- ipv6calc-0.50.orig/ipv6logstats/test_ipv6logstats.sh   2003-06-15 
09:33:41.0 -0400
 ipv6calc-0.50/ipv6logstats/test_ipv6logstats.sh2006-03-29 
01:46:33.0 -0500
+@@ -20,6 +20,10 @@
+ #set -x
+ ## main ##
+ echo "Run 'ipv6logstats' function tests..."
++if [ $UID = 0 ]; then
++  echo "WARNING: skipping ipv6logstats test! (cannot run it as root)"
++  exit 0
++fi
+ 
+ #testscenarios
+ testscenarios | ./ipv6logstats
 diff -Nurd -x'*~' ipv6calc-0.50.orig/lib/Makefile ipv6calc-0.50/lib/Makefile
 --- ipv6calc-0.50.orig/lib/Makefile2005-09-15 13:29:19.0 -0400
 +++ ipv6calc-0.50/lib/Makefile 2005-11-09 02:58:11.0 -0500



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/net ipv6calc.patch,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2515/10.4-transitional/unstable/main/finkinfo/net

Modified Files:
ipv6calc.patch 
Log Message:
Why were we patching Makefile that gets overwritten by configure??


Index: ipv6calc.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net/ipv6calc.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ipv6calc.patch  29 Mar 2006 06:31:35 -  1.2
+++ ipv6calc.patch  29 Mar 2006 06:35:43 -  1.3
@@ -14,21 +14,9 @@
 -> see directory "samplecode" in the source file for original versions
  
 * source data of databases
-diff -Nurd -x'*~' ipv6calc-0.50.orig/Makefile ipv6calc-0.50/Makefile
 ipv6calc-0.50.orig/Makefile2005-09-15 13:56:45.0 -0400
-+++ ipv6calc-0.50/Makefile 2006-03-29 01:26:39.0 -0500
-@@ -64,7 +64,7 @@
-   make installonly
- 
- installonly:
--  for dir in ipv6logconv ipv6logstats ipv6calcweb ipv6calc man 
lib md5 getopt; do \
-+  for dir in ipv6logconv ipv6logstats ipv6calc man lib; do \
-   ocwd=`pwd`; \
-   cd $$dir; \
-   make install; \
 diff -Nurd -x'*~' ipv6calc-0.50.orig/Makefile.in ipv6calc-0.50/Makefile.in
 --- ipv6calc-0.50.orig/Makefile.in 2005-09-15 13:29:19.0 -0400
-+++ ipv6calc-0.50/Makefile.in  2005-11-09 02:58:11.0 -0500
 ipv6calc-0.50/Makefile.in  2006-03-29 01:26:39.0 -0500
 @@ -10,23 +10,23 @@
  # Compiler and Linker Options
  COPTS = -O2 -Wall -g
@@ -64,7 +52,7 @@
  
  installonly:
 -  for dir in ipv6logconv ipv6logstats ipv6calcweb ipv6calc man 
lib md5 getopt; do \
-+  for dir in ipv6logconv ipv6logstats ipv6calcweb ipv6calc man 
lib md5; do \
++  for dir in ipv6logconv ipv6logstats ipv6calc man lib; do \
ocwd=`pwd`; \
cd $$dir; \
make install; \



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/net ipv6calc.patch,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2515/10.3/unstable/main/finkinfo/net

Modified Files:
ipv6calc.patch 
Log Message:
Why were we patching Makefile that gets overwritten by configure??


Index: ipv6calc.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/ipv6calc.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ipv6calc.patch  29 Mar 2006 06:31:35 -  1.2
+++ ipv6calc.patch  29 Mar 2006 06:35:43 -  1.3
@@ -14,21 +14,9 @@
 -> see directory "samplecode" in the source file for original versions
  
 * source data of databases
-diff -Nurd -x'*~' ipv6calc-0.50.orig/Makefile ipv6calc-0.50/Makefile
 ipv6calc-0.50.orig/Makefile2005-09-15 13:56:45.0 -0400
-+++ ipv6calc-0.50/Makefile 2006-03-29 01:26:39.0 -0500
-@@ -64,7 +64,7 @@
-   make installonly
- 
- installonly:
--  for dir in ipv6logconv ipv6logstats ipv6calcweb ipv6calc man 
lib md5 getopt; do \
-+  for dir in ipv6logconv ipv6logstats ipv6calc man lib; do \
-   ocwd=`pwd`; \
-   cd $$dir; \
-   make install; \
 diff -Nurd -x'*~' ipv6calc-0.50.orig/Makefile.in ipv6calc-0.50/Makefile.in
 --- ipv6calc-0.50.orig/Makefile.in 2005-09-15 13:29:19.0 -0400
-+++ ipv6calc-0.50/Makefile.in  2005-11-09 02:58:11.0 -0500
 ipv6calc-0.50/Makefile.in  2006-03-29 01:26:39.0 -0500
 @@ -10,23 +10,23 @@
  # Compiler and Linker Options
  COPTS = -O2 -Wall -g
@@ -64,7 +52,7 @@
  
  installonly:
 -  for dir in ipv6logconv ipv6logstats ipv6calcweb ipv6calc man 
lib md5 getopt; do \
-+  for dir in ipv6logconv ipv6logstats ipv6calcweb ipv6calc man 
lib md5; do \
++  for dir in ipv6logconv ipv6logstats ipv6calc man lib; do \
ocwd=`pwd`; \
cd $$dir; \
make install; \



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/net ipv6calc.patch,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2515/10.4/unstable/main/finkinfo/net

Modified Files:
ipv6calc.patch 
Log Message:
Why were we patching Makefile that gets overwritten by configure??


Index: ipv6calc.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/ipv6calc.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ipv6calc.patch  29 Mar 2006 06:31:36 -  1.2
+++ ipv6calc.patch  29 Mar 2006 06:35:43 -  1.3
@@ -14,21 +14,9 @@
 -> see directory "samplecode" in the source file for original versions
  
 * source data of databases
-diff -Nurd -x'*~' ipv6calc-0.50.orig/Makefile ipv6calc-0.50/Makefile
 ipv6calc-0.50.orig/Makefile2005-09-15 13:56:45.0 -0400
-+++ ipv6calc-0.50/Makefile 2006-03-29 01:26:39.0 -0500
-@@ -64,7 +64,7 @@
-   make installonly
- 
- installonly:
--  for dir in ipv6logconv ipv6logstats ipv6calcweb ipv6calc man 
lib md5 getopt; do \
-+  for dir in ipv6logconv ipv6logstats ipv6calc man lib; do \
-   ocwd=`pwd`; \
-   cd $$dir; \
-   make install; \
 diff -Nurd -x'*~' ipv6calc-0.50.orig/Makefile.in ipv6calc-0.50/Makefile.in
 --- ipv6calc-0.50.orig/Makefile.in 2005-09-15 13:29:19.0 -0400
-+++ ipv6calc-0.50/Makefile.in  2005-11-09 02:58:11.0 -0500
 ipv6calc-0.50/Makefile.in  2006-03-29 01:26:39.0 -0500
 @@ -10,23 +10,23 @@
  # Compiler and Linker Options
  COPTS = -O2 -Wall -g
@@ -64,7 +52,7 @@
  
  installonly:
 -  for dir in ipv6logconv ipv6logstats ipv6calcweb ipv6calc man 
lib md5 getopt; do \
-+  for dir in ipv6logconv ipv6logstats ipv6calcweb ipv6calc man 
lib md5; do \
++  for dir in ipv6logconv ipv6logstats ipv6calc man lib; do \
ocwd=`pwd`; \
cd $$dir; \
make install; \



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/net ipv6calc.patch,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv423/10.4/unstable/main/finkinfo/net

Modified Files:
ipv6calc.patch 
Log Message:
Don't bother attempting to 'make install' in subdirs that have no install target


Index: ipv6calc.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/ipv6calc.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ipv6calc.patch  20 Jan 2006 20:28:28 -  1.1
+++ ipv6calc.patch  29 Mar 2006 06:31:36 -  1.2
@@ -16,13 +16,13 @@
 * source data of databases
 diff -Nurd -x'*~' ipv6calc-0.50.orig/Makefile ipv6calc-0.50/Makefile
 --- ipv6calc-0.50.orig/Makefile2005-09-15 13:56:45.0 -0400
-+++ ipv6calc-0.50/Makefile 2005-11-09 02:59:24.0 -0500
 ipv6calc-0.50/Makefile 2006-03-29 01:26:39.0 -0500
 @@ -64,7 +64,7 @@
make installonly
  
  installonly:
 -  for dir in ipv6logconv ipv6logstats ipv6calcweb ipv6calc man 
lib md5 getopt; do \
-+  for dir in ipv6logconv ipv6logstats ipv6calcweb ipv6calc man 
lib md5; do \
++  for dir in ipv6logconv ipv6logstats ipv6calc man lib; do \
ocwd=`pwd`; \
cd $$dir; \
make install; \



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/net ipv6calc.patch,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv423/10.3/unstable/main/finkinfo/net

Modified Files:
ipv6calc.patch 
Log Message:
Don't bother attempting to 'make install' in subdirs that have no install target


Index: ipv6calc.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/ipv6calc.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ipv6calc.patch  9 Nov 2005 08:20:51 -   1.1
+++ ipv6calc.patch  29 Mar 2006 06:31:35 -  1.2
@@ -16,13 +16,13 @@
 * source data of databases
 diff -Nurd -x'*~' ipv6calc-0.50.orig/Makefile ipv6calc-0.50/Makefile
 --- ipv6calc-0.50.orig/Makefile2005-09-15 13:56:45.0 -0400
-+++ ipv6calc-0.50/Makefile 2005-11-09 02:59:24.0 -0500
 ipv6calc-0.50/Makefile 2006-03-29 01:26:39.0 -0500
 @@ -64,7 +64,7 @@
make installonly
  
  installonly:
 -  for dir in ipv6logconv ipv6logstats ipv6calcweb ipv6calc man 
lib md5 getopt; do \
-+  for dir in ipv6logconv ipv6logstats ipv6calcweb ipv6calc man 
lib md5; do \
++  for dir in ipv6logconv ipv6logstats ipv6calc man lib; do \
ocwd=`pwd`; \
cd $$dir; \
make install; \



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/net ipv6calc.patch,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv423/10.4-transitional/unstable/main/finkinfo/net

Modified Files:
ipv6calc.patch 
Log Message:
Don't bother attempting to 'make install' in subdirs that have no install target


Index: ipv6calc.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net/ipv6calc.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ipv6calc.patch  9 Nov 2005 08:20:51 -   1.1
+++ ipv6calc.patch  29 Mar 2006 06:31:35 -  1.2
@@ -16,13 +16,13 @@
 * source data of databases
 diff -Nurd -x'*~' ipv6calc-0.50.orig/Makefile ipv6calc-0.50/Makefile
 --- ipv6calc-0.50.orig/Makefile2005-09-15 13:56:45.0 -0400
-+++ ipv6calc-0.50/Makefile 2005-11-09 02:59:24.0 -0500
 ipv6calc-0.50/Makefile 2006-03-29 01:26:39.0 -0500
 @@ -64,7 +64,7 @@
make installonly
  
  installonly:
 -  for dir in ipv6logconv ipv6logstats ipv6calcweb ipv6calc man 
lib md5 getopt; do \
-+  for dir in ipv6logconv ipv6logstats ipv6calcweb ipv6calc man 
lib md5; do \
++  for dir in ipv6logconv ipv6logstats ipv6calc man lib; do \
ocwd=`pwd`; \
cd $$dir; \
make install; \



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/sci pari-gp.info,1.2,1.3 pari-gp.patch,1.1,1.2

2006-03-28 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26890

Modified Files:
pari-gp.info pari-gp.patch 
Log Message:
latest version to stable


Index: pari-gp.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/pari-gp.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pari-gp.info22 Jan 2006 05:11:39 -  1.2
+++ pari-gp.info29 Mar 2006 06:19:28 -  1.3
@@ -1,25 +1,24 @@
 Info2: <<
 Package: pari-gp%type_pkg[-nox]
 Type: -nox (boolean)
-Version: 2.1.5
-Revision: 1014
+Version: 2.1.7
+Revision: 1002
 Depends: <<
- readline-shlibs (>= 4.3-1028), emacsen-common, 
+ readline5-shlibs (>= 5.0-1004), emacsen-common, libncurses5-shlibs (>= 
5.4-20041023-1006),
  (%type_raw[-nox] = .) x11-shlibs
 <<
 BuildDepends: <<
- tetex-base, readline (>= 4.3-1028),
+ tetex-base, readline5 (>= 5.0-1004), libncurses5 (>= 5.4-20041023-1006),
  (%type_raw[-nox] = .) x11, 
  (%type_raw[-nox] = .) x11-dev
 <<
 #Provides: (%type_raw[-nox] = .) pari-gp-xemacs
 Replaces: pari-gp-xemacs
-Source: http://www.gn-50uma.de/ftp/pari-2.1/pari-%v.tar.gz
-Source-MD5: 194e9d1cc11926e457028c6a7cba15f0
+Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-%v.tgz
+Source-MD5: 357b7a42e89e2761a5367bbcbfcca5f2
 Source2: http://www.gn-50uma.de/ftp/pari/galdata.tar.gz
 Source2-MD5: 25eab5f9dfdb8715b9ace8cd68210425
 Source2ExtractDir: pari-%v/galdata
-#Patch: %n.patch
 PatchScript: <<
  sed 's|@FINK@|%p|g' < %a/%{ni}.patch | patch -p1
 <<
@@ -67,12 +66,13 @@
  * Edited gp.c so that %p/etc/gprc is recognized in addition to /etc/gprc. 
  * No longer makes or installs the pdf doc files.
  * Patches for gcc 4.0 compatibility thanks to Matt Sachs.
+ * More patches to help it find fink's readline
 <<
 DescPackaging: <<
  Depends on tetex during building, which is used to make the documentation.
  Depends on emacsen-common for proper handling of pari.el file.
 <<
-Homepage: http://www.parigp-home.de/
+Homepage: http://pari.math.u-bordeaux.fr/
 Maintainer: Dave Morrison <[EMAIL PROTECTED]>
 #end of Info2
 <<

Index: pari-gp.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/pari-gp.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pari-gp.patch   20 Jan 2006 20:12:58 -  1.1
+++ pari-gp.patch   29 Mar 2006 06:19:28 -  1.2
@@ -102,3 +102,34 @@
Bind('(', pari_rl_matched_insert, emacs_standard_keymap);
Bind('[', pari_rl_matched_insert, emacs_standard_keymap);
Bind(6, pari_rl_forward_sexp,  emacs_meta_keymap); /* M-C-f */
+diff -ruN pari-2.1.5/Configure pari-2.1.5-patched/Configure
+--- pari-2.1.5/Configure   2003-04-03 11:11:02.0 -0800
 pari-2.1.5-patched/Configure   2005-09-29 22:28:23.0 -0700
+@@ -418,6 +418,7 @@
+   fi;;
+   os2) libpth=`echo $LIBRARY_PATH | sed 's/;/ /g' | sed 's,,/,g'`;;
+   *) libpth="\
++  @FINK@/lib\
+   /usr/local/lib\
+   /lib\
+   /usr/lib\
+@@ -546,6 +547,7 @@
+$cygtop/H-${arch}-cygwin32/${arch}-cygwin32/include\
+  ";;
+   *) incpth="\
++  @FINK@/include/readline\
+   /usr/local/include/readline\
+   /usr/include/readline\
+   /opt/include/readline\
+diff -ruN pari-2.1.7/config/locatelib pari-2.1.7-patched/config/locatelib
+--- pari-2.1.7/config/locatelib2002-06-22 06:18:29.0 -0700
 pari-2.1.7-patched/config/locatelib2005-10-08 08:24:33.0 
-0700
+@@ -3,7 +3,7 @@
+ os2)
+   try=`ls $dir/$lib.a 2> /dev/null`;;
+ *)
+-  ok=`(ls $dir/lib$lib.* | head -1) 2> /dev/null`
++  ok=`(ls $dir/lib$lib.* | head -n 1) 2> /dev/null`
+   if test -n "$ok"; then
+ # for .so and .sl
+ try=`ls $dir/lib$lib.s? 2> /dev/null` 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/stable/main/finkinfo/sci pari-gp.info,1.3,1.4 pari-gp.patch,1.3,1.4

2006-03-28 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26530

Modified Files:
pari-gp.info pari-gp.patch 
Log Message:
latest version to stable


Index: pari-gp.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/sci/pari-gp.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pari-gp.info25 May 2005 17:43:54 -  1.3
+++ pari-gp.info29 Mar 2006 06:18:54 -  1.4
@@ -1,25 +1,24 @@
 Info2: <<
 Package: pari-gp%type_pkg[-nox]
 Type: -nox (boolean)
-Version: 2.1.5
-Revision: 14
+Version: 2.1.7
+Revision: 1
 Depends: <<
- readline-shlibs (>= 4.3-15), emacsen-common, 
+ readline5-shlibs, emacsen-common, libncurses5-shlibs,
  (%type_raw[-nox] = .) x11-shlibs
 <<
 BuildDepends: <<
- tetex-base, readline (>= 4.3-15), 
+ tetex-base, readline5, libncurses5,
  (%type_raw[-nox] = .) x11, 
  (%type_raw[-nox] = .) x11-dev
 <<
 #Provides: (%type_raw[-nox] = .) pari-gp-xemacs
 Replaces: pari-gp-xemacs
-Source: http://www.gn-50uma.de/ftp/pari-2.1/pari-%v.tar.gz
-Source-MD5: 194e9d1cc11926e457028c6a7cba15f0
+Source: http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-%v.tgz
+Source-MD5: 357b7a42e89e2761a5367bbcbfcca5f2
 Source2: http://www.gn-50uma.de/ftp/pari/galdata.tar.gz
 Source2-MD5: 25eab5f9dfdb8715b9ace8cd68210425
 Source2ExtractDir: pari-%v/galdata
-#Patch: %n.patch
 PatchScript: <<
  sed 's|@FINK@|%p|g' < %a/%{ni}.patch | patch -p1
 <<
@@ -67,12 +66,13 @@
  * Edited gp.c so that %p/etc/gprc is recognized in addition to /etc/gprc. 
  * No longer makes or installs the pdf doc files.
  * Patches for gcc 4.0 compatibility thanks to Matt Sachs.
+ * More patches to help it find fink's readline
 <<
 DescPackaging: <<
  Depends on tetex during building, which is used to make the documentation.
  Depends on emacsen-common for proper handling of pari.el file.
 <<
-Homepage: http://www.parigp-home.de/
+Homepage: http://pari.math.u-bordeaux.fr/
 Maintainer: Dave Morrison <[EMAIL PROTECTED]>
 #end of Info2
 <<

Index: pari-gp.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/sci/pari-gp.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pari-gp.patch   25 May 2005 17:43:54 -  1.3
+++ pari-gp.patch   29 Mar 2006 06:18:54 -  1.4
@@ -102,3 +102,34 @@
Bind('(', pari_rl_matched_insert, emacs_standard_keymap);
Bind('[', pari_rl_matched_insert, emacs_standard_keymap);
Bind(6, pari_rl_forward_sexp,  emacs_meta_keymap); /* M-C-f */
+diff -ruN pari-2.1.5/Configure pari-2.1.5-patched/Configure
+--- pari-2.1.5/Configure   2003-04-03 11:11:02.0 -0800
 pari-2.1.5-patched/Configure   2005-09-29 22:28:23.0 -0700
+@@ -418,6 +418,7 @@
+   fi;;
+   os2) libpth=`echo $LIBRARY_PATH | sed 's/;/ /g' | sed 's,,/,g'`;;
+   *) libpth="\
++  @FINK@/lib\
+   /usr/local/lib\
+   /lib\
+   /usr/lib\
+@@ -546,6 +547,7 @@
+$cygtop/H-${arch}-cygwin32/${arch}-cygwin32/include\
+  ";;
+   *) incpth="\
++  @FINK@/include/readline\
+   /usr/local/include/readline\
+   /usr/include/readline\
+   /opt/include/readline\
+diff -ruN pari-2.1.7/config/locatelib pari-2.1.7-patched/config/locatelib
+--- pari-2.1.7/config/locatelib2002-06-22 06:18:29.0 -0700
 pari-2.1.7-patched/config/locatelib2005-10-08 08:24:33.0 
-0700
+@@ -3,7 +3,7 @@
+ os2)
+   try=`ls $dir/$lib.a 2> /dev/null`;;
+ *)
+-  ok=`(ls $dir/lib$lib.* | head -1) 2> /dev/null`
++  ok=`(ls $dir/lib$lib.* | head -n 1) 2> /dev/null`
+   if test -n "$ok"; then
+ # for .so and .sl
+ try=`ls $dir/lib$lib.s? 2> /dev/null` 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs readline5.info,1.5,1.6 readline5.patch,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24114/10.3/unstable/main/finkinfo/libs

Modified Files:
readline5.info readline5.patch 
Log Message:
Don't bother attempting to archive existing .a from %d that obviously won't 
exist


Index: readline5.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/readline5.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- readline5.info  29 Mar 2006 06:00:36 -  1.5
+++ readline5.info  29 Mar 2006 06:14:27 -  1.6
@@ -48,8 +48,10 @@
  2) specify mandir & infodir
 <<
 DescPort: <<
- 1) patch doc/Makefile.in to skip even trying to create texinfo dir file
- 2) fix the --install-name flag to only specify the major version
+ 1) fix the --install-name flag to only specify the major version
+ 2) dmacks: patch doc/Makefile.in to skip even trying to create
+texinfo dir file
+ 3) dmacks: installing into empty %d, so don't try to remove old .a
 <<
 License: GPL
 Homepage: http://cnswww.cns.cwru.edu/~chet/readline/rltop.html

Index: readline5.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/readline5.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- readline5.patch 29 Mar 2006 06:00:46 -  1.2
+++ readline5.patch 29 Mar 2006 06:14:27 -  1.3
@@ -1,3 +1,17 @@
+diff -Nurd -x'*~' readline-5.0.orig/Makefile.in readline-5.0/Makefile.in
+--- readline-5.0.orig/Makefile.in  2004-04-22 16:44:37.0 -0400
 readline-5.0/Makefile.in   2006-03-29 01:05:33.0 -0500
+@@ -218,10 +218,8 @@
+ install:  $(INSTALL_TARGETS)
+ 
+ install-static: installdirs $(STATIC_LIBS) install-headers install-doc
+-  -$(MV) $(DESTDIR)$(libdir)/libreadline.a 
$(DESTDIR)$(libdir)/libreadline.old
+   $(INSTALL_DATA) libreadline.a $(DESTDIR)$(libdir)/libreadline.a
+   -test -n "$(RANLIB)" && $(RANLIB) $(DESTDIR)$(libdir)/libreadline.a
+-  -$(MV) $(DESTDIR)$(libdir)/libhistory.a 
$(DESTDIR)$(libdir)/libhistory.old
+   $(INSTALL_DATA) libhistory.a $(DESTDIR)$(libdir)/libhistory.a
+   -test -n "$(RANLIB)" && $(RANLIB) $(DESTDIR)$(libdir)/libhistory.a
+ 
 diff -Nurd -x'*~' readline-5.0.orig/doc/Makefile.in 
readline-5.0/doc/Makefile.in
 --- readline-5.0.orig/doc/Makefile.in  2004-01-08 10:42:54.0 -0500
 +++ readline-5.0/doc/Makefile.in   2006-03-29 00:53:48.0 -0500



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/libs readline5.info,1.2,1.3 readline5.patch,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24114/10.4/unstable/main/finkinfo/libs

Modified Files:
readline5.info readline5.patch 
Log Message:
Don't bother attempting to archive existing .a from %d that obviously won't 
exist


Index: readline5.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/readline5.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- readline5.info  29 Mar 2006 06:00:49 -  1.2
+++ readline5.info  29 Mar 2006 06:14:27 -  1.3
@@ -48,8 +48,10 @@
  2) specify mandir & infodir
 <<
 DescPort: <<
- 1) patch doc/Makefile.in to skip even trying to create texinfo dir file
- 2) fix the --install-name flag to only specify the major version
+ 1) fix the --install-name flag to only specify the major version
+ 2) dmacks: patch doc/Makefile.in to skip even trying to create
+texinfo dir file
+ 3) dmacks: installing into empty %d, so don't try to remove old .a
 <<
 License: GPL
 Homepage: http://cnswww.cns.cwru.edu/~chet/readline/rltop.html

Index: readline5.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/readline5.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- readline5.patch 29 Mar 2006 06:00:49 -  1.2
+++ readline5.patch 29 Mar 2006 06:14:27 -  1.3
@@ -1,3 +1,17 @@
+diff -Nurd -x'*~' readline-5.0.orig/Makefile.in readline-5.0/Makefile.in
+--- readline-5.0.orig/Makefile.in  2004-04-22 16:44:37.0 -0400
 readline-5.0/Makefile.in   2006-03-29 01:05:33.0 -0500
+@@ -218,10 +218,8 @@
+ install:  $(INSTALL_TARGETS)
+ 
+ install-static: installdirs $(STATIC_LIBS) install-headers install-doc
+-  -$(MV) $(DESTDIR)$(libdir)/libreadline.a 
$(DESTDIR)$(libdir)/libreadline.old
+   $(INSTALL_DATA) libreadline.a $(DESTDIR)$(libdir)/libreadline.a
+   -test -n "$(RANLIB)" && $(RANLIB) $(DESTDIR)$(libdir)/libreadline.a
+-  -$(MV) $(DESTDIR)$(libdir)/libhistory.a 
$(DESTDIR)$(libdir)/libhistory.old
+   $(INSTALL_DATA) libhistory.a $(DESTDIR)$(libdir)/libhistory.a
+   -test -n "$(RANLIB)" && $(RANLIB) $(DESTDIR)$(libdir)/libhistory.a
+ 
 diff -Nurd -x'*~' readline-5.0.orig/doc/Makefile.in 
readline-5.0/doc/Makefile.in
 --- readline-5.0.orig/doc/Makefile.in  2004-01-08 10:42:54.0 -0500
 +++ readline-5.0/doc/Makefile.in   2006-03-29 00:53:48.0 -0500



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/libs readline5.info,1.2,1.3 readline5.patch,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24114/10.4-transitional/unstable/main/finkinfo/libs

Modified Files:
readline5.info readline5.patch 
Log Message:
Don't bother attempting to archive existing .a from %d that obviously won't 
exist


Index: readline5.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/readline5.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- readline5.info  29 Mar 2006 06:00:47 -  1.2
+++ readline5.info  29 Mar 2006 06:14:27 -  1.3
@@ -48,8 +48,10 @@
  2) specify mandir & infodir
 <<
 DescPort: <<
- 1) patch doc/Makefile.in to skip even trying to create texinfo dir file
- 2) fix the --install-name flag to only specify the major version
+ 1) fix the --install-name flag to only specify the major version
+ 2) dmacks: patch doc/Makefile.in to skip even trying to create
+texinfo dir file
+ 3) dmacks: installing into empty %d, so don't try to remove old .a
 <<
 License: GPL
 Homepage: http://cnswww.cns.cwru.edu/~chet/readline/rltop.html

Index: readline5.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/readline5.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- readline5.patch 29 Mar 2006 06:00:49 -  1.2
+++ readline5.patch 29 Mar 2006 06:14:27 -  1.3
@@ -1,3 +1,17 @@
+diff -Nurd -x'*~' readline-5.0.orig/Makefile.in readline-5.0/Makefile.in
+--- readline-5.0.orig/Makefile.in  2004-04-22 16:44:37.0 -0400
 readline-5.0/Makefile.in   2006-03-29 01:05:33.0 -0500
+@@ -218,10 +218,8 @@
+ install:  $(INSTALL_TARGETS)
+ 
+ install-static: installdirs $(STATIC_LIBS) install-headers install-doc
+-  -$(MV) $(DESTDIR)$(libdir)/libreadline.a 
$(DESTDIR)$(libdir)/libreadline.old
+   $(INSTALL_DATA) libreadline.a $(DESTDIR)$(libdir)/libreadline.a
+   -test -n "$(RANLIB)" && $(RANLIB) $(DESTDIR)$(libdir)/libreadline.a
+-  -$(MV) $(DESTDIR)$(libdir)/libhistory.a 
$(DESTDIR)$(libdir)/libhistory.old
+   $(INSTALL_DATA) libhistory.a $(DESTDIR)$(libdir)/libhistory.a
+   -test -n "$(RANLIB)" && $(RANLIB) $(DESTDIR)$(libdir)/libhistory.a
+ 
 diff -Nurd -x'*~' readline-5.0.orig/doc/Makefile.in 
readline-5.0/doc/Makefile.in
 --- readline-5.0.orig/doc/Makefile.in  2004-01-08 10:42:54.0 -0500
 +++ readline-5.0/doc/Makefile.in   2006-03-29 00:53:48.0 -0500



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs readline5.info,1.4,1.5 readline5.patch,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16688/10.3/unstable/main/finkinfo/libs

Modified Files:
readline5.info readline5.patch 
Log Message:
Don't even bother attempting to create a texinfo dir file: it will
always fail, this failure is ignored, and a dir isn't appropriate in a
fink .deb anyway


Index: readline5.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/readline5.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- readline5.info  8 Mar 2005 16:08:10 -   1.4
+++ readline5.info  29 Mar 2006 06:00:36 -  1.5
@@ -48,8 +48,7 @@
  2) specify mandir & infodir
 <<
 DescPort: <<
- 1) patch doc/Makefile.in to use the correct flag for fink's version of
-install-info
+ 1) patch doc/Makefile.in to skip even trying to create texinfo dir file
  2) fix the --install-name flag to only specify the major version
 <<
 License: GPL

Index: readline5.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/readline5.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- readline5.patch 11 Dec 2004 16:29:21 -  1.1
+++ readline5.patch 29 Mar 2006 06:00:46 -  1.2
@@ -1,21 +1,21 @@
-diff -ruN readline-5.0/doc/Makefile.in readline-5.0-patched/doc/Makefile.in
 readline-5.0/doc/Makefile.in   Thu Jan  8 10:42:54 2004
-+++ readline-5.0-patched/doc/Makefile.in   Sat Dec 11 11:23:48 2004
-@@ -212,11 +212,11 @@
+diff -Nurd -x'*~' readline-5.0.orig/doc/Makefile.in 
readline-5.0/doc/Makefile.in
+--- readline-5.0.orig/doc/Makefile.in  2004-01-08 10:42:54.0 -0500
 readline-5.0/doc/Makefile.in   2006-03-29 00:53:48.0 -0500
+@@ -211,14 +211,6 @@
+   else \
${INSTALL_DATA} $(srcdir)/history.info 
$(DESTDIR)$(infodir)/history.info; \
fi
-   -if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
+-  -if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
 -  install-info --dir-file=$(DESTDIR)$(infodir)/dir \
-+  install-info --infodir=$(DESTDIR)$(infodir)/dir \
-   $(DESTDIR)$(infodir)/readline.info ; \
+-  $(DESTDIR)$(infodir)/readline.info ; \
 -  install-info --dir-file=$(DESTDIR)$(infodir)/dir \
-+  install-info --infodir=$(DESTDIR)$(infodir)/dir \
-   $(DESTDIR)$(infodir)/history.info ; \
+-  $(DESTDIR)$(infodir)/history.info ; \
 -  install-info --dir-file=$(DESTDIR)$(infodir)/dir \
-+  install-info --infodir=$(DESTDIR)$(infodir)/dir \
-   $(DESTDIR)$(infodir)/rluserman.info ; \
-   else true; fi
+-  $(DESTDIR)$(infodir)/rluserman.info ; \
+-  else true; fi
-${INSTALL_DATA} $(srcdir)/readline.3 
$(DESTDIR)$(man3dir)/readline$(man3ext)
+   -${INSTALL_DATA} $(srcdir)/history.3 
$(DESTDIR)$(man3dir)/history$(man3ext)
+   -if test -n "${htmldir}" ; then \
 diff -ruN readline-5.0/support/shobj-conf 
readline-5.0-patched/support/shobj-conf
 --- readline-5.0/support/shobj-confThu Nov 13 09:36:19 2003
 +++ readline-5.0-patched/support/shobj-confSat Dec 11 11:22:19 2004



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/libs readline5.info,1.1,1.2 readline5.patch,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16688/10.4/unstable/main/finkinfo/libs

Modified Files:
readline5.info readline5.patch 
Log Message:
Don't even bother attempting to create a texinfo dir file: it will
always fail, this failure is ignored, and a dir isn't appropriate in a
fink .deb anyway


Index: readline5.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/readline5.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- readline5.info  22 Jan 2006 05:15:24 -  1.1
+++ readline5.info  29 Mar 2006 06:00:49 -  1.2
@@ -48,8 +48,7 @@
  2) specify mandir & infodir
 <<
 DescPort: <<
- 1) patch doc/Makefile.in to use the correct flag for fink's version of
-install-info
+ 1) patch doc/Makefile.in to skip even trying to create texinfo dir file
  2) fix the --install-name flag to only specify the major version
 <<
 License: GPL

Index: readline5.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/readline5.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- readline5.patch 22 Jan 2006 05:15:24 -  1.1
+++ readline5.patch 29 Mar 2006 06:00:49 -  1.2
@@ -1,21 +1,21 @@
-diff -ruN readline-5.0/doc/Makefile.in readline-5.0-patched/doc/Makefile.in
 readline-5.0/doc/Makefile.in   Thu Jan  8 10:42:54 2004
-+++ readline-5.0-patched/doc/Makefile.in   Sat Dec 11 11:23:48 2004
-@@ -212,11 +212,11 @@
+diff -Nurd -x'*~' readline-5.0.orig/doc/Makefile.in 
readline-5.0/doc/Makefile.in
+--- readline-5.0.orig/doc/Makefile.in  2004-01-08 10:42:54.0 -0500
 readline-5.0/doc/Makefile.in   2006-03-29 00:53:48.0 -0500
+@@ -211,14 +211,6 @@
+   else \
${INSTALL_DATA} $(srcdir)/history.info 
$(DESTDIR)$(infodir)/history.info; \
fi
-   -if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
+-  -if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
 -  install-info --dir-file=$(DESTDIR)$(infodir)/dir \
-+  install-info --infodir=$(DESTDIR)$(infodir)/dir \
-   $(DESTDIR)$(infodir)/readline.info ; \
+-  $(DESTDIR)$(infodir)/readline.info ; \
 -  install-info --dir-file=$(DESTDIR)$(infodir)/dir \
-+  install-info --infodir=$(DESTDIR)$(infodir)/dir \
-   $(DESTDIR)$(infodir)/history.info ; \
+-  $(DESTDIR)$(infodir)/history.info ; \
 -  install-info --dir-file=$(DESTDIR)$(infodir)/dir \
-+  install-info --infodir=$(DESTDIR)$(infodir)/dir \
-   $(DESTDIR)$(infodir)/rluserman.info ; \
-   else true; fi
+-  $(DESTDIR)$(infodir)/rluserman.info ; \
+-  else true; fi
-${INSTALL_DATA} $(srcdir)/readline.3 
$(DESTDIR)$(man3dir)/readline$(man3ext)
+   -${INSTALL_DATA} $(srcdir)/history.3 
$(DESTDIR)$(man3dir)/history$(man3ext)
+   -if test -n "${htmldir}" ; then \
 diff -ruN readline-5.0/support/shobj-conf 
readline-5.0-patched/support/shobj-conf
 --- readline-5.0/support/shobj-confThu Nov 13 09:36:19 2003
 +++ readline-5.0-patched/support/shobj-confSat Dec 11 11:22:19 2004



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/libs readline5.info,1.1,1.2 readline5.patch,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16688/10.4-transitional/unstable/main/finkinfo/libs

Modified Files:
readline5.info readline5.patch 
Log Message:
Don't even bother attempting to create a texinfo dir file: it will
always fail, this failure is ignored, and a dir isn't appropriate in a
fink .deb anyway


Index: readline5.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/readline5.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- readline5.info  27 Apr 2005 03:26:04 -  1.1
+++ readline5.info  29 Mar 2006 06:00:47 -  1.2
@@ -48,8 +48,7 @@
  2) specify mandir & infodir
 <<
 DescPort: <<
- 1) patch doc/Makefile.in to use the correct flag for fink's version of
-install-info
+ 1) patch doc/Makefile.in to skip even trying to create texinfo dir file
  2) fix the --install-name flag to only specify the major version
 <<
 License: GPL

Index: readline5.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/readline5.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- readline5.patch 27 Apr 2005 03:26:04 -  1.1
+++ readline5.patch 29 Mar 2006 06:00:49 -  1.2
@@ -1,21 +1,21 @@
-diff -ruN readline-5.0/doc/Makefile.in readline-5.0-patched/doc/Makefile.in
 readline-5.0/doc/Makefile.in   Thu Jan  8 10:42:54 2004
-+++ readline-5.0-patched/doc/Makefile.in   Sat Dec 11 11:23:48 2004
-@@ -212,11 +212,11 @@
+diff -Nurd -x'*~' readline-5.0.orig/doc/Makefile.in 
readline-5.0/doc/Makefile.in
+--- readline-5.0.orig/doc/Makefile.in  2004-01-08 10:42:54.0 -0500
 readline-5.0/doc/Makefile.in   2006-03-29 00:53:48.0 -0500
+@@ -211,14 +211,6 @@
+   else \
${INSTALL_DATA} $(srcdir)/history.info 
$(DESTDIR)$(infodir)/history.info; \
fi
-   -if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
+-  -if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
 -  install-info --dir-file=$(DESTDIR)$(infodir)/dir \
-+  install-info --infodir=$(DESTDIR)$(infodir)/dir \
-   $(DESTDIR)$(infodir)/readline.info ; \
+-  $(DESTDIR)$(infodir)/readline.info ; \
 -  install-info --dir-file=$(DESTDIR)$(infodir)/dir \
-+  install-info --infodir=$(DESTDIR)$(infodir)/dir \
-   $(DESTDIR)$(infodir)/history.info ; \
+-  $(DESTDIR)$(infodir)/history.info ; \
 -  install-info --dir-file=$(DESTDIR)$(infodir)/dir \
-+  install-info --infodir=$(DESTDIR)$(infodir)/dir \
-   $(DESTDIR)$(infodir)/rluserman.info ; \
-   else true; fi
+-  $(DESTDIR)$(infodir)/rluserman.info ; \
+-  else true; fi
-${INSTALL_DATA} $(srcdir)/readline.3 
$(DESTDIR)$(man3dir)/readline$(man3ext)
+   -${INSTALL_DATA} $(srcdir)/history.3 
$(DESTDIR)$(man3dir)/history$(man3ext)
+   -if test -n "${htmldir}" ; then \
 diff -ruN readline-5.0/support/shobj-conf 
readline-5.0-patched/support/shobj-conf
 --- readline-5.0/support/shobj-confThu Nov 13 09:36:19 2003
 +++ readline-5.0-patched/support/shobj-confSat Dec 11 11:22:19 2004



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci coot.info,1.7,1.8

2006-03-28 Thread William Scott
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6212

Modified Files:
coot.info 
Log Message:
coot version change

Index: coot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/coot.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- coot.info   4 Mar 2006 05:28:23 -   1.7
+++ coot.info   29 Mar 2006 05:39:53 -  1.8
@@ -1,10 +1,10 @@
 Package:coot
-Version: 0.1.0-pre-3
-Revision: 1007
+Version: 0.1.0-pre-4
+Revision: 1001
 GCC: 4.0 
-#Source: http://www.ysbl.york.ac.uk/~emsley/software/pre-release/%n-%v.tar.gz
-Source: http://chemistry.ucsc.edu/~wgscott/xtal/coot/%n-%v.tar.gz
-Source-MD5: 6cb82b1069c1975ae05c7215e848af27 
+Source: http://www.ysbl.york.ac.uk/~emsley/software/pre-release/%n-%v.tar.gz
+#Source: http://chemistry.ucsc.edu/~wgscott/xtal/coot/%n-%v.tar.gz
+Source-MD5: 63a33c9a9d95a343b3472724ac251218
 SourceDirectory: %n-%v
 Source2: 
http://www.ysbl.york.ac.uk/~emsley/software/extras/refmac-lib-data-monomers.tar.gz
 Source2-MD5: 88cdbabf47914740f2d13e6960eea3c6
@@ -13,7 +13,7 @@
 ###
 BuildDepends: ccp4-onlylibs-dev (>= 6.0-1005), glib, gtk+2, freeglut, 
gtkglarea, guile16, guile16-dev, gsl, libglade2,  gtk-canvas (>= 0.1.1-20), 
libart2 (>= 2.3.16-2), libart2-shlibs (>= 2.3.16-2), guile16-net-http, 
gtk+2-dev, libgettext3-dev, imlib, libjpeg, giflib, libpng3, gnome-libs-dev, 
fftw, libiconv-dev, python24, python
 #
-Depends: guile16-shlibs, gsl-shlibs, libglade2-shlibs, guile16-gtk, 
guile16-www, guile16-gui, guile16-goosh (>= 1.3-2), guile16, guile16-net-http, 
freeglut-shlibs, libart2-shlibs (>= 2.3.16-2), coot-shlibs (= %v-%r), python24, 
python
+Depends: guile16-shlibs, gsl-shlibs, libglade2-shlibs, guile16-gtk, 
guile16-www, guile16-gui, guile16-goosh (>= 1.3-2), guile16, guile16-net-http, 
freeglut-shlibs, libart2-shlibs (>= 2.3.16-2), coot-shlibs (= %v-%r), python24, 
python,  imlib-shlibs, libjpeg-shlibs, giflib-shlibs, libpng3-shlibs, 
glib-shlibs, gtk+2-shlibs, fftw-shlibs
 #
 BuildDependsOnly: false
 NoSetLDFLAGS: true



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/libs libxine.info,1.4,1.5

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6014/10.4/unstable/main/finkinfo/libs

Modified Files:
libxine.info 
Log Message:
better building on headless systems


Index: libxine.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libxine.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libxine.info7 Feb 2006 16:56:08 -   1.4
+++ libxine.info29 Mar 2006 05:39:24 -  1.5
@@ -9,7 +9,7 @@
 Patch: %n.patch
 NoSetCPPFLAGS: true
 SetCPPFLAGS: -no-cpp-precomp
-ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man
+ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man 
--disable-sdl-test
 CompileScript: export CPATH=%p/include; ./configure %c; make
 InstallScript: export CPATH=%p/include; make install prefix=%i
 DocFiles: COPYING README



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/libs libxine.info,1.4,1.5

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6014/10.4-transitional/unstable/main/finkinfo/libs

Modified Files:
libxine.info 
Log Message:
better building on headless systems


Index: libxine.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/libxine.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libxine.info11 Jan 2006 21:03:10 -  1.4
+++ libxine.info29 Mar 2006 05:39:24 -  1.5
@@ -9,7 +9,7 @@
 Patch: %n.patch
 NoSetCPPFLAGS: true
 SetCPPFLAGS: -no-cpp-precomp
-ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man
+ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man 
--disable-sdl-test
 CompileScript: export CPATH=%p/include; ./configure %c; make
 InstallScript: export CPATH=%p/include; make install prefix=%i
 DocFiles: COPYING README



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs libxine.info,1.10,1.11

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6014/10.3/unstable/main/finkinfo/libs

Modified Files:
libxine.info 
Log Message:
better building on headless systems


Index: libxine.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/libxine.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- libxine.info11 Jan 2006 21:03:10 -  1.10
+++ libxine.info29 Mar 2006 05:39:23 -  1.11
@@ -9,7 +9,7 @@
 Patch: %n.patch
 NoSetCPPFLAGS: true
 SetCPPFLAGS: -no-cpp-precomp
-ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man
+ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man 
--disable-sdl-test
 CompileScript: export CPATH=%p/include; ./configure %c; make
 InstallScript: export CPATH=%p/include; make install prefix=%i
 DocFiles: COPYING README



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci oleo.info,1.3,1.4

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32424/10.4/unstable/main/finkinfo/sci

Modified Files:
oleo.info 
Log Message:
fix mysql14* deps for GCC:4.0


Index: oleo.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/oleo.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- oleo.info   29 Mar 2006 05:08:55 -  1.3
+++ oleo.info   29 Mar 2006 05:28:33 -  1.4
@@ -1,12 +1,12 @@
 Package: oleo
 Version: 1.99.16
-Revision: 1017
+Revision: 1018
 Maintainer: None 
 GCC: 4.0
 Source: mirror:gnu:%n/%n-%v.tar.gz
 Source-MD5: d59801055b8ba6c6980ed1247a603f5f
-Depends: xbae-shlibs, xmhtml-shlibs, xlt-shlibs (>= 9.2.9-3), lesstif-shlibs, 
gsl-shlibs, plotutils-shlibs (>= 2.4.1-1007), ncurses (>= 5.4-20041023-1006), 
libncurses5-shlibs (>= 5.4-20041023-1006), x11, libgettext3-shlibs, 
mysql14-shlibs, libpng3-shlibs, libjpeg-shlibs
-BuildDepends: xbae, xmhtml, xlt (>= 9.2.9-3), lesstif, gsl, plotutils-dev (>= 
2.4.1-1007), cups-dev, libncurses5 (>= 5.4-20041023-1006), x11-dev, 
libgettext3-dev, gettext-tools, mysql14-dev, libpng3, libjpeg
+Depends: xbae-shlibs, xmhtml-shlibs, xlt-shlibs (>= 9.2.9-3), lesstif-shlibs, 
gsl-shlibs, plotutils-shlibs (>= 2.4.1-1007), ncurses (>= 5.4-20041023-1006), 
libncurses5-shlibs (>= 5.4-20041023-1006), x11, libgettext3-shlibs, 
mysql14-shlibs (>= 4.1.10-1002), libpng3-shlibs, libjpeg-shlibs
+BuildDepends: xbae, xmhtml, xlt (>= 9.2.9-3), lesstif, gsl, plotutils-dev (>= 
2.4.1-1007), cups-dev, libncurses5 (>= 5.4-20041023-1006), x11-dev, 
libgettext3-dev, gettext-tools, mysql14-dev (>= 4.1.10-1002), libpng3, libjpeg
 PatchScript: sed 's|@prefix@|%p|g' <%a/%n.patch | patch -p1
 UpdatePoMakefile: true
 SetCPPFLAGS: -no-cpp-precomp -Wno-long-double



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/gnome glademm.info,1.5,1.6

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29926/10.3/unstable/main/finkinfo/gnome

Modified Files:
glademm.info 
Log Message:
Missing bdep. Rev-up because it still builds without it, though possibly a 
different .deb


Index: glademm.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/glademm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- glademm.info2 Feb 2006 18:03:49 -   1.5
+++ glademm.info29 Mar 2006 05:24:11 -  1.6
@@ -1,9 +1,9 @@
 Package: glademm
 Version: 2.0.0.1
-Revision: 10
+Revision: 11
 Architecture: powerpc
 Maintainer: Ben Hines <[EMAIL PROTECTED]>
-BuildDepends: gtkmm, gnomemm, glib, gtk+, libsigc++, gettext-dev, gettext-bin, 
gettext-tools, libglade, gcc3.3
+BuildDepends: gtkmm, gnomemm, glib, gtk+, libsigc++, gettext-dev, gettext-bin, 
gettext-tools, libglade, gcc3.3, pkgconfig
 Source: http://home.wtal.de/petig/Gtk/%n-%v.tar.gz
 Source-MD5: 82cae27b35978b1122abb138cc1683d4
 GCC: 3.3



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/gnome glademm.info,1.5,1.6

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29926/10.4-transitional/unstable/main/finkinfo/gnome

Modified Files:
glademm.info 
Log Message:
Missing bdep. Rev-up because it still builds without it, though possibly a 
different .deb


Index: glademm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/glademm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- glademm.info2 Feb 2006 18:04:33 -   1.5
+++ glademm.info29 Mar 2006 05:24:11 -  1.6
@@ -1,9 +1,9 @@
 Package: glademm
 Version: 2.0.0.1
-Revision: 10
+Revision: 11
 Architecture: powerpc
 Maintainer: Ben Hines <[EMAIL PROTECTED]>
-BuildDepends: gtkmm, gnomemm, glib, gtk+, libsigc++, gettext-dev, gettext-bin, 
gettext-tools, libglade, gcc3.3
+BuildDepends: gtkmm, gnomemm, glib, gtk+, libsigc++, gettext-dev, gettext-bin, 
gettext-tools, libglade, gcc3.3, pkgconfig
 Source: http://home.wtal.de/petig/Gtk/%n-%v.tar.gz
 Source-MD5: 82cae27b35978b1122abb138cc1683d4
 GCC: 3.3



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/gnome glademm.info,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29926/10.4/unstable/main/finkinfo/gnome

Modified Files:
glademm.info 
Log Message:
Missing bdep. Rev-up because it still builds without it, though possibly a 
different .deb


Index: glademm.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/glademm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- glademm.info2 Feb 2006 18:07:34 -   1.2
+++ glademm.info29 Mar 2006 05:24:11 -  1.3
@@ -1,9 +1,9 @@
 Package: glademm
 Version: 2.0.0.1
-Revision: 10
+Revision: 11
 Architecture: powerpc
 Maintainer: Ben Hines <[EMAIL PROTECTED]>
-BuildDepends: gtkmm, gnomemm, glib, gtk+, libsigc++, gettext-dev, gettext-bin, 
gettext-tools, libglade, gcc3.3
+BuildDepends: gtkmm, gnomemm, glib, gtk+, libsigc++, gettext-dev, gettext-bin, 
gettext-tools, libglade, gcc3.3, pkgconfig
 Source: http://home.wtal.de/petig/Gtk/%n-%v.tar.gz
 Source-MD5: 82cae27b35978b1122abb138cc1683d4
 GCC: 3.3



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sound soundtracker.info,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28015/10.4-transitional/unstable/main/finkinfo/sound

Modified Files:
soundtracker.info 
Log Message:
Missing bdep. Rev-up because it still builds without it, though possibly a 
different .deb


Index: soundtracker.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sound/soundtracker.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- soundtracker.info   9 Dec 2005 18:37:23 -   1.2
+++ soundtracker.info   29 Mar 2006 05:20:47 -  1.3
@@ -1,10 +1,10 @@
 Package: soundtracker
 Version: 0.6.7pre4
-Revision: 2
+Revision: 3
 Source: http://www.soundtracker.org/dl/v0.6/%n-0.6.7-pre4.tar.gz
 Source-MD5: ccf910b22568f3b09590f0ca5ba3a599
 Depends: x11, gtk+-shlibs, gdk-pixbuf-shlibs, glib-shlibs, libiconv, 
libgettext3-shlibs, libsndfile1-shlibs, esound-shlibs, audiofile-shlibs
-BuildDepends: x11-dev, gtk+, gdk-pixbuf, glib, libiconv-dev, libgettext3-dev, 
gettext-tools, gettext-bin, libsndfile1, libsndfile1-dev, esound, audiofile
+BuildDepends: x11-dev, gtk+, gdk-pixbuf, glib, libiconv-dev, libgettext3-dev, 
gettext-tools, gettext-bin, libsndfile1, libsndfile1-dev, esound, audiofile, 
pkgconfig
 Description: Pattern-oriented music editor 
 Patch: %n.patch
 PatchScript: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sound soundtracker.info,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28015/10.4/unstable/main/finkinfo/sound

Modified Files:
soundtracker.info 
Log Message:
Missing bdep. Rev-up because it still builds without it, though possibly a 
different .deb


Index: soundtracker.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/soundtracker.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- soundtracker.info   20 Jan 2006 20:30:47 -  1.1
+++ soundtracker.info   29 Mar 2006 05:20:47 -  1.2
@@ -1,10 +1,10 @@
 Package: soundtracker
 Version: 0.6.7pre4
-Revision: 2
+Revision: 3
 Source: http://www.soundtracker.org/dl/v0.6/%n-0.6.7-pre4.tar.gz
 Source-MD5: ccf910b22568f3b09590f0ca5ba3a599
 Depends: x11, gtk+-shlibs, gdk-pixbuf-shlibs, glib-shlibs, libiconv, 
libgettext3-shlibs, libsndfile1-shlibs, esound-shlibs, audiofile-shlibs
-BuildDepends: x11-dev, gtk+, gdk-pixbuf, glib, libiconv-dev, libgettext3-dev, 
gettext-tools, gettext-bin, libsndfile1, libsndfile1-dev, esound, audiofile
+BuildDepends: x11-dev, gtk+, gdk-pixbuf, glib, libiconv-dev, libgettext3-dev, 
gettext-tools, gettext-bin, libsndfile1, libsndfile1-dev, esound, audiofile, 
pkgconfig
 Description: Pattern-oriented music editor 
 Patch: %n.patch
 PatchScript: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/sound soundtracker.info,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28015/10.3/unstable/main/finkinfo/sound

Modified Files:
soundtracker.info 
Log Message:
Missing bdep. Rev-up because it still builds without it, though possibly a 
different .deb


Index: soundtracker.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/sound/soundtracker.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- soundtracker.info   9 Dec 2005 18:37:23 -   1.2
+++ soundtracker.info   29 Mar 2006 05:20:46 -  1.3
@@ -1,10 +1,10 @@
 Package: soundtracker
 Version: 0.6.7pre4
-Revision: 2
+Revision: 3
 Source: http://www.soundtracker.org/dl/v0.6/%n-0.6.7-pre4.tar.gz
 Source-MD5: ccf910b22568f3b09590f0ca5ba3a599
 Depends: x11, gtk+-shlibs, gdk-pixbuf-shlibs, glib-shlibs, libiconv, 
libgettext3-shlibs, libsndfile1-shlibs, esound-shlibs, audiofile-shlibs
-BuildDepends: x11-dev, gtk+, gdk-pixbuf, glib, libiconv-dev, libgettext3-dev, 
gettext-tools, gettext-bin, libsndfile1, libsndfile1-dev, esound, audiofile
+BuildDepends: x11-dev, gtk+, gdk-pixbuf, glib, libiconv-dev, libgettext3-dev, 
gettext-tools, gettext-bin, libsndfile1, libsndfile1-dev, esound, audiofile, 
pkgconfig
 Description: Pattern-oriented music editor 
 Patch: %n.patch
 PatchScript: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/crypto/finkinfo seahorse.info,1.5,1.6

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26187/10.4/unstable/crypto/finkinfo

Modified Files:
seahorse.info 
Log Message:
missing bdep


Index: seahorse.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/seahorse.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- seahorse.info   6 Mar 2006 17:56:18 -   1.5
+++ seahorse.info   29 Mar 2006 05:17:51 -  1.6
@@ -5,7 +5,7 @@
 Source: mirror:gnome:sources/%n/0.8/%n-%v.tar.bz2
 Source-MD5: 5d69954ff503c625aa2618acde660496
 
-BuildDepends: intltool, gconf2-dev, libgnome2-dev, libgnomeui2-dev, 
libbonobo2-dev, libbonoboui2-dev, libgnomecanvas2-dev, popt, libxml2, atk1, 
gnome-keyring-dev, x11-dev, pango1-xft2-dev, gtk+2-dev, gnome-vfs2-ssl-dev | 
gnome-vfs2-dev, libglade2, orbit2-dev, glib2-dev (>= 2.6.6-), 
libgettext3-dev, gettext-tools, libiconv-dev, gpgme11, libsoup2.2.8-ssl, 
libtasn1, gnutls12, libgcrypt, libart2, audiofile, esound, libjpeg, pth, 
libgpg-error, libtool14
+BuildDepends: intltool, pkgconfig, gconf2-dev, libgnome2-dev, libgnomeui2-dev, 
libbonobo2-dev, libbonoboui2-dev, libgnomecanvas2-dev, popt, libxml2, atk1, 
gnome-keyring-dev, x11-dev, pango1-xft2-dev, gtk+2-dev, gnome-vfs2-ssl-dev | 
gnome-vfs2-dev, libglade2, orbit2-dev, glib2-dev (>= 2.6.6-), 
libgettext3-dev, gettext-tools, libiconv-dev, gpgme11, libsoup2.2.8-ssl, 
libtasn1, gnutls12, libgcrypt, libart2, audiofile, esound, libjpeg, pth, 
libgpg-error, libtool14
 Depends: %N-shlibs (>= %v-%r), gconf2-shlibs, gconf2,  libgnome2-shlibs, 
libgnomeui2-shlibs, libbonobo2-shlibs, libbonoboui2-shlibs, 
libgnomecanvas2-shlibs, popt-shlibs, libxml2-shlibs, atk1-shlibs, 
gnome-keyring-shlibs, x11, pango1-xft2-shlibs, gtk+2-shlibs, 
gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, libglade2-shlibs, orbit2-shlibs, 
glib2-shlibs (>= 2.6.6-), libgettext3-shlibs, libiconv, gnupg, 
gpgme11-shlibs, libsoup2.2.8-ssl-shlibs, libtasn1-shlibs, gnutls12-shlibs, 
libgcrypt-shlibs, libart2-shlibs, audiofile-shlibs, esound-shlibs, 
libjpeg-shlibs, pth-shlibs, scrollkeeper, shared-mime-info, 
libgpg-error-shlibs, libtool14-shlibs
 
 PatchScript: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/crypto/finkinfo seahorse.info,1.5,1.6

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26187/10.3/unstable/crypto/finkinfo

Modified Files:
seahorse.info 
Log Message:
missing bdep


Index: seahorse.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/seahorse.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- seahorse.info   6 Mar 2006 17:56:17 -   1.5
+++ seahorse.info   29 Mar 2006 05:17:51 -  1.6
@@ -5,7 +5,7 @@
 Source: mirror:gnome:sources/%n/0.8/%n-%v.tar.bz2
 Source-MD5: 5d69954ff503c625aa2618acde660496
 
-BuildDepends: intltool, gconf2-dev, libgnome2-dev, libgnomeui2-dev, 
libbonobo2-dev, libbonoboui2-dev, libgnomecanvas2-dev, popt, libxml2, atk1, 
gnome-keyring-dev, x11-dev, pango1-xft2-dev, gtk+2-dev, gnome-vfs2-ssl-dev | 
gnome-vfs2-dev, libglade2, orbit2-dev, glib2-dev, libgettext3-dev, 
gettext-tools, libiconv-dev, gpgme11, libsoup2.2.8-ssl, libtasn1, gnutls12, 
libgcrypt, libart2, audiofile, esound, libjpeg, pth, libgpg-error, libtool14
+BuildDepends: intltool, pkgconfig, gconf2-dev, libgnome2-dev, libgnomeui2-dev, 
libbonobo2-dev, libbonoboui2-dev, libgnomecanvas2-dev, popt, libxml2, atk1, 
gnome-keyring-dev, x11-dev, pango1-xft2-dev, gtk+2-dev, gnome-vfs2-ssl-dev | 
gnome-vfs2-dev, libglade2, orbit2-dev, glib2-dev, libgettext3-dev, 
gettext-tools, libiconv-dev, gpgme11, libsoup2.2.8-ssl, libtasn1, gnutls12, 
libgcrypt, libart2, audiofile, esound, libjpeg, pth, libgpg-error, libtool14
 Depends: %N-shlibs (>= %v-%r), gconf2-shlibs, gconf2,  libgnome2-shlibs, 
libgnomeui2-shlibs, libbonobo2-shlibs, libbonoboui2-shlibs, 
libgnomecanvas2-shlibs, popt-shlibs, libxml2-shlibs, atk1-shlibs, 
gnome-keyring-shlibs, x11, pango1-xft2-shlibs, gtk+2-shlibs, 
gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, libglade2-shlibs, orbit2-shlibs, 
glib2-shlibs, libgettext3-shlibs, libiconv, gnupg, gpgme11-shlibs, 
libsoup2.2.8-ssl-shlibs, libtasn1-shlibs, gnutls12-shlibs, libgcrypt-shlibs, 
libart2-shlibs, audiofile-shlibs, esound-shlibs, libjpeg-shlibs, pth-shlibs, 
scrollkeeper, shared-mime-info, libgpg-error-shlibs, libtool14-shlibs
 
 PatchScript: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/crypto/finkinfo seahorse.info,1.4,1.5

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26187/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
seahorse.info 
Log Message:
missing bdep


Index: seahorse.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/seahorse.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- seahorse.info   6 Mar 2006 17:56:17 -   1.4
+++ seahorse.info   29 Mar 2006 05:17:51 -  1.5
@@ -5,7 +5,7 @@
 Source: mirror:gnome:sources/%n/0.8/%n-%v.tar.bz2
 Source-MD5: 5d69954ff503c625aa2618acde660496
 
-BuildDepends: intltool, gconf2-dev, libgnome2-dev, libgnomeui2-dev, 
libbonobo2-dev, libbonoboui2-dev, libgnomecanvas2-dev, popt, libxml2, atk1, 
gnome-keyring-dev, x11-dev, pango1-xft2-dev, gtk+2-dev, gnome-vfs2-ssl-dev | 
gnome-vfs2-dev, libglade2, orbit2-dev, glib2-dev, libgettext3-dev, 
gettext-tools, libiconv-dev, gpgme11, libsoup2.2.8-ssl, libtasn1, gnutls12, 
libgcrypt, libart2, audiofile, esound, libjpeg, pth, libgpg-error, libtool14
+BuildDepends: intltool, pkgconfig, gconf2-dev, libgnome2-dev, libgnomeui2-dev, 
libbonobo2-dev, libbonoboui2-dev, libgnomecanvas2-dev, popt, libxml2, atk1, 
gnome-keyring-dev, x11-dev, pango1-xft2-dev, gtk+2-dev, gnome-vfs2-ssl-dev | 
gnome-vfs2-dev, libglade2, orbit2-dev, glib2-dev, libgettext3-dev, 
gettext-tools, libiconv-dev, gpgme11, libsoup2.2.8-ssl, libtasn1, gnutls12, 
libgcrypt, libart2, audiofile, esound, libjpeg, pth, libgpg-error, libtool14
 Depends: %N-shlibs (>= %v-%r), gconf2-shlibs, gconf2,  libgnome2-shlibs, 
libgnomeui2-shlibs, libbonobo2-shlibs, libbonoboui2-shlibs, 
libgnomecanvas2-shlibs, popt-shlibs, libxml2-shlibs, atk1-shlibs, 
gnome-keyring-shlibs, x11, pango1-xft2-shlibs, gtk+2-shlibs, 
gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, libglade2-shlibs, orbit2-shlibs, 
glib2-shlibs, libgettext3-shlibs, libiconv, gnupg, gpgme11-shlibs, 
libsoup2.2.8-ssl-shlibs, libtasn1-shlibs, gnutls12-shlibs, libgcrypt-shlibs, 
libart2-shlibs, audiofile-shlibs, esound-shlibs, libjpeg-shlibs, pth-shlibs, 
scrollkeeper, shared-mime-info, libgpg-error-shlibs, libtool14-shlibs
 
 PatchScript: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci oleo.info,1.2,1.3 oleo.patch,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21527

Modified Files:
oleo.info oleo.patch 
Log Message:
gcc4 fixes. Major dependency and other packaging overhaul


Index: oleo.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/oleo.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- oleo.info   28 Mar 2006 23:00:27 -  1.2
+++ oleo.info   29 Mar 2006 05:08:55 -  1.3
@@ -1,19 +1,23 @@
 Package: oleo
 Version: 1.99.16
-Revision: 1016
+Revision: 1017
 Maintainer: None 
 GCC: 4.0
-Source: gnu
+Source: mirror:gnu:%n/%n-%v.tar.gz
 Source-MD5: d59801055b8ba6c6980ed1247a603f5f
-Depends: xbae-shlibs, xmhtml-shlibs, xlt-shlibs (>= 9.2.9-3), gsl-shlibs, 
plotutils-shlibs (>= 2.4.1-1007), ncurses (>= 5.4-20041023-1006), 
libncurses5-shlibs (>= 5.4-20041023-1006)
-BuildDepends: xbae, xmhtml, xlt (>= 9.2.9-3), lesstif, gsl, plotutils-dev (>= 
2.4.1-1007), cups-dev, libncurses5 (>= 5.4-20041023-1006)
+Depends: xbae-shlibs, xmhtml-shlibs, xlt-shlibs (>= 9.2.9-3), lesstif-shlibs, 
gsl-shlibs, plotutils-shlibs (>= 2.4.1-1007), ncurses (>= 5.4-20041023-1006), 
libncurses5-shlibs (>= 5.4-20041023-1006), x11, libgettext3-shlibs, 
mysql14-shlibs, libpng3-shlibs, libjpeg-shlibs
+BuildDepends: xbae, xmhtml, xlt (>= 9.2.9-3), lesstif, gsl, plotutils-dev (>= 
2.4.1-1007), cups-dev, libncurses5 (>= 5.4-20041023-1006), x11-dev, 
libgettext3-dev, gettext-tools, mysql14-dev, libpng3, libjpeg
 PatchScript: sed 's|@prefix@|%p|g' <%a/%n.patch | patch -p1
 UpdatePoMakefile: true
 SetCPPFLAGS: -no-cpp-precomp -Wno-long-double
 ConfigureParams: --infodir=%i/share/info --with-motif
-DocFiles: <<
-AUTHORS ChangeLog COPYING FAQ NEWS README README-alpha THANKS TODO
+CompileScript: <<
+  ./configure %c
+  mv intl/po2tbl.sed po
+  mv intl intl_UNUSED
+  make
 <<
+DocFiles: AUTHORS ChangeLog COPYING FAQ NEWS README README-alpha THANKS TODO
 InfoDocs: oleo.info
 Description: The GNU spreadsheet
 DescDetail: <<
@@ -36,6 +40,9 @@
  Patch so the correct 'doc' directory is selected.
 
  Originally packaged by Matt Stephenson.
+
+ dmacks: use libSystem for getopt instead of lib/; use libgettext3
+ packages instead of intl/ and patch po/ for modern xgettext.
 <<
 License: GPL
 Homepage: http://www.gnu.org/software/oleo/oleo.html

Index: oleo.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/oleo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- oleo.patch  16 Feb 2006 18:51:08 -  1.1
+++ oleo.patch  29 Mar 2006 05:08:55 -  1.2
@@ -1,6 +1,15 @@
 oleo-1.99.16/Makefile.in   Wed Jan 23 15:52:55 2002
-+++ oleo-1.99.16-patched/Makefile.in   Wed Jan 23 15:54:04 2002
-@@ -131,7 +131,7 @@
+diff -Nurd -x'*~' oleo-1.99.16.orig/Makefile.in oleo-1.99.16/Makefile.in
+--- oleo-1.99.16.orig/Makefile.in  2001-03-10 09:32:45.0 -0500
 oleo-1.99.16/Makefile.in   2006-03-28 22:39:29.0 -0500
+@@ -124,14 +124,14 @@
+ 
+ D = `date +%G%m%d.%H%M%S`
+ 
+-SUBDIRS = doc lib intl src m4 po Xresources examples afm
++SUBDIRS = doc lib src m4 po Xresources examples afm
+ 
+ # Remove this file here (it is created via configure), not from within intl.
+ DISTCLEANFILES = intl/libintl.h
  
  EXTRA_DIST = oleobug.in FAQ oleo.spec.in oleo.spec
  
@@ -9,21 +18,9 @@
  doc_DATA = AUTHORS FAQ
  
  # remove all the symlinks that come from automake
-
 oleo-1.99.16/src/cmd.c Wed Feb 14 20:54:50 2001
-+++ oleo-1.99.16-patched/src/cmd.c Sun Mar 17 23:34:47 2002
-@@ -31,7 +31,7 @@
- #include 
- #include "sysdef.h"
- #include 
--#include 
-+#include 
- 
- #ifdefHAVE_MOTIF
- #include "io-motif.h"
-
 oleo-1.99.16/configure 2001-03-10 14:32:48.0 +1100
-+++ oleo-1.99.16-patched/configure 2002-08-15 01:26:49.0 +1000
+diff -Nurd -x'*~' oleo-1.99.16.orig/configure oleo-1.99.16/configure
+--- oleo-1.99.16.orig/configure2001-03-10 09:32:48.0 -0500
 oleo-1.99.16/configure 2006-03-28 21:22:10.0 -0500
 @@ -5233,7 +5233,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
  else
@@ -42,22 +39,123 @@
cat >> confdefs.h <<\EOF
  #define HAVE_GSL 1
  EOF
-
-diff -ru oleo-1.99.16/src/global.h oleo-1.99.16-patched/src/global.h
 oleo-1.99.16/src/global.h   Wed Feb 14 20:54:50 2001
-+++ oleo-1.99.16-patched/src/global.h   Wed Sep  4 21:19:03 2002
-@@ -208,7 +208,7 @@
- extern char nname[];
+diff -Nurd -x'*~' oleo-1.99.16.orig/lib/Makefile.in 
oleo-1.99.16/lib/Makefile.in
+--- oleo-1.99.16.orig/lib/Makefile.in  2001-03-10 09:32:46.0 -0500
 oleo-1.99.16/lib/Makefile.in   2006-03-28 22:40:32.0 -0500
+@@ -124,12 +124,12 @@
+ # configure.in can add mktime.c and obstack.c through the LIBOBJS
+ # mechanism
+ #
+-liboleo_a_SOURCES = getdate.y getopt.c getopt1

dists/10.3/unstable/main/finkinfo/libs/perlmods gtk2-gladexml-pm.info,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27890/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
gtk2-gladexml-pm.info 
Log Message:
missing dep


Index: gtk2-gladexml-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/gtk2-gladexml-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gtk2-gladexml-pm.info   6 Mar 2006 22:43:34 -   1.2
+++ gtk2-gladexml-pm.info   29 Mar 2006 02:17:24 -  1.3
@@ -1,12 +1,12 @@
 Info2: <<
 Package: gtk2-gladexml-pm%type_pkg[perl]
 Version: 1.005
-Revision: 1
+Revision: 2
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1 5.8.6)
 
-Depends: perl%type_pkg[perl]-core, glib-pm%type_pkg[perl] (>= 1.02-1), 
gtk2-pm%type_pkg[perl] (>= 1.00-1), libglade2-shlibs, gtk+2-shlibs, 
libxml2-shlibs, x11, pango1-xft2-shlibs, glib2-shlibs, libgettext3-shlibs, 
libiconv
-BuildDepends: extutils-depends-pm%type_pkg[perl], 
extutils-pkgconfig-pm%type_pkg[perl], libglade2, gtk+2-dev, libxml2, x11-dev, 
pango1-xft2-dev, glib2-dev, libgettext3-dev, libiconv-dev
+Depends: perl%type_pkg[perl]-core, glib-pm%type_pkg[perl] (>= 1.02-1), 
gtk2-pm%type_pkg[perl] (>= 1.00-1), libglade2-shlibs, gtk+2-shlibs, 
libxml2-shlibs, x11, pango1-xft2-shlibs, glib2-shlibs, libgettext3-shlibs, 
libiconv, atk1-shlibs
+BuildDepends: extutils-depends-pm%type_pkg[perl], 
extutils-pkgconfig-pm%type_pkg[perl], libglade2, gtk+2-dev, libxml2, x11-dev, 
pango1-xft2-dev, glib2-dev, libgettext3-dev, libiconv-dev, atk1
 
 Source: mirror:cpan:authors/id/T/TS/TSCH/Gtk2-GladeXML-%v.tar.gz
 Source-MD5: 097ab67c4f0025b74e721ae835a2d554



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/libs/perlmods gtk2-gladexml-pm.info,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27890/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
gtk2-gladexml-pm.info 
Log Message:
missing dep


Index: gtk2-gladexml-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/gtk2-gladexml-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gtk2-gladexml-pm.info   6 Mar 2006 22:43:34 -   1.2
+++ gtk2-gladexml-pm.info   29 Mar 2006 02:17:24 -  1.3
@@ -1,12 +1,12 @@
 Info2: <<
 Package: gtk2-gladexml-pm%type_pkg[perl]
 Version: 1.005
-Revision: 1001
+Revision: 1002
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1 5.8.6)
 
-Depends: perl%type_pkg[perl]-core, glib-pm%type_pkg[perl] (>= 1.02-1), 
gtk2-pm%type_pkg[perl] (>= 1.00-1), libglade2-shlibs, gtk+2-shlibs, 
libxml2-shlibs, x11, pango1-xft2-shlibs, glib2-shlibs (>= 2.6.6-), 
libgettext3-shlibs, libiconv
-BuildDepends: extutils-depends-pm%type_pkg[perl], 
extutils-pkgconfig-pm%type_pkg[perl], libglade2, gtk+2-dev, libxml2, x11-dev, 
pango1-xft2-dev, glib2-dev (>= 2.6.6-), libgettext3-dev, libiconv-dev
+Depends: perl%type_pkg[perl]-core, glib-pm%type_pkg[perl] (>= 1.02-1), 
gtk2-pm%type_pkg[perl] (>= 1.00-1), libglade2-shlibs, gtk+2-shlibs, 
libxml2-shlibs, x11, pango1-xft2-shlibs, glib2-shlibs (>= 2.6.6-), 
libgettext3-shlibs, libiconv, atk1-shlibs
+BuildDepends: extutils-depends-pm%type_pkg[perl], 
extutils-pkgconfig-pm%type_pkg[perl], libglade2, gtk+2-dev, libxml2, x11-dev, 
pango1-xft2-dev, glib2-dev (>= 2.6.6-), libgettext3-dev, libiconv-dev, atk1
 
 Source: mirror:cpan:authors/id/T/TS/TSCH/Gtk2-GladeXML-%v.tar.gz
 Source-MD5: 097ab67c4f0025b74e721ae835a2d554



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods gtk2-gladexml-pm.info,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27890/10.4-transitional/unstable/main/finkinfo/libs/perlmods

Modified Files:
gtk2-gladexml-pm.info 
Log Message:
missing dep


Index: gtk2-gladexml-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/gtk2-gladexml-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gtk2-gladexml-pm.info   6 Mar 2006 22:43:34 -   1.2
+++ gtk2-gladexml-pm.info   29 Mar 2006 02:17:24 -  1.3
@@ -1,12 +1,12 @@
 Info2: <<
 Package: gtk2-gladexml-pm%type_pkg[perl]
 Version: 1.005
-Revision: 1
+Revision: 2
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1 5.8.6)
 
-Depends: perl%type_pkg[perl]-core, glib-pm%type_pkg[perl] (>= 1.02-1), 
gtk2-pm%type_pkg[perl] (>= 1.00-1), libglade2-shlibs, gtk+2-shlibs, 
libxml2-shlibs, x11, pango1-xft2-shlibs, glib2-shlibs, libgettext3-shlibs, 
libiconv
-BuildDepends: extutils-depends-pm%type_pkg[perl], 
extutils-pkgconfig-pm%type_pkg[perl], libglade2, gtk+2-dev, libxml2, x11-dev, 
pango1-xft2-dev, glib2-dev, libgettext3-dev, libiconv-dev
+Depends: perl%type_pkg[perl]-core, glib-pm%type_pkg[perl] (>= 1.02-1), 
gtk2-pm%type_pkg[perl] (>= 1.00-1), libglade2-shlibs, gtk+2-shlibs, 
libxml2-shlibs, x11, pango1-xft2-shlibs, glib2-shlibs, libgettext3-shlibs, 
libiconv, atk1-shlibs
+BuildDepends: extutils-depends-pm%type_pkg[perl], 
extutils-pkgconfig-pm%type_pkg[perl], libglade2, gtk+2-dev, libxml2, x11-dev, 
pango1-xft2-dev, glib2-dev, libgettext3-dev, libiconv-dev, atk1
 
 Source: mirror:cpan:authors/id/T/TS/TSCH/Gtk2-GladeXML-%v.tar.gz
 Source-MD5: 097ab67c4f0025b74e721ae835a2d554



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/web amaya.info,1.2,1.3 amaya.patch,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20172

Modified Files:
amaya.info amaya.patch 
Log Message:
Clean for gcc4 (BSD tm_gmtoff, not glibc timezone), switch to GCC:4.0


Index: amaya.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/amaya.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- amaya.patch 20 Jan 2006 20:32:32 -  1.1
+++ amaya.patch 29 Mar 2006 02:04:15 -  1.2
@@ -1,6 +1,6 @@
-diff -Naur Amaya/Makefile.in.old Amaya/Makefile.in
 Amaya/Makefile.in.old  Mon Aug 16 12:31:47 2004
-+++ Amaya/Makefile.in  Mon Aug 16 12:32:30 2004
+diff -Nurd -x'*~' amaya-8.6.orig/Amaya/Makefile.in amaya-8.6/Amaya/Makefile.in
+--- amaya-8.6.orig/Amaya/Makefile.in   2004-07-02 04:03:45.0 -0400
 amaya-8.6/Amaya/Makefile.in2006-03-28 20:32:38.0 -0500
 @@ -348,6 +348,7 @@
--with-www=none \
--without-libwww \
@@ -9,3 +9,35 @@
--cache-file=$$localdir/config.cache; \
$(ECHO) "redland is configured" ; \
cd raptor ; \
+diff -Nurd -x'*~' amaya-8.6.orig/Amaya/annotlib/ANNOTtools.c 
amaya-8.6/Amaya/annotlib/ANNOTtools.c
+--- amaya-8.6.orig/Amaya/annotlib/ANNOTtools.c 2004-07-02 04:03:48.0 
-0400
 amaya-8.6/Amaya/annotlib/ANNOTtools.c  2006-03-28 20:35:44.0 
-0500
+@@ -2279,11 +2279,7 @@
+   curDate = time (&curDate);
+   localDate = localtime (&curDate);
+ 
+-#ifdef _WINGUI
+-  UTCoffset = _timezone;  /* global, set by localtime() */
+-#else
+-  UTCoffset = timezone;   /* global, set by localtime() */
+-#endif /* _WINGUI */
++  UTCoffset = -1 * localDate->tm_gmtoff;
+ 
+   UTChourOffset = UTCminOffset = abs(UTCoffset)/60; /* UTCoffset is seconds */
+   UTChourOffset /= 60;
+@@ -2380,13 +2376,9 @@
+ 
+ case 'Z': /* subtract mktime()'s UTC offset */
+ case 'z':
+-  (void)localtime( &cal_date ); /* set timezone global */
++  struct tm *localCalDate = localtime( &cal_date ); /* set timezone 
global */
+ 
+-#ifdef _WINGUI
+-  UTCoffset = _timezone;  /* global, set by localtime() */
+-#else
+-  UTCoffset = timezone;   /* global, set by localtime() */
+-#endif /* _WINGUI */
++  UTCoffset = -1 * localCalDate->tm_gmtoff;
+ 
+   cal_date -= UTCoffset;
+   break;

Index: amaya.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/amaya.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- amaya.info  29 Mar 2006 00:56:51 -  1.2
+++ amaya.info  29 Mar 2006 02:04:15 -  1.3
@@ -1,10 +1,9 @@
 Package:   amaya
 Version:   8.6
-Revision:  2
-Architecture: powerpc
+Revision:  1002
 Maintainer:Stephane GULLY <[EMAIL PROTECTED]>
 Depends:   glib-shlibs, imlib-shlibs (>= 1.9.14-2), gtk+-shlibs, gettext, 
libjpeg-shlibs, libpng3-shlibs
-BuildDepends:   glib, gtk+, imlib (>= 1.9.14-2), libjpeg, libpng3, 
gettext-bin, gettext-tools, gettext-dev, gcc3.3
+BuildDepends:   glib, gtk+, imlib (>= 1.9.14-2), libjpeg, libpng3, 
gettext-bin, gettext-tools, gettext-dev, x11-dev
 Conflicts: amaya-gtk
 Replaces:  amaya-gtk
 Source:mirror:custom:amaya-src-%v.tgz
@@ -12,22 +11,20 @@
Primary:  ftp://ftp.w3.org/pub/amaya
ftp-US:   ftp://ftp.w3.org/pub/amaya
 <<
-SourceDirectory: Amaya
+NoSourceDirectory: true
 NoSetLDFLAGS: true
-GCC: 3.3
-PatchScript:<<
-cd .. && sed 's|@FINK@|%p|g' < %a/%n.patch | patch -p0
-perl -pi -e 's|/sw|%p|g' ../Amaya/configure ../redland/configure
-<<
+GCC: 4.0
+Patch: %n.patch
+PatchScript: perl -pi -e 's|/sw|%p|g' Amaya/configure redland/configure
 CompileScript: <<
-   mkdir Darwin
-   export CC=gcc-3.3; export CXX=g++-3.3; cd 'Darwin' && ../configure 
--with-gtk --with-dav --enable-bookmarks --prefix=%p/share --bindir=%p/bin && 
make CC=gcc-3.3 CXX=g++-3.3
+   mkdir Amaya/Darwin
+   cd Amaya/Darwin && ../configure --with-gtk --with-dav 
--enable-bookmarks --prefix=%p/share --bindir=%p/bin && make
 <<
 InstallScript: <<
-   cd 'Darwin' && make install prefix=%i/share bindir=%i/bin
+   cd Amaya/Darwin && make install prefix=%i/share bindir=%i/bin
cd %i/bin && ln -sf ../share/Amaya/applis/bin/amaya amaya
 <<
-DocFiles:  README README.amaya amaya/COPYRIGHT
+DocFiles:  Amaya/README Amaya/README.amaya Amaya/amaya/COPYRIGHT
 Description:   W3C's Editor/Browser
 DescDetail: <<
Amaya is a complete web browsing and authoring 
@@ -45,11 +42,11 @@
Slight hack to make Amaya install in /sw/share/Amaya with
link from /sw/bin/amaya to amaya executable. (Default would
have /sw/Amaya, which isn't pretty).
-
- This version is compiled with g++-3.3, eve

dists/10.4/unstable/main/finkinfo/web libapreq2-pm.info,NONE,1.1 libapreq2.info,NONE,1.1 mod-perl2-pm.info,NONE,1.1

2006-03-28 Thread Dave Vasilevsky
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19593/web

Added Files:
libapreq2-pm.info libapreq2.info mod-perl2-pm.info 
Log Message:
adding mod-perl2

--- NEW FILE: libapreq2-pm.info ---
Info2: <<
Package: libapreq2-pm%type_pkg[perl]
Version: 2.07
Revision: 1000
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
DocFiles: Changes FAQ.pod INSTALL LICENSE MANIFEST META.yml NOTICE 
PREREQUISITES README STATUS
Description: Perl modules for libapreq2
DescDetail: <<
The perl APIs Apache::Request and Apache::Cookie are the
lightweight mod_perl analogs of the CGI and CGI::Cookie perl modules
of libapreq2.
<<
License: OSI-Approved
Maintainer: Dave Vasilevsky <[EMAIL PROTECTED]>
Homepage: http://httpd.apache.org/apreq/
UpdatePOD: true

Type: perl (5.8.1 5.8.4 5.8.6)

BuildDepends: fink (>= 0.20.3), extutils-xsbuilder-pm, libapreq2 (>= %v-%r), 
mod-perl2-pm%type_pkg[perl]-dev (>= 2.0.2-1000), apr-ssl (>= 0.9.7-1011) | apr 
(>= 0.9.7-1011), openldap23-dev, libiconv-dev, cyrus-sasl2-dev (>= 2.1.21-1), 
gdbm3, expat (>= 1.95.3-1), db43-ssl (>= 4.3.29-1001) | db43 (>= 4.3.29-1001), 
apache2-ssl-dev (>= 2.0.55-1010) | apache2-dev (>= 2.0.55-1010)
Depends: perl%type_pkg[perl]-core, mod-perl2-pm%type_pkg[perl] (>= 2.0.2-1000), 
libapreq2-shlibs (>= %v-%r)

Source: mirror:apache:httpd/libapreq/libapreq2-%v.tar.gz
Source-MD5: 6f2e5e4a14e8b190dead0fe91fc13080

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

# We only want the glue
perl -i -pe 's,^(SUBDIRS\s*=.*),SUBDIRS = glue,' Makefile.in

# libap2req is already installed, so use it
perl -i -pe 's,\$base_dir/(apreq2-config),$1,' glue/perl/Makefile.PL
<<

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

# Need full path to perl
PERL=`which perl%type_raw[perl]`

# Put arch in $archname
eval `perl%type_raw[perl] -V:archname`

# Need to pass apxs location, MakeMaker opts
./configure --prefix=%p --enable-perl-glue \
--with-mm-opts="PERL=$PERL PREFIX=%p \
INSTALLPRIVLIB=%p/lib/perl5/%type_raw[perl] \
INSTALLARCHLIB=%p/lib/perl5/%type_raw[perl]/$archname \
INSTALLSITELIB=%p/lib/perl5/%type_raw[perl] \
INSTALLSITEARCH=%p/lib/perl5/%type_raw[perl]/$archname \
INSTALLMAN1DIR=%p/lib/perl5/%type_raw[perl]/man/man1 \
INSTALLMAN3DIR=%p/lib/perl5/%type_raw[perl]/man/man3 \

INSTALLSITEMAN1DIR=%p/lib/perl5/%type_raw[perl]/man/man1 \

INSTALLSITEMAN3DIR=%p/lib/perl5/%type_raw[perl]/man/man3 \
INSTALLBIN=%p/bin INSTALLSITEBIN=%p/bin 
INSTALLSCRIPT=%p/bin" \
--with-apache2-apxs=%p/sbin/apxs --with-perl=$PERL

make
<<

InstallScript: <<
#!/bin/sh -ev
make install DESTDIR=%d
rm -r %i/bin # He says they've already got one!
<<
<<

--- NEW FILE: libapreq2.info ---
Package: libapreq2
Version: 2.07
Revision: 1000
DocFiles: Changes FAQ.pod INSTALL LICENSE MANIFEST META.yml NOTICE 
PREREQUISITES README STATUS
Description: Library for parsing HTTP data
License: OSI-Approved
Maintainer: Dave Vasilevsky <[EMAIL PROTECTED]>
Homepage: http://httpd.apache.org/apreq/

# Does not use any C++ symbols
BuildDepends: apr-ssl (>= 0.9.7-1011) | apr (>= 0.9.7-1011), openldap23-dev, 
libiconv-dev, cyrus-sasl2-dev (>= 2.1.21-1), gdbm3, expat (>= 1.95.3-1), 
db43-ssl (>= 4.3.29-1001) | db43 (>= 4.3.29-1001), apache2-ssl-dev (>= 
2.0.55-1010) | apache2-dev (>= 2.0.55-1010)
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true

Source: mirror:apache:httpd/libapreq/libapreq2-%v.tar.gz
Source-MD5: 6f2e5e4a14e8b190dead0fe91fc13080

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

# Tests break with optimization
perl -i -pe 's/^(CFLAGS\s*=.*)/$1 -O0/' library/t/Makefile.in

# Don't test the module. It requires mod-perl2-pm5*, and we don't want 
to
# force any particular variant of it.
perl -i -pe 's/^(test:.*)module_test/$1/' Makefile.in
<<
DescPackaging: <<
User may see an error about missing Apache::Test, it's harmless.
<<
DescDetail: <<
libapreq is a safe, standards-compliant, high-performance library 
used for parsing HTTP cookies, query-strings and POST data.  The 
original version (libapreq-1.X) was designed by Lincoln Stein and Doug 
MacEachern.
<<
DescUsage: <<
To enable mod_apreq, run as root:
  
  apxs -a -e -n apreq %p/lib/apache2/modules/mod_apreq2.so

Use -A instead of -a to disable it.

The perl APIs Apache::Request and Apache::Cookie are available in the packages
libapreq2-pm581, libapreq2-pm584, libapreq2-pm586.
<<

ConfigureParams: --disable-perl-glue
CompileScript: <<
./configure %c
make
make test
<<
InstallScript: make install DESTDIR=%d

SplitOff

dists/10.4/unstable/main/finkinfo/libs/perlmods extutils-xsbuilder-pm.info,NONE,1.1

2006-03-28 Thread Dave Vasilevsky
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19593/libs/perlmods

Added Files:
extutils-xsbuilder-pm.info 
Log Message:
adding mod-perl2

--- NEW FILE: extutils-xsbuilder-pm.info ---
Package: extutils-xsbuilder-pm
Version: 0.27
Revision: 1
###
###
Source: mirror:cpan:authors/id/G/GR/GRICHTER/ExtUtils-XSBuilder-%v.tar.gz
Source-MD5: 6e1f1c8207b598166dc7a06d633db308
###
Type: perl
###
UpdatePOD: true
###
DocFiles: MANIFEST META.yml README
###
Description: Automatic XS glue code generation
DescDetail: <<
ExtUtils::XSBuilder is a set modules to parse C header files and create XS
glue code and documentation out of it. Idealy this allows to "write" an
interface to a C library without coding a line. Since no C-API is ideal,
some adjuments are necessary most of the time. So to use this module you
must still be familar with C and XS programming, but it removes a lot of
stupid work and copy&paste from you. Also when the C API changes, most
of the time you only have to rerun XSBuilder to get your new Perl API.
<<
###
License: Artistic/GPL
Maintainer: Dave Vasilevsky <[EMAIL PROTECTED]>
Homepage: http://search.cpan.org/dist/ExtUtils-XSBuilder
Depends: rec-descent-pm, tie-ixhash-pm



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sci root5.patch,1.7,1.8

2006-03-28 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18592

Modified Files:
root5.patch 
Log Message:
Cleaned up patch, no change in deb

Index: root5.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/root5.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- root5.patch 28 Mar 2006 15:36:59 -  1.7
+++ root5.patch 29 Mar 2006 01:58:28 -  1.8
@@ -144,14 +144,13 @@
  cpdllwin32() {
 mv -f bin/stdfunc.dll   $CINTDIRI
 mv -f bin/vector.dll$CINTDIRS
-@@ -137,9 +111,9 @@
+@@ -137,9 +111,8 @@
   -DG__MAKECINT -c-2 -Z0 $STDFUNCDIR/stdfunc.h"
  execute "$CC $OPT $CINTCFLAGS -I. -o $STDFUNCDIR/G__c_stdfunc.o \
   -c $STDFUNCDIR/G__c_stdfunc.c"
 -$MAKELIB $PLATFORM $LD "$LDFLAGS" "$SOFLAGS" stdfunc.$SOEXT \
 -   $CINTDIRI/stdfunc.$SOEXT "$STDFUNCDIR/G__c_stdfunc.o"
 -rename $CINTDIRI/stdfunc
-+echo "$MAKELIB $PLATFORM $LD *** $LDFLAGS ** $SOFLAGS ***"
 +$MAKELIB $PLATFORM $LD "$LDFLAGS" "$SOFLAGS" $CINTDIRI/stdfunc.dll \
 +   $CINTDIRI/stdfunc.dll "$STDFUNCDIR/G__c_stdfunc.o"
  
@@ -168,12 +167,9 @@
  rename $CINTDIRI/posix
  
  rm -f $POSIXDIR/G__c_posix.c $POSIXDIR/G__c_posix.h $POSIXDIR/G__c_posix.o \
-@@ -185,10 +159,10 @@
- IPCDIR=$CINTDIRL/ipc
- 
+@@ -187,8 +160,8 @@
  execute "$CINT -K -w1 -zipc -n$IPCDIR/G__c_ipc.c -D__MAKECINT__ \
-- -DG__MAKECINT -c-2 -Z0 $IPCDIR/ipcif.h"
-+ -DG__MAKECINT -c-2$SOEXT -Z0 $IPCDIR/ipcif.h"
+  -DG__MAKECINT -c-2 -Z0 $IPCDIR/ipcif.h"
  execute "$CC $OPT $CINTCFLAGS -I. -o $IPCDIR/G__c_ipc.o -c $IPCDIR/G__c_ipc.c"
 -$MAKELIB $PLATFORM $LD "$LDFLAGS" "$SOFLAGS" ipc.$SOEXT \
 -   $CINTDIRI/sys/ipc.$SOEXT "$IPCDIR/G__c_ipc.o"



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci root5.patch,1.3,1.4

2006-03-28 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17157

Modified Files:
root5.patch 
Log Message:
Cleaned up patch, no change in deb

Index: root5.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/root5.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- root5.patch 28 Mar 2006 16:49:24 -  1.3
+++ root5.patch 29 Mar 2006 01:55:15 -  1.4
@@ -144,14 +144,13 @@
  cpdllwin32() {
 mv -f bin/stdfunc.dll   $CINTDIRI
 mv -f bin/vector.dll$CINTDIRS
-@@ -137,9 +111,9 @@
+@@ -137,9 +111,8 @@
   -DG__MAKECINT -c-2 -Z0 $STDFUNCDIR/stdfunc.h"
  execute "$CC $OPT $CINTCFLAGS -I. -o $STDFUNCDIR/G__c_stdfunc.o \
   -c $STDFUNCDIR/G__c_stdfunc.c"
 -$MAKELIB $PLATFORM $LD "$LDFLAGS" "$SOFLAGS" stdfunc.$SOEXT \
 -   $CINTDIRI/stdfunc.$SOEXT "$STDFUNCDIR/G__c_stdfunc.o"
 -rename $CINTDIRI/stdfunc
-+echo "$MAKELIB $PLATFORM $LD *** $LDFLAGS ** $SOFLAGS ***"
 +$MAKELIB $PLATFORM $LD "$LDFLAGS" "$SOFLAGS" $CINTDIRI/stdfunc.dll \
 +   $CINTDIRI/stdfunc.dll "$STDFUNCDIR/G__c_stdfunc.o"
  
@@ -168,12 +167,9 @@
  rename $CINTDIRI/posix
  
  rm -f $POSIXDIR/G__c_posix.c $POSIXDIR/G__c_posix.h $POSIXDIR/G__c_posix.o \
-@@ -185,10 +159,10 @@
- IPCDIR=$CINTDIRL/ipc
- 
+@@ -187,8 +160,8 @@
  execute "$CINT -K -w1 -zipc -n$IPCDIR/G__c_ipc.c -D__MAKECINT__ \
-- -DG__MAKECINT -c-2 -Z0 $IPCDIR/ipcif.h"
-+ -DG__MAKECINT -c-2$SOEXT -Z0 $IPCDIR/ipcif.h"
+  -DG__MAKECINT -c-2 -Z0 $IPCDIR/ipcif.h"
  execute "$CC $OPT $CINTCFLAGS -I. -o $IPCDIR/G__c_ipc.o -c $IPCDIR/G__c_ipc.c"
 -$MAKELIB $PLATFORM $LD "$LDFLAGS" "$SOFLAGS" ipc.$SOEXT \
 -   $CINTDIRI/sys/ipc.$SOEXT "$IPCDIR/G__c_ipc.o"



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/web amaya.info,1.13,1.14

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/web
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18614/10.3/unstable/main/finkinfo/web

Modified Files:
amaya.info 
Log Message:
Build when %p != /sw (upstream hardcodes /sw)


Index: amaya.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/web/amaya.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- amaya.info  5 Sep 2005 01:04:15 -   1.13
+++ amaya.info  29 Mar 2006 00:56:51 -  1.14
@@ -14,7 +14,10 @@
 SourceDirectory: Amaya
 NoSetLDFLAGS: true
 GCC: 3.3
-PatchScript:cd .. && sed 's|@FINK@|%p|g' < %a/%n.patch | patch -p0
+PatchScript:<<
+cd .. && sed 's|@FINK@|%p|g' < %a/%n.patch | patch -p0
+perl -pi -e 's|/sw|%p|g' ../Amaya/configure ../redland/configure
+<<
 CompileScript: <<
mkdir Darwin
export CC=gcc-3.3; export CXX=g++-3.3; cd 'Darwin' && ../configure 
--with-gtk --with-dav --enable-bookmarks --prefix=%p/share --bindir=%p/bin && 
make CC=gcc-3.3 CXX=g++-3.3



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/web amaya.info,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18614/10.4/unstable/main/finkinfo/web

Modified Files:
amaya.info 
Log Message:
Build when %p != /sw (upstream hardcodes /sw)


Index: amaya.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/amaya.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- amaya.info  20 Jan 2006 20:32:32 -  1.1
+++ amaya.info  29 Mar 2006 00:56:51 -  1.2
@@ -15,7 +15,10 @@
 SourceDirectory: Amaya
 NoSetLDFLAGS: true
 GCC: 3.3
-PatchScript:cd .. && sed 's|@FINK@|%p|g' < %a/%n.patch | patch -p0
+PatchScript:<<
+cd .. && sed 's|@FINK@|%p|g' < %a/%n.patch | patch -p0
+perl -pi -e 's|/sw|%p|g' ../Amaya/configure ../redland/configure
+<<
 CompileScript: <<
mkdir Darwin
export CC=gcc-3.3; export CXX=g++-3.3; cd 'Darwin' && ../configure 
--with-gtk --with-dav --enable-bookmarks --prefix=%p/share --bindir=%p/bin && 
make CC=gcc-3.3 CXX=g++-3.3



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/web amaya.info,1.3,1.4

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/web
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18614/10.4-transitional/unstable/main/finkinfo/web

Modified Files:
amaya.info 
Log Message:
Build when %p != /sw (upstream hardcodes /sw)


Index: amaya.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/web/amaya.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- amaya.info  20 Jan 2006 15:20:37 -  1.3
+++ amaya.info  29 Mar 2006 00:56:51 -  1.4
@@ -15,7 +15,10 @@
 SourceDirectory: Amaya
 NoSetLDFLAGS: true
 GCC: 3.3
-PatchScript:cd .. && sed 's|@FINK@|%p|g' < %a/%n.patch | patch -p0
+PatchScript:<<
+cd .. && sed 's|@FINK@|%p|g' < %a/%n.patch | patch -p0
+perl -pi -e 's|/sw|%p|g' ../Amaya/configure ../redland/configure
+<<
 CompileScript: <<
mkdir Darwin
export CC=gcc-3.3; export CXX=g++-3.3; cd 'Darwin' && ../configure 
--with-gtk --with-dav --enable-bookmarks --prefix=%p/share --bindir=%p/bin && 
make CC=gcc-3.3 CXX=g++-3.3



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink Config.pm,1.77,1.78

2006-03-28 Thread David R. Morrison
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19483

Modified Files:
Config.pm 
Log Message:
syntax...grr...


Index: Config.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Config.pm,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- Config.pm   28 Mar 2006 23:55:55 -  1.77
+++ Config.pm   29 Mar 2006 00:08:07 -  1.78
@@ -779,7 +779,7 @@
 Fink does not yet support an official set of binary packages for your current
 distribution.
 ERR
-   return exists 
default_binary_version{$self->param('Distribution')} ? 0 : $err;
+   return exists 
default_binary_version($self->param('Distribution')) ? 0 : $err;
}
 }
 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink ChangeLog,1.1311,1.1312 Config.pm,1.76,1.77

2006-03-28 Thread David R. Morrison
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7982

Modified Files:
ChangeLog Config.pm 
Log Message:
Use FinkVersion::default_binary_version to determine if our distro has any 
bindists or not


Index: Config.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Config.pm,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- Config.pm   27 Mar 2006 17:47:22 -  1.76
+++ Config.pm   28 Mar 2006 23:55:55 -  1.77
@@ -25,6 +25,7 @@
 use Fink::Base;
 use Fink::Command  qw(cp);
 use Fink::Services qw(&get_arch &read_properties &get_options 
$VALIDATE_HELP);
+use Fink::FinkVersion  qw(&default_binary_version);
 
 
 use strict;
@@ -772,15 +773,13 @@
 =cut
 
 {
-   my %bindists = map { $_ => 1 } ("10.3", "10.4-transitional", "10.4");
-
sub bindist_check_distro {
my ($self) = @_;
my $err = param('Distribution')} ? 0 : $err;
}
 }
 

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1311
retrieving revision 1.1312
diff -u -d -r1.1311 -r1.1312
--- ChangeLog   28 Mar 2006 20:47:52 -  1.1311
+++ ChangeLog   28 Mar 2006 23:55:55 -  1.1312
@@ -1,3 +1,8 @@
+2006-03-28  Dave Morrison  <[EMAIL PROTECTED]>
+
+   * Config.pm: Use FinkVersion::default_binary_version to determine
+   if our distro has any bindists or not
+
 2006-03-28  Daniel Macks  <[EMAIL PROTECTED]>
 
* Engine.pm: Use default .info validator settings for dependencies



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods array-compare-pm.info,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17573/10.4-transitional/unstable/main/finkinfo/libs/perlmods

Modified Files:
array-compare-pm.info 
Log Message:
No perllocal so must not call UpdatePOD


Index: array-compare-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/array-compare-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- array-compare-pm.info   1 Mar 2006 01:53:07 -   1.2
+++ array-compare-pm.info   28 Mar 2006 23:15:06 -  1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: array-compare-pm%type_pkg[perl]
 Version: 1.13
-Revision: 21
+Revision: 22
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl extension for comparing arrays
 Type: perl(5.8.1 5.8.4 5.8.6)
@@ -30,7 +30,7 @@
./Build test
 <<
 
-UpdatePOD: true
+#UpdatePOD: true
 InstallScript: <<
./Build install
find %d -name .packlist -exec rm -rf {} \;



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/libs/perlmods array-compare-pm.info,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17573/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
array-compare-pm.info 
Log Message:
No perllocal so must not call UpdatePOD


Index: array-compare-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/array-compare-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- array-compare-pm.info   1 Mar 2006 01:53:08 -   1.2
+++ array-compare-pm.info   28 Mar 2006 23:15:06 -  1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: array-compare-pm%type_pkg[perl]
 Version: 1.13
-Revision: 1021
+Revision: 1022
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl extension for comparing arrays
 Type: perl(5.8.1 5.8.4 5.8.6)
@@ -30,7 +30,7 @@
./Build test
 <<
 
-UpdatePOD: true
+#UpdatePOD: true
 InstallScript: <<
./Build install
find %d -name .packlist -exec rm -rf {} \;



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs/perlmods array-compare-pm.info,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17573/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
array-compare-pm.info 
Log Message:
No perllocal so must not call UpdatePOD


Index: array-compare-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/array-compare-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- array-compare-pm.info   22 Feb 2006 02:54:06 -  1.1
+++ array-compare-pm.info   28 Mar 2006 23:15:05 -  1.2
@@ -1,7 +1,7 @@
 Info2: <<
 Package: array-compare-pm%type_pkg[perl]
 Version: 1.13
-Revision: 11
+Revision: 12
 Description: Perl extension for comparing arrays
 Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
 License: Artistic
@@ -29,7 +29,7 @@
./Build test
 <<
 
-UpdatePOD: true
+#UpdatePOD: true
 InstallScript: <<
./Build install
find %d -name .packlist -exec rm -rf {} \;



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci plotutils.patch,NONE,1.1 biggles-py.info,1.1,1.2 oleo.info,1.1,1.2 plotutils.info,1.2,1.3 pspp.info,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9085/10.4/unstable/main/finkinfo/sci

Modified Files:
biggles-py.info oleo.info plotutils.info pspp.info 
Added Files:
plotutils.patch 
Log Message:
Clean plotutils for gcc4/intel and switch its C++ ABI to 4.0


Index: plotutils.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/plotutils.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- plotutils.info  14 Mar 2006 22:23:29 -  1.2
+++ plotutils.info  28 Mar 2006 23:00:27 -  1.3
@@ -1,23 +1,16 @@
 Package: plotutils
 Version: 2.4.1
-Revision: 7
-GCC: 3.3
-BuildDepends: x11-dev, libpng3, gcc3.3
-Architecture: powerpc
+Revision: 1007
+GCC: 4.0
+BuildDepends: x11-dev, libpng3
 Depends: x11, libpng3-shlibs, %N-shlibs (= %v-%r)
 Description: C/C++ function library for exporting 2-D vector graphics  
-DescPackaging: <<
- This version is compiled with g++-3.3, even in the 10.4 tree.  If it is
- ever updated to a more recent compiler, any packages which depend on
- this one must be updated at the same time.
-<<
 DescDetail: also contains command-line programs for plotting scientific data.
 Source: gnu
 UpdateConfigGuess: true
 UpdateLibtool: true
+Patch: %n.patch
 ConfigureParams: --enable-libplotter --mandir='${prefix}/share/man' 
--infodir='${prefix}/share/info'
-SetCC: gcc-3.3
-SetCXX: g++-3.3
 License: GPL
 SplitOff: <<
   Package: %N-shlibs
@@ -43,3 +36,10 @@
 Homepage: http://www.gnu.org/software/plotutils
 Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
 Source-MD5: 8da2cc2ed5a837cad0753c7843ef18ee 
+DescPort: <<
+  Explicit cast of (unsigned char *) and (unsigned const char *) to
+  (const char *) for ostream::write. Should really not be using
+  "unsigned" at all, but easier to recast at the lowest level instead
+  of actually fixing the type and then propagating back to all
+  callers...
+<<

Index: biggles-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/biggles-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- biggles-py.info 20 Jan 2006 20:30:39 -  1.1
+++ biggles-py.info 28 Mar 2006 23:00:27 -  1.2
@@ -1,11 +1,11 @@
 Info2: <<
 Package: biggles-py%type_pkg[python]
 Version: 1.6.4
-Revision: 2
+Revision: 1002
 Type: python(2.3 2.4)
 Maintainer: Sebastien Maret <[EMAIL PROTECTED]>
-BuildDepends: plotutils-dev
-Depends: python%type_pkg[python], numeric-py%type_pkg[python], plotutils-shlibs
+BuildDepends: plotutils-dev (>= 2.4.1-1007)
+Depends: python%type_pkg[python], numeric-py%type_pkg[python], 
plotutils-shlibs (>= 2.4.1-1007)
 Source: mirror:sourceforge:biggles/python2-biggles-%v.tar.gz
 Source-MD5: e07bc9e22d830ada274ea71bc6d12556
 CompileScript: python%type_raw[python] setup.py build   

Index: oleo.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/oleo.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- oleo.info   16 Feb 2006 18:51:08 -  1.1
+++ oleo.info   28 Mar 2006 23:00:27 -  1.2
@@ -1,12 +1,12 @@
 Package: oleo
 Version: 1.99.16
-Revision: 1015
+Revision: 1016
 Maintainer: None 
 GCC: 4.0
 Source: gnu
 Source-MD5: d59801055b8ba6c6980ed1247a603f5f
-Depends: xbae-shlibs, xmhtml-shlibs, xlt-shlibs (>= 9.2.9-3), gsl-shlibs, 
plotutils-shlibs, ncurses (>= 5.4-20041023-1006), libncurses5-shlibs (>= 
5.4-20041023-1006)
-BuildDepends: xbae, xmhtml, xlt (>= 9.2.9-3), lesstif, gsl, plotutils-dev, 
cups-dev, libncurses5 (>= 5.4-20041023-1006)
+Depends: xbae-shlibs, xmhtml-shlibs, xlt-shlibs (>= 9.2.9-3), gsl-shlibs, 
plotutils-shlibs (>= 2.4.1-1007), ncurses (>= 5.4-20041023-1006), 
libncurses5-shlibs (>= 5.4-20041023-1006)
+BuildDepends: xbae, xmhtml, xlt (>= 9.2.9-3), lesstif, gsl, plotutils-dev (>= 
2.4.1-1007), cups-dev, libncurses5 (>= 5.4-20041023-1006)
 PatchScript: sed 's|@prefix@|%p|g' <%a/%n.patch | patch -p1
 UpdatePoMakefile: true
 SetCPPFLAGS: -no-cpp-precomp -Wno-long-double

Index: pspp.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/pspp.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pspp.info   22 Jan 2006 05:11:41 -  1.2
+++ pspp.info   28 Mar 2006 23:00:27 -  1.3
@@ -1,12 +1,12 @@
 Package: pspp
 Version: 0.4.0
-Revision: 1001
+Revision: 1002
 BuildDepends: <<
  gettext-tools (>= 0.14.2),
  gsl (>= 1.6),
  libgettext3-dev (>= 0.14.2),
  libiconv-dev (>= 1.9.2),
- plotutils-dev (>= 2.4.1), 
+ plotutils-dev (>= 2.4.1-1007), 
  readline5 (>= 5.0-1004),
  texinfo (>= 4.8)
 <<
@@ -14,7 +14,7 @@
  gsl-shlibs (>= 1.6), 
  libgettext3-shlibs (>= 0.14.2),
  libico

dists/10.4/unstable/main/finkinfo/graphics frontline.info,1.1,1.2 pstoedit.info,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9085/10.4/unstable/main/finkinfo/graphics

Modified Files:
frontline.info pstoedit.info 
Log Message:
Clean plotutils for gcc4/intel and switch its C++ ABI to 4.0


Index: frontline.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/frontline.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- frontline.info  12 Feb 2006 15:16:07 -  1.1
+++ frontline.info  28 Mar 2006 23:00:27 -  1.2
@@ -1,10 +1,10 @@
 Package: frontline 
 Version: 0.5.4
-Revision: 1013
+Revision: 1014
 GCC: 4.0
 Maintainer: Peter O'Gorman <[EMAIL PROTECTED]> 
 Depends: autotrace-shlibs (>= 0.31.1-1014), pstoedit-shlibs (>= 3.40-1002), 
gnome-libs-shlibs, libxml2-shlibs, ming-shlibs, x11, libart2-shlibs, popt-shlibs
-BuildDepends: gnome-libs-dev, gnome-libs, esound, glib, gtk+, libjpeg, 
libtiff, libxml2, ming, gimp-dev (>= 1.2.5-1003), autotrace (>= 0.31.1-1014), 
pstoedit (>= 3.40-1002), libart2, popt, orbit-dev, imlib, pkgconfig, x11-dev, 
plotutils-dev, imagemagick-dev (>= 6.1.8-1002), lcms, libemf (>= 1.0.2-1011), 
libpng3, libgettext3-dev, audiofile, gimp-default (>= 1.2.5-1003), giflib
+BuildDepends: gnome-libs-dev, gnome-libs, esound, glib, gtk+, libjpeg, 
libtiff, libxml2, ming, gimp-dev (>= 1.2.5-1003), autotrace (>= 0.31.1-1014), 
pstoedit (>= 3.40-1002), libart2, popt, orbit-dev, imlib, pkgconfig, x11-dev, 
plotutils-dev (>= 2.4.1-1007), imagemagick-dev (>= 6.1.8-1002), lcms, libemf 
(>= 1.0.2-1011), libpng3, libgettext3-dev, audiofile, gimp-default (>= 
1.2.5-1003), giflib
 Source: http://ftp1.sourceforge.net/autotrace/%n-%v.tar.gz
 Source-MD5: 5fc2c3459b153dbc2b3138c1133f927e
 SetCPPFlags: -no-cpp-precomp 

Index: pstoedit.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/pstoedit.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pstoedit.info   12 Feb 2006 15:16:07 -  1.1
+++ pstoedit.info   28 Mar 2006 23:00:27 -  1.2
@@ -1,10 +1,10 @@
 Package: pstoedit
 Version: 3.40
-Revision: 1002
+Revision: 1003
 GCC: 4.0
 Maintainer: Peter O'Gorman <[EMAIL PROTECTED]> 
 Depends: %N-shlibs (= %v-%r), %N-bin (= %v-%r), pkgconfig
-BuildDepends: libtiff, libjpeg, libemf (>= 1.0.2-1011), ming (>= 0.2a-3), 
plotutils-dev, libpng3, lcms, libxml2, bzip2-dev, imagemagick-dev (>= 
6.1.8-1002), imagemagick (>= 6.1.8-1002), libtool14, libiconv-dev
+BuildDepends: libtiff, libjpeg, libemf (>= 1.0.2-1011), ming (>= 0.2a-3), 
plotutils-dev (>= 2.4.1-1007), libpng3, lcms, libxml2, bzip2-dev, 
imagemagick-dev (>= 6.1.8-1002), imagemagick (>= 6.1.8-1002), libtool14, 
libiconv-dev
 BuildDependsOnly: true
 Source: http://home.t-online.de/home/helga.glunz/wglunz/%n/%n-%v.tar.gz
 Source-MD5: cfad18cec035a3b8a13c1e2b960a24fe
@@ -28,7 +28,7 @@
 <<
 Splitoff: <<
   Package: %N-shlibs
-  Depends: libemf-shlibs (>= 1.0.2-1011), imagemagick-shlibs (>= 6.1.8-1002), 
ming-shlibs (>= 0.2a-3), plotutils-shlibs, lcms-shlibs
+  Depends: libemf-shlibs (>= 1.0.2-1011), imagemagick-shlibs (>= 6.1.8-1002), 
ming-shlibs (>= 0.2a-3), plotutils-shlibs (>= 2.4.1-1007), lcms-shlibs
   Files: <<
 lib/libpstoedit.0.0.0.dylib
 lib/libpstoedit.0.dylib



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/graphics ivtools.info,1.11,1.12

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3142/10.3/unstable/main/finkinfo/graphics

Modified Files:
ivtools.info 
Log Message:
no .bak in .deb


Index: ivtools.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics/ivtools.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- ivtools.info24 Mar 2006 16:11:42 -  1.11
+++ ivtools.info28 Mar 2006 22:50:11 -  1.12
@@ -1,13 +1,12 @@
 Package: ivtools
 Version: 1.2.3
-Revision: 11
-Architecture: powerpc
+Revision: 12
 GCC: 3.3
 Source: mirror:sourceforge:%n/%n-%v.tgz  
 Source-MD5: aa35433e5e30f0215d6a563ff2edffbc
 PatchScript: <<
-  perl -pi.bak -e 's|[EMAIL PROTECTED]@|%p|g' config/site.def.DARWIN
-  perl -pi.bak -e 's|/sw|%p|g' src/AceDispatch/Makefile
+  perl -pi -e 's|[EMAIL PROTECTED]@|%p|g' config/site.def.DARWIN
+  perl -pi -e 's|/sw|%p|g' src/AceDispatch/Makefile
 <<
 SourceDirectory: ivtools-1.2
 BuildDepends: x11-dev, gcc3.3



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/graphics ivtools.info,1.6,1.7

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3142/10.4-transitional/unstable/main/finkinfo/graphics

Modified Files:
ivtools.info 
Log Message:
no .bak in .deb


Index: ivtools.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/graphics/ivtools.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ivtools.info24 Mar 2006 16:11:42 -  1.6
+++ ivtools.info28 Mar 2006 22:50:11 -  1.7
@@ -1,13 +1,12 @@
 Package: ivtools
 Version: 1.2.3
-Revision: 11
-Architecture: powerpc
+Revision: 12
 GCC: 3.3
 Source: mirror:sourceforge:%n/%n-%v.tgz  
 Source-MD5: aa35433e5e30f0215d6a563ff2edffbc
 PatchScript: <<
-  perl -pi.bak -e 's|[EMAIL PROTECTED]@|%p|g' config/site.def.DARWIN
-  perl -pi.bak -e 's|/sw|%p|g' src/AceDispatch/Makefile
+  perl -pi -e 's|[EMAIL PROTECTED]@|%p|g' config/site.def.DARWIN
+  perl -pi -e 's|/sw|%p|g' src/AceDispatch/Makefile
 <<
 SourceDirectory: ivtools-1.2
 BuildDepends: x11-dev, gcc3.3



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/graphics ivtools.info,1.4,1.5

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3142/10.4/unstable/main/finkinfo/graphics

Modified Files:
ivtools.info 
Log Message:
no .bak in .deb


Index: ivtools.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/ivtools.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ivtools.info24 Mar 2006 16:11:43 -  1.4
+++ ivtools.info28 Mar 2006 22:50:11 -  1.5
@@ -1,12 +1,12 @@
 Package: ivtools
 Version: 1.2.3
-Revision: 1011
+Revision: 1012
 GCC: 4.0
 Source: mirror:sourceforge:%n/%n-%v.tgz  
 Source-MD5: aa35433e5e30f0215d6a563ff2edffbc
 PatchScript: <<
-  perl -pi.bak -e 's|[EMAIL PROTECTED]@|%p|g' config/site.def.DARWIN
-  perl -pi.bak -e 's|/sw|%p|g' src/AceDispatch/Makefile
+  perl -pi -e 's|[EMAIL PROTECTED]@|%p|g' config/site.def.DARWIN
+  perl -pi -e 's|/sw|%p|g' src/AceDispatch/Makefile
 <<
 SourceDirectory: ivtools-1.2
 BuildDepends: x11-dev



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/languages scheme48.info,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1205/10.4-transitional/unstable/main/finkinfo/languages

Modified Files:
scheme48.info 
Log Message:
No .bak in .deb


Index: scheme48.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/languages/scheme48.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scheme48.info   27 Apr 2005 03:25:58 -  1.1
+++ scheme48.info   28 Mar 2006 22:46:42 -  1.2
@@ -1,14 +1,14 @@
 Package: scheme48
 Version: 1.1
-Revision: 1
+Revision: 2
 Source: http://s48.org/%v/%n-%v.tgz
 Source-MD5: 43507090660f0635e14764a72c5f7b08
 SetCFLAGS: -I%p/include
 InstallScript: <<
mkdir -p %i/lib %i/bin %i/include %i/share/doc/%n %i/share/man/man1
make install prefix=%i mandir=%i/share/man/man1
-   perl -pi.bak -e 's|%i|%p|g' %i/share/man/man1/%n.1
-   perl -pi.bak -e 's|%i|%p|g' %i/bin/%n
+   perl -pi -e 's|%i|%p|g' %i/share/man/man1/%n.1
+   perl -pi -e 's|%i|%p|g' %i/bin/%n
cp -r doc %i/share/doc/%n
 <<
 DocFiles: COPYING INSTALL README



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/languages scheme48.info,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1205/10.4/unstable/main/finkinfo/languages

Modified Files:
scheme48.info 
Log Message:
No .bak in .deb


Index: scheme48.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/scheme48.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scheme48.info   20 Jan 2006 20:28:27 -  1.1
+++ scheme48.info   28 Mar 2006 22:46:42 -  1.2
@@ -1,14 +1,14 @@
 Package: scheme48
 Version: 1.1
-Revision: 1
+Revision: 2
 Source: http://s48.org/%v/%n-%v.tgz
 Source-MD5: 43507090660f0635e14764a72c5f7b08
 SetCFLAGS: -I%p/include
 InstallScript: <<
mkdir -p %i/lib %i/bin %i/include %i/share/doc/%n %i/share/man/man1
make install prefix=%i mandir=%i/share/man/man1
-   perl -pi.bak -e 's|%i|%p|g' %i/share/man/man1/%n.1
-   perl -pi.bak -e 's|%i|%p|g' %i/bin/%n
+   perl -pi -e 's|%i|%p|g' %i/share/man/man1/%n.1
+   perl -pi -e 's|%i|%p|g' %i/bin/%n
cp -r doc %i/share/doc/%n
 <<
 DocFiles: COPYING INSTALL README



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/languages scheme48.info,1.3,1.4

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1205/10.3/unstable/main/finkinfo/languages

Modified Files:
scheme48.info 
Log Message:
No .bak in .deb


Index: scheme48.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages/scheme48.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- scheme48.info   16 Aug 2004 02:10:18 -  1.3
+++ scheme48.info   28 Mar 2006 22:46:42 -  1.4
@@ -1,14 +1,14 @@
 Package: scheme48
 Version: 1.1
-Revision: 1
+Revision: 2
 Source: http://s48.org/%v/%n-%v.tgz
 Source-MD5: 43507090660f0635e14764a72c5f7b08
 SetCFLAGS: -I%p/include
 InstallScript: <<
mkdir -p %i/lib %i/bin %i/include %i/share/doc/%n %i/share/man/man1
make install prefix=%i mandir=%i/share/man/man1
-   perl -pi.bak -e 's|%i|%p|g' %i/share/man/man1/%n.1
-   perl -pi.bak -e 's|%i|%p|g' %i/bin/%n
+   perl -pi -e 's|%i|%p|g' %i/share/man/man1/%n.1
+   perl -pi -e 's|%i|%p|g' %i/bin/%n
cp -r doc %i/share/doc/%n
 <<
 DocFiles: COPYING INSTALL README



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/languages regina.info,1.7,1.8

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv650/10.3/unstable/main/finkinfo/languages

Modified Files:
regina.info 
Log Message:
no .bak in .deb


Index: regina.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages/regina.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- regina.info 8 Mar 2005 09:07:57 -   1.7
+++ regina.info 28 Mar 2006 22:45:42 -  1.8
@@ -1,6 +1,6 @@
 Package: regina
 Version: 3.2
-Revision: 23
+Revision: 24
 Maintainer: Eric Oberle <[EMAIL PROTECTED]>
 License: LGPL
 GCC: 3.3
@@ -14,8 +14,8 @@
 ConfigureParams:  --mandir=%p/share/man 
 InstallScript: <<
 make install prefix=%i mandir=%i/share/man sharedir=%i/share/regina
-perl -pi.bak -e 's+%i/bin/rexx+%p/bin/regina+' %i/share/regina/*
-perl -pi.bak -e 's+%i/bin/regina+%p/bin/regina+' %i/share/regina/*
+perl -pi -e 's+%i/bin/rexx+%p/bin/regina+' %i/share/regina/*
+perl -pi -e 's+%i/bin/regina+%p/bin/regina+' %i/share/regina/*
 mkdir -p %i/sbin
 mkdir -p %i/etc
 /usr/bin/install -m 755 -c ./rxstack.init.d %i/sbin/rxstack-control



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/languages regina.info,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv650/10.4/unstable/main/finkinfo/languages

Modified Files:
regina.info 
Log Message:
no .bak in .deb


Index: regina.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/regina.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- regina.info 13 Feb 2006 20:03:10 -  1.1
+++ regina.info 28 Mar 2006 22:45:42 -  1.2
@@ -1,6 +1,6 @@
 Package: regina
 Version: 3.2
-Revision: 1023
+Revision: 1024
 Maintainer: Eric Oberle <[EMAIL PROTECTED]>
 License: LGPL
 GCC: 4.0
@@ -14,8 +14,8 @@
 ConfigureParams:  --mandir=%p/share/man 
 InstallScript: <<
 make install prefix=%i mandir=%i/share/man sharedir=%i/share/regina
-perl -pi.bak -e 's+%i/bin/rexx+%p/bin/regina+' %i/share/regina/*
-perl -pi.bak -e 's+%i/bin/regina+%p/bin/regina+' %i/share/regina/*
+perl -pi -e 's+%i/bin/rexx+%p/bin/regina+' %i/share/regina/*
+perl -pi -e 's+%i/bin/regina+%p/bin/regina+' %i/share/regina/*
 mkdir -p %i/sbin
 mkdir -p %i/etc
 /usr/bin/install -m 755 -c ./rxstack.init.d %i/sbin/rxstack-control



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/languages regina.info,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv650/10.4-transitional/unstable/main/finkinfo/languages

Modified Files:
regina.info 
Log Message:
no .bak in .deb


Index: regina.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/languages/regina.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- regina.info 27 Apr 2005 03:25:58 -  1.1
+++ regina.info 28 Mar 2006 22:45:42 -  1.2
@@ -1,6 +1,6 @@
 Package: regina
 Version: 3.2
-Revision: 23
+Revision: 24
 Maintainer: Eric Oberle <[EMAIL PROTECTED]>
 License: LGPL
 GCC: 3.3
@@ -14,8 +14,8 @@
 ConfigureParams:  --mandir=%p/share/man 
 InstallScript: <<
 make install prefix=%i mandir=%i/share/man sharedir=%i/share/regina
-perl -pi.bak -e 's+%i/bin/rexx+%p/bin/regina+' %i/share/regina/*
-perl -pi.bak -e 's+%i/bin/regina+%p/bin/regina+' %i/share/regina/*
+perl -pi -e 's+%i/bin/rexx+%p/bin/regina+' %i/share/regina/*
+perl -pi -e 's+%i/bin/regina+%p/bin/regina+' %i/share/regina/*
 mkdir -p %i/sbin
 mkdir -p %i/etc
 /usr/bin/install -m 755 -c ./rxstack.init.d %i/sbin/rxstack-control



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sci pdb2pqr.info,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31791/10.4-transitional/unstable/main/finkinfo/sci

Modified Files:
pdb2pqr.info 
Log Message:
no .bak in .deb; leave %r space for 10.4T to grow


Index: pdb2pqr.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/pdb2pqr.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pdb2pqr.info23 Dec 2005 08:07:17 -  1.2
+++ pdb2pqr.info28 Mar 2006 22:43:20 -  1.3
@@ -1,6 +1,6 @@
 Package: pdb2pqr
 Version: 1.0.2
-Revision: 3
+Revision: 5
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: 4294713d22ae34079fcd4f652f2c793a 
 SourceDirectory: %n-%v
@@ -13,9 +13,9 @@
 CompileScript: <<
 #!/bin/zsh -ef
  PATH=/usr/bin:$PATH
- perl -pi.bak -e 's|python2.2|python2.3|g' **/* 2>/dev/null
- perl -pi.bak -e 's|python2 |python2.3 |g' **/* 2>/dev/null
- perl -pi.bak -e "s|/usr/bin/python2.3|/usr/bin/python|g" **/*.py 2>/dev/null
+ perl -pi -e 's|python2.2|python2.3|g' **/* 2>/dev/null
+ perl -pi -e 's|python2 |python2.3 |g' **/* 2>/dev/null
+ perl -pi -e "s|/usr/bin/python2.3|/usr/bin/python|g" **/*.py 2>/dev/null
 py_path=/usr/bin/python2.3 
LDFLAGS="-F/System/Library/Frameworks/Python.framework"  ./configure
 make
 rm -f **/*.o



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci pdb2pqr.info,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31791/10.4/unstable/main/finkinfo/sci

Modified Files:
pdb2pqr.info 
Log Message:
no .bak in .deb; leave %r space for 10.4T to grow


Index: pdb2pqr.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/pdb2pqr.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pdb2pqr.info3 Mar 2006 07:22:31 -   1.2
+++ pdb2pqr.info28 Mar 2006 22:43:20 -  1.3
@@ -1,6 +1,6 @@
 Package: pdb2pqr
 Version: 1.0.2
-Revision: 4
+Revision: 40
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: 4294713d22ae34079fcd4f652f2c793a 
 SourceDirectory: %n-%v
@@ -13,9 +13,9 @@
 CompileScript: <<
 #!/bin/zsh -ef
  PATH=/usr/bin:$PATH
- perl -pi.bak -e 's|python2.2|python2.3|g' **/* 2>/dev/null
- perl -pi.bak -e 's|python2 |python2.3 |g' **/* 2>/dev/null
- perl -pi.bak -e "s|/usr/bin/python2.3|/usr/bin/python|g" **/*.py 2>/dev/null
+ perl -pi -e 's|python2.2|python2.3|g' **/* 2>/dev/null
+ perl -pi -e 's|python2 |python2.3 |g' **/* 2>/dev/null
+ perl -pi -e "s|/usr/bin/python2.3|/usr/bin/python|g" **/*.py 2>/dev/null
 FC="gfortran" py_path=/usr/bin/python2.3 
LDFLAGS="-F/System/Library/Frameworks/Python.framework"  ./configure  
--with-f77=gfortran
 make
 rm -f **/*.o



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/sci mead.info,1.5,1.6

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31512/10.3/unstable/main/finkinfo/sci

Modified Files:
mead.info 
Log Message:
no .bak in .deb


Index: mead.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/mead.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mead.info   16 Feb 2006 18:23:20 -  1.5
+++ mead.info   28 Mar 2006 22:42:40 -  1.6
@@ -1,6 +1,6 @@
 Package: mead
 Version: 2.2.3
-Revision: 1
+Revision: 2
 Architecture: powerpc
 Source: http://www.chemistry.ucsc.edu/~wgscott/temp/%n-%v.tar.gz
 Source-MD5: a7188e601241d89b813e703cd69f4f3e
@@ -9,7 +9,7 @@
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
 PatchScript: <<
-perl -pi.bak -e 's/-O2/-O3/g' configure
+perl -pi -e 's/-O2/-O3/g' configure
 <<
 GCC: 3.3
 SetCXX: g++-3.3



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci mead.info,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31512/10.4/unstable/main/finkinfo/sci

Modified Files:
mead.info 
Log Message:
no .bak in .deb


Index: mead.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/mead.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mead.info   16 Feb 2006 18:23:59 -  1.1
+++ mead.info   28 Mar 2006 22:42:40 -  1.2
@@ -1,6 +1,6 @@
 Package: mead
 Version: 2.2.3
-Revision: 1
+Revision: 2
 Architecture: powerpc
 Source: http://www.chemistry.ucsc.edu/~wgscott/temp/%n-%v.tar.gz
 Source-MD5: a7188e601241d89b813e703cd69f4f3e
@@ -9,7 +9,7 @@
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
 PatchScript: <<
-perl -pi.bak -e 's/-O2/-O3/g' configure
+perl -pi -e 's/-O2/-O3/g' configure
 <<
 GCC: 3.3
 SetCXX: g++-3.3



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sci mead.info,1.3,1.4

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31512/10.4-transitional/unstable/main/finkinfo/sci

Modified Files:
mead.info 
Log Message:
no .bak in .deb


Index: mead.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/mead.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mead.info   16 Feb 2006 18:22:14 -  1.3
+++ mead.info   28 Mar 2006 22:42:40 -  1.4
@@ -1,6 +1,6 @@
 Package: mead
 Version: 2.2.3
-Revision: 1
+Revision: 2
 Architecture: powerpc
 Source: http://www.chemistry.ucsc.edu/~wgscott/temp/%n-%v.tar.gz
 Source-MD5: a7188e601241d89b813e703cd69f4f3e
@@ -9,7 +9,7 @@
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
 PatchScript: <<
-perl -pi.bak -e 's/-O2/-O3/g' configure
+perl -pi -e 's/-O2/-O3/g' configure
 <<
 GCC: 3.3
 SetCXX: g++-3.3



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sci grass60.info,1.9,1.10

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26902/10.4-transitional/unstable/main/finkinfo/sci

Modified Files:
grass60.info 
Log Message:
no .bak in .deb


Index: grass60.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/grass60.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- grass60.info1 Jan 2006 00:00:06 -   1.9
+++ grass60.info28 Mar 2006 22:33:57 -  1.10
@@ -2,7 +2,7 @@
 Package: grass60%type_pkg[-nopgsql]
 Type: -nopgsql (boolean)
 Version: 6.0.1
-Revision: 3
+Revision: 4
 Description: Powerful GIS software
 License: GPL
 Homepage: http://grass.itc.it
@@ -78,7 +78,7 @@
   
   # Fixing GISBASE path
   pushd %i/bin
-  perl -pi.bak -e 's,GISBASE=,GISBASE=%p/lib/grass-6.0 #,g' grass60
+  perl -pi -e 's,GISBASE=,GISBASE=%p/lib/grass-6.0 #,g' grass60
   popd
   
   # man



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci grass60.info,1.7,1.8

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26902/10.4/unstable/main/finkinfo/sci

Modified Files:
grass60.info 
Log Message:
no .bak in .deb


Index: grass60.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/grass60.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- grass60.info13 Feb 2006 16:23:39 -  1.7
+++ grass60.info28 Mar 2006 22:33:57 -  1.8
@@ -2,7 +2,7 @@
 Package: grass60%type_pkg[-nopgsql]
 Type: -nopgsql (boolean)
 Version: 6.0.1
-Revision: 1008
+Revision: 1009
 Description: Powerful GIS software
 License: GPL
 Homepage: http://grass.itc.it
@@ -78,7 +78,7 @@
   
   # Fixing GISBASE path
   pushd %i/bin
-  perl -pi.bak -e 's,GISBASE=,GISBASE=%p/lib/grass-6.0 #,g' grass60
+  perl -pi -e 's,GISBASE=,GISBASE=%p/lib/grass-6.0 #,g' grass60
   popd
   
   # man



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/sci grass60.info,1.10,1.11

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26902/10.3/unstable/main/finkinfo/sci

Modified Files:
grass60.info 
Log Message:
no .bak in .deb


Index: grass60.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/grass60.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- grass60.info30 Dec 2005 07:57:38 -  1.10
+++ grass60.info28 Mar 2006 22:33:56 -  1.11
@@ -2,7 +2,7 @@
 Package: grass60%type_pkg[-nopgsql]
 Type: -nopgsql (boolean)
 Version: 6.0.1
-Revision: 3
+Revision: 4
 Description: Powerful GIS software
 License: GPL
 Homepage: http://grass.itc.it
@@ -77,7 +77,7 @@
   
   # Fixing GISBASE path
   pushd %i/bin
-  perl -pi.bak -e 's,GISBASE=,GISBASE=%p/lib/grass-6.0 #,g' grass60
+  perl -pi -e 's,GISBASE=,GISBASE=%p/lib/grass-6.0 #,g' grass60
   popd
   
   # man



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/graphics xfig.info,1.4,1.5

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25767/10.4-transitional/unstable/main/finkinfo/graphics

Modified Files:
xfig.info 
Log Message:
no .bak in .deb


Index: xfig.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/graphics/xfig.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xfig.info   26 Oct 2005 06:46:32 -  1.4
+++ xfig.info   28 Mar 2006 22:31:45 -  1.5
@@ -1,7 +1,7 @@
 Package: xfig
 Version: 3.2.5
 # package for 3.2.5 alpha 5
-Revision: 5
+Revision: 6
 BuildDepends: libjpeg (>= 6b-3), libpng3, libtiff, xaw3d (>= 1.5-11), x11-dev
 Depends: x11, xaw3d-shlibs (>= 1.5-11), libjpeg-bin, app-defaults, 
x-ghostscript-fonts, transfig (>= 3.2.5-2), libjpeg-shlibs, libpng3-shlibs, 
x11-shlibs
 #Source: http://www.xfig.org/xfigdist/%n.%v.full.tar.gz
@@ -10,6 +10,7 @@
 #SourceDirectory: %n.%v
 SourceDirectory: %n.%v-alpha5
 Patch: %n.patch
+PatchScript: rm -f Libraries/Computers/*.bak
 CompileScript: <<
  xmkmf
  make CCOPTIONS=-no-cpp-precomp PREFIX=%p



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/graphics xfig.info,1.5,1.6

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25767/10.3/unstable/main/finkinfo/graphics

Modified Files:
xfig.info 
Log Message:
no .bak in .deb


Index: xfig.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics/xfig.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- xfig.info   26 Oct 2005 06:46:31 -  1.5
+++ xfig.info   28 Mar 2006 22:31:45 -  1.6
@@ -1,7 +1,7 @@
 Package: xfig
 Version: 3.2.5
 # package for 3.2.5 alpha 5
-Revision: 5
+Revision: 6
 BuildDepends: libjpeg (>= 6b-3), libpng3, libtiff, xaw3d (>= 1.5-11), x11-dev
 Depends: x11, xaw3d-shlibs (>= 1.5-11), libjpeg-bin, app-defaults, 
x-ghostscript-fonts, transfig (>= 3.2.5-2), libjpeg-shlibs, libpng3-shlibs, 
x11-shlibs
 #Source: http://www.xfig.org/xfigdist/%n.%v.full.tar.gz
@@ -10,6 +10,7 @@
 #SourceDirectory: %n.%v
 SourceDirectory: %n.%v-alpha5
 Patch: %n.patch
+PatchScript: rm -f Libraries/Computers/*.bak
 CompileScript: <<
  xmkmf
  make CCOPTIONS=-no-cpp-precomp PREFIX=%p



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/graphics xfig.info,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25767/10.4/unstable/main/finkinfo/graphics

Modified Files:
xfig.info 
Log Message:
no .bak in .deb


Index: xfig.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/xfig.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xfig.info   3 Mar 2006 14:30:31 -   1.2
+++ xfig.info   28 Mar 2006 22:31:45 -  1.3
@@ -1,7 +1,7 @@
 Package: xfig
 Version: 3.2.5
 # package for 3.2.5 alpha 5
-Revision: 1005
+Revision: 1006
 BuildDepends: libjpeg (>= 6b-3), libpng3, libtiff, xaw3d (>= 1.5-11), x11-dev
 Depends: x11, xaw3d-shlibs (>= 1.5-11), libjpeg-bin, app-defaults, 
x-ghostscript-fonts, transfig (>= 3.2.5-1004), libjpeg-shlibs, libpng3-shlibs, 
x11-shlibs
 #Source: http://www.xfig.org/xfigdist/%n.%v.full.tar.gz
@@ -10,6 +10,7 @@
 #SourceDirectory: %n.%v
 SourceDirectory: %n.%v-alpha5
 Patch: %n.patch
+PatchScript: rm -f Libraries/Computers/*.bak
 CompileScript: <<
  xmkmf
  make CCOPTIONS=-no-cpp-precomp PREFIX=%p



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci gopenmol.info,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20860/10.4/unstable/main/finkinfo/sci

Modified Files:
gopenmol.info 
Log Message:
no perl backup in .deb


Index: gopenmol.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/gopenmol.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gopenmol.info   15 Feb 2006 16:16:53 -  1.1
+++ gopenmol.info   28 Mar 2006 22:22:38 -  1.2
@@ -1,6 +1,6 @@
 Package: gopenmol
 Version: 2.30
-Revision: 1014
+Revision: 1015
 GCC: 4.0
 Description: Molecular visualization and analysis program
 DescDetail: <<
@@ -129,8 +129,8 @@
 SourceDirectory: gOpenMol-%v
 Patch: %n.patch
 PatchScript: <<
-  perl -pi.bak -e 's/#include\s*//' `find . -name \*.\[hc\]`
-  perl -pi.bak -e 's#__fink_d__#%d#g;s#__fink_p__#%p#g' src/config.mk.ac 
src/unix/make/install.mk
+  perl -pi -e 's/#include\s*//' `find . -name \*.\[hc\]`
+  perl -pi -e 's#__fink_d__#%d#g;s#__fink_p__#%p#g' src/config.mk.ac 
src/unix/make/install.mk
   cp -f 
src/plugins/{ball/ball.tcl,fchk203/fchk.tcl,filters/filters.tcl,sararea/surfarea.tcl,sym602/symmetry.tcl,vrml/vrml.tcl}
  data/autotcl/plugins
 <<
 SetCPPFLAGS: -no-cpp-precomp



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sci gopenmol.info,1.4,1.5

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20860/10.4-transitional/unstable/main/finkinfo/sci

Modified Files:
gopenmol.info 
Log Message:
no perl backup in .deb


Index: gopenmol.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/gopenmol.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gopenmol.info   14 Jan 2006 03:55:05 -  1.4
+++ gopenmol.info   28 Mar 2006 22:22:38 -  1.5
@@ -1,6 +1,6 @@
 Package: gopenmol
 Version: 2.30
-Revision: 14
+Revision: 15
 GCC: 3.3
 Description: Molecular visualization and analysis program
 DescDetail: <<
@@ -129,8 +129,8 @@
 SourceDirectory: gOpenMol-%v
 Patch: %n.patch
 PatchScript: <<
-  perl -pi.bak -e 's/#include\s*//' `find . -name \*.\[hc\]`
-  perl -pi.bak -e 's#__fink_d__#%d#g;s#__fink_p__#%p#g' src/config.mk.ac 
src/unix/make/install.mk
+  perl -pi -e 's/#include\s*//' `find . -name \*.\[hc\]`
+  perl -pi -e 's#__fink_d__#%d#g;s#__fink_p__#%p#g' src/config.mk.ac 
src/unix/make/install.mk
   cp -f 
src/plugins/{ball/ball.tcl,fchk203/fchk.tcl,filters/filters.tcl,sararea/surfarea.tcl,sym602/symmetry.tcl,vrml/vrml.tcl}
  data/autotcl/plugins
 <<
 SetCPPFLAGS: -no-cpp-precomp



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/sci gopenmol.info,1.5,1.6

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20860/10.3/unstable/main/finkinfo/sci

Modified Files:
gopenmol.info 
Log Message:
no perl backup in .deb


Index: gopenmol.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/gopenmol.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gopenmol.info   14 Jan 2006 03:55:05 -  1.5
+++ gopenmol.info   28 Mar 2006 22:22:38 -  1.6
@@ -1,6 +1,6 @@
 Package: gopenmol
 Version: 2.30
-Revision: 14
+Revision: 15
 GCC: 3.3
 Description: Molecular visualization and analysis program
 DescDetail: <<
@@ -129,8 +129,8 @@
 SourceDirectory: gOpenMol-%v
 Patch: %n.patch
 PatchScript: <<
-  perl -pi.bak -e 's/#include\s*//' `find . -name \*.\[hc\]`
-  perl -pi.bak -e 's#__fink_d__#%d#g;s#__fink_p__#%p#g' src/config.mk.ac 
src/unix/make/install.mk
+  perl -pi -e 's/#include\s*//' `find . -name \*.\[hc\]`
+  perl -pi -e 's#__fink_d__#%d#g;s#__fink_p__#%p#g' src/config.mk.ac 
src/unix/make/install.mk
   cp -f 
src/plugins/{ball/ball.tcl,fchk203/fchk.tcl,filters/filters.tcl,sararea/surfarea.tcl,sym602/symmetry.tcl,vrml/vrml.tcl}
  data/autotcl/plugins
 <<
 SetCPPFLAGS: -no-cpp-precomp



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/sci eden.info,1.19,1.20

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19620/10.3/unstable/main/finkinfo/sci

Modified Files:
eden.info 
Log Message:
remove perl backup from .deb


Index: eden.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/eden.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- eden.info   19 Feb 2006 05:21:45 -  1.19
+++ eden.info   28 Mar 2006 22:20:50 -  1.20
@@ -1,6 +1,6 @@
 Package: eden
 Version: 5.3
-Revision: 5
+Revision: 6
 Source: http://www.edencrystallography.org/%n_V%v.tar.gz
 SourceRename: %n-%v.tar.gz
 Source-MD5: 17f4908db1944d788bac44e59c8a5cb5 
@@ -11,10 +11,10 @@
 NoSetLDFLAGS: true
 Patch: %n.patch
 PatchScript: <<
-perl -pi.bak -e 's|/swprefix|%p|g' source/Makefile
-perl -pi.bak -e 's|/swinstallprefix|%i|g' source/Makefile
-perl -pi.bak -e 's|/swprefix|%p|g' python/eden.py
-perl -pi.bak -e 's|mozilla|open|g' python/eden.py
+perl -pi -e 's|/swprefix|%p|g' source/Makefile
+perl -pi -e 's|/swinstallprefix|%i|g' source/Makefile
+perl -pi -e 's|/swprefix|%p|g' python/eden.py
+perl -pi -e 's|mozilla|open|g' python/eden.py
 <<
 CompileScript: << 
 PATH=/usr/bin:$PATH ; cd source; make
@@ -24,7 +24,7 @@
 mkdir -p %i/bin
 PATH=/usr/bin:$PATH ; cd source; make install
 make clean
-perl -pi.bak -e 's|DOUBLESWITCH = ON|DOUBLESWITCH  = OFF|g' Makefile
+perl -pi -e 's|DOUBLESWITCH = ON|DOUBLESWITCH  = OFF|g' Makefile
 PATH=/usr/bin:$PATH ; make; make install; make clean
 cd ..
 mkdir -p %i/share/xtal/%n



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sci eden.info,1.5,1.6

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19620/10.4-transitional/unstable/main/finkinfo/sci

Modified Files:
eden.info 
Log Message:
remove perl backup from .deb


Index: eden.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/eden.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- eden.info   4 Jan 2006 07:32:06 -   1.5
+++ eden.info   28 Mar 2006 22:20:50 -  1.6
@@ -1,6 +1,6 @@
 Package: eden
 Version: 5.3
-Revision: 5
+Revision: 6
 Source: http://www.edencrystallography.org/%n_V%v.tar.gz
 SourceRename: %n-%v.tar.gz
 Source-MD5: 17f4908db1944d788bac44e59c8a5cb5 
@@ -11,10 +11,10 @@
 NoSetLDFLAGS: true
 Patch: %n.patch
 PatchScript: <<
-perl -pi.bak -e 's|/swprefix|%p|g' source/Makefile
-perl -pi.bak -e 's|/swinstallprefix|%i|g' source/Makefile
-perl -pi.bak -e 's|/swprefix|%p|g' python/eden.py
-perl -pi.bak -e 's|mozilla|open|g' python/eden.py
+perl -pi -e 's|/swprefix|%p|g' source/Makefile
+perl -pi -e 's|/swinstallprefix|%i|g' source/Makefile
+perl -pi -e 's|/swprefix|%p|g' python/eden.py
+perl -pi -e 's|mozilla|open|g' python/eden.py
 <<
 CompileScript: << 
 PATH=/usr/bin:$PATH ; cd source; make
@@ -24,7 +24,7 @@
 mkdir -p %i/bin
 PATH=/usr/bin:$PATH ; cd source; make install
 make clean
-perl -pi.bak -e 's|DOUBLESWITCH = ON|DOUBLESWITCH  = OFF|g' Makefile
+perl -pi -e 's|DOUBLESWITCH = ON|DOUBLESWITCH  = OFF|g' Makefile
 PATH=/usr/bin:$PATH ; make; make install; make clean
 cd ..
 mkdir -p %i/share/xtal/%n



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci eden.info,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19620/10.4/unstable/main/finkinfo/sci

Modified Files:
eden.info 
Log Message:
remove perl backup from .deb


Index: eden.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/eden.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- eden.info   20 Jan 2006 20:30:40 -  1.1
+++ eden.info   28 Mar 2006 22:20:50 -  1.2
@@ -1,6 +1,6 @@
 Package: eden
 Version: 5.3
-Revision: 5
+Revision: 6
 Source: http://www.edencrystallography.org/%n_V%v.tar.gz
 SourceRename: %n-%v.tar.gz
 Source-MD5: 17f4908db1944d788bac44e59c8a5cb5 
@@ -11,10 +11,10 @@
 NoSetLDFLAGS: true
 Patch: %n.patch
 PatchScript: <<
-perl -pi.bak -e 's|/swprefix|%p|g' source/Makefile
-perl -pi.bak -e 's|/swinstallprefix|%i|g' source/Makefile
-perl -pi.bak -e 's|/swprefix|%p|g' python/eden.py
-perl -pi.bak -e 's|mozilla|open|g' python/eden.py
+perl -pi -e 's|/swprefix|%p|g' source/Makefile
+perl -pi -e 's|/swinstallprefix|%i|g' source/Makefile
+perl -pi -e 's|/swprefix|%p|g' python/eden.py
+perl -pi -e 's|mozilla|open|g' python/eden.py
 <<
 CompileScript: << 
 PATH=/usr/bin:$PATH ; cd source; make
@@ -24,7 +24,7 @@
 mkdir -p %i/bin
 PATH=/usr/bin:$PATH ; cd source; make install
 make clean
-perl -pi.bak -e 's|DOUBLESWITCH = ON|DOUBLESWITCH  = OFF|g' Makefile
+perl -pi -e 's|DOUBLESWITCH = ON|DOUBLESWITCH  = OFF|g' Makefile
 PATH=/usr/bin:$PATH ; make; make install; make clean
 cd ..
 mkdir -p %i/share/xtal/%n



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci cctbx.info,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18593/10.4/unstable/main/finkinfo/sci

Modified Files:
cctbx.info 
Log Message:
Remove perl backup files from .deb


Index: cctbx.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/cctbx.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cctbx.info  3 Feb 2006 18:41:18 -   1.1
+++ cctbx.info  28 Mar 2006 22:19:09 -  1.2
@@ -80,8 +80,8 @@
 libtbx.scons -j $num_cpu .
 <<
 InstallScript: <<
-perl -pi.bak -e 's|prepend|append|g' %n_build/setpaths.csh
-perl -pi.bak -e 's|prepend|append|g' %n_build/setpaths.sh
+perl -pi -e 's|prepend|append|g' %n_build/setpaths.csh
+perl -pi -e 's|prepend|append|g' %n_build/setpaths.sh
 mkdir -p %i/share/xtal/%n
 cp -R *  %i/share/xtal/%n/. 
 #



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sci cctbx.info,1.4,1.5

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18593/10.4-transitional/unstable/main/finkinfo/sci

Modified Files:
cctbx.info 
Log Message:
Remove perl backup files from .deb


Index: cctbx.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/cctbx.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cctbx.info  27 Jan 2006 00:17:58 -  1.4
+++ cctbx.info  28 Mar 2006 22:19:08 -  1.5
@@ -79,8 +79,8 @@
 libtbx.scons -j $num_cpu .
 <<
 InstallScript: <<
-perl -pi.bak -e 's|prepend|append|g' %n_build/setpaths.csh
-perl -pi.bak -e 's|prepend|append|g' %n_build/setpaths.sh
+perl -pi -e 's|prepend|append|g' %n_build/setpaths.csh
+perl -pi -e 's|prepend|append|g' %n_build/setpaths.sh
 mkdir -p %i/share/xtal/%n
 cp -R *  %i/share/xtal/%n/. 
 #



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs poppler-qt3.info,1.2,1.3

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10109/10.3/unstable/main/finkinfo/libs

Modified Files:
poppler-qt3.info 
Log Message:
Missing bdep


Index: poppler-qt3.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/poppler-qt3.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- poppler-qt3.info9 Feb 2006 17:15:28 -   1.2
+++ poppler-qt3.info28 Mar 2006 22:02:50 -  1.3
@@ -6,7 +6,7 @@
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Depends: %N-shlibs (>= %v-%r)
-BuildDepends: libjpeg, pkgconfig, poppler (>= %v-1), qt3 (>= 3.3-11), x11-dev
+BuildDepends: libjpeg, pkgconfig, poppler (>= %v-1), qt3 (>= 3.3-11), x11-dev, 
fontconfig2-dev
 BuildDependsOnly: True
 GCC: 3.3
 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/libs poppler-qt3.info,1.3,1.4

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10109/10.4-transitional/unstable/main/finkinfo/libs

Modified Files:
poppler-qt3.info 
Log Message:
Missing bdep


Index: poppler-qt3.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/poppler-qt3.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- poppler-qt3.info9 Feb 2006 17:15:28 -   1.3
+++ poppler-qt3.info28 Mar 2006 22:02:52 -  1.4
@@ -6,7 +6,7 @@
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Depends: %N-shlibs (>= %v-%r)
-BuildDepends: libjpeg, pkgconfig, poppler (>= %v-1), qt3 (>= 3.3-21), x11-dev
+BuildDepends: libjpeg, pkgconfig, poppler (>= %v-1), qt3 (>= 3.3-21), x11-dev, 
fontconfig2-dev
 BuildDependsOnly: True
 GCC: 3.3
 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/libs poppler-qt3.info,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10109/10.4/unstable/main/finkinfo/libs

Modified Files:
poppler-qt3.info 
Log Message:
Missing bdep


Index: poppler-qt3.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/poppler-qt3.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- poppler-qt3.info9 Feb 2006 17:15:29 -   1.1
+++ poppler-qt3.info28 Mar 2006 22:02:52 -  1.2
@@ -6,7 +6,7 @@
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Depends: %N-shlibs (>= %v-%r)
-BuildDepends: libjpeg, pkgconfig, poppler (>= %v-1), qt3 (>= 3.3.5-1023), 
x11-dev
+BuildDepends: libjpeg, pkgconfig, poppler (>= %v-1), qt3 (>= 3.3.5-1023), 
x11-dev, fontconfig2-dev
 BuildDependsOnly: True
 GCC: 4.0
 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink ChangeLog,1.1310,1.1311 Engine.pm,1.369,1.370

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28434

Modified Files:
ChangeLog Engine.pm 
Log Message:
Use milder validation for .info of dependencies of explicit packages in -m mode


Index: Engine.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Engine.pm,v
retrieving revision 1.369
retrieving revision 1.370
diff -u -d -r1.369 -r1.370
--- Engine.pm   27 Mar 2006 03:01:46 -  1.369
+++ Engine.pm   28 Mar 2006 20:47:52 -  1.370
@@ -1492,6 +1492,18 @@
die "no package found for specification '$pkgspec'!\n";
}
 
+   # pedantically validate .info of explicitly requested packages
+   if (Fink::Config::get_option("maintainermode")) {
+   my %saved_options = map { $_ => 
Fink::Config::get_option($_) } qw/ verbosity Pedantic /;
+   Fink::Config::set_options( {
+   'verbosity' => 3,
+   'Pedantic'  => 1
+   } );
+   
Fink::Validation::validate_info_file($package->get_info_filename())
+   or die "Please correct the above problems and 
try again!\n";
+   Fink::Config::set_options(\%saved_options);
+   }
+
# no duplicates here
#(dependencies is different, but those are checked 
later)
$pkgname = $package->get_name();
@@ -1603,13 +1615,6 @@
 
my $willbuild = 0;  # at least one new package will be compiled probably
my $bad_infos = 0;  # at least one .info failed validation
-   my %saved_options = map { $_ => Fink::Config::get_option($_) } qw/ 
verbosity Pedantic /;
-   if (Fink::Config::get_option("maintainermode")) {
-   Fink::Config::set_options( {
-   'verbosity' => 3,
-   'Pedantic'  => 1
-   } );
-   }
foreach $pkgname (sort keys %deps) {
$item = $deps{$pkgname};
if ($item->[FLAG] == 0) {
@@ -1623,13 +1628,14 @@
$to_be_rebuilt{$pkgname} = 1;
 
# validate the .info if desired
+   # only use default level for dependencies of 
explicit packages
+   # (explicitly requested pkgs were severely 
validated earlier)
if (Fink::Config::get_option("maintainermode")) 
{
$bad_infos = 1 unless 
Fink::Validation::validate_info_file($item->[PKGVER]->get_info_filename());
}
}
}
}
-   Fink::Config::set_options(\%saved_options);
$bad_infos && die "Please correct the above problems and try again!\n";
 
if ($willbuild) {

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1310
retrieving revision 1.1311
diff -u -d -r1.1310 -r1.1311
--- ChangeLog   28 Mar 2006 20:01:27 -  1.1310
+++ ChangeLog   28 Mar 2006 20:47:52 -  1.1311
@@ -1,5 +1,10 @@
 2006-03-28  Daniel Macks  <[EMAIL PROTECTED]>
 
+   * Engine.pm: Use default .info validator settings for dependencies
+   in -m mode; use strict settings for explicitly requested pkgs
+
+2006-03-28  Daniel Macks  <[EMAIL PROTECTED]>
+
* FinkVersion.pm.in: default_binary_version now returns undef if
no known bindist
 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink ChangeLog,1.416,1.417 bootstrap.pl,1.75,1.76

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2961

Modified Files:
ChangeLog bootstrap.pl 
Log Message:
use undef not a sentinel string for no known binary distro


Index: bootstrap.pl
===
RCS file: /cvsroot/fink/fink/bootstrap.pl,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- bootstrap.pl21 Mar 2006 23:11:02 -  1.75
+++ bootstrap.pl28 Mar 2006 20:01:27 -  1.76
@@ -445,7 +445,7 @@
 compile packages yourself.
 You can get them
 EOF
-if (not $dbv eq "none") {
+if (defined $dbv) {
 $endmsg .= "by installing the dists-$distribution-$dbv.tar.gz
 tarball, or";
 }
@@ -463,7 +463,7 @@
 You still need package descriptions if you want to compile packages yourself.
 You can get them
 EOF
-if (not $dbv eq "none") {
+if (defined $dbv) {
 $endmsg .= "by installing the dists-$distribution-$dbv.tar.gz
 tarball, or";
 }

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.416
retrieving revision 1.417
diff -u -d -r1.416 -r1.417
--- ChangeLog   24 Mar 2006 19:29:25 -  1.416
+++ ChangeLog   28 Mar 2006 20:01:27 -  1.417
@@ -1,3 +1,8 @@
+2006-03-28  Daniel Macks  <[EMAIL PROTECTED]>
+
+   * bootstrap.pl: FinkVersion.pm::default_binary_version now returns
+   undef if no known bindist
+
 2006-03-24  Daniel Macks  <[EMAIL PROTECTED]>
 
* MANIFEST, MANIFEST.SKIP: tests need t/.../fink.conf



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink ChangeLog,1.1309,1.1310 FinkVersion.pm.in,1.33,1.34

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2961/perlmod/Fink

Modified Files:
ChangeLog FinkVersion.pm.in 
Log Message:
use undef not a sentinel string for no known binary distro


Index: FinkVersion.pm.in
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/FinkVersion.pm.in,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- FinkVersion.pm.in   27 Mar 2006 17:47:22 -  1.33
+++ FinkVersion.pm.in   28 Mar 2006 20:01:27 -  1.34
@@ -102,20 +102,17 @@
 
my $b_dist_version = default_binary_version($distribution);
 
-Returns the most recent (binary) fink distribution version corresponding to 
$distribution.
+
+Returns the most recent (binary) fink distribution version
+corresponding to $distribution, or undef if there is no known binary
+distro for the given $distribution.
 
 =cut
 
 sub default_binary_version {
my $distribution = shift;
my %bindists = ("10.2-gcc3.3" => "0.6.4", "10.3" => "0.7.2", 
"10.4-transitional" => "0.8.0", "10.4" => "0.8.1");
-   my $dbv;
-   if (defined($bindists{$distribution})) {
-   $dbv = "$bindists{$distribution}";
-   } else {
-   $dbv = "none";
-   }
-   return $dbv;
+   return $bindists{$distribution};
 }
 
 

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1309
retrieving revision 1.1310
diff -u -d -r1.1309 -r1.1310
--- ChangeLog   27 Mar 2006 17:47:22 -  1.1309
+++ ChangeLog   28 Mar 2006 20:01:27 -  1.1310
@@ -1,3 +1,8 @@
+2006-03-28  Daniel Macks  <[EMAIL PROTECTED]>
+
+   * FinkVersion.pm.in: default_binary_version now returns undef if
+   no known bindist
+
 2006-03-27  Dave Morrison  <[EMAIL PROTECTED]>
 
* Config.pm, FinkVersion.pm.in: 10.4 has a bindist now



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/editors ghex2.info,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21306/10.4/unstable/main/finkinfo/editors

Modified Files:
ghex2.info 
Log Message:
missing bdep


Index: ghex2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/ghex2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ghex2.info  8 Mar 2006 02:02:31 -   1.1
+++ ghex2.info  28 Mar 2006 18:03:09 -  1.2
@@ -5,7 +5,7 @@
 Source-MD5: 1940a9f63b0d37604c6b489cda37fc19
 
 Depends: atk1-shlibs, audiofile-shlibs, esound-shlibs, gail17-shlibs, 
gconf2-shlibs, libgtkhex0-shlibs (>= %v-%r), glib2-shlibs (>= 2.6.6-), 
gnome-keyring-shlibs, gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, gtk+2-shlibs 
(>= 2.4.0-1), libart2-shlibs, libbonobo2-shlibs, libbonoboui2-shlibs, 
libgettext3-shlibs, libgnome2-shlibs, libgnomecanvas2-shlibs, 
libgnomeprint2.2-shlibs, libgnomeprintui2.2-shlibs, libgnomeui2-shlibs, 
libiconv, libjpeg-shlibs, libxml2-shlibs, orbit2-shlibs, pango1-xft2-shlibs, 
popt-shlibs, x11, scrollkeeper, gconf2
-BuildDepends: atk1, audiofile, esound, gail17-dev, gconf2-dev, glib2-dev (>= 
2.6.6-), gnome-keyring-dev, gnome-vfs2-ssl-dev | gnome-vfs2-dev, gtk+2-dev 
(>= 2.4.0-1), libart2, libbonobo2-dev, libbonoboui2-dev, libgettext3-dev, 
libgnome2-dev, libgnomecanvas2-dev, libgnomeprint2.2-dev, 
libgnomeprintui2.2-dev, libgnomeui2-dev, libiconv-dev, libjpeg, libxml2, 
orbit2-dev, pango1-xft2-dev, popt, x11-dev, gettext-tools, gettext-bin, 
pkgconfig
+BuildDepends: atk1, audiofile, esound, gail17-dev, gconf2-dev, glib2-dev (>= 
2.6.6-), gnome-keyring-dev, gnome-vfs2-ssl-dev | gnome-vfs2-dev, gtk+2-dev 
(>= 2.4.0-1), libart2, libbonobo2-dev, libbonoboui2-dev, libgettext3-dev, 
libgnome2-dev, libgnomecanvas2-dev, libgnomeprint2.2-dev, 
libgnomeprintui2.2-dev, libgnomeui2-dev, libiconv-dev, libjpeg, libxml2, 
orbit2-dev, pango1-xft2-dev, popt, x11-dev, gettext-tools, gettext-bin, 
pkgconfig, intltool
 
 Patch: %n.patch
 PatchScript: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/editors ghex2.info,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21306/10.4-transitional/unstable/main/finkinfo/editors

Modified Files:
ghex2.info 
Log Message:
missing bdep


Index: ghex2.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors/ghex2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ghex2.info  8 Mar 2006 02:02:31 -   1.1
+++ ghex2.info  28 Mar 2006 18:03:09 -  1.2
@@ -5,7 +5,7 @@
 Source-MD5: 1940a9f63b0d37604c6b489cda37fc19
 
 Depends: atk1-shlibs, audiofile-shlibs, esound-shlibs, gail17-shlibs, 
gconf2-shlibs, libgtkhex0-shlibs (>= %v-%r), glib2-shlibs, 
gnome-keyring-shlibs, gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, gtk+2-shlibs 
(>= 2.4.0-1), libart2-shlibs, libbonobo2-shlibs, libbonoboui2-shlibs, 
libgettext3-shlibs, libgnome2-shlibs, libgnomecanvas2-shlibs, 
libgnomeprint2.2-shlibs, libgnomeprintui2.2-shlibs, libgnomeui2-shlibs, 
libiconv, libjpeg-shlibs, libxml2-shlibs, orbit2-shlibs, pango1-xft2-shlibs, 
popt-shlibs, x11, scrollkeeper, gconf2
-BuildDepends: atk1, audiofile, esound, gail17-dev, gconf2-dev, glib2-dev, 
gnome-keyring-dev, gnome-vfs2-ssl-dev | gnome-vfs2-dev, gtk+2-dev (>= 2.4.0-1), 
libart2, libbonobo2-dev, libbonoboui2-dev, libgettext3-dev, libgnome2-dev, 
libgnomecanvas2-dev, libgnomeprint2.2-dev, libgnomeprintui2.2-dev, 
libgnomeui2-dev, libiconv-dev, libjpeg, libxml2, orbit2-dev, pango1-xft2-dev, 
popt, x11-dev, gettext-tools, gettext-bin, pkgconfig
+BuildDepends: atk1, audiofile, esound, gail17-dev, gconf2-dev, glib2-dev, 
gnome-keyring-dev, gnome-vfs2-ssl-dev | gnome-vfs2-dev, gtk+2-dev (>= 2.4.0-1), 
libart2, libbonobo2-dev, libbonoboui2-dev, libgettext3-dev, libgnome2-dev, 
libgnomecanvas2-dev, libgnomeprint2.2-dev, libgnomeprintui2.2-dev, 
libgnomeui2-dev, libiconv-dev, libjpeg, libxml2, orbit2-dev, pango1-xft2-dev, 
popt, x11-dev, gettext-tools, gettext-bin, pkgconfig, intltool
 
 Patch: %n.patch
 PatchScript: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/editors ghex2.info,1.1,1.2

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21306/10.3/unstable/main/finkinfo/editors

Modified Files:
ghex2.info 
Log Message:
missing bdep


Index: ghex2.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/ghex2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ghex2.info  7 Mar 2006 23:42:21 -   1.1
+++ ghex2.info  28 Mar 2006 18:03:08 -  1.2
@@ -5,7 +5,7 @@
 Source-MD5: 1940a9f63b0d37604c6b489cda37fc19
 
 Depends: atk1-shlibs, audiofile-shlibs, esound-shlibs, gail17-shlibs, 
gconf2-shlibs, libgtkhex0-shlibs (>= %v-%r), glib2-shlibs, 
gnome-keyring-shlibs, gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, gtk+2-shlibs 
(>= 2.4.0-1), libart2-shlibs, libbonobo2-shlibs, libbonoboui2-shlibs, 
libgettext3-shlibs, libgnome2-shlibs, libgnomecanvas2-shlibs, 
libgnomeprint2.2-shlibs, libgnomeprintui2.2-shlibs, libgnomeui2-shlibs, 
libiconv, libjpeg-shlibs, libxml2-shlibs, orbit2-shlibs, pango1-xft2-shlibs, 
popt-shlibs, x11, scrollkeeper, gconf2
-BuildDepends: atk1, audiofile, esound, gail17-dev, gconf2-dev, glib2-dev, 
gnome-keyring-dev, gnome-vfs2-ssl-dev | gnome-vfs2-dev, gtk+2-dev (>= 2.4.0-1), 
libart2, libbonobo2-dev, libbonoboui2-dev, libgettext3-dev, libgnome2-dev, 
libgnomecanvas2-dev, libgnomeprint2.2-dev, libgnomeprintui2.2-dev, 
libgnomeui2-dev, libiconv-dev, libjpeg, libxml2, orbit2-dev, pango1-xft2-dev, 
popt, x11-dev, gettext-tools, gettext-bin, pkgconfig
+BuildDepends: atk1, audiofile, esound, gail17-dev, gconf2-dev, glib2-dev, 
gnome-keyring-dev, gnome-vfs2-ssl-dev | gnome-vfs2-dev, gtk+2-dev (>= 2.4.0-1), 
libart2, libbonobo2-dev, libbonoboui2-dev, libgettext3-dev, libgnome2-dev, 
libgnomecanvas2-dev, libgnomeprint2.2-dev, libgnomeprintui2.2-dev, 
libgnomeui2-dev, libiconv-dev, libjpeg, libxml2, orbit2-dev, pango1-xft2-dev, 
popt, x11-dev, gettext-tools, gettext-bin, pkgconfig, intltool
 
 Patch: %n.patch
 PatchScript: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods tree-simple-visitorfactory-pm.info,1.4,1.5

2006-03-28 Thread Daniel Macks
Update of 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12088/10.4-transitional/unstable/main/finkinfo/libs/perlmods

Modified Files:
tree-simple-visitorfactory-pm.info 
Log Message:
Missing deps (maintainer emailed)


Index: tree-simple-visitorfactory-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/tree-simple-visitorfactory-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tree-simple-visitorfactory-pm.info  19 Mar 2006 20:56:32 -  1.4
+++ tree-simple-visitorfactory-pm.info  28 Mar 2006 17:52:16 -  1.5
@@ -1,15 +1,15 @@
 Info2: <<
 Package: tree-simple-visitorfactory-pm
 Version: 0.10
-Revision: 22
+Revision: 23
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Create tree structures from visitor info
 Type: perl
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: system-perl
-BuildDepends: system-perl
+Depends: system-perl, tree-simple-pm
+BuildDepends: system-perl, tree-simple-pm, test-exception-pm
 
 Source: mirror:cpan:authors/id/S/ST/STEVAN/Tree-Simple-VisitorFactory-%v.tar.gz
 Source-MD5: ff7803a452e7fb188c71048cc2f69f6e



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs/perlmods tree-simple-visitorfactory-pm.info,1.3,1.4

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12088/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
tree-simple-visitorfactory-pm.info 
Log Message:
Missing deps (maintainer emailed)


Index: tree-simple-visitorfactory-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/tree-simple-visitorfactory-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tree-simple-visitorfactory-pm.info  19 Mar 2006 20:56:31 -  1.3
+++ tree-simple-visitorfactory-pm.info  28 Mar 2006 17:52:16 -  1.4
@@ -1,14 +1,14 @@
 Info2: <<
 Package: tree-simple-visitorfactory-pm
 Version: 0.10
-Revision: 12
+Revision: 13
 Description: Create tree structures from visitor info
 Type: perl
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: system-perl
-BuildDepends: system-perl
+Depends: system-perl, tree-simple-pm
+BuildDepends: system-perl, tree-simple-pm, test-exception-pm
 
 Source: mirror:cpan:authors/id/S/ST/STEVAN/Tree-Simple-VisitorFactory-%v.tar.gz
 Source-MD5: ff7803a452e7fb188c71048cc2f69f6e



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/libs/perlmods tree-simple-visitorfactory-pm.info,1.4,1.5

2006-03-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12088/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
tree-simple-visitorfactory-pm.info 
Log Message:
Missing deps (maintainer emailed)


Index: tree-simple-visitorfactory-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/tree-simple-visitorfactory-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tree-simple-visitorfactory-pm.info  19 Mar 2006 20:56:32 -  1.4
+++ tree-simple-visitorfactory-pm.info  28 Mar 2006 17:52:16 -  1.5
@@ -1,15 +1,15 @@
 Info2: <<
 Package: tree-simple-visitorfactory-pm
 Version: 0.10
-Revision: 1022
+Revision: 1023
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Create tree structures from visitor info
 Type: perl
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: system-perl
-BuildDepends: system-perl
+Depends: system-perl, tree-simple-pm
+BuildDepends: system-perl, tree-simple-pm, test-exception-pm
 
 Source: mirror:cpan:authors/id/S/ST/STEVAN/Tree-Simple-VisitorFactory-%v.tar.gz
 Source-MD5: ff7803a452e7fb188c71048cc2f69f6e



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci root5-cernlib.info,1.5,1.6 root5.info,1.5,1.6 root5.patch,1.2,1.3

2006-03-28 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10964

Modified Files:
root5-cernlib.info root5.info root5.patch 
Log Message:
Upstream bug fix release & build cintdlls

Index: root5-cernlib.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/root5-cernlib.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- root5-cernlib.info  19 Mar 2006 18:23:46 -  1.5
+++ root5-cernlib.info  28 Mar 2006 16:49:24 -  1.6
@@ -1,6 +1,6 @@
 Package: root5-cernlib
-Version: 5.10.00
-Revision: 1052
+Version: 5.10.00a
+Revision: 1051
 GCC: 4.0
 BuildDependsOnly: false
 Description: Object-oriented data analysis framework
@@ -27,7 +27,7 @@
 Conflicts: root4, root4-cernlib, root5, roofitcore-root4, roofitmodels-root4
 Replaces:  root4, root4-cernlib, root5, roofitcore-root4, roofitmodels-root4
 Source: ftp://root.cern.ch/root/root_v%v.source.tar.gz
-Source-MD5: 158009f95202abaa06ab008add29f86b
+Source-MD5: 4d8a11f600d2f99f5dad1adc682cf009
 SourceDirectory: root
 Patch: root5.patch
 PatchScript: <<
@@ -47,6 +47,7 @@
  --enable-minuit2 --enable-table \
  --disable-builtin-freetype --build=gfortran
  make
+ make cintdlls
 <<
 InstallScript: <<
  make install DESTDIR=%d

Index: root5.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/root5.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- root5.patch 16 Mar 2006 03:51:50 -  1.2
+++ root5.patch 28 Mar 2006 16:49:24 -  1.3
@@ -48,3 +48,334 @@
  
  # Extras
  ifeq ($(NEEDFINK),yes)
+--- root.orig/build/unix/makelib.sh2006-03-25 14:17:40.0 -0600
 root.new/build/unix/makelib.sh 2006-03-27 18:47:06.0 -0600
+@@ -113,8 +113,8 @@
+# Add versioning information to shared library if available
+if [ "x$MAJOR" != "x" ]; then
+VERSION="-compatibility_version ${MAJOR} -current_version 
${MAJOR}.${MINOR}.${REVIS}"
+-   SONAME=`echo $SONAME | sed "s/.*\./&${MAJOR}./"`
+-   LIB=`echo $LIB | sed "s/\/*.*\/.*\./&${MAJOR}.${MINOR}./"`
++   SONAME=`echo $SONAME | sed "s/\(.*\)\.dylib/\1.${MAJOR}.dylib/"`
++   LIB=`echo $LIB | sed 
"s/\(\/*.*\/.*\)\.dylib/\1.${MAJOR}.${MINOR}.dylib/"`
+fi
+if [ $macosx_minor -ge 4 ]; then
+   cmd="$LD $SOFLAGS$SONAME $m64 -o $LIB $OBJS \
+@@ -135,19 +135,21 @@
+else
+   opt=-O
+fi
+-   if [ $macosx_minor -ge 4 ]; then
+-  cmd="ln -fs `basename $LIB` $BUNDLE"
+-   elif [ $macosx_minor -ge 3 ]; then
+-  cmd="$LD $opt $m64 -bundle -undefined dynamic_lookup -o \
+-  $BUNDLE $OBJS `[ -d ${FINKDIR}/lib ] && echo -L${FINKDIR}/lib` \
+-  -ldl $EXTRA $EXPLLNKCORE"
+-   else
+-  cmd="$LD $opt -bundle -undefined suppress -o $BUNDLE \
+- $OBJS `[ -d ${FINKDIR}/lib ] && echo -L${FINKDIR}/lib` \
+-   -ldl $EXTRA $EXPLLNKCORE"
++   if [ $LIB != $BUNDLE ]; then
++   if [ $macosx_minor -ge 4 ]; then
++ cmd="ln -fs `basename $LIB` $BUNDLE"
++   elif [ $macosx_minor -ge 3 ]; then
++ cmd="$LD $opt $m64 -bundle -undefined dynamic_lookup -o \
++$BUNDLE $OBJS `[ -d ${FINKDIR}/lib ] && echo 
-L${FINKDIR}/lib` \
++-ldl $EXTRA $EXPLLNKCORE"
++   else
++ cmd="$LD $opt -bundle -undefined suppress -o $BUNDLE \
++  $OBJS `[ -d ${FINKDIR}/lib ] && echo -L${FINKDIR}/lib` \
++-ldl $EXTRA $EXPLLNKCORE"
++   fi
++   echo $cmd
++   $cmd
+fi
+-   echo $cmd
+-   $cmd
+ elif [ $LD = "KCC" ]; then
+cmd="$LD $LDFLAGS -o $LIB $OBJS $EXTRA $EXPLLNKCORE"
+echo $cmd
+@@ -195,8 +197,11 @@
+   ln -fs $SONAME.$MAJOR$LIB
+ elif [ -f $LIB ]; then
+   # Versioned library has format foo.3.05.so
+-  ln -fs `echo $SONAME | sed "s/.*\./&${MINOR}./"` `echo $LIB | sed 
"s/\.${MINOR}//"`
+-  ln -fs `echo $SONAME | sed "s/.*\./&${MINOR}./"` `echo $LIB | sed 
"s/\.${MAJOR}\.${MINOR}//"`
++  source_file=`echo $SONAME | sed "s/.*\./&${MINOR}./"`
++  if [ $LIB != ${LIB/.${MAJOR}.${MINOR}/} ]; then
++  ln -fs $source_file ${LIB/.${MINOR}/}
++  ln -fs $source_file ${LIB/.${MAJOR}.${MINOR}/}
++  fi
+ fi
+ fi
+ 
+--- root.orig/build/unix/makecintdlls.sh   2005-06-28 17:02:33.0 
-0500
 root.new/build/unix/makecintdlls.sh2006-03-27 18:45:00.0 
-0600
+@@ -81,32 +81,6 @@
+$1
+ }
+ 
+-rename() {
+-   if [ "$SOEXT" != "dll" ]; then
+-  if [ "$PLATFORM" = "macosx" ]; then
+- if [ $macosx_minor -ge 4 ]; then
+-mv $1.$SOEXT $1.dll
+-rm -f $1.so
+- else
+-mv $1.so $1.dll
+-rm -f $1.$SOEXT
+- fi
+-  else
+- mv $1.$SOEXT $1.dll
+-  fi
+-   fi
+-}
+-
+-macrename() {
+-   if [ "$PLATFORM" = "

dists/10.4-transitional/unstable/main/finkinfo/sci glpk.info,NONE,1.1

2006-03-28 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29739/10.4-transitional/unstable/main/finkinfo/sci

Added Files:
glpk.info 
Log Message:
New Package: GNU Linear Programming Kit.

--- NEW FILE: glpk.info ---
Package: glpk
Version: 4.9
Revision: 1
Description: GNU Linear Programming Kit
License: GPL
Homepage: http://www.gnu.org/software/glpk/
Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
Source: mirror:gnu:%n/%n-%v.tar.gz
Source-MD5: e1aecaf58adaaf155d178a95e46f8d77
ConfigureParams: --enable-shared
InstallScript: <<
 make install DESTDIR=%d
 install -m 755 -d%i/share/doc/%n/examples
 install -m 644 examples/*.mod examples/*.tsp %i/share/doc/%n/examples
 install -m 755 -d%i/share/doc/%n/manual
 install -m 644 doc/* %i/share/doc/%n/manual
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README
DescDetail: <<
 The GLPK (GNU Linear Programming Kit) package is intended for solving
 large-scale linear programming (LP), mixed integer programming (MIP),
 and other related problems. It is a set of routines written in ANSI C
 and organized in the form of a callable library.

 GLPK supports the GNU MathProg language, which is a subset of the AMPL
 language.

 The GLPK package includes the following main components:

  * Revised simplex method.
  * Primal-dual interior point method.
  * Branch-and-bound method.
  * Translator for GNU MathProg.
  * Application program interface (API).
  * Stand-alone LP/MIP solver.
<<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/sci glpk.info,NONE,1.1

2006-03-28 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29739/10.3/unstable/main/finkinfo/sci

Added Files:
glpk.info 
Log Message:
New Package: GNU Linear Programming Kit.

--- NEW FILE: glpk.info ---
Package: glpk
Version: 4.9
Revision: 1
Description: GNU Linear Programming Kit
License: GPL
Homepage: http://www.gnu.org/software/glpk/
Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
Source: mirror:gnu:%n/%n-%v.tar.gz
Source-MD5: e1aecaf58adaaf155d178a95e46f8d77
ConfigureParams: --enable-shared
InstallScript: <<
 make install DESTDIR=%d
 install -m 755 -d%i/share/doc/%n/examples
 install -m 644 examples/*.mod examples/*.tsp %i/share/doc/%n/examples
 install -m 755 -d%i/share/doc/%n/manual
 install -m 644 doc/* %i/share/doc/%n/manual
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README
DescDetail: <<
 The GLPK (GNU Linear Programming Kit) package is intended for solving
 large-scale linear programming (LP), mixed integer programming (MIP),
 and other related problems. It is a set of routines written in ANSI C
 and organized in the form of a callable library.

 GLPK supports the GNU MathProg language, which is a subset of the AMPL
 language.

 The GLPK package includes the following main components:

  * Revised simplex method.
  * Primal-dual interior point method.
  * Branch-and-bound method.
  * Translator for GNU MathProg.
  * Application program interface (API).
  * Stand-alone LP/MIP solver.
<<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci glpk.info,NONE,1.1

2006-03-28 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29739/10.4/unstable/main/finkinfo/sci

Added Files:
glpk.info 
Log Message:
New Package: GNU Linear Programming Kit.

--- NEW FILE: glpk.info ---
Package: glpk
Version: 4.9
Revision: 1
Description: GNU Linear Programming Kit
License: GPL
Homepage: http://www.gnu.org/software/glpk/
Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
Source: mirror:gnu:%n/%n-%v.tar.gz
Source-MD5: e1aecaf58adaaf155d178a95e46f8d77
ConfigureParams: --enable-shared
InstallScript: <<
 make install DESTDIR=%d
 install -m 755 -d%i/share/doc/%n/examples
 install -m 644 examples/*.mod examples/*.tsp %i/share/doc/%n/examples
 install -m 755 -d%i/share/doc/%n/manual
 install -m 644 doc/* %i/share/doc/%n/manual
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README
DescDetail: <<
 The GLPK (GNU Linear Programming Kit) package is intended for solving
 large-scale linear programming (LP), mixed integer programming (MIP),
 and other related problems. It is a set of routines written in ANSI C
 and organized in the form of a callable library.

 GLPK supports the GNU MathProg language, which is a subset of the AMPL
 language.

 The GLPK package includes the following main components:

  * Revised simplex method.
  * Primal-dual interior point method.
  * Branch-and-bound method.
  * Translator for GNU MathProg.
  * Application program interface (API).
  * Stand-alone LP/MIP solver.
<<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/libs bitvector-py.info,1.3,1.4

2006-03-28 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23806

Modified Files:
bitvector-py.info 
Log Message:
note-to-self: always test before committing... and don't do the
md5/sha1 on the .gz when the .bz2 is being used.  DOH!


Index: bitvector-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/bitvector-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bitvector-py.info   28 Mar 2006 16:06:46 -  1.3
+++ bitvector-py.info   28 Mar 2006 16:14:44 -  1.4
@@ -11,8 +11,8 @@
 posting by Josiah Carlson to the Pyrex mailing list.
 <<
 Source: http://rvl4.ecn.purdue.edu/~kak/dist/BitVector-%v.tar.bz2
-Source-MD5: c1d926ae2889538269548f92b245eab6
-Source-SHA1: a602ec16d2a2541c610b9d1d0882bdd18a876157
+Source-MD5: 339ad9789299210544b17aefb53204fa
+Source-SHA1: 8c89d655a97bceacef2919129c780f166af0ed9c
 Type: python (2.4)
 Depends: python%type_pkg[python]
 CompileScript: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/libs bitvector-py.info,1.2,1.3

2006-03-28 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19174

Modified Files:
bitvector-py.info 
Log Message:
upstream change to the source dist without a version change
added sha1

fink validate still does not know about Source-SHA1:


Index: bitvector-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/bitvector-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bitvector-py.info   16 Mar 2006 12:21:38 -  1.2
+++ bitvector-py.info   28 Mar 2006 16:06:46 -  1.3
@@ -2,7 +2,7 @@
 
 Package: bitvector-py%type_pkg[python]
 Version: 1.2
-Revision: 2
+Revision: 3
 Description: Python bit arrays
 DescDetail: <<
 The BitVector class is for a memory-efficient packed representation of
@@ -11,7 +11,8 @@
 posting by Josiah Carlson to the Pyrex mailing list.
 <<
 Source: http://rvl4.ecn.purdue.edu/~kak/dist/BitVector-%v.tar.bz2
-Source-MD5: 8b9df5f71474884069a21f328030b872
+Source-MD5: c1d926ae2889538269548f92b245eab6
+Source-SHA1: a602ec16d2a2541c610b9d1d0882bdd18a876157
 Type: python (2.4)
 Depends: python%type_pkg[python]
 CompileScript: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sci root5-cernlib.info,1.8,1.9 root5.info,1.9,1.10 root5.patch,1.6,1.7

2006-03-28 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2022

Modified Files:
root5-cernlib.info root5.info root5.patch 
Log Message:
Upstream bug fix release & build cintdlls

Index: root5-cernlib.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/root5-cernlib.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- root5-cernlib.info  19 Mar 2006 20:42:48 -  1.8
+++ root5-cernlib.info  28 Mar 2006 15:36:59 -  1.9
@@ -1,6 +1,6 @@
 Package: root5-cernlib
-Version: 5.10.00
-Revision: 52
+Version: 5.10.00a
+Revision: 51
 GCC: 4.0
 BuildDependsOnly: false
 Description: Object-oriented data analysis framework
@@ -27,7 +27,7 @@
 Conflicts: root4, root4-cernlib, root5, roofitcore-root4, roofitmodels-root4
 Replaces:  root4, root4-cernlib, root5, roofitcore-root4, roofitmodels-root4
 Source: ftp://root.cern.ch/root/root_v%v.source.tar.gz
-Source-MD5: 158009f95202abaa06ab008add29f86b
+Source-MD5: 4d8a11f600d2f99f5dad1adc682cf009
 SourceDirectory: root
 Patch: root5.patch
 PatchScript: <<
@@ -48,6 +48,7 @@
  --enable-minuit2 --enable-table \
  --disable-builtin-freetype --build=gfortran
  make
+ make cintdlls
 <<
 InstallScript: <<
  make install DESTDIR=%d

Index: root5.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/root5.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- root5.patch 15 Mar 2006 14:19:37 -  1.6
+++ root5.patch 28 Mar 2006 15:36:59 -  1.7
@@ -48,3 +48,334 @@
  
  # Extras
  ifeq ($(NEEDFINK),yes)
+--- root.orig/build/unix/makelib.sh2006-03-25 14:17:40.0 -0600
 root.new/build/unix/makelib.sh 2006-03-27 18:47:06.0 -0600
+@@ -113,8 +113,8 @@
+# Add versioning information to shared library if available
+if [ "x$MAJOR" != "x" ]; then
+VERSION="-compatibility_version ${MAJOR} -current_version 
${MAJOR}.${MINOR}.${REVIS}"
+-   SONAME=`echo $SONAME | sed "s/.*\./&${MAJOR}./"`
+-   LIB=`echo $LIB | sed "s/\/*.*\/.*\./&${MAJOR}.${MINOR}./"`
++   SONAME=`echo $SONAME | sed "s/\(.*\)\.dylib/\1.${MAJOR}.dylib/"`
++   LIB=`echo $LIB | sed 
"s/\(\/*.*\/.*\)\.dylib/\1.${MAJOR}.${MINOR}.dylib/"`
+fi
+if [ $macosx_minor -ge 4 ]; then
+   cmd="$LD $SOFLAGS$SONAME $m64 -o $LIB $OBJS \
+@@ -135,19 +135,21 @@
+else
+   opt=-O
+fi
+-   if [ $macosx_minor -ge 4 ]; then
+-  cmd="ln -fs `basename $LIB` $BUNDLE"
+-   elif [ $macosx_minor -ge 3 ]; then
+-  cmd="$LD $opt $m64 -bundle -undefined dynamic_lookup -o \
+-  $BUNDLE $OBJS `[ -d ${FINKDIR}/lib ] && echo -L${FINKDIR}/lib` \
+-  -ldl $EXTRA $EXPLLNKCORE"
+-   else
+-  cmd="$LD $opt -bundle -undefined suppress -o $BUNDLE \
+- $OBJS `[ -d ${FINKDIR}/lib ] && echo -L${FINKDIR}/lib` \
+-   -ldl $EXTRA $EXPLLNKCORE"
++   if [ $LIB != $BUNDLE ]; then
++   if [ $macosx_minor -ge 4 ]; then
++ cmd="ln -fs `basename $LIB` $BUNDLE"
++   elif [ $macosx_minor -ge 3 ]; then
++ cmd="$LD $opt $m64 -bundle -undefined dynamic_lookup -o \
++$BUNDLE $OBJS `[ -d ${FINKDIR}/lib ] && echo 
-L${FINKDIR}/lib` \
++-ldl $EXTRA $EXPLLNKCORE"
++   else
++ cmd="$LD $opt -bundle -undefined suppress -o $BUNDLE \
++  $OBJS `[ -d ${FINKDIR}/lib ] && echo -L${FINKDIR}/lib` \
++-ldl $EXTRA $EXPLLNKCORE"
++   fi
++   echo $cmd
++   $cmd
+fi
+-   echo $cmd
+-   $cmd
+ elif [ $LD = "KCC" ]; then
+cmd="$LD $LDFLAGS -o $LIB $OBJS $EXTRA $EXPLLNKCORE"
+echo $cmd
+@@ -195,8 +197,11 @@
+   ln -fs $SONAME.$MAJOR$LIB
+ elif [ -f $LIB ]; then
+   # Versioned library has format foo.3.05.so
+-  ln -fs `echo $SONAME | sed "s/.*\./&${MINOR}./"` `echo $LIB | sed 
"s/\.${MINOR}//"`
+-  ln -fs `echo $SONAME | sed "s/.*\./&${MINOR}./"` `echo $LIB | sed 
"s/\.${MAJOR}\.${MINOR}//"`
++  source_file=`echo $SONAME | sed "s/.*\./&${MINOR}./"`
++  if [ $LIB != ${LIB/.${MAJOR}.${MINOR}/} ]; then
++  ln -fs $source_file ${LIB/.${MINOR}/}
++  ln -fs $source_file ${LIB/.${MAJOR}.${MINOR}/}
++  fi
+ fi
+ fi
+ 
+--- root.orig/build/unix/makecintdlls.sh   2005-06-28 17:02:33.0 
-0500
 root.new/build/unix/makecintdlls.sh2006-03-27 18:45:00.0 
-0600
+@@ -81,32 +81,6 @@
+$1
+ }
+ 
+-rename() {
+-   if [ "$SOEXT" != "dll" ]; then
+-  if [ "$PLATFORM" = "macosx" ]; then
+- if [ $macosx_minor -ge 4 ]; then
+-mv $1.$SOEXT $1.dll
+-rm -f $1.so
+- else
+-mv $1.so $1.dll
+-rm -f $1.$SOEXT
+- fi
+-  else
+- mv $1.$SOEXT $1.dll
+-  fi
+-   fi
+-}
+-
+-macr

dists/10.4/unstable/main/finkinfo/utils uim.info,1.2,1.3

2006-03-28 Thread ASARI Takashi
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1559

Modified Files:
uim.info 
Log Message:
Adding --without-foobars to ConfigureParams

Index: uim.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/uim.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- uim.info21 Feb 2006 01:33:29 -  1.2
+++ uim.info28 Mar 2006 10:54:10 -  1.3
@@ -1,6 +1,6 @@
 Package: uim
 Version: 1.0.1
-Revision: 1001
+Revision: 1002
 Depends: <<
   %N-shlibs (=%v-%r), x11, gtk+2, gtk+2-shlibs, glib2-shlibs,
   pango1-xft2-shlibs, atk1-shlibs, libgettext3-shlibs, libiconv,
@@ -16,7 +16,25 @@
 Source-MD5: 1de96cb9ca0c570c0d04678a95f9c75a
 GCC: 4.0
 SetLDFLAGS: -L/usr/X11R6/lib -lX11
-ConfigureParams: --libexecdir=%p/lib/%n --without-anthy
+ConfigureParams: <<
+  --mandir=%p/share/man \
+  --libexecdir=%p/lib/%n \
+  --disable-emacs \
+  --without-scim \
+  --without-anthy \
+  --without-m17nlib \
+  --without-canna \
+  --without-mana \
+  --without-prime \
+  --with-x \
+  --with-xft \
+  --with-gtk2 \
+  --without-gnome2 \
+  --without-qt \
+  --without-qt-immodule \
+  --without-eb \
+  --without-libedit
+<<
 InstallScript: make install DESTDIR=%d
 
 PostInstScript: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/text scribus-aqua.info,1.6,1.7

2006-03-28 Thread Martin Costabel
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11146

Modified Files:
scribus-aqua.info 
Log Message:
New upstream version 1.3.3

Index: scribus-aqua.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text/scribus-aqua.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- scribus-aqua.info   24 Jan 2006 21:30:13 -  1.6
+++ scribus-aqua.info   28 Mar 2006 09:11:47 -  1.7
@@ -1,8 +1,8 @@
 Package: scribus-aqua
-Version: 1.3.2
+Version: 1.3.3
 Revision: 1
 Source: http://www.scribus.org.uk/downloads/%v/scribus-%v.tar.bz2
-Source-MD5: 700b8ce377084e317aa9d34a2157428d
+Source-MD5: 3d1dc7f13573243569b18239149b4e6c
 Source2: 
http://www.scribus.org.uk/downloads/1.2.1/scribus-temp-all-1.2.1.tar.bz2
 Source2-MD5: 19d102ff16c295e29bb7a051c66c2c58
 Source3: http://perso.wanadoo.fr/costabel/Scribusapp-skeleton.tar.gz



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/text scribus-aqua.info,1.2,1.3

2006-03-28 Thread Martin Costabel
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17332

Modified Files:
scribus-aqua.info 
Log Message:
New upstream version 1.3.3

Index: scribus-aqua.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/scribus-aqua.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- scribus-aqua.info   24 Jan 2006 22:25:06 -  1.2
+++ scribus-aqua.info   28 Mar 2006 08:27:48 -  1.3
@@ -1,8 +1,8 @@
 Package: scribus-aqua
-Version: 1.3.2
+Version: 1.3.3
 Revision: 11
 Source: http://www.scribus.org.uk/downloads/%v/scribus-%v.tar.bz2
-Source-MD5: 700b8ce377084e317aa9d34a2157428d
+Source-MD5: 3d1dc7f13573243569b18239149b4e6c
 Source2: 
http://www.scribus.org.uk/downloads/1.2.1/scribus-temp-all-1.2.1.tar.bz2
 Source2-MD5: 19d102ff16c295e29bb7a051c66c2c58
 Source3: http://perso.wanadoo.fr/costabel/Scribusapp-skeleton.tar.gz



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


  1   2   >