1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add p5-X500-DN 0.28,

handle X.500 DNs (Distinguished Names), parse
and format them.
This commit is contained in:
Sergey Skvortsov 2003-10-22 09:46:25 +00:00
parent 958842c5c6
commit b6bd119515
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91883
5 changed files with 47 additions and 0 deletions

View File

@ -493,6 +493,7 @@
SUBDIR += p5-Tie-NetAddr-IP
SUBDIR += p5-URI
SUBDIR += p5-Validate-Net
SUBDIR += p5-X500-DN
SUBDIR += p5-XPC
SUBDIR += p5-perl-ldap
SUBDIR += packit

29
net/p5-X500-DN/Makefile Normal file
View File

@ -0,0 +1,29 @@
# New ports collection makefile for: X500-DN
# Date created: 22 October 2003
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= X500-DN
PORTVERSION= 0.28
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= X500
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Handle X.500 DNs (Distinguished Names), parse and format them
BUILD_DEPENDS= ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= X500::DN.3 X500::RDN.3
post-patch:
@${PERL} -pi -e 's/5\.6\.1/vars qw(\$$VERSION)/; s/^our //;' \
${WRKSRC}/DN.pm
.include <bsd.port.mk>

1
net/p5-X500-DN/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (X500-DN-0.28.tar.gz) = a600373d73ab59eb6e28d26f14cb8df1

8
net/p5-X500-DN/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
These modules handle X.500 DNs (Distinguished Names) and X.500 RDNs
(Relative Distinguished Names).
RFC: 2253
WWW: http://search.cpan.org/dist/X500-DN/
-- Sergey Skvortsov
skv@FreeBSD.org

8
net/p5-X500-DN/pkg-plist Normal file
View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/X500/DN/.packlist
%%SITE_PERL%%/X500/DN.pm
%%SITE_PERL%%/X500/DN.pod
%%SITE_PERL%%/X500/RDN.pm
%%SITE_PERL%%/X500/RDN.pod
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/X500/DN
@unexec rmdir %D/%%SITE_PERL%%/X500 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/X500 2>/dev/null || true