pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www Remove ap-aolserver. It was only needed by openacs;



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8907efb1873
branches:  trunk
changeset: 495040:f8907efb1873
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 01 20:07:43 2005 +0000

description:
Remove ap-aolserver. It was only needed by openacs;
its development has ceased; newer openacs releases don't need it.

Suggested by maintainer, cjones@

diffstat:

 www/Makefile                          |    3 +-
 www/ap-aolserver/DESCR                |    2 -
 www/ap-aolserver/MESSAGE              |   30 --
 www/ap-aolserver/Makefile             |   36 ---
 www/ap-aolserver/PLIST                |   28 --
 www/ap-aolserver/distinfo             |    6 -
 www/ap-aolserver/files/README         |    8 -
 www/ap-aolserver/files/nsd.tcl.sample |  342 ----------------------------------
 www/ap-aolserver/patches/patch-aa     |   49 ----
 9 files changed, 1 insertions(+), 503 deletions(-)

diffs (truncated from 550 to 300 lines):

diff -r 35bd434be1a4 -r f8907efb1873 www/Makefile
--- a/www/Makefile      Wed Jun 01 20:02:22 2005 +0000
+++ b/www/Makefile      Wed Jun 01 20:07:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.398 2005/06/01 20:00:49 wiz Exp $
+# $NetBSD: Makefile,v 1.399 2005/06/01 20:07:43 wiz Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -11,7 +11,6 @@
 SUBDIR+=       analog
 SUBDIR+=       ap-Embperl
 SUBDIR+=       ap-access-referer
-SUBDIR+=       ap-aolserver
 SUBDIR+=       ap-auth-cookie
 SUBDIR+=       ap-auth-ldap
 SUBDIR+=       ap-auth-mysql
