pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/radsecproxy Add radsecproxy version 1.6.6 to pkgsrc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d50b03b2ff96
branches:  trunk
changeset: 644942:d50b03b2ff96
user:      he <he%pkgsrc.org@localhost>
date:      Tue Jan 20 08:17:09 2015 +0000

description:
Add radsecproxy version 1.6.6 to pkgsrc.

radsecproxy is a generic RADIUS proxy that supports both UDP and TLS
(RadSec) RADIUS transports.  There is also experimental support for
TCP and DTLS.

diffstat:

 net/radsecproxy/DESCR    |   3 +++
 net/radsecproxy/Makefile |  26 ++++++++++++++++++++++++++
 net/radsecproxy/PLIST    |   7 +++++++
 net/radsecproxy/distinfo |   5 +++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r 7ab9a58b7187 -r d50b03b2ff96 net/radsecproxy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/radsecproxy/DESCR     Tue Jan 20 08:17:09 2015 +0000
@@ -0,0 +1,3 @@
+radsecproxy is a generic RADIUS proxy that supports both UDP and TLS
+(RadSec) RADIUS transports.  There is also experimental support for
+TCP and DTLS.
diff -r 7ab9a58b7187 -r d50b03b2ff96 net/radsecproxy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/radsecproxy/Makefile  Tue Jan 20 08:17:09 2015 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2015/01/20 08:17:09 he Exp $
+
+DISTNAME=      radsecproxy-1.6.6
+CATEGORIES=    net
+MASTER_SITES=  https://software.uninett.no/radsecproxy/
+
+MAINTAINER=    he%NetBSD.org@localhost
+COMMENT=       Secure radius proxy
+HOMEPAGE=      https://software.uninett.no/radsecproxy/
+EXTRACT_SUFX=  .tar.xz
+LICENSE=       gnu-gpl-v2 OR modified-bsd
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+=        --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
+
+EGDIR=         ${PREFIX}/share/examples/radsecproxy
+INSTALLATION_DIRS+=    ${EGDIR}
+
+CONF=          radsecproxy.conf
+CONF_FILES+=   ${EGDIR}/${CONF} ${PKG_SYSCONFDIR}/${CONF}
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/radsecproxy.conf-example \
+               ${DESTDIR}${EGDIR}/${CONF}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 7ab9a58b7187 -r d50b03b2ff96 net/radsecproxy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/radsecproxy/PLIST     Tue Jan 20 08:17:09 2015 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2015/01/20 08:17:09 he Exp $
+bin/radsecproxy-conf
+man/man1/radsecproxy-hash.1
+man/man1/radsecproxy.1
+man/man5/radsecproxy.conf.5
+sbin/radsecproxy
+share/examples/radsecproxy/radsecproxy.conf
diff -r 7ab9a58b7187 -r d50b03b2ff96 net/radsecproxy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/radsecproxy/distinfo  Tue Jan 20 08:17:09 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/01/20 08:17:09 he Exp $
+
+SHA1 (radsecproxy-1.6.6.tar.xz) = b6a41d5604515b4cdfdd71e611278cb0fcdfa927
+RMD160 (radsecproxy-1.6.6.tar.xz) = 1895cbf80fcdad1e3bb0ce4596908821d7a9c488
+Size (radsecproxy-1.6.6.tar.xz) = 159736 bytes



Home | Main Index | Thread Index | Old Index