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
This commit is contained in:
parent
10cfaa75ed
commit
d9c6da19b2
5 changed files with 52 additions and 0 deletions
8
p5-X500-DN/DESCR
Normal file
8
p5-X500-DN/DESCR
Normal 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
|
19
p5-X500-DN/Makefile
Normal file
19
p5-X500-DN/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/06/28 03:59:44 geeohgeegeeoh Exp $
|
||||
|
||||
DISTNAME= X500-DN-0.28
|
||||
PKGNAME= p5-X500-DN-0.28
|
||||
SVR4_PKGNAME= x500dn
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=X500/}
|
||||
|
||||
MAINTAINER= geeogeegeeoh@users.sourceforge.net
|
||||
COMMENT= Handle X.500 DNs (Distinguished Names), parse and format them
|
||||
|
||||
DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent
|
||||
|
||||
WRKSRC= ${WRKDIR}/X500-DN-0.28
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/X500/DN/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
19
p5-X500-DN/Makefile.bck
Normal file
19
p5-X500-DN/Makefile.bck
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile.bck,v 1.1.1.1 2005/06/28 03:59:44 geeohgeegeeoh Exp $
|
||||
|
||||
DISTNAME= X500-DN-0.28
|
||||
PKGNAME= p5-X500-DN-0.28
|
||||
SVR4_PKGNAME= x500dn
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=X500/}
|
||||
|
||||
MAINTAINER= geeogeegeeoh.sourceforge.net
|
||||
COMMENT= Handle X.500 DNs (Distinguished Names), parse and format them
|
||||
|
||||
DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent
|
||||
|
||||
WRKSRC= ${WRKDIR}/X500-DN-0.28
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/X500/DN/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
p5-X500-DN/PLIST
Normal file
1
p5-X500-DN/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/28 03:59:44 geeohgeegeeoh Exp $
|
5
p5-X500-DN/distinfo
Normal file
5
p5-X500-DN/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/06/28 03:59:44 geeohgeegeeoh Exp $
|
||||
|
||||
SHA1 (X500-DN-0.28.tar.gz) = 55234240560901a5a7a9af8557d1bda5f627932e
|
||||
RMD160 (X500-DN-0.28.tar.gz) = a31885ac2ff5161e0afc1a618de67497ad062f1a
|
||||
Size (X500-DN-0.28.tar.gz) = 5163 bytes
|
Loading…
Reference in a new issue