pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

orcania: Import orcania-2.3.0 as wip/orcania



Module Name:	pkgsrc-wip
Committed By:	Olivier Girondel <olivier%biniou.info@localhost>
Pushed By:	oliv3
Date:		Sat Jun 4 18:34:07 2022 +0200
Changeset:	14fd76a2a10de1fbe5ff5f631ec01d39bbd0f616

Modified Files:
	Makefile
Added Files:
	orcania/DESCR
	orcania/Makefile
	orcania/PLIST
	orcania/buildlink3.mk
	orcania/distinfo

Log Message:
orcania: Import orcania-2.3.0 as wip/orcania

Potluck with different functions for different purposes
that can be shared among C programs.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=14fd76a2a10de1fbe5ff5f631ec01d39bbd0f616

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  1 +
 orcania/DESCR         |  5 +++++
 orcania/Makefile      | 18 ++++++++++++++++++
 orcania/PLIST         |  9 +++++++++
 orcania/buildlink3.mk | 12 ++++++++++++
 orcania/distinfo      |  5 +++++
 6 files changed, 50 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index a55bb2d72b..e4f0dba55f 100644
--- a/Makefile
+++ b/Makefile
@@ -2796,6 +2796,7 @@ SUBDIR+=	oqtplayer
 SUBDIR+=	or1ksim
 SUBDIR+=	oranchelo-icon-theme
 SUBDIR+=	orbifolder
+SUBDIR+=	orcania
 SUBDIR+=	org-caldav-git
 SUBDIR+=	orion
 SUBDIR+=	orocos-kdl
diff --git a/orcania/DESCR b/orcania/DESCR
new file mode 100644
index 0000000000..67fc5fa554
--- /dev/null
+++ b/orcania/DESCR
@@ -0,0 +1,5 @@
+Potluck with different functions for different purposes
+that can be shared among C programs.
+
+Library documentation is available at
+https://babelouest.github.io/orcania/.
diff --git a/orcania/Makefile b/orcania/Makefile
new file mode 100644
index 0000000000..02cf51808f
--- /dev/null
+++ b/orcania/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	orcania-2.3.0
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=babelouest/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	olivier%biniou.info@localhost
+HOMEPAGE=	https://github.com/babelouest/orcania/
+COMMENT=	Potluck with different functions for different purposes for C programs
+LICENSE=	gnu-lgpl-v2.1
+
+USE_CMAKE=	yes
+USE_TOOLS+=	pkg-config
+
+PKGCONFIG_OVERRIDE+=	liborcania.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/orcania/PLIST b/orcania/PLIST
new file mode 100644
index 0000000000..836334dc42
--- /dev/null
+++ b/orcania/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+bin/base64url
+include/orcania-cfg.h
+include/orcania.h
+lib/liborcania.so
+lib/liborcania.so.2.3
+lib/liborcania.so.${PKGVERSION}
+lib/pkgconfig/liborcania.pc
+man/man1/base64url.1
diff --git a/orcania/buildlink3.mk b/orcania/buildlink3.mk
new file mode 100644
index 0000000000..b3f6999612
--- /dev/null
+++ b/orcania/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	orcania
+
+.if !defined(ORCANIA_BUILDLINK3_MK)
+ORCANIA_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.orcania+=	orcania>=2.3.0
+BUILDLINK_PKGSRCDIR.orcania?=	../../wip/orcania
+.endif	# ORCANIA_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-orcania
diff --git a/orcania/distinfo b/orcania/distinfo
new file mode 100644
index 0000000000..c01c73d483
--- /dev/null
+++ b/orcania/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (orcania-2.3.0.tar.gz) = 0f7a038663d928923b958172f4a6ef4a1fe555054ed9fc5fa14607c68464145b
+SHA512 (orcania-2.3.0.tar.gz) = dfaa67b83569d22d5ceeabc2e7d7ef2a035aa9ac79576ea5bd1425eb8962bef85a54cbfc21ab768e15e2ac874d695b00a477c6ffef544ba5adab31e460e31393
+Size (orcania-2.3.0.tar.gz) = 66940 bytes


Home | Main Index | Thread Index | Old Index