ports/148420: [PATCH] port multimedia/playd update to v1.

Aldis Berjoza aldis at bsdroot.lv
Wed Jul 7 09:10:03 UTC 2010


>Number:         148420
>Category:       ports
>Synopsis:       [PATCH] port multimedia/playd update to v1.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 07 09:10:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Aldis Berjoza
>Release:        
>Organization:
>Environment:
>Description:
Compared to previous version in ports (v1.3.8) v1.7.11 has MANY bugfixes.
New features:
* playlist randomization (this as feature that playd.sh was missing compared to playd.pl)
* basic support for various playlist formats (*.plst, *.pls, *.m3u, *.m3u8, *.asx, *.xspf, *.ram, *.qtl, *.wax, *.wpl)
* Code is only 511 Lines (including BSD license)

playd2 (playd.pl) is now deprecated, I currently don't plan to develop it any further, since playd is much more advanced and way faster.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -u playd.bak/Makefile playd/Makefile
--- playd.bak/Makefile	2010-07-06 23:43:34.481150845 +0300
+++ playd/Makefile	2010-07-07 11:51:18.314126393 +0300
@@ -6,19 +6,21 @@
 #
 
 PORTNAME=	playd
-PORTVERSION=	1.3.8
+PORTVERSION=	1.7.12
 CATEGORIES=	multimedia
-MASTER_SITES=	http://files.bsdroot.lv/FreeBSD/playd/
+MASTER_SITES=	http://aldis.git.bsdroot.lv/playd.sh/snapshot/
+DISTNAME=	playd.sh-${PORTVERSION}
 
-MAINTAINER=	aldis at BSDroot.lv
-COMMENT=	Very easy to use mplayer sh wrapper script, with useful features
+MAINTAINER=	aldis at bsdroot.lv
+COMMENT=	Very easy to use mplayer sh wrapper script (supports playlists)
 
 RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer
 
+LICENSE=	BSD
+
 CONFLICTS=	playd2-2.[0-9]*
 PLIST_FILES=	bin/playd
 MAN1=		playd.1
-WRKSRC=		${WRKDIR}/playd
 
 NO_BUILD=	yes
 
diff -u playd.bak/distinfo playd/distinfo
--- playd.bak/distinfo	2010-07-06 23:43:34.464142684 +0300
+++ playd/distinfo	2010-07-07 11:46:53.393232451 +0300
@@ -1,3 +1,3 @@
-MD5 (playd-1.3.8.tar.gz) = 0ad26906504d63a70d1b173ea99b0923
-SHA256 (playd-1.3.8.tar.gz) = 140f13bcaedb920d7aaa2ae10ee4173fb5de069f7cec862e41edbb3f82dc61ea
-SIZE (playd-1.3.8.tar.gz) = 7225
+MD5 (playd.sh-1.7.12.tar.gz) = 572688f7705dd4761229852b4228f813
+SHA256 (playd.sh-1.7.12.tar.gz) = ed2632f7a3250820a58d468d3b2922459a3c413e81f4bd2f865e8e6e7552019c
+SIZE (playd.sh-1.7.12.tar.gz) = 7799
diff -u playd.bak/pkg-descr playd/pkg-descr
--- playd.bak/pkg-descr	2010-07-06 23:43:34.463149286 +0300
+++ playd/pkg-descr	2010-07-06 23:51:43.480881367 +0300
@@ -4,7 +4,7 @@
 player because playd supports playlists. It is easy to integrate
 playd into a window manager menu (e.g. FVWM).
 
-WWW: http://github.com/killasmurf86/playd
+WWW: http://aldis.git.bsdroot.lv/playd.sh
 
 -- Aldis Berjoza
-<aldis at BSDroot.lv>
+<aldis at bsdroot.lv>


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list