pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   thor
Date:           Mon Jul 17 01:03:19 UTC 2023

Modified Files:
        pkgsrc: Makefile
Added Files:
        pkgsrc/science: Makefile

Log Message:
science: add category

This is a general category for scientific software, as has been
discussed a year ago, with a conclusion by Greg:

        https://mail-index.netbsd.org/tech-pkg/2022/07/28/msg026615.html


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/science/Makefile

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

Modified files:

Index: pkgsrc/Makefile
diff -u pkgsrc/Makefile:1.88 pkgsrc/Makefile:1.89
--- pkgsrc/Makefile:1.88        Wed Feb 12 15:04:51 2020
+++ pkgsrc/Makefile     Mon Jul 17 01:03:19 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2020/02/12 15:04:51 rillig Exp $
+# $NetBSD: Makefile,v 1.89 2023/07/17 01:03:19 thor Exp $
 #
 # This is the top-level Makefile of pkgsrc.
 # See README.md for a more detailed introduction.
@@ -78,6 +78,7 @@ SUBDIR+=      news
 SUBDIR+=       parallel
 SUBDIR+=       pkgtools
 SUBDIR+=       print
+SUBDIR+=       science
 SUBDIR+=       security
 SUBDIR+=       shells
 SUBDIR+=       sysutils

Added files:

Index: pkgsrc/science/Makefile
diff -u /dev/null pkgsrc/science/Makefile:1.1
--- /dev/null   Mon Jul 17 01:03:19 2023
+++ pkgsrc/science/Makefile     Mon Jul 17 01:03:19 2023
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1 2023/07/17 01:03:19 thor Exp $
+#
+
+COMMENT=       Scientific software in general
+
+.include "../mk/misc/category.mk"



Home | Main Index | Thread Index | Old Index