Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  4 Jan 2012 20:42:47 +0800 (CST)
From:      Denny Lin <dennylin93@hs.ntnu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/163813: [NEW PORT] www/p5-App-gist: GitHub Gist creator
Message-ID:  <20120104124247.A4F3F1C643A@mail.hs.ntnu.edu.tw>
Resent-Message-ID: <201201041310.q04DAAuI043750@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163813
>Category:       ports
>Synopsis:       [NEW PORT] www/p5-App-gist: GitHub Gist creator
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 04 13:10:10 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120104124247.A4F3F1C643A>