Date: Fri, 27 Aug 2021 02:13:03 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e2354f390066 - main - www/openarc: New port: Open source ARC implementation Message-ID: <202108270213.17R2D3N4018540@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e2354f3900666aee61907b04fad47dc5bd89e7d8 commit e2354f3900666aee61907b04fad47dc5bd89e7d8 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-08-27 02:12:05 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-08-27 02:12:55 +0000 www/openarc: New port: Open source ARC implementation --- www/Makefile | 1 + www/openarc/Makefile | 30 ++++++++++++++++++++++++++++++ www/openarc/distinfo | 3 +++ www/openarc/pkg-descr | 8 ++++++++ www/openarc/pkg-plist | 9 +++++++++ 5 files changed, 51 insertions(+) diff --git a/www/Makefile b/www/Makefile index c7ca045a6dc5..9f342005a476 100644 --- a/www/Makefile +++ b/www/Makefile @@ -467,6 +467,7 @@ SUBDIR += oneshot SUBDIR += onionbalance SUBDIR += onionshare + SUBDIR += openarc SUBDIR += opencart SUBDIR += orangehrm SUBDIR += osrm-backend diff --git a/www/openarc/Makefile b/www/openarc/Makefile new file mode 100644 index 000000000000..42915fcc5829 --- /dev/null +++ b/www/openarc/Makefile @@ -0,0 +1,30 @@ +PORTNAME= openarc +PORTVERSION= 1.0.0.b3.20201016 +CATEGORIES= www + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Open source ARC implementation + +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 <bsd.port.mk> diff --git a/www/openarc/distinfo b/www/openarc/distinfo new file mode 100644 index 000000000000..e89895e8a4f6 --- /dev/null +++ b/www/openarc/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1630029735 +SHA256 (trusteddomainproject-OpenARC-1.0.0.b3.20201016-eb430db_GH0.tar.gz) = c88ea640ab5b792cd19900431fcfcf3e2bed3c9c26361eb1c10a3c1a591abe05 +SIZE (trusteddomainproject-OpenARC-1.0.0.b3.20201016-eb430db_GH0.tar.gz) = 157385 diff --git a/www/openarc/pkg-descr b/www/openarc/pkg-descr new file mode 100644 index 000000000000..459e6e1d22a1 --- /dev/null +++ b/www/openarc/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://www.trusteddomain.org/ diff --git a/www/openarc/pkg-plist b/www/openarc/pkg-plist new file mode 100644 index 000000000000..244844e1d297 --- /dev/null +++ b/www/openarc/pkg-plist @@ -0,0 +1,9 @@ +include/openarc/arc.h +lib/libopenarc.a +lib/libopenarc.so +lib/libopenarc.so.0 +lib/libopenarc.so.0.0.0 +libdata/pkgconfig/openarc.pc +man/man5/openarc.conf.5.gz +man/man8/openarc.8.gz +sbin/openarc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108270213.17R2D3N4018540>