Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov <pol@albatron.(none)>

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov <pol@albatron.(none)>
  • Date: Fri, 28 Apr 2006 12:37:13 -0500

net/wwwoffle/BUILD | 2 +-
net/wwwoffle/CONFIGURE | 6 ++++++
net/wwwoffle/DEPENDS | 9 +++++++++
net/wwwoffle/HISTORY | 10 ++++++++++
net/wwwoffle/TRIGGERS | 1 +
5 files changed, 27 insertions(+), 1 deletion(-)

New commits:
commit 0eac107cce3be264c65c377532ab260f96b8a64a
Author: Pol Vinogradov <pol@albatron.(none)>
Commit: Pol Vinogradov <pol@albatron.(none)>

version update, ipv6 config_query, optional depends on gnutls and zlib,
triggers after zlib
(cherry picked from fedeb82c60d89169e25a521409735a464fd22c70 commit)

diff --git a/net/wwwoffle/BUILD b/net/wwwoffle/BUILD
index 6ae8d80..069dae0 100755
--- a/net/wwwoffle/BUILD
+++ b/net/wwwoffle/BUILD
@@ -1,3 +1,3 @@
-OPTS="$OPTS --with-spooldir=/var/spool/wwwoffle"
+OPTS="$WWWOFFLE_OPTS --with-spooldir=/var/spool/wwwoffle $OPTS"

default_build
diff --git a/net/wwwoffle/CONFIGURE b/net/wwwoffle/CONFIGURE
new file mode 100755
index 0000000..221f31b
--- /dev/null
+++ b/net/wwwoffle/CONFIGURE
@@ -0,0 +1,6 @@
+config_query_option WWWOFFLE_OPTS \
+ "Enable IPv6" \
+ n \
+ "--with-ipv6" \
+ "--without-ipv6"
+
diff --git a/net/wwwoffle/DEPENDS b/net/wwwoffle/DEPENDS
new file mode 100755
index 0000000..abe9fb9
--- /dev/null
+++ b/net/wwwoffle/DEPENDS
@@ -0,0 +1,9 @@
+optional_depends gnutls \
+ "--with-gnutls" \
+ "--without-gnutls" \
+ "for SSL/https support" &&
+
+optional_depends zlib \
+ "--with-zlib" \
+ "--without-zlib" \
+ "for compression support"
diff --git a/net/wwwoffle/HISTORY b/net/wwwoffle/HISTORY
index 3e6f146..7b0d774 100644
--- a/net/wwwoffle/HISTORY
+++ b/net/wwwoffle/HISTORY
@@ -1,3 +1,13 @@
+2006-04-28 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: zlib added as optional depends
+ * TRIGGERS: added for casting self after zlib
+
+2006-04-27 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: version 2.9, UPDATED removed
+ * CONFIGURE, DEPENDS: added for ipv6 support question
+ and gnutls optional depends
+ * BUILD: added $WWWOFFLE_OPTS to $OPTS
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/net/wwwoffle/TRIGGERS b/net/wwwoffle/TRIGGERS
new file mode 100755
index 0000000..c83574f
--- /dev/null
+++ b/net/wwwoffle/TRIGGERS
@@ -0,0 +1 @@
+on_cast zlib cast_self




Archive powered by MHonArc 2.6.24.

Top of Page