diff options
Diffstat (limited to 'multimedia/linux-divx4linux4')
| -rw-r--r-- | multimedia/linux-divx4linux4/Makefile | 53 | ||||
| -rw-r--r-- | multimedia/linux-divx4linux4/distinfo | 1 | ||||
| -rw-r--r-- | multimedia/linux-divx4linux4/pkg-comment | 1 | ||||
| -rw-r--r-- | multimedia/linux-divx4linux4/pkg-descr | 12 | ||||
| -rw-r--r-- | multimedia/linux-divx4linux4/pkg-install | 78 | ||||
| -rw-r--r-- | multimedia/linux-divx4linux4/pkg-plist | 11 |
6 files changed, 0 insertions, 156 deletions
diff --git a/multimedia/linux-divx4linux4/Makefile b/multimedia/linux-divx4linux4/Makefile deleted file mode 100644 index a46272b5f5f7..000000000000 --- a/multimedia/linux-divx4linux4/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: divx4linux -# Date created: Mon Sep 24 15:40:14 BRT 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= divx4linux -PORTVERSION= 0.${RELEASE_DATE:S/_/./} -CATEGORIES= graphics linux -MASTER_SITES= http://download.divx.com/videocodecs/linux/ -DISTNAME= ${PORTNAME}-${RELEASE_DATE} -EXTRACT_SUFX= .tgz - -MAINTAINER= lioux@FreeBSD.org - -RESTRICTED= unsure of licensing issues - -ONLY_FOR_ARCHS= i386 -USE_LINUX_PREFIX= yes -WRKSRC= ${WRKDIR}/${DISTNAME:C/_.+$//} -NO_BUILD= yes -NO_LATEST_LINK= yes -PLIST_SUB= PKGNAME="${PKGNAME}" - -RELEASE_DATE= 20011010_4.02 - -PKGDEINSTALL= ${PKGINSTALL} - -post-patch: -.for ext in h linux txt - @${PERL} -pi -e "s/
//" ${WRKSRC}/*.${ext} -.endfor - -do-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${PREFIX}/usr/doc/${PKGNAME} -.for ext in linux txt - @${INSTALL_DATA} ${WRKSRC}/*.${ext} ${PREFIX}/usr/doc/${PKGNAME} -.endfor -.endif -# Header file installation - @${MKDIR} ${PREFIX}/usr/include/divx4 - @${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/usr/include/divx4 - @${MKDIR} ${PREFIX}/usr/lib/divx4 - @${INSTALL_DATA} ${WRKSRC}/*.so ${PREFIX}/usr/lib/divx4 - @${LINUXBASE}/sbin/ldconfig - -post-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} \ - ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/multimedia/linux-divx4linux4/distinfo b/multimedia/linux-divx4linux4/distinfo deleted file mode 100644 index 2e3336c0bea1..000000000000 --- a/multimedia/linux-divx4linux4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (divx4linux-20011010_4.02.tgz) = 5429fb8b3b8e6373f2ab05ecf90238bc diff --git a/multimedia/linux-divx4linux4/pkg-comment b/multimedia/linux-divx4linux4/pkg-comment deleted file mode 100644 index 7a83722f7a13..000000000000 --- a/multimedia/linux-divx4linux4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Linux binary release of DivX 4 (TM) Codec diff --git a/multimedia/linux-divx4linux4/pkg-descr b/multimedia/linux-divx4linux4/pkg-descr deleted file mode 100644 index d51a8e742d83..000000000000 --- a/multimedia/linux-divx4linux4/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -[excerpt from DivX (TM) site] - -The center of DivX MPEG-4 Codec is the DivX codec core. It is the -engine of the codec. The codec core processes either the video -image or MPEG-4 bitstream, and it uses the compression and -decompression to convert information between the formats. The codec -core includes two parts - an encoder (that compresses the video -image into MPEG-4 bitstreams) and a decoder (that decompresses the -MPEG-4 bitstream back into video images). The encoder core is named -"encore", and the decoder core "decore". - -WWW: http://www.divx.com/ diff --git a/multimedia/linux-divx4linux4/pkg-install b/multimedia/linux-divx4linux4/pkg-install deleted file mode 100644 index 717da383ae14..000000000000 --- a/multimedia/linux-divx4linux4/pkg-install +++ /dev/null @@ -1,78 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -[ $# != 2 ] && exit 1 -PKGNAME=$1 -ACTION=$2 - -LIB_DIR=/usr/lib/divx4 -ETC_DIR=${PKG_PREFIX}/etc - -ETC_FILE=ld.so.conf - -FMT=fmt -GREP=grep -LDCONFIG=/compat/linux/sbin/ldconfig -PERL=perl - -case "$ACTION" in - -POST-INSTALL) - echo "$PKGNAME: ======> <======" - - if [ -f ${ETC_DIR}/${ETC_FILE} ] - then -IS_IT_THERE=`${GREP} -E -e "^${LIB_DIR}$" ${ETC_DIR}/${ETC_FILE}` - - if [ -z "${IS_IT_THERE}" ] - then - echo "${LIB_DIR}" >> ${ETC_DIR}/${ETC_FILE} - fi - - ${LDCONFIG} - - else - echo "$PKGNAME: ERROR: There is NO ${ETC_DIR}/${ETC_FILE}" | ${FMT} - echo "$PKGNAME: ERROR: Check your system." | ${FMT} - fi - - echo "$PKGNAME: ======> <======" - ;; - -DEINSTALL) - echo "$PKGNAME: ======> <======" - - if [ -f ${ETC_DIR}/${ETC_FILE} ] - then -IS_IT_THERE=`${GREP} -E -e "^${LIB_DIR}$" ${ETC_DIR}/${ETC_FILE}` - - if [ -n "${IS_IT_THERE}" ] - then - ${PERL} -pi -e "s|^${LIB_DIR}\n$||" \ - ${ETC_DIR}/${ETC_FILE} - else - echo "$PKGNAME: ERROR: Existing ${ETC_DIR}/${ETC_FILE} configuration file was modified by hand." | ${FMT} - echo "$PKGNAME: You probably edited it by hand. Therefore, I can't automatically modify it." - echo "$PKGNAME: There is no problem." - echo "$PKGNAME: Just make sure it does not contain a line with '${LIB_DIR}'" - fi - - ${LDCONFIG} - - else - echo "$PKGNAME: ERROR: There is NO ${ETC_DIR}/${ETC_FILE}" | ${FMT} - echo "$PKGNAME: ERROR: Check your system." | ${FMT} - fi - - echo "$PKGNAME: ======> <======" - ;; - -PRE-INSTALL|POST-DEINSTALL) - ;; - -*) - exit 1 - ;; -esac - -exit diff --git a/multimedia/linux-divx4linux4/pkg-plist b/multimedia/linux-divx4linux4/pkg-plist deleted file mode 100644 index 695fccc4437a..000000000000 --- a/multimedia/linux-divx4linux4/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -%%PORTDOCS%%usr/doc/%%PKGNAME%%/Codec Core Interface.txt -%%PORTDOCS%%usr/doc/%%PKGNAME%%/license.txt -%%PORTDOCS%%usr/doc/%%PKGNAME%%/RELNOTES.linux -usr/include/divx4/decore.h -usr/include/divx4/encore2.h -usr/include/divx4/mv_hint.h -usr/lib/divx4/libdivxdecore.so -usr/lib/divx4/libdivxencore.so -@dirrm usr/lib/divx4 -@dirrm usr/include/divx4 -%%PORTDOCS%%@dirrm usr/doc/%%PKGNAME%% |
