ports/70648: [new port] deskutils/etask: Emacs support to define and manage projects

Dryice Liu dryice at hotpop.com
Wed Nov 3 00:20:31 UTC 2004


The following reply was made to PR ports/70648; it has been noted by GNATS.

From: Dryice Liu <dryice at hotpop.com>
To: freebsd-gnats-submit at FreeBSD.org, Dryice Liu <dryice at liu.com.cn>
Cc:  
Subject: Re: ports/70648: [new port] deskutils/etask: Emacs support to
 define and manage projects
Date: Wed, 03 Nov 2004 08:14:31 +0800

 Homepage moved, so MASTER_SITES changed. Here is a new shar file
 
 ----------------------------------------------------------------------
 # 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 at liu.com.cn>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	etask
 XPORTVERSION=	0.2.90
 XCATEGORIES=	deskutils elisp
 XMASTER_SITES=	http://members.chello.at/rene.weichselbaum/
 X
 XMAINTAINER=	dryice at 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 at dirrm %%EMACS_VERSION_SITE_LISPDIR%%/etask
 END-of-/usr/ports/deskutils/etask/pkg-plist
 exit
 
 ----------------------------------------------------------------------
 
 -- 
 Cheers,
 Dryice
 
 http://dryice.3322.org
 



More information about the freebsd-ports-bugs mailing list