From dennylin93@hs.ntnu.edu.tw  Wed Jan  4 13:01:13 2012
Return-Path: <dennylin93@hs.ntnu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 280A41065670
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jan 2012 13:01:13 +0000 (UTC)
	(envelope-from dennylin93@hs.ntnu.edu.tw)
Received: from mail.hs.ntnu.edu.tw (mail.hs.ntnu.edu.tw [140.131.149.3])
	by mx1.freebsd.org (Postfix) with ESMTP id D76508FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jan 2012 13:01:12 +0000 (UTC)
Received: by mail.hs.ntnu.edu.tw (Postfix, from userid 1001)
	id A4F3F1C643A; Wed,  4 Jan 2012 20:42:47 +0800 (CST)
Message-Id: <20120104124247.A4F3F1C643A@mail.hs.ntnu.edu.tw>
Date: Wed,  4 Jan 2012 20:42:47 +0800 (CST)
From: Denny Lin <dennylin93@hs.ntnu.edu.tw>
Reply-To: Denny Lin <dennylin93@hs.ntnu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] www/p5-App-gist: GitHub Gist creator
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         163813
>Category:       ports
>Synopsis:       [NEW PORT] www/p5-App-gist: GitHub Gist creator
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lbr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 04 13:10:10 UTC 2012
>Closed-Date:    Mon Jan 09 14:48:57 UTC 2012
>Last-Modified:  Mon Jan  9 14:50:10 UTC 2012
>Originator:     Denny Lin
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD cnmc32.hs.ntnu.edu.tw 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Jul 13 19:51:01 CST 2011 root@cnmc32.hs.ntnu.edu.tw:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
p5-WWW-GitHub-Gist has been split into 2 ports: www/p5-WWW-GitHub-Gist and www/p5-App-gist.

A new port www/p5-App-gist has been included as well as a patch to update www/p5-WWW-GitHub-Gist to 0.13.
>How-To-Repeat:
	
>Fix:

	

--- p5-App-gist.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-App-gist/
#	p5-App-gist/pkg-plist
#	p5-App-gist/pkg-descr
#	p5-App-gist/distinfo
#	p5-App-gist/Makefile
#
echo c - p5-App-gist/
mkdir -p p5-App-gist/ > /dev/null 2>&1
echo x - p5-App-gist/pkg-plist
sed 's/^X//' >p5-App-gist/pkg-plist << '03f4c2077cdbc5f58f3bd88fe599dec0'
Xbin/gist
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/gist/.packlist
X%%SITE_PERL%%/App/gist.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/gist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App
X@dirrmtry %%SITE_PERL%%/App
03f4c2077cdbc5f58f3bd88fe599dec0
echo x - p5-App-gist/pkg-descr
sed 's/^X//' >p5-App-gist/pkg-descr << '9e255ce86d28b1f2566e8eeab8feff56'
XGitHub Gist creator.
X
XWWW:	http://search.cpan.org/dist/App-gist/
9e255ce86d28b1f2566e8eeab8feff56
echo x - p5-App-gist/distinfo
sed 's/^X//' >p5-App-gist/distinfo << '680d29698329b4bc8a50a46133ea6d52'
XSHA256 (App-gist-0.04.tar.gz) = ef740241e5e5992869683f980f7f3dc25fdcac35f8222460e05cc669fc6037ee
XSIZE (App-gist-0.04.tar.gz) = 12684
680d29698329b4bc8a50a46133ea6d52
echo x - p5-App-gist/Makefile
sed 's/^X//' >p5-App-gist/Makefile << '5bb55bf04b254b4404d3c41dcb5b4b75'
X# New ports collection makefile for:	p5-App-gist
X# Date created:				2012-01-04
X# Whom:					Denny Lin <dennylin93@hs.ntnu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	App-gist
XPORTVERSION=	0.04
XCATEGORIES=	www perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	CPAN:ALEXBIO
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	dennylin93@hs.ntnu.edu.tw
XCOMMENT=	GitHub Gist creator
X
XRUN_DEPENDS=	p5-WWW-GitHub-Gist>=0:${PORTSDIR}/www/p5-WWW-GitHub-Gist
X
XPERL_CONFIGURE=	yes
X
XCONFLICTS=	gist-[0-9]*
X
XMAN1=		gist.1
XMAN3=		App::gist.3
X
X.include <bsd.port.mk>
5bb55bf04b254b4404d3c41dcb5b4b75
exit
--- p5-App-gist.shar ends here ---

--- p5-WWW-GitHub-Gist.patch begins here ---
diff -ru p5-WWW-GitHub-Gist.orig/Makefile p5-WWW-GitHub-Gist/Makefile
--- p5-WWW-GitHub-Gist.orig/Makefile	2012-01-04 20:11:05.000000000 +0800
+++ p5-WWW-GitHub-Gist/Makefile	2011-10-19 07:56:15.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	WWW-GitHub-Gist
-PORTVERSION=	0.06
+PORTVERSION=	0.13
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ALEXBIO
@@ -15,14 +15,14 @@
 MAINTAINER=	dennylin93@hs.ntnu.edu.tw
 COMMENT=	Perl interface to Gist
 
