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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Nov 26 16:00:06 CET 2010


Revision: 11731
          http://gar.svn.sourceforge.net/gar/?rev=11731&view=rev
Author:   dmichelsen
Date:     2010-11-26 15:00:06 +0000 (Fri, 26 Nov 2010)

Log Message:
-----------
pacparser: Initial commit, does not compile yet

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


Property changes on: csw/mgar/pkg/pacparser/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/pacparser/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pacparser/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/pacparser/trunk/Makefile	2010-11-26 15:00:06 UTC (rev 11731)
@@ -0,0 +1,27 @@
+# $Id$
+GARNAME = pacparser
+GARVERSION = 1.2.6
+#SPKG_VERSION = $(subst -,.,$(GARVERSION))
+CATEGORIES = lib
+
+DESCRIPTION = A library to parse proxy auto-config (PAC) files
+define BLURB
+  pacparser is a library to parse proxy auto-config (PAC) files. Proxy auto-config
+  files are a vastly used proxy configuration method these days. Web browsers can
+  use a PAC file to determine which proxy server to use or whether to go direct for
+  a given URL. PAC files are written in JavaScript and can be programmed to return
+  different proxy methods (e.g. "PROXY proxy1:port; DIRECT") depending upon URL,
+  source IP address, protocol, time of the day etc. PAC files introduce a lot of
+  possibilities. Look at the wikipedia link above to find out more about them.
+endef
+
+MASTER_SITES = $(GOOGLE_MIRROR)
+DISTFILES  = $(DISTNAME).tar.gz
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk


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

Added: csw/mgar/pkg/pacparser/trunk/checksums
===================================================================
--- csw/mgar/pkg/pacparser/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/pacparser/trunk/checksums	2010-11-26 15:00:06 UTC (rev 11731)
@@ -0,0 +1 @@
+612a355115d70a842dde661eee2c915b  pacparser-1.2.6.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