summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-01-01 00:34:09 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-01-01 00:34:09 +0000
commitda1c26785202243be8c5d6f41aa6a4d261299e22 (patch)
tree5e625f462149bde56ef11ec91ab1e51d2a03b05a /net-p2p
parent - update port to version 0.3.2 which builds with PG84 and PG90 (diff)
Remove net-p2p/qbittorrent-22, which is no longer maintained
Notes
Notes: svn path=/head/; revision=267243
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/Makefile1
-rw-r--r--net-p2p/qbittorrent-22/Makefile71
-rw-r--r--net-p2p/qbittorrent-22/distinfo3
-rw-r--r--net-p2p/qbittorrent-22/files/patch-src__createtorrent_imp.cpp14
-rw-r--r--net-p2p/qbittorrent-22/files/patch-src__filesystemwatcher.h11
-rw-r--r--net-p2p/qbittorrent-22/files/patch-src__misc.cpp11
-rw-r--r--net-p2p/qbittorrent-22/files/patch-src_main.cpp10
-rw-r--r--net-p2p/qbittorrent-22/pkg-descr24
-rw-r--r--net-p2p/qbittorrent-22/pkg-plist38
9 files changed, 0 insertions, 183 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile
index 1f4e2f50d860..36c2499318e4 100644
--- a/net-p2p/Makefile
+++ b/net-p2p/Makefile
@@ -105,7 +105,6 @@
SUBDIR += py-py2play
SUBDIR += py-transmissionrpc
SUBDIR += py-vertex
- SUBDIR += qbittorrent-22
SUBDIR += qbittorrent-23
SUBDIR += qtella
SUBDIR += qtorrent
diff --git a/net-p2p/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile
deleted file mode 100644
index 9fc75bf1b665..000000000000
--- a/net-p2p/qbittorrent-22/Makefile
+++ /dev/null
@@ -1,71 +0,0 @@
-# New ports collection makefile for: qbittorrent-22
-# Date created: 14 February 2010
-# Whom: dougb@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= qbittorrent
-PORTVERSION= 2.2.11
-CATEGORIES= net-p2p ipv6
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= dougb@FreeBSD.org
-COMMENT= Bittorrent client using Qt4 and libtorrent-rasterbar
-
-LICENSE: GPLv2
-
-LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \
- GeoIP.5:${PORTSDIR}/net/GeoIP
-
-NO_LATEST_LINK= yes
-
-MAKE_JOBS_SAFE= yes
-
-DEPRECATED= Very stale version
-EXPIRATION_DATE= 2011-01-01
-
-CONFLICTS= qbittorrent*-2.[3456789].*
-
-OPTIONS= NOTIFY "Enable libnotify support" on \
- LT_15 "Use 0.15 version of libtorrent-rasterbar" on
-
-USE_QT_VER= 4
-QT_COMPONENTS= corelib gui network xml \
- moc_build qmake_build rcc_build uic_build
-QT_NONSTANDARD= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --with-libboost-inc="${LOCALBASE}/include" \
- --with-libboost-lib="${LOCALBASE}/lib"
-INSTALLS_ICONS= yes
-
-MAN1= qbittorrent.1
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_NOTIFY)
-LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
-.else
-CONFIGURE_ARGS+= --disable-libnotify
-.endif
-
-.if !defined(WITHOUT_LT_15)
-LIB_DEPENDS+= torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15
-.else
-LIB_DEPENDS+= torrent-rasterbar.5:${PORTSDIR}/net-p2p/libtorrent-rasterbar-14
-.endif
-
-BOOSTLIB_PATTERN= -e 's|\*\-mt\*||'
-
-post-patch:
- @${REINPLACE_CMD} -e 's|$$$$PREFIX/share/man|${MANPREFIX}/man|' \
- ${WRKSRC}/src/src.pro
- @${ECHO_CMD} "LIBS+= -lexecinfo" >> ${WRKSRC}/src/src.pro
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${BOOSTLIB_PATTERN} \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} ${BOOSTLIB_PATTERN} ${WRKSRC}/qcm/libboost.qcm
-
-post-install:
- @${STRIP_CMD} ${PREFIX}/bin/qbittorrent
-
-.include <bsd.port.post.mk>
diff --git a/net-p2p/qbittorrent-22/distinfo b/net-p2p/qbittorrent-22/distinfo
deleted file mode 100644
index 871a8fc767d4..000000000000
--- a/net-p2p/qbittorrent-22/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (qbittorrent-2.2.11.tar.gz) = 3f80e85408a31a6a668cd909db2aa6da
-SHA256 (qbittorrent-2.2.11.tar.gz) = 20a8b1c403048da89d73ce59ac95a8f2ffe2777c97f8f23bded63ac0027794d7
-SIZE (qbittorrent-2.2.11.tar.gz) = 2727964
diff --git a/net-p2p/qbittorrent-22/files/patch-src__createtorrent_imp.cpp b/net-p2p/qbittorrent-22/files/patch-src__createtorrent_imp.cpp
deleted file mode 100644
index 60454936e1d1..000000000000
--- a/net-p2p/qbittorrent-22/files/patch-src__createtorrent_imp.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/createtorrent_imp.cpp.orig 2009-09-21 10:02:50.000000000 +0000
-+++ src/createtorrent_imp.cpp 2009-09-21 10:05:18.000000000 +0000
-@@ -257,7 +257,11 @@
- }
- if(abort) return;
- // calculate the hash for all pieces
-+#if defined(__GNUC__) && __GNUC__ <= 3
-+ set_piece_hashes(t, full_path.branch_path(), boost::bind(&sendProgressUpdateSignal, _1, t.num_pieces(), this));
-+#else
- set_piece_hashes(t, full_path.branch_path(), boost::bind<void>(&sendProgressUpdateSignal, _1, t.num_pieces(), this));
-+#endif
- // Set qBittorrent as creator and add user comment to
- // torrent_info structure
- t.set_creator(creator_str);
diff --git a/net-p2p/qbittorrent-22/files/patch-src__filesystemwatcher.h b/net-p2p/qbittorrent-22/files/patch-src__filesystemwatcher.h
deleted file mode 100644
index e55b55370815..000000000000
--- a/net-p2p/qbittorrent-22/files/patch-src__filesystemwatcher.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/filesystemwatcher.h.orig 2009-12-11 04:39:09.000000000 +0900
-+++ src/filesystemwatcher.h 2009-12-17 00:41:29.000000000 +0900
-@@ -11,7 +11,7 @@
- #include <QSet>
- #include <iostream>
- #include <errno.h>
--#ifdef Q_WS_MAC
-+#if defined(Q_WS_MAC) || defined(__FreeBSD__)
- #include <sys/param.h>
- #include <sys/mount.h>
- #else
diff --git a/net-p2p/qbittorrent-22/files/patch-src__misc.cpp b/net-p2p/qbittorrent-22/files/patch-src__misc.cpp
deleted file mode 100644
index e11469f46f79..000000000000
--- a/net-p2p/qbittorrent-22/files/patch-src__misc.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/misc.cpp.orig 2010-03-20 12:38:21.000000000 -0700
-+++ src/misc.cpp 2010-04-04 22:13:02.000000000 -0700
-@@ -52,7 +52,7 @@
- #endif
-
- #ifndef Q_WS_WIN
--#ifdef Q_WS_MAC
-+#if defined Q_WS_MAC || defined(__FreeBSD__)
- #include <sys/param.h>
- #include <sys/mount.h>
- #else
diff --git a/net-p2p/qbittorrent-22/files/patch-src_main.cpp b/net-p2p/qbittorrent-22/files/patch-src_main.cpp
deleted file mode 100644
index 422451204ad5..000000000000
--- a/net-p2p/qbittorrent-22/files/patch-src_main.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/main.cpp.orig 2010-12-26 16:04:06.000000000 +0300
-+++ src/main.cpp 2010-12-26 16:05:49.000000000 +0300
-@@ -60,6 +60,7 @@
- #include "stacktrace.h"
- #endif
-
-+#include <csignal>
- #include <stdlib.h>
- #include "misc.h"
- #include "preferences.h"
diff --git a/net-p2p/qbittorrent-22/pkg-descr b/net-p2p/qbittorrent-22/pkg-descr
deleted file mode 100644
index a17753eeceff..000000000000
--- a/net-p2p/qbittorrent-22/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-qBittorrent v2 is the closest open source (GNU GPL v2 license) equivalent
-to utorrent. It is based on the Qt4 toolkit and libtorrent-rasterbar.
-
-Features:
-
- Well-integrated and extensible Search Engine
- Simultaneous search in most famous BitTorrent search sites
- Per-category-specific search requests (e.g. Books, Music, Movies)
- All Bittorrent extensions
- * DHT, Peer Exchange, Full encryption, Magnet URI
- Remote control through a Web user interface
- * Nearly identical to the regular UI, all in Ajax
- Advanced control over trackers, peers and torrents
- * Torrents queueing and prioritizing
- * Torrent content selection and prioritizing
- UPnP / NAT-PMP port forwarding support
- Available in ~25 languages (Unicode support)
- uTorrent spoofing to bypass private trackers whitelisting
- Advanced RSS support with download filters (inc. regex)
- IP Filtering (eMule and PeerGuardian compatible)
-
-LICENSE: GPL2 or later
-
-WWW: http://www.qbittorrent.org/
diff --git a/net-p2p/qbittorrent-22/pkg-plist b/net-p2p/qbittorrent-22/pkg-plist
deleted file mode 100644
index aeb2a48626fc..000000000000
--- a/net-p2p/qbittorrent-22/pkg-plist
+++ /dev/null
@@ -1,38 +0,0 @@
-bin/qbittorrent
-share/applications/qBittorrent.desktop
-share/icons/hicolor/128x128/apps/qbittorrent.png
-share/icons/hicolor/16x16/apps/qbittorrent.png
-share/icons/hicolor/192x192/apps/qbittorrent.png
-share/icons/hicolor/22x22/apps/qbittorrent.png
-share/icons/hicolor/24x24/apps/qbittorrent.png
-share/icons/hicolor/32x32/apps/qbittorrent.png
-share/icons/hicolor/36x36/apps/qbittorrent.png
-share/icons/hicolor/48x48/apps/qbittorrent.png
-share/icons/hicolor/64x64/apps/qbittorrent.png
-share/icons/hicolor/72x72/apps/qbittorrent.png
-share/icons/hicolor/96x96/apps/qbittorrent.png
-@dirrmtry share/icons/hicolor/96x96/apps
-@dirrmtry share/icons/hicolor/96x96
-@dirrmtry share/icons/hicolor/72x72/apps
-@dirrmtry share/icons/hicolor/72x72
-@dirrmtry share/icons/hicolor/64x64/apps
-@dirrmtry share/icons/hicolor/64x64
-@dirrmtry share/icons/hicolor/48x48/apps
-@dirrmtry share/icons/hicolor/48x48
-@dirrmtry share/icons/hicolor/36x36/apps
-@dirrmtry share/icons/hicolor/36x36
-@dirrmtry share/icons/hicolor/32x32/apps
-@dirrmtry share/icons/hicolor/32x32
-@dirrmtry share/icons/hicolor/24x24/apps
-@dirrmtry share/icons/hicolor/24x24
-@dirrmtry share/icons/hicolor/22x22/apps
-@dirrmtry share/icons/hicolor/22x22
-@dirrmtry share/icons/hicolor/192x192/apps
-@dirrmtry share/icons/hicolor/192x192
-@dirrmtry share/icons/hicolor/16x16/apps
-@dirrmtry share/icons/hicolor/16x16
-@dirrmtry share/icons/hicolor/128x128/apps
-@dirrmtry share/icons/hicolor/128x128
-@dirrmtry share/icons/hicolor
-@dirrmtry share/icons
-@dirrmtry share/applications