diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-05-07 21:02:57 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-05-07 21:02:57 +0800 |
commit | 6ebcfebd56e0387d7a97a8adb932afc463647bfd (patch) | |
tree | 734dbcf1565a5edeb74c8f9eb775115474bf1ccd /www/xpi-videodownloader | |
parent | 4f8746647c7e45bc52d83d1c8c4bcd8e84080c58 (diff) | |
download | freebsd-ports-gnome-6ebcfebd56e0387d7a97a8adb932afc463647bfd.tar.gz freebsd-ports-gnome-6ebcfebd56e0387d7a97a8adb932afc463647bfd.tar.zst freebsd-ports-gnome-6ebcfebd56e0387d7a97a8adb932afc463647bfd.zip |
Add xpi-videodownloader 1.0, an extension to download videos files.
PR: ports/96835
Submitted by: chinsan <chinsan.tw@gmail.com>
Diffstat (limited to 'www/xpi-videodownloader')
-rw-r--r-- | www/xpi-videodownloader/Makefile | 25 | ||||
-rw-r--r-- | www/xpi-videodownloader/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-videodownloader/pkg-descr | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/www/xpi-videodownloader/Makefile b/www/xpi-videodownloader/Makefile new file mode 100644 index 000000000000..d638055a8997 --- /dev/null +++ b/www/xpi-videodownloader/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xpi-videodownloader +# Date created: 2006/05/06 +# Whom: chinsan <chinsan.tw@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= videodownloader +PORTVERSION= 1.0 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= ale@FreeBSD.org +COMMENT= An extension to download videos files + +XPI_ID= videodowloader@videodownloader.net +XPI_FILES= chrome/content/viddown.js chrome/content/viddown.xul \ + chrome/skin/classic/Thumbs.db chrome/skin/classic/viddown.css \ + chrome/skin/classic/video_16x16.png \ + chrome/skin/classic/video_24x24.png \ + chrome.manifest install.rdf +XPI_DIRS= chrome/content chrome/skin/classic chrome/skin chrome + +.include "../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-videodownloader/distinfo b/www/xpi-videodownloader/distinfo new file mode 100644 index 000000000000..023a34d23c79 --- /dev/null +++ b/www/xpi-videodownloader/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/videodownloader-1.0-fx.xpi) = 5dccce96114c8094490cd6a1944c3b72 +SHA256 (xpi/videodownloader-1.0-fx.xpi) = 997010a4ba71aca4cde83fe505460d62b9966c8b8f06663e089f0445534eb7a0 +SIZE (xpi/videodownloader-1.0-fx.xpi) = 20982 diff --git a/www/xpi-videodownloader/pkg-descr b/www/xpi-videodownloader/pkg-descr new file mode 100644 index 000000000000..0728a6ec09e9 --- /dev/null +++ b/www/xpi-videodownloader/pkg-descr @@ -0,0 +1,5 @@ +Download videos from Youtube, Google, Metacafe, iFilm, +Dailymotion... and other 60+ video sites ! And all embedded objects on a +webpage (movies, mp3s, flash, quicktime, etc) ! Directly ! + +WWW: https://addons.mozilla.org/firefox/2390/ |