diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-16 19:06:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-16 19:06:31 +0800 |
commit | b58d1d5d6c1ce9082a77225da3f0bff33a700e69 (patch) | |
tree | b3e83227f89bf02e35d131b455b1bd2b68e39d32 /www | |
parent | c5d55fd7c31e7d51b5e4b35ad0effbe8897186e9 (diff) | |
download | freebsd-ports-gnome-b58d1d5d6c1ce9082a77225da3f0bff33a700e69.tar.gz freebsd-ports-gnome-b58d1d5d6c1ce9082a77225da3f0bff33a700e69.tar.zst freebsd-ports-gnome-b58d1d5d6c1ce9082a77225da3f0bff33a700e69.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/you-get/Makefile | 25 | ||||
-rw-r--r-- | www/you-get/distinfo | 3 | ||||
-rw-r--r-- | www/you-get/pkg-descr | 5 |
4 files changed, 34 insertions, 0 deletions
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 <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> 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 |