From owner-cvs-ports@FreeBSD.ORG Tue Oct 31 06:33:14 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AA7216A403; Tue, 31 Oct 2006 06:33:14 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E287443D53; Tue, 31 Oct 2006 06:33:13 +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 k9V6XDxR007895; Tue, 31 Oct 2006 06:33:13 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9V6XDDX007894; Tue, 31 Oct 2006 06:33:13 GMT (envelope-from dinoex) Message-Id: <200610310633.k9V6XDDX007894@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 31 Oct 2006 06:33:13 +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/gnustep-notebook 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: Tue, 31 Oct 2006 06:33:14 -0000 dinoex 2006-10-31 06:33:13 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/gnustep-notebook Makefile distinfo pkg-descr pkg-plist Log: NoteBook.app is an application to store and organize your notes written for use with GNUstep. Features * Uses a document interface to open multiple Notebooks. * Each notebook has it's own tree interface navigable via a NSBrowser control. Both branch pages and leaf pages can contain note information. * Stores note pages in Rich Text Format allowing you to format the note with different fonts, styles, weights, etc... WWW: http://notebook.cowgar.com/ Revision Changes Path 1.248 +1 -0 ports/deskutils/Makefile 1.1 +26 -0 ports/deskutils/gnustep-notebook/Makefile (new) 1.1 +3 -0 ports/deskutils/gnustep-notebook/distinfo (new) 1.1 +11 -0 ports/deskutils/gnustep-notebook/pkg-descr (new) 1.1 +25 -0 ports/deskutils/gnustep-notebook/pkg-plist (new)