[cvs] dists/10.4/unstable/main/finkinfo/sci gnuplot.info,1.4,1.5

2007-02-03 Thread Jeff Whitaker
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27976

Modified Files:
gnuplot.info 
Log Message:
new upstream version


Index: gnuplot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/gnuplot.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gnuplot.info22 Nov 2006 16:44:44 -  1.4
+++ gnuplot.info3 Feb 2007 13:14:49 -   1.5
@@ -1,17 +1,17 @@
 Package: gnuplot
-Version: 4.0.0
-Revision: 1006
+Version: 4.2
+Revision: 1
 Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
 BuildConflicts: ccache-default
-Depends: libpng3-shlibs (= 1.2.5-3), texinfo, aquaterm (= 1.0.0-1002), 
aquaterm-shlibs (= 1.0.0-1002), readline-shlibs (= 4.3-1028), pdflib-shlibs 
(= 5.0.3-1002), x11, ncurses (= 5.4-20041023-1006), libncurses5-shlibs (= 
5.4-20041023-1006), gd2-shlibs, libjpeg-shlibs
-BuildDepends: libpng3 (= 1.2.5-3), pdflib (= 5.0.3-1002), readline (= 
4.3-1028), libncurses5 (= 5.4-20041023-1006), x11-dev, aquaterm-dev (= 
1.0.0-1002), gd2, tetex-base, libjpeg
+Depends: libpng3-shlibs, texinfo, aquaterm, aquaterm-shlibs, readline5-shlibs, 
pdflib-shlibs, x11, ncurses, libncurses5-shlibs, gd2-shlibs, libjpeg-shlibs
+BuildDepends: libpng3, pdflib, readline5, libncurses5, x11-dev, aquaterm-dev, 
gd2, tetex-base, libjpeg
 GCC: 4.0
-Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 66258443d9f93cc4f46b147dac33e63a
+Source: mirror:sourceforge:%n/%n-%v.rc4.tar.gz
+Source-MD5: a20275d2be259db91e49696f58b50684
 PatchScript:
   perl -pi -e 's/\bClass\b/GP_Class/g' `find src -name \*.c -o -name \*.cpp -o 
-name \*.h`
 
-ConfigureParams: --mandir='${prefix}/share/man'  --libexecdir='${prefix}/lib' 
--infodir='${prefix}/share/info'
+ConfigureParams: --mandir='${prefix}/share/man'  --libexecdir='${prefix}/lib' 
--infodir='${prefix}/share/info' --with-readline=gnu
 CompileScript: 
  ./configure %c
  make 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/base passwd.info, 1.8, 1.9 passwd.patch, 1.7, 1.8

2007-02-03 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2698/main/finkinfo/base

Modified Files:
passwd.info passwd.patch 
Log Message:
New package:  dovecot
Modification to passwd to acommodate required user for dovecot
https://sourceforge.net/tracker/?func=detailatid=414256aid=1639826group_id=17203

Index: passwd.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base/passwd.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- passwd.patch8 Jan 2007 16:24:28 -   1.7
+++ passwd.patch3 Feb 2007 16:16:47 -   1.8
@@ -1,7 +1,7 @@
 diff -uNr null/group-fink passwd-fink/group-fink
 --- null/group-fink1969-12-31 19:00:00.0 -0500
 +++ passwd-fink/group-fink 2006-11-21 12:12:57.0 -0500
-@@ -0,0 +1,28 @@
+@@ -0,0 +1,29 @@
 +#
 +# Fink group additions
 +#
@@ -30,10 +30,11 @@
 +fink-bld:*:266:fink-bld
 +ossec:*:267:ossec,ossecm,ossece,ossecr
 +rt:*:271:
++dovecot:*:272:dovecot
 diff -uNr null/passwd-fink.in passwd-fink/passwd-fink.in
 --- null/passwd-fink.in1969-12-31 19:00:00.0 -0500
 +++ passwd-fink/passwd-fink.in 2006-11-21 12:27:52.0 -0500
-@@ -0,0 +1,34 @@
+@@ -0,0 +1,35 @@
 +#
 +# Fink passwd additions
 +#
@@ -68,6 +69,7 @@
 +ossece:*:269:267::0:0:OSSec HIDS Daemon:@PREFIX@/var/ossec:/usr/bin/false
 +ossecr:*:270:267::0:0:OSSec HIDS Remote 
Daemon:@PREFIX@/var/ossec:/usr/bin/false
 +rt:*:271:271::0:0:Reqest Tracker:/dev/null:/dev/null
++dovecot:*:272:272::0:0:Dovecot IMAP Server Daemon:/dev/null:/dev/null
 diff -uNr null/update-passwd.in passwd-fink/update-passwd.in
 --- null/update-passwd.in  1969-12-31 19:00:00.0 -0500
 +++ passwd-fink/update-passwd.in   2006-11-21 12:09:16.0 -0500
@@ -136,3 +138,5 @@
 +echo
 +
 +exit 0
+
+

Index: passwd.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base/passwd.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- passwd.info 8 Jan 2007 16:29:11 -   1.8
+++ passwd.info 3 Feb 2007 16:16:47 -   1.9
@@ -1,10 +1,10 @@
 Package: passwd
-Version: 20070108
-Revision: 11
+Version: 20070118
+Revision: 12
 BuildDepends: fink (= 0.24.12)
 Type: nosource
 PatchFile: %n.patch
-PatchFile-MD5: e3782188d18b0d95efc970b774aa8842
+PatchFile-MD5: cc14709f6abd4fdd21e080de8273fa83
 CompileScript: 
  sed 's|@PREFIX@|%p|g' update-passwd.in update-passwd
  sed 's|@PREFIX@|%p|g' passwd-fink.in passwd-fink


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/net dovecot.info, NONE, 1.1 dovecot.patch, NONE, 1.1

2007-02-03 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2698/main/finkinfo/net

Added Files:
dovecot.info dovecot.patch 
Log Message:
New package:  dovecot
Modification to passwd to acommodate required user for dovecot
https://sourceforge.net/tracker/?func=detailatid=414256aid=1639826group_id=17203

