From owner-freebsd-ports Sat May 26 6:40:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24EE837B423 for ; Sat, 26 May 2001 06:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QDe4c50174; Sat, 26 May 2001 06:40:04 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 89B2E37B422 for ; Sat, 26 May 2001 06:38:20 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.3/8.11.3) id f4QDbvn98781; Sat, 26 May 2001 09:37:57 -0400 (EDT) (envelope-from petef) Message-Id: <200105261337.f4QDbvn98781@electron.databits.net> Date: Sat, 26 May 2001 09:37:57 -0400 (EDT) From: petef@databits.net Reply-To: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27659: New port: devel/devtodo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27659 >Category: ports >Synopsis: New port: devel/devtodo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 26 06:40:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Sun Apr 22 21:17:37 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: devtodo is a program to assist developers (or anybody who uses a terminal) in maintaining a list of outstanding tasks in a heirarchical, prioritised, list. Additionally, it can automatically list outstanding items when you change into a directory (see example shell configurations in ${PREFIX}/share/examples/devtodo). WWW: http://www.sourceforge.net/projects/devtodo/ >How-To-Repeat: N/A >Fix: (http://hex.databits.net/~petef/freebsd/devtodo.shar) # 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: # # devtodo # devtodo/Makefile # devtodo/distinfo # devtodo/pkg-comment # devtodo/pkg-descr # devtodo/pkg-plist # echo c - devtodo mkdir -p devtodo > /dev/null 2>&1 echo x - devtodo/Makefile sed 's/^X//' >devtodo/Makefile << 'END-of-devtodo/Makefile' X# New ports collection makefile for: devtodo X# Date Created: 26 May 2001 X# Whom: Pete Fritchman X# X# $FreeBSD$ X# X XPORTNAME= devtodo XPORTVERSION= 0.1.6.1 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ${PORTNAME}-0.1.6-1 X XMAINTAINER= petef@databits.net X XWRKSRC= ${WRKDIR}/devtodo-0.1.6 X XGNU_CONFIGURE= Yes X XMAN1= devtodo.1 XMLINKS= devtodo.1 tda.1 devtodo.1 tdd.1 devtodo.1 tde.1 devtodo.1 tdr.1 \ X devtodo.1 todo.1 X Xpost-install: X @${MKDIR} ${PREFIX}/share/examples/devtodo X.for file in doc/scripts.sh doc/scripts.tcsh doc/todorc.example X ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/devtodo X.endfor X X.include END-of-devtodo/Makefile echo x - devtodo/distinfo sed 's/^X//' >devtodo/distinfo << 'END-of-devtodo/distinfo' XMD5 (devtodo-0.1.6-1.tar.gz) = 7c96b5401cc64a3dc9a8b57083273c6f END-of-devtodo/distinfo echo x - devtodo/pkg-comment sed 's/^X//' >devtodo/pkg-comment << 'END-of-devtodo/pkg-comment' XTool to effectively maintain todo lists aimed at developers END-of-devtodo/pkg-comment echo x - devtodo/pkg-descr sed 's/^X//' >devtodo/pkg-descr << 'END-of-devtodo/pkg-descr' Xdevtodo is a program to assist developers (or anybody who uses a Xterminal) in maintaining a list of outstanding tasks in a heirarchical, Xprioritised, list. Additionally, it can automatically list outstanding Xitems when you change into a directory (see example shell configurations Xin ${PREFIX}/share/examples/devtodo). X XWWW: http://www.sourceforge.net/projects/devtodo/ X X- Pete Xpetef@databits.net END-of-devtodo/pkg-descr echo x - devtodo/pkg-plist sed 's/^X//' >devtodo/pkg-plist << 'END-of-devtodo/pkg-plist' Xbin/devtodo Xbin/tda Xbin/tdd Xbin/tde Xbin/tdr Xbin/todo Xetc/todorc Xshare/examples/devtodo/scripts.sh Xshare/examples/devtodo/scripts.tcsh Xshare/examples/devtodo/todorc.example X@dirrm share/examples/devtodo END-of-devtodo/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message