From owner-cvs-all@FreeBSD.ORG Wed May 12 17:36:04 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD4CB106566B; Wed, 12 May 2010 17:36:04 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ADC358FC0A; Wed, 12 May 2010 17:36:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4CHa4S2048237; Wed, 12 May 2010 17:36:04 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4CHa4bu048236; Wed, 12 May 2010 17:36:04 GMT (envelope-from ehaupt) Message-Id: <201005121736.o4CHa4bu048236@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 12 May 2010 17:36:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xwit Makefile distinfo pkg-descr ports/x11/xwit/files patch-dsimple.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2010 17:36:04 -0000 ehaupt 2010-05-12 17:36:04 UTC FreeBSD ports repository Modified files: x11/xwit Makefile distinfo pkg-descr Removed files: x11/xwit/files patch-dsimple.c Log: - Take over maintainership - Cleanup pkg-descr: * remove license/attribution is redundant with the corresponding section in the manpage * fmt -w 80 * remove double spaces - Import patchset [1]: * Added -fetch and -store options to access cutbuffers Code clean-up to get rid of compilation warnings * Added -focus option * Correctly escape dashes in the manpage * Add operations to raise (without mapping) or lower a window, and toggle or circulate stacking * Add an -property option to specify something different than the name of the window to use * Add an -print command to print the windows geometry and name * Add an -all alias to -names '' * Document new functions in manpage Obtained from: debian [1] Revision Changes Path 1.19 +11 -7 ports/x11/xwit/Makefile 1.5 +3 -0 ports/x11/xwit/distinfo 1.2 +0 -29 ports/x11/xwit/files/patch-dsimple.c (dead) 1.2 +8 -14 ports/x11/xwit/pkg-descr