]> err.no Git - sope/blob - debian/control
bumbed versions to 4.5
[sope] / debian / control
1 Source: sope
2 Priority: extra
3 Maintainer: Sebastian Ley <ley@debian.org>
4 Build-Depends: debhelper (>= 4.0.0), dpatch, gnustep-make-ogo, gobjc | objc-compiler, libfoundation-dev, libobjc-lf-dev, libxml2-dev, libldap-dev, libssl-dev, zlib1g-dev, postgresql-dev, apache-dev
5 Standards-Version: 3.6.1
6
7 Package: libsope-appserver4.5-dev
8 Section: libdevel
9 Architecture: any
10 Provides: libsope-appserver-dev
11 Conflicts: libsope-appserver-dev, libsope-dev
12 Replaces: libsope-dev
13 Depends: libsope-appserver4.5 (= ${Source-Version})
14 Description: Development files for the SOPE application server libraries
15  SOPE is a framework for developing web applications and services. The
16  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
17  .
18  This package contains the development files for the SOPE application server
19  libraries.
20
21 Package: libsope-appserver4.5
22 Section: libs
23 Architecture: any
24 Depends: ${shlibs:Depends}, ${misc:Depends}
25 Description: SOPE application server libraries
26  SOPE is a framework for developing web applications and services. The
27  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
28  .
29  The SOPE application server libraries provide:
30  .
31   * template rendering engine, lots of dynamic elements
32   * HTTP client/server
33   * XML-RPC client
34   * WebDAV server framework
35   * session management
36   * scripting extensions for Foundation, JavaScript bridge
37   * DOM tree rendering library
38
39 Package: sope-tools
40 Section: web
41 Architecture: any
42 Depends: ${shlibs:Depends}, ${misc:Depends}
43 Description: Tools shipped with SOPE application server
44  SOPE is a framework for developing web applications and services. The
45  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
46  .
47  This package contains some tools shipped with the SOPE application
48  server framework, which are mostly useful for development and debugging
49  of SOPE applications.
50
51 Package: sope4.5-appserver
52 Section: web
53 Architecture: any
54 Depends: ${shlibs:Depends}, ${misc:Depends}
55 Description: SOPE application server
56  SOPE is a framework for developing web applications and services. The
57  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
58  . 
59  This package contains the application server that serves SOPE sites.
60
61 Package: libsope-core4.5-dev
62 Section: libdevel
63 Architecture: any
64 Provides: libsope-core-dev
65 Conflicts: libsope-core-dev
66 Depends: libsope-core4.5 (= ${Source-Version})
67 Description: Development files for the SOPE core libraries
68  SOPE is a framework for developing web applications and services. The
69  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
70  .
71  This package contains the header files for the SOPE core
72  libraries,  which are part of the SOPE application server framework.
73
74 Package: libsope-core4.5
75 Section: libs
76 Architecture: any
77 Depends: ${shlibs:Depends}, ${misc:Depends}
78 Description: Core libraries of the SOPE application server
79  The SOPE core libraries contain:
80  .
81   * various Foundation extensions
82   * a java.io like stream and socket library
83
84 Package: libsope-xml4.5-dev
85 Section: libdevel
86 Architecture: any
87 Provides: libsope-xml-dev
88 Conflicts: libsope-xml-dev
89 Depends: libsope-xml4.5 (= ${Source-Version})
90 Description: Development files for the SOPE XML libraries
91  SOPE is a framework for developing web applications and services. The
92  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
93  .
94  This package contains the development files of the SOPE
95  XML libraries.
96
97 Package: libsope-xml4.5
98 Section: libs
99 Architecture: any
100 Depends: ${shlibs:Depends}, ${misc:Depends}
101 Description: SOPE libraries for XML processing
102  SOPE is a framework for developing web applications and services. The
103  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
104  .
105  The SOPE libraries for XML processing contain:
106  .
107   * a SAX2 Implementation for Objective-C
108   * an attempt to implement DOM on top of SaxObjC
109   * an XML-RPC implementation (without a transport layer)
110
111 Package: libsope-ldap4.5-dev
112 Section: libdevel
113 Architecture: any
114 Provides: libsope-ldap-dev
115 Conflicts: libsope-ldap-dev
116 Depends: libsope-ldap4.5 (= ${Source-Version})
117 Description: Development files for the SOPE LDAP libraries
118  SOPE is a framework for developing web applications and services. The
119  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
120  .
121  This package contains the development files of the SOPE
122  LDAP libraries.
123
124 Package: libsope-ldap4.5
125 Section: libs
126 Architecture: any
127 Depends: ${shlibs:Depends}, ${misc:Depends}
128 Description: SOPE libraries for LDAP access
129  SOPE is a framework for developing web applications and services. The
130  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
131  .
132  The SOPE libraries for LDAP access contain an Objective-C wrapper for
133  LDAP directory services.
134
135 Package: libsope-mime4.5-dev
136 Section: libdevel
137 Architecture: any
138 Provides: libsope-mime-dev
139 Conflicts: libsope-mime-dev
140 Depends: libsope-mime4.5 (= ${Source-Version})
141 Description: Development files for the SOPE MIME libraries
142  SOPE is a framework for developing web applications and services. The
143  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
144  .
145  This package contains the development files of the SOPE
146  MIME libraries.
147
148 Package: libsope-mime4.5
149 Section: libs
150 Architecture: any
151 Depends: ${shlibs:Depends}, ${misc:Depends}
152 Description: SOPE libraries for MIME processing
153  SOPE is a framework for developing web applications and services. The
154  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
155  .
156  The SOPE libraries for MIME processing contain:
157  .
158   * classes for processing MIME entities
159   * a full IMAP4 implementation
160   * prototypical POP3 and SMTP processor
161
162 Package: libsope-ical4.5-dev
163 Section: libdevel
164 Architecture: any
165 Provides: libsope-ical-dev
166 Conflicts: libsope-ical-dev
167 Depends: libsope-ical4.5 (= ${Source-Version})
168 Description: Development files for the SOPE iCal libraries
169  SOPE is a framework for developing web applications and services. The
170  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
171  .
172  This package contains the development files of the SOPE
173  iCal libraries.
174
175 Package: libsope-ical4.5
176 Section: libs
177 Architecture: any
178 Depends: ${shlibs:Depends}, ${misc:Depends}
179 Description: SOPE libraries for iCal handling
180  SOPE is a framework for developing web applications and services. The
181  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
182  .
183  The SOPE libraries for iCal handling contain  classes for iCalendar and
184  vCard objects.
185
186 Package: libsope-gdl1-1.1-dev
187 Section: libdevel
188 Architecture: any
189 Provides: libsope-gdl1-dev
190 Conflicts: libsope-gdl1-dev
191 Depends: libsope-gdl1-1.1 (= ${Source-Version})
192 Description: Development files for the GNUstep database libraries
193  SOPE is a framework for developing web applications and services. The
194  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
195  .
196  This package contains the header files for SOPE's fork of the GNUstep
197  database libraries.
198
199 Package: libsope-gdl1-1.1
200 Section: libs
201 Architecture: any
202 Depends: ${shlibs:Depends}, ${misc:Depends}
203 Description: GNUstep database libraries for SOPE
204  SOPE is a framework for developing web applications and services. The
205  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
206  .
207  This package contains a fork of the GNUstep database libraries used
208  by the SOPE application server.
209
210 Package: sope4.5-gdl1-postgresql
211 Section: web
212 Architecture: any
213 Depends: ${shlibs:Depends}, ${misc:Depends}
214 Provides: sope-db-connector
215 Recommends: postgresql (>= 7.2.0)
216 Description: PostgreSQL connector for SOPE's fork of the GNUstep database environment
217  SOPE is a framework for developing web applications and services. The
218  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
219  .
220  This package contains the postgresql connector for SOPE's fork of the
221  GNUstep database libraries.
222      
223 Package: sope4.5-stxsaxdriver
224 Section: web
225 Architecture: any
226 Depends: ${shlibs:Depends}, ${misc:Depends}
227 Provides: sope-stxsaxdriver
228 Description: Structured Text Parser for SOPE's SAX engine
229  SOPE is a framework for developing web applications and services. The
230  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
231  . 
232  This parser enables SOPE's SAX engine to parse structured text files.
233
234 Package: sope4.5-libxmlsaxdriver
235 Section: web
236 Architecture: any
237 Depends: ${shlibs:Depends}, ${misc:Depends}
238 Provides: sope-libxmlsaxdriver
239 Description: XML Parser for SOPE's SAX engine
240  SOPE is a framework for developing web applications and services. The
241  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
242  .
243  This parser enables SOPE's SAX engine to parse XML files.
244
245 Package: sope4.5-versitsaxdriver
246 Section: web
247 Architecture: any
248 Depends: ${shlibs:Depends}, ${misc:Depends}
249 Provides: sope-versitsaxdriver
250 Description: iCal and vCard Parser for SOPE's SAX engine
251  SOPE is a framework for developing web applications and services. The
252  name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
253  .
254  This parser enables SOPE's SAX engine to parse iCal and vCard files.
255
256 Package: libapache-mod-ngobjweb
257 Section: web
258 Architecture: any
259 Depends: ${shlibs:Depends}, ${misc:Depends}, ucf (>= 0.8), apache-common (>= 1.3.29)
260 Description: Apache module for the SOPE application server
261  This package contains an apache module which enables the apache
262  webserver to deliver pages generated by the SOPE application server.
263