diff -r 35bd434be1a4 -r f8907efb1873 www/ap-aolserver/DESCR
--- a/www/ap-aolserver/DESCR    Wed Jun 01 20:02:22 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-This is mod_aolserver release 1.1, an Apache module that emulates enough
-of the AOLserver API to run the ArsDigita Community System.
diff -r 35bd434be1a4 -r f8907efb1873 www/ap-aolserver/MESSAGE
--- a/www/ap-aolserver/MESSAGE  Wed Jun 01 20:02:22 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.3 2002/09/24 12:30:41 wiz Exp $
-
-In order to use this module in your Apache installation, you need to
-add the following to your httpd.conf file:
-
-  LoadModule aolserver_module lib/httpd/mod_aolserver.so
-
-Also add, in any virtual hosts which will use mod_aolserver:
-
-  AolServerConf tcl_modules /usr/local/etc/httpd/tcl_modules
-  AolServerConf config_file /usr/local/etc/httpd/tcl_modules/nsd.tcl
-  AolServerConf log_file_location /var/log/httpd/error_log
-  AolServerConf lockfile /var/run/aolsrv_lock
-  AolServerConf nsv_shmem_file /var/run/aolsrv_shmem
-
-And, for your DocumentRoot:
-
-<Directory ${PREFIX}/share/httpd/htdocs>
-  Options Indexes FollowSymLinks MultiViews ExecCGI
-  DirectoryIndex index.tcl index.adp index.shtml index.html index.htm
-  AddHandler adp adp
-  AddHandler aolserver tcl
-</Directory>
-
-Also see the sample config files in
-
-        ${PREFIX}/share/examples/mod_aolserver
-
-===========================================================================
diff -r 35bd434be1a4 -r f8907efb1873 www/ap-aolserver/Makefile
--- a/www/ap-aolserver/Makefile Wed Jun 01 20:02:22 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2005/04/11 21:47:49 tv Exp $
-#
-
-DISTNAME=              mod_aolserver-1.1
-PKGNAME=               ap-aolserver-1.1
-PKGREVISION=           5
-CATEGORIES=            www
-MASTER_SITES=          ${MASTER_SITE_LOCAL}
-
-MAINTAINER=            cjones%NetBSD.org@localhost
-HOMEPAGE=              http://www.arsdigita.com/acs-repository/one-version?version_id=601
-COMMENT=               Module that emulates AOLServer in Apache
-
-GNU_CONFIGURE= YES
-
-CONFIGURE_ARGS+=       --with-database=postgres
-CONFIGURE_ARGS+=       --with-mm=${BUILDLINK_PREFIX.libmm}
-
-CPPFLAGS+=             -I${PGSQL_PREFIX}/include/postgresql
-CFLAGS+=               ${APXSFLAGS_CMD:sh}
-
-MESSAGE_SUBST+=                PREFIX=${PREFIX}
-
-APXSFLAGS_CMD=         ${LOCALBASE}/sbin/apxs -q CFLAGS CFLAGS_SHLIB
-
-post-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mod_aolserver
-       ${INSTALL_DATA} ${FILESDIR}/README ${FILESDIR}/nsd.tcl.sample \
-               ${WRKSRC}/tcl_modules/nsd.ini.sample \
-               ${PREFIX}/share/examples/mod_aolserver
-
-.include "../../devel/libmm/buildlink3.mk"
-.include "../../lang/tcl83/buildlink3.mk"
-.include "../../www/apache/buildlink3.mk"
-.include "../../mk/pgsql.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 35bd434be1a4 -r f8907efb1873 www/ap-aolserver/PLIST
--- a/www/ap-aolserver/PLIST    Wed Jun 01 20:02:22 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:15:31 zuntum Exp $
-libexec/aol_bootstrap.tcl
-libexec/aol_bootstrap/README
-libexec/aol_bootstrap/Init_hooks.tcl
-libexec/aol_bootstrap/Init_slave.tcl
-libexec/aol_bootstrap/apache.tcl
-libexec/aol_bootstrap/config.tcl
-libexec/aol_bootstrap/dbsupport.tcl
-libexec/aol_bootstrap/files.tcl
-libexec/aol_bootstrap/misc.tcl
-libexec/aol_bootstrap/regfilter.tcl
-libexec/aol_bootstrap/regproc.tcl
-libexec/aol_bootstrap/sched.tcl
-libexec/aol_bootstrap/shared_vars.tcl
-libexec/aol_bootstrap/status.tcl
-@dirrm libexec/aol_bootstrap
-etc/httpd/tcl_modules/README
-etc/httpd/tcl_modules/form.tcl
-etc/httpd/tcl_modules/http.tcl
-etc/httpd/tcl_modules/nsdb.tcl
-etc/httpd/tcl_modules/sendmail.tcl
-etc/httpd/tcl_modules/util.tcl
-@dirrm etc/httpd/tcl_modules
-lib/httpd/mod_aolserver.so
-share/examples/mod_aolserver/README
-share/examples/mod_aolserver/nsd.ini.sample
-share/examples/mod_aolserver/nsd.tcl.sample
-@dirrm share/examples/mod_aolserver
diff -r 35bd434be1a4 -r f8907efb1873 www/ap-aolserver/distinfo
--- a/www/ap-aolserver/distinfo Wed Jun 01 20:02:22 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 14:08:27 wiz Exp $
-
-SHA1 (mod_aolserver-1.1.tar.gz) = 4173d5881c3c82cbb567da85107d032e06f17118
-RMD160 (mod_aolserver-1.1.tar.gz) = 8d678efdb4acd87251fc6e53cf8a39b53fc8f35c
-Size (mod_aolserver-1.1.tar.gz) = 193569 bytes
-SHA1 (patch-aa) = b5db9312ad50d0bf4b8705a54d82141ef8ad0183
diff -r 35bd434be1a4 -r f8907efb1873 www/ap-aolserver/files/README
--- a/www/ap-aolserver/files/README     Wed Jun 01 20:02:22 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-$NetBSD: README,v 1.1.1.1 2001/07/16 17:04:02 cjones Exp $
-
-Here are a couple of example config files.  ONE of these should be
-installed in apache's tcl_modules directory.  The nsd.tcl file will
-probably take less editing.
-
-Note that neither of these config files will actually work without
-installing OpenACS.
diff -r 35bd434be1a4 -r f8907efb1873 www/ap-aolserver/files/nsd.tcl.sample
--- a/www/ap-aolserver/files/nsd.tcl.sample     Wed Jun 01 20:02:22 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,342 +0,0 @@
-#
-# AOLserver/OpenNSD Sample Configuration File
-#
-# Improved with lots of comments and things you'll need for
-# running OpenACS.
-#
-# by Roberto Mello (rmello%fslc.usu.edu@localhost)
-# $Id: nsd.tcl.sample,v 1.2 2001/07/19 04:19:02 cjones Exp $
-# $NetBSD: nsd.tcl.sample,v 1.2 2001/07/19 04:19:02 cjones Exp $
-
-ns_log notice "nsd.tcl: starting to read config file..."
-
-# 
-# If httpport is set to 80, you'll have to start AOLserver as root and pass the user 
-# AOLserver will run as in the command line. (e.g. ./nsd -u nsadmin -g nsadmin -t ../nsd.tcl)
-# (assuming you're starting AOLserver from the {aolserverdir}/bin directory.
-
-set httpport               80 
-set httpsport             443 
-
-#
-# Make sure your /etc/hostname is setup right, with your full domain. If you want AOLserver 
-# to listen to www.foobar.com instead of foobar.com then hard code the appropriate domain  
-# in the line below (e.g. set hostname www.foobar.com).
-#
-set hostname              [ns_info hostname]  
-set address               [ns_info address] 
-
-# 
-# You can name your server whatever you want, but you'll need a directory with that
-# name under {aolserverdir}/servers/ writable by you AOLserver user.
-#
-# For example: if your AOLserver is in /usr/local/aolserver and your server is "server1"
-# you will need a /usr/local/aolserver/servers/server1 directory.
-#
-set server                "server1"
-set servername             ${server}
-
-global server
-
-# 
-# Your DocumentRoot should be ${homedir}/${server}/www.  If you're running
-# Ars Digita or OpenACS, check the setting in the config file in the
-# parameters directory.
-#
-set homedir                 /usr/local/share/httpd/htdocs
-set bindir                  ${homedir}/${server}/bin
-
-#
-# Where are your pages going to live ?
-#
-set pageroot                ${homedir}/${server}/www 
-set directoryfile           index.adp,index.tcl,index.html,index.htm
-
-# 
-# nsssl: Only loads if keyfile.pem and certfile.pem exist.
-# If you are using SSL, make sure you have these dirs and files (refer
-# to the AOLserver docs)
-
-set sslkeyfile ${homedir}/servers/${server}/modules/nsssl/keyfile.pem
-
-set sslcertfile ${homedir}/servers/${server}/modules/nsssl/certfile.pem 
-
-# 
-# Global server parameters 
-#
-
-ns_section "ns/parameters" 
-        ns_param   home         $homedir 
-        ns_param   debug        false 
-        ns_param   MailHost     localhost 
-        ns_param   ServerLog    ${homedir}/log/server.log 
-        ns_param   LogRoll      on
-       ns_param   AuxConfigDir ${homedir}/${server}/parameters
-
-# 
-# Thread library (nsthread) parameters 
-# 
-ns_section "ns/threads" 
-        ns_param   mutexmeter      true      ;# measure lock contention 
-        #ns_param   stacksize [expr 128*1024] ;# Per-thread stack size for hungry C modules
-
-# 
-# MIME types. 
-# 
-#  Note: AOLserver already has an exhaustive list of MIME types, but in
-#  case something is missing you can add it here. 
-#
-
-ns_section "ns/mimetypes" 
-        ns_param   default         "*/*"     ;# MIME type for unknown extension 
-        ns_param   noextension     "*/*"     ;# MIME type for missing extension 
-        #ns_param   ".xls"         "application/vnd.ms-excel"
-
-# 
-# Tcl Configuration 
-# 
-ns_section "ns/server/${server}/tcl" 
-        ns_param autoclose     "on" 
-        ns_param debug                 "false" 
- 
-
-# This is where this server's private Tcl library is. All .tcl files in this directory 
-# are parsed when AOLserver starts. The crucial procedures used in OpenACS are
-# defined through this library
-#
-        ns_param library "${homedir}/${server}/tcl" 
-
-############################################################ 
-# 
-# Server-level configuration 
-# 
-#  There is only one server in AOLserver, but this is helpful when multiple
-#  servers share the same configuration file.  This file assumes that only
-#  one server is in use so it is set at the top in the "server" Tcl variable
-#  Other host-specific values are set up above as Tcl variables, too.
-# 
-ns_section "ns/servers" 
-        ns_param   $server     $servername 
-
-# 
-# Server parameters 
-# 
-ns_section "ns/server/${server}" 
-        ns_param   directoryfile        $directoryfile 
-        ns_param   pageroot             $pageroot 
-        ns_param   globalstats          false     ;# Enable built-in statistics 
-        ns_param   urlstats             false     ;# Enable URL statistics 
-        ns_param   maxurlstats          1000      ;# Max number of URL's to do stats on
-        ns_param   enabletclpages       true      ;# Parse tcl files in pageroot (dangerous)
-
-#
-# If you want to customize AOLserver's response to things like ``Internal Server Error''
-# and other HTTP responses. OpenACS comes with some in the directory www/global.
-
-        ns_param   NotFoundResponse            "/global/file-not-found.html"
-        ns_param   ServerBusyResponse          "/global/busy.html"
-        ns_param   ServerInternalErrorResponse         "/global/error.html"
-        ns_param   ForbiddenResponse                   "/global/forbidden.html"
-        ns_param   UnauthorizedResponse        "/global/unauthorized.html"
-
-# Directory listings -- use an ADP or a Tcl proc to generate them.
-#
-        #ns_param   directoryadp    $pageroot/dirlist.adp ;# Choose one or the other
-        ns_param   directoryproc    _ns_dirlist           ;#  ...but not both! 



Home | Main Index | Thread Index | Old Index