--- NEW FILE: dovecot.patch ---
diff -urNp dovecot-1.0.rc17/doc/mkcert.sh dovecot-1.0.rc17-patched/doc/mkcert.sh
--- dovecot-1.0.rc17/doc/mkcert.sh  2006-10-08 16:37:22.0 -0700
+++ dovecot-1.0.rc17-patched/doc/mkcert.sh  2007-01-18 21:45:19.0 
-0800
@@ -3,9 +3,9 @@
 # Generates a self-signed certificate.
 # Edit dovecot-openssl.cnf before running this.
 
-OPENSSL=${OPENSSL-openssl}
-SSLDIR=${SSLDIR-/etc/ssl}
-OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}
+OPENSSL=openssl
[EMAIL PROTECTED]@/etc/ssl
[EMAIL PROTECTED]@/etc/dovecot-openssl.cnf
 
 CERTDIR=$SSLDIR/certs
 KEYDIR=$SSLDIR/private
diff -urNp dovecot-1.0.rc17/dovecot.conf dovecot-1.0.rc17-patched/dovecot.conf
--- dovecot-1.0.rc17/dovecot.conf   1969-12-31 16:00:00.0 -0800
+++ dovecot-1.0.rc17-patched/dovecot.conf   2007-01-18 22:27:22.0 
-0800
[...1045 lines suppressed...]
+  # Skip mailboxes which we can't open successfully instead of aborting.
+  #convert_skip_broken_mailboxes = no
+
+  # Trash plugin. When saving a message would make user go over quota, this
+  # plugin automatically deletes the oldest mails from configured mailboxes
+  # until the message can be saved within quota limits. The configuration file
+  # is a text file where each line is in format: priority mailbox name
+  # Mails are first deleted in lowest - highest priority number order
+  #trash = /etc/dovecot-trash.conf
+
+  # Lazy expunge plugin. Currently works only with maildirs. When a user
+  # expunges mails, the mails are moved to a mailbox in another namespace
+  # (1st). When a mailbox is deleted, the mailbox is moved to another namespace
+  # (2nd) as well. Also if the deleted mailbox had any expunged messages,
+  # they're moved to a 3rd namespace. The mails won't be counted in quota,
+  # and they're not deleted automatically (use a cronjob or something).
+  #lazy_expunge = .EXPUNGED/ .DELETED/ .DELETED/.EXPUNGED/
+}

 

--- NEW FILE: dovecot.info ---
Package: dovecot
Version: 1.0.rc17
Revision: 1

Source: http://www.dovecot.org/releases/%n-%v.tar.gz

Source-MD5: 881bcc7d2c8fba6d337f3e616a602bf7

Maintainer: Michael Richmond [EMAIL PROTECTED]

HomePage: http://www.dovecot.org

License: OSI-Approved

Description: Secure open source IMAP and POP3 server

DescDetail: 
  Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like 
  systems, written with security primarily in mind. Dovecot can work 
  with standard mbox and Maildir formats and it's fully compatible 
  with UW-IMAP and Courier IMAP servers' implementation of them, as 
  well as mail clients accessing the mailboxes directly.


DescUsage: 
  Dovecot can use PAM (Plugable Authentication Modules) to authenticate
  IMAP and POP user accounts. To allow dovecot to use PAM (RECOMMENDED),
  copy %p/etc/pam.d/dovecot (or whereever you instaled Fink) to 
  /etc/pam.d/dovecot using the command:

sudo cp %p/pam.d/dovecot /etc/pam.d

  To use SSL connections for IMAP and POP connections (RECOMMENDED), you will
  need to generate an SSL certificate. To generate the certificate:
sudo cp %p/share/doc/dovecot/dovecot-openssl.cnf %p/etc

edit %p/etc/dovecot-openssl.cnf to suit your organization

sudo sh %p/share/doc/dovecot/mkcert.sh

edit %p/etc/dovecot.conf to uncomment the ssl_cert_file and ssl_key_file
lines.

  The dovecot server has been installed to start when you boot the machine. 
  To disable the server, run 'daemonic disable dovecot' as root. This will 
  not kill a running dovecot server, but will prevent the server from
  automatically starting when you boot the machine.

  Ensure that you configure dovecot for you system by editing 
  %p/etc/dovecot.conf as appropriate. You can then start up the dovecot
  server using 'sudo daemonic enable dovecot' or by rebooting your machine.


BuildDepends: pkgconfig, system-openssl-dev, libiconv-dev
Depends: daemonic, libiconv, passwd (= 20070118-1) 

SetCPPFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/system-openssl/lib

ConfigureParams: --disable-dependency-tracking --libexecdir=%p/lib/%n/libexec 
--localstatedir=%p/var --with-ssl=openssl --with-ssl-dir=%p/etc/ssl

ConfFiles: %p/etc/%n.conf

PatchScript: sed 's|@PREFIX@|%p|'  %a/%n.patch | patch -p1

InstallScript: 
  make install DESTDIR=%d

  #
  # Copy additional document files into share/doc/dovecot
  cp %b/INSTALL  %i/share/doc/%n
  cp %b/ChangeLog%i/share/doc/%n
  cp %b/COPYING.LGPL %i/share/doc/%n
  cp %b/AUTHORS  %i/share/doc/%n
  cp %b/COPYING  %i/share/doc/%n
  cp %b/TODO %i/share/doc/%n
  cp %b/README   

[cvs] fink/perlmod/Fink ChangeLog, 1.1429, 1.1430 Package.pm, 1.180, 1.181 PkgVersion.pm, 1.584, 1.585

2007-02-03 Thread Remi Mommsen
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv31969

Modified Files:
ChangeLog Package.pm PkgVersion.pm 
Log Message:
Let the user choose which provider to install in order to satisfy a virtual 
(provided) package. (feature request 1635337)

Index: PkgVersion.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.584
retrieving revision 1.585
diff -u -d -r1.584 -r1.585
--- PkgVersion.pm   23 Jan 2007 04:02:05 -  1.584
+++ PkgVersion.pm   3 Feb 2007 17:25:46 -   1.585
@@ -2856,14 +2856,8 @@
if ($opts{provides} eq 'return') {
return $package;
}
-   
-   # there's nothing we can do here...
-   unless ($opts{quiet}) {
-   print \n;
-   $package-print_virtual_pkg;
-   print \n;
-   }
-   return undef;
+   # choose provider for virtual package
+   return $package-choose_virtual_pkg_provider;
}
} elsif (not defined $package-get_version($version)) {
# try to match the version

Index: Package.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Package.pm,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -d -r1.180 -r1.181
--- Package.pm  11 Jan 2007 03:17:47 -  1.180
+++ Package.pm  3 Feb 2007 17:25:46 -   1.181
@@ -27,7 +27,7 @@
  latest_version version_cmp parse_fullversion
  expand_percent lock_wait store_rename);
 use Fink::CLI qw(get_term_width print_breaking print_breaking_stderr
-rejoin_text);
+rejoin_text prompt);
 use Fink::Config qw($config $basepath $dbpath);
 use Fink::Command qw(touch mkdir_p rm_rf rm_f);
 use Fink::PkgVersion;
