diff options
author | Rene Ladan <rene@FreeBSD.org> | 2015-11-02 00:02:28 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2015-11-02 00:02:28 +0800 |
commit | 5e1001eeb3e8c92ec3453e2cee94a870ee99ed86 (patch) | |
tree | 2d4440a865b6507c6089800fceacb58171068eed /multimedia | |
parent | acc59885c0fb4ea82d7060279e4951d8aec72189 (diff) | |
download | freebsd-ports-gnome-5e1001eeb3e8c92ec3453e2cee94a870ee99ed86.tar.gz freebsd-ports-gnome-5e1001eeb3e8c92ec3453e2cee94a870ee99ed86.tar.zst freebsd-ports-gnome-5e1001eeb3e8c92ec3453e2cee94a870ee99ed86.zip |
Remove expired ports:
2015-10-31 audio/cmus-post.fm: Broken for more than 6 months
2015-10-31 devel/libphish: Broken for more than 6 months
2015-10-31 devel/rubygem-debugger: This port is for Ruby 1.9 only. Upstream stopped maintenance.
2015-10-31 games/linux-ningpo-demo: Broken for more than 6 months
2015-10-30 graphics/gdal-grass: Superseded by gdal-2.0.0
2015-10-31 graphics/picviz: Broken for more than 6 months
2015-10-31 irc/weechat-devel: far behind stable irc/weechat (use it instead)
2015-10-31 mail/cucipop: Broken for more than 6 months
2015-10-31 math/rkward-kde4: Depends on deprecated math/R-cran-car
2015-10-31 multimedia/streamanalyze: Broken for more than 6 months
2015-10-31 net-mgmt/collectd: Please move to collectd5 - collect4 is not developed/patched
2015-10-31 sysutils/sdd: Broken for more than 6 months
2015-10-31 sysutils/xfce4-minicmd-plugin: Broken for more than 6 months
2015-10-31 www/linux-libgtkembedmoz: Broken for more than 6 months
2015-10-31 www/py-feedfinder: Broken for more than 6 months
2015-10-31 www/py-openssl-proxy: Broken for more than 6 months
2015-10-31 www/py-webware: Broken for more than 6 months
2015-10-31 www/py-webware-component: Depends on deprecated www/py-webware
2015-10-31 x11-fonts/code2001: Broken for more than 6 months
2015-10-31 x11-wm/e-module-diskio: Broken for more than 7 months
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/streamanalyze/Makefile | 33 | ||||
-rw-r--r-- | multimedia/streamanalyze/distinfo | 2 | ||||
-rw-r--r-- | multimedia/streamanalyze/pkg-descr | 7 |
4 files changed, 0 insertions, 43 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 37b295a9168a..373afdfb554c 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -360,7 +360,6 @@ SUBDIR += spigot SUBDIR += spook SUBDIR += spotify-websocket-api - SUBDIR += streamanalyze SUBDIR += subtitlecomposer-kde4 SUBDIR += subtitleeditor SUBDIR += subtitleoffsetmodifier diff --git a/multimedia/streamanalyze/Makefile b/multimedia/streamanalyze/Makefile deleted file mode 100644 index 61145a95524b..000000000000 --- a/multimedia/streamanalyze/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Heiner Eichmann -# $FreeBSD$ - -PORTNAME= streamanalyze -PORTVERSION= 0.4 -PORTREVISION= 7 -CATEGORIES= multimedia -MASTER_SITES= LOCAL/beech - -MAINTAINER= ports@FreeBSD.org -COMMENT= Shrink-factor calculator for StreamDVD - -BROKEN= No public distfiles -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-10-31 - -LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread - -WRKSRC= ${WRKDIR}/StreamAnalyze - -PLIST_FILES= bin/streamanalyze -PORTDOCS= README - -post-patch: - @${REINPLACE_CMD} -e 's|gcc -g -Wall|${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib|' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e '/#include <getopt\.h>/ d' ${WRKSRC}/streamanalyze.c - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/streamanalyze ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/multimedia/streamanalyze/distinfo b/multimedia/streamanalyze/distinfo deleted file mode 100644 index e2b3ba7509d0..000000000000 --- a/multimedia/streamanalyze/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (streamanalyze-0.4.tar.gz) = 0337366ad59be095e72c1c069148720f3e2126aca896accc8ee712492bd9eac6 -SIZE (streamanalyze-0.4.tar.gz) = 13287 diff --git a/multimedia/streamanalyze/pkg-descr b/multimedia/streamanalyze/pkg-descr deleted file mode 100644 index 08152cd3c682..000000000000 --- a/multimedia/streamanalyze/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -StreamAnalyze is a little helper for people using StreamDVD to backup movies. -Giving the video/audio/subpicture tracks you want to save, StreamAnalyze will -calculate if the backup would fit on a dvd-r and, if not, print a shrink -factor to reduce the video size. - -Before using StreamAnalyze you should call 'lsdvd' or 'tcprobe' to get an -overview of what is available on the video DVD you want to backup. |