From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 15 05:30:18 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01EDB16A4CE for ; Wed, 15 Dec 2004 05:30:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC70B43D49 for ; Wed, 15 Dec 2004 05:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBF5UHSb031378 for ; Wed, 15 Dec 2004 05:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBF5UHU9031371; Wed, 15 Dec 2004 05:30:17 GMT (envelope-from gnats) Resent-Date: Wed, 15 Dec 2004 05:30:17 GMT Resent-Message-Id: <200412150530.iBF5UHU9031371@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dryice Liu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C60D16A4CE for ; Wed, 15 Dec 2004 05:23:02 +0000 (GMT) Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id C37FF43D1D for ; Wed, 15 Dec 2004 05:23:01 +0000 (GMT) (envelope-from dryice@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103]) by smtp-out.hotpop.com (Postfix) with SMTP id 8A8B8B96926 for ; Wed, 15 Dec 2004 05:22:55 +0000 (UTC) Received: from hotpop.com (unknown [219.146.251.161]) by smtp-3.hotpop.com (Postfix) with ESMTP id 35F4F12967A3; Wed, 15 Dec 2004 05:22:48 +0000 (UTC) Received: by hotpop.com (sSMTP sendmail emulation); Wed, 15 Dec 2004 13:22:45 +0800 Message-Id: <20041215052248.35F4F12967A3@smtp-3.hotpop.com> Date: Wed, 15 Dec 2004 13:22:45 +0800 From: Dryice Liu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Dryice Liu Subject: ports/75095: [new port] deskutils/etask: Define and manage projects within Emacs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dryice Liu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 05:30:18 -0000 >Number: 75095 >Category: ports >Synopsis: [new port] deskutils/etask: Define and manage projects within 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 Dec 15 05:30:17 GMT 2004 >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 #0: Tue Dec 7 10:38:59 CST 2004 >Description: Etask is a Emacs mode to define and manage projects and todos, it features: - Keep track of tasks in multiple projects - Manage your todos - Organize tasks and todos in subtasks and subtodos - Archive tasks and todos - Display Gantt bars for all tasks and todos - Change the zoom factor of the Gantt chart - Classify each project task according to its criticality: * Normal tasks * High risk tasks * Tasks lying on the critical path - Make task and todo notes - Set task-specific progress goals: linear, moderate s-shaped, or s-shaped with tougher requirements for the middle phase and therefore more flexibility towards the planned end - Multilingual (German and English) - Print detailed project status reports - Generate LaTeX output for high-quality Gantt charts Please note this PR obsolete ports/70648 with a new version and location. >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.3.91.tar.gz) = 88a5f99d80c84b8a81bfa62dd2b0911b XSIZE (etask-0.3.91.tar.gz) = 199577 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: 15 December 2004 X# Whom: Dryice Liu X# X# $FreeBSD$ X# X XPORTNAME= etask XPORTVERSION= 0.3.91 XCATEGORIES= deskutils elisp XMASTER_SITES= http://members.chello.at/rene.weichselbaum/ 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} XWRKSRC= ${WRKDIR}/${DISTNAME}a X X.if !defined(NOPORTDOCS) XPORTDOCS= etasktut.pdf gpl.txt README X.endif 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 ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} X.endfor X.endif X X.include 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://members.chello.at/rene.weichselbaum/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-event.el X%%EMACS_VERSION_SITE_LISPDIR%%/etask/etask-event.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-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@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/etask END-of-/usr/ports/deskutils/etask/pkg-plist exit --- etask.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: