Commit 04b21aac authored by Antoine Brodin's avatar Antoine Brodin
Browse files

Remove expired multimedia/{gmimms,mimms}

parent 5275bcca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16296,3 +16296,5 @@ devel/gearmand-devel||2021-04-20|Unmaintained, abandoned, has not built for over
textproc/bsdsort||2021-04-21|Old version of sort(1)
www/py-django-mezzanine||2021-04-23|Depends on expired www/py-django111, not compatible with newer versions of Django
devel/py-enum34||2021-04-23|No longer needed with python 3
multimedia/gmimms||2021-04-23|Unmaintained, uses EOL'd Python 2.7
multimedia/mimms||2021-04-23|Unmaintained, uses EOL'd Python 2.7
+0 −2
Original line number Diff line number Diff line
@@ -73,7 +73,6 @@
    SUBDIR += gdialog
    SUBDIR += get_iplayer
    SUBDIR += gmerlin
    SUBDIR += gmimms
    SUBDIR += gmmlib
    SUBDIR += gmp-api
    SUBDIR += gmtk
@@ -226,7 +225,6 @@
    SUBDIR += makemkv
    SUBDIR += mediainfo
    SUBDIR += mencoder
    SUBDIR += mimms
    SUBDIR += minisatip
    SUBDIR += minitube
    SUBDIR += mjpegtools

multimedia/gmimms/Makefile

deleted100644 → 0
+0 −44
Original line number Diff line number Diff line
# Created by: Yinghong.Liu <liu_yinghong@yahoo.com.cn>

PORTNAME=	gmimms
DISTVERSION=	0.0.9
PORTREVISION=	8
CATEGORIES=	multimedia net
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Frontend to MiMMS (Multimedia Stream ripper)

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=	Uses EOL Python 2.7 via multimedia/mimms
EXPIRATION_DATE=2021-06-23

RUN_DEPENDS=	mimms:multimedia/mimms

USES=		gnome pkgconfig tar:bzip2
USE_GNOME=	gtk20
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-nls
INSTALL_TARGET=	install-exec

CFLAGS+=	-Wno-error=return-type

PORTDOCS=	AUTHORS ChangeLog
PLIST_FILES=	bin/gmimms

DESKTOP_ENTRIES="GMiMMS" \
		"Multimedia Stream ripper" \
		"" \
		"gmimms" \
		"GTK;AudioVideo;Network;" \
		"false"

OPTIONS_DEFINE=	DOCS

post-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})

.include <bsd.port.mk>

multimedia/gmimms/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (gmimms-0.0.9.tar.bz2) = 5264c9f8381a2543870aaa3b066fcd3d19150cdb3688a530cfaac86e2b3cdbd2
SIZE (gmimms-0.0.9.tar.bz2) = 120200

multimedia/gmimms/pkg-descr

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
GMiMMS is a GTK+ frontend for MiMMS, a multimedia-stream ripper.
So it is easy to enter the MMS-URL and the output file. You can
also record live-streams by setting the recording length in GMiMMS.

WWW: http://gmimms.sourceforge.net/
Loading