diff options
author | tv <tv@pkgsrc.org> | 2005-01-20 19:04:15 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-20 19:04:15 +0000 |
commit | 30bc9967617fb37d427e7cd37b9decda9520e98f (patch) | |
tree | 5375309f92d74eaa9ac4027f35f52123d06c4f44 /textproc | |
parent | 420e142ab94b1799c2612c1d4c73bcfc3193d193 (diff) | |
download | pkgsrc-30bc9967617fb37d427e7cd37b9decda9520e98f.tar.gz |
Finally, add summarized TODO notes from Jeremy Reed's pkgsrc-wip incarnation.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cawf/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/cawf/Makefile b/textproc/cawf/Makefile index b6ae8ae5a8b..907406ef655 100644 --- a/textproc/cawf/Makefile +++ b/textproc/cawf/Makefile @@ -1,5 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2005/01/20 19:01:12 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/01/20 19:04:15 tv Exp $ # +# Possible TODOs: +# - set CH based on manual page section number, and real OS name +# - add -mdoc implementation and/or translator +# - use system getopt(3)? +# - use system regex support? DISTNAME= cawf PKGNAME= cawf-4.10 |