mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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/ PR: 27659 Submitted by: petef@databits.net
This commit is contained in:
parent
0c96f7d594
commit
64a783b3a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43702
6 changed files with 55 additions and 0 deletions
|
@ -90,6 +90,7 @@
|
|||
SUBDIR += cweb
|
||||
SUBDIR += cxref
|
||||
SUBDIR += ddd
|
||||
SUBDIR += devtodo
|
||||
SUBDIR += dia2code
|
||||
SUBDIR += diffconvert
|
||||
SUBDIR += dmake
|
||||
|
|
31
devel/devtodo/Makefile
Normal file
31
devel/devtodo/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: devtodo
|
||||
# Date Created: 26 May 2001
|
||||
# Whom: Pete Fritchman <petef@databits.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= devtodo
|
||||
PORTVERSION= 0.1.6.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-0.1.6-1
|
||||
|
||||
MAINTAINER= petef@databits.net
|
||||
|
||||
WRKSRC= ${WRKDIR}/devtodo-0.1.6
|
||||
|
||||
GNU_CONFIGURE= Yes
|
||||
|
||||
MAN1= devtodo.1
|
||||
MLINKS= devtodo.1 tda.1 devtodo.1 tdd.1 devtodo.1 tde.1 devtodo.1 tdr.1 \
|
||||
devtodo.1 todo.1
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/examples/devtodo
|
||||
.for file in doc/scripts.sh doc/scripts.tcsh doc/todorc.example
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/devtodo
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/devtodo/distinfo
Normal file
1
devel/devtodo/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (devtodo-0.1.6-1.tar.gz) = 7c96b5401cc64a3dc9a8b57083273c6f
|
1
devel/devtodo/pkg-comment
Normal file
1
devel/devtodo/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Tool to effectively maintain todo lists aimed at developers
|
10
devel/devtodo/pkg-descr
Normal file
10
devel/devtodo/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
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/
|
||||
|
||||
- Pete
|
||||
petef@databits.net
|
11
devel/devtodo/pkg-plist
Normal file
11
devel/devtodo/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
|||
bin/devtodo
|
||||
bin/tda
|
||||
bin/tdd
|
||||
bin/tde
|
||||
bin/tdr
|
||||
bin/todo
|
||||
etc/todorc
|
||||
share/examples/devtodo/scripts.sh
|
||||
share/examples/devtodo/scripts.tcsh
|
||||
share/examples/devtodo/todorc.example
|
||||
@dirrm share/examples/devtodo
|
Loading…
Add table
Reference in a new issue