pkgsrc-WIP-changes archive

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

p5-Sys-Meminfo: Drop (same version as pkgsrc)



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sat May 27 08:00:25 2023 -0400
Changeset:	ac0439651997939841a13a574ddda3c9d912004e

Modified Files:
	Makefile
Removed Files:
	p5-Sys-MemInfo/DESCR
	p5-Sys-MemInfo/Makefile
	p5-Sys-MemInfo/distinfo
	p5-Sys-MemInfo/patches/patch-arch_bsd.xs

Log Message:
p5-Sys-Meminfo: Drop (same version as pkgsrc)

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

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

diffstat:
 Makefile                                 |  1 -
 p5-Sys-MemInfo/DESCR                     | 11 -----------
 p5-Sys-MemInfo/Makefile                  | 16 ----------------
 p5-Sys-MemInfo/distinfo                  |  6 ------
 p5-Sys-MemInfo/patches/patch-arch_bsd.xs | 15 ---------------
 5 files changed, 49 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 286e496ac2..5588d3e68d 100644
--- a/Makefile
+++ b/Makefile
@@ -2931,7 +2931,6 @@ SUBDIR+=	p5-Sub-Recursive
 SUBDIR+=	p5-Sub-WrapPackages
 SUBDIR+=	p5-Subtitles
 SUBDIR+=	p5-Syntax-Highlight-Perl-Improved
-SUBDIR+=	p5-Sys-MemInfo
 SUBDIR+=	p5-Template-Plugin-Class
 SUBDIR+=	p5-Term-ReadLine-Perl5
 SUBDIR+=	p5-Test-Fake-HTTPD
diff --git a/p5-Sys-MemInfo/DESCR b/p5-Sys-MemInfo/DESCR
deleted file mode 100644
index d4e0644236..0000000000
--- a/p5-Sys-MemInfo/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-Sys::MemInfo return the total amount of free and used physical memory in bytes
-in totalmem and freemem variables.
-
-Total amount of free and user swap memory are alse returned in totalswap and
-freeswap variables.
-
-This module has been tested on Linux 2.6.10, UnixWare 7.1.2, AIX5, OpenBSD 3.8,
-NetBSD 2.0.2, FreBSD 5.4, HPUX11, Solaris 9, Tru64 5.1, Irix 6.5,
-Mac OS X 10.2 darwin and Windows XP.
-
-It should work on FreeBSD 4 and Windows 9X/ME/NT/200X/Vista.
diff --git a/p5-Sys-MemInfo/Makefile b/p5-Sys-MemInfo/Makefile
deleted file mode 100644
index dde6569ef7..0000000000
--- a/p5-Sys-MemInfo/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2013/06/30 13:39:57 noud4 Exp $
-
-DISTNAME=	Sys-MemInfo-0.99
-PKGNAME=	p5-${DISTNAME}
-CATEGORIES=	sysutils perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SC/SCRESTO/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://metacpan.org/release/Sys-MemInfo
-COMMENT=	Perl 5 module for getting memory information
-LICENSE=	${PERL5_LICENSE}
-
-PERL5_PACKLIST=	auto/Sys/MemInfo/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Sys-MemInfo/distinfo b/p5-Sys-MemInfo/distinfo
deleted file mode 100644
index b6ae4a9e1e..0000000000
--- a/p5-Sys-MemInfo/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2013/06/30 13:39:57 noud4 Exp $
-
-RMD160 (Sys-MemInfo-0.99.tar.gz) = c344dbd46d9701498310189035e6f4f2eeac9860
-SHA512 (Sys-MemInfo-0.99.tar.gz) = ad0f8a12db7f7c643d0eb2d68fb1dcbff43928b786d390243e89d88537bd99360f88af177678ce5141e3870224da80ea5a432c465e8c7ec384abd21014c0e1c0
-Size (Sys-MemInfo-0.99.tar.gz) = 13276 bytes
-SHA1 (patch-arch_bsd.xs) = 802374f5366610b25374c74b6d321282d9809322
diff --git a/p5-Sys-MemInfo/patches/patch-arch_bsd.xs b/p5-Sys-MemInfo/patches/patch-arch_bsd.xs
deleted file mode 100644
index dc3ab18163..0000000000
--- a/p5-Sys-MemInfo/patches/patch-arch_bsd.xs
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Add header for struct uvmexp.
-
---- arch/bsd.xs.orig	2006-09-16 14:32:56.000000000 +0000
-+++ arch/bsd.xs
-@@ -8,6 +8,8 @@ MODULE = Sys::MemInfo PACKAGE = Sys::Mem
- #include <stdio.h>
- #include <sys/param.h>
- #include <sys/sysctl.h>
-+#include <sys/sysctl.h>
-+#include <uvm/uvm_extern.h>
- 
- void
- availkeys()


Home | Main Index | Thread Index | Old Index