aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-16 11:06:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-16 11:06:31 +0000
commit2ea14542df1108117eb206cf10eadcf076a7b637 (patch)
treeb3e83227f89bf02e35d131b455b1bd2b68e39d32 /www
parentdb20ae26cb10ce5dcd40df7ed1dc556b4ed10592 (diff)
downloadports-2ea14542df1108117eb206cf10eadcf076a7b637.tar.gz
ports-2ea14542df1108117eb206cf10eadcf076a7b637.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
Notes
Notes: svn path=/head/; revision=438627
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/you-get/Makefile25
-rw-r--r--www/you-get/distinfo3
-rw-r--r--www/you-get/pkg-descr5
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