-CONFLICTS=	gist-[0-9]*
-
 RUN_DEPENDS=	p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny \
-		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON
+		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
+		p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose
 
 PERL_CONFIGURE=	yes
 
-MAN1=		gist.1
-MAN3=		WWW::GitHub::Gist.3
+MAN3=		WWW::GitHub::Gist.3 \
+		WWW::GitHub::Gist::v2.3 \
+		WWW::GitHub::Gist::v3.3
 
 .include <bsd.port.mk>
diff -ru p5-WWW-GitHub-Gist.orig/distinfo p5-WWW-GitHub-Gist/distinfo
--- p5-WWW-GitHub-Gist.orig/distinfo	2012-01-04 20:11:05.000000000 +0800
+++ p5-WWW-GitHub-Gist/distinfo	2011-10-18 18:10:26.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (WWW-GitHub-Gist-0.06.tar.gz) = 9152a207744f4aefd03085d3043f4d0dee75490d7c2964054def67c418cd9371
-SIZE (WWW-GitHub-Gist-0.06.tar.gz) = 15391
+SHA256 (WWW-GitHub-Gist-0.13.tar.gz) = b79be21ad676f5977ad0898360eb0b159a981dcc39aaeb0c9fdf0a65fe14c111
+SIZE (WWW-GitHub-Gist-0.13.tar.gz) = 16503
diff -ru p5-WWW-GitHub-Gist.orig/pkg-plist p5-WWW-GitHub-Gist/pkg-plist
--- p5-WWW-GitHub-Gist.orig/pkg-plist	2012-01-04 20:11:05.000000000 +0800
+++ p5-WWW-GitHub-Gist/pkg-plist	2011-10-18 18:45:02.000000000 +0800
@@ -1,8 +1,10 @@
-bin/gist
-%%SITE_PERL%%/WWW/GitHub/Gist.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/GitHub/Gist/.packlist
+%%SITE_PERL%%/WWW/GitHub/Gist.pm
+%%SITE_PERL%%/WWW/GitHub/Gist/v2.pm
+%%SITE_PERL%%/WWW/GitHub/Gist/v3.pm
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/GitHub/Gist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/GitHub
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
+@dirrmtry %%SITE_PERL%%/WWW/GitHub/Gist
 @dirrmtry %%SITE_PERL%%/WWW/GitHub
 @dirrmtry %%SITE_PERL%%/WWW
--- p5-WWW-GitHub-Gist.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jan 4 13:10:21 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163813 
Responsible-Changed-From-To: perl->lbr 
Responsible-Changed-By: lbr 
Responsible-Changed-When: Mon Jan 9 14:37:36 UTC 2012 
Responsible-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=163813 
State-Changed-From-To: open->closed 
State-Changed-By: lbr 
State-Changed-When: Mon Jan 9 14:48:13 UTC 2012 
State-Changed-Why:  
Thanks, committed! (also updated www/gist) 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/163813: commit references a PR
Date: Mon,  9 Jan 2012 14:41:27 +0000 (UTC)

 lbr         2012-01-09 14:41:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-WWW-GitHub-Gist Makefile distinfo pkg-plist 
   Log:
   Updated to 0.13.
   
   Note that this version deletes the "gist" command, now found in the new p5-App-gist port.
   
   PR:             163813
   Submitted by:   Denny Lin <dennylin93@hs.ntnu.edu.tw>
   
   Revision  Changes    Path
   1.4       +6 -6      ports/www/p5-WWW-GitHub-Gist/Makefile
   1.3       +2 -2      ports/www/p5-WWW-GitHub-Gist/distinfo
   1.4       +4 -2      ports/www/p5-WWW-GitHub-Gist/pkg-plist
 _______________________________________________
 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/163813: commit references a PR
Date: Mon,  9 Jan 2012 14:44:45 +0000 (UTC)

 lbr         2012-01-09 14:44:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/p5-App-gist      Makefile distinfo pkg-descr pkg-plist 
   Log:
   Add p5-App-gist 0.04, gitHub Gist creator.
   
   PR:             ports/163813
   Submitted by:   Denny Lin <dennylin93@hs.ntnu.edu.tw>
   
   Revision  Changes    Path
   1.3085    +1 -0      ports/www/Makefile
   1.1       +27 -0     ports/www/p5-App-gist/Makefile (new)
   1.1       +2 -0      ports/www/p5-App-gist/distinfo (new)
   1.1       +3 -0      ports/www/p5-App-gist/pkg-descr (new)
   1.1       +6 -0      ports/www/p5-App-gist/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:
