Date: Wed, 29 Dec 2021 01:24:25 GMT From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 360f8d6391a5 - main - devel/orcania: New Port: Library of functions Message-ID: <202112290124.1BT1OPTR054055@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=360f8d6391a5c63328ad3dc3642634e372bd04b7 commit 360f8d6391a5c63328ad3dc3642634e372bd04b7 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2021-12-28 22:15:12 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2021-12-29 01:22:59 +0000 devel/orcania: New Port: Library of functions Added because it is a dependency of www/glewlwyd - see upcoming commit --- devel/Makefile | 1 + devel/orcania/Makefile | 18 ++++++++++++++++++ devel/orcania/distinfo | 3 +++ devel/orcania/pkg-descr | 14 ++++++++++++++ devel/orcania/pkg-plist | 8 ++++++++ 5 files changed, 44 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 0568511f3260..eb4384ae3211 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1683,6 +1683,7 @@ SUBDIR += openocd SUBDIR += openwince-include SUBDIR += orc + SUBDIR += orcania SUBDIR += osc SUBDIR += ossp-al SUBDIR += ossp-cfg diff --git a/devel/orcania/Makefile b/devel/orcania/Makefile new file mode 100644 index 000000000000..de681fc599d4 --- /dev/null +++ b/devel/orcania/Makefile @@ -0,0 +1,18 @@ +PORTNAME= orcania +DISTVERSIONPREFIX= v +DISTVERSION= 2.2.1 +CATEGORIES= devel + +MAINTAINER= dvl@FreeBSD.org +COMMENT= Potluck with different functions for different purposes + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake + +USE_GITHUB= yes +GH_ACCOUNT= babelouest +GH_PROJECT= orcania + +.include <bsd.port.mk> diff --git a/devel/orcania/distinfo b/devel/orcania/distinfo new file mode 100644 index 000000000000..722abb8c578e --- /dev/null +++ b/devel/orcania/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1640727090 +SHA256 (babelouest-orcania-v2.2.1_GH0.tar.gz) = a9f16856aa311b8926cba2075d5245e94f30436f8a762a7e897ee7c8d335c59e +SIZE (babelouest-orcania-v2.2.1_GH0.tar.gz) = 63803 diff --git a/devel/orcania/pkg-descr b/devel/orcania/pkg-descr new file mode 100644 index 000000000000..8c5e6fbc94c1 --- /dev/null +++ b/devel/orcania/pkg-descr @@ -0,0 +1,14 @@ +Orcania is a potluck with different functions for different purposes that can +be shared among C programs. + +Here is a list of all modules: + +* string functions +* split string and string array functions +* _pointer_list structure +* Memory functions +* Base64 encode and decode functions + +More documentation at https://babelouest.github.io/orcania/ + +WWW: https://github.com/babelouest/orcania diff --git a/devel/orcania/pkg-plist b/devel/orcania/pkg-plist new file mode 100644 index 000000000000..4d82f11231c5 --- /dev/null +++ b/devel/orcania/pkg-plist @@ -0,0 +1,8 @@ +bin/base64url +include/orcania-cfg.h +include/orcania.h +lib/liborcania.so +lib/liborcania.so.2.2 +lib/liborcania.so.2.2.1 +libdata/pkgconfig/liborcania.pc +man/man1/base64url.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112290124.1BT1OPTR054055>