diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/download-gemist/Makefile | 29 | ||||
-rw-r--r-- | www/download-gemist/distinfo | 2 | ||||
-rw-r--r-- | www/download-gemist/pkg-descr | 12 |
4 files changed, 44 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 59e62af46c05..a415a9117b80 100644 --- a/www/Makefile +++ b/www/Makefile @@ -137,6 +137,7 @@ SUBDIR += dokuwiki SUBDIR += dotclear SUBDIR += dotproject + SUBDIR += download-gemist SUBDIR += dpsearch SUBDIR += drood SUBDIR += drraw diff --git a/www/download-gemist/Makefile b/www/download-gemist/Makefile new file mode 100644 index 000000000000..02e3e396c3da --- /dev/null +++ b/www/download-gemist/Makefile @@ -0,0 +1,29 @@ +# Created by: Martin Tournoij <martin@arp242.net> +# $FreeBSD$ +# + +PORTNAME= download-gemist +PORTVERSION= 1.2 +CATEGORIES= www python +MASTER_SITES= http://code.arp242.net/download-gemist/downloads/ + +MAINTAINER= martin@arp242.net +COMMENT= Download videos from the Dutch uitzending gemist site + +LICENSE= MIT + +USE_PYTHON= yes +NO_BUILD= yes +FETCH_ARGS= -Fpr + +PLIST_DIRS= %%DOCSDIR%% +PLIST_FILES= bin/download-gemist \ + bin/download-gemist-guide \ + %%DOCSDIR%%/README.md + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/download-gemist* ${PREFIX}/bin/ + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${DOCSDIR}/ + +.include <bsd.port.mk> diff --git a/www/download-gemist/distinfo b/www/download-gemist/distinfo new file mode 100644 index 000000000000..6d3c53a4c7e9 --- /dev/null +++ b/www/download-gemist/distinfo @@ -0,0 +1,2 @@ +SHA256 (download-gemist-1.2.tar.gz) = f27f72aed38e11e69187cfd30f07a545048f40ce52e439457bfbb28219f1d61d +SIZE (download-gemist-1.2.tar.gz) = 23052 diff --git a/www/download-gemist/pkg-descr b/www/download-gemist/pkg-descr new file mode 100644 index 000000000000..ae3e04440300 --- /dev/null +++ b/www/download-gemist/pkg-descr @@ -0,0 +1,12 @@ +Download-gemist downloads video's from the Dutch uitzending gemist site. + +Included tools: + +### download-gemist +Can download a single episode from the episode URL. + +### download-gemist-guide +This fetches information from a program page. You can use it download multiple +videos. + +WWW: http://code.arp242.net/download-gemist |