diff options
-rw-r--r-- | LEGAL | 1 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/linux-huludesktop/Makefile | 65 | ||||
-rw-r--r-- | multimedia/linux-huludesktop/distinfo | 2 | ||||
-rw-r--r-- | multimedia/linux-huludesktop/files/huludesktop.in | 19 | ||||
-rw-r--r-- | multimedia/linux-huludesktop/pkg-descr | 8 | ||||
-rw-r--r-- | multimedia/linux-huludesktop/pkg-plist | 10 |
8 files changed, 1 insertions, 106 deletions
@@ -128,7 +128,6 @@ HeroesOfMightAndMagic-* games/HeroesOfMightAndMagic Software is commercial homard-* french/homard The free downloading of HOMARD software is only allowed for coupling with Code_Aster. For any other use, a license agreement is requested. Please contact HOMARD project: <homard@edf.fr>. hplip-*-plugin.run print/hplip-plugin License agreement is required httprint_freebsd_*.zip security/httprint No cost for personal, education and non-commercial use -huludesktop-i386.rpm multimedia/linux-huludesktop No redistribution allowed, not for commercial use, export controlled HyperSpec-* devel/clisp-hyperspec Commercial redistribution prohibited HyperSpec-*.tar.gz devel/clisp-hyperspec Commercial redistribution prohibited ICON-AquaFusion.* x11-themes/gnome-icons-aqua-fusion Themes may contain artwork not done by the author. Keep FreeBSD safe if theme author violated copyrights. @@ -5710,3 +5710,4 @@ net/pppd23||2014-03-14|Has expired: Depends on PPPDISC net/ipa_ip6fw||2014-03-14|Has expired: Depends on IPv6 ipfw firewall palm/synce-hal||2014-03-14|Has expired: Requires pppd net/pppoa||2014-03-14|Has expired: Broken on FreeBSD 8 and later since june 2009 +multimedia/linux-huludesktop||2014-03-14|Removed diff --git a/multimedia/Makefile b/multimedia/Makefile index 037d3124c470..9948a169e87a 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -191,7 +191,6 @@ SUBDIR += libxspf SUBDIR += linux-f10-libtheora SUBDIR += linux-f10-libv4l - SUBDIR += linux-huludesktop SUBDIR += linux-realplayer SUBDIR += linux-tsmuxer SUBDIR += linux-xmovie diff --git a/multimedia/linux-huludesktop/Makefile b/multimedia/linux-huludesktop/Makefile deleted file mode 100644 index 5ed39d417c86..000000000000 --- a/multimedia/linux-huludesktop/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# Created by: Joseph S. Atkinson <jsa@wickedmachine.net> -# $FreeBSD$ - -PORTNAME= huludesktop -PORTVERSION= 0.9.8 -PORTREVISION?= 3 -CATEGORIES= multimedia linux -MASTER_SITES= http://download.hulu.com/ -PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME}-${LINUX_RPM_ARCH} -EXTRACT_SUFX= .rpm - -MAINTAINER= jsa@FreeBSD.org -COMMENT= Streaming video client for TV and movies on Hulu.com - -ONLY_FOR_ARCHS= i386 amd64 -LINUX_RPM_ARCH= i386 - -USE_LINUX= f10 -USE_LINUX_APPS= gtk2 -NO_BUILD= yes - -RPM2CPIO?= ${LOCALBASE}/bin/rpm2cpio -FLASHPLUGIN= linux-${USE_LINUX}-flashplugin -FLASHPATH= ${LOCALBASE}/lib/npapi/${FLASHPLUGIN}/libflashplayer.so -EXTRACT_DEPENDS+= ${RPM2CPIO}:${PORTSDIR}/archivers/rpm -RUN_DEPENDS+= ${FLASHPATH}:${PORTSDIR}/www/${FLASHPLUGIN}11 - -RESTRICTED= Non-redistributable, non-commercial, export controlled - -SUB_FILES= ${PORTNAME} - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 90000 -IGNORE= has known issues under 9.x. Define NO_IGNORE to install without support -.endif - -do-extract: - ${MKDIR} ${WRKSRC} - ${RPM2CPIO} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \ - ${TAR} xf - -C ${WRKSRC} - -do-install: - ${MKDIR} ${PREFIX}/etc/${PORTNAME} \ - ${PREFIX}/share/applications - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} - ${INSTALL_PROGRAM} ${WRKSRC}/usr/bin/${PORTNAME} \ - ${PREFIX}/libexec/${PORTNAME}.bin - ${INSTALL_DATA} ${WRKSRC}/etc/${PORTNAME}/hd_keymap.ini \ - ${PREFIX}/etc/${PORTNAME} -. for FILE in applications/${PORTNAME}.desktop pixmaps/${PORTNAME}.png - ${INSTALL_DATA} ${WRKSRC}/usr/share/${FILE} \ - ${PREFIX}/share/${FILE} -. endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -. for FILE in EULA LICENSE README - ${INSTALL_DATA} ${WRKSRC}/usr/share/doc/${PORTNAME}/${FILE} \ - ${DOCSDIR} -. endfor -.endif - -.include <bsd.port.post.mk> diff --git a/multimedia/linux-huludesktop/distinfo b/multimedia/linux-huludesktop/distinfo deleted file mode 100644 index 1df71f328b2c..000000000000 --- a/multimedia/linux-huludesktop/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (huludesktop-i386.rpm) = 3213b1536893d380ff77c38b70f1c3c6246e89d6817fce1427c53c68540c10d6 -SIZE (huludesktop-i386.rpm) = 558499 diff --git a/multimedia/linux-huludesktop/files/huludesktop.in b/multimedia/linux-huludesktop/files/huludesktop.in deleted file mode 100644 index b853fd0fa105..000000000000 --- a/multimedia/linux-huludesktop/files/huludesktop.in +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# This scripts attempts to locate Flash on behalf of the Hulu Desktop. -# Without this script, Hulu will be unable to find libflashplayer.so causing -# each user to manually configure ~/.huludesktop manually. -# - -PREFIX="%%PREFIX%%" - -if [ ! -e ~/.huludesktop ] - then - echo -e "[flash]" > ~/.huludesktop - echo -e "flash_location = `find ${PREFIX}/lib/npapi \ - -type f -name libflashplayer.so`" >> ~/.huludesktop -fi - -${PREFIX}/libexec/huludesktop.bin & diff --git a/multimedia/linux-huludesktop/pkg-descr b/multimedia/linux-huludesktop/pkg-descr deleted file mode 100644 index 13089e2d7de0..000000000000 --- a/multimedia/linux-huludesktop/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Hulu Desktop is a "lean-back viewing experince", providing streaming TV and -movies directly from Hulu to your desktop without the need for a flash enabled -web browser. Hulu Desktop provides full access to the Hulu Library. Signup not -required except for viewing mature content. - -Hulu content may not be available outside of the US. - -WWW: http://www.hulu.com/labs/hulu-desktop diff --git a/multimedia/linux-huludesktop/pkg-plist b/multimedia/linux-huludesktop/pkg-plist deleted file mode 100644 index 33af75ca72bb..000000000000 --- a/multimedia/linux-huludesktop/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -bin/huludesktop -etc/huludesktop/hd_keymap.ini -libexec/huludesktop.bin -share/applications/huludesktop.desktop -share/pixmaps/huludesktop.png -%%PORTDOCS%%%%DOCSDIR%%/EULA -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm etc/huludesktop |