Date: Tue, 8 Jun 2010 08:49:34 GMT From: Aldis Berjoza <aldis@bsdroot.lv> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/147683: [PATCH] multimedia/playd2 update (and rename request) Message-ID: <201006080849.o588nYIF010178@www.freebsd.org> Resent-Message-ID: <201006080850.o588o49G068151@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 147683 >Category: ports >Synopsis: [PATCH] multimedia/playd2 update (and rename request) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 08 08:50:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Aldis Berjoza >Release: >Organization: >Environment: >Description: Hello I updated playd. Since I'm going to learn lua scripting I decided to rename my playd ports playd -> playd.sh playd2 -> playd.pl (and decrease version from 2.x.x to 1.x.x, because the only major difference is scripting language used) after I finish lua, I'll probably submit playd.lua (which I hope will outperform bough playd.sh and playd.pl) So please rename multimedia/playd2 to multimedia/playd.pl >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN playd.pl/Makefile /usr/ports/multimedia/playd2/Makefile --- playd.pl/Makefile 2010-06-05 20:15:34.673875884 +0300 +++ /usr/ports/multimedia/playd2/Makefile 2010-04-08 23:49:00.000000000 +0300 @@ -5,10 +5,10 @@ # $FreeBSD: ports/multimedia/playd2/Makefile,v 1.15 2010/04/08 20:49:00 sylvio Exp $ # -PORTNAME= playd.pl -PORTVERSION= 1.1.5 +PORTNAME= playd2 +PORTVERSION= 2.1.3 CATEGORIES= multimedia -MASTER_SITES= http://files.bsdroot.lv/FreeBSD/distfiles/ +MASTER_SITES= http://files.bsdroot.lv/FreeBSD/playd/ MAINTAINER= aldis@BSDroot.lv COMMENT= Very easy to use mplayer Perl wrapper script, with useful features @@ -16,7 +16,7 @@ RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \ ${LOCALBASE}/${SITE_PERL_REL}/File/Type.pm:${PORTSDIR}/devel/p5-File-Type -CONFLICTS= playd.sh-[0-9].* +CONFLICTS= playd-1.[0-9]* PROJECTHOST= playd PLIST_FILES= bin/playd MAN1= playd.1 diff -urN playd.pl/distinfo /usr/ports/multimedia/playd2/distinfo --- playd.pl/distinfo 2010-06-05 20:15:16.028564259 +0300 +++ /usr/ports/multimedia/playd2/distinfo 2010-04-08 23:49:00.000000000 +0300 @@ -1,3 +1,3 @@ -MD5 (playd.pl-1.1.5.tar.gz) = a9d570ecaaf99f0e2eadb5b6ea7663fe -SHA256 (playd.pl-1.1.5.tar.gz) = 187cc200fe39f6298f1c0788a6881b0bc3e69bb99faaee3999bd5b741e08f699 -SIZE (playd.pl-1.1.5.tar.gz) = 8759 +MD5 (playd2-2.1.3.tar.gz) = 5a41604b4b537d1bc40ee923118f5a9c +SHA256 (playd2-2.1.3.tar.gz) = a8c5d66de1b08e60a72bdffe0630d6867675246a0ee4c6cf1800f9f01565f310 +SIZE (playd2-2.1.3.tar.gz) = 8755 diff -urN playd.pl/pkg-descr /usr/ports/multimedia/playd2/pkg-descr --- playd.pl/pkg-descr 2010-06-05 19:51:33.755393507 +0300 +++ /usr/ports/multimedia/playd2/pkg-descr 2010-04-08 23:49:00.000000000 +0300 @@ -4,8 +4,6 @@ player because playd supports playlists. It is easy to integrate playd into a window manager menu (e.g. FVWM). -This version of playd is writtern in perl - WWW: http://github.com/killasmurf86/playd -- Aldis Berjoza >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006080849.o588nYIF010178>