From dryice@hotpop.com  Thu Aug 19 02:01:51 2004
Return-Path: <dryice@hotpop.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 61B1916A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Aug 2004 02:01:50 +0000 (GMT)
Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.51])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D3AAE43D31
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Aug 2004 02:01:49 +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 D3AE6741E8
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Aug 2004 00:41:27 +0000 (UTC)
Received: from hotpop.com (unknown [219.146.248.218])
	by smtp-3.hotpop.com (Postfix) with ESMTP
	id D9B4F10843DB; Thu, 19 Aug 2004 01:30:12 +0000 (UTC)
Received: by hotpop.com (sSMTP sendmail emulation); Thu, 19 Aug 2004 10:00:44 +0800
Message-Id: <20040819013012.D9B4F10843DB@smtp-3.hotpop.com>
Date: Thu, 19 Aug 2004 10:00:44 +0800
From: Dryice Liu <dryice@hotpop.com>
Reply-To: Dryice Liu <dryice@liu.com.cn>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Dryice Liu <dryice@liu.com.cn>
Subject: [new port] deskutils/etask: Emacs support to define and manage projects
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 19 02:10:22 GMT 2004
>Closed-Date:    Wed Dec 15 13:27:37 GMT 2004
>Last-Modified:  Wed Dec 15 15:14:05 GMT 2004
>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:

From: Dryice Liu <dryice@hotpop.com>
To: freebsd-gnats-submit@FreeBSD.org, Dryice Liu <dryice@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@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@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
 
 ----------------------------------------------------------------------
 
 -- 
 Cheers,
 Dryice
 
 http://dryice.3322.org
 

From: Dryice Liu <dryice@hotpop.com>
To: freebsd-gnats-submit@FreeBSD.org, dryice@liu.com.cn
Cc:  
Subject: Re: ports/70648: [new port] deskutils/etask: Emacs support to
 define and manage projects
Date: Wed, 15 Dec 2004 05:39:54 +0000 (UTC)

 --text follows this line--
 Please close this PR. It's obsoleted by ports/75095 with a new version and
 new location.
 Date: Wed, 15 Dec 2004 13:39:41 +0800
 Message-ID: <86y8g0i0gy.fsf@dryice.3322.org>
 User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix)
 MIME-Version: 1.0
 Content-Type: text/plain; charset=us-ascii
 
 -- 
 Cheers,
 Dryice
 
 http://dryice.3322.org
 
State-Changed-From-To: open->closed 
State-Changed-By: clive 
State-Changed-When: Wed Dec 15 13:26:10 GMT 2004 
State-Changed-Why:  
Superseded by 75095

http://www.freebsd.org/cgi/query-pr.cgi?pr=70648 
>Unformatted:
