Index: head/security/Makefile =================================================================== --- head/security/Makefile (revision 34319) +++ head/security/Makefile (revision 34320) @@ -1,126 +1,127 @@ # $FreeBSD$ # SUBDIR += aafid2 SUBDIR += acid SUBDIR += aide SUBDIR += bjorb SUBDIR += bro SUBDIR += bugs SUBDIR += ca-roots SUBDIR += calife SUBDIR += cfs SUBDIR += checkpassword SUBDIR += chrootuid SUBDIR += cops SUBDIR += crack SUBDIR += cyrus-sasl SUBDIR += ddos_scan SUBDIR += donkey SUBDIR += dsniff SUBDIR += fakebo SUBDIR += find_ddos SUBDIR += firewalk SUBDIR += fragrouter SUBDIR += fuzz SUBDIR += fwtk SUBDIR += gag SUBDIR += gnupg SUBDIR += gnupg-rsa SUBDIR += gpa SUBDIR += gpasman SUBDIR += gtkportscan SUBDIR += heimdal SUBDIR += ident2 SUBDIR += identify SUBDIR += inflex SUBDIR += its4 SUBDIR += john SUBDIR += keynote SUBDIR += keyprint SUBDIR += kmap SUBDIR += krb5 SUBDIR += kssh SUBDIR += l0pht-watch SUBDIR += libident SUBDIR += libmcrypt SUBDIR += libmcrypt-nm SUBDIR += libparanoia SUBDIR += logcheck SUBDIR += lsh SUBDIR += lxnb SUBDIR += mhash SUBDIR += mindterm-binary SUBDIR += nbaudit SUBDIR += nessus SUBDIR += nessus-libraries SUBDIR += nessus-libnasl SUBDIR += nessus-plugins SUBDIR += nmap SUBDIR += nmapfe SUBDIR += oidentd SUBDIR += openssh SUBDIR += openssh-askpass SUBDIR += openssl SUBDIR += p5-Authen-PAM SUBDIR += p5-Authen-Radius SUBDIR += p5-Crypt-Blowfish SUBDIR += p5-Crypt-CBC SUBDIR += p5-Crypt-DES SUBDIR += p5-Crypt-IDEA SUBDIR += p5-Digest-MD5 SUBDIR += p5-GnuPG-Interface + SUBDIR += p5-IO-Socket-SSL SUBDIR += p5-MD5 SUBDIR += p5-Net-SSLeay SUBDIR += p5-PGP SUBDIR += p5-PGP-Sign SUBDIR += pad SUBDIR += pam-mysql SUBDIR += pgp SUBDIR += pgp5 SUBDIR += pgp6 SUBDIR += pgpgpg SUBDIR += pidentd SUBDIR += pktsuckers SUBDIR += portscanner SUBDIR += portsentry SUBDIR += pscan SUBDIR += racoon SUBDIR += radiusniff SUBDIR += rid SUBDIR += rsaref SUBDIR += ruby-acl SUBDIR += ruby-tcpwrap SUBDIR += saint SUBDIR += scanssh SUBDIR += seahorse SUBDIR += siphon SUBDIR += skip SUBDIR += slurpie SUBDIR += slush SUBDIR += smurflog SUBDIR += sniff SUBDIR += snort SUBDIR += srm SUBDIR += ssh SUBDIR += ssh2 SUBDIR += sslproxy SUBDIR += sslwrap SUBDIR += strobe SUBDIR += stunnel SUBDIR += sudo SUBDIR += super SUBDIR += swatch SUBDIR += tcp_wrapper SUBDIR += trinokiller SUBDIR += tripwire SUBDIR += tripwire-131 SUBDIR += uvscan-dat SUBDIR += vlock SUBDIR += vscan SUBDIR += whisker SUBDIR += xinetd SUBDIR += zebedee SUBDIR += zombiezapper .include Property changes on: head/security/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.136 \ No newline at end of property +1.137 \ No newline at end of property Index: head/security/p5-IO-Socket-SSL/Makefile =================================================================== --- head/security/p5-IO-Socket-SSL/Makefile (nonexistent) +++ head/security/p5-IO-Socket-SSL/Makefile (revision 34320) @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-IO-Socket-SSL +# Date created: October 27th 2000 +# Whom: Marc G. Fournier +# +# $FreeBSD$ +# + +PORTNAME= IO-Socket-SSL +PORTVERSION= 0.75 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= IO +PKGNAMEPREFIX= p5- + +MAINTAINER= scrappy@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay + +RESTRICTED= "Crypto; export-controlled" + +USE_PERL5= yes + +$MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +$MAN3= IO::Socket::SSL.3 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include Property changes on: head/security/p5-IO-Socket-SSL/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/security/p5-IO-Socket-SSL/distinfo =================================================================== --- head/security/p5-IO-Socket-SSL/distinfo (nonexistent) +++ head/security/p5-IO-Socket-SSL/distinfo (revision 34320) @@ -0,0 +1 @@ +MD5 (IO-Socket-SSL-0.75.tar.gz) = 222d1cd2da03f8e93e7283975b5ac173 Property changes on: head/security/p5-IO-Socket-SSL/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/p5-IO-Socket-SSL/pkg-comment =================================================================== --- head/security/p5-IO-Socket-SSL/pkg-comment (nonexistent) +++ head/security/p5-IO-Socket-SSL/pkg-comment (revision 34320) @@ -0,0 +1 @@ +Perl5 interface to SSL sockets Property changes on: head/security/p5-IO-Socket-SSL/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/p5-IO-Socket-SSL/pkg-descr =================================================================== --- head/security/p5-IO-Socket-SSL/pkg-descr (nonexistent) +++ head/security/p5-IO-Socket-SSL/pkg-descr (revision 34320) @@ -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. Property changes on: head/security/p5-IO-Socket-SSL/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/p5-IO-Socket-SSL/pkg-plist =================================================================== --- head/security/p5-IO-Socket-SSL/pkg-plist (nonexistent) +++ head/security/p5-IO-Socket-SSL/pkg-plist (revision 34320) @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/IO/Socket/SSL.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket/SSL/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket/SSL Property changes on: head/security/p5-IO-Socket-SSL/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property