diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/bbdate/DESCR | 5 | ||||
-rw-r--r-- | time/bbdate/Makefile | 15 | ||||
-rw-r--r-- | time/bbdate/PLIST | 7 | ||||
-rw-r--r-- | time/bbdate/distinfo | 6 | ||||
-rw-r--r-- | time/bbdate/patches/patch-aa | 13 | ||||
-rw-r--r-- | time/bbdate/patches/patch-ab | 13 |
6 files changed, 59 insertions, 0 deletions
diff --git a/time/bbdate/DESCR b/time/bbdate/DESCR new file mode 100644 index 00000000000..01376c05c2d --- /dev/null +++ b/time/bbdate/DESCR @@ -0,0 +1,5 @@ +This tool displays the date in an decorated window, simulating the +look of the Blackbox toolbar (Blackbox is a Windowmanager for X11). +To copy this look a great deal of the code is taken from Blackbox. + +You can find blackbox in pkgsrc/wm/blackbox. diff --git a/time/bbdate/Makefile b/time/bbdate/Makefile new file mode 100644 index 00000000000..902e82630ea --- /dev/null +++ b/time/bbdate/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/18 15:53:14 jschauma Exp $ +# + +DISTNAME= bbdate-0.2.4 +CATEGORIES= time +MASTER_SITES= http://bbtools.thelinuxcommunity.org/sources/ + +MAINTAINER= jschauma@NetBSD.org +HOMEPAGE= http://bbtools.thelinuxcommunity.org/available.phtml +COMMENT= Display the current date + +GNU_CONFIGURE= YES +USE_X11= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/time/bbdate/PLIST b/time/bbdate/PLIST new file mode 100644 index 00000000000..3d3dcf8cc55 --- /dev/null +++ b/time/bbdate/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/18 15:53:14 jschauma Exp $ +bin/bbdate +share/bbtools/README.bbdate +share/bbtools/bbdate.conf +share/bbtools/bbdate.nobb +share/bbtools/bbdate.style +@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || ${TRUE} diff --git a/time/bbdate/distinfo b/time/bbdate/distinfo new file mode 100644 index 00000000000..0aa35338d52 --- /dev/null +++ b/time/bbdate/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/07/18 15:53:15 jschauma Exp $ + +SHA1 (bbdate-0.2.4.tar.gz) = c48052eec337dfdca5fdfe6b87cd2bccf3a03921 +Size (bbdate-0.2.4.tar.gz) = 60644 bytes +SHA1 (patch-aa) = 424a58820cd2a14aaeedacbb9223abb034509e62 +SHA1 (patch-ab) = 4ba9c43992b476e8d515fb56fb18dad586533a3a diff --git a/time/bbdate/patches/patch-aa b/time/bbdate/patches/patch-aa new file mode 100644 index 00000000000..925979f1c99 --- /dev/null +++ b/time/bbdate/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/07/18 15:53:15 jschauma Exp $ + +--- Makefile.in.orig Fri Jul 18 11:31:51 2003 ++++ Makefile.in Fri Jul 18 11:32:49 2003 +@@ -80,7 +80,7 @@ + + + DEFS = @DEFS@ -I. -I$(srcdir) +-LDFLAGS = @LDFLAGS@ ++LDFLAGS = @LDFLAGS@ -Wl,${RPATH_FLAG}${X11PREFIX}/lib + LIBS = @LIBS@ + X_CFLAGS = @X_CFLAGS@ + X_LIBS = @X_LIBS@ diff --git a/time/bbdate/patches/patch-ab b/time/bbdate/patches/patch-ab new file mode 100644 index 00000000000..c7745bda1f0 --- /dev/null +++ b/time/bbdate/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2003/07/18 15:53:15 jschauma Exp $ + +--- data/Makefile.in.orig Fri Jul 18 11:46:28 2003 ++++ data/Makefile.in Fri Jul 18 11:46:55 2003 +@@ -67,7 +67,7 @@ + configdir = $(datadir)/bbtools + CLEANFILES = bbtoolsrc + +-config_DATA = bbtoolsrc.in bbdate.conf bbdate.style bbdate.nobb README.bbdate ++config_DATA = bbdate.conf bbdate.style bbdate.nobb README.bbdate + + + EXTRA_DIST = $(config_DATA) |