pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Net-LDAP-SID Import p5-Net-LDAP-SID-0.001 as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1bea6da34ca
branches:  trunk
changeset: 358420:e1bea6da34ca
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Feb 12 10:26:03 2017 +0000

description:
Import p5-Net-LDAP-SID-0.001 as devel/p5-Net-LDAP-SID.

METHODS
- new
  Constructor. Can pass either the binary or string representation of the SID.
- as_string
  Returns string representation of SID.
- as_binary
  Returns binary representation of SID.

diffstat:

 devel/p5-Net-LDAP-SID/DESCR    |   7 +++++++
 devel/p5-Net-LDAP-SID/Makefile |  17 +++++++++++++++++
 devel/p5-Net-LDAP-SID/distinfo |   6 ++++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r b908b6da7720 -r e1bea6da34ca devel/p5-Net-LDAP-SID/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Net-LDAP-SID/DESCR       Sun Feb 12 10:26:03 2017 +0000
@@ -0,0 +1,7 @@
+METHODS
+- new
+  Constructor. Can pass either the binary or string representation of the SID.
+- as_string
+  Returns string representation of SID.
+- as_binary
+  Returns binary representation of SID.
diff -r b908b6da7720 -r e1bea6da34ca devel/p5-Net-LDAP-SID/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Net-LDAP-SID/Makefile    Sun Feb 12 10:26:03 2017 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/02/12 10:26:03 mef Exp $
+
+DISTNAME=      Net-LDAP-SID-0.001
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/K/KA/KARMAN/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/CPAN/authors/id/K/KA/KARMAN/
+COMMENT=       Active Directory Security Identifier manipulation
+LICENSE=       artistic-2.0
+
+
+PERL5_PACKLIST= auto/Net/LDAP/SID/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b908b6da7720 -r e1bea6da34ca devel/p5-Net-LDAP-SID/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Net-LDAP-SID/distinfo    Sun Feb 12 10:26:03 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/02/12 10:26:03 mef Exp $
+
+SHA1 (Net-LDAP-SID-0.001.tar.gz) = d4cd2e4e86b15a1531d9c2f670463c52e4381987
+RMD160 (Net-LDAP-SID-0.001.tar.gz) = 986a1cd4ec6a4de9c7bd2870c76d59ae16f8e753
+SHA512 (Net-LDAP-SID-0.001.tar.gz) = f4da55c9bb870da37566460538160b5a792bbce297e59dd7c7ca33b9d7160979270cb88b8e6a057f04069ef3bc1035e00fccbc5f3913755936d3d5a8d22456da
+Size (Net-LDAP-SID-0.001.tar.gz) = 5337 bytes



Home | Main Index | Thread Index | Old Index