openbsd-ports/multimedia/iplayer-dl/Makefile
sthen 9dbc6a720b import iplayer-dl, N.B. this is for UK-based users, others don't have
access to the service it uses.  ok bernd@

The BBC launched an iPhone-specific version of the streaming iPlayer
service in March 2008. As the iPhone does not support Flash video,
this variant of the service uses browser sniffing to serve h.264
(`MP4') video to clients.

By pretending to be an iPhone, it's possible to download the MP4
files for offline viewing. You can find out more about the history
of this, and of the BBC's repeated attempts to prevent this, on the
Beebhack Wiki, http://beebhack.wikia.com/wiki/IPhone_H.264_version.
2008-11-23 11:17:53 +00:00

23 lines
479 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/11/23 11:17:53 sthen Exp $
COMMENT = allow UK users to download programmes from BBC iPlayer
DISTNAME = iplayer-dl-0.1.13
CATEGORIES = multimedia
HOMEPAGE = http://po-ru.com/projects/iplayer-downloader/
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://po-ru.com/files/
MODULES = lang/ruby
CONFIGURE_STYLE = ruby setup
.include <bsd.port.mk>