Date: Tue, 30 Mar 2004 17:57:59 +0200 (CEST) From: Jean-Yves Lefort <jylefort@brutele.be> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/64940: Update ports: audio/streamtuner* Message-ID: <20040330155759.BDDFF22EC1@jsite.lefort.net> Resent-Message-ID: <200403301600.i2UG0f53026407@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 64940 >Category: ports >Synopsis: Update ports: audio/streamtuner* >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 30 08:00:40 PST 2004 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 4.9-STABLE FreeBSD 4.9-STABLE #0: Thu Mar 18 01:32:50 CET 2004 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/audio/streamtuner/Makefile streamtuner/Makefile --- /usr/ports/audio/streamtuner/Makefile Mon Feb 9 07:22:56 2004 +++ streamtuner/Makefile Tue Mar 30 16:02:49 2004 @@ -6,7 +6,7 @@ # PORTNAME= streamtuner -PORTVERSION= 0.11.1 +PORTVERSION= 0.12.0 CATEGORIES= audio www MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,6 +14,7 @@ MAINTAINER= jylefort@brutele.be COMMENT= A GTK+ stream directory browser +BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_X_PREFIX= yes @@ -21,8 +22,6 @@ USE_LIBTOOL_VER= 15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= streamtuner.1 streamtuner-theme-convert.1 post-patch: @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ diff -ruN /usr/ports/audio/streamtuner/distinfo streamtuner/distinfo --- /usr/ports/audio/streamtuner/distinfo Mon Feb 9 07:22:56 2004 +++ streamtuner/distinfo Tue Mar 30 16:12:51 2004 @@ -1,2 +1,2 @@ -MD5 (streamtuner-0.11.1.tar.gz) = 9c046e594fb6159394fa810b2bcdd78c -SIZE (streamtuner-0.11.1.tar.gz) = 517025 +MD5 (streamtuner-0.12.0.tar.gz) = e54e9e2f96d47bf8b2d6d51782f74f84 +SIZE (streamtuner-0.12.0.tar.gz) = 664265 diff -ruN /usr/ports/audio/streamtuner/pkg-plist streamtuner/pkg-plist --- /usr/ports/audio/streamtuner/pkg-plist Sun Feb 1 08:47:53 2004 +++ streamtuner/pkg-plist Tue Mar 30 16:21:49 2004 @@ -1,5 +1,4 @@ bin/streamtuner -bin/streamtuner-theme-convert include/streamtuner/st-action-api.h include/streamtuner/st-category-api.h include/streamtuner/st-dialog-api.h @@ -11,6 +10,7 @@ include/streamtuner/st-programs-api.h include/streamtuner/st-re-api.h include/streamtuner/st-settings-api.h +include/streamtuner/st-sgml-ref-api.h include/streamtuner/st-state-api.h include/streamtuner/st-stream-api.h include/streamtuner/st-transfer-api.h @@ -18,10 +18,23 @@ include/streamtuner/streamtuner.h lib/streamtuner/plugins/shoutcast.so libdata/pkgconfig/streamtuner.pc +share/doc/streamtuner/C/documentation-license.xml +share/doc/streamtuner/C/figures/main-window.png +share/doc/streamtuner/C/figures/search-category.png +share/doc/streamtuner/C/figures/search-dialog.png +share/doc/streamtuner/C/software-license.xml +share/doc/streamtuner/C/streamtuner.xml share/gnome/applications/streamtuner.desktop share/gnome/pixmaps/streamtuner.png share/locale/de/LC_MESSAGES/streamtuner.mo share/locale/fr/LC_MESSAGES/streamtuner.mo +share/omf/streamtuner/streamtuner-C.omf +@exec scrollkeeper-install -q %D/share/omf/streamtuner/streamtuner-C.omf 2>/dev/null || /usr/bin/true @dirrm include/streamtuner @dirrm lib/streamtuner/plugins @dirrm lib/streamtuner +@dirrm share/doc/streamtuner/C/figures +@dirrm share/doc/streamtuner/C +@dirrm share/doc/streamtuner +@dirrm share/omf/streamtuner +@unexec scrollkeeper-uninstall -q %D/share/omf/streamtuner/streamtuner-C.omf 2>/dev/null || /usr/bin/true diff -ruN /usr/ports/audio/streamtuner-live365/Makefile streamtuner-live365/Makefile --- /usr/ports/audio/streamtuner-live365/Makefile Sat Feb 7 07:29:09 2004 +++ streamtuner-live365/Makefile Tue Mar 30 16:34:05 2004 @@ -6,8 +6,7 @@ # PORTNAME= streamtuner-live365 -PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTVERSION= 0.3.4 CATEGORIES= audio www MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= streamtuner @@ -18,7 +17,8 @@ BUILD_DEPENDS= ${X11BASE}/include/streamtuner/streamtuner.h:${PORTSDIR}/audio/streamtuner RUN_DEPENDS= ${X11BASE}/bin/streamtuner:${PORTSDIR}/audio/streamtuner -PLIST_FILES= lib/streamtuner/plugins/live365.so +PLIST_FILES= lib/streamtuner/plugins/live365.so \ + share/locale/fr/LC_MESSAGES/streamtuner-live365.mo USE_X_PREFIX= yes USE_LIBTOOL_VER= 15 diff -ruN /usr/ports/audio/streamtuner-live365/distinfo streamtuner-live365/distinfo --- /usr/ports/audio/streamtuner-live365/distinfo Sun Feb 1 08:47:53 2004 +++ streamtuner-live365/distinfo Tue Mar 30 16:30:01 2004 @@ -1 +1,2 @@ -MD5 (streamtuner-live365-0.3.3.tar.gz) = ab1b012af382f619bdcbe2e19e5a82e5 +MD5 (streamtuner-live365-0.3.4.tar.gz) = 6ec15ca72fdbe9c5e6acc30757a4b6c7 +SIZE (streamtuner-live365-0.3.4.tar.gz) = 301371 diff -ruN /usr/ports/audio/streamtuner-local/Makefile streamtuner-local/Makefile --- /usr/ports/audio/streamtuner-local/Makefile Thu Feb 5 07:24:03 2004 +++ streamtuner-local/Makefile Tue Mar 30 16:35:57 2004 @@ -6,8 +6,7 @@ # PORTNAME= streamtuner-local -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.4.0 CATEGORIES= audio www MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= streamtuner diff -ruN /usr/ports/audio/streamtuner-local/distinfo streamtuner-local/distinfo --- /usr/ports/audio/streamtuner-local/distinfo Sun Feb 1 08:47:54 2004 +++ streamtuner-local/distinfo Tue Mar 30 16:40:38 2004 @@ -1 +1,2 @@ -MD5 (streamtuner-local-0.3.0.tar.gz) = ec974ea107263277811aea8f6207bb57 +MD5 (streamtuner-local-0.4.0.tar.gz) = b400e40b6e4e0f603ea0d706dcf0f90a +SIZE (streamtuner-local-0.4.0.tar.gz) = 320955 diff -ruN /usr/ports/audio/streamtuner-local/pkg-descr streamtuner-local/pkg-descr --- /usr/ports/audio/streamtuner-local/pkg-descr Sun Feb 1 08:47:54 2004 +++ streamtuner-local/pkg-descr Tue Mar 30 16:36:54 2004 @@ -1,5 +1,6 @@ streamtuner-local is a streamtuner plugin providing access to your -local music repository. It supports ID3 and Vorbis tags. +local music collection. It can read and modify ID3 and Vorbis +metadata. WWW: http://www.nongnu.org/streamtuner/ diff -ruN /usr/ports/audio/streamtuner-python/Makefile streamtuner-python/Makefile --- /usr/ports/audio/streamtuner-python/Makefile Thu Feb 5 07:24:03 2004 +++ streamtuner-python/Makefile Tue Mar 30 16:43:11 2004 @@ -6,8 +6,7 @@ # PORTNAME= streamtuner-python -PORTVERSION= 0.0.3 -PORTREVISION= 1 +PORTVERSION= 0.1.0 CATEGORIES= audio www MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= streamtuner @@ -20,7 +19,7 @@ USE_X_PREFIX= yes USE_LIBTOOL_VER= 15 -USE_PYTHON= yes +USE_PYTHON= 2.2+ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff -ruN /usr/ports/audio/streamtuner-python/distinfo streamtuner-python/distinfo --- /usr/ports/audio/streamtuner-python/distinfo Sun Feb 1 08:47:54 2004 +++ streamtuner-python/distinfo Tue Mar 30 16:44:53 2004 @@ -1 +1,2 @@ -MD5 (streamtuner-python-0.0.3.tar.gz) = 37a58abc59761b1b2fbdb156db8aa4fb +MD5 (streamtuner-python-0.1.0.tar.gz) = 93c49782ab4a18a4af9723e3696e0b6c +SIZE (streamtuner-python-0.1.0.tar.gz) = 338666 diff -ruN /usr/ports/audio/streamtuner-python/pkg-plist streamtuner-python/pkg-plist --- /usr/ports/audio/streamtuner-python/pkg-plist Sun Feb 1 08:47:54 2004 +++ streamtuner-python/pkg-plist Tue Mar 30 16:44:37 2004 @@ -1,14 +1,11 @@ lib/streamtuner/plugins/python.so share/locale/fr/LC_MESSAGES/streamtuner-python.mo +share/streamtuner-python/icons/basic.ch.png share/streamtuner-python/icons/google-stations.png -share/streamtuner-python/modules/G.py -share/streamtuner-python/modules/G.pyc -share/streamtuner-python/modules/G.pyo -share/streamtuner-python/modules/ST.py -share/streamtuner-python/modules/ST.pyc -share/streamtuner-python/modules/ST.pyo +share/streamtuner-python/icons/punkcast.com.png +share/streamtuner-python/scripts/basic.ch.py share/streamtuner-python/scripts/google-stations.py +share/streamtuner-python/scripts/punkcast.com.py @dirrm share/streamtuner-python/icons -@dirrm share/streamtuner-python/modules @dirrm share/streamtuner-python/scripts @dirrm share/streamtuner-python diff -ruN /usr/ports/audio/streamtuner-xiph/Makefile streamtuner-xiph/Makefile --- /usr/ports/audio/streamtuner-xiph/Makefile Thu Feb 5 07:24:03 2004 +++ streamtuner-xiph/Makefile Tue Mar 30 16:47:40 2004 @@ -6,8 +6,7 @@ # PORTNAME= streamtuner-xiph -PORTVERSION= 0.0.1 -PORTREVISION= 1 +PORTVERSION= 0.1.0 CATEGORIES= audio www MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= streamtuner diff -ruN /usr/ports/audio/streamtuner-xiph/distinfo streamtuner-xiph/distinfo --- /usr/ports/audio/streamtuner-xiph/distinfo Sun Feb 1 03:04:28 2004 +++ streamtuner-xiph/distinfo Tue Mar 30 16:47:50 2004 @@ -1 +1,2 @@ -MD5 (streamtuner-xiph-0.0.1.tar.gz) = 52929a791fd143f94a16b47d6f7958a5 +MD5 (streamtuner-xiph-0.1.0.tar.gz) = 07e06b4737a9949399222333f56b7659 +SIZE (streamtuner-xiph-0.1.0.tar.gz) = 298392 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040330155759.BDDFF22EC1>