Add new port x11-clocks/wmclockmon - A digital clock dockapp with a

similar look to wmcpuload
This commit is contained in:
Patrick Li 2002-09-21 06:24:19 +00:00
parent 13c1a35708
commit 671bc4f7a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66982
7 changed files with 46 additions and 0 deletions

View File

@ -25,6 +25,7 @@
SUBDIR += washerdryer
SUBDIR += wmcalclock
SUBDIR += wmclock
SUBDIR += wmclockmon
SUBDIR += wmdate
SUBDIR += wmfishtime
SUBDIR += wmfuzzy

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: wmclockmon
# Date created: Sat Sep 21 01:48:10 EDT 2002
# Whom: pat
#
# $FreeBSD$
#
PORTNAME= wmclockmon
PORTVERSION= 0.1.0
CATEGORIES= x11-clocks windowmaker
MASTER_SITES= http://tnemeth.free.fr/projets/programmes/
MAINTAINER= pat@FreeBSD.org
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=""
MAN1= ${PORTNAME}.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/src/wmclockmon ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/doc/wmclockmon.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (wmclockmon-0.1.0.tar.gz) = a0037c72029aa7819f7bfa04bfd5d5ed

View File

@ -0,0 +1,11 @@
--- configure.orig Sat Sep 21 02:14:44 2002
+++ configure Sat Sep 21 02:14:52 2002
@@ -4051,8 +4051,6 @@
OS=freebsd
ignore_wired=yes
ignore_cached=yes
- LIBS="$LIBS -lkvm"
- SETGID_FLAGS="-g kmem -m 2755 -o root"
;;
openbsd*)
OS=openbsd

View File

@ -0,0 +1 @@
A digital clock dockapp with a similar look to wmcpuload

View File

@ -0,0 +1,5 @@
A digital clock dockapp with 3 different styles, and that uses
locales to display weekday and month names.
Author: Thomas Nemeth <tnemeth@free.fr>
WWW: http://tnemeth.free.fr/projets/dockapps.html

View File

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