pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: markd
Date: Mon Aug 12 20:37:08 UTC 2024
Modified Files:
pkgsrc/www: Makefile
Added Files:
pkgsrc/www/p5-HTTP-Daemon-SSL: DESCR Makefile distinfo
Log Message:
p5-HTTP-Daemon-SSL: add version 1.04
Instances of the HTTP::Daemon::SSL class are HTTP/1.1 servers that listen
on a socket for incoming requests. The HTTP::Daemon::SSL is a sub-class of
IO::Socket::SSL, so you can perform socket operations directly on it too.
To generate a diff of this commit:
cvs rdiff -u -r1.1807 -r1.1808 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/p5-HTTP-Daemon-SSL/DESCR \
pkgsrc/www/p5-HTTP-Daemon-SSL/Makefile \
pkgsrc/www/p5-HTTP-Daemon-SSL/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1807 pkgsrc/www/Makefile:1.1808
--- pkgsrc/www/Makefile:1.1807 Mon Aug 12 12:17:32 2024
+++ pkgsrc/www/Makefile Mon Aug 12 20:37:08 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1807 2024/08/12 12:17:32 wiz Exp $
+# $NetBSD: Makefile,v 1.1808 2024/08/12 20:37:08 markd Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -452,6 +452,7 @@ SUBDIR+= p5-HTTP-CookieMonster
SUBDIR+= p5-HTTP-Cookies
SUBDIR+= p5-HTTP-DAV
SUBDIR+= p5-HTTP-Daemon
+SUBDIR+= p5-HTTP-Daemon-SSL
SUBDIR+= p5-HTTP-Date
SUBDIR+= p5-HTTP-Entity-Parser
SUBDIR+= p5-HTTP-GHTTP
Added files:
Index: pkgsrc/www/p5-HTTP-Daemon-SSL/DESCR
diff -u /dev/null pkgsrc/www/p5-HTTP-Daemon-SSL/DESCR:1.1
--- /dev/null Mon Aug 12 20:37:08 2024
+++ pkgsrc/www/p5-HTTP-Daemon-SSL/DESCR Mon Aug 12 20:37:08 2024
@@ -0,0 +1,3 @@
+Instances of the HTTP::Daemon::SSL class are HTTP/1.1 servers that listen
+on a socket for incoming requests. The HTTP::Daemon::SSL is a sub-class of
+IO::Socket::SSL, so you can perform socket operations directly on it too.
Index: pkgsrc/www/p5-HTTP-Daemon-SSL/Makefile
diff -u /dev/null pkgsrc/www/p5-HTTP-Daemon-SSL/Makefile:1.1
--- /dev/null Mon Aug 12 20:37:08 2024
+++ pkgsrc/www/p5-HTTP-Daemon-SSL/Makefile Mon Aug 12 20:37:08 2024
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2024/08/12 20:37:08 markd Exp $
+
+DISTNAME= HTTP-Daemon-SSL-1.04
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AU/AUFFLICK/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/release/HTTP-Daemon-SSL
+COMMENT= Simple http server class with SSL support
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
+DEPENDS+= p5-HTTP-Daemon-[0-9]*:../../www/p5-HTTP-Daemon
+
+PERL5_PACKLIST= auto/HTTP/Daemon/SSL/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/p5-HTTP-Daemon-SSL/distinfo
diff -u /dev/null pkgsrc/www/p5-HTTP-Daemon-SSL/distinfo:1.1
--- /dev/null Mon Aug 12 20:37:08 2024
+++ pkgsrc/www/p5-HTTP-Daemon-SSL/distinfo Mon Aug 12 20:37:08 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/08/12 20:37:08 markd Exp $
+
+BLAKE2s (HTTP-Daemon-SSL-1.04.tar.gz) = 8677ba3e78a79a9ac7d70200e76eddb76ceba33ff33d0ddb6d87bffdfc75934e
+SHA512 (HTTP-Daemon-SSL-1.04.tar.gz) = ff7b1350c376e1c1c743db6becde4c1633ac0dd8da4261d0134a6cad26586b7b296d09f89afa31d529adfe3fc14fad5551ba3c5bba6005f60699fe6b47046c3b
+Size (HTTP-Daemon-SSL-1.04.tar.gz) = 9237 bytes
Home |
Main Index |
Thread Index |
Old Index