From 05ac29f968d7b75d0a01c90b3608e2ce0db14b58 Mon Sep 17 00:00:00 2001 From: shell Date: Sat, 27 Oct 2001 09:39:00 +0000 Subject: [PATCH] Initial import of IO-Socket-SSL-0.80 --- IO::Socket::SSL is a class implementing an object oriented interface to SSL sockets. The class is a descendent of IO::Socket::INET and provides a subset of the base class's interface methods as well as SSL specific methods. --- security/p5-IO-Socket-SSL/Makefile | 33 +++++++++++++++++++++++++++++ security/p5-IO-Socket-SSL/files/md5 | 3 +++ security/p5-IO-Socket-SSL/pkg/DESCR | 4 ++++ security/p5-IO-Socket-SSL/pkg/PLIST | 11 ++++++++++ 4 files changed, 51 insertions(+) create mode 100644 security/p5-IO-Socket-SSL/Makefile create mode 100644 security/p5-IO-Socket-SSL/files/md5 create mode 100644 security/p5-IO-Socket-SSL/pkg/DESCR create mode 100644 security/p5-IO-Socket-SSL/pkg/PLIST diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile new file mode 100644 index 00000000000..05fa281e121 --- /dev/null +++ b/security/p5-IO-Socket-SSL/Makefile @@ -0,0 +1,33 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2001/10/27 09:39:00 shell Exp $ + +COMMENT= "perl interface to SSL sockets" + +VERSION= 0.80 +DISTNAME= IO-Socket-SSL-${VERSION} +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +NEED_VERSION= 1.484 + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= IO + +MAINTAINER= Shell Hung + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +BUILD_DEPENDS= ::security/p5-Net_SSLeay +RUN_DEPENDS= ${BUILD_DEPENDS} + +CONFIGURE_STYLE= perl + +EXDIR= ${PREFIX}/share/examples/p5-IO-Socket-SSL/ + +post-install: + ${INSTALL_DATA_DIR} ${DOCDIR} ${EXDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/*.jpg ${EXDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/demo/*.pl ${EXDIR} + +.include diff --git a/security/p5-IO-Socket-SSL/files/md5 b/security/p5-IO-Socket-SSL/files/md5 new file mode 100644 index 00000000000..8a6d1d688d4 --- /dev/null +++ b/security/p5-IO-Socket-SSL/files/md5 @@ -0,0 +1,3 @@ +MD5 (IO-Socket-SSL-0.80.tar.gz) = ed7c74c3b4a8bb41b575dc40e4ec6950 +RMD160 (IO-Socket-SSL-0.80.tar.gz) = 2bede26b5d5f2715a21a337efe93562b2a976f35 +SHA1 (IO-Socket-SSL-0.80.tar.gz) = f95702e814d470f72084cdd8b1702c3d02fa1221 diff --git a/security/p5-IO-Socket-SSL/pkg/DESCR b/security/p5-IO-Socket-SSL/pkg/DESCR new file mode 100644 index 00000000000..12ca857abea --- /dev/null +++ b/security/p5-IO-Socket-SSL/pkg/DESCR @@ -0,0 +1,4 @@ +IO::Socket::SSL is a class implementing an object oriented interface +to SSL sockets. The class is a descendent of IO::Socket::INET and +provides a subset of the base class's interface methods as well as +SSL specific methods. diff --git a/security/p5-IO-Socket-SSL/pkg/PLIST b/security/p5-IO-Socket-SSL/pkg/PLIST new file mode 100644 index 00000000000..678c859e021 --- /dev/null +++ b/security/p5-IO-Socket-SSL/pkg/PLIST @@ -0,0 +1,11 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2001/10/27 09:39:00 shell Exp $ +libdata/perl5/site_perl/IO/Socket/SSL.pm +man/man3/IO::Socket::SSL.3p +share/examples/p5-IO-Socket-SSL/ClassDiagram-HTTP.jpg +share/examples/p5-IO-Socket-SSL/ClassDiagram-LWP.jpg +share/examples/p5-IO-Socket-SSL/ClassDiagram-io-socket-ssl.jpg +share/examples/p5-IO-Socket-SSL/ClassDiagram-utils.jpg +share/examples/p5-IO-Socket-SSL/daemon.pl +share/examples/p5-IO-Socket-SSL/ssl_client.pl +share/examples/p5-IO-Socket-SSL/ssl_server.pl +@dirrm share/examples/p5-IO-Socket-SSL