diff options
author | edwin <edwin@FreeBSD.org> | 2008-08-17 14:00:27 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-08-17 14:00:27 +0800 |
commit | 37140ebc873fbb7fd34075bd4d99bf566a9b9946 (patch) | |
tree | 1a5c17b29cb634f0b4ba23d6942d112e740264bb /deskutils | |
parent | e78fd632f8dfded59afc7254e676f2deb61bb71d (diff) | |
download | freebsd-ports-gnome-37140ebc873fbb7fd34075bd4d99bf566a9b9946.tar.gz freebsd-ports-gnome-37140ebc873fbb7fd34075bd4d99bf566a9b9946.tar.zst freebsd-ports-gnome-37140ebc873fbb7fd34075bd4d99bf566a9b9946.zip |
[NEW PORT] deskutils/org-mode.el6: An Emacs mode for notes and project planning
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/125819
Submitted by: "Thinker K.F. Li" <thinker@branda.to>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/org-mode.el6/Makefile | 24 | ||||
-rw-r--r-- | deskutils/org-mode.el6/distinfo | 3 | ||||
-rw-r--r-- | deskutils/org-mode.el6/pkg-descr | 16 | ||||
-rw-r--r-- | deskutils/org-mode.el6/pkg-message | 6 | ||||
-rw-r--r-- | deskutils/org-mode.el6/pkg-plist | 58 |
6 files changed, 108 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index f0598b2cca47..5867928b07c7 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -171,6 +171,7 @@ SUBDIR += openproj SUBDIR += orage SUBDIR += org-mode.el + SUBDIR += org-mode.el6 SUBDIR += p5-Data-ICal SUBDIR += p5-Goo SUBDIR += pal diff --git a/deskutils/org-mode.el6/Makefile b/deskutils/org-mode.el6/Makefile new file mode 100644 index 000000000000..fda368d1eb8a --- /dev/null +++ b/deskutils/org-mode.el6/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: org-mode.el6 +# Date created: 2008-07-21 +# Whom: Thinker K.F. Li <thinker@branda.to> +# +# $FreeBSD$ +# + +PORTNAME= org-mode.el +PORTVERSION= 6.05b +CATEGORIES= deskutils elisp +MASTER_SITES= http://orgmode.org/ +PKGNAMESUFFIX= -${EMACS_PORT_NAME} +DISTNAME= org-${PORTVERSION} + +MAINTAINER= thinker@branda.to +COMMENT= An Emacs mode for notes and project planning + +USE_EMACS= yes +USE_GMAKE= yes +EMACS_PORT_NAME?= emacs22 +MAKE_FLAGS= prefix=${PREFIX} + +.include <bsd.port.pre.mk> +.include <bsd.port.post.mk> diff --git a/deskutils/org-mode.el6/distinfo b/deskutils/org-mode.el6/distinfo new file mode 100644 index 000000000000..4d77b3c3d153 --- /dev/null +++ b/deskutils/org-mode.el6/distinfo @@ -0,0 +1,3 @@ +MD5 (org-6.05b.tar.gz) = 9cfb9630de01d362c1d42139cc9c4a08 +SHA256 (org-6.05b.tar.gz) = 055e6d539d4067107a9cc4faa4f706ef835971a98647a343db96f276a374e9d3 +SIZE (org-6.05b.tar.gz) = 1557168 diff --git a/deskutils/org-mode.el6/pkg-descr b/deskutils/org-mode.el6/pkg-descr new file mode 100644 index 000000000000..918afbe5ef4f --- /dev/null +++ b/deskutils/org-mode.el6/pkg-descr @@ -0,0 +1,16 @@ +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/ diff --git a/deskutils/org-mode.el6/pkg-message b/deskutils/org-mode.el6/pkg-message new file mode 100644 index 000000000000..79ed408a3fc2 --- /dev/null +++ b/deskutils/org-mode.el6/pkg-message @@ -0,0 +1,6 @@ +******************************************************************** +* To use org-mode in Emacs/XEmacs, add the following line to your * +* ~/.emacs: * +* * +* (require 'org-install) * +******************************************************************** diff --git a/deskutils/org-mode.el6/pkg-plist b/deskutils/org-mode.el6/pkg-plist new file mode 100644 index 000000000000..8a2030aaacc8 --- /dev/null +++ b/deskutils/org-mode.el6/pkg-plist @@ -0,0 +1,58 @@ +%%EMACS_SITE_LISPDIR%%/org.el +%%EMACS_SITE_LISPDIR%%/org-agenda.el +%%EMACS_SITE_LISPDIR%%/org-archive.el +%%EMACS_SITE_LISPDIR%%/org-bbdb.el +%%EMACS_SITE_LISPDIR%%/org-bibtex.el +%%EMACS_SITE_LISPDIR%%/org-clock.el +%%EMACS_SITE_LISPDIR%%/org-colview.el +%%EMACS_SITE_LISPDIR%%/org-colview-xemacs.el +%%EMACS_SITE_LISPDIR%%/org-compat.el +%%EMACS_SITE_LISPDIR%%/org-exp.el +%%EMACS_SITE_LISPDIR%%/org-export-latex.el +%%EMACS_SITE_LISPDIR%%/org-faces.el +%%EMACS_SITE_LISPDIR%%/org-gnus.el +%%EMACS_SITE_LISPDIR%%/org-id.el +%%EMACS_SITE_LISPDIR%%/org-info.el +%%EMACS_SITE_LISPDIR%%/org-jsinfo.el +%%EMACS_SITE_LISPDIR%%/org-irc.el +%%EMACS_SITE_LISPDIR%%/org-mac-message.el +%%EMACS_SITE_LISPDIR%%/org-macs.el +%%EMACS_SITE_LISPDIR%%/org-mew.el +%%EMACS_SITE_LISPDIR%%/org-mhe.el +%%EMACS_SITE_LISPDIR%%/org-mouse.el +%%EMACS_SITE_LISPDIR%%/org-publish.el +%%EMACS_SITE_LISPDIR%%/org-remember.el +%%EMACS_SITE_LISPDIR%%/org-rmail.el +%%EMACS_SITE_LISPDIR%%/org-table.el +%%EMACS_SITE_LISPDIR%%/org-vm.el +%%EMACS_SITE_LISPDIR%%/org-wl.el +%%EMACS_SITE_LISPDIR%%/org-install.el +%%EMACS_SITE_LISPDIR%%/org.elc +%%EMACS_SITE_LISPDIR%%/org-agenda.elc +%%EMACS_SITE_LISPDIR%%/org-archive.elc +%%EMACS_SITE_LISPDIR%%/org-bbdb.elc +%%EMACS_SITE_LISPDIR%%/org-bibtex.elc +%%EMACS_SITE_LISPDIR%%/org-clock.elc +%%EMACS_SITE_LISPDIR%%/org-colview.elc +%%EMACS_SITE_LISPDIR%%/org-colview-xemacs.elc +%%EMACS_SITE_LISPDIR%%/org-compat.elc +%%EMACS_SITE_LISPDIR%%/org-exp.elc +%%EMACS_SITE_LISPDIR%%/org-export-latex.elc +%%EMACS_SITE_LISPDIR%%/org-faces.elc +%%EMACS_SITE_LISPDIR%%/org-gnus.elc +%%EMACS_SITE_LISPDIR%%/org-id.elc +%%EMACS_SITE_LISPDIR%%/org-info.elc +%%EMACS_SITE_LISPDIR%%/org-jsinfo.elc +%%EMACS_SITE_LISPDIR%%/org-irc.elc +%%EMACS_SITE_LISPDIR%%/org-mac-message.elc +%%EMACS_SITE_LISPDIR%%/org-macs.elc +%%EMACS_SITE_LISPDIR%%/org-mew.elc +%%EMACS_SITE_LISPDIR%%/org-mhe.elc +%%EMACS_SITE_LISPDIR%%/org-mouse.elc +%%EMACS_SITE_LISPDIR%%/org-publish.elc +%%EMACS_SITE_LISPDIR%%/org-remember.elc +%%EMACS_SITE_LISPDIR%%/org-rmail.elc +%%EMACS_SITE_LISPDIR%%/org-table.elc +%%EMACS_SITE_LISPDIR%%/org-vm.elc +%%EMACS_SITE_LISPDIR%%/org-wl.elc +%%EMACS_SITE_LISPDIR%%/org-install.elc |