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.
This commit is contained in:
parent
0bd85a3cb0
commit
05ac29f968
33
security/p5-IO-Socket-SSL/Makefile
Normal file
33
security/p5-IO-Socket-SSL/Makefile
Normal file
@ -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 <shell@openbsd.org>
|
||||
|
||||
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 <bsd.port.mk>
|
3
security/p5-IO-Socket-SSL/files/md5
Normal file
3
security/p5-IO-Socket-SSL/files/md5
Normal file
@ -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
|
4
security/p5-IO-Socket-SSL/pkg/DESCR
Normal file
4
security/p5-IO-Socket-SSL/pkg/DESCR
Normal file
@ -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.
|
11
security/p5-IO-Socket-SSL/pkg/PLIST
Normal file
11
security/p5-IO-Socket-SSL/pkg/PLIST
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user