Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2024 11:50:08 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 311b6b4ecc8d - main - multimedia/flvtool++: Remove expired port
Message-ID:  <202404211150.43LBo8Ka083329@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=311b6b4ecc8d7ca47ebc6215377f5d24437b9233

commit 311b6b4ecc8d7ca47ebc6215377f5d24437b9233
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-04-21 11:49:45 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-04-21 11:49:45 +0000

    multimedia/flvtool++: Remove expired port
    
    2024-04-20 multimedia/flvtool++: Abandonware, consider using multimedia/flvmeta
---
 MOVED                                       |  1 +
 multimedia/Makefile                         |  1 -
 multimedia/flvtool++/Makefile               | 33 -----------------------------
 multimedia/flvtool++/distinfo               |  3 ---
 multimedia/flvtool++/files/patch-SConstruct | 12 -----------
 multimedia/flvtool++/pkg-descr              |  5 -----
 6 files changed, 1 insertion(+), 54 deletions(-)

diff --git a/MOVED b/MOVED
index 8280befb7b14..50eef3d998de 100644
--- a/MOVED
+++ b/MOVED
@@ -3193,3 +3193,4 @@ net-im/tut||2024-04-18|Has expired: Requires deprecated lang/go119
 net/gost||2024-04-18|Has expired: Requires deprecated lang/go119
 lang/go119||2024-04-18|Has expired: Upsrteam EOL reached on 2023-09-06
 www/gitlab-ce|www/gitlab@ce|2024-04-21|Move www/gitlab-ce to www/gitlab and added flavor ce and ee
+multimedia/flvtool++||2024-04-21|Has expired: Abandonware, consider using multimedia/flvmeta
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 3dad23381cb9..83f0768924e9 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -62,7 +62,6 @@
     SUBDIR += ffsubsync
     SUBDIR += filebot
     SUBDIR += flvmeta
-    SUBDIR += flvtool++
     SUBDIR += fswebcam
     SUBDIR += gaupol
     SUBDIR += gavl
diff --git a/multimedia/flvtool++/Makefile b/multimedia/flvtool++/Makefile
deleted file mode 100644
index 3abdae1f5794..000000000000
--- a/multimedia/flvtool++/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-PORTNAME=	flvtool++
-PORTVERSION=	1.2.1
-PORTREVISION=	16
-CATEGORIES=	multimedia
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Tool for hinting and manipulating the metadata of FLV files
-WWW=		http://mirror.facebook.com/facebook/flvtool++/
-
-LICENSE=	BSD3CLAUSE
-
-DEPRECATED=    Abandonware, consider using multimedia/flvmeta
-EXPIRATION_DATE=2024-04-20
-
-LIB_DEPENDS=	libboost_iostreams.so:devel/boost-libs
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	Elbandi
-GH_PROJECT=	flvtool-pp
-GH_TAGNAME=	c0438e8
-
-CFLAGS+=	-I${LOCALBASE}/include/boost
-PLIST_FILES=	bin/flvtool++
-USES=		scons
-
-post-patch:
-	${REINPLACE_CMD} -e 's|/usr/local/include/boost-1_33_1|${LOCALBASE}/include|' \
-		${WRKSRC}/SConscript
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/flvtool++ ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/multimedia/flvtool++/distinfo b/multimedia/flvtool++/distinfo
deleted file mode 100644
index 06448c1d50d1..000000000000
--- a/multimedia/flvtool++/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1467057524
-SHA256 (Elbandi-flvtool-pp-1.2.1-c0438e8_GH0.tar.gz) = 8c3f4d3b459b324716ce6479354072b50f0057f2a84b4d698bd1344203f9b373
-SIZE (Elbandi-flvtool-pp-1.2.1-c0438e8_GH0.tar.gz) = 17140
diff --git a/multimedia/flvtool++/files/patch-SConstruct b/multimedia/flvtool++/files/patch-SConstruct
deleted file mode 100644
index e2d38f730c83..000000000000
--- a/multimedia/flvtool++/files/patch-SConstruct
+++ /dev/null
@@ -1,12 +0,0 @@
---- SConstruct.orig	2012-03-09 14:32:30 UTC
-+++ SConstruct
-@@ -1,6 +1,7 @@
-+import os
-+
- libd = '#lib/'
--env = Environment(CPPFLAGS='-ggdb -O3 -Wall', LINKFLAGS='-ggdb')
--env.TargetSignatures('content')
-+env = Environment(CXX=os.environ['CXX'], CXXFLAGS=os.environ['CXXFLAGS'], ENV=os.environ)
- 
- Export('env libd')
- SConscript('SConscript')
diff --git a/multimedia/flvtool++/pkg-descr b/multimedia/flvtool++/pkg-descr
deleted file mode 100644
index 62ebb10124a3..000000000000
--- a/multimedia/flvtool++/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-flvtool++ is a tool for hinting and manipulating the metadata of FLV
-files. It was originally created for Facebook's Video project
-(http://facebook.com/video/) for fast video hinting. It is loosely
-based on the Ruby FLVTool2, but is written in C++ for performance
-reasons.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404211150.43LBo8Ka083329>