From f4e43742fb0b298b812e65ada5f621873cd6da65 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Fri, 20 Feb 2004 20:32:50 +0000 Subject: Add wminfo 1.51, dockapp to run shell scripts and display the output. PR: 62600 Submitted by: Thomas Kempka --- misc/wminfo/Makefile | 31 +++++++++++++++++++++++++++++++ misc/wminfo/distinfo | 1 + misc/wminfo/pkg-descr | 8 ++++++++ misc/wminfo/pkg-plist | 1 + 4 files changed, 41 insertions(+) create mode 100644 misc/wminfo/Makefile create mode 100644 misc/wminfo/distinfo create mode 100644 misc/wminfo/pkg-descr create mode 100644 misc/wminfo/pkg-plist (limited to 'misc/wminfo') diff --git a/misc/wminfo/Makefile b/misc/wminfo/Makefile new file mode 100644 index 000000000000..8bd55235f8ac --- /dev/null +++ b/misc/wminfo/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: wminfo +# Date created: 09 February 2004 +# Whom: Thomas Kempka +# +# $FreeBSD$ +# + +PORTNAME= wminfo +PORTVERSION= 1.51 +CATEGORIES= misc windowmaker +MASTER_SITES= http://kling.mine.nu/files/ + +MAINTAINER= t.kempka@web.de +COMMENT= Dockapp to run shell scripts and display the output + +WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME} + +USE_X_PREFIX= yes +USE_XPM= yes +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|$$(LIBS)$$|& $$(OBJS)|g' \ + -e 's|/usr/X11R6|$$(X11BASE)|g' \ + -e 's|/share/include|/include|g' \ + ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wminfo ${PREFIX}/bin + +.include diff --git a/misc/wminfo/distinfo b/misc/wminfo/distinfo new file mode 100644 index 000000000000..4d84448ab008 --- /dev/null +++ b/misc/wminfo/distinfo @@ -0,0 +1 @@ +MD5 (wminfo-1.51.tar.gz) = dd4b168a31847694dfdb74772c57b7da diff --git a/misc/wminfo/pkg-descr b/misc/wminfo/pkg-descr new file mode 100644 index 000000000000..0be3488d5d5e --- /dev/null +++ b/misc/wminfo/pkg-descr @@ -0,0 +1,8 @@ +This dockapp is designed to be very general purpose. It can display +any kind of information as long as it is in text-format. It uses +plugins to retrieve the information. Any script or program that +sends its output to stdout can be used (have a look at the scripts +in the plugins directory of the source tarball for examples). + +WWW: http://kling.mine.nu/wminfo.htm +Author: Robert Kling diff --git a/misc/wminfo/pkg-plist b/misc/wminfo/pkg-plist new file mode 100644 index 000000000000..1f50faa112da --- /dev/null +++ b/misc/wminfo/pkg-plist @@ -0,0 +1 @@ +bin/wminfo -- cgit v1.2.3