diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-11-02 01:35:45 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-11-02 01:35:45 +0000 |
commit | a1b8c7234f3d864683b1cfabf75c94d3e69f8daa (patch) | |
tree | 58d8bed54b0e8f5b37e2efeb21a5ef5725734914 /deskutils | |
parent | d2808ff1955d34d3553065194dbc38bb503e154c (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 3 | ||||
-rw-r--r-- | deskutils/gemcal/Makefile | 34 | ||||
-rw-r--r-- | deskutils/gemcal/distinfo | 2 | ||||
-rw-r--r-- | deskutils/gemcal/files/patch-ruby-ext_extconf.rb.in | 14 | ||||
-rw-r--r-- | deskutils/gemcal/pkg-descr | 3 | ||||
-rw-r--r-- | deskutils/gemcal/pkg-plist | 23 | ||||
-rw-r--r-- | deskutils/mhc/Makefile | 75 | ||||
-rw-r--r-- | deskutils/mhc/distinfo | 2 | ||||
-rw-r--r-- | deskutils/mhc/pkg-descr | 22 | ||||
-rw-r--r-- | deskutils/mhc/pkg-plist | 84 | ||||
-rw-r--r-- | deskutils/org-mode.el6/Makefile | 25 | ||||
-rw-r--r-- | deskutils/org-mode.el6/distinfo | 2 | ||||
-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 | 102 |
15 files changed, 0 insertions, 413 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index e34bdd8bea4e..bb5635e64323 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -75,7 +75,6 @@ SUBDIR += gdesklets SUBDIR += gdesklets-recentlyused SUBDIR += gdesklets-starterbar - SUBDIR += gemcal SUBDIR += genius SUBDIR += gimmie SUBDIR += gkrellm-reminder2 @@ -173,7 +172,6 @@ SUBDIR += mencal SUBDIR += menumaker SUBDIR += metabar - SUBDIR += mhc SUBDIR += moregroupware SUBDIR += mrundlg SUBDIR += msynctool @@ -196,7 +194,6 @@ SUBDIR += openproj SUBDIR += orage SUBDIR += org-mode.el - SUBDIR += org-mode.el6 SUBDIR += osmo SUBDIR += p5-Data-ICal SUBDIR += p5-Goo diff --git a/deskutils/gemcal/Makefile b/deskutils/gemcal/Makefile deleted file mode 100644 index 352c7a02fe6f..000000000000 --- a/deskutils/gemcal/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gemcal -# Date Created: 10 May 2001 -# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> -# -# $FreeBSD$ -# - -PORTNAME= gemcal -PORTVERSION= 20051120 -PORTREVISION= 3 -CATEGORIES= deskutils -MASTER_SITES= http://www.quickhack.net/mhc/arc/ -DISTNAME= mhc-current-snap${PORTVERSION} - -MAINTAINER?= ports@FreeBSD.org -COMMENT= Calendar program for MHC - -BROKEN= Does not fetch - -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk - -USE_RUBY= yes - -do-build: - @(cd ${BUILD_WRKSRC}; ${RUBY} configure.rb --disable-palm --with-icondir=${PREFIX}/share/gemcal/xpm) - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/gemcal ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/ruby-ext/lib/mhc-*.rb ${RUBY_SITELIBDIR} - ${MKDIR} ${PREFIX}/share/gemcal/xpm - ${INSTALL_DATA} ${WRKSRC}/00copyright ${PREFIX}/share/gemcal - ${INSTALL_DATA} ${WRKSRC}/xpm/*.xpm ${PREFIX}/share/gemcal/xpm - -.include <bsd.port.mk> diff --git a/deskutils/gemcal/distinfo b/deskutils/gemcal/distinfo deleted file mode 100644 index a0c1a21d62fb..000000000000 --- a/deskutils/gemcal/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mhc-current-snap20051120.tar.gz) = b9fad621fb9b2b6241dcda2417224c7c977041806c3617b0237de2dabb483e0a -SIZE (mhc-current-snap20051120.tar.gz) = 235488 diff --git a/deskutils/gemcal/files/patch-ruby-ext_extconf.rb.in b/deskutils/gemcal/files/patch-ruby-ext_extconf.rb.in deleted file mode 100644 index 86de464c84de..000000000000 --- a/deskutils/gemcal/files/patch-ruby-ext_extconf.rb.in +++ /dev/null @@ -1,14 +0,0 @@ -*** ruby-ext/extconf.rb.in.orig Thu Nov 21 09:04:16 2002 ---- ruby-ext/extconf.rb.in Mon Feb 20 08:26:42 2006 -*************** -*** 1,7 **** ---- 1,9 ---- - #!@@MHC_RUBY_PATH@@ -Ke - # -*- ruby -*- - -+ if '@@MHC_DISABLE_PALM@@' == '' - require 'mkmf' -+ end - - ################################################################ - # crate make file. diff --git a/deskutils/gemcal/pkg-descr b/deskutils/gemcal/pkg-descr deleted file mode 100644 index 960d44535345..000000000000 --- a/deskutils/gemcal/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -gemcal is an X11 calendar program which is compatible with MHC. - -WWW: http://www.quickhack.net/mhc/ diff --git a/deskutils/gemcal/pkg-plist b/deskutils/gemcal/pkg-plist deleted file mode 100644 index fca7842a9a37..000000000000 --- a/deskutils/gemcal/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/gemcal -share/gemcal/00copyright -share/gemcal/xpm/close.xpm -share/gemcal/xpm/delete.xpm -share/gemcal/xpm/exit.xpm -share/gemcal/xpm/month.xpm -share/gemcal/xpm/next.xpm -share/gemcal/xpm/next2.xpm -share/gemcal/xpm/next_year.xpm -share/gemcal/xpm/open.xpm -share/gemcal/xpm/prev.xpm -share/gemcal/xpm/prev2.xpm -share/gemcal/xpm/prev_year.xpm -share/gemcal/xpm/save.xpm -share/gemcal/xpm/today.xpm -%%RUBY_SITELIBDIR%%/mhc-date.rb -%%RUBY_SITELIBDIR%%/mhc-gtk.rb -%%RUBY_SITELIBDIR%%/mhc-kconv.rb -%%RUBY_SITELIBDIR%%/mhc-palm.rb -%%RUBY_SITELIBDIR%%/mhc-schedule.rb -%%RUBY_SITELIBDIR%%/mhc-signal.rb -@dirrm share/gemcal/xpm -@dirrm share/gemcal diff --git a/deskutils/mhc/Makefile b/deskutils/mhc/Makefile deleted file mode 100644 index 57e960b52c77..000000000000 --- a/deskutils/mhc/Makefile +++ /dev/null @@ -1,75 +0,0 @@ -# New ports collection makefile for: mhc (for emacs21) -# Date Created: 6 Mar 2001 -# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> -# -# $FreeBSD$ -# - -PORTNAME= mhc -PORTVERSION= 20051120 -PORTREVISION= 4 -CATEGORIES= deskutils elisp -MASTER_SITES= http://www.quickhack.net/mhc/arc/ -PKGNAMESUFFIX= -${EMACS_PORT_NAME} -DISTNAME= ${PORTNAME}-current-snap${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Message Harmonized Calendaring system - -BROKEN= Does not fetch - -WRKSRC= ${WRKDIR}/${DISTNAME}/emacs -USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 - -.include <bsd.port.pre.mk> - -.if (${EMACS_PORT_NAME} == "xemacs21-mule") -ALL_TARGET= package -INSTALL_TARGET= install-package -LISPDIR= ${EMACS_LIBDIR}/site-packages/lisp/${PORTNAME} -ICONDIR= ${EMACS_LIBDIR}/site-packages/etc/${PORTNAME} -IMG_SUFFIX= xpm -XEMACS_ONLY= "" -EMACS_ONLY= "@comment " -EMACS21_ONLY= "@comment " -.else -ALL_TARGET= elc -MAKE_ARGS+= INST_OPTS="--with-lispdir=${PREFIX}/${LISPDIR}" -LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} -ICONDIR= ${EMACS_LIBDIR}/etc/${PORTNAME}/icons -XEMACS_ONLY= "@comment " -EMACS_ONLY= "" -.if (${EMACS_PORT_NAME} == "emacs21") -IMG_SUFFIX= xpm -EMACS21_ONLY= "" -.else -IMG_SUFFIX= xbm -EMACS21_ONLY= "@comment " -.endif -.endif - -PLIST_SUB+= LISPDIR=${LISPDIR} \ - ICONDIR=${ICONDIR} IMG_SUFFIX=${IMG_SUFFIX} \ - XEMACS_ONLY=${XEMACS_ONLY} \ - EMACS_ONLY=${EMACS_ONLY} \ - EMACS21_ONLY=${EMACS21_ONLY} - -DOCS= 00copyright 00readme 00readme.jis emacs/00usage.jis - -DOCSDIR= ${PREFIX}/share/doc/mhc - -post-install: -.if (${EMACS_PORT_NAME} == "emacs20") || (${EMACS_PORT_NAME} == "emacs21") - ${MKDIR} ${PREFIX}/${ICONDIR} - ${INSTALL_DATA} ${WRKSRC}/../icons/*.${IMG_SUFFIX} ${PREFIX}/${ICONDIR} -.endif -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/../${i} ${DOCSDIR} -.endfor - ${INSTALL_DATA} ${WRKSRC}/../samples/DOT.schedule.sample.jp ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/deskutils/mhc/distinfo b/deskutils/mhc/distinfo deleted file mode 100644 index a0c1a21d62fb..000000000000 --- a/deskutils/mhc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mhc-current-snap20051120.tar.gz) = b9fad621fb9b2b6241dcda2417224c7c977041806c3617b0237de2dabb483e0a -SIZE (mhc-current-snap20051120.tar.gz) = 235488 diff --git a/deskutils/mhc/pkg-descr b/deskutils/mhc/pkg-descr deleted file mode 100644 index e9d38f1122ad..000000000000 --- a/deskutils/mhc/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -MHC is designed to help those who receive most appointments via email. -Using MHC, you can easily import schedule articles from emails. - -To use mhc, you must install some of the supported MUA. -The supported MUA are Mew, Wanderlust and Gnus. -Minimum setup: - -;;; for Mew user: -(autoload 'mhc-mew-setup "mhc-mew") -(add-hook 'mew-init-hook 'mhc-mew-setup) -;; optional setting for Mew-1.94 (Raw JIS header decoding) -;(add-hook 'mew-message-hook 'mhc-mew-decode-header) -;;; for Wanderlust user: -(autoload 'mhc-wl-setup "mhc-wl") -(add-hook 'wl-init-hook 'mhc-wl-setup) -;;; for Gnus user: -(autoload 'mhc-gnus-setup "mhc-gnus") -(add-hook 'gnus-startup-hook 'mhc-gnus-setup) -;; icon setting for emacs20 (with bitmap-mule) or emacs21 -;(setq mhc-icon-path "/usr/local/share/emacs/etc/mhc/icons") - -WWW: http://www.quickhack.net/mhc/ diff --git a/deskutils/mhc/pkg-plist b/deskutils/mhc/pkg-plist deleted file mode 100644 index e8b6a954e9b7..000000000000 --- a/deskutils/mhc/pkg-plist +++ /dev/null @@ -1,84 +0,0 @@ -%%XEMACS_ONLY%%%%LISPDIR%%/auto-autoloads.el -%%XEMACS_ONLY%%%%LISPDIR%%/auto-autoloads.elc -%%XEMACS_ONLY%%%%LISPDIR%%/custom-load.el -%%XEMACS_ONLY%%%%LISPDIR%%/custom-load.elc -%%LISPDIR%%/mhc-bm.el -%%EMACS_ONLY%%@unexec rm -f %D/%%LISPDIR%%/mhc-bm.elc -%%LISPDIR%%/mhc-calendar.el -%%LISPDIR%%/mhc-calendar.elc -%%LISPDIR%%/mhc-compat.el -%%LISPDIR%%/mhc-compat.elc -%%LISPDIR%%/mhc-cvs.el -%%LISPDIR%%/mhc-cvs.elc -%%LISPDIR%%/mhc-date.el -%%LISPDIR%%/mhc-date.elc -%%LISPDIR%%/mhc-day.el -%%LISPDIR%%/mhc-day.elc -%%LISPDIR%%/mhc-db.el -%%LISPDIR%%/mhc-db.elc -%%LISPDIR%%/mhc-draft.el -%%LISPDIR%%/mhc-draft.elc -%%LISPDIR%%/mhc-e21.el -%%EMACS21_ONLY%%%%LISPDIR%%/mhc-e21.elc -%%LISPDIR%%/mhc-face.el -%%LISPDIR%%/mhc-face.elc -%%LISPDIR%%/mhc-file.el -%%LISPDIR%%/mhc-file.elc -%%LISPDIR%%/mhc-gnus.el -%%LISPDIR%%/mhc-guess.el -%%LISPDIR%%/mhc-guess.elc -%%LISPDIR%%/mhc-header.el -%%LISPDIR%%/mhc-header.elc -%%LISPDIR%%/mhc-logic.el -%%LISPDIR%%/mhc-logic.elc -%%LISPDIR%%/mhc-mew.el -%%LISPDIR%%/mhc-mime.el -%%LISPDIR%%/mhc-minibuf.el -%%LISPDIR%%/mhc-minibuf.elc -%%LISPDIR%%/mhc-misc.el -%%LISPDIR%%/mhc-misc.elc -%%LISPDIR%%/mhc-parse.el -%%LISPDIR%%/mhc-parse.elc -%%LISPDIR%%/mhc-ps.el -%%LISPDIR%%/mhc-ps.elc -%%LISPDIR%%/mhc-record.el -%%LISPDIR%%/mhc-record.elc -%%LISPDIR%%/mhc-schedule.el -%%LISPDIR%%/mhc-schedule.elc -%%LISPDIR%%/mhc-slot.el -%%LISPDIR%%/mhc-slot.elc -%%LISPDIR%%/mhc-summary.el -%%LISPDIR%%/mhc-summary.elc -%%LISPDIR%%/mhc-sync.el -%%LISPDIR%%/mhc-sync.elc -%%LISPDIR%%/mhc-vars.el -%%LISPDIR%%/mhc-vars.elc -%%LISPDIR%%/mhc-wl.el -%%LISPDIR%%/mhc-xmas.el -%%XEMACS_ONLY%%%%LISPDIR%%/mhc-xmas.elc -%%LISPDIR%%/mhc.el -%%LISPDIR%%/mhc.elc -%%LISPDIR%%/nnmhc.el -%%ICONDIR%%/Anniversary.%%IMG_SUFFIX%% -%%ICONDIR%%/Birthday.%%IMG_SUFFIX%% -%%ICONDIR%%/Business.%%IMG_SUFFIX%% -%%ICONDIR%%/CheckBox.%%IMG_SUFFIX%% -%%ICONDIR%%/CheckedBox.%%IMG_SUFFIX%% -%%ICONDIR%%/Conflict.%%IMG_SUFFIX%% -%%ICONDIR%%/Date.%%IMG_SUFFIX%% -%%ICONDIR%%/Holiday.%%IMG_SUFFIX%% -%%ICONDIR%%/Link.%%IMG_SUFFIX%% -%%ICONDIR%%/Other.%%IMG_SUFFIX%% -%%ICONDIR%%/Party.%%IMG_SUFFIX%% -%%ICONDIR%%/Private.%%IMG_SUFFIX%% -%%ICONDIR%%/Vacation.%%IMG_SUFFIX%% -@dirrm %%ICONDIR%% -%%EMACS_ONLY%%@dirrm %%EMACS_LIBDIR%%/etc/mhc -%%EMACS_ONLY%%@dirrm %%EMACS_LIBDIR%%/etc -@dirrm %%LISPDIR%% -%%PORTDOCS%%share/doc/mhc/DOT.schedule.sample.jp -%%PORTDOCS%%share/doc/mhc/00copyright -%%PORTDOCS%%share/doc/mhc/00readme -%%PORTDOCS%%share/doc/mhc/00readme.jis -%%PORTDOCS%%share/doc/mhc/00usage.jis -%%PORTDOCS%%@dirrm share/doc/mhc diff --git a/deskutils/org-mode.el6/Makefile b/deskutils/org-mode.el6/Makefile deleted file mode 100644 index 0c6d7140774a..000000000000 --- a/deskutils/org-mode.el6/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# 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.33f -PORTREVISION= 5 -CATEGORIES= deskutils elisp -MASTER_SITES= http://orgmode.org/ -PKGNAMESUFFIX= -${EMACS_PORT_NAME} -DISTNAME= org-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= An Emacs mode for notes and project planning - -BROKEN= Does not fetch - -USE_EMACS= yes -USE_GMAKE= yes -MAKE_FLAGS= prefix=${PREFIX} - -.include <bsd.port.mk> diff --git a/deskutils/org-mode.el6/distinfo b/deskutils/org-mode.el6/distinfo deleted file mode 100644 index 90a017c698e7..000000000000 --- a/deskutils/org-mode.el6/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (org-6.33f.tar.gz) = b65e73607eb72f8d35f919e6460e7441b388d23c88a1c25053c70f406f564401 -SIZE (org-6.33f.tar.gz) = 2281053 diff --git a/deskutils/org-mode.el6/pkg-descr b/deskutils/org-mode.el6/pkg-descr deleted file mode 100644 index 0a3e53102ba5..000000000000 --- a/deskutils/org-mode.el6/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -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://orgmode.org diff --git a/deskutils/org-mode.el6/pkg-message b/deskutils/org-mode.el6/pkg-message deleted file mode 100644 index 79ed408a3fc2..000000000000 --- a/deskutils/org-mode.el6/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -******************************************************************** -* 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 deleted file mode 100644 index c717a7042f8a..000000000000 --- a/deskutils/org-mode.el6/pkg-plist +++ /dev/null @@ -1,102 +0,0 @@ -%%EMACS_SITE_LISPDIR%%/org.el -%%EMACS_SITE_LISPDIR%%/org-agenda.el -%%EMACS_SITE_LISPDIR%%/org-archive.el -%%EMACS_SITE_LISPDIR%%/org-ascii.el -%%EMACS_SITE_LISPDIR%%/org-attach.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-crypt.el -%%EMACS_SITE_LISPDIR%%/org-datetree.el -%%EMACS_SITE_LISPDIR%%/org-docbook.el -%%EMACS_SITE_LISPDIR%%/org-exp.el -%%EMACS_SITE_LISPDIR%%/org-exp-blocks.el -%%EMACS_SITE_LISPDIR%%/org-faces.el -%%EMACS_SITE_LISPDIR%%/org-feed.el -%%EMACS_SITE_LISPDIR%%/org-footnote.el -%%EMACS_SITE_LISPDIR%%/org-freemind.el -%%EMACS_SITE_LISPDIR%%/org-gnus.el -%%EMACS_SITE_LISPDIR%%/org-habit.el -%%EMACS_SITE_LISPDIR%%/org-html.el -%%EMACS_SITE_LISPDIR%%/org-icalendar.el -%%EMACS_SITE_LISPDIR%%/org-id.el -%%EMACS_SITE_LISPDIR%%/org-indent.el -%%EMACS_SITE_LISPDIR%%/org-info.el -%%EMACS_SITE_LISPDIR%%/org-inlinetask.el -%%EMACS_SITE_LISPDIR%%/org-jsinfo.el -%%EMACS_SITE_LISPDIR%%/org-irc.el -%%EMACS_SITE_LISPDIR%%/org-latex.el -%%EMACS_SITE_LISPDIR%%/org-list.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-mobile.el -%%EMACS_SITE_LISPDIR%%/org-mouse.el -%%EMACS_SITE_LISPDIR%%/org-plot.el -%%EMACS_SITE_LISPDIR%%/org-protocol.el -%%EMACS_SITE_LISPDIR%%/org-publish.el -%%EMACS_SITE_LISPDIR%%/org-remember.el -%%EMACS_SITE_LISPDIR%%/org-rmail.el -%%EMACS_SITE_LISPDIR%%/org-src.el -%%EMACS_SITE_LISPDIR%%/org-table.el -%%EMACS_SITE_LISPDIR%%/org-timer.el -%%EMACS_SITE_LISPDIR%%/org-vm.el -%%EMACS_SITE_LISPDIR%%/org-w3m.el -%%EMACS_SITE_LISPDIR%%/org-wl.el -%%EMACS_SITE_LISPDIR%%/org-xoxo.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-attach.elc -%%EMACS_SITE_LISPDIR%%/org-ascii.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-crypt.elc -%%EMACS_SITE_LISPDIR%%/org-datetree.elc -%%EMACS_SITE_LISPDIR%%/org-docbook.elc -%%EMACS_SITE_LISPDIR%%/org-exp.elc -%%EMACS_SITE_LISPDIR%%/org-exp-blocks.elc -%%EMACS_SITE_LISPDIR%%/org-faces.elc -%%EMACS_SITE_LISPDIR%%/org-feed.elc -%%EMACS_SITE_LISPDIR%%/org-footnote.elc -%%EMACS_SITE_LISPDIR%%/org-freemind.elc -%%EMACS_SITE_LISPDIR%%/org-gnus.elc -%%EMACS_SITE_LISPDIR%%/org-habit.elc -%%EMACS_SITE_LISPDIR%%/org-html.elc -%%EMACS_SITE_LISPDIR%%/org-icalendar.elc -%%EMACS_SITE_LISPDIR%%/org-id.elc -%%EMACS_SITE_LISPDIR%%/org-indent.elc -%%EMACS_SITE_LISPDIR%%/org-info.elc -%%EMACS_SITE_LISPDIR%%/org-inlinetask.elc -%%EMACS_SITE_LISPDIR%%/org-jsinfo.elc -%%EMACS_SITE_LISPDIR%%/org-irc.elc -%%EMACS_SITE_LISPDIR%%/org-latex.elc -%%EMACS_SITE_LISPDIR%%/org-list.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-mobile.elc -%%EMACS_SITE_LISPDIR%%/org-mouse.elc -%%EMACS_SITE_LISPDIR%%/org-plot.elc -%%EMACS_SITE_LISPDIR%%/org-protocol.elc -%%EMACS_SITE_LISPDIR%%/org-publish.elc -%%EMACS_SITE_LISPDIR%%/org-remember.elc -%%EMACS_SITE_LISPDIR%%/org-rmail.elc -%%EMACS_SITE_LISPDIR%%/org-src.elc -%%EMACS_SITE_LISPDIR%%/org-table.elc -%%EMACS_SITE_LISPDIR%%/org-timer.elc -%%EMACS_SITE_LISPDIR%%/org-vm.elc -%%EMACS_SITE_LISPDIR%%/org-w3m.elc -%%EMACS_SITE_LISPDIR%%/org-wl.elc -%%EMACS_SITE_LISPDIR%%/org-xoxo.elc -%%EMACS_SITE_LISPDIR%%/org-install.elc |