1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

- update to 1.15.0

- changelog:

Major Changes:
* Visible position in playlist
* Added previous command (Yup, now you can play previous song)
* playd hell now calls man playd
* Added command to jump to position in playlist
* Removed commands with "--" and removed all 1 char switches....
* Added basic support for favourite songs
Minor changes:
* Playlist items numbers are now padded
* New commands
* Many bugfixes
* Code cleanup
* Fixes in manual

PR:		ports/152560
Submitted by:	Aldis Berjoza <aldis _at_ bsdroot.lv> (maintainer)
This commit is contained in:
Baptiste Daroussin 2010-11-25 10:03:52 +00:00
parent 117b1ca466
commit 0fdb2d3250
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265133
2 changed files with 4 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= playd
PORTVERSION= 1.9.10
PORTVERSION= 1.15.0
CATEGORIES= multimedia
MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/
DISTNAME= playd.sh-${PORTVERSION}
@ -18,13 +18,12 @@ RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
LICENSE= BSD
CONFLICTS= playd2-2.[0-9]*
PLIST_FILES= bin/playd
MAN1= playd.1
NO_BUILD= yes
WRKSRC= ${WRKDIR}/playd-sh-${REV}
REV= 022e7357faeb
REV= 1e6a3af2e611
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${PREFIX}/bin/playd

View File

@ -1,2 +1,2 @@
SHA256 (playd.sh-1.9.10.tar.gz) = 744ae79d11fce2c87bf4568d407b00c0e26ddfe693946eba86fe1818a5bd4e75
SIZE (playd.sh-1.9.10.tar.gz) = 9639
SHA256 (playd.sh-1.15.0.tar.gz) = ef615ca110699241de09ad072c779232efae2d95120759be80ae553e567369b8
SIZE (playd.sh-1.15.0.tar.gz) = 10331