pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Net-LDAP-SID



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Feb 12 10:26:03 UTC 2017

Added Files:
        pkgsrc/devel/p5-Net-LDAP-SID: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Net-LDAP-SID/DESCR \
    pkgsrc/devel/p5-Net-LDAP-SID/Makefile \
    pkgsrc/devel/p5-Net-LDAP-SID/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/p5-Net-LDAP-SID/DESCR
diff -u /dev/null pkgsrc/devel/p5-Net-LDAP-SID/DESCR:1.1
--- /dev/null   Sun Feb 12 10:26:03 2017
+++ pkgsrc/devel/p5-Net-LDAP-SID/DESCR  Sun Feb 12 10:26:03 2017
@@ -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.
Index: pkgsrc/devel/p5-Net-LDAP-SID/Makefile
diff -u /dev/null pkgsrc/devel/p5-Net-LDAP-SID/Makefile:1.1
--- /dev/null   Sun Feb 12 10:26:03 2017
+++ pkgsrc/devel/p5-Net-LDAP-SID/Makefile       Sun Feb 12 10:26:03 2017
@@ -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"
Index: pkgsrc/devel/p5-Net-LDAP-SID/distinfo
diff -u /dev/null pkgsrc/devel/p5-Net-LDAP-SID/distinfo:1.1
--- /dev/null   Sun Feb 12 10:26:03 2017
+++ pkgsrc/devel/p5-Net-LDAP-SID/distinfo       Sun Feb 12 10:26:03 2017
@@ -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