@@ -1206,16 +1206,83 @@

printf The requested package '%s' is a virtual package, provided 
by:\n,
$self-get_name();
-   
+
+   my @providers = $self-get_latest_providers();
+   for my $pkg (@providers) {
+   printf   %s\n, $pkg-get_fullname;
+   }
+}
+
+=item get_latest_providers
+
+  $package-get_latest_providers;
+
+Returns a list of providers for a virtual package. Only the latest version
+of each provider is returned.
+
+=cut
+
+sub get_latest_providers {
+   my $self = shift;
+
# Find providers, but only one version per package
my %providers;
for my $pv ($self-get_all_providers) {
$providers{$pv-get_name}{$pv-get_fullversion} = $pv;
}
+   my @latest_providers;
for my $pkg (sort keys %providers) {
my $vers = latest_version keys %{$providers{$pkg}};
-   printf   %s\n, $providers{$pkg}{$vers}-get_fullname;
+   push(@latest_providers, $providers{$pkg}{$vers});
}
+   
+   return @latest_providers;
+}
+
+=item choose_virtual_pkg_provider
+
+  $package-choose_virtual_pkg_provider
+
+Returns the package which provides a virtual package. It allows the user
+to choose which package to install if there are multiple packages providing
+the requested virtual package.
+
+=cut
+
+sub choose_virtual_pkg_provider {
+   my $self = shift;
+
+   my @providers = $self-get_latest_providers();
+
+   if (@providers == 0) {
+   # no package provides it
+   return undef;
+   }
+   elsif (@providers == 1) {
+   # only one package provides it
+   return pop(@providers);
+   } 
+   else {
+   # check if any providers are already installed
+   foreach my $pvo (@providers) {
+   return $pvo if $pvo-is_installed();
+   }
+   # otherwise, let the user choose what to install
+   my $count = 0;
+   printf \nThe requested package '%s' is a virtual package, 
provided by:\n,
+   $self-get_name();
+
+   for my $pkg (@providers) {
+   $count++;
+   printf   [%d]  %s\n, $count, $pkg-get_fullname;
+   }
+   print \n;
+   my $answer = prompt Please select which package to install:, 
+   (default = $count, timeout = 20);
+
+   return $providers[$answer-1];
+   }
+   return undef;
 }
 
 =back

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1429
retrieving revision 1.1430
diff -u -d -r1.1429 -r1.1430
--- ChangeLog   25 Jan 2007 

[cvs] experimental/jfmertens/main/finkinfo/sci lpsolve-extra.info, 1.1, 1.2 lpsolve-java.info, 1.1, 1.2 lpsolve-octave.info, 1.1, 1.2 lpsolve-python.info, 1.1, 1.2 lpsolve-scilab.info, 1.1, 1.2 lpsolv

2007-02-03 Thread Jean-Fran�ois Mertens
Update of /cvsroot/fink/experimental/jfmertens/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13018

Modified Files:
lpsolve-extra.info lpsolve-java.info lpsolve-octave.info 
lpsolve-python.info lpsolve-scilab.info lpsolve.info 
Log Message:
new upstream

Index: lpsolve-scilab.info
===
RCS file: 
/cvsroot/fink/experimental/jfmertens/main/finkinfo/sci/lpsolve-scilab.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lpsolve-scilab.info 11 Jan 2007 04:01:53 -  1.1
+++ lpsolve-scilab.info 3 Feb 2007 23:06:46 -   1.2
@@ -1,15 +1,15 @@
 Info2: 
 Package: lpsolve-scilab
-Version: 0.0
+Version: 5.5.0.10
 Revision: 1
 # rev-up and change next line at every new version of scilab or lpsolve
-Type: scilab (4.1), maj (5.5), full (5.5.0.9)
+Type: scilab (4.1), maj (5.5)
 
-BuildDepends: lpsolve%type_raw[maj]-dev (= %type_raw[full]-3), libxslt-bin, 
scilab-atlas (= %type_raw[scilab]-1) | scilab (= %type_raw[scilab]-1), sed | 
ssed
+BuildDepends: lpsolve%type_raw[maj]-dev (= %v-1), libxslt-bin, scilab-atlas 
(= %type_raw[scilab]-1) | scilab (= %type_raw[scilab]-1), sed | ssed
 Depends: lpsolve%type_raw[maj]-shlibs (= %type_raw[maj].0.0-1), scilab-atlas 
(= %type_raw[scilab]-1) | scilab (= %type_raw[scilab]-1)
 
-Source: 
mirror:sourceforge:lpsolve/lp_solve_%type_raw[full]_scilab_source.tar.gz
-Source-MD5: fc5a56bd011e45d24d7c9045ed079175
+Source: mirror:sourceforge:lpsolve/lp_solve_%v_scilab_source.tar.gz
+Source-MD5: e885927a3b9ce0d8374bb3d272a84818
 SourceDirectory: lp_solve_%type_raw[maj]
 
 PatchScript: 

Index: lpsolve-extra.info
===
RCS file: 
/cvsroot/fink/experimental/jfmertens/main/finkinfo/sci/lpsolve-extra.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lpsolve-extra.info  11 Jan 2007 04:01:53 -  1.1
+++ lpsolve-extra.info  3 Feb 2007 23:06:46 -   1.2
@@ -1,35 +1,35 @@
 Info2: 
 Package: lpsolve-extra
 Description: External Language Interfaces for lpsolve
-Version: 0.0
+Version: 5.5.0.10
 Revision: 1
 # rev-up and adapt next line when version-increases of lpsolve or glpk
-Type: glpk (4.10), maj (5.5), full (5.5.0.9)
+Type: glpk (4.10), maj (5.5), full (5.5.0.10)
 
