Index: head/net/radcli/Makefile =================================================================== --- head/net/radcli/Makefile (revision 527303) +++ head/net/radcli/Makefile (revision 527304) @@ -1,34 +1,30 @@ # Created by: Jov # $FreeBSD$ PORTNAME= radcli PORTVERSION= 1.2.11 PORTREVISION= 1 +MASTER_SITES= https://github.com/radcli/radcli/releases/download/${PORTVERSION}/ CATEGORIES= net -MAINTAINER= neel@neelc.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple RADIUS client library LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libgnutls.so:security/gnutls \ libnettle.so:security/nettle -USES= autoreconf libtool localbase pathfix pkgconfig +USES= libtool pathfix pkgconfig + GNU_CONFIGURE= yes -USE_LDCONFIG= yes INSTALL_TARGET= install-strip +USE_LDCONFIG= yes -USE_GITHUB= yes - -pre-configure: - @${TOUCH} ${WRKSRC}/config.rpath - post-install: -.for f in radiusclient.conf radiusclient-tls.conf servers servers-tls - ${INSTALL_DATA} ${WRKSRC}/etc/${f} \ - ${STAGEDIR}${PREFIX}/etc/radcli/${f}.sample +.for file in radiusclient.conf radiusclient-tls.conf servers servers-tls + ${INSTALL_DATA} ${WRKSRC}/etc/${file} ${STAGEDIR}${PREFIX}/etc/radcli/${file}.sample .endfor .include Index: head/net/radcli/distinfo =================================================================== --- head/net/radcli/distinfo (revision 527303) +++ head/net/radcli/distinfo (revision 527304) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537029843 -SHA256 (radcli-radcli-1.2.11_GH0.tar.gz) = 049ea17291d36e79d355e4e1a0719e787644178e294412fd173857524eba027b -SIZE (radcli-radcli-1.2.11_GH0.tar.gz) = 278340 +TIMESTAMP = 1582811422 +SHA256 (radcli-1.2.11.tar.gz) = b6210e4c7deae235bb8c4e9df20c4f82c8bc2bda6d6214d50c5667660ab38548 +SIZE (radcli-1.2.11.tar.gz) = 549028 Index: head/net/radcli/pkg-descr =================================================================== --- head/net/radcli/pkg-descr (revision 527303) +++ head/net/radcli/pkg-descr (revision 527304) @@ -1,7 +1,15 @@ -radcli is a library for writing RADIUS clients. It aims to allow writing -a RADIUS-aware application in less than 50 lines of code. It is based on the -freeradius-client library, but legacy code has been removed; IPv6 support, -pkg-config, TLS/DTLS, and API documentation have been added. It remains -source compatible with radiusclient-ng and freeradius-client. +The radcli library is a library for writing RADIUS Clients. The library's +approach is to allow writing RADIUS-aware application in less than 50 lines of C +code. + +The freeradius-client library was undocumented, had too much legacy code +centered around radlogin, a tool which is of no significance today, was +IPv4-only and had no releases for several years. + +This library addresses these shortcomings, adds package management via +pkg-config, adds support for TCP, TLS and DTLS, provides documentation of the +API, and will include any new features for the task. It is provided as a shared +library in case it is useful to other projects as well, and is also made source +compatible with radiusclient-ng and freeradius-client. WWW: https://radcli.github.io/radcli/ Index: head/net/radcli/pkg-plist =================================================================== --- head/net/radcli/pkg-plist (revision 527303) +++ head/net/radcli/pkg-plist (revision 527304) @@ -1,79 +1,79 @@ -@sample %%ETCDIR%%/radiusclient-tls.conf.sample -@sample %%ETCDIR%%/radiusclient.conf.sample -@sample %%ETCDIR%%/servers-tls.sample -@sample %%ETCDIR%%/servers.sample +@sample etc/radcli/radiusclient-tls.conf.sample +@sample etc/radcli/radiusclient.conf.sample +@sample etc/radcli/servers-tls.sample +@sample etc/radcli/servers.sample include/radcli/radcli.h include/radcli/version.h lib/libradcli.a lib/libradcli.so lib/libradcli.so.4 lib/libradcli.so.4.3.0 libdata/pkgconfig/radcli.pc man/man3/radcli.h.3.gz man/man3/rc_aaa.3.gz man/man3/rc_aaa_ctx.3.gz man/man3/rc_aaa_ctx_free.3.gz man/man3/rc_aaa_ctx_get_secret.3.gz man/man3/rc_aaa_ctx_get_vector.3.gz man/man3/rc_aaa_ctx_server.3.gz man/man3/rc_acct.3.gz man/man3/rc_acct_proxy.3.gz man/man3/rc_add_config.3.gz man/man3/rc_apply_config.3.gz man/man3/rc_auth.3.gz man/man3/rc_auth_proxy.3.gz man/man3/rc_avpair_add.3.gz man/man3/rc_avpair_assign.3.gz man/man3/rc_avpair_copy.3.gz man/man3/rc_avpair_free.3.gz man/man3/rc_avpair_gen.3.gz man/man3/rc_avpair_get.3.gz man/man3/rc_avpair_get_attr.3.gz man/man3/rc_avpair_get_in6.3.gz man/man3/rc_avpair_get_raw.3.gz man/man3/rc_avpair_get_uint32.3.gz man/man3/rc_avpair_insert.3.gz man/man3/rc_avpair_log.3.gz man/man3/rc_avpair_new.3.gz man/man3/rc_avpair_next.3.gz man/man3/rc_avpair_parse.3.gz man/man3/rc_avpair_remove.3.gz man/man3/rc_avpair_tostr.3.gz man/man3/rc_buildreq.3.gz man/man3/rc_check.3.gz man/man3/rc_check_tls.3.gz man/man3/rc_conf_int.3.gz man/man3/rc_conf_srv.3.gz man/man3/rc_conf_str.3.gz man/man3/rc_config_free.3.gz man/man3/rc_config_init.3.gz man/man3/rc_destroy.3.gz man/man3/rc_dict_findattr.3.gz man/man3/rc_dict_findval.3.gz man/man3/rc_dict_findvend.3.gz man/man3/rc_dict_free.3.gz man/man3/rc_dict_getattr.3.gz man/man3/rc_dict_getval.3.gz man/man3/rc_dict_getvend.3.gz man/man3/rc_find_server_addr.3.gz man/man3/rc_get_socket_type.3.gz man/man3/rc_get_srcaddr.3.gz man/man3/rc_getport.3.gz man/man3/rc_mksid.3.gz man/man3/rc_new.3.gz man/man3/rc_openlog.3.gz man/man3/rc_own_hostname.3.gz man/man3/rc_read_config.3.gz man/man3/rc_read_dictionary.3.gz man/man3/rc_read_dictionary_from_buffer.3.gz man/man3/rc_send_server.3.gz man/man3/rc_setdebug.3.gz man/man3/rc_test_config.3.gz man/man3/rc_tls_fd.3.gz %%DATADIR%%/dictionary %%DATADIR%%/dictionary.ascend %%DATADIR%%/dictionary.compat %%DATADIR%%/dictionary.merit %%DATADIR%%/dictionary.microsoft %%DATADIR%%/dictionary.roaringpenguin %%DATADIR%%/dictionary.sip