From never@mile.x-play.com.ua  Wed Feb  7 14:44:17 2007
Return-Path: <never@mile.x-play.com.ua>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 4B70C16A400
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Feb 2007 14:44:17 +0000 (UTC)
	(envelope-from never@mile.x-play.com.ua)
Received: from mile.x-play.com.ua (mile.x-play.com.ua [195.69.169.250])
	by mx1.freebsd.org (Postfix) with ESMTP id 93FC213C461
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Feb 2007 14:44:16 +0000 (UTC)
	(envelope-from never@mile.x-play.com.ua)
Received: from mile.x-play.com.ua (localhost [127.0.0.1])
	by mile.x-play.com.ua (8.13.8/8.13.6) with ESMTP id l17CVWag037221
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 7 Feb 2007 14:31:32 +0200 (EET)
	(envelope-from never@mile.x-play.com.ua)
Received: (from never@localhost)
	by mile.x-play.com.ua (8.13.8/8.13.6/Submit) id l17CVVxT037220;
	Wed, 7 Feb 2007 14:31:31 +0200 (EET)
	(envelope-from never)
Message-Id: <200702071231.l17CVVxT037220@mile.x-play.com.ua>
Date: Wed, 7 Feb 2007 14:31:31 +0200 (EET)
From: Alexandr Kovalenko <never@nevermind.kiev.ua>
Reply-To: Alexandr Kovalenko <never@nevermind.kiev.ua>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: audio/p5-MIDI
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         108876
>Category:       ports
>Synopsis:       New port: audio/p5-MIDI
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 07 14:50:22 GMT 2007
>Closed-Date:    Thu Feb 08 22:28:19 GMT 2007
>Last-Modified:  Thu Feb  8 22:44:20 GMT 2007
>Originator:     Alexandr Kovalenko
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
SunnyMobile, Ltd. http://www.sunnymobile.com.ua/
>Environment:
System: FreeBSD mile.x-play.com.ua 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Wed Jan 17 15:18:03 EET 2007 root@mile.x-play.com.ua:/usr/obj/usr/src/sys/mile i386

>Description:
	Add port audio/p5-MIDI, which can read, compose, modify, and write MIDI
	files.
>How-To-Repeat:
	N/A
>Fix:

# 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:
#
#	p5-MIDI
#	p5-MIDI/Makefile
#	p5-MIDI/distinfo
#	p5-MIDI/pkg-descr
#	p5-MIDI/pkg-plist
#
echo c - p5-MIDI
mkdir -p p5-MIDI > /dev/null 2>&1
echo x - p5-MIDI/Makefile
sed 's/^X//' >p5-MIDI/Makefile << 'END-of-p5-MIDI/Makefile'
X# New ports collection makefile for:	p5-MIDI
X# Date created:				February 07 2007
X# Whom:	      				Alexandr Kovalenko <never@nevermind.kiev.ua>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	MIDI
XPORTVERSION=	0.81
XCATEGORIES=	audio perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	MIDI
XPKGNAMEPREFIX=	p5-
XDISTNAME=	MIDI-Perl-${PORTVERSION}
X
XMAINTAINER=	perl@FreeBSD.org
XCOMMENT=	Perl5 module for handling MIDI files
X
XPERL_CONFIGURE=	YES
X
XMAN3=		MIDI.3 MIDI::Event.3 MIDI::Filespec.3 MIDI::Opus.3 MIDI::Score.3 \
X		MIDI::Simple.3 MIDI::Track.3
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_GD)
XBUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
XRUN_DEPENDS=	${BUILD_DEPENDS}
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-MIDI/Makefile
echo x - p5-MIDI/distinfo
sed 's/^X//' >p5-MIDI/distinfo << 'END-of-p5-MIDI/distinfo'
XMD5 (MIDI-Perl-0.81.tar.gz) = dcda1f179bedefe3c86d994c393b55a6
XSHA256 (MIDI-Perl-0.81.tar.gz) = 43ba9594fb02f0970ab16587d960db4acfeb62df9af29cb1aa889a4ee4696dad
XSIZE (MIDI-Perl-0.81.tar.gz) = 63073
END-of-p5-MIDI/distinfo
echo x - p5-MIDI/pkg-descr
sed 's/^X//' >p5-MIDI/pkg-descr << 'END-of-p5-MIDI/pkg-descr'
XThis suite of modules provides routines for reading, composing, modifying, and
Xwriting MIDI files.
X
XWWW: http://search.cpan.org/dist/MIDI-Perl/
END-of-p5-MIDI/pkg-descr
echo x - p5-MIDI/pkg-plist
sed 's/^X//' >p5-MIDI/pkg-plist << 'END-of-p5-MIDI/pkg-plist'
X%%SITE_PERL%%/MIDI.pm
X%%SITE_PERL%%/MIDI/Event.pm
X%%SITE_PERL%%/MIDI/Filespec.pod
X%%SITE_PERL%%/MIDI/Opus.pm
X%%SITE_PERL%%/MIDI/Score.pm
X%%SITE_PERL%%/MIDI/Simple.pm
X%%SITE_PERL%%/MIDI/Track.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIDI-Perl/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIDI-Perl
X@dirrmtry %%SITE_PERL%%/MIDI
END-of-p5-MIDI/pkg-plist
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Feb 7 14:56:22 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108876 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Feb 8 22:28:13 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108876: commit references a PR
Date: Thu,  8 Feb 2007 22:36:47 +0000 (UTC)

 miwi        2007-02-08 22:36:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio                Makefile 
   Added files:
     audio/p5-MIDI        Makefile distinfo pkg-descr pkg-plist 
   Log:
   This suite of modules provides routines for reading, composing, modifying, and
   writing MIDI files.
   
   WWW: http://search.cpan.org/dist/MIDI-Perl/
   
   PR:             ports/108876
   Submitted by:   Alexandr Kovalenko <never at nevermind.kiev.ua>
   
   Revision  Changes    Path
   1.832     +1 -0      ports/audio/Makefile
   1.1       +31 -0     ports/audio/p5-MIDI/Makefile (new)
   1.1       +3 -0      ports/audio/p5-MIDI/distinfo (new)
   1.1       +4 -0      ports/audio/p5-MIDI/pkg-descr (new)
   1.1       +10 -0     ports/audio/p5-MIDI/pkg-plist (new)
 _______________________________________________
 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:
