Add wminfo 1.51, dockapp to run shell scripts and display the output.

PR:		62600
Submitted by:	Thomas Kempka <t.kempka@web.de>
This commit is contained in:
Oliver Lehmann 2004-02-20 20:32:50 +00:00
parent 0da9c27b86
commit f4e43742fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101532
5 changed files with 42 additions and 0 deletions

View File

@ -376,6 +376,7 @@
SUBDIR += wmcalendar
SUBDIR += wmcp
SUBDIR += wmfirew
SUBDIR += wminfo
SUBDIR += wmjulia
SUBDIR += wmmand
SUBDIR += wmpal

31
misc/wminfo/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: wminfo
# Date created: 09 February 2004
# Whom: Thomas Kempka <t.kempka@web.de>
#
# $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 <bsd.port.mk>

1
misc/wminfo/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (wminfo-1.51.tar.gz) = dd4b168a31847694dfdb74772c57b7da

8
misc/wminfo/pkg-descr Normal file
View File

@ -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 <robkli-8@student.luth.se>

1
misc/wminfo/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/wminfo