summaryrefslogtreecommitdiff
path: root/onbld/debian/control
blob: 9687420f09e64a7e2daf07295b4058984514cdd9 (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
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
95
96
97
98
99
100
101
Source: onbld
Section: devel
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
 bison,
 dh-illumos,
 flex,
 illumos-source,
 libdwarf-dev,
 libelfg0-dev,
 libncurses5-dev,
 libz-dev,
 python-all,
 quilt,
Standards-Version: 3.9.3

Package: ndrgen
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ksh, mawk | gawk | awk
Section: devel
Suggests: unix-smb-dev
Priority: optional
Description: generates C code to implement NDR protocol
 The  ndrgen  utility  is a tool that generates C code to implement a
 DCERPC/MSRPC Network Data Representation (NDR) protocol. The input to
 ndrgen is a language similar to C known as Network Data Language (NDL).
 .
 The ndrgen utility takes an input protocol definition file and generates an
 output C source file that contains the marshalling routines  to  implement
 the RPC  protocol.  If  the  input  file  is named proto.ndl, ndrgen generates
 NDR routines in proto_ndr.c. Applications must define the service definition
 and server-side stub table for use with the RPC protocol.


Package: codereview
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Section: devel
Priority: optional
Description: diff list generator
 The codereview command expects two ASCII text files as input and produces
 Postscript describing the differences between the files. The first file is
 assumed to be the older version, and the second file is assumed to be the
 newer version. If either oldfile or newfile is -, the corresponding file is
 taken from the standard input. The output goes to standard output and lists
 all lines from both files, with lines changed from the first to the second
 being highlighted in gray. Lines deleted from the first file are listed in
 italic, while lines added to the second file are listed in bold.

Package: webrev
Architecture: all
Depends: ksh93, ${misc:Depends}, nawk | gawk, perl
Recommends: rsync, ssh-client, ghostscript, git, mercurial, codereview
Section: devel
Priority: optional
Description: create and publish code reviews
 webrev is a tool which allows illumos developer to generate websites with
 all the changes to the code, so other people can review it and apply patch
 which is also a part of the generated webrev.

Package: onbld
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ctfutils, ndrgen
Recommends: webrev
Section: devel
Priority: optional
Description: OS/Net development tools

Package: ctfutils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: devel
Priority: optional
Description: Compact ANSI-C Type Format utilities
 This package provides ctfconvert, ctfmerge, ctfdump and ctfstabs
 utilities to work with CTF data in ELF binaries.

Package: libctf1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Section: libs
Priority: optional
Description: Compact ANSI-C Type Format debugger library
 This library provides functions that a debugger can
 use to operate on data in the Compact ANSI-C Type Format (CTF)

Package: libctf1-dev
Architecture: any
Depends: ${misc:Depends}, libctf1 (=${binary:Version}), unix-ctf-dev
Pre-Depends: ${misc:Pre-Depends}
Section: libdevel
Priority: optional
Description: Compact ANSI-C Type Format debugger library (development files)
 This library provides functions that a debugger can
 use to operate on data in the Compact ANSI-C Type Format (CTF)
 .
 This package provides a symbolic link and a library header file.
 That header file is just an interface to system header files (sys/ctf_api.h)
 which is shipped in "unix-ctf-dev" package.