summaryrefslogtreecommitdiff
path: root/debian/control
blob: d7873b228f3c842a5661d7debbbea82ed8151ebb (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
Source: freeside
Section: admin
Priority: optional
Maintainer: Ivan Kohler <ivan-debian@420.am>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.5.2

Package: freeside
Architecture: any
Depends: freeside-lib
Recommends: freeside-doc, freeside-ui-web
Suggests: freeside-selfservice-server
Description: Billing and administration package for ISPs.
 Freeside is a billing and account administration package for ISPs.  It stores
 customer information in an SQL database, and will update UNIX passwd and
 shadow files, RADIUS users file and SQL databases, and configuration for
 sendmail, qmail, BIND and/or Apache.  It is also useful as a central database
 of accounts/domains/web-space for a large number of machines.

Package: freeside-doc
Architecture: all
Description: Documentation for freeside
 This package provides the HTML documentation for Freeside, a billing and
 account administration package for ISPs.

Package: freeside-lib
Architecture: all
Depends: libmime-base64-perl, libdigest-md5-perl, liburi-perl, libhtml-tagset-perl, libhtml-parser-perl, libnet-perl, liblocale-codes-perl, libnet-whois-perl, libwww-perl, libbusiness-creditcard-perl, libmailtools-perl, libtimedate-perl, libdate-manip-perl, libfile-counterfile-perl, libfreezethaw-perl, libtext-template-perl, libdbd-pg-perl, libdbix-datasource-perl, libdbix-dbschema-perl, libnet-ssh-perl, libnet-scp-perl, libapache-asp-perl, libtie-ixhash-perl, libtime-duration-perl, libhtml-widgets-selectlayers-perl, libstorable-perl, libapache-dbi-perl
Description: Freeside libraries and extension API
 This package contains the libraries which implement the business logic and
 backend functions of Freeside, a billing and account administration package
 for ISPs.  This package also contains the manual pages for the library API.
 (? like a libmodule-perl package)

Package: freeside-ui-web
Architecture: all
Depends: libhtml-mason-perl, libstring-approx-perl, freeside-lib, libapache-mod-perl|apache-perl
Suggests: libapache-mod-ssl|apache-ssl
Description: Easy-to-use web interface for Freeside
 This package contains the web interface for Freeside, a billing and account
 administration package for ISPs.  This is what sales or support folks will
 typically use to add new accounts, edit exiting accounts and so on.

Package: freeside-selfservice-server
Architecture: all
Depends: freeside-lib, libnet-ssh-perl, ssh
Description:
 This package contains the server side of the customer self-service interface.
 It is installed on a private backend machine, and opens an outgoing ssh
 connection to one or more public web server(s).

Package: freeside-selfservice-client
Architecture: all
Depends: libstorable-perl, libhttp-browserdetect-perl, libbusiness-creditcard-perl, ssh
Description:
 This package contains the client side of the customer self-service interface.
 It is typically installed on a public webserver and interfaces with
 freeside-selfservice-server installed on a private backend machine.