aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-08-27 19:14:06 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-08-27 19:15:51 +0000
commit82d7a2fff33b9d6beb0e482b4c583a4bccd05e61 (patch)
treef114945ba78aab7ba9e8d841cf60105888c08e7d
parentfad12bcb56db8fca6011b5ef8203d7bc3580350a (diff)
downloadports-82d7a2fff33b9d6beb0e482b4c583a4bccd05e61.tar.gz
ports-82d7a2fff33b9d6beb0e482b4c583a4bccd05e61.zip
www/openarc: Improve COMMENT, WWW, description.
Reported by: Dave Cottlehuber <dch@skunkwerks.at>
-rw-r--r--www/openarc/Makefile2
-rw-r--r--www/openarc/pkg-descr16
2 files changed, 10 insertions, 8 deletions
diff --git a/www/openarc/Makefile b/www/openarc/Makefile
index 42915fcc5829..2c20d758f919 100644
--- a/www/openarc/Makefile
+++ b/www/openarc/Makefile
@@ -3,7 +3,7 @@ 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
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