From owner-cvs-ports@FreeBSD.ORG Sat Dec 16 18:30:32 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 5FB6C16A4FB; Sat, 16 Dec 2006 18:30:32 +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 2FEF043C9E; Sat, 16 Dec 2006 18:30:32 +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 kBGIUW9H043804; Sat, 16 Dec 2006 18:30:32 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBGIUW7Z043803; Sat, 16 Dec 2006 18:30:32 GMT (envelope-from dinoex) Message-Id: <200612161830.kBGIUW7Z043803@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 16 Dec 2006 18:30:32 +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/cartotheque 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: Sat, 16 Dec 2006 18:30:32 -0000 dinoex 2006-12-16 18:30:31 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/cartotheque Makefile distinfo pkg-descr pkg-plist Log: An application for managing notes on small cards (like punch cards :). The application uses a directory based repository for cards with various contents. Currently only one contents is supported, and that is RTF contents (NSAttributedString) editable by a text view. Screenshot: WWW: http://stefan.agentfarms.net/Download/GNUstep/Shots/cartotheque-2.png Revision Changes Path 1.273 +1 -0 ports/deskutils/Makefile 1.1 +27 -0 ports/deskutils/cartotheque/Makefile (new) 1.1 +3 -0 ports/deskutils/cartotheque/distinfo (new) 1.1 +7 -0 ports/deskutils/cartotheque/pkg-descr (new) 1.1 +27 -0 ports/deskutils/cartotheque/pkg-plist (new)