fink ChangeLog,1.353,1.354

2005-07-13 Thread Daniel Macks
Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17516

Modified Files:
ChangeLog 
Log Message:
Misplaced entry.


Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.353
retrieving revision 1.354
diff -u -d -r1.353 -r1.354
--- ChangeLog   13 Jul 2005 02:16:47 -  1.353
+++ ChangeLog   13 Jul 2005 06:43:46 -  1.354
@@ -1,8 +1,3 @@
-2005-07-12  Matthew Sachs  [EMAIL PROTECTED]
-
-   * Services.pm: When checking the GCC version, only test two
-   decimal places out (so we test for 4.0, not 4.0.0.)
-
 2005-07-11  Dave Vasilevsky  [EMAIL PROTECTED]
 
* VERSION: Make fink HEAD always  0.24.x, since that has already



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink CLI.pm,1.31,1.32 ChangeLog,1.1051,1.1052

2005-07-13 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21426

Modified Files:
CLI.pm ChangeLog 
Log Message:
Flush STDIN before reading each user input.


Index: CLI.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/CLI.pm,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- CLI.pm  12 Jul 2005 19:10:51 -  1.31
+++ CLI.pm  13 Jul 2005 06:51:37 -  1.32
@@ -505,6 +505,8 @@
my $prompt = shift;
my %opts = (timeout = 0, category = '', @_);
 
