FreeBSD Bugzilla – Attachment 152203 Details for
Bug 197106
[NEW PORT] devel/p5-JIRA-REST: Extended interface to JIRA's REST API
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
jira-rest.diff (text/plain), 3.80 KB, created by
Brad Davis
on 2015-01-26 21:25:08 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Brad Davis
Created:
2015-01-26 21:25:08 UTC
Size:
3.80 KB
patch
obsolete
>Index: devel/Makefile >=================================================================== >--- devel/Makefile (revision 377955) >+++ devel/Makefile (working copy) >@@ -2274,6 +2274,7 @@ > SUBDIR += p5-Iterator-Simple > SUBDIR += p5-Iterator-Util > SUBDIR += p5-JIRA-Client >+ SUBDIR += p5-JIRA-REST > SUBDIR += p5-JQuery > SUBDIR += p5-JSON-Hyper > SUBDIR += p5-JSON-Path >Index: devel/p5-JIRA-REST/Makefile >=================================================================== >--- devel/p5-JIRA-REST/Makefile (revision 0) >+++ devel/p5-JIRA-REST/Makefile (working copy) >@@ -0,0 +1,24 @@ >+# Created by: Brad Davis <brd@FreeBSD.org> >+# $FreeBSD$ >+ >+PORTNAME= JIRA-REST >+PORTVERSION= 0.010 >+CATEGORIES= devel perl5 >+MASTER_SITES= CPAN >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= perl@FreeBSD.org >+COMMENT= Extended interface to JIRA's REST API >+ >+BUILD_DEPENDS= p5-Data-Util>=0:${PORTSDIR}/devel/p5-Data-Util \ >+ p5-HTML-TreeBuilder-LibXML>=0:${PORTSDIR}/www/p5-HTML-TreeBuilder-LibXML \ >+ p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ >+ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ >+ p5-REST-Client>=0:${PORTSDIR}/www/p5-REST-Client \ >+ p5-URI>=0:${PORTSDIR}/net/p5-URI >+RUN_DEPENDS:= ${BUILD_DEPENDS} >+ >+USES= perl5 >+USE_PERL5= configure >+ >+.include <bsd.port.mk> > >Property changes on: devel/p5-JIRA-REST/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-JIRA-REST/distinfo >=================================================================== >--- devel/p5-JIRA-REST/distinfo (revision 0) >+++ devel/p5-JIRA-REST/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (JIRA-REST-0.010.tar.gz) = a772267b5a563863fdf520d1edcc2278bc1943ccb71b332c73fabd87236fef32 >+SIZE (JIRA-REST-0.010.tar.gz) = 15341 > >Property changes on: devel/p5-JIRA-REST/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-JIRA-REST/pkg-descr >=================================================================== >--- devel/p5-JIRA-REST/pkg-descr (revision 0) >+++ devel/p5-JIRA-REST/pkg-descr (working copy) >@@ -0,0 +1,10 @@ >+JIRA is a proprietary bug tracking system from Atlassian >+(http://www.atlassian.com/software/jira/). >+ >+This module implements an Object Oriented wrapper around JIRA's >+REST API. >+ >+Moreover, it implements some other methods to make it easier to do >+some common operations. >+ >+WWW: http://search.cpan.org/dist/JIRA-REST/ > >Property changes on: devel/p5-JIRA-REST/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-JIRA-REST/pkg-plist >=================================================================== >--- devel/p5-JIRA-REST/pkg-plist (revision 0) >+++ devel/p5-JIRA-REST/pkg-plist (working copy) >@@ -0,0 +1,4 @@ >+%%SITE_PERL%%/JIRA/README.pod >+%%SITE_PERL%%/JIRA/REST.pm >+%%PERL5_MAN3%%/JIRA::README.3.gz >+%%PERL5_MAN3%%/JIRA::REST.3.gz > >Property changes on: devel/p5-JIRA-REST/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197106
: 152203 |
152204