Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11240/main/finkinfo/net

Modified Files:
        squid-unified.info 
Removed Files:
        squid-unified.patch 
Log Message:
new upstream, thanks htodd for the update

Index: squid-unified.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/squid-unified.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- squid-unified.info  15 Jan 2010 17:18:15 -0000      1.9
+++ squid-unified.info  13 Sep 2010 19:29:51 -0000      1.10
@@ -1,94 +1,120 @@
 Info4: <<
 Package: squid-unified
-Version: 3.0.stable21
+Version: 3.1.8
 Revision: 1
 Epoch: 1
-Source: http://www.squid-cache.org/Versions/v3/3.0/squid-3.0.STABLE21.tar.bz2
-Source-MD5: 279168fe1fe5b38bbf6eee12babbc4ad
+Description: Proxy caching server
+License: GPL
+Maintainer: Benjamin Reed <sq...@fink.raccoonfink.com>
+
 Depends: daemonic
 BuildDepends: <<
-       fink (>= 0.28.0-1),
-       system-openssl-dev,
+       fink (>= 0.29.7-1),
+       system-openssl-dev
 <<
-Replaces: squid (<< %v-%r), squid-ssl (<< %v-%r)
-PatchFile: %n.patch
-PatchFile-MD5: 0764b028ddccf6969711548dfac0d1b8
-PatchScript: <<
-       %{default_script}
-       perl -pi -e 's,-Werror,,' configure
+Replaces: <<
+       squid (<< %v-%r),
+       squid-ssl (<< %v-%r)
 <<
 
-NoSetCPPFLAGS: true
+Source: http://www.squid-cache.org/Versions/v3/3.1/squid-%v.tar.bz2
+Source-MD5: a8160dfba55ab7c400c622b72d39fc13
+
 SetCPPFLAGS: -I%p/lib/system-openssl/include -I%p/include
+SetLDFLAGS: -L%p/lib/system-openssl/lib -L%p/lib
+SetLIBS: -L%p/lib
+NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
-SetLDFLAGS: -L%p/lib/system-openssl/lib
 NoSetLIBS: true
-SetLIBS: -L%p/lib
-
+UseMaxBuildJobs: true
 ConfigureParams: <<
-       --disable-dependency-tracking \
-       --disable-shared \
-       --enable-static \
-       \
-       --enable-async-io \
-       --enable-auth \
-       --enable-basic-auth-helpers \
-       --enable-disk-io \
-       --enable-carp \
-       --enable-delay-pools \
-       --enable-digest-auth-helpers \
-       --enable-external-acl-helpers \
-       --enable-htcp \
-       --enable-icap-client \
-       --enable-icmp \
-       --enable-ipfw-transparent \
-       --enable-kqueue \
-       --enable-negotiate-auth-helpers \
-       --enable-ntlm-auth-helpers \
-       --enable-referer-log \
-       --enable-removal-policies \
-       --enable-snmp \
-       --enable-ssl \
-       --enable-useragent-log \
-       --enable-x-accelerator-vary \
-       \
-       --disable-poll \
-       --disable-arp-acl \
-       \
-       --with-aio \
-       --with-large-files \
-       --with-openssl=%p/lib/system-openssl \
-       --with-pthreads \
-       \
-       --mandir=%p/share/man \
-       --libexecdir=%p/sbin
+--disable-dependency-tracking \
+--disable-shared \
+--enable-static \
+\
+--enable-async-io \
+--enable-auth \
+--enable-basic-auth-helpers \
+--enable-disk-io \
+--enable-carp \
+--enable-delay-pools \
+--enable-digest-auth-helpers \
+--enable-external-acl-helpers \
+--enable-htcp \
+--enable-icap-client \
+--enable-icmp \
+--enable-ipfw-transparent \
+--enable-kqueue \
+--enable-negotiate-auth-helpers \
+--enable-ntlm-auth-helpers \
+--enable-referer-log \
+--enable-removal-policies \
+--enable-snmp \
+--enable-ssl \
+--enable-useragent-log \
+--enable-x-accelerator-vary \
+\
+--disable-poll \
+--disable-arp-acl \
+\
+--with-aio \
+--with-large-files \
+--with-openssl=%p/lib/system-openssl \
+--with-pthreads \
+\
+--mandir=%p/share/man \
+--libexecdir=%p/sbin
 <<
 CompileScript: <<
-#!/bin/sh -ex
-
+       #!/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 -j1 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
+make -j1 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
 <<
+DocFiles: CO* CREDITS ChangeLog QUICKSTART README* RELEASENOTES* SPONSORS
 SplitOff: <<
        Package: squid
-       Depends: %N (= %e:%v-%r), fink-obsolete-packages
+       Depends: <<
+               %N (= %e:%v-%r),
+               fink-obsolete-packages
+       <<
        DocFiles: CONTRIBUTORS COPYING COPYRIGHT CREDITS ChangeLog INSTALL 
QUICKSTART README RELEASENOTES.html SPONSORS
 <<
 SplitOff2: <<
        Package: squid-ssl
-       Depends: %N (= %e:%v-%r), fink-obsolete-packages
+       Depends: <<
+               %N (= %e:%v-%r),
+               fink-obsolete-packages
+       <<
        DocFiles: CONTRIBUTORS COPYING COPYRIGHT CREDITS ChangeLog INSTALL 
QUICKSTART README RELEASENOTES.html SPONSORS
 <<
+
+PostInstScript: <<
+if [ ! -d %p/var/cache/squid/00 ]; then
+       chown -R nobody "%p/var/cache/squid" "%p/var/log/squid"
+       %p/sbin/squid -z || :
+fi
+<<
+PreRmScript: <<
+# clean up the old one
+daemonic remove squid >/dev/null 2>&1 || :
+
+if [ $1 != "upgrade" ]; then
+       # remove the daemonic entry if we're uninstalling
+       daemonic remove squid-unified
+fi
+<<
 ConfFiles: <<
        %p/etc/cachemgr.conf
        %p/etc/mime.conf
@@ -107,24 +133,8 @@
 
 </service>
 <<
-PostInstScript: <<
-if [ ! -d %p/var/cache/squid/00 ]; then
-       chown -R nobody "%p/var/cache/squid" "%p/var/log/squid"
-       %p/sbin/squid -z || :
-fi
-<<
-PreRmScript: <<
-# clean up the old one
-daemonic remove squid >/dev/null 2>&1 || :
 
-if [ $1 != "upgrade" ]; then
-       # remove the daemonic entry if we're uninstalling
-       daemonic remove squid-unified
-fi
-<<
-DocFiles: CO* CREDITS ChangeLog QUICKSTART README* RELEASENOTES* SPONSORS TODO
-
-Description: Proxy caching server
+Homepage: http://www.squid-cache.org/
 DescDetail: <<
 Squid is a high-performance proxy caching server for Web clients,
 supporting FTP, gopher, and HTTP data objects. Unlike traditional
@@ -140,8 +150,5 @@
 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 <sq...@fink.racoonfink.com>
-
 <<
+

--- squid-unified.patch DELETED ---


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to