From owner-svn-ports-all@freebsd.org Mon May 16 02:07:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DA89B3CBF5; Mon, 16 May 2016 02:07:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 156281B7C; Mon, 16 May 2016 02:07:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4G27G5B079606; Mon, 16 May 2016 02:07:16 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4G27Fho079602; Mon, 16 May 2016 02:07:15 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201605160207.u4G27Fho079602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 16 May 2016 02:07:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415298 - in head/www: . py-pySmartDL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2016 02:07:17 -0000 Author: feld Date: Mon May 16 02:07:15 2016 New Revision: 415298 URL: https://svnweb.freebsd.org/changeset/ports/415298 Log: pySmartDL strives to be a full-pleged smart download manager for Python. WWW: https://github.com/iTaybb/pySmartDL/ Added: head/www/py-pySmartDL/ head/www/py-pySmartDL/Makefile (contents, props changed) head/www/py-pySmartDL/distinfo (contents, props changed) head/www/py-pySmartDL/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon May 16 02:04:32 2016 (r415297) +++ head/www/Makefile Mon May 16 02:07:15 2016 (r415298) @@ -1746,6 +1746,7 @@ SUBDIR += py-pyramid SUBDIR += py-pyramid_rpc SUBDIR += py-pysearch + SUBDIR += py-pySmartDL SUBDIR += py-python-digitalocean SUBDIR += py-pywebdav SUBDIR += py-pywikibot Added: head/www/py-pySmartDL/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-pySmartDL/Makefile Mon May 16 02:07:15 2016 (r415298) @@ -0,0 +1,24 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= pySmartDL +PORTVERSION= 1.2.4 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= feld@FreeBSD.org +COMMENT= Smart download manager for Python + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include + +.if ${PYTHON_VER} == "2.7" +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures +.endif + +.include Added: head/www/py-pySmartDL/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-pySmartDL/distinfo Mon May 16 02:07:15 2016 (r415298) @@ -0,0 +1,2 @@ +SHA256 (pySmartDL-1.2.4.tar.gz) = 65a9b2dbd2070962916a5759797fa86fc0f05a64ba22e51309786c4484490ea1 +SIZE (pySmartDL-1.2.4.tar.gz) = 19689 Added: head/www/py-pySmartDL/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-pySmartDL/pkg-descr Mon May 16 02:07:15 2016 (r415298) @@ -0,0 +1,3 @@ +pySmartDL strives to be a full-pleged smart download manager for Python. + +WWW: https://github.com/iTaybb/pySmartDL/