~ubuntu-branches/ubuntu/natty/lighttpd/natty

« back to all changes in this revision

Viewing changes to cygwin/lighttpd.README.in

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2006-12-08 14:40:42 UTC
  • mto: (6.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20061208144042-ehr7h8c6xmijqipw
Tags: upstream-1.4.13
ImportĀ upstreamĀ versionĀ 1.4.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
lighttpd
2
 
------------------------------------------
3
 
A fast, secure and flexible webserver
4
 
 
5
 
Runtime requirements:
6
 
  cygwin-1.5.10 or newer
7
 
  crypt-1.1 or newer
8
 
  libbz2_1-1.0.2 or newer
9
 
  libpcre0-4.5 or newer
10
 
  openssl-0.9.7d or newer
11
 
  zlib-1.2.1 or newer
12
 
 
13
 
Build requirements:
14
 
  cygwin-1.5.10 or newer
15
 
  gcc-3.3.1-3 or newer
16
 
  binutils-20030901-1 or newer
17
 
  crypt
18
 
  openssl-devel
19
 
  openssl
20
 
  openldap
21
 
  openldap-devel
22
 
  zlib
23
 
  bzip2
24
 
 
25
 
Canonical homepage:
26
 
  http://jan.kneschke.de/projects/lighttpd/
27
 
 
28
 
Canonical download:
29
 
  http://jan.kneschke.de/projects/lighttpd/download
30
 
 
31
 
------------------------------------
32
 
 
33
 
Build instructions:
34
 
  unpack lighttpd-@VERSION@-<REL>-src.tar.bz2
35
 
    if you use setup to install this src package, it will be
36
 
         unpacked under /usr/src automatically
37
 
  cd /usr/src
38
 
  ./lighttpd-@VERSION@-<REL>.sh all
39
 
 
40
 
This will create:
41
 
  /usr/src/lighttpd-@VERSION@-<REL>.tar.bz2
42
 
  /usr/src/lighttpd-@VERSION@-<REL>-src.tar.bz2
43
 
 
44
 
Or use './lighttpd-@VERSION@-<REL>.sh prep' to get a patched source directory
45
 
 
46
 
-------------------------------------------
47
 
 
48
 
Files included in the binary distribution:
49
 
 
50
 
  /etc/lighttpd/lighttpd.conf.default
51
 
  /usr/lib/cyglightcomp.dll
52
 
  /usr/lib/lighttpd/mod_access.dll
53
 
  /usr/lib/lighttpd/mod_accesslog.dll
54
 
  /usr/lib/lighttpd/mod_auth.dll
55
 
  /usr/lib/lighttpd/mod_cgi.dll
56
 
  /usr/lib/lighttpd/mod_compress.dll
57
 
  /usr/lib/lighttpd/mod_evhost.dll
58
 
  /usr/lib/lighttpd/mod_expire.dll
59
 
  /usr/lib/lighttpd/mod_fastcgi.dll
60
 
  /usr/lib/lighttpd/mod_httptls.dll
61
 
  /usr/lib/lighttpd/mod_maps.dll
62
 
  /usr/lib/lighttpd/mod_proxy.dll
63
 
  /usr/lib/lighttpd/mod_redirect.dll
64
 
  /usr/lib/lighttpd/mod_rewrite.dll
65
 
  /usr/lib/lighttpd/mod_rrdtool.dll
66
 
  /usr/lib/lighttpd/mod_secdownload.dll
67
 
  /usr/lib/lighttpd/mod_simple_vhost.dll
68
 
  /usr/lib/lighttpd/mod_ssi.dll
69
 
  /usr/lib/lighttpd/mod_status.dll
70
 
  /usr/lib/lighttpd/mod_usertrack.dll
71
 
  /usr/sbin/lighttpd.exe
72
 
  /usr/share/doc/Cygwin/lighttpd-1.3.0.README
73
 
  /usr/share/doc/lighttpd-1.3.0/accesslog.txt
74
 
  /usr/share/doc/lighttpd-1.3.0/authentification.txt
75
 
  /usr/share/doc/lighttpd-1.3.0/AUTHORS
76
 
  /usr/share/doc/lighttpd-1.3.0/cgi.txt
77
 
  /usr/share/doc/lighttpd-1.3.0/ChangeLog
78
 
  /usr/share/doc/lighttpd-1.3.0/compress.txt
79
 
  /usr/share/doc/lighttpd-1.3.0/configuration.txt
80
 
  /usr/share/doc/lighttpd-1.3.0/COPYING
81
 
  /usr/share/doc/lighttpd-1.3.0/fastcgi-state.txt
82
 
  /usr/share/doc/lighttpd-1.3.0/fastcgi.txt
83
 
  /usr/share/doc/lighttpd-1.3.0/features.txt
84
 
  /usr/share/doc/lighttpd-1.3.0/INSTALL
85
 
  /usr/share/doc/lighttpd-1.3.0/NEWS
86
 
  /usr/share/doc/lighttpd-1.3.0/performance.txt
87
 
  /usr/share/doc/lighttpd-1.3.0/plugins.txt
88
 
  /usr/share/doc/lighttpd-1.3.0/proxy.txt
89
 
  /usr/share/doc/lighttpd-1.3.0/README
90
 
  /usr/share/doc/lighttpd-1.3.0/redirect.txt
91
 
  /usr/share/doc/lighttpd-1.3.0/rewrite.txt
92
 
  /usr/share/doc/lighttpd-1.3.0/rrdtool.txt
93
 
  /usr/share/doc/lighttpd-1.3.0/secdownload.txt
94
 
  /usr/share/doc/lighttpd-1.3.0/security.txt
95
 
  /usr/share/doc/lighttpd-1.3.0/simple-vhost.txt
96
 
  /usr/share/doc/lighttpd-1.3.0/skeleton.txt
97
 
  /usr/share/doc/lighttpd-1.3.0/ssi.txt
98
 
  /usr/share/doc/lighttpd-1.3.0/state.txt
99
 
  /usr/share/man/man1/lighttpd.1.gz
100
 
 
101
 
------------------
102
 
 
103
 
Port Notes:
104
 
 
105
 
----------  lighttpd-1.3.1-1 -----------
106
 
 
107
 
Updated to 1.3.1
108
 
 
109
 
----------  lighttpd-1.3.0-1 -----------
110
 
Initial release
111
 
 
112
 
Cygwin port maintained by: Jan Kneschke <jan@kneschke.de>
113
 
Please address all questions to the Cygwin mailing list at <cygwin@cygwin.com>
114
 
 
 
1
lighttpd
 
2
------------------------------------------
 
3
A fast, secure and flexible webserver
 
4
 
 
5
Runtime requirements:
 
6
  cygwin-1.5.10 or newer
 
7
  crypt-1.1 or newer
 
8
  libbz2_1-1.0.2 or newer
 
9
  libpcre0-4.5 or newer
 
10
  openssl-0.9.7d or newer
 
11
  zlib-1.2.1 or newer
 
12
 
 
13
Build requirements:
 
14
  cygwin-1.5.10 or newer
 
15
  gcc-3.3.1-3 or newer
 
16
  binutils-20030901-1 or newer
 
17
  crypt
 
18
  openssl-devel
 
19
  openssl
 
20
  openldap
 
21
  openldap-devel
 
22
  zlib
 
23
  bzip2
 
24
 
 
25
Canonical homepage:
 
26
  http://jan.kneschke.de/projects/lighttpd/
 
27
 
 
28
Canonical download:
 
29
  http://jan.kneschke.de/projects/lighttpd/download
 
30
 
 
31
------------------------------------
 
32
 
 
33
Build instructions:
 
34
  unpack lighttpd-@VERSION@-<REL>-src.tar.bz2
 
35
    if you use setup to install this src package, it will be
 
36
         unpacked under /usr/src automatically
 
37
  cd /usr/src
 
38
  ./lighttpd-@VERSION@-<REL>.sh all
 
39
 
 
40
This will create:
 
41
  /usr/src/lighttpd-@VERSION@-<REL>.tar.bz2
 
42
  /usr/src/lighttpd-@VERSION@-<REL>-src.tar.bz2
 
43
 
 
44
Or use './lighttpd-@VERSION@-<REL>.sh prep' to get a patched source directory
 
45
 
 
46
-------------------------------------------
 
47
 
 
48
Files included in the binary distribution:
 
49
 
 
50
  /etc/lighttpd/lighttpd.conf.default
 
51
  /usr/lib/cyglightcomp.dll
 
52
  /usr/lib/lighttpd/mod_access.dll
 
53
  /usr/lib/lighttpd/mod_accesslog.dll
 
54
  /usr/lib/lighttpd/mod_auth.dll
 
55
  /usr/lib/lighttpd/mod_cgi.dll
 
56
  /usr/lib/lighttpd/mod_compress.dll
 
57
  /usr/lib/lighttpd/mod_evhost.dll
 
58
  /usr/lib/lighttpd/mod_expire.dll
 
59
  /usr/lib/lighttpd/mod_fastcgi.dll
 
60
  /usr/lib/lighttpd/mod_httptls.dll
 
61
  /usr/lib/lighttpd/mod_maps.dll
 
62
  /usr/lib/lighttpd/mod_proxy.dll
 
63
  /usr/lib/lighttpd/mod_redirect.dll
 
64
  /usr/lib/lighttpd/mod_rewrite.dll
 
65
  /usr/lib/lighttpd/mod_rrdtool.dll
 
66
  /usr/lib/lighttpd/mod_secdownload.dll
 
67
  /usr/lib/lighttpd/mod_simple_vhost.dll
 
68
  /usr/lib/lighttpd/mod_ssi.dll
 
69
  /usr/lib/lighttpd/mod_status.dll
 
70
  /usr/lib/lighttpd/mod_usertrack.dll
 
71
  /usr/sbin/lighttpd.exe
 
72
  /usr/share/doc/Cygwin/lighttpd-1.3.0.README
 
73
  /usr/share/doc/lighttpd-1.3.0/accesslog.txt
 
74
  /usr/share/doc/lighttpd-1.3.0/authentification.txt
 
75
  /usr/share/doc/lighttpd-1.3.0/AUTHORS
 
76
  /usr/share/doc/lighttpd-1.3.0/cgi.txt
 
77
  /usr/share/doc/lighttpd-1.3.0/ChangeLog
 
78
  /usr/share/doc/lighttpd-1.3.0/compress.txt
 
79
  /usr/share/doc/lighttpd-1.3.0/configuration.txt
 
80
  /usr/share/doc/lighttpd-1.3.0/COPYING
 
81
  /usr/share/doc/lighttpd-1.3.0/fastcgi-state.txt
 
82
  /usr/share/doc/lighttpd-1.3.0/fastcgi.txt
 
83
  /usr/share/doc/lighttpd-1.3.0/features.txt
 
84
  /usr/share/doc/lighttpd-1.3.0/INSTALL
 
85
  /usr/share/doc/lighttpd-1.3.0/NEWS
 
86
  /usr/share/doc/lighttpd-1.3.0/performance.txt
 
87
  /usr/share/doc/lighttpd-1.3.0/plugins.txt
 
88
  /usr/share/doc/lighttpd-1.3.0/proxy.txt
 
89
  /usr/share/doc/lighttpd-1.3.0/README
 
90
  /usr/share/doc/lighttpd-1.3.0/redirect.txt
 
91
  /usr/share/doc/lighttpd-1.3.0/rewrite.txt
 
92
  /usr/share/doc/lighttpd-1.3.0/rrdtool.txt
 
93
  /usr/share/doc/lighttpd-1.3.0/secdownload.txt
 
94
  /usr/share/doc/lighttpd-1.3.0/security.txt
 
95
  /usr/share/doc/lighttpd-1.3.0/simple-vhost.txt
 
96
  /usr/share/doc/lighttpd-1.3.0/skeleton.txt
 
97
  /usr/share/doc/lighttpd-1.3.0/ssi.txt
 
98
  /usr/share/doc/lighttpd-1.3.0/state.txt
 
99
  /usr/share/man/man1/lighttpd.1.gz
 
100
 
 
101
------------------
 
102
 
 
103
Port Notes:
 
104
 
 
105
----------  lighttpd-1.3.1-1 -----------
 
106
 
 
107
Updated to 1.3.1
 
108
 
 
109
----------  lighttpd-1.3.0-1 -----------
 
110
Initial release
 
111
 
 
112
Cygwin port maintained by: Jan Kneschke <jan@kneschke.de>
 
113
Please address all questions to the Cygwin mailing list at <cygwin@cygwin.com>
 
114