1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Add p5-Crypt-OICQ, cryptographic algorithm used by OICQ protocol.

This is for chinese/oicq.
This commit is contained in:
Rong-En Fan 2006-08-02 17:22:08 +00:00
parent 4785427ba5
commit 92cdbfdf92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169489
5 changed files with 41 additions and 0 deletions

View File

@ -355,6 +355,7 @@
SUBDIR += p5-Crypt-MySQL
SUBDIR += p5-Crypt-NULL
SUBDIR += p5-Crypt-OFB
SUBDIR += p5-Crypt-OICQ
SUBDIR += p5-Crypt-OTP
SUBDIR += p5-Crypt-OpenSSL-Bignum
SUBDIR += p5-Crypt-OpenSSL-DSA

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: p5-Crypt-OICQ
# Date created: Aug 01, 2006
# Whom: Rong-En Fan <rafan@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Crypt-OICQ
PORTVERSION= 1.1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= rafan@FreeBSD.org
COMMENT= Cryptographic algorithm used by OICQ protocol
PERL_CONFIGURE= yes
MAN3= Crypt::OICQ.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires at least Perl 5.8. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Crypt-OICQ-1.1.tgz) = 48409e13143eb4063634884387fa71f8
SHA256 (Crypt-OICQ-1.1.tgz) = 1c94795df1acbcb27e25a94f40e994f0f28eb925c664d5290c89cfff44ed7c58
SIZE (Crypt-OICQ-1.1.tgz) = 5649

View File

@ -0,0 +1,4 @@
This module implements the cipher used by OICQ instant messaging
protocol, used by Tencent Technology Limited, China.
WWW: http://search.cpan.org/dist/Crypt-OICQ/

View File

@ -0,0 +1,4 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OICQ/.packlist
%%SITE_PERL%%/Crypt/OICQ.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OICQ
@dirrmtry %%SITE_PERL%%/Crypt