From owner-cvs-all@FreeBSD.ORG Tue Mar 13 09:02:42 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C25516A401; Tue, 13 Mar 2007 09:02:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6596D13C448; Tue, 13 Mar 2007 09:02:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l2D92gPC085937; Tue, 13 Mar 2007 09:02:42 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2D92g7f085936; Tue, 13 Mar 2007 09:02:42 GMT (envelope-from miwi) Message-Id: <200703130902.l2D92g7f085936@repoman.freebsd.org> From: Martin Wilke Date: Tue, 13 Mar 2007 09:02:42 +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 Makefile ports/x11/roxbg Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2007 09:02:42 -0000 miwi 2007-03-13 09:02:42 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/roxbg Makefile distinfo pkg-descr Log: Makes it easy to set the background in rox instead of having to having to muck around with the XML API it uses. -f fill the screen with the image -s scale the image with out stretching it -c center image and do not scale -t tile the image default: -s PR: ports/110152 Submitted by: Zane C. Bowers Revision Changes Path 1.648 +1 -0 ports/x11/Makefile 1.1 +40 -0 ports/x11/roxbg/Makefile (new) 1.1 +3 -0 ports/x11/roxbg/distinfo (new) 1.1 +9 -0 ports/x11/roxbg/pkg-descr (new)