Import p5-IO-Socket-Socks, "This module seeks to provide a full
implementation of the SOCKS protocol while behaving like a regular socket as much as possible." From maintainer Nigel Taylor, small tweaks from me and jasper@, ok jasper@
This commit is contained in:
parent
660e6f9262
commit
5b3767d548
19
net/p5-IO-Socket-Socks/Makefile
Normal file
19
net/p5-IO-Socket-Socks/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD:
|
||||
|
||||
COMMENT = create SOCKS v4/v5 client or server
|
||||
|
||||
DISTNAME = IO-Socket-Socks-0.4
|
||||
CATEGORIES = net
|
||||
CPAN_AUTHOR = OLEG
|
||||
|
||||
MAINTAINER = Nigel Taylor <njtaylor@asterisk.demon.co.uk>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
.include <bsd.port.mk>
|
5
net/p5-IO-Socket-Socks/distinfo
Normal file
5
net/p5-IO-Socket-Socks/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (IO-Socket-Socks-0.4.tar.gz) = M0rZXuYWqQgvQ5a+ZCQbGw==
|
||||
RMD160 (IO-Socket-Socks-0.4.tar.gz) = COY7dvA6OzDH9mqEuQBkp72G9Eo=
|
||||
SHA1 (IO-Socket-Socks-0.4.tar.gz) = KTQJWWViexrS0T2FF/2A9e0AZzM=
|
||||
SHA256 (IO-Socket-Socks-0.4.tar.gz) = YojuAMiHsmPg//70b2GB010cem4c1K9uaQKZPPImHpU=
|
||||
SIZE (IO-Socket-Socks-0.4.tar.gz) = 24500
|
2
net/p5-IO-Socket-Socks/pkg/DESCR
Normal file
2
net/p5-IO-Socket-Socks/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
This module seeks to provide a full implementation of the SOCKS protocol
|
||||
while behaving like a regular socket as much as possible.
|
5
net/p5-IO-Socket-Socks/pkg/PLIST
Normal file
5
net/p5-IO-Socket-Socks/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/03/07 23:39:31 sthen Exp $
|
||||
${P5SITE}/IO/
|
||||
${P5SITE}/IO/Socket/
|
||||
${P5SITE}/IO/Socket/Socks.pm
|
||||
@man man/man3p/IO::Socket::Socks.3p
|
Loading…
Reference in New Issue
Block a user