diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-08-27 02:12:05 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-08-27 02:12:55 +0000 |
| commit | e2354f3900666aee61907b04fad47dc5bd89e7d8 (patch) | |
| tree | 45e3725424a192afbf09d5a8e32b5fe065c663f0 | |
| parent | f9286c8564ecee7771ec7b25d52cd9532132a980 (diff) | |
www/openarc: New port: Open source ARC implementation
| -rw-r--r-- | www/Makefile | 1 | ||||
| -rw-r--r-- | www/openarc/Makefile | 30 | ||||
| -rw-r--r-- | www/openarc/distinfo | 3 | ||||
| -rw-r--r-- | www/openarc/pkg-descr | 8 | ||||
| -rw-r--r-- | www/openarc/pkg-plist | 9 |
5 files changed, 51 insertions, 0 deletions
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 |
