pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
opendbx: init at 1.4.6
Module Name: pkgsrc-wip
Committed By: teutat3s <10206665+teutat3s%users.noreply.github.com@localhost>
Pushed By: teutat3s
Date: Sun Feb 4 21:16:32 2024 +0100
Changeset: 1d8f1d3c562fd725867dc806d74e88485db81b62
Added Files:
opendbx/DESCR
opendbx/Makefile
opendbx/PLIST
opendbx/buildlink3.mk
opendbx/distinfo
Log Message:
opendbx: init at 1.4.6
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1d8f1d3c562fd725867dc806d74e88485db81b62
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
opendbx/DESCR | 1 +
opendbx/Makefile | 30 ++++++++++++++++++++++++++++++
opendbx/PLIST | 19 +++++++++++++++++++
opendbx/buildlink3.mk | 15 +++++++++++++++
opendbx/distinfo | 5 +++++
5 files changed, 70 insertions(+)
diffs:
diff --git a/opendbx/DESCR b/opendbx/DESCR
new file mode 100644
index 0000000000..46b99ac1a6
--- /dev/null
+++ b/opendbx/DESCR
@@ -0,0 +1 @@
+OpenDBX is an extremely lightweight but extensible database access library
diff --git a/opendbx/Makefile b/opendbx/Makefile
new file mode 100644
index 0000000000..0669150b5f
--- /dev/null
+++ b/opendbx/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+DISTNAME= opendbx-1.4.6
+CATEGORIES= devel
+MASTER_SITES= https://linuxnetworks.de/opendbx/download/
+
+MAINTAINER= jhonas.wernery%mnxsolutions.com@localhost
+HOMEPAGE= https://linuxnetworks.de/opendbx/download/
+COMMENT= Extremely lightweight but extensible database access library
+LICENSE= gnu-lgpl-v2
+
+INSTALLATION_DIRS= bin include lib share
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
+CONFIGURE_ARGS+= --with-backends="mysql pgsql sqlite3"
+FORCE_CXX_STD= c++14
+
+PKGCONFIG_OVERRIDE+= opendbx.pc.in
+PKGCONFIG_OVERRIDE+= opendbxplus.pc.in
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
+.include "../../databases/mariadb106-client/buildlink3.mk"
+.include "../../databases/postgresql16-client/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/opendbx/PLIST b/opendbx/PLIST
new file mode 100644
index 0000000000..e83c63e311
--- /dev/null
+++ b/opendbx/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD$
+bin/odbx-sql
+include/odbx.h
+include/opendbx/api
+include/opendbx/api.h
+lib/libopendbx.la
+lib/libopendbxplus.la
+lib/opendbx/libmysqlbackend.la
+lib/opendbx/libpgsqlbackend.la
+lib/opendbx/libsqlite3backend.la
+lib/pkgconfig/opendbx.pc
+lib/pkgconfig/opendbxplus.pc
+share/locale/de/LC_MESSAGES/opendbx-utils.mo
+share/locale/de/LC_MESSAGES/opendbx.mo
+share/locale/en@quot/LC_MESSAGES/opendbx-utils.mo
+share/locale/en@quot/LC_MESSAGES/opendbx.mo
+share/opendbx/keywords
+@pkgdir man/man3
+@pkgdir man/man1
diff --git a/opendbx/buildlink3.mk b/opendbx/buildlink3.mk
new file mode 100644
index 0000000000..00a013dc27
--- /dev/null
+++ b/opendbx/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= opendbx
+
+.if !defined(OPENDBX_BUILDLINK3_MK)
+OPENDBX_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.opendbx+= opendbx>=1.4.6
+BUILDLINK_PKGSRCDIR.opendbx?= ../../devel/opendbx
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
+.endif # OPENDBX_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -opendbx
diff --git a/opendbx/distinfo b/opendbx/distinfo
new file mode 100644
index 0000000000..29bbbc009b
--- /dev/null
+++ b/opendbx/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (opendbx-1.4.6.tar.gz) = f3a069a5b1e3ac347d87dacc21744ce4b01ce4822f39c23cc35d14612224ca74
+SHA512 (opendbx-1.4.6.tar.gz) = dd6d53d29157057dbf4e273fd82c7694e8bc626d3409d6ab9c25627a0fec96418326550fa8004b5341facdc4cd8aae12516224e8bb84e2562482885780ff0e55
+Size (opendbx-1.4.6.tar.gz) = 587514 bytes
Home |
Main Index |
Thread Index |
Old Index