[csw-devel] SF.net SVN: gar:[9983] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed May 26 14:13:11 CEST 2010


Revision: 9983
          http://gar.svn.sourceforge.net/gar/?rev=9983&view=rev
Author:   dmichelsen
Date:     2010-05-26 12:13:11 +0000 (Wed, 26 May 2010)

Log Message:
-----------
squidguard: Initial commit, still needs a lot of work

Added Paths:
-----------
    csw/mgar/pkg/squidguard/
    csw/mgar/pkg/squidguard/branches/
    csw/mgar/pkg/squidguard/tags/
    csw/mgar/pkg/squidguard/trunk/
    csw/mgar/pkg/squidguard/trunk/Makefile
    csw/mgar/pkg/squidguard/trunk/checksums
    csw/mgar/pkg/squidguard/trunk/files/


Property changes on: csw/mgar/pkg/squidguard/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/squidguard/trunk/Makefile
===================================================================
--- csw/mgar/pkg/squidguard/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/squidguard/trunk/Makefile	2010-05-26 12:13:11 UTC (rev 9983)
@@ -0,0 +1,29 @@
+# $Id$
+GARNAME = squidguard
+GARVERSION = 1.4
+CATEGORIES = net
+
+DESCRIPTION = URL redirector used to use blacklists with the proxysoftware Squid
+define BLURB
+endef
+
+MASTER_SITES  = http://squidguard.org/Downloads/
+MASTER_SITES += http://squidguard.org/Downloads/Patches/1.4/
+DISTNAME = squidGuard-$(GARVERSION)
+DISTFILES  = $(DISTNAME).tar.gz
+
+# These files do patch the source, but they are not in "patch-format"
+DISTFILES += squidGuard-1.4-patch-20091015.tar.gz
+DISTFILES += squidGuard-1.4-patch-20091019.tar.gz
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+VENDOR_URL = http://squidguard.org/
+
+EXTRA_LIB = $(prefix)/bdb48/lib
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS +=  --with-db=$(prefix)/bdb48
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/squidguard/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/squidguard/trunk/checksums
===================================================================
--- csw/mgar/pkg/squidguard/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/squidguard/trunk/checksums	2010-05-26 12:13:11 UTC (rev 9983)
@@ -0,0 +1,3 @@
+de093757070c6fb706ceaf543f70ef54  squidGuard-1.4-patch-20091015.tar.gz
+d82e650959803cac7bf885aefe091d52  squidGuard-1.4-patch-20091019.tar.gz
+de834150998c1386c30feae196f16b06  squidGuard-1.4.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list