diff options
Diffstat (limited to 'audio/mpdscribble')
| -rw-r--r-- | audio/mpdscribble/Makefile | 43 | ||||
| -rw-r--r-- | audio/mpdscribble/distinfo | 2 | ||||
| -rw-r--r-- | audio/mpdscribble/files/mpdscribble.in | 26 | ||||
| -rw-r--r-- | audio/mpdscribble/pkg-descr | 4 | ||||
| -rw-r--r-- | audio/mpdscribble/pkg-plist | 6 |
5 files changed, 0 insertions, 81 deletions
diff --git a/audio/mpdscribble/Makefile b/audio/mpdscribble/Makefile deleted file mode 100644 index 87ab49ebc055..000000000000 --- a/audio/mpdscribble/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: Stepan Zastupov [RedChrom] <redchrom@gmail.com> -# $FreeBSD$ - -PORTNAME= mpdscribble -PORTVERSION= 0.22 -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION} - -MAINTAINER= jlaffaye@FreeBSD.org -COMMENT= Musicpd last.fm client - -LICENSE= GPLv2 - -BROKEN= Unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-26 -LIB_DEPENDS+= libmpdclient.so:${PORTSDIR}/audio/libmpdclient - -USES= pkgconfig tar:bzip2 -USE_GNOME= glib20 -GNU_CONFIGURE= yes -USE_RC_SUBR= mpdscribble - -OPTIONS_DEFINE= SOUP DOCS -SOUP_DESC= Use libsoup instead of libcurl - -SOUP_LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup -SOUP_CONFIGURE_ON= --with-http-client=soup -SOUP_LIB_DEPENDS_OFF= libcurl.so:${PORTSDIR}/ftp/curl -SOUP_CONFIGURE_OFF= --with-http-client=curl - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/mpdscribble ${STAGEDIR}${PREFIX}/bin/mpdscribble - ${INSTALL_MAN} ${WRKSRC}/doc/mpdscribble.1 ${STAGEDIR}${MANPREFIX}/man/man1/mpdscribble.1 - ${INSTALL_DATA} ${WRKSRC}/doc/mpdscribble.conf ${STAGEDIR}${PREFIX}/etc/mpdscribble.conf.sample -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for file in AUTHORS NEWS README - ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} -.endfor - -.include <bsd.port.mk> diff --git a/audio/mpdscribble/distinfo b/audio/mpdscribble/distinfo deleted file mode 100644 index 0ec6694c7f69..000000000000 --- a/audio/mpdscribble/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mpdscribble-0.22.tar.bz2) = 1cde2b5f8c70f0e3e6f059d01bf0b0f2eac2b29fbcd14b01a8a5103e603feb41 -SIZE (mpdscribble-0.22.tar.bz2) = 116981 diff --git a/audio/mpdscribble/files/mpdscribble.in b/audio/mpdscribble/files/mpdscribble.in deleted file mode 100644 index d7e62fb4ed53..000000000000 --- a/audio/mpdscribble/files/mpdscribble.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# - -# PROVIDE: mpdscribble -# REQUIRE: LOGIN -# KEYWORD: shutdown - -# Add the following line to /etc/rc.conf to enable mpdscribble: -# -#mpdscribble_enable="YES" - -. /etc/rc.subr - -name=mpdscribble -rcvar=mpdscribble_enable - -command=%%PREFIX%%/bin/mpdscribble - -load_rc_config $name - -: ${mpdscribble_enable="NO"} -: ${mpdscribble_user="nobody"} - -command_args="--daemon-user ${mpdscribble_user}" - -run_rc_command "$1" diff --git a/audio/mpdscribble/pkg-descr b/audio/mpdscribble/pkg-descr deleted file mode 100644 index 9bcdc1c6db46..000000000000 --- a/audio/mpdscribble/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -mpdscribble is a music player daemon client which submits information about -tracks being played to Last.fm (formerly audioscrobbler). - -WWW: http://mpd.wikia.com/wiki/Client:Mpdscribble diff --git a/audio/mpdscribble/pkg-plist b/audio/mpdscribble/pkg-plist deleted file mode 100644 index 85a41e7a16ad..000000000000 --- a/audio/mpdscribble/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/mpdscribble -@sample etc/mpdscribble.conf.sample -man/man1/mpdscribble.1.gz -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/NEWS |
