import www/p5-Apache-Reload, ok bernd@

Apache::Reload is a Perl module that allows for dynamically re-loading
Perl modules into a persistent mod_perl environment without restarting
the server.
This commit is contained in:
sthen 2008-07-23 18:39:19 +00:00
parent d55bea2e4b
commit 022bc0414b
5 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/23 18:39:19 sthen Exp $
COMMENT = Reload changed modules for mod_perl
DISTNAME = Apache-Reload-0.10
CATEGORIES = www perl5
MODULES = cpan
BUILD_DEPENDS = ::www/mod_perl
RUN_DEPENDS = ${BUILD_DEPENDS}
# Apache License 2.0
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
# Tests are patched out to avoid network access in "make configure",
# and need manual configuration anyway.
NO_REGRESS = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Apache-Reload-0.10.tar.gz) = HYmEEVO3azhOCEeePiYIKg==
RMD160 (Apache-Reload-0.10.tar.gz) = 20biIVI9JanfwN8u9SJm8AoPXhs=
SHA1 (Apache-Reload-0.10.tar.gz) = 3KyPzG0ore+IqL/CBfKgNdA3Bhg=
SHA256 (Apache-Reload-0.10.tar.gz) = /LGhHCnqUe4ggigdNNuXMwDEMqx+n/djSJVMOM5no6w=
SIZE (Apache-Reload-0.10.tar.gz) = 17441

View File

@ -0,0 +1,15 @@
Avoids DNS lookup during "make configure".
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2008/07/23 18:39:19 sthen Exp $
--- Makefile.PL.orig Sat Feb 16 08:02:31 2008
+++ Makefile.PL Wed Jul 23 14:30:30 2008
@@ -18,7 +18,8 @@ else {
%prereqs = ($mp_gen == 1 ? %mp1 : %mp2);
-my $HAS_APACHE_TEST = check_for_apache_test();
+#my $HAS_APACHE_TEST = check_for_apache_test();
+my $HAS_APACHE_TEST = 0;
my %common_opts = (
PREREQ_PM => \%prereqs,

View File

@ -0,0 +1,3 @@
Apache::Reload is a Perl module that allows for dynamically re-loading
Perl modules into a persistent mod_perl environment without restarting
the server.

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/07/23 18:39:19 sthen Exp $
${P5SITE}/Apache/
${P5SITE}/Apache/Reload.pm
${P5SITE}/Apache2/
${P5SITE}/Apache2/Reload.pm
@man man/man3p/Apache2::Reload.3p
@man man/man3p/Apache::Reload.3p