aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-04-21 11:49:45 +0000
committerRene Ladan <rene@FreeBSD.org>2024-04-21 11:49:45 +0000
commit311b6b4ecc8d7ca47ebc6215377f5d24437b9233 (patch)
tree94908ed1fec38fb973df21e9199ee8cf1566de1b
parent4816b4363d620fa12fae935b7200bc65d72d3e28 (diff)
downloadports-311b6b4ecc8d7ca47ebc6215377f5d24437b9233.tar.gz
ports-311b6b4ecc8d7ca47ebc6215377f5d24437b9233.zip
multimedia/flvtool++: Remove expired port
2024-04-20 multimedia/flvtool++: Abandonware, consider using multimedia/flvmeta
-rw-r--r--MOVED1
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/flvtool++/Makefile33
-rw-r--r--multimedia/flvtool++/distinfo3
-rw-r--r--multimedia/flvtool++/files/patch-SConstruct12
-rw-r--r--multimedia/flvtool++/pkg-descr5
6 files changed, 1 insertions, 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.