pkgsrc-WIP-changes archive

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

Import /home/bacon/Pkgsrc/pkgsrc-2016Q1/wip/ numactl numactl-2.0.11 | tail -n 1 as wip/numactl.



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sat Jun 4 09:08:39 2016 -0500
Changeset:	58a42b0498c446fe556c04163a4a1ec2c26e1aef

Added Files:
	numactl/DESCR
	numactl/Makefile
	numactl/PLIST
	numactl/TODO
	numactl/distinfo

Log Message:
Import /home/bacon/Pkgsrc/pkgsrc-2016Q1/wip/numactl
numactl-2.0.11 | tail -n 1 as wip/numactl.

The numactl program allows you to run your application program on specific
cpu's and memory nodes.  The libnuma library provides convenient ways for you
to add NUMA memory policies into your own program. It is a shared object (.so)
library.

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

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

diffstat:
 numactl/DESCR    |  4 ++++
 numactl/Makefile | 20 ++++++++++++++++++++
 numactl/PLIST    | 17 +++++++++++++++++
 numactl/TODO     |  1 +
 numactl/distinfo |  6 ++++++
 5 files changed, 48 insertions(+)

diffs:
diff --git a/numactl/DESCR b/numactl/DESCR
new file mode 100644
index 0000000..8037e20
--- /dev/null
+++ b/numactl/DESCR
@@ -0,0 +1,4 @@
+The numactl program allows you to run your application program on specific
+cpu's and memory nodes.  The libnuma library provides convenient ways for you
+to add NUMA memory policies into your own program. It is a shared object (.so)
+library.
diff --git a/numactl/Makefile b/numactl/Makefile
new file mode 100644
index 0000000..fe5c1a8
--- /dev/null
+++ b/numactl/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	numactl-2.0.11
+CATEGORIES=	wip
+MASTER_SITES=	ftp://oss.sgi.com/www/projects/libnuma/download/
+
+MAINTAINER=	bacon4000%gmail.com@localhost
+HOMEPAGE=	ftp://oss.sgi.com/www/projects/libnuma/download/
+COMMENT=	Non Uniform Memory Access tools
+#LICENSE=	# TODO: (see mk/license.mk)
+
+# numactl and the demo programs are under the GNU General Public License, v.2
+# libnuma is under the GNU Lesser General Public License, v2.1. 
+
+ONLY_FOR_PLATFORM=	Linux-*-*
+
+WRKSRC=		${WRKDIR}/numactl-2.0.11
+GNU_CONFIGURE=	yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/numactl/PLIST b/numactl/PLIST
new file mode 100644
index 0000000..db32e45
--- /dev/null
+++ b/numactl/PLIST
@@ -0,0 +1,17 @@
+@comment $NetBSD$
+bin/memhog
+bin/migratepages
+bin/migspeed
+bin/numactl
+bin/numademo
+bin/numastat
+include/numacompat1.h
+include/numa.h
+include/numaif.h
+lib/libnuma.la
+man/man2/move_pages.2
+man/man3/numa.3
+man/man8/migratepages.8
+man/man8/migspeed.8
+man/man8/numactl.8
+man/man8/numastat.8
diff --git a/numactl/TODO b/numactl/TODO
new file mode 100644
index 0000000..b687356
--- /dev/null
+++ b/numactl/TODO
@@ -0,0 +1 @@
+Clean up and test
diff --git a/numactl/distinfo b/numactl/distinfo
new file mode 100644
index 0000000..01b0084
--- /dev/null
+++ b/numactl/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (numactl-2.0.11.tar.gz) = 0846670269824078a4eae8a977728175437b0da4
+RMD160 (numactl-2.0.11.tar.gz) = af5ebcb438993febaf15523f9ae26f1399ee16cb
+SHA512 (numactl-2.0.11.tar.gz) = 1969d7ee0ff3de0d6f1fa42ec089a17cdb3f92cb35d453b8f8b2eec49724c43787ecbd213357013a8f2500a260b0df9844d515815ca3a0376314a0eed050a0d4
+Size (numactl-2.0.11.tar.gz) = 408175 bytes


Home | Main Index | Thread Index | Old Index