From owner-svn-ports-head@freebsd.org Thu Feb 27 21:26:49 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 64AA624FC03; Thu, 27 Feb 2020 21:26:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48T5Ms0T55z4YcT; Thu, 27 Feb 2020 21:26:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3809A1F1B2; Thu, 27 Feb 2020 21:26:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01RLQmJP006751; Thu, 27 Feb 2020 21:26:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01RLQlsw006748; Thu, 27 Feb 2020 21:26:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002272126.01RLQlsw006748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 27 Feb 2020 21:26:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527304 - head/net/radcli X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/radcli X-SVN-Commit-Revision: 527304 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2020 21:26:49 -0000 Author: sunpoet Date: Thu Feb 27 21:26:47 2020 New Revision: 527304 URL: https://svnweb.freebsd.org/changeset/ports/527304 Log: Reset maintainership - While I'm here: - Use upstream asset instead of source tarball - Update pkg-descr - Take maintainership PR: 244452 Submitted by: Neel Chauhan (maintainer) Modified: head/net/radcli/Makefile head/net/radcli/distinfo head/net/radcli/pkg-descr head/net/radcli/pkg-plist Modified: head/net/radcli/Makefile ============================================================================== --- head/net/radcli/Makefile Thu Feb 27 21:26:41 2020 (r527303) +++ head/net/radcli/Makefile Thu Feb 27 21:26:47 2020 (r527304) @@ -4,9 +4,10 @@ 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 @@ -15,20 +16,15 @@ 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 Modified: head/net/radcli/distinfo ============================================================================== --- head/net/radcli/distinfo Thu Feb 27 21:26:41 2020 (r527303) +++ head/net/radcli/distinfo Thu Feb 27 21:26:47 2020 (r527304) @@ -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 Modified: head/net/radcli/pkg-descr ============================================================================== --- head/net/radcli/pkg-descr Thu Feb 27 21:26:41 2020 (r527303) +++ head/net/radcli/pkg-descr Thu Feb 27 21:26:47 2020 (r527304) @@ -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/ Modified: head/net/radcli/pkg-plist ============================================================================== --- head/net/radcli/pkg-plist Thu Feb 27 21:26:41 2020 (r527303) +++ head/net/radcli/pkg-plist Thu Feb 27 21:26:47 2020 (r527304) @@ -1,7 +1,7 @@ -@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