[Midnightbsd-cvs] mports: mports/security: add for soap lite

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 11 18:16:03 EDT 2008


Log Message:
-----------
add for soap lite

Modified Files:
--------------
    mports/security:
        Makefile (r1.83 -> r1.84)

Added Files:
-----------
    mports/security/p5-Crypt-SSLeay:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)
    mports/security/p5-Crypt-SSLeay/files:
        patch-Makefile.PL (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/Makefile,v
retrieving revision 1.83
retrieving revision 1.84
diff -L security/Makefile -L security/Makefile -u -r1.83 -r1.84
--- security/Makefile
+++ security/Makefile
@@ -56,6 +56,7 @@
     SUBDIR += p5-Crypt-OpenSSL-Bignum
     SUBDIR += p5-Crypt-OpenSSL-RSA
     SUBDIR += p5-Crypt-OpenSSL-Random
+    SUBDIR += p5-Crypt-SSLeay
     SUBDIR += p5-Digest
     SUBDIR += p5-Digest-HMAC
     SUBDIR += p5-Digest-MD5
--- /dev/null
+++ security/p5-Crypt-SSLeay/pkg-descr
@@ -0,0 +1,20 @@
+       This perl module provides support for the https protocol
+       under LWP, so that a LWP::UserAgent can make https GET &
+       HEAD & POST requests. Please see perldoc LWP for more
+       information on POST requests.
+
+       The Crypt::SSLeay package contains Net::SSL, which is
+       automatically loaded by LWP::Protocol::https on https
+       requests, and provides the necessary SSL glue for that
+       module to work via these deprecated modules:
+
+          Crypt::SSLeay::CTX
+          Crypt::SSLeay::Conn
+          Crypt::SSLeay::X509
+
+       Work on Crypt::SSLeay has been continued only to provide
+       https support for the LWP - libwww perl libraries.  If you
+       want access to the OpenSSL API via perl, check out Sampo's
+       Net::SSLeay.
+
+WWW: http://search.cpan.org/dist/Crypt-SSLeay/
--- /dev/null
+++ security/p5-Crypt-SSLeay/pkg-plist
@@ -0,0 +1,14 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/SSLeay.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/SSLeay/Conn.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/SSLeay/CTX.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/SSLeay/Err.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/SSLeay/MainContext.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/SSLeay/X509.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Net/SSL.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SSLeay/SSLeay.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SSLeay/SSLeay.so
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SSLeay
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Crypt/SSLeay
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt
--- /dev/null
+++ security/p5-Crypt-SSLeay/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for:	p5-Crypt-SSLeay
+# Date created:				December-15-2000
+# Whom:	      				Alfred Perlstein <alfred at freebsd.org>
+#
+# $FreeBSD: ports/security/p5-Crypt-SSLeay/Makefile,v 1.27 2008/04/17 14:28:13 araujo Exp $
+#
+
+PORTNAME=	Crypt-SSLeay
+PORTVERSION=	0.57
+CATEGORIES=	security perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	erwin at FreeBSD.org
+COMMENT=	Perl5 interface to allow p5-libwww LWP to make https connections
+
+BUILD_DEPENDS=		${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+CONFIGURE_ARGS+=	--lib=${OPENSSLBASE}
+USE_OPENSSL=	yes
+
+MAN3=		Crypt::SSLeay.3 Net::SSL.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+.endif
+
+.include <bsd.port.post.mk>
--- /dev/null
+++ security/p5-Crypt-SSLeay/distinfo
@@ -0,0 +1,3 @@
+MD5 (Crypt-SSLeay-0.57.tar.gz) = 82264180f5911dce33dbd85e24b1f36b
+SHA256 (Crypt-SSLeay-0.57.tar.gz) = 14e880ce3d007457f193056d9f373024fc59d1c7fc5f6990db69789a922f11b8
+SIZE (Crypt-SSLeay-0.57.tar.gz) = 122980
--- /dev/null
+++ security/p5-Crypt-SSLeay/files/patch-Makefile.PL
@@ -0,0 +1,13 @@
+--- Makefile.PL.orig	2007-07-16 19:19:15.000000000 +0200
++++ Makefile.PL	2007-07-16 19:20:09.000000000 +0200
+@@ -271,9 +271,7 @@
+ these tests may fail (through no fault of the code).
+ 
+ INFO
+-    my $network_tests = prompt
+-        "Do you want to run the live tests (y/N) ?",
+-        'N';
++    my $network_tests = 'N';
+     print OUT "network_tests ", ($network_tests =~ /y/i) ? 1 : 0, "\n";
+     close OUT;
+ }


More information about the Midnightbsd-cvs mailing list