From b58d1d5d6c1ce9082a77225da3f0bff33a700e69 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 16 Apr 2017 11:06:31 +0000 Subject: 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 --- www/Makefile | 1 + www/you-get/Makefile | 25 +++++++++++++++++++++++++ www/you-get/distinfo | 3 +++ www/you-get/pkg-descr | 5 +++++ 4 files changed, 34 insertions(+) create mode 100644 www/you-get/Makefile create mode 100644 www/you-get/distinfo create mode 100644 www/you-get/pkg-descr (limited to 'www') diff --git a/www/Makefile b/www/Makefile index 1287a4ae4c14..4a28cf25f0b7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2487,6 +2487,7 @@ SUBDIR += yarn SUBDIR += yaws SUBDIR += yii + SUBDIR += you-get SUBDIR += yourls SUBDIR += youtube_dl SUBDIR += yuicompressor diff --git a/www/you-get/Makefile b/www/you-get/Makefile new file mode 100644 index 000000000000..ba1fdf7a25e6 --- /dev/null +++ b/www/you-get/Makefile @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh +# $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 diff --git a/www/you-get/distinfo b/www/you-get/distinfo new file mode 100644 index 000000000000..199ccff8f4b2 --- /dev/null +++ b/www/you-get/distinfo @@ -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 diff --git a/www/you-get/pkg-descr b/www/you-get/pkg-descr new file mode 100644 index 000000000000..2b9a851f7874 --- /dev/null +++ b/www/you-get/pkg-descr @@ -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 -- cgit