git: 82d7a2fff33b - main - www/openarc: Improve COMMENT, WWW, description.
Yuri Victorovich
yuri at FreeBSD.org
Fri Aug 27 19:15:59 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=82d7a2fff33b9d6beb0e482b4c583a4bccd05e61
commit 82d7a2fff33b9d6beb0e482b4c583a4bccd05e61
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-08-27 19:14:06 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-08-27 19:15:51 +0000
www/openarc: Improve COMMENT, WWW, description.
Reported by: Dave Cottlehuber <dch at skunkwerks.at>
---
www/openarc/Makefile | 2 +-
www/openarc/pkg-descr | 16 +++++++++-------
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 at 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
More information about the dev-commits-ports-all
mailing list