1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

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

PR:		ports/173567
Submitted by:	Martin Tournoij <martin@arp242.net>
This commit is contained in:
Martin Wilke 2013-02-10 14:28:22 +00:00
parent dfdf20e256
commit c6210f6aca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312027
4 changed files with 44 additions and 0 deletions

View File

@ -137,6 +137,7 @@
SUBDIR += dokuwiki
SUBDIR += dotclear
SUBDIR += dotproject
SUBDIR += download-gemist
SUBDIR += dpsearch
SUBDIR += drood
SUBDIR += drraw

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (download-gemist-1.2.tar.gz) = f27f72aed38e11e69187cfd30f07a545048f40ce52e439457bfbb28219f1d61d
SIZE (download-gemist-1.2.tar.gz) = 23052

View File

@ -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