diff options
author | taca <taca@pkgsrc.org> | 2010-07-29 03:03:28 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-07-29 03:03:28 +0000 |
commit | e351d00dc89ebfd6bdbf10b1750c361dee07762a (patch) | |
tree | 864a584c1add9f24fcb0639e0991b0315115ff8b | |
parent | 91a489176e34679363bdf3287ae7ceeb0f0c6002 (diff) | |
download | pkgsrc-e351d00dc89ebfd6bdbf10b1750c361dee07762a.tar.gz |
Since Squid 3.0.x retired, please use www/squid31 package now.
-rw-r--r-- | www/squid30/DESCR | 27 | ||||
-rw-r--r-- | www/squid30/Makefile | 21 | ||||
-rw-r--r-- | www/squid30/PLIST | 40 | ||||
-rw-r--r-- | www/squid30/distinfo | 10 | ||||
-rw-r--r-- | www/squid30/patches/patch-ad | 20 | ||||
-rw-r--r-- | www/squid30/patches/patch-ae | 24 | ||||
-rw-r--r-- | www/squid30/patches/patch-ah | 15 | ||||
-rw-r--r-- | www/squid30/patches/patch-aj | 30 | ||||
-rw-r--r-- | www/squid30/patches/patch-al | 15 |
9 files changed, 0 insertions, 202 deletions
diff --git a/www/squid30/DESCR b/www/squid30/DESCR deleted file mode 100644 index d2bba38608c..00000000000 --- a/www/squid30/DESCR +++ /dev/null @@ -1,27 +0,0 @@ -Squid is a fully-featured HTTP/1.0 proxy which is almost (but not -quite - we're getting there!) HTTP/1.1 compliant. Squid offers a rich -access control, authorization and logging environment to develop web -proxy and content serving applications. - -Major new features from Squid 2.6: - -* Code converted to C++, with significant internal restructuring and rewrites. -* ICAP implementation (RFC 3507 and www.icap-forum.org) -* Edge Side Includes (ESI) implementation (www.esi.org) - -This Squid 3.0 is stable release but some functinality lacks from 2.6. - -* refresh_stale_hit option. Not yet ported. -* ability to follow X-Forwarded-For. Not yet ported. -* Full caching of Vary/ETag using If-None-Match. Only basic Vary cache - supported. Not yet ported. -* Mapping of server error messages. Not yet ported. -* http_access2 access directive. Not yet ported. -* Location header rewrites. Not yet ported. -* wais_relay. Feature dropped as it's equivalent to cache_peer + - cache_peer_access. -* urlgroup. Not yet ported. -* collapsed forwarding. Not yet ported. -* stable Windows support. Irregularly maintained. - -And COSS backend dosen't supported now. diff --git a/www/squid30/Makefile b/www/squid30/Makefile deleted file mode 100644 index c3b509a7072..00000000000 --- a/www/squid30/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $NetBSD: Makefile,v 1.22 2010/03/16 13:39:06 taca Exp $ - -DISTNAME= squid-3.0.STABLE25 -PKGNAME= ${DISTNAME:S/STABLE//} -CATEGORIES= www -MASTER_SITES= ${SQUID_MASTER_SITES} \ - http://www.squid-cache.org/Versions/v3/3.0/ -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= taca@NetBSD.org -HOMEPAGE= http://www.squid-cache.org/ -COMMENT= Post-Harvest_cached WWW proxy cache and accelerator -LICENSE= gnu-gpl-v2 - -USE_LANGUAGES= c c++ -USE_TOOLS+= perl -GNU_CONFIGURE= yes - -.include "../../www/squid/Makefile.squid" -.include "../../www/squid/options.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/www/squid30/PLIST b/www/squid30/PLIST deleted file mode 100644 index bf9e05c9065..00000000000 --- a/www/squid30/PLIST +++ /dev/null @@ -1,40 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2008/09/12 15:05:57 taca Exp $ -bin/squidclient -libexec/cachemgr.cgi -${PLIST.da_ldap}libexec/digest_ldap_auth -${PLIST.da_password}libexec/digest_pw_auth -${PLIST.diskd}libexec/diskd -${PLIST.na_fakeauth}libexec/fakeauth_auth -${PLIST.ba_getpwnam}libexec/getpwname_auth -${PLIST.eacl_ip_user}libexec/ip_user_check -${PLIST.ba_MSNT}libexec/msnt_auth -${PLIST.ba_NCSA}libexec/ncsa_auth -${PLIST.na_SMB}libexec/ntlm_auth -${PLIST.ba_PAM}libexec/pam_auth -libexec/pinger -${PLIST.ba_LDAP}libexec/squid_ldap_auth -${PLIST.eacl_ldap_group}libexec/squid_ldap_group -${PLIST.eacl_unix_group}libexec/squid_unix_group -${PLIST.unlinkd}libexec/unlinkd -${PLIST.ba_YP}libexec/yp_auth -man/man8/cachemgr.cgi.8 -${PLIST.ba_NCSA}man/man8/ncsa_auth.8 -${PLIST.ba_PAM}man/man8/pam_auth.8 -man/man8/squid.8 -${PLIST.ba_LDAP}man/man8/squid_ldap_auth.8 -${PLIST.eacl_ldap_group}man/man8/squid_ldap_group.8 -${PLIST.eacl_unix_group}man/man8/squid_unix_group.8 -sbin/squid -share/doc/squid/ChangeLog -share/doc/squid/README.FreeBSD -share/doc/squid/README.NetBSD -share/doc/squid/README.OpenBSD -share/doc/squid/README.Solaris -share/doc/squid/RELEASENOTES.html -share/doc/squid/debug-sections.txt -share/examples/rc.d/squid -share/examples/squid/cachemgr.conf -share/examples/squid/mime.conf -share/examples/squid/msntauth.conf -share/examples/squid/squid.conf -${PLIST.snmp}share/squid/mib.txt diff --git a/www/squid30/distinfo b/www/squid30/distinfo deleted file mode 100644 index 61199392da2..00000000000 --- a/www/squid30/distinfo +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: distinfo,v 1.19 2010/03/16 13:39:06 taca Exp $ - -SHA1 (squid-3.0.STABLE25.tar.bz2) = 18306a6dc370930dfbea24674588053e62c13b97 -RMD160 (squid-3.0.STABLE25.tar.bz2) = 5c10c082335bf707f931cd1ec99647683ba17f3f -Size (squid-3.0.STABLE25.tar.bz2) = 1758969 bytes -SHA1 (patch-ad) = 5e126ffb1427f986484c3c32baf5ae3da409262d -SHA1 (patch-ae) = bc38307f8039a7bc63f1e1572df30d20ee161b8a -SHA1 (patch-ah) = ab3b9add2a8836a5d5307645eb547d732e6496d0 -SHA1 (patch-aj) = 08ec1ecb59733c27e88dacfbc81b1b84da3eddab -SHA1 (patch-al) = 871e16d2cbec55822121ca70c77bd2bd7c909325 diff --git a/www/squid30/patches/patch-ad b/www/squid30/patches/patch-ad deleted file mode 100644 index e6de667fe6f..00000000000 --- a/www/squid30/patches/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-ad,v 1.3 2009/05/08 13:39:09 taca Exp $ - -Don't install configuration files. - ---- helpers/basic_auth/MSNT/Makefile.in.orig 2009-05-06 20:11:32.000000000 +0900 -+++ helpers/basic_auth/MSNT/Makefile.in -@@ -534,11 +534,11 @@ info: info-am - - info-am: - --install-data-am: install-data-local -+install-data-am: - - install-dvi: install-dvi-am - --install-exec-am: install-libexecPROGRAMS install-sysconfDATA -+install-exec-am: install-libexecPROGRAMS - - install-html: install-html-am - diff --git a/www/squid30/patches/patch-ae b/www/squid30/patches/patch-ae deleted file mode 100644 index 28b754274c5..00000000000 --- a/www/squid30/patches/patch-ae +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ae,v 1.2 2009/05/08 13:39:09 taca Exp $ - -Unused and no-op function which passing FILE as parameter not pointer -to FILE. It cause compile problem on FILE is defined as opaque data -structure. - ---- helpers/ntlm_auth/SMB/smbval/smblib-util.c.orig 2009-05-06 20:11:36.000000000 +0900 -+++ helpers/ntlm_auth/SMB/smbval/smblib-util.c -@@ -61,6 +61,7 @@ static char *SMB_Prots[] = - "NT LANMAN 1.0", - NULL}; - -+#if 0 - /* Print out an SMB pkt in all its gory detail ... */ - - void -@@ -79,6 +80,7 @@ SMB_Print_Pkt(FILE fd, RFCNB_Pkt * pkt, - /* etc */ - - } -+#endif - - /* Convert a DOS Date_Time to a local host type date time for printing */ - diff --git a/www/squid30/patches/patch-ah b/www/squid30/patches/patch-ah deleted file mode 100644 index 8cfa12d02a9..00000000000 --- a/www/squid30/patches/patch-ah +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ah,v 1.3 2009/05/08 13:39:09 taca Exp $ - -Don't install startup scripts. - ---- scripts/Makefile.in.orig 2009-05-06 20:11:38.000000000 +0900 -+++ scripts/Makefile.in -@@ -377,7 +377,7 @@ install-data-am: - - install-dvi: install-dvi-am - --install-exec-am: install-binSCRIPTS -+install-exec-am: - - install-html: install-html-am - diff --git a/www/squid30/patches/patch-aj b/www/squid30/patches/patch-aj deleted file mode 100644 index 68ee83fb2ee..00000000000 --- a/www/squid30/patches/patch-aj +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-aj,v 1.3 2009/05/08 13:39:09 taca Exp $ - -Change pid file's directory and don't install configuration files. - ---- src/Makefile.in.orig 2009-05-06 20:11:40.000000000 +0900 -+++ src/Makefile.in -@@ -2636,7 +2636,7 @@ DEFAULT_LOG_PREFIX = $(localstatedir)/lo - DEFAULT_CACHE_LOG = $(DEFAULT_LOG_PREFIX)/cache.log - DEFAULT_ACCESS_LOG = $(DEFAULT_LOG_PREFIX)/access.log - DEFAULT_STORE_LOG = $(DEFAULT_LOG_PREFIX)/store.log --DEFAULT_PID_FILE = $(DEFAULT_LOG_PREFIX)/squid.pid -+DEFAULT_PID_FILE = $(VARBASE)/run/squid.pid - DEFAULT_SWAP_DIR = $(localstatedir)/cache - DEFAULT_PINGER = $(libexecdir)/`echo pinger | sed '$(transform);s/$$/$(EXEEXT)/'` - DEFAULT_UNLINKD = $(libexecdir)/`echo unlinkd | sed '$(transform);s/$$/$(EXEEXT)/'` -@@ -5397,12 +5397,12 @@ info: info-recursive - - info-am: - --install-data-am: install-data-local install-dataDATA -+install-data-am: install-dataDATA - - install-dvi: install-dvi-recursive - - install-exec-am: install-binPROGRAMS install-libexecPROGRAMS \ -- install-sbinPROGRAMS install-sysconfDATA -+ install-sbinPROGRAMS - - install-html: install-html-recursive - diff --git a/www/squid30/patches/patch-al b/www/squid30/patches/patch-al deleted file mode 100644 index f0d6492efcd..00000000000 --- a/www/squid30/patches/patch-al +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-al,v 1.2 2009/05/08 13:39:09 taca Exp $ - -Don't install a configuration file. - ---- tools/Makefile.in.orig 2009-05-06 20:11:43.000000000 +0900 -+++ tools/Makefile.in -@@ -747,7 +747,7 @@ info: info-recursive - - info-am: - --install-data-am: install-data-local -+install-data-am: - - install-dvi: install-dvi-recursive - |