aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2006-12-12 23:42:12 +0800
committervd <vd@FreeBSD.org>2006-12-12 23:42:12 +0800
commitd0de5e2e8cad6f787bebf2d0ff495927cbd4997f (patch)
tree7b66ef219b8763e9b66a14e48672cef7ebe16344 /multimedia
parent2b0fff8dd0cf19019a960d5f7076053eae1c5470 (diff)
downloadfreebsd-ports-gnome-d0de5e2e8cad6f787bebf2d0ff495927cbd4997f.tar.gz
freebsd-ports-gnome-d0de5e2e8cad6f787bebf2d0ff495927cbd4997f.tar.zst
freebsd-ports-gnome-d0de5e2e8cad6f787bebf2d0ff495927cbd4997f.zip
Remove expired leaf ports:
2006-12-01 www/nspostgres: Use www/aolserver with WITH_NSPOSTGRES=1 instead. 2006-12-01 www/fxhtml: crusty old a.out binary, not useful any more 2006-12-01 www/jakarta-tomcat3: Please use www/tomcat55 instead 2006-12-10 shells/mudsh: Project disappeared from the internet 2006-12-09 print/py-freetype: Project has disappeared and is no longer fetchable 2006-12-01 palm/syncal: Does not build with new pilot-link 2006-12-01 net/tn3270: dumps core. Please use net/c3270 instead 2006-12-01 multimedia/dvdwizard: has an incomplete dependency list
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/dvdwizard/Makefile111
-rw-r--r--multimedia/dvdwizard/distinfo3
-rw-r--r--multimedia/dvdwizard/files/dvdwizard_seq24
-rw-r--r--multimedia/dvdwizard/files/patch-chaptercheck20
-rw-r--r--multimedia/dvdwizard/files/patch-dvdtguess24
-rw-r--r--multimedia/dvdwizard/files/patch-mk_vmgm10
-rw-r--r--multimedia/dvdwizard/files/patch-mk_vtsm22
-rw-r--r--multimedia/dvdwizard/files/patch-mk_vtsm_audio10
-rw-r--r--multimedia/dvdwizard/pkg-descr16
10 files changed, 0 insertions, 241 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 1ae1e9dbf8d9..971c53c2c39b 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -26,7 +26,6 @@
SUBDIR += dvdauthor
SUBDIR += dvdrip
SUBDIR += dvdstyler
- SUBDIR += dvdwizard
SUBDIR += dvts
SUBDIR += eclair
SUBDIR += emotion
diff --git a/multimedia/dvdwizard/Makefile b/multimedia/dvdwizard/Makefile
deleted file mode 100644
index a782bde517f2..000000000000
--- a/multimedia/dvdwizard/Makefile
+++ /dev/null
@@ -1,111 +0,0 @@
-# New ports collection makefile for: dvdwizard
-# Date created: Fri Dec 9 03:01:18 UTC 2005
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= dvdwizard
-PORTVERSION= 0.4.1
-PORTREVISION= 5
-CATEGORIES= multimedia
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
-MASTER_SITE_SUBDIR= udrecsuite
-DISTNAME= udrec_suite-${PORTVERSION}
-
-MAINTAINER= lioux@FreeBSD.org
-COMMENT= Automated creation of DVDs with chapters and menus
-
-RUN_DEPENDS= \
- toolame:${PORTSDIR}/audio/toolame \
- convert:${PORTSDIR}/graphics/ImageMagick \
- gnuls:${PORTSDIR}/misc/gnuls \
- seq2:${PORTSDIR}/misc/seq2 \
- dvdauthor:${PORTSDIR}/multimedia/dvdauthor \
- spumux:${PORTSDIR}/multimedia/dvdauthor \
- mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \
- ppmtoy4m:${PORTSDIR}/multimedia/mjpegtools \
- transcode:${PORTSDIR}/multimedia/transcode \
- y4mscaler:${PORTSDIR}/multimedia/y4mscaler \
- bash:${PORTSDIR}/shells/bash
-
-IGNORE= has an incomplete dependency list
-DEPRECATED= ${IGNORE}
-EXPIRATION_DATE=2006-12-01
-
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
-
-MANLANG= de.ISO8859-1
-MAN1= chaptercheck.1 \
- dvdcpics.1 \
- dvdtguess.1 \
- dvdwizard.1
-MAN5= dvdwizard.conf.5
-
-SCRIPT_FILES= \
- chaptercheck \
- dvdcpics \
- dvdtguess \
- dvdwizard \
- mk_vmgm \
- mk_vtsm \
- mk_vtsm_audio \
- mpgprobe
-
-PLIST_DIRS= \
- %%DATADIR%% \
- %%EXAMPLESDIR%%
-PLIST_FILES= \
- ${SCRIPT_FILES:S,^,bin/,} \
- bin/dvdwizard_seq \
- %%DATADIR%%/dvdwizardrc \
- %%EXAMPLESDIR%%/dvdwizard.conf.sample
-
-.ifndef(NOPORTDOCS)
-PORTDOCS= README
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -E \
- -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \
- -e 's|^(rcfile[[:space:]]*=).*$$|\1"${DATADIR}/dvdwizardrc"|' \
- -e 's|`seq[[:space:]]+(.+)`|`dvdwizard_seq \1`|' \
- -e 's|\(seq[[:space:]]+(.+)\)|(dvdwizard_seq \1)|' \
- -e 's|==|=|' \
- -e 's|ls -QS|gnuls -QS|' \
- -e 's|ls -S|gnuls -S|' \
- -e 's|sed[[:space:]]+-i[[:space:]]|sed -i \"\" |' \
- ${WRKSRC}/*
-
-do-install:
-# script
-.for script in ${SCRIPT_FILES}
- @${INSTALL_SCRIPT} ${WRKSRC}/${script} ${PREFIX}/bin
-.endfor
-# examples
- @${MKDIR} ${EXAMPLESDIR}
- @${INSTALL_DATA} ${WRKSRC}/dvdwizard.conf.sample \
- ${EXAMPLESDIR}
-# shared data
- @${MKDIR} ${DATADIR}
- @${INSTALL_DATA} ${WRKSRC}/dvdwizardrc \
- ${DATADIR}
-# emulation
- @${INSTALL_SCRIPT} ${FILESDIR}/dvdwizard_seq \
- ${PREFIX}/bin
-# man
-.for file in ${MAN1}
- @${INSTALL_MAN} ${WRKSRC}/../man/${file} ${MAN1PREFIX}/man/${MANLANG}/man1
-.endfor
-.for file in ${MAN5}
- @${INSTALL_MAN} ${WRKSRC}/../man/${file} ${MAN1PREFIX}/man/${MANLANG}/man5
-.endfor
-# docs
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README \
- ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/multimedia/dvdwizard/distinfo b/multimedia/dvdwizard/distinfo
deleted file mode 100644
index 8a64485978d8..000000000000
--- a/multimedia/dvdwizard/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (udrec_suite-0.4.1.tar.gz) = 375fab1573379da4bb1e6c748732e5e3
-SHA256 (udrec_suite-0.4.1.tar.gz) = d20e85c792d2fee3942c09d8ce6fdd3df31ca22ef96e403f695ca2544e72fe51
-SIZE (udrec_suite-0.4.1.tar.gz) = 1725883
diff --git a/multimedia/dvdwizard/files/dvdwizard_seq b/multimedia/dvdwizard/files/dvdwizard_seq
deleted file mode 100644
index e8f97cdb361e..000000000000
--- a/multimedia/dvdwizard/files/dvdwizard_seq
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-if [ ${#} -le 3 ]; then
- if [ ${#} -eq 2 ]; then
- start="${1}"
- increment="1"
- end="${2}"
- elif [ ${#} -eq 3 ]; then
- start="${1}"
- increment="${2}"
- end="${3}"
- fi
-
- if [ ${start} -eq ${end} ]; then
- echo "${start}"
- return 0
- elif [ ${start} -lt ${end} ]; then
- exec seq2 -s ${start} -e ${end} -i ${increment}
- else
- exec seq2 -s ${end} -e ${start} -i ${increment} | sort -n -r
- fi
-else
- return 1
-fi
diff --git a/multimedia/dvdwizard/files/patch-chaptercheck b/multimedia/dvdwizard/files/patch-chaptercheck
deleted file mode 100644
index f5e93a00f4ef..000000000000
--- a/multimedia/dvdwizard/files/patch-chaptercheck
+++ /dev/null
@@ -1,20 +0,0 @@
---- chaptercheck.orig Wed Dec 14 09:55:38 2005
-+++ chaptercheck Wed Dec 14 09:56:47 2005
-@@ -100,7 +100,7 @@
- echo "Invalid interval specified, $cSpec is not numeric. Aborting" >&2
- usage
- fi
-- chapterList=`seq -s, 0 $interval $maxlen`
-+ chapterList=`seq2 -s 0 -i $interval -e $maxlen | tr " " ","`
- else
- mode="string"
- chapterList="$cSpec"
-@@ -152,7 +152,7 @@
-
- if [ $checkfrac -ne $frac ]; then
- echo $chapter: fractions not a multiple of $fracInt >&2
-- let "errors+=1"
-+# let "errors+=1"
- fi
- fi
- fi
diff --git a/multimedia/dvdwizard/files/patch-dvdtguess b/multimedia/dvdwizard/files/patch-dvdtguess
deleted file mode 100644
index f2cd24faf49f..000000000000
--- a/multimedia/dvdwizard/files/patch-dvdtguess
+++ /dev/null
@@ -1,24 +0,0 @@
---- dvdtguess.orig Wed Dec 14 08:49:13 2005
-+++ dvdtguess Wed Dec 14 08:49:58 2005
-@@ -37,17 +37,17 @@
- #
- fext=."${tfile##*.}"
- fBase=$(basename "$tfile" "$fext")
--spacename=`echo "$fBase" | tr '_' ' ' | tr --squeeze-repeats ' '`
-+spacename=`echo "$fBase" | tr '_' ' ' | tr -s ' '`
- words=`echo "$spacename" | wc -w`
- for i in `seq 1 $words`; do
- actword=`echo "$spacename" | cut -d' ' -f$i`
- if [ -z "$tstring" ]; then # if we're at the beginning
-- if [ "$(echo $actword | tr --squeeze-repeats [A-Z] ' ')" != " " ]; then # if the word is not complete upper-case
-- if [ "$(echo $actword | tr --squeeze-repeats [0-9] ' ')" != " " -o ${#actword} -gt 1 ]; then # and not one numeric digit (e.g. PREMIERE 1, SAT 1, PRO 7)
-+ if [ "$(echo $actword | tr -s [A-Z] | tr -s ' ')" != " " ]; then # if the word is not complete upper-case
-+ if [ "$(echo $actword | tr -s [0-9] | tr -s ' ')" != " " -o ${#actword} -gt 1 ]; then # and not one numeric digit (e.g. PREMIERE 1, SAT 1, PRO 7)
- tstring=$actword # then begin writing the title
- fi
- fi
-- elif [ "$(echo $actword | tr --squeeze-repeats [0-9] ' ')" != " " ] || [ ${#actword} -lt 6 ]; then # append words to title
-+ elif [ "$(echo $actword | tr -s [0-9] | tr -s ' ')" != " " ] || [ ${#actword} -lt 6 ]; then # append words to title
- tstring="$tstring $actword" # if they are not numeric or have less the 6 digits
- fi
- done
diff --git a/multimedia/dvdwizard/files/patch-mk_vmgm b/multimedia/dvdwizard/files/patch-mk_vmgm
deleted file mode 100644
index 76c64953a76c..000000000000
--- a/multimedia/dvdwizard/files/patch-mk_vmgm
+++ /dev/null
@@ -1,10 +0,0 @@
---- mk_vmgm.orig Wed Dec 14 10:10:24 2005
-+++ mk_vmgm Wed Dec 14 10:09:27 2005
-@@ -655,6 +655,7 @@
- encNorm="p"
- fi
- ppmtoy4m -n 10 -F "$encFrameRate" -r "$workbg" | \
-+ y4mscaler -O chromass=420MPEG2 -O size=SRC -O sar=SRC | \
- mpeg2enc -a 2 -n "$encNorm" -f 8 -o "$videotrack" || error_out
- mplex -f 8 -o /dev/stdout "$videotrack" "$audiotrack" | \
- spumux -v4 "$spuxml" > "$menumpeg" || error_out
diff --git a/multimedia/dvdwizard/files/patch-mk_vtsm b/multimedia/dvdwizard/files/patch-mk_vtsm
deleted file mode 100644
index 0bf8ea7a094b..000000000000
--- a/multimedia/dvdwizard/files/patch-mk_vtsm
+++ /dev/null
@@ -1,22 +0,0 @@
---- mk_vtsm.orig Wed Dec 14 11:16:44 2005
-+++ mk_vtsm Wed Dec 14 11:17:57 2005
-@@ -217,9 +217,9 @@
- convert -size $patchsize xc:transparent -density "$normDensity" -units PixelsPerInch "$emptybutton" || error_out
- for i in 0 1 2; do
- bmask[i]="$workDir"/tmp_bmask_"${suffix[i]}".png
-- convert -size $thumbsize xc:transparent -density "$normDensity" -units PixelsPerInch \
-+ convert +antialias -size $thumbsize xc:green -density "$normDensity" -units PixelsPerInch \
- -bordercolor "${color[i]}" -border $bordersize \
-- -bordercolor transparent -border $borderspace "${bmask[i]}" || error_out
-+ -bordercolor green -border $borderspace -transparent green "${bmask[i]}" || error_out
- done
-
- #
-@@ -528,6 +528,7 @@
- encNorm="p"
- fi
- ppmtoy4m -n 10 -F "$encFrameRate" -r "$vtsmBG" | \
-+ y4mscaler -O chromass=420MPEG2 -O size=SRC -O sar=SRC | \
- mpeg2enc -a 2 -n "$encNorm" -f 8 -o "$videotrack" || error_out
- mplex -f 8 -o /dev/stdout "$videotrack" "$audiotrack" | \
- spumux -v4 "$spuxml" > "$menumpeg" || error_out
diff --git a/multimedia/dvdwizard/files/patch-mk_vtsm_audio b/multimedia/dvdwizard/files/patch-mk_vtsm_audio
deleted file mode 100644
index 41f1cca26422..000000000000
--- a/multimedia/dvdwizard/files/patch-mk_vtsm_audio
+++ /dev/null
@@ -1,10 +0,0 @@
---- mk_vtsm_audio.orig Wed Dec 14 10:27:12 2005
-+++ mk_vtsm_audio Wed Dec 14 10:27:04 2005
-@@ -384,6 +384,7 @@
- encNorm="p"
- fi
- ppmtoy4m -n 10 -F "$encFrameRate" -r "$vtsmBG" | \
-+ y4mscaler -O chromass=420MPEG2 -O size=SRC -O sar=SRC | \
- mpeg2enc -a 2 -n "$encNorm" -f 8 -o "$videotrack" || error_out
- mplex -f 8 -o /dev/stdout "$videotrack" "$audiotrack" | \
- spumux -v4 "$spuxml" > "$menumpeg" || error_out
diff --git a/multimedia/dvdwizard/pkg-descr b/multimedia/dvdwizard/pkg-descr
deleted file mode 100644
index 64a236706fb7..000000000000
--- a/multimedia/dvdwizard/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-[ excerpt from distfile's README with modifications ]
-
-dvdwizard is a wrapper-script which incorporates a fully automated
-creation of a DVD-structure with Chapters and menus from one or
-more mpeg-streams. This is done by several "sub-scripts" and various
-freely available tools.
-
-A lot of things have changed since the initial version. It is now
-possible to author multiple titlesets at once, PAL or NTSC is
-supported. If the movie has more than one audio stream, an audio
-selection menu will be shown, languages of audio tracks are now
-freely customizable. Also, a configuration file has been introduced.
-
-WWW: http://udrecsuite.sourceforge.net/
-
--- lioux@FreeBSD.org