From owner-cvs-all@FreeBSD.ORG Sun Feb 18 21:13:32 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 6FE3216A484; Sun, 18 Feb 2007 21:13:32 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5C30A13C461; Sun, 18 Feb 2007 21:13:32 +0000 (UTC) (envelope-from alepulver@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 l1ILDWkP073411; Sun, 18 Feb 2007 21:13:32 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1ILDWRE073410; Sun, 18 Feb 2007 21:13:32 GMT (envelope-from alepulver) Message-Id: <200702182113.l1ILDWRE073410@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 18 Feb 2007 21:13: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/org-mode.el Makefile distinfo pkg-descr pkg-message pkg-plist ports/deskutils/org-mode.el/files patch-Makefile 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: Sun, 18 Feb 2007 21:13:32 -0000 alepulver 2007-02-18 21:13:32 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/org-mode.el Makefile distinfo pkg-descr pkg-message pkg-plist deskutils/org-mode.el/files patch-Makefile Log: Org-mode is a mode for keeping notes, maintaining ToDo lists, and doing project planning with a fast and effective plain-text system. Org-mode develops organizational tasks around NOTES files that contain information about projects as plain text. Org-mode is implemented on top of outline-mode, which makes it possible to keep the content of large files well structured. Visibility cycling and structure editing help to work with the tree. Tables are easily created with a built-in table editor. Org-mode supports ToDo items, deadlines, time stamps, and scheduling. It dynamically compiles entries into an agenda. Plain text URL-like links connect to websites, emails, Usenet messages, BBDB entries, and any files related to the projects. For printing and sharing of notes, an Org-mode file can be exported as a structured ASCII file, or as HTML. WWW: http://staff.science.uva.nl/~dominik/Tools/org/ PR: ports/109230 Submitted by: Kai Wang Revision Changes Path 1.288 +1 -0 ports/deskutils/Makefile 1.1 +75 -0 ports/deskutils/org-mode.el/Makefile (new) 1.1 +3 -0 ports/deskutils/org-mode.el/distinfo (new) 1.1 +37 -0 ports/deskutils/org-mode.el/files/patch-Makefile (new) 1.1 +16 -0 ports/deskutils/org-mode.el/pkg-descr (new) 1.1 +6 -0 ports/deskutils/org-mode.el/pkg-message (new) 1.1 +14 -0 ports/deskutils/org-mode.el/pkg-plist (new)