Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 May 2016 02:07:15 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415298 - in head/www: . py-pySmartDL
Message-ID:  <201605160207.u4G27Fho079602@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <feld@FreeBSD.org>
+# $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 <bsd.port.pre.mk>
+
+.if ${PYTHON_VER} == "2.7"
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures
+.endif
+
+.include <bsd.port.post.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605160207.u4G27Fho079602>