Commit Graph

15 Commits

Author SHA1 Message Date
brad
829a7b6a31 don't try to remove the sub-dir
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Bundle
2002-03-26 02:53:38 +00:00
brad
ffb48943d1 Enable these modules on alpha, powerpc and sparc64. 2002-03-17 04:55:03 +00:00
brad
9980e54300 - bump NEED_VERSION
- rename checksums file
2002-01-16 03:30:55 +00:00
peter
40f0a5b206 update my e-mail address
as an aside, should any arch's, apart from i386/m68k/sparc be supporting
DSO in Apache ? So many changes recently...
2001-09-07 22:37:59 +00:00
peter
106f5cebf3 A temporary fix to stop httpd with mod_perl from core dumping.
This may only cover up a symptom of an underlying problem with perl
5.6.1 so currently mod_perl should be used with caution until we
find the real bug - probably in the perl sources

found by Pavel Kovorin <pvk@tsinet.ru>
2001-09-05 09:26:43 +00:00
brad
8a598cf4c2 2 small fixes, based on recent commits from danh@ 2001-08-13 17:16:00 +00:00
brad
d77cc0c791 upgrade to mod_perl 1.26 2001-08-13 02:57:14 +00:00
shell
5de915bcf6 - Remove .packlist
- ARCH to MACHINE_ARCH
2001-06-08 15:04:37 +00:00
peter
349245f796 take over being maintainer from ports@
ok'd espie (yesterday)
2001-04-22 10:41:57 +00:00
avsm
2b68745d65 - revert MAINTAINER to ports@ until Pavel's email stops bouncing
- integrate COMMENT, bump NEED_VERSION
- dont rm some directories that are used by other CPAN modules
- build without LARGEFILE support, since in-tree Apache does not include it
2001-04-18 23:08:29 +00:00
brad
f609e9336f ensure user is root before trying to proceed with installation. 2001-02-12 17:18:55 +00:00
brad
0411d76053 upgrade to mod_perl 1.25 2001-02-09 19:19:39 +00:00
espie
9b37c7e113 Update pvk MAINTAINER name. 2000-10-22 18:46:02 +00:00
brad
3eb681dc28 replace do-configure workaround with proper use of CONFIGURE_STYLE and
CONFIGURE_ARGS
2000-09-23 23:43:36 +00:00
brad
92c8d4dfe2 add mod_perl port; From: Pavel Korovin <pvk@openbsd.ru>
--
Tested on i386 (by Pavel), SPARC (by me). Needs testing on m68k-based
systems.
--
The Apache/Perl integration project brings together the full power of the
Perl programming language and the Apache HTTP server. This is achieved by
linking the Perl runtime library into the server and providing an object
oriented Perl interface to the server's C language API.

These pieces are seamlessly glued together by the `mod_perl' server
plugin, making it is possible to write Apache modules entirely in Perl.
In addition, the persistent interpreter embedded in the server avoids the
overhead of starting an external interpreter program and the additional
Perl start-up (compile) time.
2000-09-06 07:52:45 +00:00