import ports/multimedia/get_flash_videos, suggestions/ok jasper@
Download or play videos from various Flash-based video hosting sites, without having to use the Flash player. You may optionally install rtmpdump to allow download from additional sites.
This commit is contained in:
parent
c82c4422b0
commit
d15e70f9db
42
multimedia/get_flash_videos/Makefile
Normal file
42
multimedia/get_flash_videos/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/10/19 08:09:16 sthen Exp $
|
||||
|
||||
COMMENT= download flash video files from various sites
|
||||
|
||||
DISTNAME= get_flash_videos-1.23
|
||||
EXTRACT_SUFX=
|
||||
CATEGORIES= multimedia
|
||||
|
||||
HOMEPAGE= http://get-flash-videos.googlecode.com/
|
||||
|
||||
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
||||
|
||||
# Apache 2.0
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
# any patches sent upstream should be against the modular source,
|
||||
# see http://github.com/monsieurvideo/get-flash-videos
|
||||
MASTER_SITES= ${HOMEPAGE}files/
|
||||
|
||||
# optional deps, not in ports yet:
|
||||
# Data::AMF::Packet (for nbc)
|
||||
# LWP::Protocol::socks (for socks proxies)
|
||||
RUN_DEPENDS= ::devel/p5-Term-ReadKey \
|
||||
::www/p5-libwww \
|
||||
::www/p5-URI \
|
||||
::www/p5-WWW-Mechanize
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
PKG_ARCH= *
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
do-extract:
|
||||
cp ${DISTDIR}/${DISTNAME} ${WRKSRC}/get_flash_videos
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/get_flash_videos ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
5
multimedia/get_flash_videos/distinfo
Normal file
5
multimedia/get_flash_videos/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (get_flash_videos-1.23) = 5bEPvuVqLiCR5jE72GQr/A==
|
||||
RMD160 (get_flash_videos-1.23) = 0MFhoEXUrf5TxmSqHxL2B8nCob8=
|
||||
SHA1 (get_flash_videos-1.23) = zhtlxnkklYzo2HILvt6scR6rdzU=
|
||||
SHA256 (get_flash_videos-1.23) = BL6WBro2SNPhB9xw4HwRYeccuuytSn+ontcsQl5cd6U=
|
||||
SIZE (get_flash_videos-1.23) = 184076
|
13
multimedia/get_flash_videos/patches/patch-get_flash_videos
Normal file
13
multimedia/get_flash_videos/patches/patch-get_flash_videos
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-get_flash_videos,v 1.1.1.1 2010/10/19 08:09:16 sthen Exp $
|
||||
|
||||
any patches sent upstream should be against the modular source,
|
||||
see http://github.com/monsieurvideo/get-flash-videos
|
||||
|
||||
--- get_flash_videos.orig Mon Oct 18 19:59:37 2010
|
||||
+++ get_flash_videos Mon Oct 18 19:59:40 2010
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env perl
|
||||
+#!/usr/bin/perl
|
||||
#################################################
|
||||
#
|
||||
# This file was automatically generated by utils/combine-perl.pl
|
3
multimedia/get_flash_videos/pkg/DESCR
Normal file
3
multimedia/get_flash_videos/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Download or play videos from various Flash-based video hosting
|
||||
sites, without having to use the Flash player. You may optionally
|
||||
install rtmpdump to allow download from additional sites.
|
2
multimedia/get_flash_videos/pkg/PLIST
Normal file
2
multimedia/get_flash_videos/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/10/19 08:09:16 sthen Exp $
|
||||
bin/get_flash_videos
|
Loading…
x
Reference in New Issue
Block a user