aboutsummaryrefslogtreecommitdiff
path: root/multimedia/flvtool++
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/flvtool++')
-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
4 files changed, 0 insertions, 53 deletions
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.