Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (38448f0fc8edc27f9774427ae9059876976de931)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (38448f0fc8edc27f9774427ae9059876976de931)
  • Date: Mon, 23 Feb 2009 13:03:38 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 3 +++
net/libproxy/BUILD | 2 ++
net/libproxy/CONFIGURE | 2 ++
net/libproxy/DEPENDS | 18 ++++++++++++++++++
net/libproxy/DETAILS | 16 ++++++++++++++++
5 files changed, 41 insertions(+)

New commits:
commit 38448f0fc8edc27f9774427ae9059876976de931
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

libproxy: Added new spell for auto configure of proxies.

diff --git a/ChangeLog b/ChangeLog
index d0d66b5..3370ec0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-02-23 George Sherwood <gsherwood AT sourcemage.org>
+ * net/libproxy: new spell, net/libproxy
+
2009-02-21 Treeve Jelbert <treeve AT sourcemage.org>
* kde4-apps/kaffeine4: new spell, video/tv viewer

diff --git a/net/libproxy/BUILD b/net/libproxy/BUILD
new file mode 100755
index 0000000..de9cff1
--- /dev/null
+++ b/net/libproxy/BUILD
@@ -0,0 +1,2 @@
+OPTS="--without-mozjs $OPTS" &&
+default_build
diff --git a/net/libproxy/CONFIGURE b/net/libproxy/CONFIGURE
new file mode 100755
index 0000000..5846276
--- /dev/null
+++ b/net/libproxy/CONFIGURE
@@ -0,0 +1,2 @@
+config_query LIBPROX_GNOME "Do you want to build gnome config plugin?" n
+config_query LIBPROX_KDE "Do you want to build kde config plugin?" n
diff --git a/net/libproxy/DEPENDS b/net/libproxy/DEPENDS
new file mode 100755
index 0000000..b715709
--- /dev/null
+++ b/net/libproxy/DEPENDS
@@ -0,0 +1,18 @@
+if [[ ${LIBPROX_GNOME} == "y" ]]; then
+ depends libxmu &&
+ depends gconf2
+fi &&
+
+if [[ ${LIBPROX_KDE} == "y" ]]; then
+ depends libxmu
+fi &&
+
+optional_depends python \
+ "--with-python" \
+ "--without-python" \
+ "for Python bindings" &&
+
+optional_depends webkitgtk \
+ "--with-webkit" \
+ "--without-webkit" \
+ "Build WebKit JavaScriptCore PAC plugin"
diff --git a/net/libproxy/DETAILS b/net/libproxy/DETAILS
new file mode 100755
index 0000000..5e38c20
--- /dev/null
+++ b/net/libproxy/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=libproxy
+ VERSION=0.2.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://libproxy.googlecode.com/files/${SOURCE}
+
SOURCE_HASH=sha512:6b5619f7bb060258215e6de40f2d3ec903b8492599922b5e6a5affc0fca83cab8867980415c6a6356f6e649fcf4038359491ada30b089a04f67f4f984d7a7173
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://code.google.com/p/libproxy/";
+ LICENSE[0]=GPL
+ ENTERED=20090223
+ SHORT="provides automatic proxy configuration management"
+cat << EOF
+libproxy is a library that provides automatic proxy configuration management.
+
+ibproxy exists to answer the question: Given a network resource, how do I
+reach it? It handles all the details, enabling you to get back to
programming.
+EOF




Archive powered by MHonArc 2.6.24.

Top of Page