[Midnightbsd-cvs] mports [17087] trunk/x11-wm/blackbox: add man pages to pkg-plist

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 13 23:22:24 EDT 2014


Revision: 17087
          http://svnweb.midnightbsd.org/mports/?rev=17087
Author:   laffer1
Date:     2014-09-13 23:22:22 -0400 (Sat, 13 Sep 2014)
Log Message:
-----------
add man pages to pkg-plist

Modified Paths:
--------------
    trunk/x11-wm/blackbox/Makefile
    trunk/x11-wm/blackbox/pkg-descr
    trunk/x11-wm/blackbox/pkg-plist

Modified: trunk/x11-wm/blackbox/Makefile
===================================================================
--- trunk/x11-wm/blackbox/Makefile	2014-09-14 03:21:13 UTC (rev 17086)
+++ trunk/x11-wm/blackbox/Makefile	2014-09-14 03:22:22 UTC (rev 17087)
@@ -2,12 +2,12 @@
 
 PORTNAME=	blackbox
 PORTVERSION=	0.70.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11-wm
 MASTER_SITES=	SF/${PORTNAME}wm/${PORTNAME}wm/Blackbox%20${PORTVERSION}
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A small and fast window manager for X11R6
+COMMENT=	Small and fast window manager for X11R6
 
 LICENSE=	mit
 
@@ -15,7 +15,6 @@
 USES=		pathfix pkgconfig iconv
 USE_XORG=	x11 xft
 
-MAN1=		bsetbg.1 bsetroot.1
 PORTDOCS=	README.bbtools README.bsetbg
 
 OPTIONS_DEFINE=		TOOLS_ONLY
@@ -29,7 +28,6 @@
 MAKE_ARGS=	SUBDIRS="doc lib util" bin_PROGRAMS=bsetroot
 INSTALL_TARGET=	-C util install		# XXX dirty hack :(
 .else
-MAN1+=		blackbox.1
 PORTDOCS+=	AUTHORS COMPLIANCE ChangeLog README RELNOTES TODO
 .endif
 

Modified: trunk/x11-wm/blackbox/pkg-descr
===================================================================
--- trunk/x11-wm/blackbox/pkg-descr	2014-09-14 03:21:13 UTC (rev 17086)
+++ trunk/x11-wm/blackbox/pkg-descr	2014-09-14 03:22:22 UTC (rev 17087)
@@ -1,8 +1,12 @@
-Blackbox is that fast, lightweight window manager for the X Window System, you
-have been looking for without all those annoying library dependencies. Blackbox
-is built with C++ and contains completely original code.
+Blackbox is the fast, lightweight window manager for the X Window System you
+have been looking for, without all those annoying dependencies.  It is built
+with C++ and contains completely original code (even though the graphics
+implementation is similar to that of Window Maker).
 
 Blackbox is written to the NetWM specification, which allows integration with
 modern desktop managers including KDE and Gnome.
 
+The port also provides root window changing tools, bsetroot and bsetbg, that
+can be installed alone, without the window manager and accompanying files.
+
 WWW: http://blackboxwm.sourceforge.net/

Modified: trunk/x11-wm/blackbox/pkg-plist
===================================================================
--- trunk/x11-wm/blackbox/pkg-plist	2014-09-14 03:21:13 UTC (rev 17086)
+++ trunk/x11-wm/blackbox/pkg-plist	2014-09-14 03:22:22 UTC (rev 17087)
@@ -28,6 +28,9 @@
 %%DATADIR%%/styles/Purple
 %%DATADIR%%/styles/Red
 %%DATADIR%%/menu
+man/man1/blackbox.1.gz
+man/man1/bsetbg.1.gz
+man/man1/bsetroot.1.gz
 @dirrm include/bt
 @dirrm %%DATADIR%%/styles
 @dirrm %%DATADIR%%



More information about the Midnightbsd-cvs mailing list