aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-10-16 15:29:32 +0000
committerRene Ladan <rene@FreeBSD.org>2019-10-16 15:29:32 +0000
commit13d4527a34237c3848445140a659128518ca196f (patch)
treea59de3287464c291f091b739fe407ba6df10c951 /multimedia
parenta12065703469e10f4f34b1e43555af92cfceaa6c (diff)
Notes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/Makefile7
-rw-r--r--multimedia/audiopreview/Makefile26
-rw-r--r--multimedia/audiopreview/distinfo2
-rw-r--r--multimedia/audiopreview/pkg-descr6
-rw-r--r--multimedia/dvts/Makefile35
-rw-r--r--multimedia/dvts/distinfo4
-rw-r--r--multimedia/dvts/files/patch-Makefile.am6
-rw-r--r--multimedia/dvts/files/patch-configure.in20
-rw-r--r--multimedia/dvts/pkg-descr5
-rw-r--r--multimedia/dvts/pkg-plist5
-rw-r--r--multimedia/gcfilms/Makefile37
-rw-r--r--multimedia/gcfilms/distinfo2
-rw-r--r--multimedia/gcfilms/pkg-descr3
-rw-r--r--multimedia/gcfilms/pkg-plist256
-rw-r--r--multimedia/kissdx/Makefile68
-rw-r--r--multimedia/kissdx/distinfo2
-rw-r--r--multimedia/kissdx/files/kissdx.in30
-rw-r--r--multimedia/kissdx/files/pkg-message.in13
-rw-r--r--multimedia/kissdx/pkg-descr9
-rw-r--r--multimedia/playd/Makefile33
-rw-r--r--multimedia/playd/distinfo2
-rw-r--r--multimedia/playd/pkg-descr7
-rw-r--r--multimedia/subtitleeditor/Makefile45
-rw-r--r--multimedia/subtitleeditor/distinfo2
-rw-r--r--multimedia/subtitleeditor/files/patch-plugins_actions_documentmanagement_documentmanagement.cc15
-rw-r--r--multimedia/subtitleeditor/files/patch-plugins_actions_insertsubtitlefromkeyframe_insertsubtitlefromkeyframe.cc11
-rw-r--r--multimedia/subtitleeditor/files/patch-plugins_actions_keyframesmanagement_keyframesmanagement.cc11
-rw-r--r--multimedia/subtitleeditor/files/patch-plugins_subtitleformats_sami_sami.cc11
-rw-r--r--multimedia/subtitleeditor/files/patch-src_subtitleview.cc11
-rw-r--r--multimedia/subtitleeditor/files/patch-src_utility.h20
-rw-r--r--multimedia/subtitleeditor/files/patch-src_vp_gstplayer.cc11
-rw-r--r--multimedia/subtitleeditor/pkg-descr6
-rw-r--r--multimedia/subtitleeditor/pkg-plist196
-rw-r--r--multimedia/umr/Makefile22
-rw-r--r--multimedia/umr/distinfo2
-rw-r--r--multimedia/umr/files/patch-Makefile24
-rw-r--r--multimedia/umr/pkg-descr7
37 files changed, 0 insertions, 972 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 29069df80b6c..34cf46f71f54 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -16,7 +16,6 @@
SUBDIR += audacious-gtk3
SUBDIR += audacious-plugins
SUBDIR += audacious-plugins-gtk3
- SUBDIR += audiopreview
SUBDIR += avidemux
SUBDIR += avidemux-cli
SUBDIR += avidemux-plugins
@@ -60,7 +59,6 @@
SUBDIR += dvdid
SUBDIR += dvdrip
SUBDIR += dvdstyler
- SUBDIR += dvts
SUBDIR += emby-server
SUBDIR += emovix
SUBDIR += ffaudioconverter
@@ -78,7 +76,6 @@
SUBDIR += fxtv
SUBDIR += gaupol
SUBDIR += gavl
- SUBDIR += gcfilms
SUBDIR += gdialog
SUBDIR += gdvrecv
SUBDIR += gmerlin
@@ -175,7 +172,6 @@
SUBDIR += kdemultimedia-ffmpegthumbs
SUBDIR += kdenlive
SUBDIR += kf5-kmediaplayer
- SUBDIR += kissdx
SUBDIR += kmplayer
SUBDIR += kodi
SUBDIR += kodi-addon-inputstream.adaptive-devel
@@ -318,7 +314,6 @@
SUBDIR += photofilmstrip
SUBDIR += php-pHash
SUBDIR += pitivi
- SUBDIR += playd
SUBDIR += plexmediaserver
SUBDIR += plexmediaserver-plexpass
SUBDIR += plexwatch
@@ -392,7 +387,6 @@
SUBDIR += spook
SUBDIR += subsync
SUBDIR += subtitlecomposer
- SUBDIR += subtitleeditor
SUBDIR += subtitleoffsetmodifier
SUBDIR += subtitleripper
SUBDIR += subtools
@@ -413,7 +407,6 @@
SUBDIR += tstools
SUBDIR += tvheadend
SUBDIR += umph
- SUBDIR += umr
SUBDIR += ustreamer
SUBDIR += v4l-utils
SUBDIR += v4l_compat
diff --git a/multimedia/audiopreview/Makefile b/multimedia/audiopreview/Makefile
deleted file mode 100644
index bf11782d75c8..000000000000
--- a/multimedia/audiopreview/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: kevlo
-# $FreeBSD$
-
-PORTNAME= audiopreview
-PORTVERSION= 0.6
-PORTREVISION= 2
-CATEGORIES= multimedia
-MASTER_SITES= http://audiopreview.codealpha.net/files/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Command-line tool to play previews of audio and video files
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-USES= gettext gmake pkgconfig
-USE_GSTREAMER= core
-USE_GNOME= intltool
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib
-
-PLIST_FILES= bin/audiopreview man/man1/audiopreview.1.gz
-
-.include <bsd.port.mk>
diff --git a/multimedia/audiopreview/distinfo b/multimedia/audiopreview/distinfo
deleted file mode 100644
index dc6ea1c05587..000000000000
--- a/multimedia/audiopreview/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (audiopreview-0.6.tar.gz) = cbf00bba2a41d73ef78d9125b9558051db821cff24995f5959b1138016f06f36
-SIZE (audiopreview-0.6.tar.gz) = 133269
diff --git a/multimedia/audiopreview/pkg-descr b/multimedia/audiopreview/pkg-descr
deleted file mode 100644
index 43d833e3523a..000000000000
--- a/multimedia/audiopreview/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Audiopreview is a command-line tool that can play previews of your
-audio files as well as video files, and even internet media streams.
-It will play your whole media library without any problem and can
-also be used as a regular media player.
-
-WWW: http://audiopreview.codealpha.net/audiopreview/
diff --git a/multimedia/dvts/Makefile b/multimedia/dvts/Makefile
deleted file mode 100644
index da672802e685..000000000000
--- a/multimedia/dvts/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: nork@FreeBSD.org
-# $FreeBSD$
-
-PORTNAME= dvts
-PORTVERSION= 1.0a
-PORTREVISION= 5
-CATEGORIES= multimedia
-MASTER_SITES= http://www.sfc.wide.ad.jp/DVTS/software/
-DISTNAME= ${PORTNAME}${PORTVERSION}
-
-PATCH_SITES= http://people.freebsd.org/~simokawa/firewire/
-PATCHFILES= dvts-patch-20030805
-PATCH_DIST_STRIP= -p4
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Implementation of Digital Video Transport System
-
-LICENSE= BSD4CLAUSE
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-CONFLICTS= gdvrecv-[0-9]*
-
-USES= autoreconf
-GNU_CONFIGURE= yes
-
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/dvts.1 ${STAGEDIR}${MANPREFIX}/man/man1/
- ${INSTALL_MAN} ${WRKSRC}/dvsend/dvsend.1 ${STAGEDIR}${MANPREFIX}/man/man1/
- ${INSTALL_MAN} ${WRKSRC}/dvrecv/dvrecv.1 ${STAGEDIR}${MANPREFIX}/man/man1/
-
-.include <bsd.port.mk>
diff --git a/multimedia/dvts/distinfo b/multimedia/dvts/distinfo
deleted file mode 100644
index bffe21c1ee69..000000000000
--- a/multimedia/dvts/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (dvts1.0a.tar.gz) = 168f54e57705877607c22237b0195911baa4474398e41a5df399199696284956
-SIZE (dvts1.0a.tar.gz) = 128156
-SHA256 (dvts-patch-20030805) = 7b92f79d93c6749e41c311abc7353d3c3df9fe73825cce377b081ea20e297835
-SIZE (dvts-patch-20030805) = 32938
diff --git a/multimedia/dvts/files/patch-Makefile.am b/multimedia/dvts/files/patch-Makefile.am
deleted file mode 100644
index 654b5c141dd6..000000000000
--- a/multimedia/dvts/files/patch-Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
---- Makefile.am.orig 2003-02-28 16:57:31 UTC
-+++ Makefile.am
-@@ -1,2 +1,2 @@
- @SET_MAKE@
--SUBDIRS=dvsend dvrecv dvplay dvsave
-+SUBDIRS=dvsend dvrecv
diff --git a/multimedia/dvts/files/patch-configure.in b/multimedia/dvts/files/patch-configure.in
deleted file mode 100644
index f5585fa392f6..000000000000
--- a/multimedia/dvts/files/patch-configure.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.in.orig 2003-02-28 16:57:31 UTC
-+++ configure.in
-@@ -9,6 +9,8 @@ DVRECV_SRC=""
- DVSAVE_SRC=""
- DVPLAY_SRC=""
-
-+AC_CONFIG_MACRO_DIR([ac-macros])
-+
- AC_PROG_CC
- AC_HEADER_STDC
- AC_CHECK_HEADERS(fcntl.h strings.h sys/ioctl.h sys/time.h unistd.h)
-@@ -18,7 +20,7 @@ AC_TYPE_SIGNAL
- AC_CHECK_FUNCS(gettimeofday socket getnameinfo)
- AC_PROG_RANLIB
-
--AC_PROG_CC_WARNINGS()
-+VL_PROG_CC_WARNINGS()
-
- # Check for libraries.
- AC_CHECK_LIB(socket, main)
diff --git a/multimedia/dvts/pkg-descr b/multimedia/dvts/pkg-descr
deleted file mode 100644
index f52b545897ba..000000000000
--- a/multimedia/dvts/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-dvts (Digital Video Transport System) is a package of DV/RTP.
- dvsend: Receive DV/IEEE1394 packets and send RTP/DV packets.
- dvrecv: Receive DV/RTP packets and send DV/IEEE1394 packets.
-
-WWW: http://www.sfc.wide.ad.jp/DVTS/
diff --git a/multimedia/dvts/pkg-plist b/multimedia/dvts/pkg-plist
deleted file mode 100644
index 6776b4c9aae6..000000000000
--- a/multimedia/dvts/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/dvsend
-bin/dvrecv
-man/man1/dvrecv.1.gz
-man/man1/dvsend.1.gz
-man/man1/dvts.1.gz
diff --git a/multimedia/gcfilms/Makefile b/multimedia/gcfilms/Makefile
deleted file mode 100644
index 4c4c2b45a977..000000000000
--- a/multimedia/gcfilms/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Remington Lang <MrL0Lz@gmail.com>
-# $FreeBSD$
-
-PORTNAME= gcfilms
-PORTVERSION= 6.4
-PORTREVISION= 4
-CATEGORIES= multimedia perl5
-MASTER_SITES= http://download.gna.org/gcfilms/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Tool to manage movie collections
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-BUILD_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple \
- p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
- p5-HTML-Parser>=0:www/p5-HTML-Parser \
- p5-libwww>=0:www/p5-libwww
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-NO_ARCH= yes
-NO_BUILD= yes
-USES= shebangfix
-
-SHEBANG_FILES= bin/gcfilms install
-
-do-install:
- cd ${WRKSRC} ; ./install --prefix=${STAGEDIR}${PREFIX}
-
-.include <bsd.port.mk>
diff --git a/multimedia/gcfilms/distinfo b/multimedia/gcfilms/distinfo
deleted file mode 100644
index e97a27f2f797..000000000000
--- a/multimedia/gcfilms/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gcfilms-6.4.tar.gz) = 8120c1a91a9d2527ef733c004b21080ad43d7fb8ec519a96652bba01b1c0a7c7
-SIZE (gcfilms-6.4.tar.gz) = 1439520
diff --git a/multimedia/gcfilms/pkg-descr b/multimedia/gcfilms/pkg-descr
deleted file mode 100644
index 5f68ab3c80ef..000000000000
--- a/multimedia/gcfilms/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-GCfilms is a perl application that can be used to manage a movie collection.
-
-WWW: http://home.gna.org/gcfilms/index.en.html
diff --git a/multimedia/gcfilms/pkg-plist b/multimedia/gcfilms/pkg-plist
deleted file mode 100644
index 05407b1183f0..000000000000
--- a/multimedia/gcfilms/pkg-plist
+++ /dev/null
@@ -1,256 +0,0 @@
-bin/gcfilms
-lib/gcfilms/GCBorrowings.pm
-lib/gcfilms/GCData.pm
-lib/gcfilms/GCDialogs.pm
-lib/gcfilms/GCDisplay.pm
-lib/gcfilms/GCExport.pm
-lib/gcfilms/GCExport/GCExportBase.pm
-lib/gcfilms/GCExport/GCExportCSV.pm
-lib/gcfilms/GCExport/GCExportHTML.pm
-lib/gcfilms/GCExport/GCExportSQL.pm
-lib/gcfilms/GCExport/GCExportTarGz.pm
-lib/gcfilms/GCExport/GCExportTellico.pm
-lib/gcfilms/GCExport/GCExportXML.pm
-lib/gcfilms/GCExtract.pm
-lib/gcfilms/GCGenres.pm
-lib/gcfilms/GCGraphicComponents.pm
-lib/gcfilms/GCImport.pm
-lib/gcfilms/GCImport/GCImportAMC.pm
-lib/gcfilms/GCImport/GCImportBase.pm
-lib/gcfilms/GCImport/GCImportCSV.pm
-lib/gcfilms/GCImport/GCImportDVDProfiler.pm
-lib/gcfilms/GCImport/GCImportGCfilms.pm
-lib/gcfilms/GCImport/GCImportList.pm
-lib/gcfilms/GCImport/GCImportTarGz.pm
-lib/gcfilms/GCImport/GCImportTellico.pm
-lib/gcfilms/GCLang.pm
-lib/gcfilms/GCLang/BG.pm
-lib/gcfilms/GCLang/CS.pm
-lib/gcfilms/GCLang/DE.pm
-lib/gcfilms/GCLang/EN.pm
-lib/gcfilms/GCLang/ES.pm
-lib/gcfilms/GCLang/FR.pm
-lib/gcfilms/GCLang/IT.pm
-lib/gcfilms/GCLang/PL.pm
-lib/gcfilms/GCLang/RO.pm
-lib/gcfilms/GCLang/RU.pm
-lib/gcfilms/GCLang/SR.pm
-lib/gcfilms/GCLang/TR.pm
-lib/gcfilms/GCMainWindow.pm
-lib/gcfilms/GCMoviesLists.pm
-lib/gcfilms/GCOptions.pm
-lib/gcfilms/GCPanel.pm
-lib/gcfilms/GCPlugins.pm
-lib/gcfilms/GCPlugins/GCAlapage.pm
-lib/gcfilms/GCPlugins/GCAllocine.pm
-lib/gcfilms/GCPlugins/GCAmazon.pm
-lib/gcfilms/GCPlugins/GCAmazonDE.pm
-lib/gcfilms/GCPlugins/GCAmazonFR.pm
-lib/gcfilms/GCPlugins/GCAniDB.pm
-lib/gcfilms/GCPlugins/GCAnimeNfoA.pm
-lib/gcfilms/GCPlugins/GCAnimeka.pm
-lib/gcfilms/GCPlugins/GCCinemaClock.pm
-lib/gcfilms/GCPlugins/GCCinemotions.pm
-lib/gcfilms/GCPlugins/GCCulturalia.pm
-lib/gcfilms/GCPlugins/GCDVDFr.pm
-lib/gcfilms/GCPlugins/GCDVDPost.pm
-lib/gcfilms/GCPlugins/GCDicshop.pm
-lib/gcfilms/GCPlugins/GCCinematografo.pm
-lib/gcfilms/GCPlugins/GCFilmAffinityEN.pm
-lib/gcfilms/GCPlugins/GCFilmAffinityES.pm
-lib/gcfilms/GCPlugins/GCFilmUP.pm
-lib/gcfilms/GCPlugins/GCFilmWeb.pm
-lib/gcfilms/GCPlugins/GCImdb.pm
-lib/gcfilms/GCPlugins/GCMediadis.pm
-lib/gcfilms/GCPlugins/GCMonsieurCinema.pm
-lib/gcfilms/GCPlugins/GCMovieClubFR.pm
-lib/gcfilms/GCPlugins/GCMovieClubNL.pm
-lib/gcfilms/GCPlugins/GCOFDb.pm
-lib/gcfilms/GCPlugins/GCPluginsBase.pm
-lib/gcfilms/GCSplash.pm
-lib/gcfilms/GCStyle.pm
-lib/gcfilms/GCUpdater.pm
-lib/gcfilms/GCUtils.pm
-%%DATADIR%%/LICENSE
-%%DATADIR%%/genres/BG.genres
-%%DATADIR%%/genres/EN.genres
-%%DATADIR%%/genres/ES.genres
-%%DATADIR%%/genres/FR.genres
-%%DATADIR%%/html_models/Flat
-%%DATADIR%%/html_models/Flat.png
-%%DATADIR%%/html_models/Shelf
-%%DATADIR%%/html_models/Shelf.png
-%%DATADIR%%/html_models/Simple
-%%DATADIR%%/html_models/Simple.png
-%%DATADIR%%/html_models/Tabs
-%%DATADIR%%/html_models/Tabs.png
-%%DATADIR%%/html_models/Tian
-%%DATADIR%%/html_models/Tian.png
-%%DATADIR%%/html_models/Tian-Mario
-%%DATADIR%%/html_models/Tian-Mario.png
-%%DATADIR%%/html_models/rootII_design
-%%DATADIR%%/html_models/rootII_design.png
-%%DATADIR%%/icons/GCfilms.ico
-%%DATADIR%%/icons/gcfilms_16x16.png
-%%DATADIR%%/icons/gcfilms_24x24.png
-%%DATADIR%%/icons/gcfilms_32x32.png
-%%DATADIR%%/icons/gcfilms_48x48.png
-%%DATADIR%%/icons/gcfilms_64x64.png
-%%DATADIR%%/icons/web.ico
-%%DATADIR%%/list_bg/Box/list_bg.png
-%%DATADIR%%/list_bg/Box/list_bg.xpm
-%%DATADIR%%/list_bg/Box/list_bg_selected.png
-%%DATADIR%%/list_bg/Box/list_bg_selected.xpm
-%%DATADIR%%/list_bg/Box/list_bg_unselected.png
-%%DATADIR%%/list_bg/Box/list_bg_unselected.xpm
-%%DATADIR%%/list_bg/Marble/list_bg.png
-%%DATADIR%%/list_bg/Marble/list_bg_selected.png
-%%DATADIR%%/list_bg/Marble/list_bg_unselected.png
-%%DATADIR%%/list_bg/Wood/list_bg.png
-%%DATADIR%%/list_bg/Wood/list_bg_selected.png
-%%DATADIR%%/list_bg/Wood/list_bg_unselected.png
-%%DATADIR%%/list_bg/Wood2/list_bg.png
-%%DATADIR%%/list_bg/Wood2/list_bg_selected.png
-%%DATADIR%%/list_bg/Wood2/list_bg_unselected.png
-%%DATADIR%%/logos/GCfilms_Peri.png
-%%DATADIR%%/logos/Peri_main_logo.png
-%%DATADIR%%/logos/Peri_main_logo.svg
-%%DATADIR%%/logos/about.png
-%%DATADIR%%/logos/button.png
-%%DATADIR%%/logos/install.png
-%%DATADIR%%/logos/no.png
-%%DATADIR%%/logos/splash.png
-%%DATADIR%%/panel/floating_bottom.png
-%%DATADIR%%/panel/floating_top.png
-%%DATADIR%%/panel/title_back.png
-%%DATADIR%%/panel/title_right.png
-%%DATADIR%%/style/GCfilms/gtkrc
-%%DATADIR%%/style/GCfilms/icons/about/16x16.png
-%%DATADIR%%/style/GCfilms/icons/about/64x64.png
-%%DATADIR%%/style/GCfilms/icons/add/16x16.png
-%%DATADIR%%/style/GCfilms/icons/add/24x24.png
-%%DATADIR%%/style/GCfilms/icons/add/32x32.png
-%%DATADIR%%/style/GCfilms/icons/cancel/24x24.png
-%%DATADIR%%/style/GCfilms/icons/cancel/32x32.png
-%%DATADIR%%/style/GCfilms/icons/clear/24x24.png
-%%DATADIR%%/style/GCfilms/icons/clear/32x32.png
-%%DATADIR%%/style/GCfilms/icons/convert/16x16.png
-%%DATADIR%%/style/GCfilms/icons/delete/16x16.png
-%%DATADIR%%/style/GCfilms/icons/delete/24x24.png
-%%DATADIR%%/style/GCfilms/icons/delete/32x32.png
-%%DATADIR%%/style/GCfilms/icons/directory/32x32.png
-%%DATADIR%%/style/GCfilms/icons/dnd/16x16.png
-%%DATADIR%%/style/GCfilms/icons/error/64x64.png
-%%DATADIR%%/style/GCfilms/icons/execute/16x16.png
-%%DATADIR%%/style/GCfilms/icons/execute/24x24.png
-%%DATADIR%%/style/GCfilms/icons/execute/32x32.png
-%%DATADIR%%/style/GCfilms/icons/find/16x16.png
-%%DATADIR%%/style/GCfilms/icons/find/24x24.png
-%%DATADIR%%/style/GCfilms/icons/find/32x32.png
-%%DATADIR%%/style/GCfilms/icons/go-back/16x16.png
-%%DATADIR%%/style/GCfilms/icons/go-back/24x24.png
-%%DATADIR%%/style/GCfilms/icons/go-down/16x16.png
-%%DATADIR%%/style/GCfilms/icons/go-down/24x24.png
-%%DATADIR%%/style/GCfilms/icons/go-forward/16x16.png
-%%DATADIR%%/style/GCfilms/icons/go-forward/24x24.png
-%%DATADIR%%/style/GCfilms/icons/go-up/16x16.png
-%%DATADIR%%/style/GCfilms/icons/go-up/24x24.png
-%%DATADIR%%/style/GCfilms/icons/help/16x16.png
-%%DATADIR%%/style/GCfilms/icons/help/32x32.png
-%%DATADIR%%/style/GCfilms/icons/help/64x64.png
-%%DATADIR%%/style/GCfilms/icons/home/32x32.png
-%%DATADIR%%/style/GCfilms/icons/jump-to/24x24.png
-%%DATADIR%%/style/GCfilms/icons/jump-to/32x32.png
-%%DATADIR%%/style/GCfilms/icons/media-next/24x24.png
-%%DATADIR%%/style/GCfilms/icons/media-next/32x32.png
-%%DATADIR%%/style/GCfilms/icons/media-play/16x16.png
-%%DATADIR%%/style/GCfilms/icons/media-play/24x24.png
-%%DATADIR%%/style/GCfilms/icons/media-play/32x32.png
-%%DATADIR%%/style/GCfilms/icons/network/32x32.png
-%%DATADIR%%/style/GCfilms/icons/new/16x16.png
-%%DATADIR%%/style/GCfilms/icons/new/24x24.png
-%%DATADIR%%/style/GCfilms/icons/new/32x32.png
-%%DATADIR%%/style/GCfilms/icons/ok/24x24.png
-%%DATADIR%%/style/GCfilms/icons/ok/32x32.png
-%%DATADIR%%/style/GCfilms/icons/open/16x16.png
-%%DATADIR%%/style/GCfilms/icons/open/24x24.png
-%%DATADIR%%/style/GCfilms/icons/open/32x32.png
-%%DATADIR%%/style/GCfilms/icons/preferences/16x16.png
-%%DATADIR%%/style/GCfilms/icons/preferences/24x24.png
-%%DATADIR%%/style/GCfilms/icons/preferences/32x32.png
-%%DATADIR%%/style/GCfilms/icons/properties/24x24.png
-%%DATADIR%%/style/GCfilms/icons/properties/32x32.png
-%%DATADIR%%/style/GCfilms/icons/quit/16x16.png
-%%DATADIR%%/style/GCfilms/icons/quit/32x32.png
-%%DATADIR%%/style/GCfilms/icons/refresh/16x16.png
-%%DATADIR%%/style/GCfilms/icons/refresh/24x24.png
-%%DATADIR%%/style/GCfilms/icons/refresh/32x32.png
-%%DATADIR%%/style/GCfilms/icons/remove/24x24.png
-%%DATADIR%%/style/GCfilms/icons/remove/32x32.png
-%%DATADIR%%/style/GCfilms/icons/revert-to-saved/16x16.png
-%%DATADIR%%/style/GCfilms/icons/save-as/16x16.png
-%%DATADIR%%/style/GCfilms/icons/save-as/24x24.png
-%%DATADIR%%/style/GCfilms/icons/save-as/32x32.png
-%%DATADIR%%/style/GCfilms/icons/save/16x16.png
-%%DATADIR%%/style/GCfilms/icons/save/24x24.png
-%%DATADIR%%/style/GCfilms/icons/save/32x32.png
-%%DATADIR%%/style/GCfilms/icons/select-color/32x32.png
-%%DATADIR%%/style/GCfilms/lend.png
-%%DATADIR%%/style/Gtk/gtkrc
-%%DATADIR%%/style/Gtk/lend.png
-%%DATADIR%%/style/kde/active.png
-%%DATADIR%%/style/kde/active2.png
-%%DATADIR%%/style/kde/add.png
-%%DATADIR%%/style/kde/arrowdown.png
-%%DATADIR%%/style/kde/arrowleft.png
-%%DATADIR%%/style/kde/arrowright.png
-%%DATADIR%%/style/kde/arrowup.png
-%%DATADIR%%/style/kde/bghonrizontalscroll.png
-%%DATADIR%%/style/kde/bgverticalscroll.png
-%%DATADIR%%/style/kde/box.png
-%%DATADIR%%/style/kde/box2.png
-%%DATADIR%%/style/kde/box3.png
-%%DATADIR%%/style/kde/cancel.png
-%%DATADIR%%/style/kde/cdrom.png
-%%DATADIR%%/style/kde/checked.png
-%%DATADIR%%/style/kde/clear.png
-%%DATADIR%%/style/kde/delete.png
-%%DATADIR%%/style/kde/display.png
-%%DATADIR%%/style/kde/exec.png
-%%DATADIR%%/style/kde/export.png
-%%DATADIR%%/style/kde/find.png
-%%DATADIR%%/style/kde/gtkrc
-%%DATADIR%%/style/kde/gtkrcold
-%%DATADIR%%/style/kde/harddisk.png
-%%DATADIR%%/style/kde/help.png
-%%DATADIR%%/style/kde/home.png
-%%DATADIR%%/style/kde/horizontal.png
-%%DATADIR%%/style/kde/horizontal_hover.png
-%%DATADIR%%/style/kde/import.png
-%%DATADIR%%/style/kde/internet.png
-%%DATADIR%%/style/kde/khelpcenter.png
-%%DATADIR%%/style/kde/lend.png
-%%DATADIR%%/style/kde/new.png
-%%DATADIR%%/style/kde/ok.png
-%%DATADIR%%/style/kde/open.png
-%%DATADIR%%/style/kde/paths.png
-%%DATADIR%%/style/kde/preferences.png
-%%DATADIR%%/style/kde/properties.png
-%%DATADIR%%/style/kde/quit.png
-%%DATADIR%%/style/kde/radiochecked.png
-%%DATADIR%%/style/kde/radiounchecked.png
-%%DATADIR%%/style/kde/refresh.png
-%%DATADIR%%/style/kde/remove.png
-%%DATADIR%%/style/kde/save.png
-%%DATADIR%%/style/kde/saveas.png
-%%DATADIR%%/style/kde/sortdown.png
-%%DATADIR%%/style/kde/sortup.png
-%%DATADIR%%/style/kde/spindown.png
-%%DATADIR%%/style/kde/spinup.png
-%%DATADIR%%/style/kde/tab_corner.png
-%%DATADIR%%/style/kde/tonight.png
-%%DATADIR%%/style/kde/unchecked.png
-%%DATADIR%%/style/kde/vertical.png
-%%DATADIR%%/style/kde/vertical_hover.png
-%%DATADIR%%/xml_models/Ant_Movie_Catalog
-%%DATADIR%%/xml_models/DVDProfiler
diff --git a/multimedia/kissdx/Makefile b/multimedia/kissdx/Makefile
deleted file mode 100644
index cd682f5f1eb8..000000000000
--- a/multimedia/kissdx/Makefile
+++ /dev/null
@@ -1,68 +0,0 @@
-# Created by: Simon Riget <freebsd@paragi.dk>
-# $FreeBSD$
-
-PORTNAME= kissdx
-PORTVERSION= 0.13.10a
-PORTREVISION= 21
-CATEGORIES= multimedia net
-MASTER_SITES= http://paragi.dk/kiss/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Multimedia streaming server for KiSS/Linksys player
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-BROKEN_armv6= fails to compile: kissdx.c: function definition is not allowed here
-BROKEN_armv7= fails to compile: kissdx.c: function definition is not allowed here
-
-LIB_DEPENDS= libgd.so:graphics/gd \
- libdvdread.so:multimedia/libdvdread
-
-USES= compiler:nestedfct dos2unix iconv jpeg
-MAKE_ENV= FreeBSD=defined
-
-USE_RC_SUBR= kissdx
-SUB_FILES= pkg-message
-
-PORTDOCS= README
-PLIST_FILES= etc/kissdx.conf man/man1/kissdx.1.gz \
- sbin/kissd-posttrigger sbin/kissd-pretrigger sbin/kissdx
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|Linux|Unix| ; \
- s|/etc/|${PREFIX}&|' ${WRKSRC}/kissdx.1
- @${REINPLACE_CMD} -e \
- 's|/etc/|${PREFIX}&|' ${WRKSRC}/config.c
-# Fix parallel (-jX) builds: sanitize dependencies
- @${REINPLACE_CMD} -e \
- 's|-liconv|${ICONV_LIB}| ; \
- s|^\.o :|${PORTNAME}: $$(OBJS)| ; \
- /^all:/s| $$(OBJS)||' ${WRKSRC}/Makefile
-
-.include <bsd.port.pre.mk>
-
-.if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42
-CFLAGS+= -fnested-functions
-.endif
-
-pre-build:
- @${RM} ${WRKSRC}/kissdx.o
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/kissdx ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_SCRIPT} ${WRKSRC}/kissd-pretrigger ${WRKSRC}/kissd-posttrigger ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/kissdx.1 ${STAGEDIR}${MANPREFIX}/man/man1
- ${INSTALL_DATA} ${WRKSRC}/kissdx.conf ${STAGEDIR}${PREFIX}/etc
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.post.mk>
diff --git a/multimedia/kissdx/distinfo b/multimedia/kissdx/distinfo
deleted file mode 100644
index fefa5820ccb0..000000000000
--- a/multimedia/kissdx/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (kissdx-0.13.10a.tar.gz) = 772435a069d914d0b0baaf0a0c6619b18353552508e6c8115d8d50063b575503
-SIZE (kissdx-0.13.10a.tar.gz) = 107990
diff --git a/multimedia/kissdx/files/kissdx.in b/multimedia/kissdx/files/kissdx.in
deleted file mode 100644
index 94f38b285b70..000000000000
--- a/multimedia/kissdx/files/kissdx.in
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-#
-# Script to start and stop the KiSS DX daemon, using the rc.subr functionality
-#
-# Add the following lines to /etc/rc.conf to enable this service at boot time:
-#
-# kissdx_enable="YES" (kissdx="YES" for NetBSD)
-#
-# PROVIDE: kissdx
-#
-
-. /etc/rc.subr
-
-# Name of program to start
-name="kissdx"
-
-# Full path to program
-command="%%PREFIX%%/sbin/${name}"
-
-# Arguments used to start program
-command_args="-kd"
-
-required_files="%%PREFIX%%/etc/${name}.conf"
-
-# Load variables from rc.conf
-load_rc_config $name
-
-# Invoke the rc.subr
-run_rc_command "$1"
-
diff --git a/multimedia/kissdx/files/pkg-message.in b/multimedia/kissdx/files/pkg-message.in
deleted file mode 100644
index 40f6b9f39af2..000000000000
--- a/multimedia/kissdx/files/pkg-message.in
+++ /dev/null
@@ -1,13 +0,0 @@
-[
-{ type: install
- message: <<EOM
-The following line needs to be added to /etc/rc.conf in order to start the
-daemon at boot time.
-
- kissdx_enable="YES" (or kissdx="YES" for NetBSD)
-
-You can also use the %%PREFIX%%/etc/rc.d/kissdx start|stop command to control
-the daemon.
-EOM
-}
-]
diff --git a/multimedia/kissdx/pkg-descr b/multimedia/kissdx/pkg-descr
deleted file mode 100644
index e07373bd539b..000000000000
--- a/multimedia/kissdx/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-A multimedia server for KiSS/Linksys media players that enables the player to
-browse through and play stored files in a wide range of video, audio and image
-formats.
-
-kissdx is a PC-Link clone based for the most part on kissd (which it now
-replaces), with added features for media playback, management, flexibility and
-more.
-
-WWW: http://kissdx.vidartysse.net/
diff --git a/multimedia/playd/Makefile b/multimedia/playd/Makefile
deleted file mode 100644
index 49ea0b51be06..000000000000
--- a/multimedia/playd/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Created by: Aldis Berjoza <killasmurf86@gmail.com>
-# $FreeBSD$
-
-PORTNAME= playd
-PORTVERSION= 1.22.3
-PORTREVISION= 2
-CATEGORIES= multimedia
-MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/
-DISTNAME= playd.sh-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Very easy-to-use mplayer sh wrapper script (supports playlists)
-
-LICENSE= BSD3CLAUSE
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-RUN_DEPENDS= mplayer:multimedia/mplayer
-
-PLIST_FILES= bin/playd \
- man/man1/playd.1.gz
-
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}/graudeejs-playd-${REV}
-REV= 1e09c80
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${STAGEDIR}${PREFIX}/bin/playd
- ${INSTALL_MAN} ${WRKSRC}/man/man1/playd.1 ${STAGEDIR}${PREFIX}/man/man1/
-
-.include <bsd.port.mk>
diff --git a/multimedia/playd/distinfo b/multimedia/playd/distinfo
deleted file mode 100644
index bf82131ab2f6..000000000000
--- a/multimedia/playd/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (playd.sh-1.22.3.tar.gz) = 0bd005b8e38cea60761867f82cf6f8b0681685223af2e8c27d421bd9b6c65f84
-SIZE (playd.sh-1.22.3.tar.gz) = 11045
diff --git a/multimedia/playd/pkg-descr b/multimedia/playd/pkg-descr
deleted file mode 100644
index 0cc99af32c6e..000000000000
--- a/multimedia/playd/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Easy-to-use command-line wrapper for mplayer.
-
-With playd you don't need mplayer GUI to listen to music, watch videos, stream
-video/audio. It is easy to integrate playd into a window manager menu (e.g.
-FVWM).
-
-WWW: http://hg.bsdroot.lv/aldis/playd.sh/
diff --git a/multimedia/subtitleeditor/Makefile b/multimedia/subtitleeditor/Makefile
deleted file mode 100644
index a9b5c9e04b66..000000000000
--- a/multimedia/subtitleeditor/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= subtitleeditor
-PORTVERSION= 0.41.1
-PORTREVISION= 5
-CATEGORIES= multimedia
-MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:C/\.[0-9]*$//}/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Subtitle editor
-
-LICENSE= GPLv3
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-BUILD_DEPENDS= iso-codes>0:misc/iso-codes
-LIB_DEPENDS= libglademm-2.4.so:devel/libglademm24 \
- libpcre.so:devel/pcre \
- libenchant.so:textproc/enchant
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-USES= compiler:c++11-lang desktop-file-utils gettext gmake libtool pkgconfig
-USE_GNOME= gtkmm24 intltool
-USE_GSTREAMER= good mm
-GNU_CONFIGURE= yes
-INSTALL_TARGET= install-strip
-INSTALLS_ICONS= yes
-
-CPPFLAGS+= -I${LOCALBASE}/include
-CXXFLAGS+= -std=c++11
-LDFLAGS+= -L${LOCALBASE}/lib
-
-OPTIONS_DEFINE= NLS OPENGL
-OPTIONS_SUB= yes
-
-NLS_CONFIGURE_OFF= --disable-nls
-
-OPENGL_LIB_DEPENDS= libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm
-OPENGL_USE= gl=glu
-OPENGL_CONFIGURE_ENABLE=gl
-
-.include <bsd.port.mk>
diff --git a/multimedia/subtitleeditor/distinfo b/multimedia/subtitleeditor/distinfo
deleted file mode 100644
index acf163e050ba..000000000000
--- a/multimedia/subtitleeditor/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (subtitleeditor-0.41.1.tar.gz) = 3183f2f9831359f2200194fcc2d360198094c494892ccacd08a28717bffac0d0
-SIZE (subtitleeditor-0.41.1.tar.gz) = 1637940
diff --git a/multimedia/subtitleeditor/files/patch-plugins_actions_documentmanagement_documentmanagement.cc b/multimedia/subtitleeditor/files/patch-plugins_actions_documentmanagement_documentmanagement.cc
deleted file mode 100644
index 9051db129027..000000000000
--- a/multimedia/subtitleeditor/files/patch-plugins_actions_documentmanagement_documentmanagement.cc
+++ /dev/null
@@ -1,15 +0,0 @@
---- plugins/actions/documentmanagement/documentmanagement.cc.orig 2014-02-12 22:02:56 UTC
-+++ plugins/actions/documentmanagement/documentmanagement.cc
-@@ -177,9 +177,9 @@ public:
-
- ui_id = ui->new_merge_id();
-
-- #define ADD_UI(name) ui->add_ui(ui_id, "/menubar/menu-file/"name, name, name);
-- #define ADD_OPEN_UI(name) ui->add_ui(ui_id, "/menubar/menu-file/menu-open/"name, name, name);
-- #define ADD_SAVE_UI(name) ui->add_ui(ui_id, "/menubar/menu-file/menu-save/"name, name, name);
-+ #define ADD_UI(name) ui->add_ui(ui_id, "/menubar/menu-file/" name, name, name);
-+ #define ADD_OPEN_UI(name) ui->add_ui(ui_id, "/menubar/menu-file/menu-open/" name, name, name);
-+ #define ADD_SAVE_UI(name) ui->add_ui(ui_id, "/menubar/menu-file/menu-save/" name, name, name);
-
- ADD_UI("new-document");
- ADD_OPEN_UI("open-document");
diff --git a/multimedia/subtitleeditor/files/patch-plugins_actions_insertsubtitlefromkeyframe_insertsubtitlefromkeyframe.cc b/multimedia/subtitleeditor/files/patch-plugins_actions_insertsubtitlefromkeyframe_insertsubtitlefromkeyframe.cc
deleted file mode 100644
index 0c77346a1df9..000000000000
--- a/multimedia/subtitleeditor/files/patch-plugins_actions_insertsubtitlefromkeyframe_insertsubtitlefromkeyframe.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/actions/insertsubtitlefromkeyframe/insertsubtitlefromkeyframe.cc.orig 2014-02-12 22:02:55 UTC
-+++ plugins/actions/insertsubtitlefromkeyframe/insertsubtitlefromkeyframe.cc
-@@ -103,7 +103,7 @@ public:
- se_debug(SE_DEBUG_PLUGINS);
-
- bool has_doc = (get_current_document() != NULL);
-- bool has_kf = (player()->get_keyframes());
-+ bool has_kf = static_cast<bool>(player()->get_keyframes());
- bool has_media = player()->get_state() != Player::NONE;
-
- action_group->get_action("insert-subtitle-between-keyframes")->set_sensitive(has_doc && has_kf && has_media);
diff --git a/multimedia/subtitleeditor/files/patch-plugins_actions_keyframesmanagement_keyframesmanagement.cc b/multimedia/subtitleeditor/files/patch-plugins_actions_keyframesmanagement_keyframesmanagement.cc
deleted file mode 100644
index ecfcb89d47e6..000000000000
--- a/multimedia/subtitleeditor/files/patch-plugins_actions_keyframesmanagement_keyframesmanagement.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/actions/keyframesmanagement/keyframesmanagement.cc.orig 2014-02-12 22:02:57 UTC
-+++ plugins/actions/keyframesmanagement/keyframesmanagement.cc
-@@ -223,7 +223,7 @@ public:
- se_debug(SE_DEBUG_PLUGINS);
-
- bool has_doc = (get_current_document() != NULL);
-- bool has_kf = (player()->get_keyframes());
-+ bool has_kf = static_cast<bool>(player()->get_keyframes());
- bool has_media = player()->get_state() != Player::NONE;
-
- #define SET_SENSITIVE(action, state) { Glib::RefPtr<Gtk::Action> act = action_group->get_action(action); if(act) act->set_sensitive(state); else g_warning(action); }
diff --git a/multimedia/subtitleeditor/files/patch-plugins_subtitleformats_sami_sami.cc b/multimedia/subtitleeditor/files/patch-plugins_subtitleformats_sami_sami.cc
deleted file mode 100644
index e6f405590140..000000000000
--- a/multimedia/subtitleeditor/files/patch-plugins_subtitleformats_sami_sami.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/subtitleformats/sami/sami.cc.orig 2014-02-12 22:02:58 UTC
-+++ plugins/subtitleformats/sami/sami.cc
-@@ -263,7 +263,7 @@ public:
- {
- inptr = (char *)(line.c_str());
- p = tmptext;
-- p = '\0';
-+ *p = '\0';
-
- state = SAMI_STATE_INIT;
- continue;
diff --git a/multimedia/subtitleeditor/files/patch-src_subtitleview.cc b/multimedia/subtitleeditor/files/patch-src_subtitleview.cc
deleted file mode 100644
index dee3f36b5dc0..000000000000
--- a/multimedia/subtitleeditor/files/patch-src_subtitleview.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/subtitleview.cc.orig 2014-02-12 22:02:59 UTC
-+++ src/subtitleview.cc
-@@ -1370,7 +1370,7 @@ bool SubtitleView::on_key_press_event(Gd
- {
- int num;
- std::istringstream ss(event->string);
-- bool is_num = ss >> num != 0;
-+ bool is_num = static_cast<bool>(ss >> num);
- // Update only if it's different
- if(is_num != get_enable_search())
- set_enable_search(is_num);
diff --git a/multimedia/subtitleeditor/files/patch-src_utility.h b/multimedia/subtitleeditor/files/patch-src_utility.h
deleted file mode 100644
index 51c92fab209c..000000000000
--- a/multimedia/subtitleeditor/files/patch-src_utility.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/utility.h.orig 2014-02-12 22:03:00 UTC
-+++ src/utility.h
-@@ -72,7 +72,7 @@ bool from_string(const std::string &src,
- std::istringstream s(src);
- // return s >> dest != 0;
-
-- bool state = s >> dest != 0;
-+ bool state = static_cast<bool>(s >> dest);
-
- if(!state)
- se_debug_message(SE_DEBUG_UTILITY, "string:'%s'failed.", src.c_str());
-@@ -92,7 +92,7 @@ bool from_string(const Glib::ustring &sr
- std::istringstream s(src);
- // return s >> dest != 0;
-
-- bool state = s >> dest != 0;
-+ bool state = static_cast<bool>(s >> dest);
-
- if(!state)
- se_debug_message(SE_DEBUG_UTILITY, "string:'%s'failed.", src.c_str());
diff --git a/multimedia/subtitleeditor/files/patch-src_vp_gstplayer.cc b/multimedia/subtitleeditor/files/patch-src_vp_gstplayer.cc
deleted file mode 100644
index 6950c256cd33..000000000000
--- a/multimedia/subtitleeditor/files/patch-src_vp_gstplayer.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/vp/gstplayer.cc.orig 2014-02-12 22:02:59 UTC
-+++ src/vp/gstplayer.cc
-@@ -261,7 +261,7 @@ bool GstPlayer::seek(long start, long en
- gint64 gend = end * Gst::MILLI_SECOND;
-
- se_debug_message(SE_DEBUG_VIDEO_PLAYER,
-- "pipeline->seek(%" GST_TIME_FORMAT", %"GST_TIME_FORMAT")",
-+ "pipeline->seek(%" GST_TIME_FORMAT", %" GST_TIME_FORMAT")",
- GST_TIME_ARGS(gstart), GST_TIME_ARGS(gend));
-
- bool ret = m_pipeline->seek(
diff --git a/multimedia/subtitleeditor/pkg-descr b/multimedia/subtitleeditor/pkg-descr
deleted file mode 100644
index 6c9c3e648e3f..000000000000
--- a/multimedia/subtitleeditor/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Subtitle Editor is a GTK+2 tool to edit subtitles. It can be used for
-new subtitles or as a tool to transform, edit, correct and refine
-existing subtitle. This program also shows sound waves, which makes it
-easier to synchronise subtitles to voices.
-
-WWW: http://home.gna.org/subtitleeditor/
diff --git a/multimedia/subtitleeditor/pkg-plist b/multimedia/subtitleeditor/pkg-plist
deleted file mode 100644
index fe99953263c7..000000000000
--- a/multimedia/subtitleeditor/pkg-plist
+++ /dev/null
@@ -1,196 +0,0 @@
-bin/subtitleeditor
-lib/libsubtitleeditor.so
-lib/libsubtitleeditor.so.0
-lib/libsubtitleeditor.so.0.0.0
-lib/subtitleeditor/plugins/actions/libabout.so
-lib/subtitleeditor/plugins/actions/libadjusttime.so
-lib/subtitleeditor/plugins/actions/libapplytranslation.so
-lib/subtitleeditor/plugins/actions/libbestfit.so
-lib/subtitleeditor/plugins/actions/libchangeframerate.so
-lib/subtitleeditor/plugins/actions/libclipboard.so
-lib/subtitleeditor/plugins/actions/libcombinesubtitles.so
-lib/subtitleeditor/plugins/actions/libcommand.so
-lib/subtitleeditor/plugins/actions/libconfigurekeyboardshortcuts.so
-lib/subtitleeditor/plugins/actions/libdialoguize.so
-lib/subtitleeditor/plugins/actions/libdocumentmanagement.so
-lib/subtitleeditor/plugins/actions/libdocumentsnavigation.so
-lib/subtitleeditor/plugins/actions/libduplicatesubtitle.so
-lib/subtitleeditor/plugins/actions/libeditcell.so
-lib/subtitleeditor/plugins/actions/liberrorchecking.so
-lib/subtitleeditor/plugins/actions/libextendlength.so
-lib/subtitleeditor/plugins/actions/libexternalvideoplayer.so
-lib/subtitleeditor/plugins/actions/libfindandreplace.so
-lib/subtitleeditor/plugins/actions/libinsertsubtitle.so
-lib/subtitleeditor/plugins/actions/libinsertsubtitlefromkeyframe.so
-lib/subtitleeditor/plugins/actions/libitalicize.so
-lib/subtitleeditor/plugins/actions/libjoindocument.so
-lib/subtitleeditor/plugins/actions/libkeyframesmanagement.so
-lib/subtitleeditor/plugins/actions/libminimizeduration.so
-lib/subtitleeditor/plugins/actions/libmoveafterprecedingsubtitle.so
-lib/subtitleeditor/plugins/actions/libmovesubtitles.so
-lib/subtitleeditor/plugins/actions/libplaintext.so
-lib/subtitleeditor/plugins/actions/libpreferences.so
-lib/subtitleeditor/plugins/actions/libremovesubtitle.so
-lib/subtitleeditor/plugins/actions/libreversetextandtranslation.so
-lib/subtitleeditor/plugins/actions/libscalesubtitles.so
-lib/subtitleeditor/plugins/actions/libselection.so
-lib/subtitleeditor/plugins/actions/libsortsubtitles.so
-lib/subtitleeditor/plugins/actions/libspellchecking.so
-lib/subtitleeditor/plugins/actions/libsplitdocument.so
-lib/subtitleeditor/plugins/actions/libsplitsubtitle.so
-lib/subtitleeditor/plugins/actions/libstacksubtitles.so
-lib/subtitleeditor/plugins/actions/libstyleeditor.so
-lib/subtitleeditor/plugins/actions/libtextcorrection.so
-lib/subtitleeditor/plugins/actions/libtimemodemanagement.so
-lib/subtitleeditor/plugins/actions/libtimingfromplayer.so
-lib/subtitleeditor/plugins/actions/libtypewriter.so
-lib/subtitleeditor/plugins/actions/libvideoplayermanagement.so
-lib/subtitleeditor/plugins/actions/libviewmanager.so
-lib/subtitleeditor/plugins/actions/libwaveformmanagement.so
-lib/subtitleeditor/plugins/subtitleformats/libadobeencoredvdntsc.so
-lib/subtitleeditor/plugins/subtitleformats/libadobeencoredvdpal.so
-lib/subtitleeditor/plugins/subtitleformats/libadvancedsubstationalpha.so
-lib/subtitleeditor/plugins/subtitleformats/libbitc.so
-lib/subtitleeditor/plugins/subtitleformats/libdcsubtitle.so
-lib/subtitleeditor/plugins/subtitleformats/libmicrodvd.so
-lib/subtitleeditor/plugins/subtitleformats/libmpl2.so
-lib/subtitleeditor/plugins/subtitleformats/libmpsub.so
-lib/subtitleeditor/plugins/subtitleformats/libplaintextformat.so
-lib/subtitleeditor/plugins/subtitleformats/libsami.so
-lib/subtitleeditor/plugins/subtitleformats/libsbv.so
-lib/subtitleeditor/plugins/subtitleformats/libsprucestl.so
-lib/subtitleeditor/plugins/subtitleformats/libsubrip.so
-lib/subtitleeditor/plugins/subtitleformats/libsubstationalpha.so
-lib/subtitleeditor/plugins/subtitleformats/libsubtitleeditorproject.so
-lib/subtitleeditor/plugins/subtitleformats/libsubviewer2.so
-lib/subtitleeditor/plugins/subtitleformats/libtimedtextauthoringformat1.so
-man/man1/subtitleeditor.1.gz
-share/applications/subtitleeditor.desktop
-share/icons/hicolor/16x16/apps/subtitleeditor.png
-share/icons/hicolor/22x22/apps/subtitleeditor.png
-share/icons/hicolor/24x24/apps/subtitleeditor.png
-share/icons/hicolor/32x32/apps/subtitleeditor.png
-share/icons/hicolor/scalable/apps/subtitleeditor.svg
-%%NLS%%share/locale/bg/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/da/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/de/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/el/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/es/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/it/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/pt_PT/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/subtitleeditor.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/subtitleeditor.mo
-share/pixmaps/subtitleeditor.svg
-%%DATADIR%%/menubar.xml
-%%DATADIR%%/plugins-description/actions/about.se-plugin
-%%DATADIR%%/plugins-description/actions/adjusttime.se-plugin
-%%DATADIR%%/plugins-description/actions/applytranslation.se-plugin
-%%DATADIR%%/plugins-description/actions/bestfit.se-plugin
-%%DATADIR%%/plugins-description/actions/changeframerate.se-plugin
-%%DATADIR%%/plugins-description/actions/clipboard.se-plugin
-%%DATADIR%%/plugins-description/actions/combinesubtitles.se-plugin
-%%DATADIR%%/plugins-description/actions/command.se-plugin
-%%DATADIR%%/plugins-description/actions/configurekeyboardshortcuts.se-plugin
-%%DATADIR%%/plugins-description/actions/dialoguize.se-plugin
-%%DATADIR%%/plugins-description/actions/documentmanagement.se-plugin
-%%DATADIR%%/plugins-description/actions/documentsnavigation.se-plugin
-%%DATADIR%%/plugins-description/actions/duplicatesubtitle.se-plugin
-%%DATADIR%%/plugins-description/actions/editcell.se-plugin
-%%DATADIR%%/plugins-description/actions/errorchecking.se-plugin
-%%DATADIR%%/plugins-description/actions/extendlength.se-plugin
-%%DATADIR%%/plugins-description/actions/externalvideoplayer.se-plugin
-%%DATADIR%%/plugins-description/actions/findandreplace.se-plugin
-%%DATADIR%%/plugins-description/actions/insertsubtitle.se-plugin
-%%DATADIR%%/plugins-description/actions/insertsubtitlefromkeyframe.se-plugin
-%%DATADIR%%/plugins-description/actions/italicize.se-plugin
-%%DATADIR%%/plugins-description/actions/joindocument.se-plugin
-%%DATADIR%%/plugins-description/actions/keyframesmanagement.se-plugin
-%%DATADIR%%/plugins-description/actions/minimizeduration.se-plugin
-%%DATADIR%%/plugins-description/actions/moveafterprecedingsubtitle.se-plugin
-%%DATADIR%%/plugins-description/actions/movesubtitles.se-plugin
-%%DATADIR%%/plugins-description/actions/plaintext.se-plugin
-%%DATADIR%%/plugins-description/actions/preferences.se-plugin
-%%DATADIR%%/plugins-description/actions/removesubtitle.se-plugin
-%%DATADIR%%/plugins-description/actions/reversetextandtranslation.se-plugin
-%%DATADIR%%/plugins-description/actions/scalesubtitles.se-plugin
-%%DATADIR%%/plugins-description/actions/selection.se-plugin
-%%DATADIR%%/plugins-description/actions/sortsubtitles.se-plugin
-%%DATADIR%%/plugins-description/actions/spellchecking.se-plugin
-%%DATADIR%%/plugins-description/actions/splitdocument.se-plugin
-%%DATADIR%%/plugins-description/actions/splitsubtitle.se-plugin
-%%DATADIR%%/plugins-description/actions/stacksubtitles.se-plugin
-%%DATADIR%%/plugins-description/actions/styleeditor.se-plugin
-%%DATADIR%%/plugins-description/actions/textcorrection.se-plugin
-%%DATADIR%%/plugins-description/actions/timemodemanagement.se-plugin
-%%DATADIR%%/plugins-description/actions/timingfromplayer.se-plugin
-%%DATADIR%%/plugins-description/actions/typewriter.se-plugin
-%%DATADIR%%/plugins-description/actions/videoplayermanagement.se-plugin
-%%DATADIR%%/plugins-description/actions/viewmanager.se-plugin
-%%DATADIR%%/plugins-description/actions/waveformmanagement.se-plugin
-%%DATADIR%%/plugins-description/subtitleformats/adobeencoredvdntsc.se-plugin
-%%DATADIR%%/plugins-description/subtitleformats/adobeencoredvdpal.se-plugin
-%%DATADIR%%/plugins-description/subtitleformats/advancedsubstationalpha.se-plugin
-%%DATADIR%%/plugins-description/subtitleformats/bitc.se-plugin
-%%DATADIR%%/plugins-description/subtitleformats/dcsubtitle.se-plugin
-%%DATADIR%%/plugins-description/subtitleformats/microdvd.se-plugin
-%%DATADIR%%/plugins-description/subtitleformats/mpl2.se-plugin
-%%DATADIR%%/plugins-description/subtitleformats/mpsub.se-plugin
-%%DATADIR%%/plugins-description/subtitleformats/plaintextformat.se-plugin
-%%DATADIR%%/plugins-description/subtitleformats/sami.se-plugin
-%%DATADIR%%/plugins-description/subtitleformats/sbv.se-plugin
-%%DATADIR%%/plugins-description/subtitleformats/sprucestl.se-plugin
-%%DATADIR%%/plugins-description/subtitleformats/subrip.se-plugin
-%%DATADIR%%/plugins-description/subtitleformats/substationalpha.se-plugin
-%%DATADIR%%/plugins-description/subtitleformats/subtitleeditorproject.se-plugin
-%%DATADIR%%/plugins-description/subtitleformats/subviewer2.se-plugin
-%%DATADIR%%/plugins-description/subtitleformats/timedtextauthoringformat1.se-plugin
-%%DATADIR%%/plugins-share/advancedsubstationalpha/dialog-advancedsubstationalpha-preferences.ui
-%%DATADIR%%/plugins-share/changeframerate/dialog-change-framerate.ui
-%%DATADIR%%/plugins-share/configurekeyboardshortcuts/dialog-configure-keyboard-shortcuts.ui
-%%DATADIR%%/plugins-share/dialoguize/dialog-dialoguize-preferences.ui
-%%DATADIR%%/plugins-share/errorchecking/dialog-error-checking-preferences.ui
-%%DATADIR%%/plugins-share/errorchecking/dialog-error-checking.ui
-%%DATADIR%%/plugins-share/externalvideoplayer/dialog-external-video-player-preferences.ui
-%%DATADIR%%/plugins-share/findandreplace/dialog-find-and-replace.ui
-%%DATADIR%%/plugins-share/movesubtitles/dialog-move-subtitles.ui
-%%DATADIR%%/plugins-share/preferences/dialog-preferences.ui
-%%DATADIR%%/plugins-share/scalesubtitles/dialog-scale-subtitles.ui
-%%DATADIR%%/plugins-share/spellchecking/dialog-spell-checking.ui
-%%DATADIR%%/plugins-share/splitdocument/dialog-split-document.ui
-%%DATADIR%%/plugins-share/styleeditor/dialog-style-editor.ui
-%%DATADIR%%/plugins-share/substationalpha/dialog-substationalpha-preferences.ui
-%%DATADIR%%/plugins-share/textcorrection/Latn-en-US.common-error.se-pattern
-%%DATADIR%%/plugins-share/textcorrection/Latn-en.capitalization.se-pattern
-%%DATADIR%%/plugins-share/textcorrection/Latn-en.common-error.se-pattern
-%%DATADIR%%/plugins-share/textcorrection/Latn-en.hearing-impaired.se-pattern
-%%DATADIR%%/plugins-share/textcorrection/Latn-fi.common-error.se-pattern
-%%DATADIR%%/plugins-share/textcorrection/Latn-fr.common-error.se-pattern
-%%DATADIR%%/plugins-share/textcorrection/Latn.capitalization.se-pattern
-%%DATADIR%%/plugins-share/textcorrection/Latn.common-error.se-pattern
-%%DATADIR%%/plugins-share/textcorrection/Latn.hearing-impaired.se-pattern
-%%DATADIR%%/plugins-share/textcorrection/Zyyy.common-error.se-pattern
-%%DATADIR%%/plugins-share/textcorrection/assistant-text-correction.ui
-%%DATADIR%%/plugins-share/viewmanager/dialog-view-manager.ui
-%%DATADIR%%/ui/dialog-character-codings.ui
-%%DATADIR%%/ui/dialog-encodings-chooser.ui
-%%DATADIR%%/ui/dialog-export-text.ui
-%%DATADIR%%/ui/dialog-import-text.ui
-%%DATADIR%%/ui/dialog-open-document.ui
-%%DATADIR%%/ui/dialog-save-document.ui
-%%DATADIR%%/ui/dialog-script-properties.ui
-%%DATADIR%%/ui/subtitleeditor.ui
diff --git a/multimedia/umr/Makefile b/multimedia/umr/Makefile
deleted file mode 100644
index 94fd3a9ddf96..000000000000
--- a/multimedia/umr/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Alexander Logvinov <ports@logvinov.com>
-# $FreeBSD$
-
-PORTNAME= umr
-PORTVERSION= 0.3
-CATEGORIES= multimedia
-MASTER_SITES= http://www.oldunreal.com/mods/other/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Unreal Media Ripper
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-PLIST_FILES= bin/${PORTNAME}
-FETCH_AFTER_ARGS= --referer=http://www.oldunreal.com/mods.html
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/multimedia/umr/distinfo b/multimedia/umr/distinfo
deleted file mode 100644
index 8c87e79c25f5..000000000000
--- a/multimedia/umr/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (umr-0.3.tar.gz) = 9f965385ec2768e20162d300d6e9e830c316f7ffbb22b025de021532e156c12d
-SIZE (umr-0.3.tar.gz) = 7010
diff --git a/multimedia/umr/files/patch-Makefile b/multimedia/umr/files/patch-Makefile
deleted file mode 100644
index 66704f0311aa..000000000000
--- a/multimedia/umr/files/patch-Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile.orig Fri Feb 18 15:37:53 2000
-+++ Makefile Thu Oct 19 17:53:14 2006
-@@ -7,21 +7,6 @@
- GLOBALDEPS = Makefile umr.h
- OBJS = main.o unrealfmt.o unrealfmtdata.o
-
--CC = gcc
--CFLAGS = -march=k6 -mcpu=k6 -Wall
--
--ifdef DEBUG
--CFLAGS += -g
--else
--ifdef PROFILE
--CFLAGS += -p
--else
--CFLAGS += -O9
--endif
--endif
--
--%.o: %.c
-- $(CC) $(CFLAGS) -c -o $@ $<
-
- all: $(OBJS)
- $(CC) $(CFLAGS) $(LDFLAGS) -o $(EXECNAME) $(OBJS)
diff --git a/multimedia/umr/pkg-descr b/multimedia/umr/pkg-descr
deleted file mode 100644
index 11665320941a..000000000000
--- a/multimedia/umr/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-This utility rips Music and Sound class objects from .umx and .uax
-files in Unreal or Unreal Tournament. It rips all the exports in the
-file that it understands (currently 'xm', 'it', 's3m', and 'WAV').
-Adding support for an export is fairly trivial, so you can add them
-in a minute or two.
-
-WWW: http://www.oldunreal.com/othermods.html