+   use POSIX qw(:termios_h tcflush);
+
# Don't really skip SkipPrompts, just make them short
my $skip_timeout = 7;
if ( should_skip_prompt($opts{category})
@@ -534,6 +536,7 @@
my $answer = eval {
local $SIG{ALRM} = sub { die SIG$_[0]\n; };  # alarm() expired
alarm $opts{timeout};  # alarm(0) means cancel the timer
+   tcflush(fileno(STDIN),TCIFLUSH);
my $answer = STDIN;
alarm 0;
return $answer;

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1051
retrieving revision 1.1052
diff -u -d -r1.1051 -r1.1052
--- ChangeLog   13 Jul 2005 02:26:00 -  1.1051
+++ ChangeLog   13 Jul 2005 06:51:37 -  1.1052
@@ -1,3 +1,7 @@
+2005-07-13  Daniel Macks  [EMAIL PROTECTED]
+
+   * CLI.pm: flush STDIN before reading each user input.
+
 2005-07-12  Matthew Sachs  [EMAIL PROTECTED]
 
* Services.pm: Looser checking of GCC version in enforce_gcc;



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/sci numarray-py.info,1.9,1.10

2005-07-13 Thread Jeff Whitaker
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11398

Modified Files:
numarray-py.info 
Log Message:
New upstream version.


Index: numarray-py.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/numarray-py.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- numarray-py.info25 Apr 2005 21:46:54 -  1.9
+++ numarray-py.info13 Jul 2005 12:42:30 -  1.10
@@ -1,17 +1,14 @@
 Info2: 
 
 Package: numarray-py%type_pkg[python]
-Version: 1.3.1
-Revision: 12
+Version: 1.3.3
+Revision: 1
 Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
 Type: python (2.2 2.3 2.4)
 Depends: python%type_pkg[python] | python%type_pkg[python]-nox
 BuildDepends: gcc3.3
 Source: mirror:sourceforge:numpy/numarray-%v.tar.gz
-Source-MD5: 34ce9bad35ef50873cdbc32f674a7494
-SetCC: gcc-3.3
-SetCXX: g++-3.3
-Patch: %{ni}.patch
+Source-MD5: 2286f5dbccebd4ba743915e9e1d30856
 CompileScript: 
  #!/bin/sh
  export USE_LAPACK=1



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
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 numarray-py.info,1.2,1.3

2005-07-13 Thread Jeff Whitaker
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11862

Modified Files:
numarray-py.info 
Log Message:
New upstream version.


Index: numarray-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/numarray-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- numarray-py.info29 Apr 2005 00:22:07 -  1.2
+++ numarray-py.info13 Jul 2005 12:43:17 -  1.3
@@ -1,17 +1,14 @@
 Info2: 
 
 Package: numarray-py%type_pkg[python]
-Version: 1.3.1
-Revision: 12
+Version: 1.3.3
+Revision: 1
 Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
 Type: python (2.2 2.3 2.4)
 Depends: python%type_pkg[python] | python%type_pkg[python]-nox
 BuildDepends: gcc3.3
 Source: mirror:sourceforge:numpy/numarray-%v.tar.gz
-Source-MD5: 34ce9bad35ef50873cdbc32f674a7494
-SetCC: gcc-3.3
-SetCXX: g++-3.3
-Patch: %{ni}.patch
+Source-MD5: 2286f5dbccebd4ba743915e9e1d30856
 CompileScript: 
  #!/bin/sh
  export USE_LAPACK=1



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/crypto/finkinfo xmlsec.info,1.1,1.2

2005-07-13 Thread Darian Lanx
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20208

Modified Files:
xmlsec.info 
Log Message:
This release includes a few bugfixes and adds support for the recently released 
OpenSSL 0.9.8, including several new algorithms for xmlsec-openssl 
(SHA224/SHA256/SHA384/SHA512, HMAC-SHA224/SHA256/SHA384/SHA512, 
RSA-MD5/RIPEMD160/SHA224/SHA256/SHA384/SHA512)

Index: xmlsec.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/xmlsec.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xmlsec.info 27 Apr 2005 03:07:12 -  1.1
+++ xmlsec.info 13 Jul 2005 14:56:55 -  1.2
@@ -1,9 +1,9 @@
 Package: xmlsec
-Version: 1.2.8
-Revision: 12
+Version: 1.2.9
+Revision: 11
 ###
 Source: ftp://ftp.xmlsoft.org/xmlsec/releases/%n1-%v.tar.gz
-Source-MD5: 9f86c77c2ca317d03fbd8fe2e685ea67 
+Source-MD5: b378a076708766966724aaeba09e4607 
 Depends: libiconv, libxml2-shlibs, libxslt-shlibs, openssl097-shlibs, 
gnutls-shlibs, libgcrypt-shlibs, %N-shlibs
 BuildDepends: openssl097-dev, libxml2, libiconv-dev, libxslt, libgcrypt, 
gnutls, libgpg-error
 ###



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
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 cdparanoia.info,1.1,1.2

2005-07-13 Thread Chris Zubrzycki
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18960

Modified Files:
cdparanoia.info 
Log Message:
new version

Index: cdparanoia.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sound/cdparanoia.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cdparanoia.info 27 Apr 2005 03:26:37 -  1.1
+++ cdparanoia.info 13 Jul 2005 14:54:56 -  1.2
@@ -1,9 +1,9 @@
 Package: cdparanoia
 Version: 3a9.8
-Revision: 1
-Source: http://www.buserror.net/cdparanoia/%n-osx-3.tar.gz
-SourceDirectory: %n-osx-3
-Source-MD5: 7d698b9f0faa2cd1a3bc660ccfcd9b97
+Revision: 10
+Source: http://www.buserror.net/cdparanoia/%n-osx-5.tar.gz
+SourceDirectory: %n-osx-5
+Source-MD5: 26c82a4841567087b79318e1f72afc2e
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 ConfigureParams: --mandir=%i/share/man



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
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 emboss.info,1.3,1.4

2005-07-13 Thread Koen van der Drift
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3329

Modified Files:
emboss.info 
Log Message:
new download server

Index: emboss.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/emboss.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- emboss.info 27 May 2005 00:40:33 -  1.3
+++ emboss.info 13 Jul 2005 17:29:12 -  1.4
@@ -6,7 +6,8 @@
 #Replaces: emboss ( 2.7.1-2)
 Source: mirror:custom:EMBOSS-%v.tar.gz
 CustomMirror: 
-  Primary: ftp://ftp.uk.embnet.org/pub/EMBOSS/
+  Primary: ftp://emboss.open-bio.org/pub/EMBOSS/
+  Secondary: ftp://ftp.uk.embnet.org/pub/EMBOSS/
 
 Source-MD5: 4a48388ced7021a8ffece5166c40a364
 ConfigureParams: 
--with-java=/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home 
--with-javaos=/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/include
 



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/sci emboss.info,1.13,1.14

2005-07-13 Thread Koen van der Drift
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3685

Modified Files:
emboss.info 
Log Message:
new download server

Index: emboss.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/emboss.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- emboss.info 27 May 2005 00:39:33 -  1.13
+++ emboss.info 13 Jul 2005 17:30:40 -  1.14
@@ -6,7 +6,8 @@
 #Replaces: emboss ( 2.7.1-2)
 Source: mirror:custom:EMBOSS-%v.tar.gz
 CustomMirror: 
-  Primary: ftp://ftp.uk.embnet.org/pub/EMBOSS/
+  Primary: ftp://emboss.open-bio.org/pub/EMBOSS/  
+  Secondary: ftp://ftp.uk.embnet.org/pub/EMBOSS/
 
 Source-MD5: 4a48388ced7021a8ffece5166c40a364
 ConfigureParams: 
--with-java=/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home 
--with-javaos=/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/include
 



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink CLI.pm,1.21.2.1,1.21.2.2 ChangeLog,1.873.2.47,1.873.2.48

2005-07-13 Thread Dave Vasilevsky
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25330/perlmod/Fink

Modified Files:
  Tag: branch_0_24
CLI.pm ChangeLog 
Log Message:
Backport more robust input

Index: CLI.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/CLI.pm,v
retrieving revision 1.21.2.1
retrieving revision 1.21.2.2
diff -u -d -r1.21.2.1 -r1.21.2.2
--- CLI.pm  13 Jul 2005 01:48:32 -  1.21.2.1
+++ CLI.pm  13 Jul 2005 19:12:30 -  1.21.2.2
@@ -263,23 +263,29 @@
my $prompt = shift;
my %opts = (default = 1, timeout = 0, @_);
 
+   my $choice_prompt = $opts{default} ? Y/n : y/N;
+
my $meaning;
+   my $answer = get_input(
+   $prompt [$choice_prompt],
+   $opts{timeout},
+   );
while (1) {
-   my $answer = get_input(
-   $prompt [.($opts{default} ? Y/n : y/N).],
-   $opts{timeout}
-   );
chomp $answer;
if ($answer eq ) {
$meaning = $opts{default};
last;
-   } elsif ($answer =~ /^y(es?)?/i) {
+   } elsif ($answer =~ /^y(es?)?$/i) {
$meaning = 1;
last;
-   } elsif ($answer =~ /^no?/i) {
+   } elsif ($answer =~ /^no?$/i) {
$meaning = 0;
last;
}
+   $answer = get_input(
+   Invalid choice. Please try again [$choice_prompt],
+   $opts{timeout},
+   );
}
 
return $meaning;
@@ -338,7 +344,7 @@
my @choices = @{$opts{choices}};
my $default = $opts{default};
 
-   my ($count, $answer, $default_value);
+   my ($count, $default_value);
 
if (@choices/2 != int(@choices/2)) {
confess 'Odd number of elements in @choices';
@@ -358,7 +364,7 @@
$count = 0;
for (my $index = 0; $index = $#choices; $index+=2) {
$count++;
-   print \n($count)$choices[$index];
+   print ($count)\t$choices[$index]\n;
if (!defined $default_value  (
(
 ($default-[0] eq label  
$choices[$index]   eq $default-[1])
@@ -371,17 +377,26 @@
 
}
$default_value = 1 if !defined $default_value;
-   print \n\n;
+   print \n;
 
-   $answer = get_input($prompt [$default_value], $opts{timeout});
-   chomp($answer);
-   if (!$answer) {
-   $answer = 0;
-   }
-   $answer = int($answer);
-   if ($answer  1 || $answer  $count) {
-   $answer = $default_value;
+   my $answer = get_input(
+   $prompt [$default_value],
+   $opts{timeout},
+   );
+   while (1) {
+   chomp $answer;
+   if ($answer eq ) {
+   $answer = $default_value;
+   last;
+   } elsif ($answer =~ /^[1-9]\d*$/ and $answer = 1  $answer = 
$count) {
+   last;
+   }
+   $answer = get_input(
+   Invalid choice. Please try again [$default_value],
+   $opts{timeout},
+   );
}
+
return $choices[2*$answer-1];
 }
 
@@ -405,6 +420,8 @@
my $prompt = shift;
my $timeout = shift || 0;
 
+   use POSIX qw(:termios_h tcflush);
+   
# print the prompt string (leaving cursor on the same line)
$prompt =  if !defined $prompt;
print_breaking($prompt , 0);
@@ -420,6 +437,7 @@
my $answer = eval {
local $SIG{ALRM} = sub { die SIG$_[0]\n; };  # alarm() expired
alarm $timeout;  # alarm(0) means cancel the timer
+   tcflush(fileno(STDIN),TCIFLUSH);
my $answer = STDIN;
alarm 0;
return $answer;

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.873.2.47
retrieving revision 1.873.2.48
diff -u -d -r1.873.2.47 -r1.873.2.48
--- ChangeLog   13 Jul 2005 02:24:08 -  1.873.2.47
+++ ChangeLog   13 Jul 2005 19:12:30 -  1.873.2.48
@@ -1,3 +1,7 @@
+2005-07-13  Dave Vasilevsky  [EMAIL PROTECTED]
+
+   * CLI.pm: Backport more robust input.
+
 2005-07-12  Matthew Sachs  [EMAIL PROTECTED]
 
* Services.pm: Backport fix for looser checking of GCC version.



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this 

fink/perlmod/Fink Bootstrap.pm,1.90.2.15,1.90.2.16 ChangeLog,1.873.2.48,1.873.2.49

2005-07-13 Thread Dave Vasilevsky
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26016/perlmod/Fink

Modified Files:
  Tag: branch_0_24
Bootstrap.pm ChangeLog 
Log Message:
support 10.4.2

Index: Bootstrap.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Bootstrap.pm,v
retrieving revision 1.90.2.15
retrieving revision 1.90.2.16
diff -u -d -r1.90.2.15 -r1.90.2.16
--- Bootstrap.pm13 Jul 2005 00:04:36 -  1.90.2.15
+++ Bootstrap.pm13 Jul 2005 19:15:20 -  1.90.2.16
@@ -183,7 +183,7 @@
print_breaking(This system was not released at the time  .
this Fink release was made, but should work.);
$distribution = 10.3;
-   } elsif ($host =~ /^powerpc-apple-darwin8\.[0-1]\.0/) {
+   } elsif ($host =~ /^powerpc-apple-darwin8\.[0-2]\.0/) {
print_breaking(This system is supported and tested.);
if($ENV{FINK_NOTRANS}) {
print_breaking(Using the non-transitional tree...);

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.873.2.48
retrieving revision 1.873.2.49
diff -u -d -r1.873.2.48 -r1.873.2.49
--- ChangeLog   13 Jul 2005 19:12:30 -  1.873.2.48
+++ ChangeLog   13 Jul 2005 19:15:20 -  1.873.2.49
@@ -1,5 +1,9 @@
 2005-07-13  Dave Vasilevsky  [EMAIL PROTECTED]
 
+   * Bootstrap.pm: Support 10.4.2.
+
+2005-07-13  Dave Vasilevsky  [EMAIL PROTECTED]
+
* CLI.pm: Backport more robust input.
 
 2005-07-12  Matthew Sachs  [EMAIL PROTECTED]



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink Bootstrap.pm,1.113,1.114 ChangeLog,1.1052,1.1053

2005-07-13 Thread Dave Vasilevsky
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25733/perlmod/Fink

Modified Files:
Bootstrap.pm ChangeLog 
Log Message:
support 10.4.2

Index: Bootstrap.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Bootstrap.pm,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- Bootstrap.pm12 Jul 2005 17:48:38 -  1.113
+++ Bootstrap.pm13 Jul 2005 19:13:52 -  1.114
@@ -179,7 +179,7 @@
print_breaking(This system was not released at the time  .
this Fink release was made, but should work.);
$distribution = 10.3;
-   } elsif ($host =~ /^powerpc-apple-darwin8\.[0-1]\.0/) {
+   } elsif ($host =~ /^powerpc-apple-darwin8\.[0-2]\.0/) {
print_breaking(This system is supported and tested.);
if($ENV{FINK_NOTRANS}) {
print_breaking(Using the non-transitional tree...);

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1052
retrieving revision 1.1053
diff -u -d -r1.1052 -r1.1053
--- ChangeLog   13 Jul 2005 06:51:37 -  1.1052
+++ ChangeLog   13 Jul 2005 19:13:52 -  1.1053
@@ -1,3 +1,7 @@
+2005-07-13  Dave Vasilevsky  [EMAIL PROTECTED]
+
+   * Bootstrap.pm: Support 10.4.2.
+
 2005-07-13  Daniel Macks  [EMAIL PROTECTED]
 
* CLI.pm: flush STDIN before reading each user input.



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink CLI.pm,1.32,1.33 ChangeLog,1.1053,1.1054

2005-07-13 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27203

Modified Files:
CLI.pm ChangeLog 
Log Message:
Reduce redundant POSIX symbol import redundancy.


Index: CLI.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/CLI.pm,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- CLI.pm  13 Jul 2005 06:51:37 -  1.32
+++ CLI.pm  13 Jul 2005 19:19:56 -  1.33
@@ -480,6 +480,8 @@
 expires or immediately (without waiting for input) if fink is suppressing
 the prompt (run with the -y option or with an appropriate SuppressPrompts).
 If not suppressing a prompt, this function destroys any pre-existing alarm().
+STDIN is flushed before accepting input, so stray keystrokes prior to
+the prompt are ignored.
 
 The options hash can contain the following keys:
 
@@ -505,7 +507,7 @@
my $prompt = shift;
my %opts = (timeout = 0, category = '', @_);
 
-   use POSIX qw(:termios_h tcflush);
+   use POSIX qw(tcflush TCIFLUSH);
 
# Don't really skip SkipPrompts, just make them short
my $skip_timeout = 7;

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1053
retrieving revision 1.1054
diff -u -d -r1.1053 -r1.1054
--- ChangeLog   13 Jul 2005 19:13:52 -  1.1053
+++ ChangeLog   13 Jul 2005 19:19:56 -  1.1054
@@ -1,3 +1,7 @@
+2005-07-13  Daniel Macks  [EMAIL PROTECTED]
+
+   * CLI.pm: Improve POSIX symbol imports.
+
 2005-07-13  Dave Vasilevsky  [EMAIL PROTECTED]
 
* Bootstrap.pm: Support 10.4.2.



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
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 meld.info,1.3,1.4 meld.patch,1.2,1.3

2005-07-13 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4307/10.4-transitional/unstable/main/finkinfo/gnome

Modified Files:
meld.info meld.patch 
Log Message:
New version.


Index: meld.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/meld.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- meld.patch  28 Jun 2005 19:26:40 -  1.2
+++ meld.patch  14 Jul 2005 00:55:11 -  1.3
@@ -12,3 +12,13 @@
install -m 644 \
glade2/*.glade \
$(DESTDIR)$(sharedir_)/glade2
+--- meld-1.0.0.old/po/fr.po2005-07-03 18:41:20.0 -0400
 meld-1.0.0/po/fr.po2005-07-03 18:40:45.0 -0400
+@@ -15,6 +15,7 @@
+ Content-Type: text/plain; charset=UTF-8\n
+ Content-Transfer-Encoding: 8bit\n
+ Generated-By: pygettext.py 1.5\n
++Plural-Forms:  nplurals=2; plural=(n != 1);\n
+ 
+ #: ../meld.desktop.in.h:1
+ msgid Compare and merge your files.

Index: meld.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/meld.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- meld.info   6 Jul 2005 04:01:51 -   1.3
+++ meld.info   14 Jul 2005 00:55:11 -  1.4
@@ -1,5 +1,5 @@
 Package: meld
-Version: 0.9.6
+Version: 1.0.0
 Revision: 1
 Description: Visual diff and merge tool
 DescDetail: 
@@ -16,6 +16,8 @@
 installation to tempdir %d not ultimate location.
 
 Patch target executable to use correct python interp.
+
+Critical po/fr.po patch: http://bugzilla.gnome.org/show_bug.cgi?id=309408
 
 DescPackaging: 
 The usual scrollkeeper install-time fix.
@@ -28,8 +30,8 @@
 Maintainer: Daniel Macks [EMAIL PROTECTED]
 Depends: x11, python23, gnome-python2-py23, pyorbit2-py23, pygtk2-py23, 
scrollkeeper
 BuildDepends: x11-dev, pygtk2-py23-dev, gettext-bin, gettext-tools, intltool
-Source: mirror:gnome:sources/%n/0.9/%n-%v.tar.bz2
-Source-MD5: 73419987b125c0cfbb1f04cfe454a8e5
+Source: mirror:gnome:sources/%n/1.0/%n-%v.tar.bz2
+Source-MD5: ccde817f0396d39e9e40f31a3a7611f6
 Patch: %n.patch
 PatchScript: 
   perl -pi.bak -e 's|/usr/bin/env python|%p/bin/python2.3|' meld tools/*



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/gnome meld.info,1.5,1.6 meld.patch,1.2,1.3

2005-07-13 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4307/10.3/unstable/main/finkinfo/gnome

Modified Files:
meld.info meld.patch 
Log Message:
New version.


Index: meld.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/meld.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- meld.patch  24 Jun 2005 12:18:08 -  1.2
+++ meld.patch  14 Jul 2005 00:55:09 -  1.3
@@ -12,3 +12,13 @@
install -m 644 \
glade2/*.glade \
$(DESTDIR)$(sharedir_)/glade2
+--- meld-1.0.0.old/po/fr.po2005-07-03 18:41:20.0 -0400
 meld-1.0.0/po/fr.po2005-07-03 18:40:45.0 -0400
+@@ -15,6 +15,7 @@
+ Content-Type: text/plain; charset=UTF-8\n
+ Content-Transfer-Encoding: 8bit\n
+ Generated-By: pygettext.py 1.5\n
++Plural-Forms:  nplurals=2; plural=(n != 1);\n
+ 
+ #: ../meld.desktop.in.h:1
+ msgid Compare and merge your files.

Index: meld.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/meld.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- meld.info   6 Jul 2005 04:01:51 -   1.5
+++ meld.info   14 Jul 2005 00:55:08 -  1.6
@@ -1,5 +1,5 @@
 Package: meld
-Version: 0.9.6
+Version: 1.0.0
 Revision: 1
 Description: Visual diff and merge tool
 DescDetail: 
@@ -16,6 +16,8 @@
 installation to tempdir %d not ultimate location.
 
 Patch target executable to use correct python interp.
+
+Critical po/fr.po patch: http://bugzilla.gnome.org/show_bug.cgi?id=309408
 
 DescPackaging: 
 The usual scrollkeeper install-time fix.
@@ -28,8 +30,8 @@
 Maintainer: Daniel Macks [EMAIL PROTECTED]
 Depends: x11, python23, gnome-python2-py23, pyorbit2-py23, pygtk2-py23, 
scrollkeeper
 BuildDepends: x11-dev, pygtk2-py23-dev, gettext-bin, gettext-tools, intltool
-Source: mirror:gnome:sources/%n/0.9/%n-%v.tar.bz2
-Source-MD5: 73419987b125c0cfbb1f04cfe454a8e5
+Source: mirror:gnome:sources/%n/1.0/%n-%v.tar.bz2
+Source-MD5: ccde817f0396d39e9e40f31a3a7611f6
 Patch: %n.patch
 PatchScript: 
   perl -pi.bak -e 's|/usr/bin/env python|%p/bin/python2.3|' meld tools/*



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/t/Services ChangeLog,1.14,1.14.2.1 execute_nonroot_okay.t,1.16,1.16.2.1

2005-07-13 Thread Daniel Macks
Update of /cvsroot/fink/fink/t/Services
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15001/Services

Modified Files:
  Tag: branch_0_24
ChangeLog execute_nonroot_okay.t 
Log Message:
Backport more-portable-mktemp patch from HEAD.


Index: execute_nonroot_okay.t
===
RCS file: /cvsroot/fink/fink/t/Services/execute_nonroot_okay.t,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -d -r1.16 -r1.16.2.1
--- execute_nonroot_okay.t  11 Jan 2005 19:02:36 -  1.16
+++ execute_nonroot_okay.t  14 Jul 2005 01:57:05 -  1.16.2.1
@@ -25,7 +25,19 @@
 #  );
 
 # OS X 10.2 mktemp does not have the -p flag implemented
-my $tmpdir = `/usr/bin/mktemp -d /tmp/execute_nonroot_okay.t_X`;
+my $mktemp;
+foreach (qw| /usr/bin/mktemp /bin/mktemp |) {
+if (-x $_) {
+   $mktemp = $_;
+   last;
+}
+}
+if (!defined $mktemp) {
+print Bail out! Cannot create scratchdir (no mktemp found)\n;
+die \n;
+}
+
+my $tmpdir = `$mktemp -d /tmp/execute_nonroot_okay.t_X`;
 chomp $tmpdir;
 
 if (!defined $tmpdir or !length $tmpdir or !-d $tmpdir) {

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/t/Services/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -u -d -r1.14 -r1.14.2.1
--- ChangeLog   11 Jan 2005 19:02:36 -  1.14
+++ ChangeLog   14 Jul 2005 01:57:05 -  1.14.2.1
@@ -1,3 +1,7 @@
+2005-07-13  Daniel Macks  [EMAIL PROTECTED]
+
+   * execute_nonroot_okay.t: more platform-portable `mktemp` (backport 
from HEAD)
+
 2005-1-11  Daniel Macks  [EMAIL PROTECTED]
 
* execute_nonroot_okay.t: execute() may fork a process that needs



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/10.2-gcc3.3 ChangeLog,1.11.2.1,1.11.2.2 dpkg-bootstrap.info,1.5,1.5.10.1

2005-07-13 Thread Daniel Macks
Update of /cvsroot/fink/fink/10.2-gcc3.3
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15408

Modified Files:
  Tag: branch_0_24
ChangeLog dpkg-bootstrap.info 
Log Message:
Backport dpkg-bootstrap .patch processing correction from HEAD.


Index: dpkg-bootstrap.info
===
RCS file: /cvsroot/fink/fink/10.2-gcc3.3/dpkg-bootstrap.info,v
retrieving revision 1.5
retrieving revision 1.5.10.1
diff -u -d -r1.5 -r1.5.10.1
--- dpkg-bootstrap.info 1 Jul 2004 18:01:30 -   1.5
+++ dpkg-bootstrap.info 14 Jul 2005 02:00:38 -  1.5.10.1
@@ -1,12 +1,12 @@
 Package: dpkg-bootstrap
 Version: 1.10.21
-Revision: 100
+Revision: 101
 Depends: gettext, gzip, tar
 Maintainer: Fink Core Group [EMAIL PROTECTED]
 Source: mirror:sourceforge:fink/dpkg_%v.tar.gz
 SourceDirectory: dpkg-%v
 Source-MD5: a9f6c43891db74d727beab7dfc0ee663
-PatchScript: sed 's|@ADMINPREFIX@|%P|g' %a/dpkg.patch | patch -p1
+PatchScript: sed 's|@PREFIX@|%p|g' %a/dpkg.patch | patch -p1
 SetCFLAGS: -no-cpp-precomp -I%p/include
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/10.2-gcc3.3/ChangeLog,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -d -r1.11.2.1 -r1.11.2.2
--- ChangeLog   3 Jun 2005 18:20:40 -   1.11.2.1
+++ ChangeLog   14 Jul 2005 02:00:38 -  1.11.2.2
@@ -1,3 +1,7 @@
+2005-07-13  Daniel Macks  [EMAIL PROTECTED]
+
+   * dpkg-bootstrap.info: sync with HEAD
+
 2005-06-03  Dave Morrison  [EMAIL PROTECTED]
 
* gettext.info, gettext.patch, fink-mirrors.info, base-files.info, 



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/10.3 ChangeLog,1.17.2.1,1.17.2.2 base-files.info,1.6,1.6.4.1 fink-mirrors.info,1.5,1.5.6.1

2005-07-13 Thread Daniel Macks
Update of /cvsroot/fink/fink/10.3
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16346

Modified Files:
  Tag: branch_0_24
ChangeLog base-files.info fink-mirrors.info 
Log Message:
Upgrade to latest base-files and fink-mirrors (triangulate from 10.4T + HEAD)


Index: fink-mirrors.info
===
RCS file: /cvsroot/fink/fink/10.3/fink-mirrors.info,v
retrieving revision 1.5
retrieving revision 1.5.6.1
diff -u -d -r1.5 -r1.5.6.1
--- fink-mirrors.info   10 Dec 2004 15:07:53 -  1.5
+++ fink-mirrors.info   14 Jul 2005 02:07:03 -  1.5.6.1
@@ -1,12 +1,12 @@
 Package: fink-mirrors
-Version: 0.22.1.1
+Version: 0.24.4.1
 Revision: 1
 Essential: yes
 Source: mirror:custom:fink/%n-%v.tar.gz
-Source-MD5: f697bb021577813ac50ffec023629514
+Source-MD5: 1496ac9bf8efee017ece2a81d504cd11
 Depends: fink (= 0.17.3-1)
 Replaces: fink ( 0.17.2-1)
-CompileScript:  sed -e s|@PREFIX@|%p|  postinstall.pl.in  postinstall.pl
+CompileScript:  sed -e s|@PREFIX@|%p|g  postinstall.pl.in  postinstall.pl
 InstallScript: ./install.sh %i
 PostInstScript: %p/lib/fink/mirror/postinstall.pl
 #

Index: base-files.info
===
RCS file: /cvsroot/fink/fink/10.3/base-files.info,v
retrieving revision 1.6
retrieving revision 1.6.4.1
diff -u -d -r1.6 -r1.6.4.1
--- base-files.info 7 Dec 2004 14:27:16 -   1.6
+++ base-files.info 14 Jul 2005 02:07:03 -  1.6.4.1
@@ -1,10 +1,10 @@
 Package: base-files
-Version: 1.9.4
+Version: 1.9.5
 Revision: 1
 Source: mirror:custom:fink/%n-%v.tar.gz
 
 Essential: yes
-Source-MD5: 59b02defa72ea5c3c1fcabaf945b2990
+Source-MD5: cda64cdfdcb78af875e9ad48cc14fd73
 CompileScript: ./setup.sh %p
 InstallScript: ./install.sh %i
 #

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/10.3/ChangeLog,v
retrieving revision 1.17.2.1
retrieving revision 1.17.2.2
diff -u -d -r1.17.2.1 -r1.17.2.2
--- ChangeLog   12 Jul 2005 01:50:29 -  1.17.2.1
+++ ChangeLog   14 Jul 2005 02:07:03 -  1.17.2.2
@@ -1,3 +1,7 @@
+2005-07-13  Daniel Macks  [EMAIL PROTECTED]
+
+   * base-files.info, fink-mirrors.info: Latest version
+
 2005-02-23  Dave Vasilevsky  [EMAIL PROTECTED]
 
* gettext.info: Sync with stable



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink ChangeLog,1.304.2.20,1.304.2.21 INSTALL,1.18,1.18.6.1 INSTALL.html,1.22,1.22.4.1

2005-07-13 Thread Daniel Macks
Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17963

Modified Files:
  Tag: branch_0_24
ChangeLog INSTALL INSTALL.html 
Log Message:
Upgrade INSTALL* from HEAD (mentions 10.4/darwin8)


Index: INSTALL.html
===
RCS file: /cvsroot/fink/fink/INSTALL.html,v
retrieving revision 1.22
retrieving revision 1.22.4.1
diff -u -d -r1.22 -r1.22.4.1
--- INSTALL.html2 Jan 2005 15:30:33 -   1.22
+++ INSTALL.html14 Jul 2005 02:15:39 -  1.22.4.1
@@ -1,13 +1,13 @@
 !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN 
http://www.w3.org/TR/html4/loose.dtd;
-htmlheadmeta http-equiv=Content-Type content=text/html; 
charset=utf-8titleFink Documentation - Fink 0.7.1 
Installation/title/headbodyh1 style=text-align: center;Fink 0.7.1 
Installation/h1
+htmlheadmeta http-equiv=Content-Type content=text/html; 
charset=utf-8titleFink Documentation - Fink 0.8.0 
Installation/title/headbodyh1 style=text-align: center;Fink 0.8.0 
Installation/h1
 p
 These are the installation instructions for the source distribution
-of Fink 0.7.1, intended for use with OS X v.10.3 and later.  
+of Fink 0.8.0, intended for use with OS X v.10.3 and later.  
 The instructions
 can also be used for installation on OS X v.10.2 (replacing
-0.7.1 by 0.6.3 throughout the document) 
+0.8.0 by 0.6.3 throughout the document) 
 and for installation on OS X v.10.1
-(replacing 0.7.1 by 0.4.1a).
+(replacing 0.8.0 by 0.4.1a).
 /pp
 This document does not apply to the a 
href=http://fink.sourceforge.net/download/index.php;binary/a distribution.
 /pp
@@ -36,7 +36,7 @@
 h3a name=install-fast.install1.1 First Time Installation Fast
 Track/a/h3
 p
-Start out by copying the tt style=white-space: 
nowrap;fink-0.7.1-full.tar.gz/tt
+Start out by copying the tt style=white-space: 
nowrap;fink-0.8.0-full.tar.gz/tt
 file to your home folder.
 Then, open Terminal.app and follow the session below.
 Computer output is in tt style=white-space: nowrap;normal face/tt, your 
input is in
@@ -44,16 +44,16 @@
 The actual input prompts from the shell may vary, and some chunks of
 the output have been omitted (tt style=white-space: nowrap;.../tt).
 /p
-pre[frodo:~] testuser% btar xzf fink-0.7.1-full.tar.gz/b
-[frodo:~] testuser% bcd fink-0.7.1-full/b
-[frodo:~/fink-0.7.1-full] testuser% b./bootstrap.sh /sw/b
+pre[frodo:~] testuser% btar xzf fink-0.8.0-full.tar.gz/b
+[frodo:~] testuser% bcd fink-0.8.0-full/b
+[frodo:~/fink-0.8.0-full] testuser% b./bootstrap.sh /sw/b
 
 Welcome to Fink.
 
 ...
 Choose a method: [1] b1/b
 
-sudo /Users/testuser/fink-0.7.1-full/bootstrap.pl .sudo '/sw'
+sudo /Users/testuser/fink-0.8.0-full/bootstrap.pl .sudo '/sw'
 Password:b(your normal password here)/b
 ...
 OK, I'll ask you some questions and update the configuration file in
@@ -84,13 +84,8 @@
 
 You should now have a working Fink installation in '/sw'.
 
-Run 'source /sw/bin/init.csh ; rehash' to set up this Terminal's environment
-to use Fink. To make the software installed by Fink available in all of your
-shells, add 'source /sw/bin/init.csh' to the init script '.cshrc' in your
-home directory. Enjoy.
-
-[frodo:~/fink-0.7.1-full] testuser% bcd/b
-[frodo:~] testuser% brm -r fink-0.7.1-full/b
+[frodo:~/fink-0.8.0-full] testuser% bcd/b
+[frodo:~] testuser% brm -r fink-0.8.0-full/b
 [frodo:~] testuser% b/sw/bin/pathsetup.sh/b/pre
 p
 The last command runs a little script to help set up your Unix paths
@@ -137,7 +132,7 @@
 
 h3a name=install-fast.update1.2 Update Fast Track/a/h3
 p
-Start out by copying the tt style=white-space: 
nowrap;fink-0.7.1-full.tar.gz/tt
+Start out by copying the tt style=white-space: 
nowrap;fink-0.8.0-full.tar.gz/tt
 file to your home folder.
 Then, open Terminal.app and follow the session below.
 Computer output is in tt style=white-space: nowrap;normal face/tt, your 
input is in
@@ -145,9 +140,9 @@
 The actual input prompts from the shell may vary, and some chunks of
 the output have been omitted (tt style=white-space: nowrap;.../tt).
 /p
-pre[frodo:~] testuser% btar xzf fink-0.7.1-full.tar.gz/b
-[frodo:~] testuser% bcd fink-0.7.1-full/b
-[frodo:~/fink-0.7.1-full] testuser% b./inject.pl /sw/b
+pre[frodo:~] testuser% btar xzf fink-0.8.0-full.tar.gz/b
+[frodo:~] testuser% bcd fink-0.8.0-full/b
+[frodo:~/fink-0.8.0-full] testuser% b./inject.pl /sw/b
 sudo ./inject.pl /sw
 Password:b(your normal password here)/b
 Copying package descriptions
@@ -156,8 +151,8 @@
 
 Your Fink installation in '/sw' was updated with new fink packages.
 
-[frodo:~/fink-0.7.1-full] testuser% bcd pkginfo/b
-[frodo:~/fink-0.7.1-full/pkginfo] testuser% b./inject.pl /sw/b
+[frodo:~/fink-0.8.0-full] testuser% bcd pkginfo/b
+[frodo:~/fink-0.8.0-full/pkginfo] testuser% b./inject.pl /sw/b
 sudo ./inject.pl /sw
 Copying...
 ...
@@ -166,8 +161,8 @@
 files. Use appropriate fink commands to update the packages, e.g. 'fink
 update-all'.
 
-[frodo:~/fink-0.7.1-full/pkginfo] 

fink ChangeLog,1.304.2.21,1.304.2.22 fink.8.in,1.37.2.1,1.37.2.2 fink.conf.5.in,1.22,1.22.2.1

2005-07-13 Thread Daniel Macks
Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19193

Modified Files:
  Tag: branch_0_24
ChangeLog fink.8.in fink.conf.5.in 
Log Message:
Sync cleanups from HEAD


Index: fink.conf.5.in
===
RCS file: /cvsroot/fink/fink/fink.conf.5.in,v
retrieving revision 1.22
retrieving revision 1.22.2.1
diff -u -d -r1.22 -r1.22.2.1
--- fink.conf.5.in  23 Feb 2005 22:35:57 -  1.22
+++ fink.conf.5.in  14 Jul 2005 02:19:46 -  1.22.2.1
@@ -130,7 +130,7 @@
 This option makes sure that the Concurrent Version System (CVS) is not used to 
 achieve this when set to True. It is set automatically by the fink 
 selfupdate-cvs command, so you should not need to change it manually. 
-.It Cm Buildpath Ar path
+.It Cm Buildpath: Ar path
 Fink needs to create several temporary directories for each package it 
compiles from source. By default, they are placed in
 .Pa @PREFIX@/src
 but if you want them to be somewhere else, specify the path here.
@@ -218,7 +218,8 @@
 .\
 .\
 .Sh MIRROR SETTINGS
-Getting software from the Internet can be tedious thing and often downloads 
are 
+Getting software from the Internet can be a tedious thing and often 
+downloads are 
 not as fast as we would like them to be. Mirror servers host copies of files 
 available on other servers, but may have a faster connection to the Internet 
or 
 be geographically closer to you, thus enabling you to download files faster. 

Index: fink.8.in
===
RCS file: /cvsroot/fink/fink/fink.8.in,v
retrieving revision 1.37.2.1
retrieving revision 1.37.2.2
diff -u -d -r1.37.2.1 -r1.37.2.2
--- fink.8.in   28 Feb 2005 18:44:40 -  1.37.2.1
+++ fink.8.in   14 Jul 2005 02:19:46 -  1.37.2.2
@@ -21,6 +21,8 @@
 .Pp
 With the help of
 .Xr dpkg 8
+and
+.Xr apt 8
 it maintains a separate directory hierarchy. It
 downloads original source releases, patches them if neccessary, configures
 them for Darwin and compiles and installs them. The information about
@@ -83,8 +85,10 @@
 .\ List of commands
 .Bl -tag -width flag
 .It Cm install Ar package...
-The install command is used to install packages. It downloads, configure,
-builds and installs the packages you name. It will also install required
+The install command is used to install packages. It downloads, configures,
+and builds, or downloads prebuilt (see the
+.Cm Ar --use-binary-dist
+flag) and installs the packages you name. It will also install required
 dependencies automatically, but will ask you for confirmation before it
 does so.
 .Pp
@@ -139,8 +143,10 @@
 .It Cm list Op Ar package...
 This command produces a list of available packages, listing installation
 status, the latest version and a short description. If you call it without
-parameters, it will list all available packages. You can also pass a name or
-a shell pattern, and fink will list all packages that match.
+parameters, it will list all available packages. If you pass one
+or more package names, fink will list only those packages that match
+the given names. You can use shell globs (? and * wildcards); if you
+do not, then the pattern is searched as a substring.
 .Pp
 The first column displays the installation state with the following meanings:
 .Pp
@@ -150,11 +156,17 @@
 .It \ i
 latest version is installed
 .It (i)
-installed, but a newer version is available
+some version is installed, but a newer version is available
 .It \ p
 a virtual package provided by a package that is installed
 .El
 .Pp
+The version column always lists the latest (highest) version known for
+the package, regardless of what version (if any) you have
+installed. To see all versions of a package available on your system
+along with more detailed status information about each, use
+.Cm fink dumpinfo -fallversions
+.Pp
 There are also some flags for the 
 .Cm fink list
 command
@@ -176,7 +188,7 @@
 Show only packages in the sections matching the regular expression expr.
 .It Cm -m expr,--maintainer=expr
 Show only packages with the maintainer  matching the regular expression expr.
-.It Cm -t expr,--tree=expr
+.It Cm -r expr,--tree=expr
 Show only packages in the trees matching the regular expression expr.
 .It Cm -w xyz,--width=xyz
 Sets the width of the display you would like the output
@@ -212,7 +224,7 @@
 except that
 .Ar package...
 must be supplied and it searches package descriptions as well as package
-names.
+names for the given strings (no wildcards).
 .It Cm describe Ar package...
 This command displays a description of the package you name on the command
 line. Note that only a small part of the packages currently have a
@@ -222,7 +234,7 @@
 .Cm desc, description, info
 .Pp
 .It Cm fetch Ar package...
-Downloads the named packages, but does not install it. This command will
+Downloads the named packages, but does not install them. This command will
 download the tarballs even 

fink readme.ru.html,NONE,1.1

2005-07-13 Thread Daniel Macks
Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20220/fink-HEAD

Added Files:
readme.ru.html 
Log Message:
This never got added.


--- NEW FILE: readme.ru.html ---
(This appears to be a binary file; contents omitted.)



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink readme.ru.html,NONE,1.1.2.2 README,1.15,1.15.16.1 README.html,1.17,1.17.4.1 readme.en.html,1.4,1.4.6.1 readme.fr.html,1.4,1.4.6.1 readme.ja.html,1.4,1.4.6.1 readme.zh.html,1.4,1.4.6.1

2005-07-13 Thread Daniel Macks
Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20556

Modified Files:
  Tag: branch_0_24
README README.html readme.en.html readme.fr.html 
readme.ja.html readme.zh.html 
Added Files:
  Tag: branch_0_24
readme.ru.html 
Log Message:
Add .ru readme.


Index: README
===
RCS file: /cvsroot/fink/fink/README,v
retrieving revision 1.15
retrieving revision 1.15.16.1
diff -u -d -r1.15 -r1.15.16.1
--- README  23 Mar 2004 13:14:28 -  1.15
+++ README  14 Jul 2005 02:28:50 -  1.15.16.1
@@ -29,7 +29,7 @@
 
  * An installed Mac OS X system, version 10.0 or later. (There may still be
some stray linker-related problems with 10.1.) Darwin 1.3.1 should also
-   work, but this has not been tested. Earlier versions of both will _not_
+   work, but this has not been tested. Earlier versions of both will not
work.
 
  * Development tools. On Mac OS X, install the Developer.pkg package from

Index: readme.en.html
===
RCS file: /cvsroot/fink/fink/readme.en.html,v
retrieving revision 1.4
retrieving revision 1.4.6.1
diff -u -d -r1.4 -r1.4.6.1
--- readme.en.html  2 Jan 2005 15:30:33 -   1.4
+++ readme.en.html  14 Jul 2005 02:28:50 -  1.4.6.1
@@ -8,6 +8,7 @@
 a href=readme.es.htmlEspantilde;ol/a | 
 a href=readme.fr.htmlFranccedil;ais/a | 
 a href=readme.ja.html#26085;#26412;#35486; (Nihongo)/a | 
+a href=readme.ru.html#1056;#1091;#1089;#1089;#1082;#1080;#1081; 
(Russkiy)/a | 
 a href=readme.zh.html#20013;#25991; (#31616;) (Simplified Chinese)/a 
| 
 /td
 /tr

Index: README.html
===
RCS file: /cvsroot/fink/fink/README.html,v
retrieving revision 1.17
retrieving revision 1.17.4.1
diff -u -d -r1.17 -r1.17.4.1
--- README.html 2 Jan 2005 15:30:33 -   1.17
+++ README.html 14 Jul 2005 02:28:50 -  1.17.4.1
@@ -8,6 +8,7 @@
 a href=readme.es.htmlEspantilde;ol/a | 
 a href=readme.fr.htmlFranccedil;ais/a | 
 a href=readme.ja.html#26085;#26412;#35486; (Nihongo)/a | 
+a href=readme.ru.html#1056;#1091;#1089;#1089;#1082;#1080;#1081; 
(Russkiy)/a | 
 a href=readme.zh.html#20013;#25991; (#31616;) (Simplified Chinese)/a 
| 
 /td
 /tr

Index: readme.zh.html
===
RCS file: /cvsroot/fink/fink/readme.zh.html,v
retrieving revision 1.4
retrieving revision 1.4.6.1
diff -u -d -r1.4 -r1.4.6.1
--- readme.zh.html  2 Jan 2005 15:30:33 -   1.4
+++ readme.zh.html  14 Jul 2005 02:28:51 -  1.4.6.1
@@ -8,6 +8,7 @@
 a href=readme.es.htmlEspantilde;ol/a | 
 a href=readme.fr.htmlFranccedil;ais/a | 
 a href=readme.ja.html#26085;#26412;#35486; (Nihongo)/a | 
+a href=readme.ru.html#1056;#1091;#1089;#1089;#1082;#1080;#1081; 
(Russkiy)/a | 
 #20013;#25991; (#31616;) (Simplified Chinese) | 
 /td
 /tr

--- NEW FILE: readme.ru.html ---
(This appears to be a binary file; contents omitted.)

Index: readme.ja.html
===
RCS file: /cvsroot/fink/fink/readme.ja.html,v
retrieving revision 1.4
retrieving revision 1.4.6.1
diff -u -d -r1.4 -r1.4.6.1
--- readme.ja.html  2 Jan 2005 15:30:33 -   1.4
+++ readme.ja.html  14 Jul 2005 02:28:51 -  1.4.6.1
@@ -8,6 +8,7 @@
 a href=readme.es.htmlEspantilde;ol/a | 
 a href=readme.fr.htmlFranccedil;ais/a | 
 #26085;#26412;#35486; (Nihongo) | 
+a href=readme.ru.html#1056;#1091;#1089;#1089;#1082;#1080;#1081; 
(Russkiy)/a | 
 a href=readme.zh.html#20013;#25991; (#31616;) (Simplified Chinese)/a 
| 
 /td
 /tr

Index: readme.fr.html
===
RCS file: /cvsroot/fink/fink/readme.fr.html,v
retrieving revision 1.4
retrieving revision 1.4.6.1
diff -u -d -r1.4 -r1.4.6.1
--- readme.fr.html  2 Jan 2005 15:30:33 -   1.4
+++ readme.fr.html  14 Jul 2005 02:28:50 -  1.4.6.1
@@ -8,6 +8,7 @@
 a href=readme.es.htmlEspantilde;ol/a | 
 Franccedil;ais | 
 a href=readme.ja.html#26085;#26412;#35486; (Nihongo)/a | 
+a href=readme.ru.html#1056;#1091;#1089;#1089;#1082;#1080;#1081; 
(Russkiy)/a | 
 a href=readme.zh.html#20013;#25991; (#31616;) (Simplified Chinese)/a 
| 
 /td
 /tr



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink Command.pm,1.19,1.19.2.1 Config.pm,1.42.2.1,1.42.2.2

2005-07-13 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23907

Modified Files:
  Tag: branch_0_24
Command.pm Config.pm 
Log Message:
Backport doc fixes from HEAD


Index: Command.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Command.pm,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -u -d -r1.19 -r1.19.2.1
--- Command.pm  31 Jan 2005 04:32:16 -  1.19
+++ Command.pm  14 Jul 2005 02:53:23 -  1.19.2.1
@@ -252,8 +252,10 @@
   chowname $user:$group, @files;
   chowname :$group, @files;
 
-Like Cchowname but the user/group specification is a bit simpler.  Dot is not
-supported as a seperator.
+Like Cchowname but the user/group specification is a bit simpler,
+since it takes user/group names instead of numbers like the the Unix
+Cchown command. Either (or both) can be omitted, in which case that
+parameter is not changed. Dot is not supported as a separator.
 
 =cut
 

Index: Config.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Config.pm,v
retrieving revision 1.42.2.1
retrieving revision 1.42.2.2
diff -u -d -r1.42.2.1 -r1.42.2.2
--- Config.pm   4 Jun 2005 13:53:19 -   1.42.2.1
+++ Config.pm   14 Jul 2005 02:53:23 -  1.42.2.2
@@ -56,23 +56,23 @@
 
   use Fink::Config;
   my $config = Fink::Config-new_with_path($config_file);
-  
+
   # General configuration file parameters
   my $value = $config-param($key);
   $config-set_param($key, $value);
   $config-save;
-  
+
   # Configuration flags
   my $bool = $config-has_flag($flag);
   $config-set_flag($flag);
   $config-clear_flag($flag);
-  
+
   # Specific configuration options
   my $path = $config-get_path;
   my @trees= $config-get_treelist;
   my $verbosity= $config-verbosity_level;
   my $use_apt  = $config-binary_requested;
-  
+
   # Command-line parameters
   my $value = $config-get_option($key, $default);
   $config-set_options({ $key = $value, $key2 = ... });
@@ -228,6 +228,9 @@
 
 Inherited from Fink::Base.
 
+set_param also keeps a list of params that have been change since the
+$config object was originally initialized or last did $config-save()
+
 =cut
 
 sub set_param {
@@ -240,7 +243,9 @@
 
   $config-save;
 
-Saves any changes made with set_param() to the config file.
+Saves any changes made with set_param() to the config file. Only lines
+of the file that correspond to params that were changed by set_param()
+are altered.
 
 =cut
 
@@ -579,6 +584,7 @@
 Determine whether the binary distribution or compilation has been requested.
 This is affected by the --use-binary-dist and --compile-from-source
 command line options as well as by the UseBinaryDist setting in fink.conf.
+A command-line flag takes precedence over a fink.conf setting.
 Returns 1 for binary distribution, 0 for compile-from-source.
 
 =cut
@@ -602,19 +608,19 @@
 =item has_flag
 
   my $bool = $config-has_flag($flag);
-  
+
 Check for the existence of a configuration flag.
 
 =item set_flag
 
   $config-set_flag($flag);
-  
+
 Set a configuration flag. Modified configuration can be saved with save().
 
 =item clear_flag
 
   $config-clear_flag($flag);
-  
+
 Clear a configuration flag. Modified configuration can be saved with save().
 
 =cut



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink CLI.pm,1.21.2.2,1.21.2.3 Engine.pm,1.242.2.5,1.242.2.6 Services.pm,1.152.2.5,1.152.2.6 Validation.pm,1.170.2.1,1.170.2.2

2005-07-13 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24955

Modified Files:
  Tag: branch_0_24
CLI.pm Engine.pm Services.pm Validation.pm 
Log Message:
Backport doc fixes from HEAD


Index: Services.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Services.pm,v
retrieving revision 1.152.2.5
retrieving revision 1.152.2.6
diff -u -d -r1.152.2.5 -r1.152.2.6
--- Services.pm 13 Jul 2005 02:24:10 -  1.152.2.5
+++ Services.pm 14 Jul 2005 03:01:33 -  1.152.2.6
@@ -412,30 +412,41 @@
 The optional %options are given as option=value pairs. The following
 options are known:
 
-quiet
+=over 4
 
-If the option 'quiet' is not given or its value is false and
-the command failed, a message including the return code is
-sent to STDOUT.
+=item quiet
 
-nonroot_okay
+If the option 'quiet' is not given or its value is false and the
+command failed, a message including the return code is sent to STDOUT.
 
-If the value of the option 'nonroot_okay' is true, fink was
-run with the --build-as-nobody flag, drop to user=nobody
-when running the actual commands.
+=item nonroot_okay
 
-delete_tempfile
+If the value of the option 'nonroot_okay' is true, fink was run with
+the --build-as-nobody flag, drop to user=nobody when running the
+actual commands.
 
-Whether to delete temp-files that are created. The following
-values are known:
+=item delete_tempfile
 
--1Always delete
+Whether to delete temp-files that are created. The following values
+are known:
 
-0 (or not passed)
-  Delete if script was successful, do not delete if
-  it failed
+=over 4
 
-1 Never delete
+=item * -1
+
+Always delete
+
+=item * 0 (or not passed)
+
+Delete if script was successful, do not delete if it failed
+
+=item * 1
+
+Never delete
+
+=back
+
+=back
 
 =cut
 
@@ -1100,7 +,7 @@
'3.1' = '3',
'3.3' = '3.3',
'4.0.0' = '4.0',
-   '4.0.1' = '4.0'
+   '4.0.1' = '4.0',
);

sub gcc_select_arg {
@@ -1190,7 +1201,7 @@
$sw_vers =~ s/^(\d*\.\d*).*/$1/;
$gcc = $osx_default{$sw_vers};
} else {
-my $darwin_version = (uname())[2];
+   my $darwin_version = (uname())[2];
$current_system = Darwin $darwin_version;
$darwin_version =~ s/^(\d*).*/$1/;
$gcc = $darwin_default{$darwin_version};
@@ -1203,6 +1214,7 @@
}
 
$gcc_select = gcc_selected() || '(unknown version)';
+   # We don't want to differentiate between 4.0.0 and 4.0.1 here
$gcc_select =~ s/(\d+\.\d+)\.\d+/$1/;
 
if ($gcc_select !~ /^$gcc/) {

Index: Engine.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Engine.pm,v
retrieving revision 1.242.2.5
retrieving revision 1.242.2.6
diff -u -d -r1.242.2.5 -r1.242.2.6
--- Engine.pm   13 Jul 2005 00:04:39 -  1.242.2.5
+++ Engine.pm   14 Jul 2005 03:01:32 -  1.242.2.6
@@ -54,6 +54,17 @@
%EXPORT_TAGS = ( ); # eg: TAG = [ qw!name1 name2! ],
 }
 our @EXPORT_OK;
+=head1 NAME
+
+Fink::Engine - high-level actions for fink to perform
+
+=head1 DESCRIPTION
+
+=head2 Methods
+
+=over 4
+
+=cut
 
 # The list of commands. Maps command names to a list containing
 # a function reference, and three flags. The first flag indicates
@@ -493,6 +504,7 @@
next unless ( $vo-has_param(Description)  
$vo-param(Description) =~ /\Q$pattern\E/i ) || $vo-get_name() =~ 
/\Q$pattern\E/i;  
}
if ($namelen  length($pname)  $namelen) {
+   # truncate pkg name if wider than its field
$pname = substr($pname, 0, $namelen - 3);
}
 
@@ -2358,5 +2370,9 @@
}
 }
 
+=back
+
+=cut
+
 ### EOF
 1;

Index: Validation.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.170.2.1
retrieving revision 1.170.2.2
diff -u -d -r1.170.2.1 -r1.170.2.2
--- Validation.pm   12 Jul 2005 21:17:09 -  1.170.2.1
+++ Validation.pm   14 Jul 2005 03:01:34 -  1.170.2.2
@@ -249,6 +249,9 @@
 
 
 
+#
+# Check a given .deb file for standard compliance
+# 
 # Should check/verifies the following in .info files:
 #  + the filename matches %f.info
 #  + patch file (from Patch and PatchScript) is present
@@ -843,6 +846,7 @@
 # - only gettext should should have charset.alias
 # - If a package *Script uses debconf, it should Depends:debconf
 #   (TODO: should be in preinst not postinst, should be PreDepends not Depends)
+# - if a pkg is a -pmXXX but installs files that are not in a