From killasmurf86@gmail.com  Sun Jul  5 11:05:23 2009
Return-Path: <killasmurf86@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 84613106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Jul 2009 11:05:23 +0000 (UTC)
	(envelope-from killasmurf86@gmail.com)
Received: from mail-ew0-f213.google.com (mail-ew0-f213.google.com [209.85.219.213])
	by mx1.freebsd.org (Postfix) with ESMTP id 10B148FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Jul 2009 11:05:22 +0000 (UTC)
	(envelope-from killasmurf86@gmail.com)
Received: by ewy9 with SMTP id 9so3417616ewy.43
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 05 Jul 2009 04:05:22 -0700 (PDT)
Received: by 10.210.35.10 with SMTP id i10mr4067008ebi.93.1246791922164;
        Sun, 05 Jul 2009 04:05:22 -0700 (PDT)
Received: from 192.168.128.100 (mpe-11-135.mpe.lv [83.241.11.135])
        by mx.google.com with ESMTPS id 24sm3090648eyx.23.2009.07.05.04.05.18
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sun, 05 Jul 2009 04:05:18 -0700 (PDT)
Message-Id: <1246791915.22835@192.168.128.100>
Date: Sun, 5 Jul 2009 14:05:15 +0300
From: Aldis Berjoza <killasmurf86@gmail.com>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: New Port: multimedia/playd2
X-Send-Pr-Version: gtk-send-pr 0.4.9
X-GNATS-Notify:

>Number:         136340
>Category:       ports
>Synopsis:       New Port: multimedia/playd2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    avl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 05 11:10:01 UTC 2009
>Closed-Date:    Tue Jul 21 13:08:43 UTC 2009
>Last-Modified:  Tue Jul 21 13:10:02 UTC 2009
>Originator:     Aldis Berjoza
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 8.0-CURRENT #0: Thu Jun 25 12:27:46 EEST 2009
    root@192.168.128.100:/usr/obj/usr/src/sys/ANTIGENERIC



>Description:


Created new port multimedia/playd2

playd is an easy to use command line wrapper for mplayer. Playd2 is written in Perl.
At current state it is equalent of multimedia/playd, but I plan to add more featores in future


>How-To-Repeat:





>Fix:


--- pleyd2.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	playd2/Makefile
#	playd2/distinfo
#	playd2/pkg-descr
#
echo x - playd2/Makefile
sed 's/^X//' >playd2/Makefile << 'bcb5a310b24bac40425d29054d2ae582'
X# New ports collection makefile for:	playd
X# Date created:				July 4, 2009
X# Whom:					Aldis Berjoza <killasmurf86@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	playd2
XPORTVERSION=	2.0.3
XCATEGORIES=	multimedia
XMASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
X
XMAINTAINER=	killasmurf86@gmail.com
XCOMMENT=	Very easy to use mplayer Perl wrapper script, with useful features
X
XRUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer \
X	${LOCALBASE}/${SITE_PERL_REL}/File/Type.pm:${PORTSDIR}/devel/p5-File-Type
X
XCONFLICTS=	playd-1.[0-9]*
XPROJECTHOST=	playd
XPLIST_FILES=	bin/playd
XMAN1=		playd.1
XWRKSRC=      ${WRKDIR}/playd2
X
XNO_BUILD=	yes
XUSE_PERL5=	5.8.9+
XUSE_PERL5_RUN	=5.8.9+
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/playd.pl ${PREFIX}/bin/playd
X	${INSTALL_MAN} ${WRKSRC}/playd.1 ${PREFIX}/man/man1/
X
X.include <bsd.port.mk>
bcb5a310b24bac40425d29054d2ae582
echo x - playd2/distinfo
sed 's/^X//' >playd2/distinfo << 'da1f3a51cc50f478c511578e44f2cf56'
XMD5 (playd2-2.0.3.tar.gz) = bbfc0ebc154140347c1e56876cdd5013
XSHA256 (playd2-2.0.3.tar.gz) = 3f504105186b5311ce48a48cd92b5afd4d6570cbad2dcd081f563ae75f94c31c
XSIZE (playd2-2.0.3.tar.gz) = 7184
da1f3a51cc50f478c511578e44f2cf56
echo x - playd2/pkg-descr
sed 's/^X//' >playd2/pkg-descr << '33fcd2b870b783b4a8ee8a5b29beb93d'
Xplayd is an easy to use command line wrapper for mplayer.
X
XWith playd you don't need the mplayer gui to use it as a audio/video
Xplayer because playd supports playlists. It is easy to integrate
Xplayd into a window manager menu (e.g. FVWM).
X
X-- Aldis Berjoza
X<killasmurf86@gmail.com>
X
XWWW: http://code.google.com/p/playd/
33fcd2b870b783b4a8ee8a5b29beb93d
exit

--- pleyd2.shar ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->avl 
Responsible-Changed-By: avl 
Responsible-Changed-When: Wed Jul 15 14:07:35 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136340 
State-Changed-From-To: open->repocopy 
State-Changed-By: avl 
State-Changed-When: Mon Jul 20 16:07:39 UTC 2009 
State-Changed-Why:  
request repocopy of multimedia/playd -> multimedia/playd2 


Responsible-Changed-From-To: avl->portmgr 
Responsible-Changed-By: avl 
Responsible-Changed-When: Mon Jul 20 16:07:39 UTC 2009 
Responsible-Changed-Why:  
request repocopy of multimedia/playd -> multimedia/playd2 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136340 
State-Changed-From-To: repocopy->open 
State-Changed-By: marcus 
State-Changed-When: Tue Jul 21 03:41:37 UTC 2009 
State-Changed-Why:  
Repocopy complete. 


Responsible-Changed-From-To: portmgr->avl 
Responsible-Changed-By: marcus 
Responsible-Changed-When: Tue Jul 21 03:41:37 UTC 2009 
Responsible-Changed-Why:  
Repocopy complete. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136340 
State-Changed-From-To: open->closed 
State-Changed-By: avl 
State-Changed-When: Tue Jul 21 13:08:42 UTC 2009 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136340 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/136340: commit references a PR
Date: Tue, 21 Jul 2009 13:07:53 +0000 (UTC)

 avl         2009-07-21 13:07:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia           Makefile 
     multimedia/playd2    Makefile distinfo 
   Log:
   playd is an easy to use command line wrapper for mplayer.
   
   With playd you don't need the mplayer gui to use it as a audio/video
   player because playd supports playlists. It is easy to integrate
   playd into a window manager menu (e.g. FVWM).
   
   WWW: http://code.google.com/p/playd/
   
   -- Aldis Berjoza
   <killasmurf86@gmail.com>
   
   PR:             ports/136340
   Submitted by:   Aldis Berjoza <killasmurf86 AT gmail.com>
   Approved by:    tabthorpe (mentor)
   
   Revision  Changes    Path
   1.328     +1 -0      ports/multimedia/Makefile
   1.7       +10 -7     ports/multimedia/playd2/Makefile
   1.7       +3 -3      ports/multimedia/playd2/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
