pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/lscpu;wip/hw-probe: remove imported packages.
Module Name: pkgsrc-wip
Committed By: Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By: vms
Date: Sun Jul 9 00:20:16 2023 +0200
Changeset: c7cbddd15c6c7c18e942b55c88b691b44255d7e5
Removed Files:
hw-probe/DESCR
hw-probe/Makefile
hw-probe/PLIST
hw-probe/distinfo
lscpu/DESCR
lscpu/Makefile
lscpu/PLIST
lscpu/distinfo
Log Message:
wip/lscpu;wip/hw-probe: remove imported packages.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c7cbddd15c6c7c18e942b55c88b691b44255d7e5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
hw-probe/DESCR | 18 ------------------
hw-probe/Makefile | 45 ---------------------------------------------
hw-probe/PLIST | 2 --
hw-probe/distinfo | 5 -----
lscpu/DESCR | 1 -
lscpu/Makefile | 19 -------------------
lscpu/PLIST | 3 ---
lscpu/distinfo | 5 -----
8 files changed, 98 deletions(-)
diffs:
diff --git a/hw-probe/DESCR b/hw-probe/DESCR
deleted file mode 100644
index 10f1c2911a..0000000000
--- a/hw-probe/DESCR
+++ /dev/null
@@ -1,18 +0,0 @@
-A tool to probe for hardware, check operability and find drivers
-with the help of BSD hardware database.
-
-Probe is a snapshot of your computer hardware state and system
-logs. The tool checks operability of devices by analysis of logs
-and returns a permanent URL to view the probe of the computer.
-
-The tool is intended to simplify collecting of logs necessary for
-investigating hardware related problems. Just run one simple
-command (requires superuser privileges) in the console to check
-your hardware and collect all the system logs at once:
-
- # hw-probe -all -upload
-
-By creating probes you also contribute to the HDD/SSD reliability
-test study (https://github.com/bsdhw/SMART).
-
-WWW: https://bsd-hardware.info/
diff --git a/hw-probe/Makefile b/hw-probe/Makefile
deleted file mode 100644
index 6e39a9016e..0000000000
--- a/hw-probe/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# $NetBSD$
-
-DISTNAME= hw-probe
-PKGNAME= hw-probe-1.6
-CATEGORIES= sysutils perl5
-MASTER_SITES= http://bsd-hardware.info/
-DIST_SUBDIR= ${PKGNAME_NOREV}
-EXTRACT_SUFX= # empty
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://bsd-hardware.info/
-COMMENT= Check operability of computer hardware and find drivers
-LICENSE= gnu-lgpl-v2.1 OR original-bsd
-
-DEPENDS+= curl-[0-9]*:../../www/curl
-DEPENDS+= usbutil-[0-9]*:../../sysutils/usbutil
-DEPENDS+= mozilla-rootcerts-[0-9]*:../../security/mozilla-rootcerts
-DEPENDS+= smartmontools-[0-9]*:../../sysutils/smartmontools
-
-USE_TOOLS+= perl:run
-
-REPLACE_PERL+= hw-probe
-
-USE_TOOLS+= perl:run
-
-INSTALLATION_DIRS+= bin
-
-NO_BUILD= yes
-
-WRKSRC= ${WRKDIR}
-
-.include "../../mk/bsd.prefs.mk"
-
-.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "x86_64") || (${MACHINE_ARCH} == "aarch64")
-DEPENDS+= dmidecode-[0-9]*:../../sysutils/dmidecode
-.endif
-
-.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "x86_64")
-DEPENDS+= cpuid-[0-9]*:../../sysutils/cpuid
-.endif
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/hw-probe ${DESTDIR}${PREFIX}/bin/hw-probe
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/hw-probe/PLIST b/hw-probe/PLIST
deleted file mode 100644
index 295e0fe556..0000000000
--- a/hw-probe/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-bin/hw-probe
diff --git a/hw-probe/distinfo b/hw-probe/distinfo
deleted file mode 100644
index 60a99619d6..0000000000
--- a/hw-probe/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (hw-probe-1.6/hw-probe) = 6f79430b0714a091fb0fb8cd45de57727205c801d39d11341055e03f3b91ceea
-SHA512 (hw-probe-1.6/hw-probe) = 79c79f1f0d9e93a9a9aab11efd9439183bb82fee07dc2d0df169276a081f1ed07b082e64ec7e0d1f2793d0bc1c5424822062da21fcebff2b7017ef67732754bd
-Size (hw-probe-1.6/hw-probe) = 541466 bytes
diff --git a/lscpu/DESCR b/lscpu/DESCR
deleted file mode 100644
index 90bbe04dfe..0000000000
--- a/lscpu/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-lscpu for OpenBSD, FreeBSD, NetBSD, Mac OS X & DragonFly.
diff --git a/lscpu/Makefile b/lscpu/Makefile
deleted file mode 100644
index 0363d11c0e..0000000000
--- a/lscpu/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD$
-
-DISTNAME= lscpu-1.2.0
-CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_GITHUB:=NanXiao/}
-
-MAINTAINER= root%zta.lk@localhost
-HOMEPAGE= https://github.com/NanXiao/lscpu/
-COMMENT= The lscpu for BSD
-LICENSE= modified-bsd
-
-INSTALLATION_DIRS+= bin
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/lscpu ${DESTDIR}${PREFIX}/bin/lscpu
- ${INSTALL_MAN_DIR} ${DESTDIR}/${PREFIX}/${PKGMANDIR}/man1
- ${INSTALL_MAN} ${WRKSRC}/lscpu.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/lscpu/PLIST b/lscpu/PLIST
deleted file mode 100644
index 47bb7f94d5..0000000000
--- a/lscpu/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/lscpu
-man/man1/lscpu.1
diff --git a/lscpu/distinfo b/lscpu/distinfo
deleted file mode 100644
index d8a23c1541..0000000000
--- a/lscpu/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-RMD160 (lscpu-1.2.0.tar.gz) = b430777194dab4d99a028cc6e633b6b5507ddb09
-SHA512 (lscpu-1.2.0.tar.gz) = 4d884c792aa2c91d3b4f860c9054c5f11644c7a91dc6bb2ffe51601348063cedfa946fb49671589d379ed04dfd96fec58a71825df0d0c3eb5a5590f21abeb155
-Size (lscpu-1.2.0.tar.gz) = 7863 bytes
Home |
Main Index |
Thread Index |
Old Index