From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 17 18:10:19 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD32A10656F6 for ; Tue, 17 Mar 2009 18:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 985958FC19 for ; Tue, 17 Mar 2009 18:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2HIADBI088646 for ; Tue, 17 Mar 2009 18:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2HIADGS088639; Tue, 17 Mar 2009 18:10:13 GMT (envelope-from gnats) Resent-Date: Tue, 17 Mar 2009 18:10:13 GMT Resent-Message-Id: <200903171810.n2HIADGS088639@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 021721065676 for ; Tue, 17 Mar 2009 18:03:11 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id AD4188FC20 for ; Tue, 17 Mar 2009 18:03:10 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from localhost.localdomain (U052155.ppp.dion.ne.jp [218.222.52.155]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 5635E47C031 for ; Wed, 18 Mar 2009 03:03:07 +0900 (JST) Message-Id: <20090318030056.13583b69.tkato432@yahoo.com> Date: Wed, 18 Mar 2009 03:00:56 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/132753: Update port: net-p2p/qbittorrent to 1.3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2009 18:10:20 -0000 >Number: 132753 >Category: ports >Synopsis: Update port: net-p2p/qbittorrent to 1.3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 17 18:10:13 UTC 2009 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.1-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 1.3.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/net-p2p/qbittorrent/Makefile net-p2p/qbittorrent/Makefile --- /usr/ports/net-p2p/qbittorrent/Makefile 2009-02-28 14:37:53.000000000 +0900 +++ net-p2p/qbittorrent/Makefile 2009-03-18 02:41:13.000000000 +0900 @@ -6,8 +6,7 @@ # PORTNAME= qbittorrent -DISTVERSION= 1.0.0 -PORTREVISION= 2 +PORTVERSION= 1.3.2 CATEGORIES= net-p2p MASTER_SITES= SF @@ -15,37 +14,35 @@ COMMENT= Bittorrent client written in C++ / Qt4 using libtorrent LIB_DEPENDS= ccext2-1.6.0:${PORTSDIR}/devel/commoncpp \ + execinfo.1:${PORTSDIR}/devel/libexecinfo \ + zzip.13:${PORTSDIR}/devel/zziplib \ curl.5:${PORTSDIR}/ftp/curl \ - torrent.1:${PORTSDIR}/net-p2p/rblibtorrent + torrent-rasterbar.2:${PORTSDIR}/net-p2p/rblibtorrent-devel -USE_PYTHON= 2.3+ USE_QT_VER= 4 -QT_COMPONENTS= qmake_build uic_build moc_build rcc_build gui network xml +QT_COMPONENTS= corelib gui network xml \ + moc_build qmake_build rcc_build uic_build QT_NONSTANDARD= yes -INSTALLS_ICONS= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= --with-libtorrent-inc="${LOCALBASE}/include" \ - --with-libtorrent-lib="${LOCALBASE}/lib" -CONFIGURE_ENV= QMAKESPEC="${QMAKESPEC}" -MAKE_ENV= QMAKESPEC="${QMAKESPEC}" - -OPTIONS= IMAGEMAGICK "Enable libmagick++ support" off +CONFIGURE_ARGS= --prefix="${PREFIX}" \ + --with-libtorrent-inc="${LOCALBASE}/include" \ + --with-libtorrent-lib="${LOCALBASE}/lib" \ + --with-libcurl-inc="${LOCALBASE}/include" \ + --with-libcurl-lib="${LOCALBASE}/lib" \ + --with-libzzip-inc="${LOCALBASE}/include" \ + --with-libzzip-lib="${LOCALBASE}/lib" +INSTALLS_ICONS= yes MAN1= qbittorrent.1 -MANCOMPRESSED= yes .include -.if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.2:${PORTSDIR}/graphics/ImageMagick -CONFIGURE_ARGS+=--with-libmagick-inc=${LOCALBASE}/include/ImageMagick -.else -CONFIGURE_ARGS+=--disable-libmagick -.endif - post-patch: - @${REINPLACE_CMD} -e 's|bin/qmake|bin/${QMAKE:T}|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|$$$$PREFIX/share/man|${MANPREFIX}/man|' \ ${WRKSRC}/src/src.pro + @${ECHO_CMD} "LIBS+= -lexecinfo" >> ${WRKSRC}/src/src.pro + +post-install: + @${STRIP_CMD} ${PREFIX}/bin/qbittorrent .include diff -urN /usr/ports/net-p2p/qbittorrent/distinfo net-p2p/qbittorrent/distinfo --- /usr/ports/net-p2p/qbittorrent/distinfo 2008-06-24 15:35:17.000000000 +0900 +++ net-p2p/qbittorrent/distinfo 2009-03-11 00:02:03.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (qbittorrent-1.0.0.tar.gz) = e31fe47590dfa48c52d0e35d4627d630 -SHA256 (qbittorrent-1.0.0.tar.gz) = a247223dd2d3e2490d5c3cce4764d40aaf486548bf77835729d42e82e12aad25 -SIZE (qbittorrent-1.0.0.tar.gz) = 1384049 +MD5 (qbittorrent-1.3.2.tar.gz) = 680ea41e5601d5cd7990b303f9ad503c +SHA256 (qbittorrent-1.3.2.tar.gz) = f0d269424272ab1d6ce2a161ff7c01ff8ced63f5a7cf25616bbde02298329a5d +SIZE (qbittorrent-1.3.2.tar.gz) = 1660128 diff -urN /usr/ports/net-p2p/qbittorrent/pkg-descr net-p2p/qbittorrent/pkg-descr --- /usr/ports/net-p2p/qbittorrent/pkg-descr 2007-12-12 16:05:29.000000000 +0900 +++ net-p2p/qbittorrent/pkg-descr 2009-03-11 01:12:20.000000000 +0900 @@ -1,28 +1,8 @@ -qBittorrent can now be considered as a good alternative to other bittorrent -clients. It provides a lot of features such as: +qBittorrent is a bittorrent client programmed in C++ / Qt4 that uses +libtorrent (sometimes called rblibtorrent) by Arvid Norberg. -* A polished Graphical User Interface written with Qt4 toolkit. -* UPnP / NAT-PMP port forwarding support. -* Encryption support (compatible with Azureus). -* Multiple simultaneous downloads / uploads. -* Download from RSS streams. -* An integrated search engine. -* DHT (trackerless) support. -* uTorrent Peer eXchange support (PeX). -* Directory scanning with automated download of torrents inside. -* Good internationalization (~25 languages supported). -* Selective download of files in a torrent. -* Media File previewing while downloading. -* Torrent trackers edition and prioritizing. -* Seeders / Leechers displayed in download list. -* Styles support. -* Files prioritizing in a torrent. -* Torrent download in correct order. -* System tray integration. -* Tracker authentication support. -* Unicode support. -* Torrent downloading directly from their url. -* Connection though a proxy. -* IP Filtering similar to the one in eMule. +It aims to be a good alternative to all other bittorrent clients +out there. qBittorrent is fast, stable and provides unicode +support as well as many features. WWW: http://www.qbittorrent.org/ >Release-Note: >Audit-Trail: >Unformatted: