diff options
author | osa <osa@FreeBSD.org> | 2004-03-29 02:12:48 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-03-29 02:12:48 +0800 |
commit | f9e48965ccce36958c2b9533fb9c73f0bd945a48 (patch) | |
tree | edf158ef15fb18820e54d66d1247872de69c954f | |
parent | 718aac38acb3a3048ba07fce26f70750f9194930 (diff) | |
download | freebsd-ports-gnome-f9e48965ccce36958c2b9533fb9c73f0bd945a48.tar.gz freebsd-ports-gnome-f9e48965ccce36958c2b9533fb9c73f0bd945a48.tar.zst freebsd-ports-gnome-f9e48965ccce36958c2b9533fb9c73f0bd945a48.zip |
Add the fbpager, a desktop pager for the fluxbox
window manager. It supports key bindings, icons etc.
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
PR: 64685
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/fbpager/Makefile | 29 | ||||
-rw-r--r-- | x11-wm/fbpager/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/fbpager/pkg-descr | 7 | ||||
-rw-r--r-- | x11-wm/fbpager/pkg-message | 1 |
5 files changed, 40 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 296d8a7f3108..20346d0b7836 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -29,6 +29,7 @@ SUBDIR += epplets SUBDIR += evilwm SUBDIR += fbdesk + SUBDIR += fbpager SUBDIR += fluxbox SUBDIR += fluxbox-devel SUBDIR += fluxconf diff --git a/x11-wm/fbpager/Makefile b/x11-wm/fbpager/Makefile new file mode 100644 index 000000000000..5771112f411f --- /dev/null +++ b/x11-wm/fbpager/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: fbpager +# Date created: 25 Mar 2004 +# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru> +# +# $FreeBSD$ +# + +PORTNAME= fbpager +PORTVERSION= 0.1.4 +CATEGORIES= x11-wm +MASTER_SITES= http://www.fluxbox.org/download/ + +MAINTAINER= bogorodskiy@inbox.ru +COMMENT= Desktop pager for the Fluxbox window manager + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +PKG_PLIST= bin/fbpager +PORTDOCS= AUTHORS ChangeLog NEWS README TODO + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} +.endif + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/x11-wm/fbpager/distinfo b/x11-wm/fbpager/distinfo new file mode 100644 index 000000000000..19e42023902e --- /dev/null +++ b/x11-wm/fbpager/distinfo @@ -0,0 +1,2 @@ +MD5 (fbpager-0.1.4.tar.gz) = 89aac82e217ef366634dfd768b1b5dff +SIZE (fbpager-0.1.4.tar.gz) = 349045 diff --git a/x11-wm/fbpager/pkg-descr b/x11-wm/fbpager/pkg-descr new file mode 100644 index 000000000000..cde54409363f --- /dev/null +++ b/x11-wm/fbpager/pkg-descr @@ -0,0 +1,7 @@ +fbpager is a desktop pager for the Fluxbox window manager. It supports +key bindings, icons and so on. + +-Roman Bogorodskiy +<bogorodskiy@inbox.ru> + +WWW: http://fluxbox.org/fbpager/ diff --git a/x11-wm/fbpager/pkg-message b/x11-wm/fbpager/pkg-message new file mode 100644 index 000000000000..04bdd80b46a7 --- /dev/null +++ b/x11-wm/fbpager/pkg-message @@ -0,0 +1 @@ +To get sample config file use `fbpager -sr > ~/.fluxbox/fbpager` |