pkgsrc-WIP-changes archive

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

recidivm: Import recidivm-0.1.3 as devel/recidivm



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Sat Jan 27 01:53:59 2018 +0000
Changeset:	9ded107f9e8dfc8a7108b05229f3f5b7f1a82a00

Modified Files:
	Makefile
Added Files:
	recidivm/DESCR
	recidivm/Makefile
	recidivm/PLIST
	recidivm/distinfo

Log Message:
recidivm: Import recidivm-0.1.3 as devel/recidivm

recidivm estimates the target program's peak virtual memory use by running
it multiple times with different memory limits.

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

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

diffstat:
 Makefile          |  1 +
 recidivm/DESCR    |  2 ++
 recidivm/Makefile | 24 ++++++++++++++++++++++++
 recidivm/PLIST    |  3 +++
 recidivm/distinfo |  6 ++++++
 5 files changed, 36 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index f0be6ec2b2..fc32b32194 100644
--- a/Makefile
+++ b/Makefile
@@ -3925,6 +3925,7 @@ SUBDIR+=	re2-git
 SUBDIR+=	readseq
 SUBDIR+=	realtimebattle
 SUBDIR+=	realvnc
+SUBDIR+=	recidivm
 SUBDIR+=	recoll
 SUBDIR+=	recutils
 SUBDIR+=	redeclipse
diff --git a/recidivm/DESCR b/recidivm/DESCR
new file mode 100644
index 0000000000..610cd68811
--- /dev/null
+++ b/recidivm/DESCR
@@ -0,0 +1,2 @@
+recidivm estimates the target program's peak virtual memory use by running
+it multiple times with different memory limits.
diff --git a/recidivm/Makefile b/recidivm/Makefile
new file mode 100644
index 0000000000..f3a5ca6dce
--- /dev/null
+++ b/recidivm/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	recidivm-0.1.3
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=jwilk/}
+GITHUB_RELEASE=	0.1.3
+
+MAINTAINER=	tr%vispaul.me@localhost
+HOMEPAGE=	http://jwilk.net/software/recidivm
+COMMENT=	Estimates a program's peak virtual memory use
+LICENSE=	mit
+
+NO_CONFIGURE=			yes
+USE_TOOLS+=			gmake
+
+SUBST_CLASSES+=			fix-paths
+SUBST_STAGE.fix-paths=		pre-build
+SUBST_MESSAGE.fix-paths=	Fix man paths.
+SUBST_FILES.fix-paths=		Makefile
+SUBST_SED.fix-paths=		-e 's,/share/man,/man,g'
+
+TEST_TARGET=			test
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/recidivm/PLIST b/recidivm/PLIST
new file mode 100644
index 0000000000..f74315d097
--- /dev/null
+++ b/recidivm/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/recidivm
+man/man1/recidivm.1
diff --git a/recidivm/distinfo b/recidivm/distinfo
new file mode 100644
index 0000000000..ced007cfad
--- /dev/null
+++ b/recidivm/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (recidivm-0.1.3.tar.gz) = a77c791f3c8a455af46e9c2ad38f3b25fc64fa62
+RMD160 (recidivm-0.1.3.tar.gz) = 04a4596f2a352d8f68321f139ba681ae8166d103
+SHA512 (recidivm-0.1.3.tar.gz) = a276f7376f10473bed68e848fc243ac8f0366c3b012a22859576499fd869e0e87a5af34e07753308ea860d387454e18f713ec17cd417040f9004087e54da4660
+Size (recidivm-0.1.3.tar.gz) = 6479 bytes


Home | Main Index | Thread Index | Old Index