aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/librespot
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2018-01-28 09:39:12 +0800
committerrene <rene@FreeBSD.org>2018-01-28 09:39:12 +0800
commitb72a3f9fe8a319257344187aa3d2de59c3fe2a1e (patch)
tree271ffac063b0758f690c44a25282dc5c5c1a9e8f /multimedia/librespot
parentce0f6ee2f34c699e7e1bc3f249857cc79f571cab (diff)
downloadfreebsd-ports-gnome-b72a3f9fe8a319257344187aa3d2de59c3fe2a1e.tar.gz
freebsd-ports-gnome-b72a3f9fe8a319257344187aa3d2de59c3fe2a1e.tar.zst
freebsd-ports-gnome-b72a3f9fe8a319257344187aa3d2de59c3fe2a1e.zip
Remove expired ports:
2018-01-27 emulators/raine: Broken for more than 6 months 2018-01-27 mail/libmapi: Broken for more than 6 months 2018-01-27 www/lessc: Broken for more than 6 months 2018-01-27 www/uglifyjs: Broken for more than 6 months 2018-01-27 www/py-octoprint: Broken for more than 6 months 2018-01-27 www/xpi-noscript: Broken for more than 6 months 2018-01-27 www/npm-less-plugin-clean-css: Broken for more than 6 months 2018-01-27 www/caudium14: Depends on expiring lang/pike78 2018-01-27 www/hinventory-client: Broken for more than 6 months 2018-01-27 security/tclgpg: Broken for more than 6 months 2018-01-27 security/pond: Broken for more than 6 months 2018-01-27 security/mdcrack: Broken for more than 6 months 2018-01-27 devel/npm-commander: Broken for more than 6 months 2018-01-27 devel/py-protocols-devel: Broken for more than 6 months 2018-01-27 devel/py-InlineEgg: Broken for more than 6 months 2018-01-27 devel/npm-amdefine: Broken for more than 6 months 2018-01-27 devel/npm-source-map: Broken for more than 6 months 2018-01-27 devel/libical-glib: Broken for more than 6 months 2018-01-27 devel/npm-graceful-readlink: Broken for more than 6 months 2018-01-27 devel/npm-clean-css: Broken for more than 6 months 2018-01-27 devel/py-ruledispatch: Depends on expiring devel/py-protocols-devel 2018-01-27 games/balazarbrothers: Broken for more than 6 months 2018-01-27 games/libretro-cores: Broken for more than 6 months 2018-01-27 games/gish-demo: Broken for more than 6 months 2018-01-27 games/cheech: Broken for more than 6 months 2018-01-27 audio/mbrolavox: Broken for more than 6 months 2018-01-27 audio/linux-mbrola: Depends on expiring audio/mbrolavox 2018-01-27 audio/gigedit: Broken for more than 6 months 2018-01-27 audio/gnomoradio: Broken for more than 6 months 2018-01-27 math/asir2000: Broken for more than 6 months 2018-01-27 multimedia/librespot: Broken for more than 6 months 2018-01-27 multimedia/bombono: Broken for more than 6 months 2018-01-27 lang/gcl: Broken for more than 6 months 2018-01-27 lang/pike78: Broken for more than 6 months 2018-01-27 shells/ambit: Broken for more than 6 months
Diffstat (limited to 'multimedia/librespot')
-rw-r--r--multimedia/librespot/Makefile46
-rw-r--r--multimedia/librespot/distinfo3
-rw-r--r--multimedia/librespot/pkg-descr8
-rw-r--r--multimedia/librespot/pkg-message10
4 files changed, 0 insertions, 67 deletions
diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile
deleted file mode 100644
index 248091c1ca68..000000000000
--- a/multimedia/librespot/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= librespot
-PORTVERSION= 0.1.0
-CATEGORIES= multimedia net devel
-
-MAINTAINER= mmokhi@FreeBSD.org
-COMMENT= Open Source Spotify client library
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BROKEN= tries to clone git repository during build phase
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2018-01-27
-
-BUILD_DEPENDS= rust>=1.19.0_2:lang/rust \
- portaudio>0:audio/portaudio
-
-USES= localbase pathfix pkgconfig shebangfix
-USE_LDCONFIG= yes
-
-# Rust's target arch string is different from *BSD arch strings
-RUST_ARCH_x86_64= x86_64 # dragonfly
-RUST_ARCH_amd64= x86_64
-RUST_ARCH_i386= i686
-RUST_TARGET= ${RUST_ARCH_${ARCH}}-unknown-${OPSYS:tl}
-
-USE_GITHUB= yes
-GH_ACCOUNT= plietar
-GH_TAGNAME= 85dbc3b
-
-MAKE_ENV= CARGO_HOME=${BUILD_WRKSRC}
-
-PLIST_FILES= bin/${PORTNAME} \
- lib/rustlib/${RUST_TARGET}/lib/lib${PORTNAME}.rlib
-
-do-build:
- cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} cargo build --release --verbose
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/rustlib/${RUST_TARGET}/lib
- ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/target/release/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
- ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/target/release/${PORTNAME} ${STAGEDIR}${PREFIX}/lib/rustlib/${RUST_TARGET}/lib/lib${PORTNAME}.rlib
-
-.include <bsd.port.mk>
diff --git a/multimedia/librespot/distinfo b/multimedia/librespot/distinfo
deleted file mode 100644
index bd1c877b15e1..000000000000
--- a/multimedia/librespot/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1492239429
-SHA256 (plietar-librespot-0.1.0-85dbc3b_GH0.tar.gz) = 48e878a8863fb1905facf9c33f2aaee64d01e695a549af4dc51403daf5f34223
-SIZE (plietar-librespot-0.1.0-85dbc3b_GH0.tar.gz) = 165946
diff --git a/multimedia/librespot/pkg-descr b/multimedia/librespot/pkg-descr
deleted file mode 100644
index b280ba9f1a87..000000000000
--- a/multimedia/librespot/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-librespot is an open source client library for Spotify.
-It enables applications to use Spotify's service,
-without using the official but closed-source libspotify.
-
-Additionally, it will provide extra features which are not
-available in the official library.
-
-WWW: https://github.com/plietar/librespot
diff --git a/multimedia/librespot/pkg-message b/multimedia/librespot/pkg-message
deleted file mode 100644
index 92d219bd9ce5..000000000000
--- a/multimedia/librespot/pkg-message
+++ /dev/null
@@ -1,10 +0,0 @@
-******************************************************************************
-A sample program implementing a headless Spotify Connect receiver is provided.
-Once you've built librespot, run it using :
-
-librespot --username USERNAME --cache CACHEDIR --name DEVICENAME
-
-librespot can be run in discovery mode,
-in which case no password is required at startup.
-For that, simply omit the --username argument.
-******************************************************************************