[Lunar-commits] <moonbase> libproxy: move to libs

Zachary McGrew zmcgrew at lunar-linux.org
Tue Mar 3 10:12:54 CET 2009


commit 8b02158575b64d284f6e31cb7d6dcfd8711ee80e
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Tue Mar 3 01:12:54 2009 -0800

    libproxy: move to libs
---
 libs/libproxy/DETAILS  |   22 ++++++++++++++++++++++
 zbeta/libproxy/DETAILS |   22 ----------------------
 2 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/libs/libproxy/DETAILS b/libs/libproxy/DETAILS
new file mode 100644
index 0000000..7c0a500
--- /dev/null
+++ b/libs/libproxy/DETAILS
@@ -0,0 +1,22 @@
+          MODULE=libproxy
+         VERSION=0.2.3
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://libproxy.googlecode.com/files/
+      SOURCE_VFY=sha1:2b2b00a179740548035a1145bbae600db9b0a2ce
+        WEB_SITE=http://code.google.com/p/libproxy/
+         ENTERED=20090221
+         UPDATED=20090221
+           SHORT="automatic proxy configuration management"
+
+cat << EOF
+libproxy offers the following features:
+
+ * extremely small core footprint (< 35K)
+ * no external dependencies within libproxy core
+   (libproxy plugins may have dependencies)
+ * only 3 functions in the stable external API
+ * dynamic adjustment to changing network topology
+ * a standard way of dealing with proxy settings across all scenarios
+ * a sublime sense of joy and accomplishment 
+
+EOF
diff --git a/zbeta/libproxy/DETAILS b/zbeta/libproxy/DETAILS
deleted file mode 100644
index 7c0a500..0000000
--- a/zbeta/libproxy/DETAILS
+++ /dev/null
@@ -1,22 +0,0 @@
-          MODULE=libproxy
-         VERSION=0.2.3
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://libproxy.googlecode.com/files/
-      SOURCE_VFY=sha1:2b2b00a179740548035a1145bbae600db9b0a2ce
-        WEB_SITE=http://code.google.com/p/libproxy/
-         ENTERED=20090221
-         UPDATED=20090221
-           SHORT="automatic proxy configuration management"
-
-cat << EOF
-libproxy offers the following features:
-
- * extremely small core footprint (< 35K)
- * no external dependencies within libproxy core
-   (libproxy plugins may have dependencies)
- * only 3 functions in the stable external API
- * dynamic adjustment to changing network topology
- * a standard way of dealing with proxy settings across all scenarios
- * a sublime sense of joy and accomplishment 
-
-EOF


More information about the Lunar-commits mailing list