Date: Thu, 21 Sep 2023 05:44:47 GMT From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6365c7bfbd64 - main - net/py-ldapdomaindump: New port: Active Directory information dumper via LDAP Message-ID: <202309210544.38L5il1p025377@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=6365c7bfbd64b6b24f5a5a0c6de8590b87b47285 commit 6365c7bfbd64b6b24f5a5a0c6de8590b87b47285 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2023-09-21 05:43:42 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2023-09-21 05:43:42 +0000 net/py-ldapdomaindump: New port: Active Directory information dumper via LDAP https://github.com/dirkjanm/ldapdomaindump --- net/Makefile | 1 + net/py-ldapdomaindump/Makefile | 22 ++++++++++++++++++++++ net/py-ldapdomaindump/distinfo | 3 +++ net/py-ldapdomaindump/pkg-descr | 1 + 4 files changed, 27 insertions(+) diff --git a/net/Makefile b/net/Makefile index 2e9be1bd842f..73841997c6d0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1074,6 +1074,7 @@ SUBDIR += py-ldap SUBDIR += py-ldap0 SUBDIR += py-ldap3 + SUBDIR += py-ldapdomaindump SUBDIR += py-ldappool SUBDIR += py-libcloud SUBDIR += py-libdnet diff --git a/net/py-ldapdomaindump/Makefile b/net/py-ldapdomaindump/Makefile new file mode 100644 index 000000000000..cceb1c304dbe --- /dev/null +++ b/net/py-ldapdomaindump/Makefile @@ -0,0 +1,22 @@ +PORTNAME= ldapdomaindump +PORTVERSION= 0.9.4 +CATEGORIES= net python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= acm@FreeBSD.org +COMMENT= active directory information dumper via ldap +WWW= https://github.com/dirkjanm/ldapdomaindump + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ldap3>0:net/py-ldap3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/net/py-ldapdomaindump/distinfo b/net/py-ldapdomaindump/distinfo new file mode 100644 index 000000000000..35d839fa8ce8 --- /dev/null +++ b/net/py-ldapdomaindump/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1695274828 +SHA256 (ldapdomaindump-0.9.4.tar.gz) = 99dcda17050a96549966e53bc89e71da670094d53d9542b3b0d0197d035e6f52 +SIZE (ldapdomaindump-0.9.4.tar.gz) = 18933 diff --git a/net/py-ldapdomaindump/pkg-descr b/net/py-ldapdomaindump/pkg-descr new file mode 100644 index 000000000000..387664ff7620 --- /dev/null +++ b/net/py-ldapdomaindump/pkg-descr @@ -0,0 +1 @@ +Active Directory information dumper via LDAP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309210544.38L5il1p025377>