diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-09-24 00:27:35 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-09-24 00:27:35 +0000 |
commit | 76713b51032a0d9e0577ba78e27eebfa1c76d435 (patch) | |
tree | b2d50a1f90f3814d8c2e9584322939177587c7a3 /x11/xbeats | |
parent | 6ef63aabb46adcfddb0ad1c2948719884ec0ee88 (diff) | |
download | pkgsrc-76713b51032a0d9e0577ba78e27eebfa1c76d435.tar.gz |
Display time in Internet Standard "Beats"
Diffstat (limited to 'x11/xbeats')
-rw-r--r-- | x11/xbeats/Makefile | 14 | ||||
-rw-r--r-- | x11/xbeats/files/md5 | 3 | ||||
-rw-r--r-- | x11/xbeats/files/patch-sum | 3 | ||||
-rw-r--r-- | x11/xbeats/patches/patch-aa | 13 | ||||
-rw-r--r-- | x11/xbeats/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/xbeats/pkg/DESCR | 2 | ||||
-rw-r--r-- | x11/xbeats/pkg/PLIST | 1 |
7 files changed, 37 insertions, 0 deletions
diff --git a/x11/xbeats/Makefile b/x11/xbeats/Makefile new file mode 100644 index 00000000000..39adcf0ab75 --- /dev/null +++ b/x11/xbeats/Makefile @@ -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" diff --git a/x11/xbeats/files/md5 b/x11/xbeats/files/md5 new file mode 100644 index 00000000000..68aecd36840 --- /dev/null +++ b/x11/xbeats/files/md5 @@ -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 diff --git a/x11/xbeats/files/patch-sum b/x11/xbeats/files/patch-sum new file mode 100644 index 00000000000..2b6d4e9159f --- /dev/null +++ b/x11/xbeats/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/09/24 00:27:35 hubertf Exp $ + +MD5 (patch-aa) = 078613d46970f83670e342cfc8b1b212 diff --git a/x11/xbeats/patches/patch-aa b/x11/xbeats/patches/patch-aa new file mode 100644 index 00000000000..72ffd478b3b --- /dev/null +++ b/x11/xbeats/patches/patch-aa @@ -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 diff --git a/x11/xbeats/pkg/COMMENT b/x11/xbeats/pkg/COMMENT new file mode 100644 index 00000000000..9044ea677f9 --- /dev/null +++ b/x11/xbeats/pkg/COMMENT @@ -0,0 +1 @@ +Beats clock dockable in both Window Maker and AfterStep diff --git a/x11/xbeats/pkg/DESCR b/x11/xbeats/pkg/DESCR new file mode 100644 index 00000000000..4be5ef4422a --- /dev/null +++ b/x11/xbeats/pkg/DESCR @@ -0,0 +1,2 @@ +A beats clock dockable in both Window Maker and AfterStep. It can +also run in its own window. diff --git a/x11/xbeats/pkg/PLIST b/x11/xbeats/pkg/PLIST new file mode 100644 index 00000000000..d122fb3ab88 --- /dev/null +++ b/x11/xbeats/pkg/PLIST @@ -0,0 +1 @@ +bin/xbeats |