diff options
author | alex <alex@FreeBSD.org> | 2000-08-12 12:04:41 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-08-12 12:04:41 +0000 |
commit | bd77d0bb714d496536df968e86a03560b1f6f5c7 (patch) | |
tree | 54c75ded222c4dc7591cf79c5579252a4d6276e8 /x11-wm | |
parent | b15085a063e571042951c5d069b7fb41a8a79261 (diff) | |
download | FreeBSD-ports-bd77d0bb714d496536df968e86a03560b1f6f5c7.zip FreeBSD-ports-bd77d0bb714d496536df968e86a03560b1f6f5c7.tar.gz |
Add bbpager 0.2.8, a pager for the BlackBox Window Manager
PR: 19358
Submitted by: Patrick Seal <patseal@hyperhost.net>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/bbpager/Makefile | 20 | ||||
-rw-r--r-- | x11-wm/bbpager/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/bbpager/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/bbpager/pkg-descr | 7 | ||||
-rw-r--r-- | x11-wm/bbpager/pkg-plist | 5 |
6 files changed, 35 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 80af611..d6797fe 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -9,6 +9,7 @@ SUBDIR += amaterus SUBDIR += amiwm SUBDIR += bbkeys + SUBDIR += bbpager SUBDIR += blackbox SUBDIR += ctwm SUBDIR += enlightenment diff --git a/x11-wm/bbpager/Makefile b/x11-wm/bbpager/Makefile new file mode 100644 index 0000000..ee7112a --- /dev/null +++ b/x11-wm/bbpager/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: bbpager +# Date created: 17 June 2000 +# Whom: Patrick Seal <patseal@hyperhost.net> +# +# $FreeBSD$ +# + +PORTNAME= bbpager +PORTVERSION= 0.2.8 +CATEGORIES= x11-wm +MASTER_SITES= http://bbtools.windsofstorm.net/sources/ + +MAINTAINER= patseal@hyperhost.net + +RUN_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/x11-wm/bbpager/distinfo b/x11-wm/bbpager/distinfo new file mode 100644 index 0000000..f854c604 --- /dev/null +++ b/x11-wm/bbpager/distinfo @@ -0,0 +1 @@ +MD5 (bbpager-0.2.8.tar.gz) = 8b21cfbca9da2596342246049644fcba diff --git a/x11-wm/bbpager/pkg-comment b/x11-wm/bbpager/pkg-comment new file mode 100644 index 0000000..71306c8 --- /dev/null +++ b/x11-wm/bbpager/pkg-comment @@ -0,0 +1 @@ +A pager for the Blackbox window manager diff --git a/x11-wm/bbpager/pkg-descr b/x11-wm/bbpager/pkg-descr new file mode 100644 index 0000000..7dff277 --- /dev/null +++ b/x11-wm/bbpager/pkg-descr @@ -0,0 +1,7 @@ +bbpager is a pager tool for Blackbox, t uses KDE wm-hints to get the +information from Blackbox. + +WWW: http://bbtools.windsofstorm.net/ + +- Patrick +patseal@hyperhost.net diff --git a/x11-wm/bbpager/pkg-plist b/x11-wm/bbpager/pkg-plist new file mode 100644 index 0000000..42c5345 --- /dev/null +++ b/x11-wm/bbpager/pkg-plist @@ -0,0 +1,5 @@ +bin/bbpager +share/bbtools/bbpager.bb +share/bbtools/bbpager.nobb +share/bbtools/README.bbpager +@dirrm share/bbtools |