diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-04 21:22:15 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-04 21:22:15 +0000 |
commit | 918e0a286968daa392d23931d833d02f76405081 (patch) | |
tree | 6c50a46ae24f0a74d5d09a094c191d61d5f9bc90 /audio | |
parent | 094e0cc6726af34db23a850350e25f1acf0ce04d (diff) |
Add new port audio/kstreamripper:
KStreamRipper is a program for recording Internet radios and other
streams. For streams that provide information about the song title,
it can split the stream and create an own file for each track with
a corresponding file name and corresponding metadata.
WWW: http://kstreamripper.sourceforge.net
Submitted by: Mina R Waheeb <syncer at gmail.com> via kde@freebsd maillist
Notes
Notes:
svn path=/head/; revision=255729
Diffstat (limited to 'audio')
-rw-r--r-- | audio/kstreamripper/Makefile | 27 | ||||
-rw-r--r-- | audio/kstreamripper/distinfo | 3 | ||||
-rw-r--r-- | audio/kstreamripper/pkg-descr | 6 | ||||
-rw-r--r-- | audio/kstreamripper/pkg-plist | 26 |
4 files changed, 62 insertions, 0 deletions
diff --git a/audio/kstreamripper/Makefile b/audio/kstreamripper/Makefile new file mode 100644 index 000000000000..892c296291c5 --- /dev/null +++ b/audio/kstreamripper/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: kstreamripper +# Date created: 26 Apr 2010 +# Whom: Mina R Waheeb <sycner@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= kstreamripper +PORTVERSION= 0.7.1 +CATEGORIES= audio kde +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} + +MAINTAINER= sycner@gmail.com +COMMENT= A program for recording streams for KDE4 + +RUN_DEPENDS= ${LOCALBASE}/bin/streamripper:${PORTSDIR}/audio/streamripper + +USE_BZIP2= yes +USE_CMAKE= yes +USE_KDE4= kdelibs kdehier kdeprefix automoc4 +USE_QT_VER= 4 +QT_COMPONENTS= qmake_build moc_build rcc_build uic_build + +CMAKE_ARGS+= -DWITHOUT_LIBPROXY=YES # requires libproxy >= 0.3.1 +WRKSRC= ${WRKDIR}/${PORTNAME} + +.include <bsd.port.mk> diff --git a/audio/kstreamripper/distinfo b/audio/kstreamripper/distinfo new file mode 100644 index 000000000000..2d200a497d0f --- /dev/null +++ b/audio/kstreamripper/distinfo @@ -0,0 +1,3 @@ +MD5 (kstreamripper-0.7.1.tar.bz2) = 67157834797d7bd170c8e372fa0e0b45 +SHA256 (kstreamripper-0.7.1.tar.bz2) = 86cc98d8a32c8599d94a3df35b873cbface1b981204d4f623e3afc152a08cd42 +SIZE (kstreamripper-0.7.1.tar.bz2) = 1014164 diff --git a/audio/kstreamripper/pkg-descr b/audio/kstreamripper/pkg-descr new file mode 100644 index 000000000000..8499d9e19489 --- /dev/null +++ b/audio/kstreamripper/pkg-descr @@ -0,0 +1,6 @@ +KStreamRipper is a program for recording Internet radios and other +streams. For streams that provide information about the song title, +it can split the stream and create an own file for each track with +a corresponding file name and corresponding metadata. + +WWW: http://kstreamripper.sourceforge.net diff --git a/audio/kstreamripper/pkg-plist b/audio/kstreamripper/pkg-plist new file mode 100644 index 000000000000..36d87ba0a1f7 --- /dev/null +++ b/audio/kstreamripper/pkg-plist @@ -0,0 +1,26 @@ +bin/kstreamripper +share/applications/kde4/kstreamripper.desktop +share/apps/kstreamripper/action-favorite-genres-amarok.svgz +share/apps/kstreamripper/kstreamripperui.rc +share/apps/kstreamripper/parse_rules.txt +share/apps/kstreamripper/tips +share/config.kcfg/settings_general.kcfg +share/config.kcfg/settings_stream.kcfg +share/icons/hicolor/128x128/apps/kstreamripper.png +share/icons/hicolor/16x16/apps/kstreamripper.png +share/icons/hicolor/22x22/apps/kstreamripper.png +share/icons/hicolor/256x256/apps/kstreamripper.png +share/icons/hicolor/32x32/apps/kstreamripper.png +share/icons/hicolor/48x48/apps/kstreamripper.png +share/icons/hicolor/64x64/apps/kstreamripper.png +share/icons/hicolor/8x8/apps/kstreamripper.png +share/icons/hicolor/scalable/apps/kstreamripper.svgz +share/locale/cs/LC_MESSAGES/kstreamripper.mo +share/locale/de/LC_MESSAGES/kstreamripper.mo +share/locale/fr/LC_MESSAGES/kstreamripper.mo +share/locale/pt_BR/LC_MESSAGES/kstreamripper.mo +@dirrmtry share/icons/hicolor/8x8/apps +@dirrmtry share/icons/hicolor/8x8 +@dirrmtry share/icons/hicolor/256x256/apps +@dirrmtry share/icons/hicolor/256x256 +@dirrm share/apps/kstreamripper |