diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-11-02 15:04:52 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-11-02 15:04:52 +0000 |
commit | e86bc7ad8fa4d9ca95a75412588e4d968a431450 (patch) | |
tree | 1b7184bce8e5237c6e35aa1550cad85786755477 | |
parent | e1f0963e3bb6a4108aeb1d0f02aaf8fc98026097 (diff) | |
download | ports-e86bc7ad8fa4d9ca95a75412588e4d968a431450.tar.gz ports-e86bc7ad8fa4d9ca95a75412588e4d968a431450.zip |
Notes
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/p5-ldap2pf/Makefile | 26 | ||||
-rw-r--r-- | net/p5-ldap2pf/distinfo | 2 | ||||
-rw-r--r-- | net/p5-ldap2pf/pkg-descr | 4 | ||||
-rw-r--r-- | net/p5-ldap2pw/Makefile | 25 | ||||
-rw-r--r-- | net/p5-ldap2pw/distinfo | 2 | ||||
-rw-r--r-- | net/p5-ldap2pw/pkg-descr | 5 | ||||
-rw-r--r-- | net/p5-srv2pf/Makefile | 23 | ||||
-rw-r--r-- | net/p5-srv2pf/distinfo | 2 | ||||
-rw-r--r-- | net/p5-srv2pf/pkg-descr | 4 |
10 files changed, 96 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 9c7be3a670a5..905e2241809f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -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 diff --git a/net/p5-ldap2pf/Makefile b/net/p5-ldap2pf/Makefile new file mode 100644 index 000000000000..a042dba41535 --- /dev/null +++ b/net/p5-ldap2pf/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= ldap2pf +PORTVERSION= 20151101 +CATEGORIES= net +MASTER_SITES= GH + +MAINTAINER= des@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> diff --git a/net/p5-ldap2pf/distinfo b/net/p5-ldap2pf/distinfo new file mode 100644 index 000000000000..3ab7c98a95e3 --- /dev/null +++ b/net/p5-ldap2pf/distinfo @@ -0,0 +1,2 @@ +SHA256 (dag-erling-ldap2pf-20151101_GH0.tar.gz) = 29a30e27fdf91147ec06e1e3d766bc11f977510041eb52d1cefdff2b47c376a1 +SIZE (dag-erling-ldap2pf-20151101_GH0.tar.gz) = 4784 diff --git a/net/p5-ldap2pf/pkg-descr b/net/p5-ldap2pf/pkg-descr new file mode 100644 index 000000000000..8979d8a4a80f --- /dev/null +++ b/net/p5-ldap2pf/pkg-descr @@ -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 diff --git a/net/p5-ldap2pw/Makefile b/net/p5-ldap2pw/Makefile new file mode 100644 index 000000000000..5ff1c04a78a0 --- /dev/null +++ b/net/p5-ldap2pw/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= ldap2pw +PORTVERSION= 20151101 +CATEGORIES= net +MASTER_SITES= GH + +MAINTAINER= des@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> diff --git a/net/p5-ldap2pw/distinfo b/net/p5-ldap2pw/distinfo new file mode 100644 index 000000000000..afa94b017f37 --- /dev/null +++ b/net/p5-ldap2pw/distinfo @@ -0,0 +1,2 @@ +SHA256 (dag-erling-ldap2pw-20151101_GH0.tar.gz) = 8c7a6c5284152fbdf166cf4c478d52903b03dc6b9102953b3b653b85aa8b6679 +SIZE (dag-erling-ldap2pw-20151101_GH0.tar.gz) = 6321 diff --git a/net/p5-ldap2pw/pkg-descr b/net/p5-ldap2pw/pkg-descr new file mode 100644 index 000000000000..3dc7311db4b9 --- /dev/null +++ b/net/p5-ldap2pw/pkg-descr @@ -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 diff --git a/net/p5-srv2pf/Makefile b/net/p5-srv2pf/Makefile new file mode 100644 index 000000000000..cc6d90eff3fd --- /dev/null +++ b/net/p5-srv2pf/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= srv2pf +PORTVERSION= 20151101 +CATEGORIES= net +MASTER_SITES= GH + +MAINTAINER= des@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> diff --git a/net/p5-srv2pf/distinfo b/net/p5-srv2pf/distinfo new file mode 100644 index 000000000000..43759c7ca6dd --- /dev/null +++ b/net/p5-srv2pf/distinfo @@ -0,0 +1,2 @@ +SHA256 (dag-erling-srv2pf-20151101_GH0.tar.gz) = 901d1bc729c8dc216de84b0ea5bbabc3dcb1aa10fd1cbca8232293aceafa4ef7 +SIZE (dag-erling-srv2pf-20151101_GH0.tar.gz) = 3255 diff --git a/net/p5-srv2pf/pkg-descr b/net/p5-srv2pf/pkg-descr new file mode 100644 index 000000000000..22e6a967cfb1 --- /dev/null +++ b/net/p5-srv2pf/pkg-descr @@ -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 |