-BuildDepends: lpsolve%type_raw[maj]-dev (= %type_raw[full]-3), glpk (= 
%type_raw[glpk]-1), bison, flex, sed | ssed
+BuildDepends: lpsolve%type_raw[maj]-dev (= %v-1), glpk (= 
%type_raw[glpk]-1), bison, flex, sed | ssed
 Depends: lpsolve%type_raw[maj]-shlibs (= %type_raw[maj].0.0-1)
 
 # we need the lp_solve source again, for yacc_read.c lp_Hash.c lp_utils.c 
shared/{commonlib,myblas}.c and colamd/colamd.c
-Source: mirror:sourceforge:lpsolve/lp_solve_%type_raw[full]_source.tar.gz
-Source-MD5: 8c2823c8dc3d4cb80b7510b1d500635d
+Source: mirror:sourceforge:lpsolve/lp_solve_%v_source.tar.gz
+Source-MD5: 26b3e95ddf3d9c077c480ea45874b3b8
 # those are the real sources:
-Source2: 
mirror:sourceforge:lpsolve/lp_solve_%type_raw[full]_xli_MathProg_source.tar.gz
-Source2-MD5: 7d6ea901b2a50d385a0a4afacc7543c6
-Source3: 
mirror:sourceforge:lpsolve/lp_solve_%type_raw[full]_xli_CPLEX_source.tar.gz
-Source3-MD5: bc688f2ae35193ed3e58bdc44a544453
-Source4: 
mirror:sourceforge:lpsolve/lp_solve_%type_raw[full]_xli_DIMACS_source.tar.gz
-Source4-MD5: d5da33641a06af15000a2bd8e1c0c797
-Source5: 
mirror:sourceforge:lpsolve/lp_solve_%type_raw[full]_xli_LINDO_source.tar.gz
-Source5-MD5: fa61f257beb7565d99a83041e8835d09
-Source6: 
mirror:sourceforge:lpsolve/lp_solve_%type_raw[full]_bfp_GLPK_source.tar.gz
-Source6-MD5: 916c9cb74502b86753c5bc03193063be
-Source7: 
mirror:sourceforge:lpsolve/lp_solve_%type_raw[full]_bfp_LUSOL_source.tar.gz
-Source7-MD5: fd2008980ec4d79101d4b60937ac4ed4
-Source8: 
mirror:sourceforge:lpsolve/lp_solve_%type_raw[full]_bfp_etaPFI_source.tar.gz
-Source8-MD5: 9fa411b976fd8f2ded78cdc3c401b831
-# the following doesn't unzip well...
-#Source9: mirror:sourceforge:lpsolve/lp_solve_%type_raw[full]_doc.tar.gz
-#Source9-MD5: 6a922addc6e6b6a8c9baff19debb05a1
+Source2: mirror:sourceforge:lpsolve/lp_solve_%v_xli_MathProg_source.tar.gz
+Source2-MD5: 84ea555b36533e97a064311853c2db64
+Source3: mirror:sourceforge:lpsolve/lp_solve_%v_xli_CPLEX_source.tar.gz
+Source3-MD5: 92f6ad6e3c1597c5f79f0e1dfede9c8f
+Source4: mirror:sourceforge:lpsolve/lp_solve_%v_xli_DIMACS_source.tar.gz
+Source4-MD5: 9d52c28c97e03bfa4f79fb5307ecd64d
+Source5: mirror:sourceforge:lpsolve/lp_solve_%v_xli_LINDO_source.tar.gz
+Source5-MD5: 784a1f3def74a202a9fa34ea44ee8ca8
+Source6: mirror:sourceforge:lpsolve/lp_solve_%v_bfp_GLPK_source.tar.gz
+Source6-MD5: 4fae811cd5e4adf61cb33bcc2b102789
+Source7: mirror:sourceforge:lpsolve/lp_solve_%v_bfp_LUSOL_source.tar.gz
+Source7-MD5: 347764158e189a0b4ad2199aa98cee3d
+Source8: mirror:sourceforge:lpsolve/lp_solve_%v_bfp_etaPFI_source.tar.gz
+Source8-MD5: 6d4b7bf8a559d42124b0c8b74c9bd347
+Source9: 

[cvs] dists/10.4/unstable/main/finkinfo/sci owslib-py.info,1.1,1.2

2007-02-03 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18284

Modified Files:
owslib-py.info 
Log Message:
new upstream version


Index: owslib-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/owslib-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- owslib-py.info  27 Jan 2007 20:04:50 -  1.1
+++ owslib-py.info  3 Feb 2007 23:19:04 -   1.2
@@ -1,7 +1,7 @@
 Info2: 
 
 Package: owslib-py%type_pkg[python]
-Version: 0.1.0
+Version: 0.2.0
 Revision: 1
 Description: OGC Web Servive utility library in Python
 DescDetail: 
@@ -11,7 +11,7 @@
 GetCapabilities, GetMap, and GetFeature requests.
 
 Source: http://cheeseshop.python.org/packages/source/O/OWSLib/OWSLib-%v.tar.gz
-Source-MD5: 190ced6cf44463a0b54a93d2ee329335
+Source-MD5: 99b5697592ee2ade9b6284cdb8bf1b83
 Type: python (2.5)
 Depends: python%type_pkg[python], lxml-py%type_pkg[python]
 CompileScript: 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/sci pyproj-py.info,1.5,1.6

2007-02-03 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19593

Modified Files:
pyproj-py.info 
Log Message:
now uses %v in Source


Index: pyproj-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/pyproj-py.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pyproj-py.info  1 Feb 2007 18:01:32 -   1.5
+++ pyproj-py.info  3 Feb 2007 23:21:54 -   1.6
@@ -13,7 +13,7 @@
 
 Optimized for Numeric and numarray arrays.
 
-Source: 
http://cheeseshop.python.org/packages/source/p/pyproj/pyproj-1.8.0.tar.gz
+Source: http://cheeseshop.python.org/packages/source/p/pyproj/pyproj-%v.tar.gz
 Source-MD5: d4aff8a45639ac64ebfc4d84ad72a869
 Type: python (2.3 2.4 2.5)
 Depends: python%type_pkg[python], proj-shlibs


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] web/pdb browse.php, 1.1.2.1, 1.1.2.2 header.inc, 1.10, 1.10.2.1 package.php, 1.43.2.13, 1.43.2.14

