diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/libkate/Makefile | 69 | ||||
-rw-r--r-- | multimedia/libkate/distinfo | 2 | ||||
-rw-r--r-- | multimedia/libkate/pkg-descr | 8 | ||||
-rw-r--r-- | multimedia/libkate/pkg-plist | 19 |
6 files changed, 1 insertions, 99 deletions
@@ -17732,3 +17732,4 @@ editors/madedit||2022-12-31|Has expired: Abandoned project and use deprecated wx comms/ebook2cwgui||2022-12-31|Has expired: Abandoned project, last update 2013-01-23 and use deprecated wxgtk28 databases/firebird25-client||2022-12-31|Has expired: Upstream Support ends on 2019-06-24 databases/firebird25-server||2022-12-31|Has expired: Upstream Support ends on 2019-06-24 +multimedia/libkate||2022-12-31|Has expired: Obsolete format that never got any traction and no development in over 10 years diff --git a/multimedia/Makefile b/multimedia/Makefile index b0bc9859fa0c..84aafcc24df0 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -175,7 +175,6 @@ SUBDIR += libfame SUBDIR += libgav1 SUBDIR += libhdhomerun - SUBDIR += libkate SUBDIR += libmatroska SUBDIR += libmediaart SUBDIR += libmediainfo diff --git a/multimedia/libkate/Makefile b/multimedia/libkate/Makefile deleted file mode 100644 index 569877210688..000000000000 --- a/multimedia/libkate/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -PORTNAME= libkate -PORTVERSION= 0.4.1 -PORTREVISION= 11 -CATEGORIES= multimedia -MASTER_SITES= https://downloads.xiph.org/releases/kate/ \ - https://ftp.osuosl.org/pub/xiph/releases/kate/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Codec for karaoke and text encapsulation for Ogg -WWW= https://wiki.xiph.org/index.php/OggKate - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Obsolete format that never got any traction and no development in over 10 years -EXPIRATION_DATE=2022-12-31 - -LIB_DEPENDS= libogg.so:audio/libogg \ - libpng.so:graphics/png - -GNU_CONFIGURE= yes -USES= pathfix pkgconfig gmake libtool -USE_LDCONFIG= yes - -CFLAGS+= "-I${LOCALBASE}/include" - -MANPAGE= katalyzer.1 kateenc.1 katedec.1 -OPTIONS_DEFINE= DOXYGEN HTMLDOCS DOCS - -HTMLDOCS_DESC= Install bundled html documentation - -PORTDOCS= * - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOXYGEN} && ${PORT_OPTIONS:MDOCS} -BUILD_DEPENDS+= doxygen:devel/doxygen -.else -CONFIGURE_ARGS+= --disable-doc -.endif - -post-patch: - @${REINPLACE_CMD} -e \ - "s| HAVE_PYTHON_TRUE=$$| HAVE_PYTHON_TRUE='#'|; \ - s| HAVE_PYTHON_FALSE='#'$$| HAVE_PYTHON_FALSE=|" \ - ${WRKSRC}/configure - - @${REINPLACE_CMD} -E -e \ - "s|^(install-data-am: ).*|\1|" \ - ${WRKSRC}/doc/Makefile.in - -.if ! ${PORT_OPTIONS:MDOXYGEN} || ! ${PORT_OPTIONS:MDOCS} - @${TOUCH} ${WRKSRC}/doc/.doc-dummy-target -.endif - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so -.for f in ${MANPAGE} - ${INSTALL_MAN} ${WRKSRC}/doc/man/${f} ${STAGEDIR}${PREFIX}/man/man1 -.endfor - ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for FILE in README AUTHORS COPYING THANKS ChangeLog - ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR} -.endfor -.if ${PORT_OPTIONS:MHTMLDOCS} || ${PORT_OPTIONS:MDOXYGEN} - (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) -. endif - -.include <bsd.port.mk> diff --git a/multimedia/libkate/distinfo b/multimedia/libkate/distinfo deleted file mode 100644 index 69220cf1bcae..000000000000 --- a/multimedia/libkate/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libkate-0.4.1.tar.gz) = c40e81d5866c3d4bf744e76ce0068d8f388f0e25f7e258ce0c8e76d7adc87b68 -SIZE (libkate-0.4.1.tar.gz) = 906896 diff --git a/multimedia/libkate/pkg-descr b/multimedia/libkate/pkg-descr deleted file mode 100644 index e481fa295c14..000000000000 --- a/multimedia/libkate/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Kate is a codec for karaoke and text encapsulation for Ogg. Most of the time, -this would be multiplexed with audio/video to carry subtitles, song lyrics -(with or without karaoke data), etc, but doesn't have to be. A possible use of -a lone Kate stream would be an e-book. Moreover, the motion feature gives Kate -a powerful means to describe arbitrary curves, so hand drawing of shapes can be -achieved. This was originally meant for karaoke use, but can be used for any -purpose. Motions can be attached to various semantics, like position, color, -etc, so scrolling or fading text can be defined. diff --git a/multimedia/libkate/pkg-plist b/multimedia/libkate/pkg-plist deleted file mode 100644 index 46ac544f2007..000000000000 --- a/multimedia/libkate/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/katalyzer -bin/katedec -bin/kateenc -include/kate/kate.h -include/kate/kate_config.h -include/kate/oggkate.h -lib/libkate.a -lib/libkate.so -lib/libkate.so.1 -lib/libkate.so.1.3.0 -lib/liboggkate.a -lib/liboggkate.so -lib/liboggkate.so.1 -lib/liboggkate.so.1.2.2 -libdata/pkgconfig/kate.pc -libdata/pkgconfig/oggkate.pc -man/man1/katalyzer.1.gz -man/man1/katedec.1.gz -man/man1/kateenc.1.gz |