Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2001 09:37:57 -0400 (EDT)
From:      petef@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27659: New port: devel/devtodo
Message-ID:  <200105261337.f4QDbvn98781@electron.databits.net>

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

>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 <petef@databits.net>
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105261337.f4QDbvn98781>