svn commit: r438627 - in head/www: . you-get

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 16 11:06:32 UTC 2017


Author: sunpoet
Date: Sun Apr 16 11:06:31 2017
New Revision: 438627
URL: https://svnweb.freebsd.org/changeset/ports/438627

Log:
  Add you-get 0.4.652
  
  You-Get is a tiny command-line utility to download media contents (videos,
  audios, images) from the Web, in case there is no other handy way to do it.
  
  WWW: https://you-get.org/
  WWW: https://github.com/soimort/you-get

Added:
  head/www/you-get/
  head/www/you-get/Makefile   (contents, props changed)
  head/www/you-get/distinfo   (contents, props changed)
  head/www/you-get/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Apr 16 11:03:13 2017	(r438626)
+++ head/www/Makefile	Sun Apr 16 11:06:31 2017	(r438627)
@@ -2487,6 +2487,7 @@
     SUBDIR += yarn
     SUBDIR += yaws
     SUBDIR += yii
+    SUBDIR += you-get
     SUBDIR += yourls
     SUBDIR += youtube_dl
     SUBDIR += yuicompressor

Added: head/www/you-get/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/you-get/Makefile	Sun Apr 16 11:06:31 2017	(r438627)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	you-get
+PORTVERSION=	0.4.652
+DISTVERSIONPREFIX=	v
+CATEGORIES=	www
+MASTER_SITES=	CHEESESHOP
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Dumb downloader that scrapes the web
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist distutils
+USES=		python:3
+
+GH_ACCOUNT=	soimort
+USE_GITHUB=	yes
+
+.include <bsd.port.mk>

Added: head/www/you-get/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/you-get/distinfo	Sun Apr 16 11:06:31 2017	(r438627)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1492228852
+SHA256 (soimort-you-get-v0.4.652_GH0.tar.gz) = dee8d3b43d1395a44e8ea458096b852631b79bd376b4ed5edb4a5cb57e6666d4
+SIZE (soimort-you-get-v0.4.652_GH0.tar.gz) = 112666

Added: head/www/you-get/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/you-get/pkg-descr	Sun Apr 16 11:06:31 2017	(r438627)
@@ -0,0 +1,5 @@
+You-Get is a tiny command-line utility to download media contents (videos,
+audios, images) from the Web, in case there is no other handy way to do it.
+
+WWW: https://you-get.org/
+WWW: https://github.com/soimort/you-get


More information about the svn-ports-head mailing list