Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4d6f1e056684ed200ca21e0fe963ab3b03cc4c4e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4d6f1e056684ed200ca21e0fe963ab3b03cc4c4e)
  • Date: Fri, 27 Jun 2008 21:44:09 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/links/CONFLICTS | 2 +-
http/links/DEPENDS | 5 ++++-
http/links/DETAILS | 10 +++++-----
http/links/HISTORY | 4 ++++
http/links/TRIGGERS | 2 +-
5 files changed, 15 insertions(+), 8 deletions(-)

New commits:
commit 4d6f1e056684ed200ca21e0fe963ab3b03cc4c4e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

links: => 1.00, finally!

diff --git a/http/links/CONFLICTS b/http/links/CONFLICTS
index 6a6c578..a1b9e40 100755
--- a/http/links/CONFLICTS
+++ b/http/links/CONFLICTS
@@ -1 +1 @@
-conflicts links-twibright
+conflicts links-twibright
diff --git a/http/links/DEPENDS b/http/links/DEPENDS
index 159b2a8..1be1b52 100755
--- a/http/links/DEPENDS
+++ b/http/links/DEPENDS
@@ -1 +1,4 @@
-optional_depends "openssl" "" "" "encryption for HTTPS"
+optional_depends openssl \
+ "--with-openssl" \
+ "--without-openssl" \
+ "encryption for HTTPS"
diff --git a/http/links/DETAILS b/http/links/DETAILS
index 10568dc..de39a95 100755
--- a/http/links/DETAILS
+++ b/http/links/DETAILS
@@ -1,14 +1,14 @@
SPELL=links
- VERSION=1.00pre21
+ VERSION=1.00
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=http://artax.karlin.mff.cuni.cz/~mikulas/links/download/$SOURCE
-
SOURCE_HASH=sha512:52477dd6c256786b927ddf87529c9b0a9b04ce93e54d670824039bc887323c6758b9365da24569e05fc78c575a587010bc84b38acc879d6f3683bcd80ea5c8cb
+
SOURCE_HASH=sha512:4a07cfccb4d32598b163e117b4185f2f21d2a8fde102c01b85e22a55a5bf25e3cd2b2c5e20d87009eacf76fa8fd9bd4b60ccdc64767fd80aef3354a3b7c6729f
LICENSE[0]=GPL
- WEB_SITE=http://links.sourceforge.net
+ WEB_SITE=http://links.sourceforge.net/
ENTERED=20011027
- KEYWORDS="http"
- SHORT="Text browser similar to lynx."
+ KEYWORDS="http browser"
+ SHORT="text browser similar to lynx"
cat << EOF
Links is text WWW browser, similar to Lynx. Links displays tables,
downloads on background and uses HTTP/1.1 keepalive connections.
diff --git a/http/links/HISTORY b/http/links/HISTORY
index 6fb6599..b7d4aa9 100644
--- a/http/links/HISTORY
+++ b/http/links/HISTORY
@@ -1,3 +1,7 @@
+2008-06-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.00, fixed short desc, website, added kw
+ * DEPENDS: cleaned up
+
2007-11-04 Julien "_kaze_" ROZO <julien AT rozo.org>
* TRIGGERS: links is casted on openssl update only if HTTPS support
is enabled

diff --git a/http/links/TRIGGERS b/http/links/TRIGGERS
index 1ee281d..d8284f0 100755
--- a/http/links/TRIGGERS
+++ b/http/links/TRIGGERS
@@ -1,3 +1,3 @@
if is_depends_enabled $SPELL openssl; then
- on_cast openssl cast_self
+ on_cast openssl cast_self
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4d6f1e056684ed200ca21e0fe963ab3b03cc4c4e), Vlad Glagolev, 06/27/2008

Archive powered by MHonArc 2.6.24.

Top of Page