summaryrefslogtreecommitdiffstats
path: root/ftp-libs/libtorrent
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /ftp-libs/libtorrent
initial commit from stable 0.3
Diffstat (limited to 'ftp-libs/libtorrent')
-rwxr-xr-xftp-libs/libtorrent/BUILD7
-rwxr-xr-xftp-libs/libtorrent/DEPENDS2
-rwxr-xr-xftp-libs/libtorrent/DETAILS17
-rw-r--r--ftp-libs/libtorrent/HISTORY72
4 files changed, 98 insertions, 0 deletions
diff --git a/ftp-libs/libtorrent/BUILD b/ftp-libs/libtorrent/BUILD
new file mode 100755
index 0000000000..be9751f9db
--- /dev/null
+++ b/ftp-libs/libtorrent/BUILD
@@ -0,0 +1,7 @@
+# fix configure so our CXXFLAGS get used
+sedit 's/test $CXXFLAGS/test -n "$CXXFLAGS"/' configure &&
+# remove -O3 from CXXFLAGS on gcc 4.0.x, leads to wrong code -> segfault
+if use_gcc ^4; then
+ CXXFLAGS="${CXXFLAGS/-O3/-Os}"
+fi &&
+default_build
diff --git a/ftp-libs/libtorrent/DEPENDS b/ftp-libs/libtorrent/DEPENDS
new file mode 100755
index 0000000000..1736410dc8
--- /dev/null
+++ b/ftp-libs/libtorrent/DEPENDS
@@ -0,0 +1,2 @@
+depends openssl &&
+depends libsigc++3
diff --git a/ftp-libs/libtorrent/DETAILS b/ftp-libs/libtorrent/DETAILS
new file mode 100755
index 0000000000..3d025aa225
--- /dev/null
+++ b/ftp-libs/libtorrent/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=libtorrent
+ VERSION=0.7.5
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://libtorrent.rakshasa.no/downloads/$SOURCE
+ WEB_SITE=http://libtorrent.rakshasa.no
+ ENTERED=20050117
+ UPDATED=20050117
+ LICENSE[0]=GPL
+ BUILD_API=2
+ MD5[0]='116e7c03733b3acea5917a26099c02c6'
+ SHORT='LibTorrent is a BitTorrent library written in C++ for *nix.'
+cat << EOF
+LibTorrent is a BitTorrent library written in C++ for *nix. It is
+designed to avoid redundant copying and storing of data that other
+clients and libraries suffer from.
+EOF
diff --git a/ftp-libs/libtorrent/HISTORY b/ftp-libs/libtorrent/HISTORY
new file mode 100644
index 0000000000..30a2319572
--- /dev/null
+++ b/ftp-libs/libtorrent/HISTORY
@@ -0,0 +1,72 @@
+2005-09-28 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.7.5
+
+2005-09-18 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.7.4
+
+2005-09-11 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.7.3
+
+2005-08-08 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * BUILD: fix configure to use our CXXFLAGS, replace -O3 by -Os on gcc4
+
+2005-07-20 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.7.0
+
+2005-07-08 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.6.7
+
+2005-06-28 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.6.6
+
+2005-06-17 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.6.5
+
+2005-06-07 Sergey Lipnevich <sergey@sourcemage.org>
+ * DETAILS: upgrade to 0.6.4.
+
+2005-06-04 Sergey Lipnevich <sergey@sourcemage.org>
+ * DETAILS: update checksum.
+
+2005-05-30 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.6.3
+
+2005-05-05 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.6.2
+
+2005-04-26 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.6.1
+
+2005-04-18 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.6.0
+
+2005-04-10 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * typo in md5sum
+
+2005-04-10 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.5.5
+
+2005-03-19 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.5.4
+
+2005-03-13 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.5.2
+
+2005-03-01 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.5.1
+
+2005-03-01 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.5.0
+
+2005-02-24 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.4.11
+
+2005-02-16 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.4.10
+
+2005-02-15 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS update to 0.4.9
+
+2005-01-17 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DETAILS, DEPENDS: spell created
+