git: 7e4ef0e97fa3 - main - www/p5-CGI-Tiny: New port

Wen Heping wen at FreeBSD.org
Sun May 30 23:43:16 UTC 2021


The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7e4ef0e97fa3c20970990a2349d76a78827b614a

commit 7e4ef0e97fa3c20970990a2349d76a78827b614a
Author:     Wen Heping <wen at FreeBSD.org>
AuthorDate: 2021-05-30 23:42:21 +0000
Commit:     Wen Heping <wen at FreeBSD.org>
CommitDate: 2021-05-30 23:42:21 +0000

    www/p5-CGI-Tiny: New port
    
    CGI::Tiny provides a modern interface to write CGI scripts to
    dynamically respond to HTTP requests as defined in RFC 3875.
    
    WWW: https://metacpan.org/release/CGI-Tiny
---
 www/Makefile              |  1 +
 www/p5-CGI-Tiny/Makefile  | 20 ++++++++++++++++++++
 www/p5-CGI-Tiny/distinfo  |  3 +++
 www/p5-CGI-Tiny/pkg-descr |  4 ++++
 www/p5-CGI-Tiny/pkg-plist |  7 +++++++
 5 files changed, 35 insertions(+)

diff --git a/www/Makefile b/www/Makefile
index d38f36336638..dd4783cc6c6b 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -592,6 +592,7 @@
     SUBDIR += p5-CGI-SpeedyCGI
     SUBDIR += p5-CGI-Struct
     SUBDIR += p5-CGI-Thin
+    SUBDIR += p5-CGI-Tiny
     SUBDIR += p5-CGI-Untaint
     SUBDIR += p5-CGI-Untaint-date
     SUBDIR += p5-CGI-Untaint-email
diff --git a/www/p5-CGI-Tiny/Makefile b/www/p5-CGI-Tiny/Makefile
new file mode 100644
index 000000000000..7bdb011718d4
--- /dev/null
+++ b/www/p5-CGI-Tiny/Makefile
@@ -0,0 +1,20 @@
+# Created by: Wen Heping <wen at FreeBSD.org>
+
+PORTNAME=	CGI-Tiny
+PORTVERSION=	1.000
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	wen at FreeBSD.org
+COMMENT=	Common Gateway Interface, with no frills
+
+LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/www/p5-CGI-Tiny/distinfo b/www/p5-CGI-Tiny/distinfo
new file mode 100644
index 000000000000..72ac58d399e6
--- /dev/null
+++ b/www/p5-CGI-Tiny/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1622416550
+SHA256 (CGI-Tiny-1.000.tar.gz) = ff2d6e573184f795022ee41d903a272dcb51dc6a0d0021ec49eb016a4438f2d0
+SIZE (CGI-Tiny-1.000.tar.gz) = 64370
diff --git a/www/p5-CGI-Tiny/pkg-descr b/www/p5-CGI-Tiny/pkg-descr
new file mode 100644
index 000000000000..c11fbd5d1b7e
--- /dev/null
+++ b/www/p5-CGI-Tiny/pkg-descr
@@ -0,0 +1,4 @@
+CGI::Tiny provides a modern interface to write CGI scripts to
+dynamically respond to HTTP requests as defined in RFC 3875.
+
+WWW: https://metacpan.org/release/CGI-Tiny
diff --git a/www/p5-CGI-Tiny/pkg-plist b/www/p5-CGI-Tiny/pkg-plist
new file mode 100644
index 000000000000..61880be459d0
--- /dev/null
+++ b/www/p5-CGI-Tiny/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/CGI/Tiny.pm
+%%SITE_PERL%%/CGI/Tiny.pod
+%%SITE_PERL%%/CGI/Tiny/Multipart.pm
+%%SITE_PERL%%/CGI/Tiny/Multipart.pod
+%%SITE_PERL%%/CGI/Tiny/_Debug.pm
+%%PERL5_MAN3%%/CGI::Tiny.3.gz
+%%PERL5_MAN3%%/CGI::Tiny::Multipart.3.gz


More information about the dev-commits-ports-main mailing list