mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
add tdl 0.6
To-do list manager
This commit is contained in:
parent
9d84bf7cd5
commit
f148fc2841
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47140
@ -543,6 +543,7 @@
|
||||
SUBDIR += tcllib
|
||||
SUBDIR += tclreadline
|
||||
SUBDIR += tcltls
|
||||
SUBDIR += tdl
|
||||
SUBDIR += templ
|
||||
SUBDIR += terminality
|
||||
SUBDIR += tide
|
||||
|
21
devel/tdl/Makefile
Normal file
21
devel/tdl/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: tdl
|
||||
# Date created: 30 August 2001
|
||||
# Whom: petef
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tdl
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.rrbcurnow.freeuk.com/tdl/
|
||||
|
||||
MAINTAINER= petef@FreeBSD.org
|
||||
|
||||
ALL_TARGET= tdl
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's,/usr/local,${PREFIX},; s,gcc,${CC},; \
|
||||
s,-O2,${CFLAGS},' ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/tdl/distinfo
Normal file
1
devel/tdl/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tdl-0.6.tar.gz) = 45f4d5251dabb0de741443e114b691a4
|
1
devel/tdl/pkg-comment
Normal file
1
devel/tdl/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
To-do list manager
|
9
devel/tdl/pkg-descr
Normal file
9
devel/tdl/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
A small program for managing a to-do list. There can be one to-do database
|
||||
per directory, or per tree of directories. Tasks are in a tree structure
|
||||
(ie: one task can be a sub-task of another task). Reports can also be
|
||||
generated to summarize tasks completed in a certain time period.
|
||||
|
||||
WWW: http://www.rrbcurnow.freeuk.com/tdl/
|
||||
|
||||
- Pete
|
||||
petef@FreeBSD.org
|
4
devel/tdl/pkg-plist
Normal file
4
devel/tdl/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/tdl
|
||||
bin/tdla
|
||||
bin/tdld
|
||||
bin/tdll
|
Loading…
Reference in New Issue
Block a user