summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/orcania/Makefile18
-rw-r--r--devel/orcania/distinfo3
-rw-r--r--devel/orcania/pkg-descr14
-rw-r--r--devel/orcania/pkg-plist8
5 files changed, 44 insertions, 0 deletions
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