Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1907d5245d261b3ec66a5fb855cd18a953d2a709)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1907d5245d261b3ec66a5fb855cd18a953d2a709)
  • Date: Thu, 13 Dec 2007 12:25:50 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
crypto/qca2/DETAILS | 1 +
crypto/qca2/HISTORY | 6 ++++++
crypto/qca2/PRE_BUILD | 4 ++++
kde4/ktorrent4/DEPENDS | 5 +++++
kde4/ktorrent4/DETAILS | 29 +++++++++++++++++++++++++++++
kde4/ktorrent4/HISTORY | 3 +++
7 files changed, 51 insertions(+)

New commits:
commit 1907d5245d261b3ec66a5fb855cd18a953d2a709
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ktorrent4-3.97.0

commit 8d4ee696260ee59e8cd571ca386dfa503e27dab7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

qca2 - fix pkconfig data

diff --git a/ChangeLog b/ChangeLog
index 8fe4953..6490a06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-12-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * kde4/ktorrent4: new spell, for kde4
+
2007-12-12 Alexander Tsamutali <astsmtl AT gmail.com>
* wm-addons/xmonad-contrib: new spell, third party extensions for
xmonad

diff --git a/crypto/qca2/DETAILS b/crypto/qca2/DETAILS
index bdfd6c6..93315af 100755
--- a/crypto/qca2/DETAILS
+++ b/crypto/qca2/DETAILS
@@ -7,6 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/qca-$VERSION
LICENSE[0]=GPL
WEB_SITE=http://delta.affinix.com/qca
ENTERED=20050101
+ PATCHLEVEL=1
KEYWORDS="qt crypto"
SHORT="Qt Cryptographic Architecture"
cat << EOF
diff --git a/crypto/qca2/HISTORY b/crypto/qca2/HISTORY
index 0152c87..48d79d3 100644
--- a/crypto/qca2/HISTORY
+++ b/crypto/qca2/HISTORY
@@ -1,3 +1,9 @@
+2007-12-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: added
+ patch .pc file to name it as QCA2.
+ all software that I tested looks for QCA2
+ * DETAILS: PATCHLEVEL++
+
2007-10-23 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 2.0.0. Fixed SOURCE_URL

diff --git a/crypto/qca2/PRE_BUILD b/crypto/qca2/PRE_BUILD
new file mode 100755
index 0000000..1506920
--- /dev/null
+++ b/crypto/qca2/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i "s/qca\.pc/qca2\.pc/g" CMakeLists.txt &&
+sed "s/ QCA/ QCA2/" <qca.pc.cmake >qca2.pc.cmake
diff --git a/kde4/ktorrent4/DEPENDS b/kde4/ktorrent4/DEPENDS
new file mode 100755
index 0000000..63f5242
--- /dev/null
+++ b/kde4/ktorrent4/DEPENDS
@@ -0,0 +1,5 @@
+. "$SECTION_DIRECTORY/KDE_DEPENDS" &&
+depends pkgconfig &&
+depends qca2 &&
+depends gmp &&
+optional_depends avahi "" "" "to find peers on the local network"
diff --git a/kde4/ktorrent4/DETAILS b/kde4/ktorrent4/DETAILS
new file mode 100755
index 0000000..ca82e9a
--- /dev/null
+++ b/kde4/ktorrent4/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=ktorrent4
+ VERSION=3.97.0
+
SOURCE_HASH=sha512:cc48a855074cdcc216e3c6243a331ce614cd18ca38a61dcac69f9601d103c07a3638340412ac8c7f431ca111dc1d64b9fa99c254ca4541d82cbd0163d8091e38
+ SOURCE=${SPELL//4}-$VERSION.tar.bz2
+ SOURCE_URL=$KDE_URL/unstable/${VERSION//.0}/src/extragear/$SOURCE
+# SOURCE_URL=http://ktorrent.org/downloads/$VERSION/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL//4}-$VERSION
+ WEB_SITE=http://www.ktorrent.org
+ ENTERED=20071211
+ LICENSE[0]=GPL
+ KEYWORDS="bittorrent kde"
+ SHORT="A BitTorrent program for KDE."
+cat << EOF
+KTorrent is a BitTorrent program for KDE. Its features include:
+
+ * Downloads torrent files
+ * Upload and download speed capping
+ * Internet searching using various search engines, you can even add your own
+ * UDP Trackers
+ * Port forwarding with UPnP
+ * IP blocking plugin
+ * Importing of partially or fully downloaded files
+ * Support for distributed hash tables (mainline version)
+ * Protocol encryption
+ * Bandwith scheduling
+ * Directory scanner to automatically load torrents in certain directories
+ * Trackers can now be added to torrents
+ * File prioritization for multi file torrents
+EOF
diff --git a/kde4/ktorrent4/HISTORY b/kde4/ktorrent4/HISTORY
new file mode 100644
index 0000000..fd6666f
--- /dev/null
+++ b/kde4/ktorrent4/HISTORY
@@ -0,0 +1,3 @@
+2006-08-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.97.0
+ spell copied from kde3



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1907d5245d261b3ec66a5fb855cd18a953d2a709), Treeve Jelbert, 12/13/2007

Archive powered by MHonArc 2.6.24.

Top of Page