aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-04-02 19:23:57 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-04-02 19:23:57 +0000
commit73cb4c9feee568d56be0c0f7192809e361a4219f (patch)
treeeca87886e7fa28b93588b2c692b2f3c8c94879ce
parent6f209c0e2f16ec91faf76765db01345d849ed33c (diff)
downloadports-73cb4c9feee568d56be0c0f7192809e361a4219f.tar.gz
ports-73cb4c9feee568d56be0c0f7192809e361a4219f.zip
Remove multimedia/linux-divxplayer since developer's dropped the
application
Notes
Notes: svn path=/head/; revision=132240
-rw-r--r--MOVED1
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/linux-divxplayer/Makefile62
-rw-r--r--multimedia/linux-divxplayer/distinfo2
-rw-r--r--multimedia/linux-divxplayer/files/wrapper.sh14
-rw-r--r--multimedia/linux-divxplayer/pkg-descr8
-rw-r--r--multimedia/linux-divxplayer/pkg-message11
-rw-r--r--multimedia/linux-divxplayer/pkg-plist7
8 files changed, 1 insertions, 105 deletions
diff --git a/MOVED b/MOVED
index 238672d38126..7ba3d9cc42f7 100644
--- a/MOVED
+++ b/MOVED
@@ -1438,3 +1438,4 @@ x11-toolkits/bakery_gnomeui||2005-03-17|obsolete/no port need this
www/konqueror-nsplugins|x11/kdebase3|2005-03-20|moved back into kdebase3
science/mxp|graphics/mxp|2005-03-25|fix category
misc/kfile_torrent|net/kdenetwork3|2005-03-27|kfile_torrent included in kdenetwork package
+multimedia/linux-divxplayer||2005-04-02|developer's dropped the application
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 43b19ce60ff1..20408cb132d5 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -88,7 +88,6 @@
SUBDIR += libxine
SUBDIR += linux-divx4linux
SUBDIR += linux-divx4linux4
- SUBDIR += linux-divxplayer
SUBDIR += linux-realplayer
SUBDIR += linux-xmovie
SUBDIR += lsdvd
diff --git a/multimedia/linux-divxplayer/Makefile b/multimedia/linux-divxplayer/Makefile
deleted file mode 100644
index fddf0eed5e91..000000000000
--- a/multimedia/linux-divxplayer/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# New ports collection makefile for: divx.com player
-# Date created: Sun May 19 22:17:41 BRT 2002
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= divxplayer
-PORTVERSION= 0.2.0
-PORTREVISION= 1
-CATEGORIES= multimedia linux
-MASTER_SITES= http://download.divx.com/player/
-PKGNAMEPREFIX= linux-
-DISTNAME= divx-player-installer
-
-MAINTAINER= lioux@FreeBSD.org
-COMMENT= DivX(TM) Video Player for Linux from DivX.com
-
-RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs
-
-BROKEN= Unfetchable
-
-ONLY_FOR_ARCHS= i386
-
-USE_X_PREFIX= yes
-NO_BUILD= yes
-STRIP=
-WRKSRC= ${WRKDIR}/divx-player-installer
-STRIP_CMD= ${LINUXBASE}/usr/bin/strip
-
-.if exists(/usr/bin/brandelf)
-BRANDELF?= /usr/bin/brandelf
-.else
-BRANDELF?= brandelf
-.endif
-
-BINARY_NAME= divxPlayer.bin
-
-post-patch:
- @${SED} -e "s|%%DATADIR%%|${DATADIR}|" ${FILESDIR}/wrapper.sh \
- > ${WRKDIR}/wrapper.sh
-
-do-install:
-# skin files
- @${MKDIR} ${DATADIR}
- @${MKDIR} ${DATADIR}/Skins
- @${INSTALL_DATA} ${WRKSRC}/Skins/* ${DATADIR}/Skins
-# player
- @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME} ${PREFIX}/bin
- @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh \
- ${PREFIX}/bin/${BINARY_NAME:S/.bin$//}
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.pre.mk>
-
-pre-install:
-.if exists(${STRIP_CMD})
- @${STRIP_CMD} ${WRKSRC}/${BINARY_NAME}
-.endif
- @${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME}
-
-.include <bsd.port.post.mk>
diff --git a/multimedia/linux-divxplayer/distinfo b/multimedia/linux-divxplayer/distinfo
deleted file mode 100644
index 47bd1c168a88..000000000000
--- a/multimedia/linux-divxplayer/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (divx-player-installer.tar.gz) = d0c5188e0a70427f69ade79f6e780031
-SIZE (divx-player-installer.tar.gz) = 3888848
diff --git a/multimedia/linux-divxplayer/files/wrapper.sh b/multimedia/linux-divxplayer/files/wrapper.sh
deleted file mode 100644
index 06da03f21479..000000000000
--- a/multimedia/linux-divxplayer/files/wrapper.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-PROGRAM="${0}"
-DATADIR="%%DATADIR%%"
-DIVX_SKIN_DIR=${DATADIR}/Skins
-
-export DIVX_SKIN_DIR
-
-if [ -f ~/.divxPlayer/DivXPlayer.dbf ]
-then
- rm -f ~/.divxPlayer/DivXPlayer.dbf
-fi
-
-exec ${PROGRAM}.bin "${@}"
diff --git a/multimedia/linux-divxplayer/pkg-descr b/multimedia/linux-divxplayer/pkg-descr
deleted file mode 100644
index fcb842d75b17..000000000000
--- a/multimedia/linux-divxplayer/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-[ from developer's site ]
-
-The DivX(TM) Player for Linux from DivX.com is built from the same
-codebase as the Windows version. It performs exactly like its Windows
-cousin in all respects, and can even use the same skin files. Behold
-the wonders of cross-platform development.
-
-WWW: http://www.divx.com/
diff --git a/multimedia/linux-divxplayer/pkg-message b/multimedia/linux-divxplayer/pkg-message
deleted file mode 100644
index c2d67fdcfd6e..000000000000
--- a/multimedia/linux-divxplayer/pkg-message
+++ /dev/null
@@ -1,11 +0,0 @@
- ATTENTIONATTENTION:
-
-This port requires linux_base-7. linux_base-6 or earlier
-will not do. Please, make sure you have linux_base-7
-installed.
-
-Moreover, this is an an alpha release, so there are some bugs.
-Do not be surprised if the player does not work at all for
-you.
-
-Report all bugs to http://www.divx.com/
diff --git a/multimedia/linux-divxplayer/pkg-plist b/multimedia/linux-divxplayer/pkg-plist
deleted file mode 100644
index 3bbe720386b3..000000000000
--- a/multimedia/linux-divxplayer/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/divxPlayer
-bin/divxPlayer.bin
-share/divxplayer/Skins/Corner.zip
-share/divxplayer/Skins/Default.dps
-share/divxplayer/Skins/divxexplorer.dps
-@dirrm share/divxplayer/Skins
-@dirrm share/divxplayer