From owner-cvs-ports@FreeBSD.ORG Mon Dec 18 18:32:01 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 285D216A417; Mon, 18 Dec 2006 18:32:01 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E94B43CB4; Mon, 18 Dec 2006 18:31:57 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBIIVvNH006025; Mon, 18 Dec 2006 18:31:57 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBIIVvLU006024; Mon, 18 Dec 2006 18:31:57 GMT (envelope-from dinoex) Message-Id: <200612181831.kBIIVvLU006024@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 18 Dec 2006 18:31:57 +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/deskutils Makefile ports/deskutils/toolbox Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 18:32:01 -0000 dinoex 2006-12-18 18:31:57 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/toolbox Makefile distinfo pkg-descr pkg-plist Log: Toobox is a collection of tools. Each tool is in the form of bundle. In a given category, you can add new items. Each item contains the value of location and of bundle (tool). Depending on the location, items can have different contents even with the same bundle. Conceptually, it is similar to the bookmark. It does not only store the location, but also the tool to access the location. The item is not supposed to change its location frequently. It is designed to access the fixed location, either on file system or over internet. Some items don't access any location, such as calculator. WWW: http://www.nongnu.org/toolbox/ Revision Changes Path 1.275 +1 -0 ports/deskutils/Makefile 1.1 +31 -0 ports/deskutils/toolbox/Makefile (new) 1.1 +3 -0 ports/deskutils/toolbox/distinfo (new) 1.1 +11 -0 ports/deskutils/toolbox/pkg-descr (new) 1.1 +70 -0 ports/deskutils/toolbox/pkg-plist (new)