aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-05-02 18:45:51 +0800
committermiwi <miwi@FreeBSD.org>2010-05-02 18:45:51 +0800
commit6d31df780384884d75f711e5cf88c803baab86ec (patch)
tree5b3951cd4ef5eaaebc5a52a8e3a0b492839263c7 /multimedia
parent9f0ad82e973b1f9add70e83bbd0ca9ee53cdec08 (diff)
downloadfreebsd-ports-gnome-6d31df780384884d75f711e5cf88c803baab86ec.tar.gz
freebsd-ports-gnome-6d31df780384884d75f711e5cf88c803baab86ec.tar.zst
freebsd-ports-gnome-6d31df780384884d75f711e5cf88c803baab86ec.zip
2010-04-30 audio/py-flac: has been marked IGNORE for past 24 months
2010-02-20 databases/mysql-connector-java50: Old version: please use databases/mysql-connector-java instead 2010-04-15 databases/p5-DBIx-Class-HTML-FormFu: This module is obsoleted by www/p5-HTML-FormFu-Model-DBIC 2010-04-29 devel/py-rbtree: "does not build with new pyrex and it's not active maintained" 2010-04-08 devel/tavrasm: No longer maintained, use devel/avra instead 2010-04-27 mail/postfix23: it's no longer maintened by upstream developer 2010-04-30 math/libgmp4: Use math/gmp instead. 2010-04-04 misc/ezload: does not build with new USB stack in 8-STABLE 2010-01-31 misc/gkrellmbgchg: use misc/gkrellmbgchg2 2010-03-04 multimedia/kbtv: no longer under development by author 2010-02-16 net/plb: broken; abandoned by author; use net/relayd or www/nginx instead 2010-04-30 security/vpnd: This software is no longer developed 2010-03-15 textproc/isearch: abandoned upstream, uses an obsolete version of GCC, not used by any other port 2010-04-02 www/caudium12: No longer maintained upstream, please switch to www/caudium14 2010-03-08 www/p5-Catalyst-Plugin-Cache-FileCache: Deprecated by module author in favor of www/p5-Catalyst-Plugin-Cache
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/kbtv/Makefile151
-rw-r--r--multimedia/kbtv/distinfo3
-rw-r--r--multimedia/kbtv/pkg-descr6
-rw-r--r--multimedia/kbtv/pkg-message19
-rw-r--r--multimedia/kbtv/pkg-plist99
6 files changed, 0 insertions, 279 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile
index f49b626f2715..6384bdbdb47b 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -124,7 +124,6 @@
SUBDIR += kaffeine-devel
SUBDIR += kaffeine-mozilla
SUBDIR += katchtv
- SUBDIR += kbtv
SUBDIR += kdemultimedia3
SUBDIR += kdemultimedia4
SUBDIR += kdenlive
diff --git a/multimedia/kbtv/Makefile b/multimedia/kbtv/Makefile
deleted file mode 100644
index bd51aa106790..000000000000
--- a/multimedia/kbtv/Makefile
+++ /dev/null
@@ -1,151 +0,0 @@
-# New ports collection makefile for: kbtv
-# Date created: Tue Oct 4 01:59:31 UTC 2005
-# Whom: danny@ricin.com
-#
-# $FreeBSD$
-#
-
-PORTNAME= kbtv
-DISTVERSION= 1.2.4
-PORTREVISION= 7
-CATEGORIES= multimedia python kde kld
-MASTER_SITES= SF \
- http://freebsd.ricin.com/ports/distfiles/
-EXTRACT_SUFX= .tbz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= KDE TV viewer for FreeBSD
-
-RUN_DEPENDS= kdepyuic:${PORTSDIR}/x11-toolkits/py-kde
-BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 \
- kdepyuic:${PORTSDIR}/x11-toolkits/py-kde
-
-USE_BZIP2= yes
-USE_KDELIBS_VER=3
-USE_PYTHON= yes
-USE_SDL= sdl
-INSTALLS_ICONS= yes
-
-OPTIONS= PWC "Philips and compatible cameras" off \
- SAA "Philips SAA713x TV cards" off \
- SAA_TUNER_PHILIPS "SAA with Philips tuner API" on \
- SAA_TUNER_PHILIPS_MK3 "SAA with Philips MK3 tuner API" off \
- SAA_TUNER_ALPS "SAA with Alps tuner API" off \
- SAA_TUNER_LG "SAA with LG tuner API" off \
- SAA_TUNER_TEMIC "SAA with Temic tuner API" off \
- SAA_STD_PAL_B_G "SAA with PAL B/G standard" on \
- SAA_STD_PAL_I "SAA with PAL I standard" off \
- SAA_STD_PAL_D_K "SAA with PAL D/K standard" off \
- SAA_STD_PAL_L "SAA with PAL L standard" off \
- SAA_STD_PAL_LACCENT "SAA with PAL L' standard" off \
- SAA_STD_NTSC "SAA with NTSC N/M standard" off \
- SAA_STD_NTSC_JAPAN "SAA with NTSC Japan standard" off
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 700000
-BROKEN= does not build on 7.x and greater
-.endif
-
-DEPRECATED= no longer under development by author
-EXPIRATION_DATE= 2010-03-04
-
-.if defined(WITH_PWC)
-.if !exists(/usr/src/sys/Makefile)
-IGNORE= kernel sources required for pwc
-.endif
-PLIST_SUB+= PWC=""
-RUN_DEPENDS+= /boot/modules/pwc.ko:${PORTSDIR}/multimedia/pwcbsd
-.else
-PLIST_SUB+= PWC="@comment "
-.endif
-
-.if defined(WITH_SAA)
-.if !exists(/usr/src/sys/Makefile)
-IGNORE= kernel sources required for saa
-.endif
-PLIST_SUB+= SAA=""
-.else
-PLIST_SUB+= SAA="@comment "
-.endif
-
-.if defined(WITH_PWC) || defined(WITH_SAA)
-NO_PACKAGE= port requires building against local kernel sources
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|FROMPORT = False|FROMPORT = True|' \
- ${WRKSRC}/installprefs.py
- @${REINPLACE_CMD} -e 's|sdl11-config|${SDL_CONFIG}|g' \
- ${WRKSRC}/do_build.py ${WRKSRC}/do_configure.py
-.if defined(WITH_PWC)
- @${REINPLACE_CMD} -e 's|WITH_PWC = False|WITH_PWC = True|' \
- ${WRKSRC}/buildprefs.py
-.endif
-.if defined(WITH_SAA)
- @${REINPLACE_CMD} -e 's|WITH_SAA = False|WITH_SAA = True|' \
- ${WRKSRC}/buildprefs.py
-.if defined(WITHOUT_SAA_TUNER_PHILIPS)
-.if defined(WITH_SAA_TUNER_PHILIPS_MK3)
- @${REINPLACE_CMD} -e \
- 's|SAA_TUNER = SAA_TUNER_PHILIPS|SAA_TUNER = SAA_TUNER_PHILIPS_MK3|' \
- ${WRKSRC}/buildprefs.py
-.elif defined(WITH_SAA_TUNER_ALPS)
- @${REINPLACE_CMD} -e \
- 's|SAA_TUNER = SAA_TUNER_PHILIPS|SAA_TUNER = SAA_TUNER_ALPS|' \
- ${WRKSRC}/buildprefs.py
-.elif defined(WITH_SAA_TUNER_LG)
- @${REINPLACE_CMD} -e \
- 's|SAA_TUNER = SAA_TUNER_PHILIPS|SAA_TUNER = SAA_TUNER_LG|' \
- ${WRKSRC}/buildprefs.py
-.elif defined(WITH_SAA_TUNER_TEMIC)
- @${REINPLACE_CMD} -e \
- 's|SAA_TUNER = SAA_TUNER_PHILIPS|SAA_TUNER = SAA_TUNER_TEMIC|' \
- ${WRKSRC}/buildprefs.py
-.endif
-.endif
-.if defined(WITHOUT_SAA_STD_PAL_B_G)
-.if defined(WITH_SAA_STD_PAL_I)
- @${REINPLACE_CMD} -e \
- 's|SAA_TUNER_STD = SAA_TUNER_STD_PAL_B_G|SAA_TUNER_STD = SAA_TUNER_STD_PAL_I|' \
- ${WRKSRC}/buildprefs.py
-.elif defined(WITH_SAA_STD_PAL_D_K)
- @${REINPLACE_CMD} -e \
- 's|SAA_TUNER_STD = SAA_TUNER_STD_PAL_B_G|SAA_TUNER_STD = SAA_TUNER_STD_PAL_D_K|' \
- ${WRKSRC}/buildprefs.py
-.elif defined(WITH_SAA_STD_PAL_L)
- @${REINPLACE_CMD} -e \
- 's|SAA_TUNER_STD = SAA_TUNER_STD_PAL_B_G|SAA_TUNER_STD = SAA_TUNER_STD_PAL_L|' \
- ${WRKSRC}/buildprefs.py
-.elif defined(WITH_SAA_STD_PAL_LACCENT)
- @${REINPLACE_CMD} -e \
- 's|SAA_TUNER_STD = SAA_TUNER_STD_PAL_B_G|SAA_TUNER_STD = SAA_TUNER_STD_PAL_LACCENT|' \
- ${WRKSRC}/buildprefs.py
-.elif defined(WITH_SAA_STD_NTSC)
- @${REINPLACE_CMD} -e \
- 's|SAA_TUNER_STD = SAA_TUNER_STD_PAL_B_G|SAA_TUNER_STD = SAA_TUNER_STD_NTSC|' \
- ${WRKSRC}/buildprefs.py
-.elif defined(WITH_SAA_STD_NTSC_JAPAN)
- @${REINPLACE_CMD} -e \
- 's|SAA_TUNER_STD = SAA_TUNER_STD_PAL_B_G|SAA_TUNER_STD = SAA_TUNER_STD_NTSC_JAPAN|' \
- ${WRKSRC}/buildprefs.py
-.endif
-.endif
-.endif
-
-pre-configure:
- @${REINPLACE_CMD} -e 's|"freebsd7"|"freebsd7", "freebsd8"|' ${WRKSRC}/do_configure.py
-
-do-configure:
- @cd ${WRKSRC} && ${MAKE} configure
-
-post-install:
-.if !defined(NOPORTDOCS)
- @cd ${WRKSRC} && ${MKDIR} ${DOCSDIR} && \
- ${INSTALL_DATA} README NEWS ${DOCSDIR} && \
- ${ECHO} "README -> ${DOCSDIR}/README" && \
- ${ECHO} "NEWS -> ${DOCSDIR}/NEWS"
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/multimedia/kbtv/distinfo b/multimedia/kbtv/distinfo
deleted file mode 100644
index a942c79babea..000000000000
--- a/multimedia/kbtv/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (kbtv-1.2.4.tbz) = ca3005eefcd73522cc2d8e7900fe9b9d
-SHA256 (kbtv-1.2.4.tbz) = 54c035b926ad8ae503469b2753483a4511ec1cd1ea374c03727062799e1f28bc
-SIZE (kbtv-1.2.4.tbz) = 726830
diff --git a/multimedia/kbtv/pkg-descr b/multimedia/kbtv/pkg-descr
deleted file mode 100644
index 996936e1611b..000000000000
--- a/multimedia/kbtv/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-KDE TV viewer for FreeBSD
-
-Supports BrookTree/Conexant BT8x8 (bktr) and Philips SAA713x (saa) based
-TV cards, and Philips/compatible (pwc) based USB cameras.
-
-WWW: http://freebsd.ricin.com/kbtv
diff --git a/multimedia/kbtv/pkg-message b/multimedia/kbtv/pkg-message
deleted file mode 100644
index 4562b6f065cf..000000000000
--- a/multimedia/kbtv/pkg-message
+++ /dev/null
@@ -1,19 +0,0 @@
-
- N O T E
-====================================================================
-Before you can sucessfully run kbtv, you must run btsetup as root or
-manually set up correct module loading, device permissions (use the
-operator group, not wheel), group membership, and if needed sysctls.
-
-Consult the README on how to use btsetup. For the impatient: on the
-btsetup prompt you first issue kldload commands if needed, then
-sysctl commands if needed, then the commit command, and finally the
-adduser command. Use 'show' to see current status, 'help' when lost.
-
-For BrookTree/Conexant BT8x8 the bktr module should be loaded, for
-Philips SAA713x the saa module should be loaded, for Philips and
-compatible USB cameras the pwc module should be loaded.
-
-If you're having trouble, please look at the (KDE) documentation and
-README first. Your feedback is welcome. I hope you enjoy using kbtv!
-====================================================================
diff --git a/multimedia/kbtv/pkg-plist b/multimedia/kbtv/pkg-plist
deleted file mode 100644
index fd2c7d70889d..000000000000
--- a/multimedia/kbtv/pkg-plist
+++ /dev/null
@@ -1,99 +0,0 @@
-bin/kbtv
-sbin/btsetup
-share/applications/kde/kbtv.desktop
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-share/apps/kbtv/_bt848.so
-%%PWC%%share/apps/kbtv/_pwc.so
-%%SAA%%share/apps/kbtv/_saa.so
-share/apps/kbtv/bt848.py
-share/apps/kbtv/bt848.pyc
-share/apps/kbtv/btchannels.py
-share/apps/kbtv/btchannels.pyc
-share/apps/kbtv/btcopyright.py
-share/apps/kbtv/btcopyright.pyc
-share/apps/kbtv/btdriver.py
-share/apps/kbtv/btdriver.pyc
-share/apps/kbtv/bthardware.py
-share/apps/kbtv/bthardware.pyc
-share/apps/kbtv/btsetup.py
-share/apps/kbtv/btsetup.pyc
-share/apps/kbtv/buildprefs.py
-share/apps/kbtv/buildprefs.pyc
-share/apps/kbtv/channel_add.py
-share/apps/kbtv/channel_add.pyc
-share/apps/kbtv/channel_editor.py
-share/apps/kbtv/channel_editor.pyc
-share/apps/kbtv/channel_process.py
-share/apps/kbtv/channel_process.pyc
-share/apps/kbtv/hardware_info.py
-share/apps/kbtv/hardware_info.pyc
-share/apps/kbtv/installprefs.py
-share/apps/kbtv/installprefs.pyc
-share/apps/kbtv/kbtv_application.py
-share/apps/kbtv/kbtv_application.pyc
-share/apps/kbtv/kbtv_channels.py
-share/apps/kbtv/kbtv_channels.pyc
-share/apps/kbtv/kbtv_dcop.py
-share/apps/kbtv/kbtv_dcop.pyc
-share/apps/kbtv/kbtv_hardware.py
-share/apps/kbtv/kbtv_hardware.pyc
-share/apps/kbtv/kbtv_part.py
-share/apps/kbtv/kbtv_part.pyc
-share/apps/kbtv/kbtv_picture.py
-share/apps/kbtv/kbtv_picture.pyc
-share/apps/kbtv/kbtv_splash.png
-share/apps/kbtv/kbtv_toolbar.py
-share/apps/kbtv/kbtv_toolbar.pyc
-share/apps/kbtv/kbtv_version.py
-share/apps/kbtv/kbtv_version.pyc
-share/apps/kbtv/kbtvui.rc
-share/apps/kbtv/pics/kbtv.png
-share/apps/kbtv/pics/volume_down.png
-share/apps/kbtv/pics/volume_up.png
-share/apps/kbtv/picture_settings.py
-share/apps/kbtv/picture_settings.pyc
-%%PWC%%share/apps/kbtv/pwc.py
-%%PWC%%share/apps/kbtv/pwc.pyc
-%%SAA%%share/apps/kbtv/saa.py
-%%SAA%%share/apps/kbtv/saa.pyc
-share/apps/kbtv/toolbar_widget.py
-share/apps/kbtv/toolbar_widget.pyc
-share/doc/HTML/en/kbtv/btsetup.html
-share/doc/HTML/en/kbtv/commands.html
-share/doc/HTML/en/kbtv/credits.html
-share/doc/HTML/en/kbtv/index.cache.bz2
-share/doc/HTML/en/kbtv/index.docbook
-share/doc/HTML/en/kbtv/index.html
-share/doc/HTML/en/kbtv/install.html
-share/doc/HTML/en/kbtv/introduction.html
-share/doc/HTML/en/kbtv/kbtv-channel-dialogs.html
-share/doc/HTML/en/kbtv/kbtv-commands-hacking.html
-share/doc/HTML/en/kbtv/kbtv-menus.html
-share/doc/HTML/en/kbtv/kbtv-other-dialogs.html
-share/doc/HTML/en/kbtv/kbtv_screenshot_dialog_add_channels.png
-share/doc/HTML/en/kbtv/kbtv_screenshot_dialog_channel_editor.png
-share/doc/HTML/en/kbtv/kbtv_screenshot_dialog_hardware.png
-share/doc/HTML/en/kbtv/kbtv_screenshot_dialog_picture.png
-share/doc/HTML/en/kbtv/kbtv_screenshot_dialog_processing.png
-share/doc/HTML/en/kbtv/kbtv_screenshot_kdcop.png
-share/doc/HTML/en/kbtv/kbtv_screenshot_main_window.png
-share/doc/HTML/en/kbtv/kbtv_screenshot_main_window_webcam.png
-share/doc/HTML/en/kbtv/kbtv_screenshot_menu_channel.png
-share/doc/HTML/en/kbtv/kbtv_screenshot_menu_help.png
-share/doc/HTML/en/kbtv/kbtv_screenshot_menu_settings.png
-share/doc/HTML/en/kbtv/kbtv_screenshot_menu_settings_driver.png
-share/doc/HTML/en/kbtv/kbtv_screenshot_menu_settings_mixer.png
-share/doc/HTML/en/kbtv/kbtv_screenshot_menu_settings_size.png
-share/doc/HTML/en/kbtv/kbtv_screenshot_menu_settings_volume.png
-share/doc/HTML/en/kbtv/kbtv_screenshot_menu_tools.png
-share/doc/HTML/en/kbtv/using-kbtv.html
-share/icons/crystalsvg/64x64/apps/kbtv.png
-@dirrm share/doc/HTML/en/kbtv
-@dirrm share/apps/kbtv/pics
-@dirrm share/apps/kbtv
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-%%SAA%%@cwd /boot/modules
-%%SAA%%saa.ko
-%%SAA%%@exec kldxref %D
-%%SAA%%@unexec kldxref %D