diff options
author | dougb <dougb@FreeBSD.org> | 2011-01-24 16:55:41 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-01-24 16:55:41 +0800 |
commit | 51944cfebf28b804fe362dc010fa95a738387cac (patch) | |
tree | 972d62d72ae110bd91da68850f721bf2dac250ad | |
parent | 3b5fdaf0cd4aa94328e1dadd64a912b7f30ec2be (diff) | |
download | freebsd-ports-graphics-51944cfebf28b804fe362dc010fa95a738387cac.tar.gz freebsd-ports-graphics-51944cfebf28b804fe362dc010fa95a738387cac.tar.zst freebsd-ports-graphics-51944cfebf28b804fe362dc010fa95a738387cac.zip |
As previously advertised remove the woefully out of date
qbittorrent 2.3.x version.
Feature safe: yes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/qbittorrent-23/Makefile | 63 | ||||
-rw-r--r-- | net-p2p/qbittorrent-23/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/qbittorrent-23/files/patch-src__createtorrent_imp.cpp | 14 | ||||
-rw-r--r-- | net-p2p/qbittorrent-23/files/patch-src__filesystemwatcher.h | 11 | ||||
-rw-r--r-- | net-p2p/qbittorrent-23/files/patch-src__misc.cpp | 11 | ||||
-rw-r--r-- | net-p2p/qbittorrent-23/pkg-descr | 22 | ||||
-rw-r--r-- | net-p2p/qbittorrent-23/pkg-plist | 38 |
9 files changed, 1 insertions, 162 deletions
@@ -1522,3 +1522,4 @@ x11-toolkits/py-gnome||2011-01-03|Removed due to x11/libcapplet broke www/glibwww||2011-01-04|Removed due to no port depend on it math/octave-forge-spanish|math/octave-forge-es|2011-01-13|Replaced by math/octave-forge-es cvsnt||2011-01-15|Removed: abandoned upstream +net-p2p/qbittorrent-23||2011-01-24|Old, no longer updated. Try net-p2p/qbittorrent-26 diff --git a/net-p2p/Makefile b/net-p2p/Makefile index aa7b8b439c6..905cc522093 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -105,7 +105,6 @@ SUBDIR += py-py2play SUBDIR += py-transmissionrpc SUBDIR += py-vertex - SUBDIR += qbittorrent-23 SUBDIR += qbittorrent-26 SUBDIR += qbittorrent-26-nox11 SUBDIR += qtella diff --git a/net-p2p/qbittorrent-23/Makefile b/net-p2p/qbittorrent-23/Makefile deleted file mode 100644 index 39ac41eaf38..00000000000 --- a/net-p2p/qbittorrent-23/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# New ports collection makefile for: qbittorrent-23 -# Date created: 24 July 2010 -# Whom: dougb@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= qbittorrent -PORTVERSION= 2.3.1 -CATEGORIES= net-p2p ipv6 -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PKGNAME}/ - -MAINTAINER= dougb@FreeBSD.org -COMMENT= Bittorrent client using Qt4 and libtorrent-rasterbar - -DEPRECATED= Old version, no longer supported. Upgrade to qbittorrent-26. -EXPIRATION_DATE= 2011-01-23 - -LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ - torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15 \ - GeoIP.5:${PORTSDIR}/net/GeoIP - -NO_LATEST_LINK= yes - -MAKE_JOBS_SAFE= yes - -CONFLICTS= qbittorrent-2.[2456789].* - -OPTIONS= NOTIFY "Enable libnotify support" 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 - -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-23/distinfo b/net-p2p/qbittorrent-23/distinfo deleted file mode 100644 index c6538c6be4d..00000000000 --- a/net-p2p/qbittorrent-23/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (qbittorrent-2.3.1.tar.gz) = d2e244a4a716a295d67feb23f404c6c8398919fa1410d45384e75cf37ed35b00 -SIZE (qbittorrent-2.3.1.tar.gz) = 2961167 diff --git a/net-p2p/qbittorrent-23/files/patch-src__createtorrent_imp.cpp b/net-p2p/qbittorrent-23/files/patch-src__createtorrent_imp.cpp deleted file mode 100644 index 60454936e1d..00000000000 --- a/net-p2p/qbittorrent-23/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-23/files/patch-src__filesystemwatcher.h b/net-p2p/qbittorrent-23/files/patch-src__filesystemwatcher.h deleted file mode 100644 index e55b5537081..00000000000 --- a/net-p2p/qbittorrent-23/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-23/files/patch-src__misc.cpp b/net-p2p/qbittorrent-23/files/patch-src__misc.cpp deleted file mode 100644 index e11469f46f7..00000000000 --- a/net-p2p/qbittorrent-23/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-23/pkg-descr b/net-p2p/qbittorrent-23/pkg-descr deleted file mode 100644 index 6c8a36048ad..00000000000 --- a/net-p2p/qbittorrent-23/pkg-descr +++ /dev/null @@ -1,22 +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) - -WWW: http://www.qbittorrent.org/ diff --git a/net-p2p/qbittorrent-23/pkg-plist b/net-p2p/qbittorrent-23/pkg-plist deleted file mode 100644 index aeb2a48626f..00000000000 --- a/net-p2p/qbittorrent-23/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 |