Display time in Internet Standard "Beats"
This commit is contained in:
parent
6ef63aabb4
commit
76713b5103
7 changed files with 37 additions and 0 deletions
14
x11/xbeats/Makefile
Normal file
14
x11/xbeats/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 1999/09/24 00:27:35 hubertf Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xbeats-0.4
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://bohemians.org/~iznogood/xbeats/
|
||||
|
||||
MAINTAINER= hubertf@netbsd.org
|
||||
HOMEPAGE= http://bohemians.org/~iznogood/
|
||||
|
||||
USE_X11= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
x11/xbeats/files/md5
Normal file
3
x11/xbeats/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 1999/09/24 00:27:35 hubertf Exp $
|
||||
|
||||
MD5 (xbeats-0.4.tar.gz) = 6b7a772c42f928ee0ec60ab90242205d
|
3
x11/xbeats/files/patch-sum
Normal file
3
x11/xbeats/files/patch-sum
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: patch-sum,v 1.1.1.1 1999/09/24 00:27:35 hubertf Exp $
|
||||
|
||||
MD5 (patch-aa) = 078613d46970f83670e342cfc8b1b212
|
13
x11/xbeats/patches/patch-aa
Normal file
13
x11/xbeats/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 1999/09/24 00:27:35 hubertf Exp $
|
||||
|
||||
--- configure.orig Fri Sep 24 02:13:34 1999
|
||||
+++ configure Fri Sep 24 02:14:16 1999
|
||||
@@ -1973,7 +1973,7 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
|
||||
+ X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE -lX11"
|
||||
else
|
||||
echo "$ac_t""no" 1>&6
|
||||
fi
|
1
x11/xbeats/pkg/COMMENT
Normal file
1
x11/xbeats/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
Beats clock dockable in both Window Maker and AfterStep
|
2
x11/xbeats/pkg/DESCR
Normal file
2
x11/xbeats/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
A beats clock dockable in both Window Maker and AfterStep. It can
|
||||
also run in its own window.
|
1
x11/xbeats/pkg/PLIST
Normal file
1
x11/xbeats/pkg/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
bin/xbeats
|
Loading…
Reference in a new issue