1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

devel/orcania: New Port: Library of functions

Added because it is a dependency of www/glewlwyd - see upcoming commit
This commit is contained in:
Dan Langille 2021-12-28 22:15:12 +00:00
parent 2d4e2e12b6
commit 360f8d6391
5 changed files with 44 additions and 0 deletions

View File

@ -1683,6 +1683,7 @@
SUBDIR += openocd
SUBDIR += openwince-include
SUBDIR += orc
SUBDIR += orcania
SUBDIR += osc
SUBDIR += ossp-al
SUBDIR += ossp-cfg

18
devel/orcania/Makefile Normal file
View File

@ -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>

3
devel/orcania/distinfo Normal file
View File

@ -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

14
devel/orcania/pkg-descr Normal file
View File

@ -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

8
devel/orcania/pkg-plist Normal file
View File

@ -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