Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (f67b4d6776458d8629c89e70ad016563192b00ce)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (f67b4d6776458d8629c89e70ad016563192b00ce)
  • Date: Tue, 6 Oct 2009 16:26:00 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

ftp/aria2/DETAILS | 4 ++--
ftp/aria2/HISTORY | 3 +++
ftp/fspclient/BUILD | 4 ++--
ftp/fspclient/DEPENDS | 3 ++-
ftp/fspclient/DETAILS | 7 ++++++-
ftp/fspclient/HISTORY | 6 ++++++
ftp/fspclient/INSTALL | 4 ++--
7 files changed, 23 insertions(+), 8 deletions(-)

New commits:
commit f67b4d6776458d8629c89e70ad016563192b00ce
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

fspclient: added dependency on scons & minor spell changes

commit 924a966e2559ca5f5e0221266a1f4edcd607e88d
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

aria2: => 1.6.1

diff --git a/ftp/aria2/DETAILS b/ftp/aria2/DETAILS
index 7f67e85..4bb10d5 100755
--- a/ftp/aria2/DETAILS
+++ b/ftp/aria2/DETAILS
@@ -1,6 +1,6 @@
SPELL=aria2
- VERSION=1.6.0
-
SOURCE_HASH=sha512:5c9479058f5d95dcfefa5f82567da543022170aa1c7dd3b7ad73de2e4844ce851aa3846e8952645d9ccd4350d26a3a603b41e96c096a37b58c90f66d91c19a65
+ VERSION=1.6.1
+
SOURCE_HASH=sha512:689cb05706e6c307400d1f7ae3dd7bc210c6b6158c9705643602a1757b17686cf2ec794f2e2527b894ebfbae0a1be46bc4269d0c4982f3f14763a01639919491
SOURCE=${SPELL}-$VERSION.tar.bz2
SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/ftp/aria2/HISTORY b/ftp/aria2/HISTORY
index 44ab603..ec46fb0 100644
--- a/ftp/aria2/HISTORY
+++ b/ftp/aria2/HISTORY
@@ -1,3 +1,6 @@
+2009-10-06 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 1.6.1
+
2009-09-25 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 1.6.0

diff --git a/ftp/fspclient/BUILD b/ftp/fspclient/BUILD
index 6654c34..bac5cb8 100755
--- a/ftp/fspclient/BUILD
+++ b/ftp/fspclient/BUILD
@@ -1,3 +1,3 @@
-scons prefix=/usr \
- mandir=/usr/share/man \
+scons prefix=${INSTALL_ROOT}/usr \
+ mandir=${INSTALL_ROOT}/usr/share/man \
CCFLAGS="$CFLAGS"
diff --git a/ftp/fspclient/DEPENDS b/ftp/fspclient/DEPENDS
index b349864..0ff2f0f 100755
--- a/ftp/fspclient/DEPENDS
+++ b/ftp/fspclient/DEPENDS
@@ -1 +1,2 @@
-depends glibc
+depends glibc &&
+depends scons
diff --git a/ftp/fspclient/DETAILS b/ftp/fspclient/DETAILS
index 3aa19bc..c49414e 100755
--- a/ftp/fspclient/DETAILS
+++ b/ftp/fspclient/DETAILS
@@ -10,5 +10,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="ftp"
SHORT="FTP-like interface for File Service Protocol"
cat << EOF
-FSP Client is FTP-like interface for File Service Protocol. It look exactly
like classic FTP does, but uses different transfer protocol. People usually
find this program easier to use that multiple client programs in FSP protocol
suite. If you are at least somewhat familiar with command line FTP and want
to try FSP, this program is right for you.
+FSP Client is FTP-like interface for File Service Protocol.
+It look exactly like classic FTP does, but uses different
+transfer protocol. People usually find this program easier
+to use that multiple client programs in FSP protocol suite.
+If you are at least somewhat familiar with command line FTP
+and want to try FSP, this program is right for you.
EOF
diff --git a/ftp/fspclient/HISTORY b/ftp/fspclient/HISTORY
index 3a4bde7..6056e53 100644
--- a/ftp/fspclient/HISTORY
+++ b/ftp/fspclient/HISTORY
@@ -1,3 +1,9 @@
+2009-10-06 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed long description wrap
+ * INSTALL: added ${INSTALL_ROOT}
+ * BUILD: added ${INSTALL_ROOT}
+ * DEPENDS: added scons as dependency
+
2009-09-17 Quentin Rameau <quinq AT sourcemage.org>
* DETAILS: updated to version 0.93.0
* BUILD, INSTALL: added, now uses scons
diff --git a/ftp/fspclient/INSTALL b/ftp/fspclient/INSTALL
index b7ebc27..556e891 100755
--- a/ftp/fspclient/INSTALL
+++ b/ftp/fspclient/INSTALL
@@ -1,3 +1,3 @@
-scons install prefix=/usr \
- mandir=/usr/share/man \
+scons install prefix=${INSTALL_ROOT}/usr \
+ mandir=${INSTALL_ROOT}/usr/share/man \
CCFLAGS="$CFLAGS"



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (f67b4d6776458d8629c89e70ad016563192b00ce), Bor Kraljič, 10/06/2009

Archive powered by MHonArc 2.6.24.

Top of Page