XTags is a little keyboard-driven program which implements tags for X11.

It's a pseudo-WM called WHM (Window Helper Manager). The main goal is to
get rid of a "real" WM by using it with dvtm on the master tag and put
the secondary clients into the other tags.
This commit is contained in:
Leonardo Taccari 2008-05-10 13:24:36 +00:00 committed by Thomas Klausner
parent 3eacfd2716
commit 862654806c
4 changed files with 42 additions and 0 deletions

4
xtags/DESCR Normal file
View file

@ -0,0 +1,4 @@
XTags is a little keyboard-driven program which implements tags for X11.
It's a pseudo-WM called WHM (Window Helper Manager). The main goal is to
get rid of a "real" WM by using it with dvtm on the master tag and put
the secondary clients into the other tags.

30
xtags/Makefile Normal file
View file

@ -0,0 +1,30 @@
# $NetBSD: Makefile,v 1.1.1.1 2008/05/10 13:24:36 leot1990 Exp $
#
DISTNAME= xtags-0.5
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xtags/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= leot1990@users.sourceforge.net
HOMEPAGE= http://xtags.sourceforge.net/
COMMENT= Little keyboard-driven Window Manager for X11
PKG_DESTDIR_SUPPORT= user-destdir
NO_CONFIGURE= yes
SUBST_CLASSES+= makefile
SUBST_STAGE.makefile= pre-build
SUBST_MESSAGE.makefile= Fixing config.mk...
SUBST_FILES.makefile= config.mk
SUBST_SED.makefile+= -e 's,/usr/local,${PREFIX},g'
SUBST_SED.makefile+= -e 's,share/man,${PKGMANDIR},g'
SUBST_SED.makefile+= -e 's,^INCS.*,& -I${X11BASE}/include,'
SUBST_SED.makefile+= -e 's_^LDFLAGS.*_& -L${X11BASE}/lib ${COMPILER_RPATH_FLAG}${X11BASE}/lib_'
SUBST_SED.makefile+= -e 's/cc/${CC:Q}/'
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

3
xtags/PLIST Normal file
View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2008/05/10 13:24:36 leot1990 Exp $
bin/xtags
man/man1/xtags.1

5
xtags/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2008/05/10 13:24:36 leot1990 Exp $
SHA1 (xtags-0.5.tar.bz2) = d853aa4eab17c2cb1ecd59e8a5ee0516e6266172
RMD160 (xtags-0.5.tar.bz2) = c0667d9913abc2711126174ebda2877d60ff1fd4
Size (xtags-0.5.tar.bz2) = 23995 bytes