pkgsrc-WIP-changes archive

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

biblesync: import. (will be used for xiphos)



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Thu Mar 6 21:16:02 2025 -0500
Changeset:	2a0ed883253fb69d30a56f03376fef589acc9710

Added Files:
	biblesync/DESCR
	biblesync/Makefile
	biblesync/PLIST
	biblesync/distinfo

Log Message:
biblesync: import. (will be used for xiphos)

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

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

diffstat:
 biblesync/DESCR    |  2 ++
 biblesync/Makefile | 24 ++++++++++++++++++++++++
 biblesync/PLIST    |  7 +++++++
 biblesync/distinfo |  5 +++++
 4 files changed, 38 insertions(+)

diffs:
diff --git a/biblesync/DESCR b/biblesync/DESCR
new file mode 100644
index 0000000000..a6de6676a4
--- /dev/null
+++ b/biblesync/DESCR
@@ -0,0 +1,2 @@
+This is a C++ single class library is a multicast shared
+co-navigation library for Bible programs.
diff --git a/biblesync/Makefile b/biblesync/Makefile
new file mode 100644
index 0000000000..2eee0c945b
--- /dev/null
+++ b/biblesync/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	biblesync-2.1.0
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=karlkleinpaste/}
+GITHUB_TAG=	${PKGVERSION_NOREV}
+DIST_SUBDIR=	${PKGNAME}
+
+MAINTAINER=	ktnb%NetBSD.net@localhost
+HOMEPAGE=	https://github.com/karlkleinpaste/biblesync/
+COMMENT=	Multicast shared co-navigation library for Bible programs
+LICENSE=	public-domain
+
+WRKSRC=		${WRKDIR}/biblesync-2.1.0
+USE_TOOLS+=	pkg-config
+USE_LANGUAGES=	c c++
+
+PKGCONFIG_OVERRIDE+=	biblesync.pc.in
+
+CMAKE_CONFIGURE_ARGS+=	-DBUILD_SHARED_LIBS=TRUE
+
+.include "../../devel/cmake/build.mk"
+.include "../../devel/libuuid/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/biblesync/PLIST b/biblesync/PLIST
new file mode 100644
index 0000000000..eca3fcc3a9
--- /dev/null
+++ b/biblesync/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD$
+include/biblesync/biblesync-version.hh
+include/biblesync/biblesync.hh
+lib/libbiblesync.so
+lib/libbiblesync.so.${PKGVERSION}
+lib/pkgconfig/biblesync.pc
+share/man/man7/biblesync.7
diff --git a/biblesync/distinfo b/biblesync/distinfo
new file mode 100644
index 0000000000..5419b500cc
--- /dev/null
+++ b/biblesync/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (biblesync-2.1.0/biblesync-2.1.0.tar.gz) = 84f7eeb1ca238bbf7f1538544cbc1c742a428c5b6efcdc84c2252e0badd7adf2
+SHA512 (biblesync-2.1.0/biblesync-2.1.0.tar.gz) = c6637954c0d9cbe9ba03048d92288d52c3675eaa9770749690222bd76d45ec7f138d67a4e416c33dbf9864f623f919f117aea58b1bb35feed8bcf59daad94e8e
+Size (biblesync-2.1.0/biblesync-2.1.0.tar.gz) = 87868 bytes


Home | Main Index | Thread Index | Old Index