Author: ranger
Date: Tue Sep  4 18:06:58 2007
New Revision: 962

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1&rev=962&repname=user%3a+ranger
Log:
a few package translations, also handle Distribution for older stuff

Modified:
    trunk/experimental/generate-infofiles.pl

Modified: trunk/experimental/generate-infofiles.pl
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/generate-infofiles.pl&rev=962&repname=user%3a+ranger
==============================================================================
--- trunk/experimental/generate-infofiles.pl (original)
+++ trunk/experimental/generate-infofiles.pl Tue Sep  4 18:06:58 2007
@@ -28,6 +28,7 @@
        'akode',
        'amanith-py',
        'apt',
+       'blitz',
        'boo\\.',
        'boson',
        'cairo',
@@ -59,6 +60,7 @@
        'gtk-sharp',
        'gtkmm',
        'gtksourceview-sharp',
+       'guichan',
        'hdrie',
        'icecream',
        'ikvm',
@@ -86,6 +88,7 @@
        'libxml\\\+\\\+',
        'libxml2-rb',
        'mediatomb',
+       'mesa',
        'mesalib',
        '\\/mono\\.',
        'mono-tools',
@@ -110,6 +113,7 @@
        'readline-java',
        'rpm',
        'screensaver',
+       'sqlite3',
        'strigi',
        'swig',
        '/taglib',
@@ -163,6 +167,7 @@
 #              '^pango1-xft2-shlibs$'        => 'pango1-xft2-ft219-shlibs',
 #              '^pango1-xft2-dev$'           => 'pango1-xft2-ft219-dev',
 #              '^pango1-xft2$'               => 'pango1-xft2-ft219',
+               '^swig-shlibs$'               => undef,
        },
 };
 
@@ -321,7 +326,7 @@
                '^sdl-mixer(-shlibs)?$'                     => [ '1.2.6',       
 '1012' ],
                '^smpeg(-shlibs)?$'                         => [ '0.4.4',       
 '1025' ],
                '^svn(-.*)?$'                               => [ '1.2.3',       
 '1012' ],
-               '^swig(-shlibs)?$'                          => [ '1.3.20',      
 '1012' ],
+               '^swig(-shlibs)?$'                          => [ '1.3.31',      
 '1'    ],
                '^taglib(-shlibs)?$'                        => [ '1.4',         
 '1001' ],
                '^unixodbc2(-.*)?$'                         => [ '2.2.11',      
 '1010' ],
                '^w3m(-ssl)?$'                              => [ '0.5.1',       
 '1003' ],
@@ -517,6 +522,11 @@
                } else {
                        $properties->{'Architecture'} = '(%type_pkg[perl] = 
581) powerpc, (%type_pkg[perl] = 584) powerpc';
                }
+               if (exists $properties->{'Distribution'}) {
+                       warn "type = perl, but distribution is already set!\n";
+               } else {
+                       $properties->{'Distribution'} = '(%type_pkg[perl] = 
581) 10.3, (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.3, 
(%type_pkg[perl] = 584) 10.4';
+               }
        }
 
        if ($packagehash->{'Package'} =~ /$APPEND_USAGE/i) {


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to