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:
parent
dfdf20e256
commit
c6210f6aca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312027
@ -137,6 +137,7 @@
|
||||
SUBDIR += dokuwiki
|
||||
SUBDIR += dotclear
|
||||
SUBDIR += dotproject
|
||||
SUBDIR += download-gemist
|
||||
SUBDIR += dpsearch
|
||||
SUBDIR += drood
|
||||
SUBDIR += drraw
|
||||
|
29
www/download-gemist/Makefile
Normal file
29
www/download-gemist/Makefile
Normal 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>
|
2
www/download-gemist/distinfo
Normal file
2
www/download-gemist/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (download-gemist-1.2.tar.gz) = f27f72aed38e11e69187cfd30f07a545048f40ce52e439457bfbb28219f1d61d
|
||||
SIZE (download-gemist-1.2.tar.gz) = 23052
|
12
www/download-gemist/pkg-descr
Normal file
12
www/download-gemist/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user