2007-02-03 Thread Christian Schaffner
Update of /cvsroot/fink/web/pdb
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7194

Modified Files:
  Tag: redesign_pdb
browse.php header.inc package.php 
Log Message:
Use new get_safe_param method from header.inc to get url parameters safely


Index: package.php
===
RCS file: /cvsroot/fink/web/pdb/package.php,v
retrieving revision 1.43.2.13
retrieving revision 1.43.2.14
diff -u -d -r1.43.2.13 -r1.43.2.14
--- package.php 1 Feb 2007 19:28:45 -   1.43.2.13
+++ package.php 4 Feb 2007 00:09:35 -   1.43.2.14
@@ -18,28 +18,10 @@
 ?
 } else { /* if (no package) */
 
-// Read the version and release field. We use basic HTML encoding for now, and 
-// cut off very long values, to make unforseen SQL injection hacks more 
difficult.
-//
-// TODO:
-// This code should be streamlined in a global method (e.g. in header.inc) and
-// also be used in browse.php etc.
-$version = $_GET['version'];
-if (strlen($version)  35 || !preg_match(/^[0-9\-.:]+$/, $version)) {
-   $version = '';
-} else {
-   $version = htmlspecialchars($version);
-   if (strlen($version)  35 || !preg_match(/^[0-9\-.:]+$/, $version))
-   $version = '';
-}
-$release = $_GET['release'];
-if (strlen($release)  35 || !preg_match(/^[a-z0-9\-.]+$/, $release)) {
-   $release = '';
-} else {
-   $release = htmlspecialchars($release);
-   if (strlen($release)  35 || !preg_match(/^[a-z0-9\-.]+$/, $release))
-   $release = '';
-}
+
+// Get url parameters
+$version = get_safe_param('version', '/^[0-9\-.:]+$/');
+$release = get_safe_param('release', '/^[a-z0-9\-.]+$/');
 
 // Get package data to display (use for version-nonspecific pkg metadata)
 $qtodisplay = SELECT * FROM package WHERE name='$package' ;

Index: header.inc
===
RCS file: /cvsroot/fink/web/pdb/header.inc,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -d -r1.10 -r1.10.2.1
--- header.inc  28 Jun 2006 16:40:00 -  1.10
+++ header.inc  4 Feb 2007 00:09:35 -   1.10.2.1
@@ -58,4 +58,21 @@
 include $fsroot.db.inc.php;
 $dbh = mysql_pconnect($db_host, $db_user, $db_passwd);
 mysql_select_db($db_name, $dbh);
+
+
+// Read url parameters. We use basic HTML encoding for now, and 
+// cut off very long values, to make unforseen SQL injection hacks more 
difficult.
+function get_safe_param($param_name, $valid_regexp='.*', $max_length=35) {
+  $param_name = $_GET[$param_name];
+  if (strlen($param_name)  $max_length || !preg_match($valid_regexp, 
$param_name)) {
+$param_name = '';
+  } else {
+$param_name = htmlspecialchars($param_name);
+if (strlen($param_name)  $max_length || !preg_match($valid_regexp, 
$param_name))
+  $param_name = '';
+  }
+  return $param_name;
+}
+ 
+
 ?

Index: browse.php
===
RCS file: /cvsroot/fink/web/pdb/browse.php,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- browse.php  27 Jan 2007 04:03:23 -  1.1.2.1
+++ browse.php  4 Feb 2007 00:09:35 -   1.1.2.2
@@ -74,27 +74,9 @@
}
 }
 
-// Read the maintainer field. We use basic HTML encoding for now, and cut off
-// very long values, to make unforseen SQL injection hacks more difficult.
-$maintainer = $_GET['maintainer'];
-if (strlen($maintainer)  15 || !preg_match(/[EMAIL PROTECTED] ]+$/, 
$maintainer)) {
-   $maintainer = ;
-} else {
-   $maintainer = htmlspecialchars($maintainer);
-   if (strlen($maintainer)  15 || !preg_match(/^[a-zA-Z0-9@ ]+$/, 
$maintainer))
-   $maintainer = ;
-}
-
-// Read the name field. We use basic HTML encoding for now, and cut off
-// very long values, to make unforseen SQL injection hacks more difficult.
-$name = $_GET['name'];
-if (strlen($name)  15 || !preg_match(/[EMAIL PROTECTED] ]+$/, $name)) {
-   $name = ;
-} else {
-   $name = htmlspecialchars($name);
-   if (strlen($name)  15 || !preg_match(/^[a-zA-Z0-9@ ]+$/, $name))
-   $name = ;
-}
+// Read url parameters
+$maintainer = get_safe_param('maintainer', '/[EMAIL PROTECTED] ]+$/');
+$name = get_safe_param('name', '/^[a-z0-9+\-.]+$/');
 
 // Extract the distribution
 // TODO


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] experimental/jfmertens/crypto/finkinfo seamonkey.info, 1.22, 1.23

2007-02-03 Thread Jean-Fran�ois Mertens
Update of /cvsroot/fink/experimental/jfmertens/crypto/finkinfo
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23850

Modified Files:
seamonkey.info 
Log Message:
doc typos

Index: seamonkey.info
===
RCS file: /cvsroot/fink/experimental/jfmertens/crypto/finkinfo/seamonkey.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- seamonkey.info  29 Jan 2007 16:54:04 -  1.22
+++ seamonkey.info  4 Feb 2007 00:48:20 -   1.23
@@ -336,14 +336,14 @@
--enable-freetype2 became with the transition to seamonkey incompatible 
with --enable-xft;
 the latter seems more appropriate for a pure gnome build.
Some configureparams have no effect, and are still there for various reasons
-_ chiefly, orthogonality ; eg :
+   _ chiefly, orthogonality ; eg :
  -  --with-qtdir= would would presumably be useful only with qt as toolkit;
-but this presrves orthogonality between specifications of locations and 
choices of toolkits
+but this preserves orthogonality between specifications of locations and 
choices of toolkits
  - --with-system-mng is no longer useful since long _ but there was an 
intention at the
 start of the seamonkey project to bring back the use of mng _ so let's leave 
it, till it is
 clear this is abandoned.
