Update of /cvsroot/fink/experimental/gecko2/scripts
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5570

Modified Files:
        generate-distfiles-and-finkinfo-mirror.pl 
Log Message:
Applying monipols fix and adding latest changes


Index: generate-distfiles-and-finkinfo-mirror.pl
===================================================================
RCS file: 
/cvsroot/fink/experimental/gecko2/scripts/generate-distfiles-and-finkinfo-mirror.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- generate-distfiles-and-finkinfo-mirror.pl   26 Aug 2009 10:21:44 -0000      
1.2
+++ generate-distfiles-and-finkinfo-mirror.pl   22 Nov 2009 00:10:42 -0000      
1.3
@@ -4,13 +4,16 @@
 
 BEGIN {
        # thetis
-       our $CHECKOUTDIR = '/home/f/fink/finkinfo';
-       our $DOWNLOADDIR = '/home/f/fink/distfiles';
-       our $FINKROOT    = '/home/f/fink/fink';
-       our $SVNROOT     = '/home/f/fink/svn';
-       our $WORKDIR     = '/home/f/fink/mirwork';
-       our $LOGFILE     = '/home/f/fink/log/mirror.log';
-       our $CHANGELOG   = '/home/f/fink/log/change.log';
+        our $CHANGELOG   = '/home/f/fink/log/change.log';
+        our $CHECKOUTDIR = '/home/f/fink/finkinfo';
+        our $CVSROOT     = 
':ext:gec...@fink.cvs.sourceforge.net:/cvsroot/fink';
+        our $DEBUG       = 0;
+        our $DOWNLOADDIR = '/home/f/fink/distfiles';
+        our $FINKROOT    = '/home/f/fink/fink';
+        our $LOGFILE     = '/home/f/fink/log/mirror.log';
+        our $SVNROOT     = '/home/f/fink/svn';
+        our $VALIDATE_EXISTING_FILES = 0;
+        our $WORKDIR     = '/home/f/fink/mirwork';
 }
 
 use lib $FINKROOT . '/perlmod';
@@ -55,11 +58,7 @@
        $VALIDATE_EXISTING_FILES
 );
 
-$VALIDATE_EXISTING_FILES = 0;
 $COUNT = 0;
-$CVSROOT=':ext:gec...@fink.cvs.sourceforge.net:/cvsroot/fink';
-$DEBUG = 0;
-$ENV{CVS_RSH} = 'ssh';
 
 if (-f $WORKDIR . '/update.cache')
 {
@@ -204,7 +203,7 @@
                                print LOG "- fetching files for $shortname 
($dist/$tree)\n";
                                for my $package ( 
Fink::PkgVersion->pkgversions_from_info_file( $File::Find::name ) )
                                {
-                                       next if ( $package->get_license() =~ 
/Restrictive$/ );
+                                       next if ( $package->get_license() =~ 
/^(Commercial|Restrictive)$/i );
                                        for my $suffix 
($package->get_source_suffixes)
                                        {
                                                my $tarball = 
$package->get_tarball($suffix);


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

Reply via email to