File: control

package info (click to toggle)
libcgic 1.05-6
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 264 kB
  • ctags: 193
  • sloc: ansic: 1,222; makefile: 80
file content (115 lines) | stat: -rw-r--r-- 4,465 bytes parent folder | download
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Source: libcgic
Section: non-free/web
Priority: extra
Maintainer: Brian Bassett <brian@butterfly.ml.org>
Standards-Version: 2.3.0.1

Package: libcgicg1-dev
Architecture: any
Depends: libcgicg1, libc6-dev
Recommends: cgic-capture
Suggests: libgd1g, libgd1g-dev
Conflicts: cgic1-dev
Replaces: cgic1-dev
Description: C library for developing CGI applications
 Cgic is an ANSI-C library for the creation of CGI-based World Wide Web
 applications.  Cgic provides the following:
 .
   * Parses form data, correcting for defective and/or inconsistent
     browsers
   * Transparently accepts both GET and POST form data
   * Handles line breaks in form fields in a consistent manner
   * Provides string, integer, floating-point, and single- and
     multiple-choice functions to retrieve form data
   * Provides bounds checking for numeric fields
   * Loads CGI environment variables into C strings which are always
     non-null
   * Provides a way to capture CGI situations for replay in a debugging
     environment
   * Provides a somewhat safer form of the system() function
 .
 This package provides a static library version of cgic, examples of using
 cgic, and header files.

Package: libcgicg1
Architecture: any
Depends: libc6, httpd
Conflicts: cgicg1
Replaces: cgicg1
Description: C library for developing CGI applications
 Cgic is an ANSI-C library for the creation of CGI-based World Wide Web
 applications.  Cgic provides the following:
 .
   * Parses form data, correcting for defective and/or inconsistent
     browsers
   * Transparently accepts both GET and POST form data
   * Handles line breaks in form fields in a consistent manner
   * Provides string, integer, floating-point, and single- and
     multiple-choice functions to retrieve form data
   * Provides bounds checking for numeric fields
   * Loads CGI environment variables into C strings which are always
     non-null
   * Provides a way to capture CGI situations for replay in a debugging
     environment
   * Provides a somewhat safer form of the system() function
 .
 This package provides a shared library version of cgic.

Package: libcgic1-altdev
Architecture: any
Depends: libcgic1, libc5-altdev
Recommends: cgic-capture
Suggests: libgd1, libgd1-altdev
Conflicts: cgic1-altdev
Replaces: cgic1-altdev
Description: C library for developing CGI applications (libc5 version)
 Cgic is an ANSI-C library for the creation of CGI-based World Wide Web
 applications.  Cgic provides the following:
 .
   * Parses form data, correcting for defective and/or inconsistent
     browsers
   * Transparently accepts both GET and POST form data
   * Handles line breaks in form fields in a consistent manner
   * Provides string, integer, floating-point, and single- and
     multiple-choice functions to retrieve form data
   * Provides bounds checking for numeric fields
   * Loads CGI environment variables into C strings which are always
     non-null
   * Provides a way to capture CGI situations for replay in a debugging
     environment
   * Provides a somewhat safer form of the system() function
 .
 This package provides a static library version of cgic, examples of using
 cgic, and header files for libc5 development.

Package: libcgic1
Architecture: any
Depends: libc5 (>= 5.4.33-7), httpd
Conflicts: cgic1
Replaces: cgic1
Description: C library for developing CGI applications (libc5 version)
 Cgic is an ANSI-C library for the creation of CGI-based World Wide Web
 applications.  Cgic provides the following:
 .
   * Parses form data, correcting for defective and/or inconsistent
     browsers
   * Transparently accepts both GET and POST form data
   * Handles line breaks in form fields in a consistent manner
   * Provides string, integer, floating-point, and single- and
     multiple-choice functions to retrieve form data
   * Provides bounds checking for numeric fields
   * Loads CGI environment variables into C strings which are always
     non-null
   * Provides a way to capture CGI situations for replay in a debugging
     environment
   * Provides a somewhat safer form of the system() function
 .
 This package provides a shared library version of cgic for libc5.

Package: cgic-capture
Architecture: any
Depends: libcgicg1, httpd
Description: CGI environment capture for debugging
 Cgic is an ANSI-C library for the creation of CGI-based World Wide Web
 applications.  This package provides a CGI application that captures a
 CGI environment for use in debugging.