mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add gcap 0.0.8, command line tool for downloading Youtube closed
captions. PR: ports/159580 Submitted by: Pierre Guinoiseau <geekounet at poildetroll.net>
This commit is contained in:
parent
24ea69e327
commit
dd94d549cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279124
@ -69,6 +69,7 @@
|
||||
SUBDIR += fxtv
|
||||
SUBDIR += gaupol
|
||||
SUBDIR += gavl
|
||||
SUBDIR += gcap
|
||||
SUBDIR += gcfilms
|
||||
SUBDIR += gdialog
|
||||
SUBDIR += gdvrecv
|
||||
|
28
multimedia/gcap/Makefile
Normal file
28
multimedia/gcap/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: gcap
|
||||
# Date created: 2011-08-07
|
||||
# Whom: Pierre Guinoiseau <geekounet@poildetroll.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gcap
|
||||
PORTVERSION= 0.0.8
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
MAINTAINER= geekounet@poildetroll.net
|
||||
COMMENT= Command line tool for downloading Youtube closed captions
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
RUN_DEPENDS= p5-Getopt-ArgvFile>=1.11:${PORTSDIR}/devel/p5-Getopt-ArgvFile \
|
||||
p5-HTML-Parser>=3.60:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
p5-XML-DOM>=1.44:${PORTSDIR}/textproc/p5-XML-DOM
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= gcap.1
|
||||
PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/gcap
|
||||
PLIST_FILES= bin/gcap ${SITE_PERL_REL}/${PERL_ARCH}/auto/gcap/.packlist
|
||||
|
||||
.include <bsd.port.mk>
|
2
multimedia/gcap/distinfo
Normal file
2
multimedia/gcap/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (gcap-0.0.8.tar.gz) = 3e521cec1c0ca2af8084dc39b9dcdfe65e50ad088000c85f58db2c1708a9dd1c
|
||||
SIZE (gcap-0.0.8.tar.gz) = 21191
|
3
multimedia/gcap/pkg-descr
Normal file
3
multimedia/gcap/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
gcap is a command line tool for downloading Youtube closed captions.
|
||||
|
||||
WWW: http://code.google.com/p/gcap/
|
Loading…
Reference in New Issue
Block a user