pkgsrc-WIP-changes archive

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

xosview: Remove, used to update sysutils/xosview



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Dec 3 14:21:56 2021 +0100
Changeset:	fc256cf71811ad5881023c923e5a27844ae8964e

Modified Files:
	Makefile
Removed Files:
	xosview/DESCR
	xosview/Makefile
	xosview/PLIST
	xosview/distinfo

Log Message:
xosview: Remove, used to update sysutils/xosview

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

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

diffstat:
 Makefile         |  1 -
 xosview/DESCR    |  6 ------
 xosview/Makefile | 57 --------------------------------------------------------
 xosview/PLIST    |  6 ------
 xosview/distinfo |  6 ------
 5 files changed, 76 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 421bb63bcb..db9cef2c57 100644
--- a/Makefile
+++ b/Makefile
@@ -5984,7 +5984,6 @@ SUBDIR+=	xoo
 SUBDIR+=	xoreos
 SUBDIR+=	xoreos-tools
 SUBDIR+=	xorgxrdp
-SUBDIR+=	xosview
 SUBDIR+=	xournalpp-git
 SUBDIR+=	xpaint
 SUBDIR+=	xpde
diff --git a/xosview/DESCR b/xosview/DESCR
deleted file mode 100644
index 12728f8bcf..0000000000
--- a/xosview/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-xosview (or XOsview, or XOSView, take your pick!) is an application
-originally developed by Mike Romberg for Linux.  It can be summarized
-as a graphical performance meter.
-
-Author: Mike Romberg <romberg%fsl.noaa.gov@localhost>
-(the 1.x branch is maintained by Mark Hills)
diff --git a/xosview/Makefile b/xosview/Makefile
deleted file mode 100644
index 17f4f6720b..0000000000
--- a/xosview/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	xosview-1.23
-CATEGORIES=	sysutils x11
-MASTER_SITES=	${MASTER_SITE_GITHUB:=hills/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://www.pogo.org.uk/~mark/xosview/
-COMMENT=	X11 graphical display of OS statistics
-
-USE_TOOLS+=	gmake
-USE_LANGUAGES=	c gnu++03
-
-AUTO_MKDIRS=	yes
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == Linux
-MAKE_FLAGS+=	PLATFORM=linux
-.elif ${OPSYS} == IRIX
-MAKE_FLAGS+=	PLATFORM=irix65
-.elif ${OPSYS:M*BSD} || ${OPSYS} == DragonFly
-MAKE_FLAGS+=	PLATFORM=bsd
-.elif ${OPSYS} == SunOS
-MAKE_FLAGS+=	PLATFORM=sunos5
-.else
-MAKE_FLAGS+=	PLATFORM=gnu
-.endif
-
-BUILD_TARGET=		xosview
-MAKE_ENV+=		LDLIBS=${LIBS:Q}
-MAKE_ENV+=		MANDIR=${PREFIX}/${PKGMANDIR}
-LIBS.NetBSD+=		-lkvm -lprop
-LIBS.FreeBSD+=		-lkvm -ldevstat
-LIBS.SunOS+=		-lsocket -lnsl
-CPPFLAGS.SunOS+=	-I${X11BASE}/include
-ICON_THEMES=		yes
-
-.if ${OPSYS} == "NetBSD"
-.  if !defined(UVM) && exists(/usr/include/uvm/uvm.h)
-CFLAGS+=	-DUVM
-UVM=		yes
-BUILD_DEFS+=	UVM
-.  endif
-.endif
-
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || \
-    ${OPSYS} == "OpenBSD" || ${OPSYS} == "DragonFly"
-SPECIAL_PERMS+=	bin/xosview ${REAL_ROOT_USER} kmem 2555
-.endif
-
-post-install:
-	${INSTALL_DATA} ${WRKSRC}/Xdefaults ${DESTDIR}${PREFIX}/lib/X11/app-defaults/XOsview
-
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../x11/libXpm/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/xosview/PLIST b/xosview/PLIST
deleted file mode 100644
index 3cb7d10ad0..0000000000
--- a/xosview/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2020/05/24 11:24:19 rillig Exp $
-bin/xosview
-lib/X11/app-defaults/XOsview
-man/man1/xosview.1
-share/applications/xosview.desktop
-share/icons/hicolor/32x32/apps/xosview.png
diff --git a/xosview/distinfo b/xosview/distinfo
deleted file mode 100644
index 02d63ebc72..0000000000
--- a/xosview/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (xosview-1.23.tar.gz) = 6866f562cf10f1b77e541626e9f6352259a56f6e
-RMD160 (xosview-1.23.tar.gz) = b4befaa7fad99b9411dea21fe80ccebdd1612003
-SHA512 (xosview-1.23.tar.gz) = b4313ff6473c7f1f89ba2cc9b8828cc25c7ab010a5f5c9b7602def77dbfdcbb5b0da57826919deb7be9000f6e1b5ed3801b2ad54c661b7d7bbc6c30f24f1a1a6
-Size (xosview-1.23.tar.gz) = 147356 bytes


Home | Main Index | Thread Index | Old Index