pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pianobar: add new package
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Jan 13 18:57:35 2016 +0100
Changeset: 7522a6aa5ee8a356b03b8cf0c7fe85217633ae4b
Modified Files:
Makefile
Added Files:
pianobar/DESCR
pianobar/Makefile
pianobar/PLIST
pianobar/distinfo
Log Message:
pianobar: add new package
anobar is a console client for the personalized web radio Pandora.
Features
* Play and manage (create, add more music, delete, rename, ...) your stations.
* Rate played songs and let pandora explain why they have been selected.
* Show upcoming songs/song history.
* Configure keybindings.
* last.fm scrobbling support (external application)
* Proxy support for listeners outside the USA.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7522a6aa5ee8a356b03b8cf0c7fe85217633ae4b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 12 +++++++++---
pianobar/DESCR | 10 ++++++++++
pianobar/Makefile | 24 ++++++++++++++++++++++++
pianobar/PLIST | 3 +++
pianobar/distinfo | 6 ++++++
5 files changed, 52 insertions(+), 3 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 48bfd8b..2ba80c9 100755
--- a/Makefile
+++ b/Makefile
@@ -742,7 +742,6 @@ SUBDIR+= fribid
SUBDIR+= fricas
SUBDIR+= frobby
SUBDIR+= frobtads
-SUBDIR+= fs-uae
SUBDIR+= fs-uae-dev
SUBDIR+= fs-uae-launcher
SUBDIR+= fs2open
@@ -1269,6 +1268,7 @@ SUBDIR+= ile
SUBDIR+= ilohamail
SUBDIR+= imagination
SUBDIR+= imonc
+SUBDIR+= include-what-you-use
SUBDIR+= inetdxtra
SUBDIR+= info2man
SUBDIR+= infraarcana
@@ -1569,7 +1569,6 @@ SUBDIR+= libraw1394
SUBDIR+= libre
SUBDIR+= librem
SUBDIR+= libreoffice-git
-SUBDIR+= libressl
SUBDIR+= libscscp
SUBDIR+= libslab
SUBDIR+= libsocialweb
@@ -1638,6 +1637,7 @@ SUBDIR+= lmfit
SUBDIR+= lmod
SUBDIR+= logfmon-devel
SUBDIR+= logrotate-svn
+SUBDIR+= logswan
SUBDIR+= logwatch
SUBDIR+= lorder
SUBDIR+= love
@@ -2282,6 +2282,7 @@ SUBDIR+= p5-mozldap
SUBDIR+= p5-qt3
SUBDIR+= p5-spf-policyd
SUBDIR+= p5-xmlsig
+SUBDIR+= p6-panda
SUBDIR+= packman
SUBDIR+= pagetools
SUBDIR+= pal
@@ -2422,6 +2423,7 @@ SUBDIR+= php-gtk2
SUBDIR+= php-libawl-git
SUBDIR+= php-malware-finder
SUBDIR+= php-tclink
+SUBDIR+= pianobar
SUBDIR+= picasm
SUBDIR+= picocom
SUBDIR+= picosat
@@ -2613,6 +2615,7 @@ SUBDIR+= py-blessings
SUBDIR+= py-blosc
SUBDIR+= py-bloscpack
SUBDIR+= py-bokeh
+SUBDIR+= py-bolos
SUBDIR+= py-booktype
SUBDIR+= py-bottleneck
SUBDIR+= py-bravo
@@ -2708,6 +2711,7 @@ SUBDIR+= py-dclab
SUBDIR+= py-dcpf
SUBDIR+= py-debacl
SUBDIR+= py-debinning
+SUBDIR+= py-decimalfp
SUBDIR+= py-decimalpy
SUBDIR+= py-decode
SUBDIR+= py-decoratortools
@@ -2822,6 +2826,8 @@ SUBDIR+= py-glespy
SUBDIR+= py-gmane
SUBDIR+= py-gmpy2
SUBDIR+= py-gnm
+SUBDIR+= py-go
+SUBDIR+= py-goless
SUBDIR+= py-gosam
SUBDIR+= py-goulib
SUBDIR+= py-gpaw
@@ -3667,7 +3673,6 @@ SUBDIR+= sndio
SUBDIR+= snes9express
SUBDIR+= snotes
SUBDIR+= socklog
-SUBDIR+= socnetv
SUBDIR+= softflowd
SUBDIR+= soil
SUBDIR+= solarus-zsdx
@@ -3893,6 +3898,7 @@ SUBDIR+= txt2tags
SUBDIR+= typespeed
SUBDIR+= typhoon
SUBDIR+= u-boot
+SUBDIR+= uTox-git
SUBDIR+= uade
SUBDIR+= ubit
SUBDIR+= uclibc
diff --git a/pianobar/DESCR b/pianobar/DESCR
new file mode 100644
index 0000000..75eb237
--- /dev/null
+++ b/pianobar/DESCR
@@ -0,0 +1,10 @@
+anobar is a console client for the personalized web radio Pandora.
+
+Features
+
+* Play and manage (create, add more music, delete, rename, ...) your stations.
+* Rate played songs and let pandora explain why they have been selected.
+* Show upcoming songs/song history.
+* Configure keybindings.
+* last.fm scrobbling support (external application)
+* Proxy support for listeners outside the USA.
diff --git a/pianobar/Makefile b/pianobar/Makefile
new file mode 100644
index 0000000..fbe1124
--- /dev/null
+++ b/pianobar/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME= pianobar-2015.11.22
+CATEGORIES= audio net
+MASTER_SITES= https://6xq.net/pianobar/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://6xq.net/pianobar/
+COMMENT= Console client for Pandora
+LICENSE= mit
+
+USE_TOOLS+= gmake pkg-config
+USE_LANGUAGES= c99
+MAKE_FLAGS+= PREFIX=${PREFIX}
+MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
+
+.include "../../audio/libao/buildlink3.mk"
+.include "../../security/libgcrypt/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../textproc/json-c/buildlink3.mk"
+.include "../../multimedia/ffmpeg2/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/pianobar/PLIST b/pianobar/PLIST
new file mode 100644
index 0000000..097c700
--- /dev/null
+++ b/pianobar/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/pianobar
+man/man1/pianobar.1
diff --git a/pianobar/distinfo b/pianobar/distinfo
new file mode 100644
index 0000000..a3147d6
--- /dev/null
+++ b/pianobar/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pianobar-2015.11.22.tar.bz2) = 1c44080f483bd5ceb68a54c038d81b5112dcbbc3
+RMD160 (pianobar-2015.11.22.tar.bz2) = 3ea3aa7cd0fcbbf70387934b3fc374b0637f1507
+SHA512 (pianobar-2015.11.22.tar.bz2) = cd8f7307f0d7bd0359954202d2fc3b6d9fdcdc7238a2057c1541f85d62d69fafb22c4a6466d873c35727c1ad1576755ac2f9224dd5ce4ccba2d9c1c8b9a0205a
+Size (pianobar-2015.11.22.tar.bz2) = 45973 bytes
Home |
Main Index |
Thread Index |
Old Index