blob: 18540fc218e213b3dad1e40d704bfaaabc107e91 (
plain)
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
|
bin/dotconf-config
include/dotconf.h
include/libpool.h
lib/libdotconf.a
lib/libdotconf.so
lib/libdotconf.so.10
lib/libpool.a
share/aclocal/dotconf.m4
%%PORTDOCS%%share/doc/dotconf/dotconf-api.txt
%%PORTDOCS%%share/doc/dotconf/dotconf-features.txt
%%PORTDOCS%%share/examples/dotconf/README
%%PORTDOCS%%share/examples/dotconf/caseinsensitive/Makefile
%%PORTDOCS%%share/examples/dotconf/caseinsensitive/caseinsensitive.c
%%PORTDOCS%%share/examples/dotconf/caseinsensitive/caseinsensitive.conf
%%PORTDOCS%%share/examples/dotconf/caseinsensitive/example_caseinsensitive.dsp
%%PORTDOCS%%share/examples/dotconf/context/Makefile
%%PORTDOCS%%share/examples/dotconf/context/context.c
%%PORTDOCS%%share/examples/dotconf/context/context.conf
%%PORTDOCS%%share/examples/dotconf/context/example_context.dsp
%%PORTDOCS%%share/examples/dotconf/errorhandler/Makefile
%%PORTDOCS%%share/examples/dotconf/errorhandler/errorhandler.c
%%PORTDOCS%%share/examples/dotconf/errorhandler/errorhandler.conf
%%PORTDOCS%%share/examples/dotconf/errorhandler/example_errorhandler.dsp
%%PORTDOCS%%share/examples/dotconf/modules/Makefile
%%PORTDOCS%%share/examples/dotconf/modules/include.conf
%%PORTDOCS%%share/examples/dotconf/modules/module.c
%%PORTDOCS%%share/examples/dotconf/modules/my_module.c
%%PORTDOCS%%share/examples/dotconf/modules/sample.conf
%%PORTDOCS%%share/examples/dotconf/modules/example_modules.dsp
%%PORTDOCS%%share/examples/dotconf/simple/Makefile
%%PORTDOCS%%share/examples/dotconf/simple/included.conf
%%PORTDOCS%%share/examples/dotconf/simple/linecat.conf
%%PORTDOCS%%share/examples/dotconf/simple/simple.c
%%PORTDOCS%%share/examples/dotconf/simple/simple.conf
%%PORTDOCS%%share/examples/dotconf/simple/example_simple.dsp
%%PORTDOCS%%share/examples/dotconf/duplicates/Makefile
%%PORTDOCS%%share/examples/dotconf/duplicates/duplicate.c
%%PORTDOCS%%share/examples/dotconf/duplicates/first_module.c
%%PORTDOCS%%share/examples/dotconf/duplicates/sample.conf
%%PORTDOCS%%share/examples/dotconf/duplicates/second_module.c
%%PORTDOCS%%share/examples/dotconf/fallback/Makefile
%%PORTDOCS%%share/examples/dotconf/fallback/fallback.conf
%%PORTDOCS%%share/examples/dotconf/fallback/fallback.c
%%PORTDOCS%%share/examples/dotconf/noinline/Makefile
%%PORTDOCS%%share/examples/dotconf/noinline/noinline.conf
%%PORTDOCS%%@dirrm share/doc/dotconf
%%PORTDOCS%%@dirrm share/examples/dotconf/context
%%PORTDOCS%%@dirrm share/examples/dotconf/errorhandler
%%PORTDOCS%%@dirrm share/examples/dotconf/noinline
%%PORTDOCS%%@dirrm share/examples/dotconf/fallback
%%PORTDOCS%%@dirrm share/examples/dotconf/modules
%%PORTDOCS%%@dirrm share/examples/dotconf/simple
%%PORTDOCS%%@dirrm share/examples/dotconf/duplicates
%%PORTDOCS%%@dirrm share/examples/dotconf/caseinsensitive
%%PORTDOCS%%@dirrm share/examples/dotconf
|