- - a few configureparams are introduced only in %v 1.1b, and are set here to 
the same
-values I use in (my private copy of) 1.1b
+ - a few configureparams are introduced only in later snapshots or beta 
versions,
+and are set here to the same values I use in (my private copy of) those
  - note finally that some configureparams (eg, --enable-cplus) appear and are 
documented
 only in the configure scripts of subdirs.
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


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

2007-02-03 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14820/main/finkinfo/devel

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

--- NEW FILE: pythontidy.patch ---
diff -urN PythonTidy/src/PythonTidy.py PythonTidy/src/PythonTidy.py
--- PythonTidy/src/PythonTidy.py.sav2007-01-28 15:02:44.0 -0500
+++ PythonTidy/src/PythonTidy.py2007-01-28 15:04:34.0 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/python
[EMAIL PROTECTED]@/bin/python2.5
 # -*- coding: utf-8 -*-
 
 # PythonTidy.py

 

--- NEW FILE: pythontidy.info ---
Info2: 
Package: pythontidy
Version: 1.11
Revision: 1
Maintainer: Kevin Horton [EMAIL PROTECTED]

Depends: python25

Source: http://www.lacusveris.com/PythonTidy/PythonTidy-%v.tar.gz
Source-MD5: 9d7624456f44bd55413c41e70c006878
#NoSourceDirectory: True
SourceDirectory: PythonTidy

PatchScript: sed 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1

CompileScript: echo 'nothing to compile'

InstallScript: 
  #!/bin/sh -ev
  mkdir %i/bin
  cd src
  /usr/bin/install -m 755 PythonTidy.sh %i/bin
  /usr/bin/install -m 755 PythonTidy.py %i/bin
  /bin/ln -s %p/bin/PythonTidy.sh %i/bin/pythontidy


DocFiles: COPYING

Description: Python code cleanup
DescDetail: 
  Cleans up, regularizes, and reformats the text of Python

  It means to encapsulate the wisdom revealed in: PEP 8: Style Guide for 
  Python Code. 23 Mar. 2006. Python.org. 28 Nov. 2006

  The documentation is embedded in the script at %p/bin/pythontidy.  It can
  be viewed by running pydoc %p/bin/pythontidy.


License: GPL
Homepage: http://cheeseshop.python.org/pypi/PythonTidy/1.11


 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/sci mizar.info,1.6,1.7

2007-02-03 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15570/main/finkinfo/sci

Modified Files:
mizar.info 
Log Message:
New upstream from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1643017group_id=17203atid=414256

Index: mizar.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/mizar.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mizar.info  20 Jan 2007 16:58:06 -  1.6
+++ mizar.info  4 Feb 2007 03:08:10 -   1.7
@@ -1,6 +1,7 @@
 Package: mizar
+Depends: mizar-bin, mizar-mml, mizar-doc
 Version: 7.8.03-4.76.959
-Revision: 1
+Revision: 2
 Description: Build and check first-order formal proofs
 Recommends: mizar-semantic-mml, mizar-gab, mizar-mode, mizar-gab-html
 DescDetail: 
@@ -18,10 +19,10 @@
 See the Mizar homepage, http://www.mizar.org, for more information.
 The Mizar community maintains a wiki; it is available at
 http://wiki.mizar.org .
+
+Installing this package will install the Mizar binaries,
+documentation, and the MML.
  
-RuntimeVars: 
-MIZFILES: %p/share/mizar
-
 Maintainer: Jesse Alama [EMAIL PROTECTED]
 Homepage: http://www.mizar.org/
 Source: 
ftp://mizar.uwb.edu.pl/pub/system/ppc-darwin/%n-7.8.03_4.76.959-ppc-darwin.tar
@@ -32,19 +33,93 @@
 CompileScript: 
 
 InstallScript: 
-mkdir -p %i/bin
-tar Cxfz %i/bin mizbin.tar.gz
-mkdir -p %i/share/doc/mizar
-tar Cxfz %i/share/doc/mizar mizdoc.tar.gz
-mkdir -p %i/share/mizar
-tar Cxfz %i/share/mizar mizshare.tar.gz
-# Clean up unneeded stuff related to emacs -- these files are included
-# in another package (mizar-mode)
-rm %i/share/doc/mizar/.emacs
-rm %i/share/mizar/mizar.el
-# As of January 15, 2007, the graphviz package contains a file called
-# %p/bin/prune; let's mark our prune with a special suffix.
-mv %i/bin/prune %i/bin/prune.mizar
+  mkdir -p %i/bin
+  tar Cxfz %i/bin mizbin.tar.gz
+  mkdir -p %i/share/doc/mizar
+  tar Cxfz %i/share/doc/mizar mizdoc.tar.gz
+  mkdir -p %i/share/mizar
+  tar Cxfz %i/share/mizar mizshare.tar.gz
+  # Clean up unneeded stuff related to emacs -- these files are included
+  # in another package (mizar-mode)
+  rm %i/share/doc/mizar/.emacs
+  rm %i/share/mizar/mizar.el
+  # As of January 15, 2007, the graphviz package contains a file called
+  # %p/bin/prune; let's mark our prune with a special suffix.
+  mv %i/bin/prune %i/bin/prune.mizar
+
+SplitOff: 
+  Package: mizar-bin
+  Conflicts: mizar ( 7.8.03-4.76.959-2)
+  RuntimeVars: 
+MIZFILES: %p/share/mizar
+  
+  Files: 
+bin/absedt
+bin/accom
+bin/addfmsg
+bin/checkvoc
+bin/chklab
+bin/constr
+bin/edtfile
+bin/errflag
+bin/exporter
+bin/findvoc
+bin/inacc
+bin/irrths
+bin/irrvoc
+bin/lisppars
+bin/listvoc
+bin/makeenv
+bin/mglue
+bin/miz2abs
+bin/miz2prel
+bin/mizf
+bin/msplit
+bin/prune.mizar
+bin/ratproof
+bin/relinfer
+bin/reliters
+bin/relprem
+bin/remflags
+bin/renthlab
+bin/revedt
+bin/revf
+bin/transfer
+bin/trivdemo
+bin/verifier
+
+
+SplitOff2: 
+  Package: mizar-mml
+  Conflicts: mizar ( 7.8.03-4.76.959-2)
+  Files: 
+share/mizar/abstr
+share/mizar/miz.xml
+share/mizar/mizar.dct
+share/mizar/mizar.msg
+share/mizar/mml
+share/mizar/mml.ini
+share/mizar/mml.lar
+share/mizar/mml.vct
+share/mizar/prel
+  
 
 
+SplitOff3: 
+  Package: mizar-doc
+  Conflicts: mizar ( 7.8.03-4.76.959-2)
+  Files: 
+share/doc/mizar/example.bib
+share/doc/mizar/external.bib
+share/doc/mizar/fm.bib
+share/doc/mizar/fmbibs.zip
+share/doc/mizar/mml.txt
+share/doc/mizar/mmldecl.txt
+share/doc/mizar/mmldecls.txt
+share/doc/mizar/replthls.txt
+share/doc/mizar/replths.txt
+share/doc/mizar/syntax.txt
+share/doc/mizar/xml
+  
+
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/devel lammpi.info, 1.4, 1.5 lammpi.patch, 1.1, 1.2 openmpi.info, 1.1, 1.2

