Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (4ab57e574fab70673f97a3ceb61df88283156efd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (4ab57e574fab70673f97a3ceb61df88283156efd)
  • Date: Mon, 24 Jul 2006 13:44:26 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

http/yaws/BUILD | 20 --------------------
http/yaws/DEPENDS | 4 +++-
http/yaws/DETAILS | 19 +++++++++----------
http/yaws/HISTORY | 5 +++++
4 files changed, 17 insertions(+), 31 deletions(-)

New commits:
commit 4ab57e574fab70673f97a3ceb61df88283156efd
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

yaws: fix #12673, cleanup, api2

diff --git a/http/yaws/BUILD b/http/yaws/BUILD
deleted file mode 100755
index 1977792..0000000
--- a/http/yaws/BUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-(
- ./configure --build=$BUILD \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- $OPTS &&
- make all &&
- cd applications/wiki &&
- make all &&
- cd ../mail &&
- make all &&
- cd ../.. &&
- prepare_install &&
- make install
- cd applications/wiki
- make install
- cd ../mail
- make install
- cd ../..
-) >$C_FIFO 2>&1
diff --git a/http/yaws/DEPENDS b/http/yaws/DEPENDS
index a460d35..756010e 100755
--- a/http/yaws/DEPENDS
+++ b/http/yaws/DEPENDS
@@ -1,2 +1,4 @@
depends erlang &&
-depends X11-LIBS
+depends X11-LIBS &&
+
+optional_depends linux-pam '' '--disable-pam' 'for PAM support'
diff --git a/http/yaws/DETAILS b/http/yaws/DETAILS
index a040649..aa2284f 100755
--- a/http/yaws/DETAILS
+++ b/http/yaws/DETAILS
@@ -1,14 +1,13 @@
-SPELL=yaws
-VERSION=1.51
-SOURCE=${SPELL}-${VERSION}.tar.gz
+ SPELL=yaws
+ VERSION=1.64
+ SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
-SOURCE_URL[0]=http://yaws.hyber.org/download/${SOURCE}
-
SOURCE_HASH=sha512:bc93d74bef2aac45dc66ff06dfc33c8fad4019afa391845cf1b47feda40a1c06ea9d10890f55ff1813c74dc8e4b547d0be669a191a0e8e9e8d4602cb1827db78
-WEB_SITE=http://yaws.hyber.org/index.yaws
-KEYWORDS="http"
- BUILD_API=1
-SHORT="Yaws is a HTTP high perfomance 1.1 webserver."
-
+ SOURCE_URL[0]=http://yaws.hyber.org/download/${SOURCE}
+
SOURCE_HASH=sha512:e415524b92843132dcf478f4a49dd6f5e2b1c14573614493b638e6de7aae460f8f452ac162578e17b52ed40359f2d975268f692fe919a513afad8b9d1191d0a6
+ ENTERED=20040803
+ WEB_SITE=http://yaws.hyber.org/index.yaws
+ KEYWORDS="http"
+ SHORT="Yaws is a HTTP high perfomance 1.1 webserver."
cat << EOF
The main advantages of yaws compared to other Web technologies
are performance and elegance. The performance comes from the
diff --git a/http/yaws/HISTORY b/http/yaws/HISTORY
index dcb0510..5954fa7 100644
--- a/http/yaws/HISTORY
+++ b/http/yaws/HISTORY
@@ -1,3 +1,8 @@
+2006-07-24 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: proper styling, ENTERED, bump to 1.64, removed BUILD_API
#12673
+ * BUILD: converted to api2 - removed :)
+ * DEPENDS: optional on pam
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line




  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (4ab57e574fab70673f97a3ceb61df88283156efd), Jaka Kranjc, 07/24/2006

Archive powered by MHonArc 2.6.24.

Top of Page