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
|
Source: bitz-server
Section: net
Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
Uploaders: Uditha Atukorala <ua@nuked.zone>
Build-Depends:
debhelper (>= 10),
dh-python,
libconfig++-dev,
liblog4cpp5-dev,
libpsocksxx-dev,
python-dev,
libpython-dev
Build-Depends-Indep:
doxygen
Standards-Version: 4.1.1
Homepage: https://github.com/uditha-atukorala/bitz-server
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/bitz-server.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/bitz-server.git
Package: bitz-server
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
lsb-base (>= 3.0-6)
Description: ICAP server (RFC 3507) implementation in C++
The main goal of this project is to create an ICAP server (RFC 3507)
implementation in C++ to use the power of object oriented programming.
.
Starting from scratch, the server is developed with a modular architecture
in mind. The server core (written in C++) will handle the client requests,
manage workers (child processes) etc. and will provide basic handlers to serve
ICAP requests.
.
To extend this core functionality the idea is to have pluggable modules
(like Apache server modules). These modules will provide features like
content filtering, anti-virus scanning etc. and to make it easier to write
(and faster to implement) such modules there is hope to exploit Python
programming language.
Package: bitz-server-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: ICAP server (RFC 3507) implementation in C++ (Documentation)
The main goal of this project is to create an ICAP server (RFC 3507)
implementation in C++ to use the power of object oriented programming.
.
Starting from scratch, the server is developed with a modular architecture
in mind. The server core (written in C++) will handle the client requests,
manage workers (child processes) etc. and will provide basic handlers to serve
ICAP requests.
.
To extend this core functionality the idea is to have pluggable modules
(like Apache server modules). These modules will provide features like
content filtering, anti-virus scanning etc. and to make it easier to write
(and faster to implement) such modules there is hope to exploit Python
programming language.
.
This package holds the documentation.
Package: libicap-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libicap1 (= ${binary:Version}),
${misc:Depends}
Suggests: bitz-server-doc
Description: ICAP server (RFC 3507) implementation in C++ (development files)
The main goal of this project is to create an ICAP server (RFC 3507)
implementation in C++ to use the power of object oriented programming.
.
Starting from scratch, the server is developed with a modular architecture
in mind. The server core (written in C++) will handle the client requests,
manage workers (child processes) etc. and will provide basic handlers to serve
ICAP requests.
.
To extend this core functionality the idea is to have pluggable modules
(like Apache server modules). These modules will provide features like
content filtering, anti-virus scanning etc. and to make it easier to write
(and faster to implement) such modules there is hope to exploit Python
programming language.
.
This package holds the development files.
Package: libicap1
Section: libs
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends}
Pre-Depends:
${misc:Pre-Depends}
Description: ICAP server (RFC 3507) implementation in C++ (library files)
The main goal of this project is to create an ICAP server (RFC 3507)
implementation in C++ to use the power of object oriented programming.
.
Starting from scratch, the server is developed with a modular architecture
in mind. The server core (written in C++) will handle the client requests,
manage workers (child processes) etc. and will provide basic handlers to serve
ICAP requests.
.
To extend this core functionality the idea is to have pluggable modules
(like Apache server modules). These modules will provide features like
content filtering, anti-virus scanning etc. and to make it easier to write
(and faster to implement) such modules there is hope to exploit Python
programming language.
.
This package holds the library files.
|