From chinsan@chinsan.twbbs.org  Wed Mar 21 13:35:59 2007
Return-Path: <chinsan@chinsan.twbbs.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 51A9216A404
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Mar 2007 13:35:59 +0000 (UTC)
	(envelope-from chinsan@chinsan.twbbs.org)
Received: from chinsan.twbbs.org (220-132-119-51.HINET-IP.hinet.net [220.132.119.51])
	by mx1.freebsd.org (Postfix) with ESMTP id EB85413C4C9
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Mar 2007 13:35:58 +0000 (UTC)
	(envelope-from chinsan@chinsan.twbbs.org)
Received: by chinsan.twbbs.org (Postfix, from userid 1001)
	id 95FF711468; Wed, 21 Mar 2007 21:36:01 +0800 (CST)
Message-Id: <20070321133601.95FF711468@chinsan.twbbs.org>
Date: Wed, 21 Mar 2007 21:36:01 +0800 (CST)
From: chinsan <chinsan@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/p5-Term-Visual: Split-terminal user interface
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         110616
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Term-Visual: Split-terminal user interface
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 21 13:40:23 GMT 2007
>Closed-Date:    Thu Mar 22 15:20:52 GMT 2007
>Last-Modified:  Thu Mar 22 15:30:06 GMT 2007
>Originator:     chinsan
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #6: Mon Feb  5 23:22:25 CST
>Description:
Term::Visual is a "visual" terminal interface for curses applications. It
provides the split-screen interface you may have seen in console based IRC
and MUD clients.

Term::Visual uses the POE networking and multitasking framework to support
concurrent input from network sockets and the console, multiple timers, and
more.

WWW: http://search.cpan.org/dist/Term-Visual/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Term-Visual-0.06.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:
#
#	p5-Term-Visual
#	p5-Term-Visual/Makefile
#	p5-Term-Visual/distinfo
#	p5-Term-Visual/pkg-descr
#	p5-Term-Visual/pkg-plist
#
echo c - p5-Term-Visual
mkdir -p p5-Term-Visual > /dev/null 2>&1
echo x - p5-Term-Visual/Makefile
sed 's/^X//' >p5-Term-Visual/Makefile << 'END-of-p5-Term-Visual/Makefile'
X# New ports collection makefile for:	Term-Visual
X# Date created:				2007/03/21
X# Whom:					chinsan
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Term-Visual
XPORTVERSION=	0.06
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Term
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	chinsan@FreeBSD.org
XCOMMENT=	Split-terminal user interface
X
XBUILD_DEPENDS=	p5-POE>=0:${PORTSDIR}/devel/p5-POE \
X		p5-Curses>=0:${PORTSDIR}/devel/p5-Curses
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Term::Visual.3
X
X.include <bsd.port.mk>
END-of-p5-Term-Visual/Makefile
echo x - p5-Term-Visual/distinfo
sed 's/^X//' >p5-Term-Visual/distinfo << 'END-of-p5-Term-Visual/distinfo'
XMD5 (Term-Visual-0.06.tar.gz) = 1e51b5236a0756eea73a2709394596a9
XSHA256 (Term-Visual-0.06.tar.gz) = 0f11b87d48421e99ebc47a295679cf1fdda8ff05290acb9320fbd8bcecd1bd3b
XSIZE (Term-Visual-0.06.tar.gz) = 34617
END-of-p5-Term-Visual/distinfo
echo x - p5-Term-Visual/pkg-descr
sed 's/^X//' >p5-Term-Visual/pkg-descr << 'END-of-p5-Term-Visual/pkg-descr'
XTerm::Visual is a "visual" terminal interface for curses applications. It
Xprovides the split-screen interface you may have seen in console based IRC
Xand MUD clients.
X
XTerm::Visual uses the POE networking and multitasking framework to support
Xconcurrent input from network sockets and the console, multiple timers, and
Xmore.
X
XWWW: http://search.cpan.org/dist/Term-Visual/
END-of-p5-Term-Visual/pkg-descr
echo x - p5-Term-Visual/pkg-plist
sed 's/^X//' >p5-Term-Visual/pkg-plist << 'END-of-p5-Term-Visual/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Visual/.packlist
X%%SITE_PERL%%/Term/Visual.pm
X%%SITE_PERL%%/Term/Visual/StatusBar.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Visual
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term
X@dirrmtry %%SITE_PERL%%/Term/Visual
X@dirrmtry %%SITE_PERL%%/Term
END-of-p5-Term-Visual/pkg-plist
exit
--- p5-Term-Visual-0.06.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Mar 21 13:40:44 UTC 2007 
Responsible-Changed-Why:  
rafan@ wants this PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110616 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Thu Mar 22 15:20:50 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/110616: commit references a PR
Date: Thu, 22 Mar 2007 15:20:49 +0000 (UTC)

 rafan       2007-03-22 15:20:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-Term-Visual Makefile distinfo pkg-descr pkg-plist 
   Log:
   Add p5-Term-Visual 0.06, split-terminal user interface.
   
   PR:             ports/110616
   Submitted by:   chinsan
   
   Revision  Changes    Path
   1.2690    +1 -0      ports/devel/Makefile
   1.1       +26 -0     ports/devel/p5-Term-Visual/Makefile (new)
   1.1       +3 -0      ports/devel/p5-Term-Visual/distinfo (new)
   1.1       +9 -0      ports/devel/p5-Term-Visual/pkg-descr (new)
   1.1       +7 -0      ports/devel/p5-Term-Visual/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:
