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:
parent
4785427ba5
commit
92cdbfdf92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169489
@ -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
|
||||
|
29
security/p5-Crypt-OICQ/Makefile
Normal file
29
security/p5-Crypt-OICQ/Makefile
Normal 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>
|
3
security/p5-Crypt-OICQ/distinfo
Normal file
3
security/p5-Crypt-OICQ/distinfo
Normal 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
|
4
security/p5-Crypt-OICQ/pkg-descr
Normal file
4
security/p5-Crypt-OICQ/pkg-descr
Normal 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/
|
4
security/p5-Crypt-OICQ/pkg-plist
Normal file
4
security/p5-Crypt-OICQ/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user