Date: Sun, 16 Apr 2017 11:06:31 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438627 - in head/www: . you-get Message-ID: <201704161106.v3GB6V6m071677@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= you-get +PORTVERSION= 0.4.652 +DISTVERSIONPREFIX= v +CATEGORIES= www +MASTER_SITES= CHEESESHOP + +MAINTAINER= sunpoet@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704161106.v3GB6V6m071677>