Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 2004 10:00:44 +0800
From:      Dryice Liu <dryice@hotpop.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Dryice Liu <dryice@liu.com.cn>
Subject:   ports/70648: [new port] deskutils/etask: Emacs support to define and manage projects
Message-ID:  <20040819013012.D9B4F10843DB@smtp-3.hotpop.com>
Resent-Message-ID: <200408190210.i7J2ANEf015377@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         70648
>Category:       ports
>Synopsis:       [new port] deskutils/etask: Emacs support to define and manage projects
>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:   Thu Aug 19 02:10:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Mon Mar 1 16:17:42 CST 2004 


>Description:
	Attached is the shar file for etask. It support us in define
	and manage our projects and todos. Please see the pkg-descr
	file for detail features.
>How-To-Repeat:
	N/A
>Fix:


--- etask.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/etask
#	/usr/ports/deskutils/etask/distinfo
#	/usr/ports/deskutils/etask/Makefile
#	/usr/ports/deskutils/etask/pkg-descr
#	/usr/ports/deskutils/etask/pkg-plist
#
echo c - /usr/ports/deskutils/etask
mkdir -p /usr/ports/deskutils/etask > /dev/null 2>&1
echo x - /usr/ports/deskutils/etask/distinfo
sed 's/^X//' >/usr/ports/deskutils/etask/distinfo << 'END-of-/usr/ports/deskutils/etask/distinfo'
XMD5 (etask-0.2.90.tar.gz) = dc979bc1df76971f687a225cbcd99ebe
XSIZE (etask-0.2.90.tar.gz) = 189531
END-of-/usr/ports/deskutils/etask/distinfo
echo x - /usr/ports/deskutils/etask/Makefile
sed 's/^X//' >/usr/ports/deskutils/etask/Makefile << 'END-of-/usr/ports/deskutils/etask/Makefile'
X# New ports collection makefile for:   etask
X# Date created:                18 August 2004
X# Whom:                        Dryice Liu <dryice@liu.com.cn>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	etask
XPORTVERSION=	0.2.90
XCATEGORIES=	deskutils elisp
XMASTER_SITES=	http://www.reneweichselbaum.com/
X
XMAINTAINER=	dryice@liu.com.cn
XCOMMENT=	Manage your projects or tasks within GNU Emacs
X
XRUN_DEPENDS=	latex:${PORTSDIR}/print/teTeX-base \
X		dvips:${PORTSDIR}/print/dvipsk-tetex \
X		ps2pdf:${PORTSDIR}/print/ghostscript-gnu \
X		xpdf:${PORTSDIR}/graphics/xpdf
X
XEMACS_PORT_NAME?=	emacs21
X
X.if ${EMACS_PORT_NAME} != "emacs21"
XPORTNAMESUFFIX=	${PKGNAMESUFFIX}
X.endif
X
XLISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
X
Xdo-build:
X	cd ${WRKSRC}; ${EMACS_NAME} -batch -no-site-file\
X			--eval="(add-to-list 'load-path \"${WRKSRC}\")"\
X			-f batch-byte-compile *.el
X
Xdo-install:
X	${MKDIR} ${LISPDIR}
X.for i in *.el *.elc
X	${INSTALL_DATA} ${WRKSRC}/${i} ${LISPDIR}
X.endfor
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for i in etasktut.pdf gpl.txt README
X	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-/usr/ports/deskutils/etask/Makefile
echo x - /usr/ports/deskutils/etask/pkg-descr
sed 's/^X//' >/usr/ports/deskutils/etask/pkg-descr << 'END-of-/usr/ports/deskutils/etask/pkg-descr'
XIf you want Emacs to support you in your efforts to define and manage
Xyour projects or tasks this Emacs extension is for you.
X
XSome of the features you might find useful within the Emacs environment:
X
X    * Keep track of tasks in multiple projects
X    * Manage your todos
X    * Display Gantt bars for all tasks and todos
X    * Change the zoom factor of the Gantt chart
X    * Classify each project task according to its criticality:
X          o Normal tasks
X          o High risk tasks
X          o Tasks lying on the critical path 
X    * Make task and todo notes
X    * Set task-specific progress goals: linear, moderate s-shaped, or
X      s-shaped with tougher requirements for the middle phase and
X      therefore more flexibility towards the planned end
X    * Multilingual (German and English)
X    * Print detailed project status reports
X    * Generate LaTeX output for high-quality Gantt charts 
X
XWWW: http://www.reneweichselbaum.com/etask.html
END-of-/usr/ports/deskutils/etask/pkg-descr
echo x - /usr/ports/deskutils/etask/pkg-plist
sed 's/^X//' >/usr/ports/deskutils/etask/pkg-plist << 'END-of-/usr/ports/deskutils/etask/pkg-plist'
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-cat.el
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-cat.elc
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-db.el
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-db.elc
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-diary.el
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-diary.elc
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-lang.el
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-lang.elc
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-meet.el
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-meet.elc
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-port.el
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-port.elc
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-proj.el
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-proj.elc
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-tex.el
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-tex.elc
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-todo.el
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-todo.elc
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask.el
X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask.elc
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%%%DOCSDIR%%/etasktut.pdf
X%%PORTDOCS%%%%DOCSDIR%%/gpl.txt
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/etask
END-of-/usr/ports/deskutils/etask/pkg-plist
exit
--- etask.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?20040819013012.D9B4F10843DB>