Initial import of youtube-dl.
youtube-dl is a small command-line program to download videos from YouTube.com okay and help naddy@, also help from weerd@
This commit is contained in:
parent
ab9b257d4c
commit
ab4bde40c7
35
www/youtube-dl/Makefile
Normal file
35
www/youtube-dl/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/26 19:30:51 pirofti Exp $
|
||||
|
||||
COMMENT= command-line program to download videos from YouTube.com
|
||||
|
||||
DISTNAME= youtube-dl-2008.10.16
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://www.arrakis.es/~rggi3/youtube-dl/
|
||||
|
||||
MAINTAINER= Paul Irofti <pirofti@openbsd.org>
|
||||
|
||||
# Public Domain
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.arrakis.es/~rggi3/youtube-dl/
|
||||
EXTRACT_ONLY=
|
||||
EXTRACT_SUFX=
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
do-build:
|
||||
sed '1s,.*,#!${MODPY_BIN},' ${FULLDISTDIR}/${DISTNAME} \
|
||||
>${WRKDIR}/youtube-dl
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/youtube-dl ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/youtube-dl/distinfo
Normal file
5
www/youtube-dl/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (youtube-dl-2008.10.16) = Q4l5PsHvMW9gKK4oMi7f8w==
|
||||
RMD160 (youtube-dl-2008.10.16) = 7pXcdcDCjUqDp8Sz+W1Ez/K4gTM=
|
||||
SHA1 (youtube-dl-2008.10.16) = 1Dhp6o58bGXJd9lFxR4Ox5Xrecc=
|
||||
SHA256 (youtube-dl-2008.10.16) = mAFGPgeqtbzfKESuO/dJQm7xwGmsA3p4aexETlPtreo=
|
||||
SIZE (youtube-dl-2008.10.16) = 31698
|
2
www/youtube-dl/pkg/DESCR
Normal file
2
www/youtube-dl/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
youtube-dl is a small command-line program for downloading videos
|
||||
from YouTube.com.
|
2
www/youtube-dl/pkg/PLIST
Normal file
2
www/youtube-dl/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/10/26 19:30:51 pirofti Exp $
|
||||
bin/youtube-dl
|
Loading…
Reference in New Issue
Block a user