This file is indexed.

/usr/share/doc/pmk/TODO is in pmk 0.10.4-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
-----------------------------------------------------------------------
Pre Make Kit TODO file

Document revision:
$Id: TODO 1964 2007-04-07 15:08:47Z coudercd $
-----------------------------------------------------------------------
Format:

Who Status  Description

Status flags:
	-	to do
	+	done
	~	in progress
	!	high priority
	.	low priority
	R	release goal
	S	snapshot goal

Indented lines means subtask.
-----------------------------------------------------------------------


common:
-----------------------------------------------------------------------
	~R!	update tutorial
	~	improve test_pmkinstall to check more modes => moved to testsuite
	~!	new samples => move to testsuite
			- add a sample that show architecture data from pmk
	+R!	improve tag generation and substitution.
	~R	regroup common labels at the same place


pmk:
-----------------------------------------------------------------------
	-R?	check if ~/.pmk.conf is available
	~.	compatibility with autoconf (progressing) :
			~ support for DEFS (-D options to pass to the
				compiler)
			- support for LDFLAGS (misc linker options) ?
			- support for CPPFLAGS (misc linker options) ?
			- VPATH ?
	-.	verify in CHECK_BINARY that program has executable right ?


pmksetup:
-----------------------------------------------------------------------
	~.	cpu identification
			- ppc support (priviledged)
			- sparc support
			- sparc64 support (priviledged)
			~ man page update
	-	cpu optimisation for compiler
	-	option to append to variable of pmk.conf


pmkscan
-----------------------------------------------------------------------
	+R	add support for advanced tags in pmkscan and pmk
	-R	update scanfile.5 (ADVTAG)
	~R!	add more entries in pmkscan.dat
	~R	move hard coded strings of pmkscan.c into macros
	~R	reorganize macros of pmkscan.h
	.R	replace EXTRAMKF by EXTRA_MACROS and EXTRA_RULES
			- EXTRA_MACROS is the file containing macros to add to makefile
			- EXTRA_RULES is the file containing rules to add to makefile


pmkinstall
-----------------------------------------------------------------------


pmkpc
-----------------------------------------------------------------------
	-.	missing options
			- PMKPC_OPT_UNINST
			- PMKPC_OPT_DEBUG
			- PMKPC_OPT_VAR
			- PMKPC_OPT_VAR_DEF
			- PMKPC_OPT_VAR_PRNT
			- PMKPC_OPT_VAR_SILC
			- PMKPC_OPT_VAR_STDO
	~.	man page
	-.	special expression ('' quoted), post 0.8


misc
-----------------------------------------------------------------------
	~R!	convert samples directory into a seperated testsuite

recursive tasks
-----------------------------------------------------------------------
	~R	track and code missing checks for snprintf and strl*
	~R	update README and INSTALL