Date: Fri, 16 Feb 2007 14:12:08 +0100 (CET) From: Kai Wang <kaiw27@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/109230: [NEW PORT] deskutils/org-mode.el-emacs21: An Emacs mode for notes and project planning Message-ID: <20070216131208.5CF24B81D@plan0.kaiwan.csbnet.se> Resent-Message-ID: <200702161340.l1GDe6Ou032487@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 109230 >Category: ports >Synopsis: [NEW PORT] deskutils/org-mode.el-emacs21: An Emacs mode for notes and project planning >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 13:40:06 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Kai Wang >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD plan0.kaiwan.csbnet.se 6.2-RELEASE FreeBSD 6.2-RELEASE #6: Sun Jan 14 20:14:39 CET 2007 >Description: 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/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- org-mode.el-emacs21-4.64.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # org-mode.el # org-mode.el/pkg-plist # org-mode.el/pkg-descr # org-mode.el/Makefile # org-mode.el/distinfo # org-mode.el/pkg-message # org-mode.el/files # org-mode.el/files/patch-Makefile # echo c - org-mode.el mkdir -p org-mode.el > /dev/null 2>&1 echo x - org-mode.el/pkg-plist sed 's/^X//' >org-mode.el/pkg-plist << 'END-of-org-mode.el/pkg-plist' X%%PORTDOCS%%%%DOCSDIR%%/org.html X%%PORTDOCS%%%%DOCSDIR%%/org.pdf X%%PORTDOCS%%%%DOCSDIR%%/orgcard.pdf X%%EMACS_SITE_LISPDIR%%/org-install.el X%%EMACS_SITE_LISPDIR%%/org-install.elc X%%EMACS_SITE_LISPDIR%%/org-mouse.el X%%EMACS_SITE_LISPDIR%%/org-mouse.elc X%%EMACS_SITE_LISPDIR%%/org-publish.el X%%EMACS_SITE_LISPDIR%%/org-publish.elc X%%EMACS_SITE_LISPDIR%%/org.el X%%EMACS_SITE_LISPDIR%%/org.elc X%%XEMACS%%%%EMACS_SITE_LISPDIR%%/noutline.el X%%XEMACS%%%%EMACS_SITE_LISPDIR%%/noutline.elc X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-org-mode.el/pkg-plist echo x - org-mode.el/pkg-descr sed 's/^X//' >org-mode.el/pkg-descr << 'END-of-org-mode.el/pkg-descr' XOrg-mode is a mode for keeping notes, maintaining ToDo lists, and Xdoing project planning with a fast and effective plain-text system. X XOrg-mode develops organizational tasks around NOTES files that contain Xinformation about projects as plain text. Org-mode is implemented on Xtop of outline-mode, which makes it possible to keep the content of Xlarge files well structured. Visibility cycling and structure editing Xhelp to work with the tree. Tables are easily created with a built-in Xtable editor. Org-mode supports ToDo items, deadlines, time stamps, Xand scheduling. It dynamically compiles entries into an agenda. Plain Xtext URL-like links connect to websites, emails, Usenet messages, BBDB Xentries, and any files related to the projects. For printing and Xsharing of notes, an Org-mode file can be exported as a structured XASCII file, or as HTML. X XWWW: http://staff.science.uva.nl/~dominik/Tools/org/ END-of-org-mode.el/pkg-descr echo x - org-mode.el/Makefile sed 's/^X//' >org-mode.el/Makefile << 'END-of-org-mode.el/Makefile' X# New ports collection makefile for: org-mode.el X# Date created: 2007-02-15 X# Whom: Kai Wang <kaiw27@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= org-mode.el XPORTVERSION= 4.64 XCATEGORIES= deskutils elisp XMASTER_SITES= http://staff.science.uva.nl/~dominik/Tools/org/ \ X http://web.student.chalmers.se/~kaiw/FreeBSD/disfiles/ XPKGNAMESUFFIX= -${EMACS_PORT_NAME} XDISTNAME= org-${PORTVERSION} X XMAINTAINER= kaiw27@gmail.com XCOMMENT= An Emacs mode for notes and project planning X XUSE_EMACS= yes XUSE_GMAKE= yes XEMACS_PORT_NAME?= emacs21 X XINFO= org X X.if !defined(NOPORTDOCS) XBUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html X.endif X X.include <bsd.port.pre.mk> X X.if (${EMACS_PORT_NAME} == "xemacs21") || \ X (${EMACS_PORT_NAME} == "xemacs21-mule") || \ X (${EMACS_PORT_NAME} == "xemacs-devel") || \ X (${EMACS_PORT_NAME} == "xemacs-devel-mule") || \ X (${EMACS_PORT_NAME} == "xemacs-mule-xft") XPLIST_SUB+= XEMACS="" X.else XPLIST_SUB+= XEMACS="@comment " X.endif X Xpost-patch: X.if (${EMACS_PORT_NAME} == "xemacs21") || \ X (${EMACS_PORT_NAME} == "xemacs21-mule") || \ X (${EMACS_PORT_NAME} == "xemacs-devel") || \ X (${EMACS_PORT_NAME} == "xemacs-devel-mule") || \ X (${EMACS_PORT_NAME} == "xemacs-mule-xft") X ${REINPLACE_CMD} -Ee \ X 's%^(EMACS=)emacs%\1xemacs%; \ X s%^(lispdir =.*)/share/emacs%\1/lib/xemacs%' \ X ${WRKSRC}/Makefile X.endif X Xpre-build: X.if (${EMACS_PORT_NAME} == "xemacs21") || \ X (${EMACS_PORT_NAME} == "xemacs21-mule") || \ X (${EMACS_PORT_NAME} == "xemacs-devel") || \ X (${EMACS_PORT_NAME} == "xemacs-devel-mule") || \ X (${EMACS_PORT_NAME} == "xemacs-mule-xft") X cd ${WRKSRC} && ${GMAKE} PREFIX=${PREFIX} install-noutline X.endif X Xpost-build: X ${MV} ${WRKSRC}/org ${WRKSRC}/org.info X Xpost-install: X.if !defined(NOPORTDOCS) X cd ${WRKSRC} && ${GMAKE} org.html X ${MKDIR} ${DOCSDIR} X.for i in org.html org.pdf orgcard.pdf X ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} X.endfor X.endif X ${CAT} ${PKGMESSAGE} X X.include <bsd.port.post.mk> END-of-org-mode.el/Makefile echo x - org-mode.el/distinfo sed 's/^X//' >org-mode.el/distinfo << 'END-of-org-mode.el/distinfo' XMD5 (org-4.64.tar.gz) = cf553b44bdf1521bf0dab1ec27b4a4df XSHA256 (org-4.64.tar.gz) = eafda30d3700f729958c530d176911134708d85fa3a44ad10865e87db9207764 XSIZE (org-4.64.tar.gz) = 907283 END-of-org-mode.el/distinfo echo x - org-mode.el/pkg-message sed 's/^X//' >org-mode.el/pkg-message << 'END-of-org-mode.el/pkg-message' X******************************************************************** X* To use org-mode in Emacs/XEmacs, add the following line to your * X* ~/.emacs: * X* * X* (require 'org-install) * X******************************************************************** END-of-org-mode.el/pkg-message echo c - org-mode.el/files mkdir -p org-mode.el/files > /dev/null 2>&1 echo x - org-mode.el/files/patch-Makefile sed 's/^X//' >org-mode.el/files/patch-Makefile << 'END-of-org-mode.el/files/patch-Makefile' X--- Makefile.orig Fri Feb 16 00:45:34 2007 X+++ Makefile Fri Feb 16 00:56:08 2007 X@@ -14,13 +14,13 @@ X EMACS=emacs X X # Where local software is found X-prefix=/usr/local X+PREFIX=/usr/local X X # Where local lisp files go. X-lispdir = $(prefix)/share/emacs/site-lisp X+lispdir = $(PREFIX)/share/emacs/site-lisp X X # Where info files go. X-infodir = $(prefix)/info X+infodir = $(PREFIX)/info X X ##---------------------------------------------------------------------- X ## YOU MAY NEED TO EDIT THESE X@@ -59,7 +59,7 @@ X ELCFILES = $(LISPFILES:.el=.elc) X DOCFILES = org.texi org.pdf org orgcard.tex orgcard.pdf X TEXIFILES = org.texi X-INFOFILES = org X+INFOFILES = org.info X HTMLDIR = /home/dominik/public_html/Tools/org X X .SUFFIXES: .el .elc .texi X@@ -70,7 +70,7 @@ X X all: $(ELCFILES) X X-install: install-lisp X+install: install-lisp install-info X X doc: org.html org.pdf orgcard.pdf X END-of-org-mode.el/files/patch-Makefile exit --- org-mode.el-emacs21-4.64.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070216131208.5CF24B81D>