2007-02-03 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv17587/main/finkinfo/devel

Modified Files:
lammpi.info lammpi.patch openmpi.info 
Log Message:
upstream updates and dependency change (gcc4 - gcc42) from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1646665group_id=17203atid=414256
http://sourceforge.net/tracker/index.php?func=detailaid=1646699group_id=17203atid=414256

Index: lammpi.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lammpi.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lammpi.patch9 Jul 2006 20:21:35 -   1.1
+++ lammpi.patch4 Feb 2007 03:13:15 -   1.2
@@ -9,3 +9,5 @@
  LDFLAGS=-Wl,-multiply_defined,suppress $LDFLAGS
  ;;
*)
+
+

Index: openmpi.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/openmpi.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- openmpi.info9 Jul 2006 20:15:56 -   1.1
+++ openmpi.info4 Feb 2007 03:13:15 -   1.2
@@ -1,17 +1,17 @@
 Package: openmpi
-Version: 1.1
-Revision: 1001
+Version: 1.1.3
+Revision: 1000
 GCC: 4.0
 Description: MPI implementation for parallel computing
 License: BSD
 Maintainer: Jack Howarth [EMAIL PROTECTED]
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: gcc4
+BuildDepends: gcc42
 BuildConflicts: lammpi ( 7.1.2-1000), lammpi-shlibs ( 7.1.2-1000), 
lammpi-dev
 Conflicts: lammpi ( 7.1.2-1000), lammpi-shlibs ( 7.1.2-1000), lammpi-dev  
( 7.1.2-1000)
-Source: http://www.open-mpi.org/software/ompi/v%v/downloads/openmpi-%v.tar.bz2
-Source-MD5: 821af8bbb7a8e85ec707cb4c3b6bcbf6
-ConfigureParams: --prefix=%p --libexecdir=%p/lib/%n --datadir=%p/share/doc/%n 
--sysconfdir=%p/etc/%n --sharedstatedir=%p/var/%n/shared 
--localstatedir=%p/var/%n/local --libdir=%p/lib/%n --includedir=%p/include/%n 
--infodir=%p/share/info --mandir=%p/share/man/%n --enable-shared 
--enable-static 
+Source: http://www.open-mpi.org/software/ompi/v1.1/downloads/openmpi-%v.tar.bz2
+Source-MD5: bbaa7fe9d556212d877d872544a31569
+ConfigureParams: --prefix=%p --libexecdir=%p/lib/%n --datadir=%p/share/doc/%n 
--sysconfdir=%p/etc/%n --sharedstatedir=%p/var/%n/shared 
--localstatedir=%p/var/%n/local --libdir=%p/lib/%n --includedir=%p/include/%n 
--infodir=%p/share/info --mandir=%p/share/man/%n --enable-shared 
--enable-static --disable-dependency-tracking
 InstallScript: 
 #!/bin/sh -ev
 make install DESTDIR=%d
@@ -83,3 +83,5 @@
 orted --seed --persistent --scope public
 
 Homepage: http://www.open-mpi.org
+
+

Index: lammpi.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lammpi.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- lammpi.info 9 Jul 2006 20:21:35 -   1.4
+++ lammpi.info 4 Feb 2007 03:13:15 -   1.5
@@ -1,18 +1,18 @@
 Package: lammpi
 Version: 7.1.2
-Revision: 1000
+Revision: 1001
 GCC: 4.0
 Description: MPI implementation for parallel computing
 License: OSI-Approved
 Maintainer: Jack Howarth [EMAIL PROTECTED]
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: gcc4
+BuildDepends: gcc42
 BuildConflicts: openmpi-dev
 Source: http://www.lam-mpi.org/download/files/lam-%v.tar.bz2
 Source-MD5: 07c59cf03c773a67199e066e500e499b
 NoSetMACOSX_DEPLOYMENT_TARGET: True
 Patch: %n.patch
-ConfigureParams: --prefix=%p --with-rsh=/usr/bin/ssh -x 
--libexecdir=%p/lib/%n --datadir=%p/share/doc/%n --sysconfdir=%p/etc/%n 
--sharedstatedir=%p/var/%n/shared --localstatedir=%p/var/%n/local 
--libdir=%p/lib/%n --includedir=%p/include/%n --infodir=%p/share/info 
--mandir=%p/share/man/%n --with-trillium --enable-shared --enable-static 
--with-fc=%p/bin/gfortran
+ConfigureParams: --prefix=%p --with-rsh=/usr/bin/ssh -x 
--libexecdir=%p/lib/%n --datadir=%p/share/doc/%n --sysconfdir=%p/etc/%n 
--sharedstatedir=%p/var/%n/shared --localstatedir=%p/var/%n/local 
--libdir=%p/lib/%n --includedir=%p/include/%n --infodir=%p/share/info 
--mandir=%p/share/man/%n --with-trillium --enable-shared --enable-static 
--with-fc=%p/bin/gfortran --disable-dependency-tracking
 InstallScript: 
 #!/bin/sh -ev
 make install DESTDIR=%d
@@ -102,3 +102,5 @@
 
 
 Homepage: http://www.lam-mpi.org
+
+


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-commits mailing list

[svn] commit: r93 - in /finkinfo/trunk/misc: squid-unified.info squid-unified.patch

