summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-11-21 20:28:36 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-11-21 20:28:36 +0000
commite48f48d1bb61d30dbfd7682d4a1d1dbc811ff46a (patch)
treecbf97683a69272cb4dcba54677b4115c5c144791 /gnustep-libs/gsweb/files
parent(no commit message) (diff)
downloadhistorical-e48f48d1bb61d30dbfd7682d4a1d1dbc811ff46a.tar.gz
historical-e48f48d1bb61d30dbfd7682d4a1d1dbc811ff46a.tar.bz2
historical-e48f48d1bb61d30dbfd7682d4a1d1dbc811ff46a.zip
New packages, keyworded for ~ppc
Diffstat (limited to 'gnustep-libs/gsweb/files')
-rw-r--r--gnustep-libs/gsweb/files/1.1.1_pre20041119-build-fixes.patch10
-rw-r--r--gnustep-libs/gsweb/files/1/90_mod_gsweb.conf14
-rw-r--r--gnustep-libs/gsweb/files/2/90_mod_gsweb.conf14
-rw-r--r--gnustep-libs/gsweb/files/apache1-make.patch11
-rw-r--r--gnustep-libs/gsweb/files/apache2-make.patch11
-rw-r--r--gnustep-libs/gsweb/files/digest-gsweb-1.1.1_pre200411190
-rw-r--r--gnustep-libs/gsweb/files/gsweb.conf98
7 files changed, 158 insertions, 0 deletions
diff --git a/gnustep-libs/gsweb/files/1.1.1_pre20041119-build-fixes.patch b/gnustep-libs/gsweb/files/1.1.1_pre20041119-build-fixes.patch
new file mode 100644
index 000000000000..5f3adef3eab6
--- /dev/null
+++ b/gnustep-libs/gsweb/files/1.1.1_pre20041119-build-fixes.patch
@@ -0,0 +1,10 @@
+--- GSWAction.h.orig 2004-11-19 01:00:10.682762424 -0500
++++ GSWAction.h 2004-11-19 01:00:14.788138312 -0500
+@@ -56,7 +56,6 @@
+ /** Returns YES if self reponds to actionName **/
+ -(BOOL)isActionNamed:(NSString*)actionName;
+
+--(id)existingSession;
+ -(NSString*)sessionIDForRequest:(GSWRequest*)aRequest;
+ -(void)_initializeRequestSessionIDInContext:(GSWContext*)aContext;
+
diff --git a/gnustep-libs/gsweb/files/1/90_mod_gsweb.conf b/gnustep-libs/gsweb/files/1/90_mod_gsweb.conf
new file mode 100644
index 000000000000..ad89ceec4dbf
--- /dev/null
+++ b/gnustep-libs/gsweb/files/1/90_mod_gsweb.conf
@@ -0,0 +1,14 @@
+<IfDefine GSWeb>
+
+ # Load the module first
+# <IfModule !sapi_apache2.c>
+ LoadModule GSWeb_Module extramodules/mod_gsweb.so
+ GSWeb_ConfigFilePath /etc/apache/conf/gsweb.conf
+# </IfModule>
+
+ <Location /GSWeb*>
+ SetHandler GSWeb
+ </Location>
+
+</IfDefine>
+
diff --git a/gnustep-libs/gsweb/files/2/90_mod_gsweb.conf b/gnustep-libs/gsweb/files/2/90_mod_gsweb.conf
new file mode 100644
index 000000000000..67e0520cca42
--- /dev/null
+++ b/gnustep-libs/gsweb/files/2/90_mod_gsweb.conf
@@ -0,0 +1,14 @@
+<IfDefine GSWeb>
+
+ # Load the module first
+ <IfModule !sapi_apache2.c>
+ LoadModule GSWeb_Module extramodules/mod_gsweb.so
+ GSWeb_ConfigFilePath /etc/apache2/conf/gsweb.conf
+ </IfModule>
+
+ <Location /GSWeb*>
+ SetHandler GSWeb
+ </Location>
+
+</IfDefine>
+
diff --git a/gnustep-libs/gsweb/files/apache1-make.patch b/gnustep-libs/gsweb/files/apache1-make.patch
new file mode 100644
index 000000000000..6d47707594f8
--- /dev/null
+++ b/gnustep-libs/gsweb/files/apache1-make.patch
@@ -0,0 +1,11 @@
+--- GNUmakefile-Apache1x.orig 2004-11-20 13:02:56.907271024 -0500
++++ GNUmakefile-Apache1x 2004-11-20 13:04:01.134507000 -0500
+@@ -34,7 +34,7 @@
+ ifeq ("FreeBSD",$(strip $(OSNAME)))
+ APXS = /usr/local/sbin/apxs
+ else
+- APXS = /usr/apache/sbin/apxs
++ APXS = /usr/sbin/apxs
+ endif
+ else
+ ifneq (,$(findstring no apxs,$(APXS)))
diff --git a/gnustep-libs/gsweb/files/apache2-make.patch b/gnustep-libs/gsweb/files/apache2-make.patch
new file mode 100644
index 000000000000..407608df6640
--- /dev/null
+++ b/gnustep-libs/gsweb/files/apache2-make.patch
@@ -0,0 +1,11 @@
+--- GNUmakefile-Apache2x.orig 2004-11-19 01:21:16.000000000 -0500
++++ GNUmakefile-Apache2x 2004-11-19 01:22:19.000000000 -0500
+@@ -39,7 +39,7 @@
+ ifeq ("FreeBSD",$(strip $(OSNAME)))
+ APXS = /usr/local/sbin/apxs
+ else
+- APXS = /usr/apache/sbin/apxs
++ APXS = /usr/sbin/apxs2
+ endif
+ else
+ ifneq (,$(findstring no apxs,$(APXS)))
diff --git a/gnustep-libs/gsweb/files/digest-gsweb-1.1.1_pre20041119 b/gnustep-libs/gsweb/files/digest-gsweb-1.1.1_pre20041119
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/gnustep-libs/gsweb/files/digest-gsweb-1.1.1_pre20041119
diff --git a/gnustep-libs/gsweb/files/gsweb.conf b/gnustep-libs/gsweb/files/gsweb.conf
new file mode 100644
index 000000000000..dc314adcc324
--- /dev/null
+++ b/gnustep-libs/gsweb/files/gsweb.conf
@@ -0,0 +1,98 @@
+{
+// //Global Parameters
+//
+// //YES if server can display status (URL: /GSWeb/status)
+// canDumpStatus = YES;
+
+ // URL of GSWExtensions Framework WebServerResources directory
+ GSWExtensionsFrameworkWebServerResources =
+ "/GSW/GSWExtensions/WebServerResources";
+
+ //List of applications
+
+// applications = {
+// //The 1st application: MyApp
+// hello = {
+// // YES if the default page will show this
+// // app as one of the running apps
+// canDump = YES;
+// GSWExtensionsFrameworkWebServerResources =
+// "/GSW/GSWExtensions/WebServerResources";
+// //List of its instances
+// instances = {
+// //First Instance
+// 1 = {
+// //Host of this instance
+// host = 127.0.0.1;
+// //Port of this instance
+// port = 9001;
+// parameters = { //Unused
+// transport=socket;
+// };
+// };
+// 2 = {
+// //Host of this instance
+// host = 127.0.0.1;
+// //Port of this instance
+// port = 9002;
+// parameters = { //Unused
+// transport=socket;
+// };
+// };
+// };
+// };
+//
+// //The 2nd application: AnotherOne
+// AnotherOne = {
+// // URL of GSWExtensions Framework WebServerResources
+// // directory. It overides Global parameter
+// GSWExtensionsFrameworkWebServerResources =
+// "/GSW/GSWExtensions/WebServerResources";
+// // YES to say that this application can be listed
+// // when the adaptor don't find an application
+// canDump = YES;
+// //Unused for the moment
+// applicationHeaders = {
+// header1 = 1264;
+// header2 = 4567;
+// };
+// //Instances
+// instances = {
+// //1st instance
+// 1 = {
+// host = 145.146.147.20;
+// port = 9002;
+// parameters = {
+// transport = socket;
+// };
+// };
+// };
+// };
+// MyAppVoid = {
+// // Here we have 3 instances
+// instances = {
+// 1 = {
+// host = 145.146.147.20;
+// port = 9001;
+// parameters = {
+// transport = socket;
+// };
+// };
+// 2 = {
+// host = 145.146.147.21;
+// port = 9002;
+// parameters = {
+// transport=socket;
+// };
+// };
+// 5 = {
+// host = 145.146.147.22;
+// port = 9003;
+// parameters = {
+// transport=socket;
+// };
+// };
+// };
+// }; // MyAppVoid
+// }; // applications
+};