Commit Graph

37 Commits

Author SHA1 Message Date
jolan
63948522eb remove peter galbavy as maintainer per his request 2005-07-06 23:18:09 +00:00
naddy
ae76d3ea1f SIZE 2005-01-05 17:21:50 +00:00
alek
5364a42ec5 Add WANTLIB markers 2004-12-11 13:29:20 +00:00
alek
5f2c73aac0 - Replace DEINSTALL witn @unexec and UNMESSAGE
- Bump PKGNAME

ok Peter Galbavy (MAINTAINER), naddy@
2004-11-26 10:18:06 +00:00
danh
6362fb0bc7 initial sweep for MESSAGE decoration removal; ok espie@ 2004-10-13 18:59:18 +00:00
espie
e44839e34b new plists.
comment out netscape-dynmotif, since we don't have the required motif lib.
2004-09-15 18:49:48 +00:00
naddy
55e131d5da cleanup 2004-05-28 18:54:45 +00:00
peter
5967ad8d6b put back deleted entries, prefixed by @comment; for future easy updates.
No functional changes.
2004-04-23 15:27:56 +00:00
peter
624b40edde Update to 1.29.
Patch to set perl_destruct_level to -1 no longer appears required. Tested with
perl 5.8.2 on i386. Typical problems used to include failed restarts via SIGHUP
which have now gone away.
2004-04-13 14:37:26 +00:00
naddy
b78cf0203a missing @dirrm, NO_SHARED_ARCHS 2004-01-17 15:11:18 +00:00
naddy
112339c1d4 remove WWW lines 2003-12-15 21:54:59 +00:00
sturm
e77d2a5175 license markers and some corrections 2003-10-18 19:44:41 +00:00
naddy
5642d0af2b grammar 2003-07-19 22:41:25 +00:00
naddy
ac18f81713 Use NO_SHARED_ARCHS rather than hardcoding the list of architectures that
support dynamic loading.  From Xavier Santolaria <xavier@santolaria.net>.
2003-05-22 14:16:22 +00:00
david
f8f238a79a remove perllocal.pod
ok MAINTAINER Peter Galbavy
ok pvalchev@
2003-04-12 20:22:24 +00:00
naddy
cd4c24f89f Fix mod_perl on i386; from Peter Galbavy <peter.galbavy@knowtion.net>.
We do not understand this.
2003-02-03 00:19:08 +00:00
naddy
274f56fe46 include Apache::MyConfig again 2003-01-24 00:14:51 +00:00
naddy
290fc199c6 Fixes from maintainer Peter Galbavy <peter.galbavy@knowtion.net>. 2002-12-11 15:08:37 +00:00
naddy
b73909247c Update to 1.27; from Peter Galbavy <peter.galbavy@knowtion.net>. 2002-11-21 14:37:36 +00:00
espie
82dec567e3 MASTER_SITE_SUBDIR kill 2002-05-15 17:58:49 +00:00
espie
2b7c75e086 Move perl manpages where they belong, from section 3 to section 3p.
NOTE THAT /usr/local/man/man3p MUST EXIST FOR THIS TO WORK.
UPDATE /etc/mtree/BSD.local.dist AND RUN IT ACCORDINGLY !!!
2002-04-16 19:25:01 +00:00
brad
c9c1b5e165 module name was wrong from the very beginning thus the module was not
being removed on deinstall.
2002-03-26 03:19:43 +00:00
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