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: Fri Aug 18 09:58:39 UTC 2023
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/qore-magic-module: DESCR Makefile PLIST distinfo
Log Message:
Add devel/qore-magic-module version 1.0.1 to pkgsrc-current
File identification module for Qore. It uses libmagic
to provide file identification function to the Qore
programming language.
To generate a diff of this commit:
cvs rdiff -u -r1.4050 -r1.4051 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/qore-magic-module/DESCR \
pkgsrc/devel/qore-magic-module/Makefile \
pkgsrc/devel/qore-magic-module/PLIST \
pkgsrc/devel/qore-magic-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.4050 pkgsrc/devel/Makefile:1.4051
--- pkgsrc/devel/Makefile:1.4050 Wed Aug 16 19:02:35 2023
+++ pkgsrc/devel/Makefile Fri Aug 18 09:58:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4050 2023/08/16 19:02:35 nros Exp $
+# $NetBSD: Makefile,v 1.4051 2023/08/18 09:58:38 nros Exp $
#
COMMENT= Development utilities
@@ -3105,6 +3105,7 @@ SUBDIR+= pynvim
SUBDIR+= pythontidy
SUBDIR+= qconf
SUBDIR+= qjson
+SUBDIR+= qore-magic-module
SUBDIR+= qore-msgpack-module
SUBDIR+= qore-process-module
SUBDIR+= qore-uuid-module
Added files:
Index: pkgsrc/devel/qore-magic-module/DESCR
diff -u /dev/null pkgsrc/devel/qore-magic-module/DESCR:1.1
--- /dev/null Fri Aug 18 09:58:39 2023
+++ pkgsrc/devel/qore-magic-module/DESCR Fri Aug 18 09:58:38 2023
@@ -0,0 +1,3 @@
+File identification module for Qore. It uses libmagic
+to provide file identification function to the Qore
+programming language.
Index: pkgsrc/devel/qore-magic-module/Makefile
diff -u /dev/null pkgsrc/devel/qore-magic-module/Makefile:1.1
--- /dev/null Fri Aug 18 09:58:39 2023
+++ pkgsrc/devel/qore-magic-module/Makefile Fri Aug 18 09:58:38 2023
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2023/08/18 09:58:38 nros Exp $
+
+DISTNAME= qore-magic-module-1.0.1
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/module-magic/releases/download/v${PKGVERSION_NOREV}/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= nros%NetBSD.org@localhost
+HOMEPAGE= http://qore.org/
+COMMENT= File type identification module for Qore
+LICENSE= gnu-lgpl-v2.1
+
+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 "../../sysutils/file/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/qore-magic-module/PLIST
diff -u /dev/null pkgsrc/devel/qore-magic-module/PLIST:1.1
--- /dev/null Fri Aug 18 09:58:39 2023
+++ pkgsrc/devel/qore-magic-module/PLIST Fri Aug 18 09:58:38 2023
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2023/08/18 09:58:38 nros Exp $
+${QORE_MODULE_DIR}/magic-api-${QORE_LATEST_MODULE_API}.qmod
Index: pkgsrc/devel/qore-magic-module/distinfo
diff -u /dev/null pkgsrc/devel/qore-magic-module/distinfo:1.1
--- /dev/null Fri Aug 18 09:58:39 2023
+++ pkgsrc/devel/qore-magic-module/distinfo Fri Aug 18 09:58:38 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/08/18 09:58:38 nros Exp $
+
+BLAKE2s (qore-magic-module-1.0.1.tar.bz2) = f491afc22952da8fa35c92392d104fa4c93eb0ac598181e90b22664895a2f354
+SHA512 (qore-magic-module-1.0.1.tar.bz2) = 6fe3417662a046ff08d227acab048ed7f130d3c275d1050b8bfe8fb2f8152adb5541ce91c38f14f28fe27c874ccfc8244d67ee9c6c536549d76b6a4e15ef91c3
+Size (qore-magic-module-1.0.1.tar.bz2) = 43529 bytes
Home |
Main Index |
Thread Index |
Old Index