2007-02-03 Thread vasi
Author: vasi
Date: Sun Feb  4 05:30:56 2007
New Revision: 93

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1rev=93repname=user%3a+vasi
Log:
include auth methods

Added:
finkinfo/trunk/misc/squid-unified.info
finkinfo/trunk/misc/squid-unified.patch

Added: finkinfo/trunk/misc/squid-unified.info
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/finkinfo/trunk/misc/squid-unified.inforev=93repname=user%3a+vasi
==
--- finkinfo/trunk/misc/squid-unified.info (added)
+++ finkinfo/trunk/misc/squid-unified.info Sun Feb  4 05:30:56 2007
@@ -1,0 +1,99 @@
+# Add authentication methods and helpers.
+# Exclude because of dependencies: SASL
+Package: squid-unified
+Version: 2.5.stable12
+Revision: 1+vasi
+Epoch: 1
+Source: http://www.squid-cache.org/Versions/v2/2.5/squid-2.5.STABLE12.tar.bz2
+Source-MD5: 7354255015b3772a1e024dfac173e48c
+Depends: daemonic
+BuildDepends: system-openssl-dev
+Replaces: squid ( %v-%r), squid-ssl ( %v-%r)
+Patch: %n.patch
+NoSetCPPFLAGS: true
+SetCPPFLAGS: -I%p/lib/system-openssl/include -I%p/include
+NoSetLDFLAGS: true
+SetLDFLAGS: -L%p/lib/system-openssl/lib
+NoSetLIBS: true
+SetLIBS: -L%p/lib
+# Hack: fix pam include directory
+PatchScript: ln -s /usr/include/pam include/security
+ConfigureParams: --disable-dependency-tracking --enable-gnuregex 
--enable-async-io --enable-icmp --enable-delay-pools --enable-useragent-log 
--enable-referer-log --enable-carp --enable-htcp --disable-poll 
--enable-underscores --enable-snmp --enable-wccp --with-aio  --with-pthreads 
--mandir=%p/share/man --enable-ssl --libexecdir=%p/sbin 
--with-openssl=%p/lib/system-openssl --enable-auth=yes 
--enable-basic-auth-helpers=LDAP MSNT NCSA PAM SMB YP getpwnam 
multi-domain-NTLM winbind --enable-digest-auth-helpers=yes 
--enable-ntlm-auth-helpers=yes
+CompileScript: 
+#!/bin/sh -ex
+
+ export lt_cv_sys_max_cmd_len=65536
+ ./configure %c
+ make DEFAULT_SWAP_DIR=%p/var/cache/squid DEFAULT_LOG_PREFIX=%p/var/log/squid 
DEFAULT_MIB_PATH=%p/share/doc/%n DEFAULT_PID_FILE=%p/var/run/squid.pid
+
+InstallScript: 
+ make install DESTDIR=%d DEFAULT_SWAP_DIR=%p/var/cache/squid 
DEFAULT_LOG_PREFIX=%p/var/log/squid DEFAULT_MIB_PATH=%p/share/doc/%n 
DEFAULT_PID_FILE=%p/var/run/squid.pid
+ install -d -m 755 -o nobody %i/var/cache/squid
+ install -d -m 755 -o nobody %i/var/log/squid
+ rm -f %i/etc/squid.conf.default
+ rm -f %i/etc/mime.conf.default
+ install -d -m 755 %i/share/doc/%n
+ mv %i/share/mib.txt %i/share/doc/%n/mib.txt
+
+SplitOff: 
+  Package: squid
+  Depends: %N (= %e:%v-%r)
+  DocFiles: CONTRIBUTORS COPYING COPYRIGHT CREDITS ChangeLog INSTALL 
QUICKSTART README RELEASENOTES.html SPONSORS
+
+SplitOff2: 
+  Package: squid-ssl
+  Depends: %N (= %e:%v-%r)
+  DocFiles: CONTRIBUTORS COPYING COPYRIGHT CREDITS ChangeLog INSTALL 
QUICKSTART README RELEASENOTES.html SPONSORS
+
+ConfFiles: 
+  %p/etc/squid.conf
+  %p/etc/mime.conf
+
+DaemonicFile: 
+service
+descriptionSquid proxy cache/description
+messageSquid proxy cache/message
+
+daemon name=squid
+executable checkexit=true%p/sbin/squid/executable
+configfile%p/etc/squid.conf/configfile
+pidfile%p/var/run/squid.pid/pidfile
+/daemon
+
+/service
+
+PostInstScript: 
+if [ ! -d %p/var/cache/squid/00 ]; then
+  %p/sbin/squid -z
+fi
+
+PreRmScript: 
+# clean up the old one
+daemonic remove squid /dev/null 21 || :
+
+if [ $1 != upgrade ]; then
+  # remove the daemonic entry if we're uninstalling
+  daemonic remove squid-unified
+fi
+
+DocFiles: CONTRIBUTORS COPYING COPYRIGHT CREDITS ChangeLog INSTALL QUICKSTART 
README RELEASENOTES.html SPONSORS
+#
+Description: Proxy caching server
+DescDetail: 
+Squid is a high-performance proxy caching server for Web clients,
+supporting FTP, gopher, and HTTP data objects. Unlike traditional
+caching software, Squid handles all requests in a single,
+non-blocking, I/O-driven process. Squid keeps meta data and especially
+hot objects cached in RAM, caches DNS lookups, supports non-blocking
+DNS lookups, and implements negative caching of failed requests.
+
+DescPackaging: 
+The only changes made to the default configuration is to enable local
+access to the squid proxy (ie, connections from localhost).  By
+default, squid is configured to listen on port 3128 for proxy
+connections.  To change this, add or change the http_port line to the
+port you want squid to listen on.
+
+License: GPL
+Homepage: http://www.squid-cache.org/
+Maintainer: Benjamin Reed [EMAIL PROTECTED]

Added: finkinfo/trunk/misc/squid-unified.patch
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/finkinfo/trunk/misc/squid-unified.patchrev=93repname=user%3a+vasi
==
--- finkinfo/trunk/misc/squid-unified.patch (added)
+++ finkinfo/trunk/misc/squid-unified.patch Sun Feb  4 05:30:56 2007
@@ -1,0 +1,22 @@
+diff -uNr squid-2.5.STABLE11/src/cf.data.pre 
squid-2.5.STABLE11-new/src/cf.data.pre