pkgsrc-WIP-changes archive

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

pfetch: Removes and moves to pkgsrc proper.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Sat Dec 28 20:39:57 2019 -0500
Changeset:	e80ff1326ddcf4a65888524dbd3d5aafc6c79905

Removed Files:
	pfetch/DESCR
	pfetch/Makefile
	pfetch/PLIST
	pfetch/distinfo

Log Message:
pfetch: Removes and moves to pkgsrc proper.

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

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

diffstat:
 pfetch/DESCR    |  3 ---
 pfetch/Makefile | 23 -----------------------
 pfetch/PLIST    |  2 --
 pfetch/distinfo |  6 ------
 4 files changed, 34 deletions(-)

diffs:
diff --git a/pfetch/DESCR b/pfetch/DESCR
deleted file mode 100644
index 8359d38daa..0000000000
--- a/pfetch/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-Pretty and simple system information tool written in POSIX sh, supporting:
-Linux; Android; MacOS; OpenBSD; FreeBSD; NetBSD; Haiku; Minix; Solaris; and
-more.
diff --git a/pfetch/Makefile b/pfetch/Makefile
deleted file mode 100644
index c42b6dd3a0..0000000000
--- a/pfetch/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	pfetch-0.4.0
-CATEGORIES=	sysutils
-MASTER_SITES=	${MASTER_SITE_GITHUB:=dylanaraps/}
-EXTRACT_USING=	bsdtar
-
-MAINTAINER=	fox%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/dylanaraps/pfetch
-COMMENT=	Pretty system information tool written in POSIX sh
-LICENSE=	mit
-
-USE_LANGUAGES=	# none
-
-NO_BUILD=	yes
-
-INSTALLATION_DIRS+=	bin
-
-do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PKGBASE} \
-		${DESTDIR}${PREFIX}/bin/${PKGBASE}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/pfetch/PLIST b/pfetch/PLIST
deleted file mode 100644
index b39f69c24e..0000000000
--- a/pfetch/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-bin/pfetch
diff --git a/pfetch/distinfo b/pfetch/distinfo
deleted file mode 100644
index 11b3ae47dd..0000000000
--- a/pfetch/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (pfetch-0.4.0.tar.gz) = dd9e27e4bf352765739d6e635a52731499cb1d45
-RMD160 (pfetch-0.4.0.tar.gz) = 4d5b993e9e1d1a0d5849233f98e70b1628d23f24
-SHA512 (pfetch-0.4.0.tar.gz) = 91bf6343a001c6e01a7f34247561df030c43b5f1def51d4f7ca9b0a4b6d119992c5ed14304cb3596b5fb380356a4c51e7c2f09fa8524e9be12f03ace08c4fbfd
-Size (pfetch-0.4.0.tar.gz) = 15954 bytes


Home | Main Index | Thread Index | Old Index