karsthammer-passenger 2.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,36 @@
1
+ # Phusion Passenger - http://www.modrails.com/
2
+ # Copyright (c) 2008, 2009 Phusion
3
+ #
4
+ # "Phusion Passenger" is a trademark of Hongli Lai & Ninh Bui.
5
+ #
6
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ # of this software and associated documentation files (the "Software"), to deal
8
+ # in the Software without restriction, including without limitation the rights
9
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ # copies of the Software, and to permit persons to whom the Software is
11
+ # furnished to do so, subject to the following conditions:
12
+ #
13
+ # The above copyright notice and this permission notice shall be included in
14
+ # all copies or substantial portions of the Software.
15
+ #
16
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
+ # THE SOFTWARE.
23
+ require 'mkmf'
24
+ $LIBS=""
25
+
26
+ if RUBY_PLATFORM =~ /solaris/
27
+ have_library('xnet')
28
+ $CFLAGS << " -D_XPG4_2"
29
+ if RUBY_PLATFORM =~ /solaris2.9/
30
+ $CFLAGS << " -D__SOLARIS9__"
31
+ end
32
+ end
33
+
34
+ with_cflags($CFLAGS) do
35
+ create_makefile('native_support')
36
+ end
metadata ADDED
@@ -0,0 +1,78 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: karsthammer-passenger
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.2.4
5
+ platform: ruby
6
+ authors:
7
+ - Phusion - http://www.phusion.nl/
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-05-16 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: fastthread
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 1.0.1
24
+ version:
25
+ description: Passenger is an Apache module for Ruby on Rails support.
26
+ email: info@phusion.nl
27
+ executables:
28
+ - passenger-spawn-server
29
+ - passenger-install-apache2-module
30
+ - passenger-install-nginx-module
31
+ - passenger-config
32
+ - passenger-memory-stats
33
+ - passenger-make-enterprisey
34
+ - passenger-status
35
+ - passenger-stress-test
36
+ extensions:
37
+ - ext/phusion_passenger/extconf.rb
38
+ extra_rdoc_files:
39
+ - README
40
+ files:
41
+ - README
42
+ has_rdoc: true
43
+ homepage: http://www.modrails.com/
44
+ post_install_message:
45
+ rdoc_options:
46
+ - -S
47
+ - -N
48
+ - -p
49
+ - -H
50
+ - --main
51
+ - README
52
+ - --title
53
+ - Passenger Ruby API
54
+ require_paths:
55
+ - lib
56
+ - ext
57
+ required_ruby_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: "0"
62
+ version:
63
+ required_rubygems_version: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: "0"
68
+ version:
69
+ requirements:
70
+ - fastthread
71
+ - Apache 2 with development headers
72
+ rubyforge_project: passenger
73
+ rubygems_version: 1.2.0
74
+ signing_key:
75
+ specification_version: 2
76
+ summary: Apache module for Ruby on Rails support.
77
+ test_files: []
78
+