pkgsrc-WIP-changes archive

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

lscpu: initial import



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Wed Oct 4 13:28:09 2017 +0200
Changeset:	229c525ce1ab957436a9ed855639c8b5293d83b2

Added Files:
	lscpu/DESCR
	lscpu/Makefile
	lscpu/PLIST
	lscpu/distinfo

Log Message:
lscpu: initial import

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

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

diffstat:
 lscpu/DESCR    |  1 +
 lscpu/Makefile | 24 ++++++++++++++++++++++++
 lscpu/PLIST    |  3 +++
 lscpu/distinfo |  6 ++++++
 4 files changed, 34 insertions(+)

diffs:
diff --git a/lscpu/DESCR b/lscpu/DESCR
new file mode 100644
index 0000000000..90bbe04dfe
--- /dev/null
+++ b/lscpu/DESCR
@@ -0,0 +1 @@
+lscpu for OpenBSD, FreeBSD, NetBSD, Mac OS X & DragonFly.
diff --git a/lscpu/Makefile b/lscpu/Makefile
new file mode 100644
index 0000000000..b57c3af6b1
--- /dev/null
+++ b/lscpu/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	lscpu
+DISTNAME=	1.0.0
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	sysutils
+MASTER_SITES=	${MASTER_SITE_GITHUB:=NanXiao/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	root%zta.lk@localhost
+HOMEPAGE=	https://github.com/NanXiao/lscpu/
+COMMENT=	The lscpu for BSD
+LICENSE=	modified-bsd
+
+WRKSRC=	${WRKDIR}/lscpu-1.0.0
+
+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
new file mode 100644
index 0000000000..47bb7f94d5
--- /dev/null
+++ b/lscpu/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/lscpu
+man/man1/lscpu.1
diff --git a/lscpu/distinfo b/lscpu/distinfo
new file mode 100644
index 0000000000..401b33a5b6
--- /dev/null
+++ b/lscpu/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (lscpu/1.0.0.tar.gz) = f769e7b616402e8649bfc3b2a82006b57f207dd4
+RMD160 (lscpu/1.0.0.tar.gz) = f6c6554ca44a791219b0559b6e8721bc4bc85803
+SHA512 (lscpu/1.0.0.tar.gz) = 77b519a992a16da869e2b6e5464094a5d6836dfadeaaf1c9fc1a72500e6223705fbe058e1cf45dec9981f746cf657a80d117da152846c8ffdd9e5d104bf74e8c
+Size (lscpu/1.0.0.tar.gz) = 7055 bytes


Home | Main Index | Thread Index | Old Index