svn commit: r400658 - in head/net: . p5-ldap2pf p5-ldap2pw p5-srv2pf

Dag-Erling Smørgrav des at FreeBSD.org
Mon Nov 2 15:04:55 UTC 2015


Author: des
Date: Mon Nov  2 15:04:52 2015
New Revision: 400658
URL: https://svnweb.freebsd.org/changeset/ports/400658

Log:
  Three small Perl utilities

Added:
  head/net/p5-ldap2pf/
  head/net/p5-ldap2pf/Makefile   (contents, props changed)
  head/net/p5-ldap2pf/distinfo   (contents, props changed)
  head/net/p5-ldap2pf/pkg-descr   (contents, props changed)
  head/net/p5-ldap2pw/
  head/net/p5-ldap2pw/Makefile   (contents, props changed)
  head/net/p5-ldap2pw/distinfo   (contents, props changed)
  head/net/p5-ldap2pw/pkg-descr   (contents, props changed)
  head/net/p5-srv2pf/
  head/net/p5-srv2pf/Makefile   (contents, props changed)
  head/net/p5-srv2pf/distinfo   (contents, props changed)
  head/net/p5-srv2pf/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Mon Nov  2 14:35:03 2015	(r400657)
+++ head/net/Makefile	Mon Nov  2 15:04:52 2015	(r400658)
@@ -798,7 +798,10 @@
     SUBDIR += p5-ZConf
     SUBDIR += p5-ZConf-Bookmarks
     SUBDIR += p5-ZeroMQ
+    SUBDIR += p5-ldap2pf
+    SUBDIR += p5-ldap2pw
     SUBDIR += p5-perl-ldap
+    SUBDIR += p5-srv2pf
     SUBDIR += packetdrill
     SUBDIR += packter-agent
     SUBDIR += panoptis

Added: head/net/p5-ldap2pf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-ldap2pf/Makefile	Mon Nov  2 15:04:52 2015	(r400658)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	ldap2pf
+PORTVERSION=	20151101
+CATEGORIES=	net
+MASTER_SITES=	GH
+
+MAINTAINER=	des at FreeBSD.org
+COMMENT=	Create and update PF tables from LDAP groups
+
+RUN_DEPENDS=	p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
+		p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 \
+		p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
+		p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
+		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
+		p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	dag-erling
+
+USES=		perl5
+USE_PERL5=	configure run
+
+PLIST_FILES=	bin/ldap2pf
+
+.include <bsd.port.mk>

Added: head/net/p5-ldap2pf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-ldap2pf/distinfo	Mon Nov  2 15:04:52 2015	(r400658)
@@ -0,0 +1,2 @@
+SHA256 (dag-erling-ldap2pf-20151101_GH0.tar.gz) = 29a30e27fdf91147ec06e1e3d766bc11f977510041eb52d1cefdff2b47c376a1
+SIZE (dag-erling-ldap2pf-20151101_GH0.tar.gz) = 4784

Added: head/net/p5-ldap2pf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-ldap2pf/pkg-descr	Mon Nov  2 15:04:52 2015	(r400658)
@@ -0,0 +1,4 @@
+The ldap2pf utility creates and updates PF tables that reflect the
+membership of LDAP groups.
+
+WWW: https://github.com/dag-erling/ldap2pf

Added: head/net/p5-ldap2pw/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-ldap2pw/Makefile	Mon Nov  2 15:04:52 2015	(r400658)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	ldap2pw
+PORTVERSION=	20151101
+CATEGORIES=	net
+MASTER_SITES=	GH
+
+MAINTAINER=	des at FreeBSD.org
+COMMENT=	Synchronize local user database with LDAP directory
+
+RUN_DEPENDS=	p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
+		p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
+		p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
+		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
+		p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	dag-erling
+
+USES=		perl5
+USE_PERL5=	configure run
+
+PLIST_FILES=	bin/ldap2pw
+
+.include <bsd.port.mk>

Added: head/net/p5-ldap2pw/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-ldap2pw/distinfo	Mon Nov  2 15:04:52 2015	(r400658)
@@ -0,0 +1,2 @@
+SHA256 (dag-erling-ldap2pw-20151101_GH0.tar.gz) = 8c7a6c5284152fbdf166cf4c478d52903b03dc6b9102953b3b653b85aa8b6679
+SIZE (dag-erling-ldap2pw-20151101_GH0.tar.gz) = 6321

Added: head/net/p5-ldap2pw/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-ldap2pw/pkg-descr	Mon Nov  2 15:04:52 2015	(r400658)
@@ -0,0 +1,5 @@
+The ldap2pw utility synchronizes a local user database with an LDAP
+directory.  It is intended for systems where NSS modules cannot be
+used or access to the LDAP server is intermittent.
+
+WWW: https://github.com/dag-erling/ldap2pw

Added: head/net/p5-srv2pf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-srv2pf/Makefile	Mon Nov  2 15:04:52 2015	(r400658)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	srv2pf
+PORTVERSION=	20151101
+CATEGORIES=	net
+MASTER_SITES=	GH
+
+MAINTAINER=	des at FreeBSD.org
+COMMENT=	Create and update PF tables from LDAP groups
+
+RUN_DEPENDS=	p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
+		p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
+		p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	dag-erling
+
+USES=		perl5
+USE_PERL5=	configure run
+
+PLIST_FILES=	bin/srv2pf
+
+.include <bsd.port.mk>

Added: head/net/p5-srv2pf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-srv2pf/distinfo	Mon Nov  2 15:04:52 2015	(r400658)
@@ -0,0 +1,2 @@
+SHA256 (dag-erling-srv2pf-20151101_GH0.tar.gz) = 901d1bc729c8dc216de84b0ea5bbabc3dcb1aa10fd1cbca8232293aceafa4ef7
+SIZE (dag-erling-srv2pf-20151101_GH0.tar.gz) = 3255

Added: head/net/p5-srv2pf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-srv2pf/pkg-descr	Mon Nov  2 15:04:52 2015	(r400658)
@@ -0,0 +1,4 @@
+The srv2pf utility creates and updates PF tables based on SRV, A or
+AAAA records.
+
+WWW: https://github.com/dag-erling/srv2pf


More information about the svn-ports-all mailing list