svn commit: r301354 - in head/www: . get_flash_videos
Mario Sergio Fujikawa Ferreira
lioux at FreeBSD.org
Sun Jul 22 22:12:41 UTC 2012
Author: lioux
Date: Sun Jul 22 22:12:40 2012
New Revision: 301354
URL: http://svn.freebsd.org/changeset/ports/301354
Log:
New port get_flash_videos version 1.24 git date 20120610: Download
videos from various Flash-based video hosting sites
Added:
head/www/get_flash_videos/
head/www/get_flash_videos/Makefile (contents, props changed)
head/www/get_flash_videos/distinfo (contents, props changed)
head/www/get_flash_videos/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sun Jul 22 21:13:34 2012 (r301353)
+++ head/www/Makefile Sun Jul 22 22:12:40 2012 (r301354)
@@ -243,6 +243,7 @@
SUBDIR += geneweb
SUBDIR += geolizer
SUBDIR += geronimo
+ SUBDIR += get_flash_videos
SUBDIR += getleft
SUBDIR += gist
SUBDIR += glpi
Added: head/www/get_flash_videos/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/get_flash_videos/Makefile Sun Jul 22 22:12:40 2012 (r301354)
@@ -0,0 +1,51 @@
+# New ports collection makefile for: get_flash_videos
+# Date created: Sun Jul 22 20:49:07 UTC 2012
+# Whom: Mario Sergio Fujikawa Ferreira <lioux at FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME= get_flash_videos
+DISTVERSION= 1.24.${DISTFILE_DATE}
+CATEGORIES= www perl5
+MASTER_SITES= https://github.com/downloads/njtaylor/get-flash-videos/
+DISTNAME= ${PORTNAME}-1.24-git-${DISTFILE_DATE}
+EXTRACT_SUFX=
+EXTRACT_ONLY=
+
+MAINTAINER= lioux at FreeBSD.org
+COMMENT= Download videos from various Flash-based video hosting sites
+
+LICENSE= AL2
+
+RUN_DEPENDS= \
+ p5-Crypt-Blowfish_PP>=0:${PORTSDIR}/security/p5-Crypt-Blowfish_PP \
+ p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \
+ p5-Data-AMF>=0:${PORTSDIR}/converters/p5-Data-AMF \
+ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
+ p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \
+ p5-URI>=0:${PORTSDIR}/net/p5-URI \
+ p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
+ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
+ rtmpdump>=2.4.0:${PORTSDIR}/multimedia/rtmpdump
+
+FETCH_ARGS= -Fpr # work around 302 redirect at github
+USE_PERL5= 5.8.0+
+NO_BUILD= yes
+NO_WRKSUBDIR= yes
+
+DISTFILE_DATE= 20120610
+
+PLIST_FILES= bin/${PORTNAME}
+
+post-extract:
+ @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|/usr/bin/env perl|${PERL}|' \
+ ${WRKSRC}/${DISTNAME}
+
+do-install:
+ @${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
+ ${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.mk>
Added: head/www/get_flash_videos/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/get_flash_videos/distinfo Sun Jul 22 22:12:40 2012 (r301354)
@@ -0,0 +1,2 @@
+SHA256 (get_flash_videos-1.24-git-20120610) = 5db795c055ee25997d2f5afe7fbdd0b4e4a863ebea19ee8851a9921115dca477
+SIZE (get_flash_videos-1.24-git-20120610) = 287984
Added: head/www/get_flash_videos/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/get_flash_videos/pkg-descr Sun Jul 22 22:12:40 2012 (r301354)
@@ -0,0 +1,14 @@
+[ excerpt from developer's web site ]
+
+Download videos from various Flash-based video hosting sites, without
+having to use the Flash player. Handy for saving videos for watching
+offline, and means you don't have to keep upgrading Flash for sites
+that insist on a newer version of the player.
+
+YouTube, eHow, Brightcove (used by many sites like Channel 4, Daily
+Telegraph ...), BBC (news, etc), Metacafe, 5min, Google, fliqz,
+nicovideo, vimeo, Blip, Break, Collegehumor, Muzu, Sevenload,
+Megavideo, Wat.tv. Also includes a 'generic' method which works on
+many other sites.
+
+WWW: http://code.google.com/p/get-flash-videos/
More information about the svn-ports-head
mailing list