diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-02 00:19:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-02 00:19:48 +0800 |
commit | ad2c8d61643f4f129c387d7c92aa97aec525f394 (patch) | |
tree | 0ba476bd74cf2a7416567c1f209dbb3e4bcd0ee7 /multimedia | |
parent | 8d1d83d798d658aff96d8887777bda72b721abc1 (diff) | |
download | freebsd-ports-graphics-ad2c8d61643f4f129c387d7c92aa97aec525f394.tar.gz freebsd-ports-graphics-ad2c8d61643f4f129c387d7c92aa97aec525f394.tar.zst freebsd-ports-graphics-ad2c8d61643f4f129c387d7c92aa97aec525f394.zip |
2009-04-22 audio/snowstar: tcl8.0 support is going to be dropped
2009-04-29 devel/cppadvio: abandoned upstream, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-04-22 irc/olirc: project is discontinued and tcl82 support is going to be dropped
2009-04-12 multimedia/toxine: has been inactive for almost 5 years
2009-04-17 net-mgmt/nagios12: Obsolete version, consider migration to net-mgmt/nagios
2009-04-28 sysutils/bbsmount: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-04-30 sysutils/puppet-devel: Use sysutils/puppet instead
2009-04-28 sysutils/tua: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-04-28 x11/qrash: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/toxine/Makefile | 68 | ||||
-rw-r--r-- | multimedia/toxine/distinfo | 3 | ||||
-rw-r--r-- | multimedia/toxine/files/patch-configure | 35 | ||||
-rw-r--r-- | multimedia/toxine/files/patch-src__main.c | 13 | ||||
-rw-r--r-- | multimedia/toxine/files/patch-src__plugins__vo_caca.c | 12 | ||||
-rw-r--r-- | multimedia/toxine/pkg-descr | 23 | ||||
-rw-r--r-- | multimedia/toxine/pkg-plist | 9 |
8 files changed, 0 insertions, 164 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index beeb6249a43..300d6273ba2 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -265,7 +265,6 @@ SUBDIR += totem-pl-parser SUBDIR += totem-xine SUBDIR += tovid - SUBDIR += toxine SUBDIR += transcode SUBDIR += transkode SUBDIR += tstools diff --git a/multimedia/toxine/Makefile b/multimedia/toxine/Makefile deleted file mode 100644 index a0f4253e9ed..00000000000 --- a/multimedia/toxine/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: multimedia/toxine -# Date created: 3 August 2005 -# Whom: Alejandro Pulver <alejandro@varnet.biz> -# -# $FreeBSD$ -# - -PORTNAME= toxine -PORTVERSION= 0.6.3 -PORTREVISION= 7 -CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= toxine - -MAINTAINER= ports@FreeBSD.org -COMMENT= Text user interface using the xine library - -LIB_DEPENDS= xine.1:${PORTSDIR}/multimedia/libxine - -BROKEN= does not build -DEPRECATED= has been inactive for almost 5 years -EXPIRATION_DATE=2009-04-12 - -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" - -OPTIONS= AALIB "Enable aalib support" on \ - LIBCACA "Enable libcaca support" on \ - OPTIMIZED_CFLAGS "Enable compilation optimizations" on - -MAN1= toxine.1 - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_AALIB) -LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib -PLIST_SUB+= AALIB="" -.else -PLIST_SUB+= AALIB="@comment " -.endif - -.if !defined(WITHOUT_LIBCACA) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libcaca.a:${PORTSDIR}/graphics/libcaca -CONFIGURE_ARGS+=--disable-cacatest -PLIST_SUB+= LIBCACA="" -.else -PLIST_SUB+= LIBCACA="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|alsa09|oss|g' ${WRKSRC}/misc/dvdplayer.sh.in -.if defined(WITHOUT_OPTIMIZED_CFLAGS) - @${REINPLACE_CMD} -e 's|-mpreferred-stack-boundary=2||g ; \ - s|-fno-strict-aliasing||g ; \ - s|-fschedule-insns2||g ; \ - s|-mwide-multiply||g ; \ - s|-falign-functions=4||g ; \ - s|-falign-loops=4||g ; \ - s|-falign-jumps=4||g ; \ - s|-fomit-frame-pointer||g ; \ - s|-fexpensive-optimizations||g ; \ - s|-ffast-math||g ; \ - s|-funroll-loops||g ; \ - s|-finline-functions||g' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.endif - -.include <bsd.port.post.mk> diff --git a/multimedia/toxine/distinfo b/multimedia/toxine/distinfo deleted file mode 100644 index 0bf72cbab27..00000000000 --- a/multimedia/toxine/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (toxine-0.6.3.tar.gz) = 261c6ac24f77337a9311d39f42fb5be4 -SHA256 (toxine-0.6.3.tar.gz) = 0abc1926f392af478a9f75322395ceb77e14a3bf9bf4097f03f826ed32fd3900 -SIZE (toxine-0.6.3.tar.gz) = 342432 diff --git a/multimedia/toxine/files/patch-configure b/multimedia/toxine/files/patch-configure deleted file mode 100644 index 4510b9f9d78..00000000000 --- a/multimedia/toxine/files/patch-configure +++ /dev/null @@ -1,35 +0,0 @@ ---- configure.orig Thu May 6 18:22:57 2004 -+++ configure Fri Mar 23 00:19:27 2007 -@@ -7496,7 +7496,7 @@ - ;; - - freebsd*) -- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` -+ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` - version_type=freebsd-$objformat - case $version_type in - freebsd-elf*) -@@ -9071,10 +9071,10 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS=" /usr/local/share/libtool/ltmain.sh" - - # Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+LIBTOOL='$(SHELL) /usr/local/bin/libtool' - - # Prevent multiple expansion - -@@ -13267,10 +13267,6 @@ - DEBUG_CFLAGS="$DEBUG_CFLAGS -O3" - ;; - -- *) -- echo "Host type '$host' ($host_alias) is currently not supported by xine" -- exit 1 -- ;; - esac - - CFLAGS="$CFLAGS $COMMON_CFLAGS $ALSA_CFLAGS $ESD_CFLAGS" diff --git a/multimedia/toxine/files/patch-src__main.c b/multimedia/toxine/files/patch-src__main.c deleted file mode 100644 index 59b5b922868..00000000000 --- a/multimedia/toxine/files/patch-src__main.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/main.c.orig Mon Apr 12 12:55:02 2004 -+++ src/main.c Thu Mar 22 19:00:30 2007 -@@ -127,8 +127,8 @@ - } - - toxine_free(tox->configfile); -- toxine_free((char *)tox->video.name); -- toxine_free((char *)tox->audio.name); -+ toxine_free(tox->video.name); -+ toxine_free(tox->audio.name); - toxine_free(tox->command.line); - toxine_free(tox->command.remain); - toxine_free(tox->command.command); diff --git a/multimedia/toxine/files/patch-src__plugins__vo_caca.c b/multimedia/toxine/files/patch-src__plugins__vo_caca.c deleted file mode 100644 index 4fd252d1e3c..00000000000 --- a/multimedia/toxine/files/patch-src__plugins__vo_caca.c +++ /dev/null @@ -1,12 +0,0 @@ ---- ./src/plugins/vo_caca.c.orig Thu May 6 18:16:03 2004 -+++ ./src/plugins/vo_caca.c Sun Apr 15 16:26:25 2007 -@@ -27,6 +27,9 @@ - #include <unistd.h> - #include <errno.h> - #include <caca.h> -+#ifdef CACA_API_VERSION_1 -+#include <caca0.h> -+#endif - #include <sys/types.h> - #include <sys/stat.h> - #include <fcntl.h> diff --git a/multimedia/toxine/pkg-descr b/multimedia/toxine/pkg-descr deleted file mode 100644 index 23eab79d5aa..00000000000 --- a/multimedia/toxine/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -Toxine is a text user interface using the xine library. It permit to playback -all streams that xine supports, in interactive or in script mode (using -toxine syntax). It use xine's visualisation plugins (AAlib, X11, DXR3/HW+), -and/or his own 'none' one (audio only output). - -It use the readline library, which permit, in interactive mode, to recall -commands, completions, etc.. - -You can use it in a console (useful for DXR3/HW+ owners, using TV output), or -in a X11 terminal window. -If you're a developper, and you want to test/debug your own plugins, using -toxine is useful due of script usage. This way, you can reproduce actions -without interactions, redirect outputs to a file (name given or not). You can -also see how to implement your own xine library frontend, because toxine -implement almost all xine's API calls. - -If you don't like GUIs, or love console (and AAlib video output), toxine is -for you ;-) - -WWW: http://toxine.sourceforge.net/ - -- Alejandro Pulver -alejandro@vanet.biz diff --git a/multimedia/toxine/pkg-plist b/multimedia/toxine/pkg-plist deleted file mode 100644 index b75be3b80c4..00000000000 --- a/multimedia/toxine/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/dvdplayer.sh -bin/toxine -%%AALIB%%lib/toxine/plugins/toxine_vo_plugin_aa.so -%%LIBCACA%%lib/toxine/plugins/toxine_vo_plugin_caca.so -lib/toxine/plugins/toxine_vo_plugin_dxr3.so -lib/toxine/plugins/toxine_vo_plugin_none.so -lib/toxine/plugins/toxine_vo_plugin_x11.so -@dirrm lib/toxine/plugins -@dirrm lib/toxine |