pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   nros
Date:           Wed Aug 16 12:11:07 UTC 2023

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/qore-msgpack-module: DESCR Makefile PLIST distinfo

Log Message:
Add devel/qore-msg-module version 1.0.1 to pkgsrc-current

MessagePack module for the Qore programming language.


To generate a diff of this commit:
cvs rdiff -u -r1.4048 -r1.4049 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/qore-msgpack-module/DESCR \
    pkgsrc/devel/qore-msgpack-module/Makefile \
    pkgsrc/devel/qore-msgpack-module/PLIST \
    pkgsrc/devel/qore-msgpack-module/distinfo

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4048 pkgsrc/devel/Makefile:1.4049
--- pkgsrc/devel/Makefile:1.4048        Wed Aug 16 10:27:02 2023
+++ pkgsrc/devel/Makefile       Wed Aug 16 12:11:07 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4048 2023/08/16 10:27:02 markd Exp $
+# $NetBSD: Makefile,v 1.4049 2023/08/16 12:11:07 nros Exp $
 #
 
 COMMENT=       Development utilities
@@ -3105,6 +3105,7 @@ SUBDIR+=  pynvim
 SUBDIR+=       pythontidy
 SUBDIR+=       qconf
 SUBDIR+=       qjson
+SUBDIR+=       qore-msgpack-module
 SUBDIR+=       qore-uuid-module
 SUBDIR+=       qt6-qt5compat
 SUBDIR+=       qt6-qttools

Added files:

Index: pkgsrc/devel/qore-msgpack-module/DESCR
diff -u /dev/null pkgsrc/devel/qore-msgpack-module/DESCR:1.1
--- /dev/null   Wed Aug 16 12:11:07 2023
+++ pkgsrc/devel/qore-msgpack-module/DESCR      Wed Aug 16 12:11:07 2023
@@ -0,0 +1 @@
+MessagePack module for the Qore programming language.
Index: pkgsrc/devel/qore-msgpack-module/Makefile
diff -u /dev/null pkgsrc/devel/qore-msgpack-module/Makefile:1.1
--- /dev/null   Wed Aug 16 12:11:07 2023
+++ pkgsrc/devel/qore-msgpack-module/Makefile   Wed Aug 16 12:11:07 2023
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2023/08/16 12:11:07 nros Exp $
+
+DISTNAME=      qore-msgpack-module-1.0.1
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=qorelanguage/module-msgpack/releases/download/v${PKGVERSION_NOREV}/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    nros%NetBSD.org@localhost
+HOMEPAGE=      http://qore.org/
+COMMENT=       Msgpack module for Qore
+LICENSE=       mit
+
+USE_LANGUAGES= c c++
+
+CMAKE_USE_GNU_INSTALL_DIRS=    no
+
+.include "../../lang/qore/module.mk"
+
+.include "../../devel/cmake/build.mk"
+.include "../../lang/qore/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/qore-msgpack-module/PLIST
diff -u /dev/null pkgsrc/devel/qore-msgpack-module/PLIST:1.1
--- /dev/null   Wed Aug 16 12:11:07 2023
+++ pkgsrc/devel/qore-msgpack-module/PLIST      Wed Aug 16 12:11:07 2023
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2023/08/16 12:11:07 nros Exp $
+${QORE_MODULE_DIR}/msgpack-api-${QORE_LATEST_MODULE_API}.qmod
Index: pkgsrc/devel/qore-msgpack-module/distinfo
diff -u /dev/null pkgsrc/devel/qore-msgpack-module/distinfo:1.1
--- /dev/null   Wed Aug 16 12:11:07 2023
+++ pkgsrc/devel/qore-msgpack-module/distinfo   Wed Aug 16 12:11:07 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/08/16 12:11:07 nros Exp $
+
+BLAKE2s (qore-msgpack-module-1.0.1.tar.bz2) = 0a6e476cef98bab4032ca9e8aa5f11cd25d01acf6ea2701987f3917cae809129
+SHA512 (qore-msgpack-module-1.0.1.tar.bz2) = 57062c8ba62733b48b3f09abf96c0568f9d9d20c99b7832b087d72c84347d8e9881864d4f91bc6eeb74be4be219c68fd4e60c1e5ce2523e7166174f21c725ebd
+Size (qore-msgpack-module-1.0.1.tar.bz2) = 78083 bytes



Home | Main Index | Thread Index | Old Index