From owner-cvs-all@FreeBSD.ORG Tue Jul 6 14:35:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1425716A4CE; Tue, 6 Jul 2004 14:35:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B74243D41; Tue, 6 Jul 2004 14:35:50 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i66EZn3t026341; Tue, 6 Jul 2004 14:35:49 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i66EZnmi026340; Tue, 6 Jul 2004 14:35:49 GMT (envelope-from adamw) Message-Id: <200407061435.i66EZnmi026340@repoman.freebsd.org> From: Adam Weinberger Date: Tue, 6 Jul 2004 14:35:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils Makefile ports/deskutils/kdissert Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 06 Jul 2004 14:35:50 -0000 adamw 2004-07-06 14:35:49 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/kdissert Makefile distinfo pkg-descr pkg-plist Log: Add kdissert, a KDE mindmapping tool. The goal of kdissert is to help to structure ideas and concepts by associating them into a tree. The tree is there to help to see how the ideas interact, and then to develop them further (add ramifications). An idea is represented by a shape which can be a text or a picture. The ideas can be connected, but there is a constraint : an idea cannot have more than one parent. A kdissert mind-map can be exported as a picture, or used to generate documents. Templates include pdflatex (article, book) and html file formats. WWW: http://freehackers.org/~tnagy/kdissert/index.html Revision Changes Path 1.156 +1 -0 ports/deskutils/Makefile 1.1 +26 -0 ports/deskutils/kdissert/Makefile (new) 1.1 +2 -0 ports/deskutils/kdissert/distinfo (new) 1.1 +13 -0 ports/deskutils/kdissert/pkg-descr (new) 1.1 +40 -0 ports/deskutils/kdissert/pkg-plist (new)