diff --git a/www/openarc/Makefile b/www/openarc/Makefile index 42915fcc5829..2c20d758f919 100644 --- a/www/openarc/Makefile +++ b/www/openarc/Makefile @@ -1,30 +1,30 @@ PORTNAME= openarc PORTVERSION= 1.0.0.b3.20201016 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org -COMMENT= Open source ARC implementation +COMMENT= Library to validate use of certain identifiers in messages LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= autoconf-archive>0:devel/autoconf-archive LIB_DEPENDS= libjansson.so:devel/jansson USES= autoreconf gmake libtool pkgconfig ssl USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= trusteddomainproject GH_PROJECT= OpenARC GH_TAGNAME= eb430db GNU_CONFIGURE= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS PORTDOCS= * .include diff --git a/www/openarc/pkg-descr b/www/openarc/pkg-descr index 459e6e1d22a1..75ef17220dbb 100644 --- a/www/openarc/pkg-descr +++ b/www/openarc/pkg-descr @@ -1,8 +1,10 @@ -The Trusted Domain Project (TDP) is a non-profit corporation dedicated to -research and development of technologies that promote trust in the use of -domain names in on the Internet. OpenARC is an initiative of TDP, and is -primarily community effort to develop and maintain an open source library -for producing ARC-aware applications, and a "milter"-based filter for -providing ARC service. +ARC is a technology proposal, put forward by a consortium of organizations, +intended to allow a chain of message handlers (typically email operators) +to confirm handling by trusted upstream handlers in an attempt to confirm +the valid use of certain identifiers in the message. -WWW: http://www.trusteddomain.org/ +OpenARC is an initiative of TDP (The Trusted Domain Project), and is primarily +community effort to develop and maintain an open source library for producing +ARC-aware applications, and a "milter"-based filter for providing ARC service. + +WWW: https://github.com/trusteddomainproject/OpenARC