diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2020-06-07 06:36:03 +0000 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2020-06-07 06:36:03 +0000 |
commit | 3ad6d1b685076ed41111dcefc335ac70cf35fa32 (patch) | |
tree | ee60d20d55eb4742f586db5d978343edf95e3aa4 /www/Makefile | |
parent | 9e27176ac0220b6cb48e31a0b460caac8ed8809a (diff) | |
download | ports-3ad6d1b685076ed41111dcefc335ac70cf35fa32.tar.gz ports-3ad6d1b685076ed41111dcefc335ac70cf35fa32.zip |
New port: www/annie: Fast, simple and clean video downloader
Command-line video downloader written in Go, supporting over 20 sites
and includes features such as resumable downloads, multiple downloads
and auto-retry.
WWW: https://github.com/iawia002/annie
PR: 243935
Submitted by: Lewis Cook <vulcan@wired.sh>
Approved by: mentors (implicit)
Notes
Notes:
svn path=/head/; revision=538144
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ad98ebb8a801..7c77994c69df 100644 --- a/www/Makefile +++ b/www/Makefile @@ -22,6 +22,7 @@ SUBDIR += alef-webfont SUBDIR += amphetadesk SUBDIR += analog + SUBDIR += annie SUBDIR += anyremote2html SUBDIR += anyterm SUBDIR += apache-mode.el |