From e48f48d1bb61d30dbfd7682d4a1d1dbc811ff46a Mon Sep 17 00:00:00 2001 From: Armando Di Cianno Date: Sun, 21 Nov 2004 20:28:36 +0000 Subject: New packages, keyworded for ~ppc --- .../files/1.1.1_pre20041119-build-fixes.patch | 10 +++ gnustep-libs/gsweb/files/1/90_mod_gsweb.conf | 14 ++++ gnustep-libs/gsweb/files/2/90_mod_gsweb.conf | 14 ++++ gnustep-libs/gsweb/files/apache1-make.patch | 11 +++ gnustep-libs/gsweb/files/apache2-make.patch | 11 +++ .../gsweb/files/digest-gsweb-1.1.1_pre20041119 | 0 gnustep-libs/gsweb/files/gsweb.conf | 98 ++++++++++++++++++++++ 7 files changed, 158 insertions(+) create mode 100644 gnustep-libs/gsweb/files/1.1.1_pre20041119-build-fixes.patch create mode 100644 gnustep-libs/gsweb/files/1/90_mod_gsweb.conf create mode 100644 gnustep-libs/gsweb/files/2/90_mod_gsweb.conf create mode 100644 gnustep-libs/gsweb/files/apache1-make.patch create mode 100644 gnustep-libs/gsweb/files/apache2-make.patch create mode 100644 gnustep-libs/gsweb/files/digest-gsweb-1.1.1_pre20041119 create mode 100644 gnustep-libs/gsweb/files/gsweb.conf (limited to 'gnustep-libs/gsweb/files') 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 @@ + + + # Load the module first +# + LoadModule GSWeb_Module extramodules/mod_gsweb.so + GSWeb_ConfigFilePath /etc/apache/conf/gsweb.conf +# + + + SetHandler GSWeb + + + + 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 @@ + + + # Load the module first + + LoadModule GSWeb_Module extramodules/mod_gsweb.so + GSWeb_ConfigFilePath /etc/apache2/conf/gsweb.conf + + + + SetHandler GSWeb + + + + 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 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 +}; -- cgit v1.2.3-65-gdbad