ports/78615: [new port] deskutils/planner.el: PIM for Emacs

Dryice Liu dryice at hotpop.com
Wed Mar 9 11:00:12 UTC 2005


>Number:         78615
>Category:       ports
>Synopsis:       [new port] deskutils/planner.el: PIM for Emacs
>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:   Wed Mar 09 11:00:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 5.3-STABLE FreeBSD 5.3-STABLE #1: Tue Feb 1 21:29:03 CST 2005


>Description:

Attached is the shar file for planner.el. It is an organizer and day
planner for Emacs.  It helps you keep track of your pending and
completed tasks, daily schedule, dates to remember, notes and
inspirations. It is a powerful tool not only for managing your time
and productivity, but also for keeping within easy keystroke reach all
of the information you need to be productive. It can even publish
reports charting your work for your personal web page, your
conscience, or your soon-to-be-impressed boss.

Please note this PR depends on ports/78612

>How-To-Repeat:
N/A
>Fix:

	

--- planner.el.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:
#
#	/usr/ports/deskutils/planner.el
#	/usr/ports/deskutils/planner.el/distinfo
#	/usr/ports/deskutils/planner.el/Makefile
#	/usr/ports/deskutils/planner.el/pkg-descr
#	/usr/ports/deskutils/planner.el/pkg-plist
#
echo c - /usr/ports/deskutils/planner.el
mkdir -p /usr/ports/deskutils/planner.el > /dev/null 2>&1
echo x - /usr/ports/deskutils/planner.el/distinfo
sed 's/^X//' >/usr/ports/deskutils/planner.el/distinfo << 'END-of-/usr/ports/deskutils/planner.el/distinfo'
XMD5 (planner-el-3.27.tar.gz) = 4274f45b8bb5d632a96e4710a29945d9
XSIZE (planner-el-3.27.tar.gz) = 283700
END-of-/usr/ports/deskutils/planner.el/distinfo
echo x - /usr/ports/deskutils/planner.el/Makefile
sed 's/^X//' >/usr/ports/deskutils/planner.el/Makefile << 'END-of-/usr/ports/deskutils/planner.el/Makefile'
X# New ports collection makefile for:   planner.el
X# Date created:                March 09 2005
X# Whom:                        Dryice Liu <dryice at liu.com.cn>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	planner.el
XPORTVERSION=	3.27
XCATEGORIES=	deskutils elisp
XMASTER_SITES=	http://sacha.free.net.ph/notebook/emacs/planner/ \
X		http://bsdchat.com/dist/dryice/
XPKGNAMESUFFIX=	-${EMACS_PORT_NAME}
XDISTNAME=	planner-el-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
X
XMAINTAINER=	dryice at liu.com.cn
XCOMMENT=	PlannerMode is an organizer and day planner for Emacs
X
XEMACS_PORT_NAME?=	emacs21
X
X.if ${EMACS_PORT_NAME} != "emacs21"
XPORTNAMESUFFIX=	${PKGNAMESUFFIX}
X.endif
X
XRUN_DEPENDS+=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/emacs-wiki/emacs-wiki.el:${PORTSDIR}/textproc/emacs-wiki
X
XOPTIONS=	BBDB "BBDB support" off
XOPTIONS+=	ERC "ERC support" off
XOPTIONS+=	VM "View Mail support" off
XOPTIONS+=	W3M "W3M support" off
XOPTIONS+=	WL "Wanderlust support" off
XOPTIONS+=	XTLA "XTLA support" off
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_BBDB)
XRUN_DEPENDS+=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/bbdb/bbdb-com.el:${PORTSDIR}/databases/bbdb
X.endif
X
X.if defined(WITH_ERC)
XRUN_DEPENDS+=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/erc/erc.el:${PORTSDIR}/irc/erc
X.endif
X
X.if defined(WITH_VM)
XRUN_DEPENDS+=	qp-decode:${PORTSDIR}/mail/vm
X.endif
X
X.if defined(WITH_W3M)
XRUN_DEPENDS+=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/w3m/w3m.el:${PORTSDIR}/www/emacs-w3m
X.endif
X
X.if defined(WITH_WL)
XRUN_DEPENDS+=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/wl/wl.el:${PORTSDIR}/mail/wanderlust
X.endif
X
X.if defined(WITH_XTLA)
XRUN_DEPENDS+=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/xtla/xtla.el:${PORTSDIR}/devel/xtla
X.endif
X
XINFO=		planner-el
XLISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/planner
X
Xdo-build:
X	cd ${WRKSRC}; makeinfo --no-split planner-el.texi
X
Xdo-install:
X	${MKDIR} ${LISPDIR}
X.for i in *.el
X	${INSTALL_DATA} ${WRKSRC}/${i} ${LISPDIR}
X.endfor
X	${INSTALL_DATA} ${WRKSRC}/planner-el.info ${PREFIX}/info
X
X.include <bsd.port.post.mk>
END-of-/usr/ports/deskutils/planner.el/Makefile
echo x - /usr/ports/deskutils/planner.el/pkg-descr
sed 's/^X//' >/usr/ports/deskutils/planner.el/pkg-descr << 'END-of-/usr/ports/deskutils/planner.el/pkg-descr'
XPlannerMode is an organizer and day planner for Emacs.  It helps you
Xkeep track of your pending and completed tasks, daily schedule, dates
Xto remember, notes and inspirations. It is a powerful tool not only
Xfor managing your time and productivity, but also for keeping within
Xeasy keystroke reach all of the information you need to be
Xproductive. It can even publish reports charting your work for your
Xpersonal web page, your conscience, or your soon-to-be-impressed boss.
X
XWWW: http://www.emacswiki.org/cgi-bin/wiki/PlannerMode
END-of-/usr/ports/deskutils/planner.el/pkg-descr
echo x - /usr/ports/deskutils/planner.el/pkg-plist
sed 's/^X//' >/usr/ports/deskutils/planner.el/pkg-plist << 'END-of-/usr/ports/deskutils/planner.el/pkg-plist'
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-accomplishments.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-authz.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-auto.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-bbdb.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-bibtex.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-bookmark.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-calendar.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-cyclic.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-deadline.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-diary.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-erc.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-experimental.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-export-diary.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-gnus.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-id.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-ledger.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-lisp.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-log-edit.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-mhe.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-multi.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-notes-index.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-rank.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-rdf.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-report.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-rmail.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-rss.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-schedule.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-tasks-overview.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-timeclock-summary-proj.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-timeclock-summary.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-timeclock.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-unix-mail.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-vm.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-w3m.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-wl.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner-xtla.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/planner.el
X%%EMACS_VERSION_SITE_LISPDIR%%/planner/schedule.el
X at dirrm %%EMACS_VERSION_SITE_LISPDIR%%/planner
END-of-/usr/ports/deskutils/planner.el/pkg-plist
exit
--- planner.el.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list