Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2019 13:42:50 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519864 - in head/devel: . p5-AWS-Signature4
Message-ID:  <201912121342.xBCDgoGn089490@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 12 13:42:50 2019
New Revision: 519864
URL: https://svnweb.freebsd.org/changeset/ports/519864

Log:
  Add p5-AWS-Signature4 1.02
  
  AWS::Signature4 implement's Amazon Web Service's Signature version 4.
  
  WWW: https://metacpan.org/release/AWS-Signature4

Added:
  head/devel/p5-AWS-Signature4/
  head/devel/p5-AWS-Signature4/Makefile   (contents, props changed)
  head/devel/p5-AWS-Signature4/distinfo   (contents, props changed)
  head/devel/p5-AWS-Signature4/pkg-descr   (contents, props changed)
  head/devel/p5-AWS-Signature4/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Dec 12 13:35:42 2019	(r519863)
+++ head/devel/Makefile	Thu Dec 12 13:42:50 2019	(r519864)
@@ -1692,6 +1692,7 @@
     SUBDIR += p5-AI-Pathfinding-AStar
     SUBDIR += p5-AI-Prolog
     SUBDIR += p5-ARGV-Struct
+    SUBDIR += p5-AWS-Signature4
     SUBDIR += p5-Acme-Comment
     SUBDIR += p5-Acme-Damn
     SUBDIR += p5-Acme-MetaSyntactic

Added: head/devel/p5-AWS-Signature4/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-AWS-Signature4/Makefile	Thu Dec 12 13:42:50 2019	(r519864)
@@ -0,0 +1,27 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	AWS-Signature4
+PORTVERSION=	1.02
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Create a version4 signature for Amazon Web Services
+
+LICENSE=	ART20 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE_ART20=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-TimeDate>=0:devel/p5-TimeDate \
+		p5-URI>=1.59:net/p5-URI \
+		p5-libwww>=5.835:www/p5-libwww
+
+USES=		perl5
+USE_PERL5=	modbuild
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/p5-AWS-Signature4/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-AWS-Signature4/distinfo	Thu Dec 12 13:42:50 2019	(r519864)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1576073067
+SHA256 (AWS-Signature4-1.02.tar.gz) = 20bbc16cb3454fe5e8cf34fe61f1a91fe26c3f17e449ff665fcbbb92ab443ebd
+SIZE (AWS-Signature4-1.02.tar.gz) = 11698

Added: head/devel/p5-AWS-Signature4/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-AWS-Signature4/pkg-descr	Thu Dec 12 13:42:50 2019	(r519864)
@@ -0,0 +1,3 @@
+AWS::Signature4 implement's Amazon Web Service's Signature version 4.
+
+WWW: https://metacpan.org/release/AWS-Signature4

Added: head/devel/p5-AWS-Signature4/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-AWS-Signature4/pkg-plist	Thu Dec 12 13:42:50 2019	(r519864)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/AWS/Signature4.pm
+%%PERL5_MAN3%%/AWS::Signature4.3.gz



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