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:
parent
d55bea2e4b
commit
022bc0414b
23
www/p5-Apache-Reload/Makefile
Normal file
23
www/p5-Apache-Reload/Makefile
Normal 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>
|
5
www/p5-Apache-Reload/distinfo
Normal file
5
www/p5-Apache-Reload/distinfo
Normal 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
|
15
www/p5-Apache-Reload/patches/patch-Makefile_PL
Normal file
15
www/p5-Apache-Reload/patches/patch-Makefile_PL
Normal 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,
|
3
www/p5-Apache-Reload/pkg/DESCR
Normal file
3
www/p5-Apache-Reload/pkg/DESCR
Normal 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.
|
7
www/p5-Apache-Reload/pkg/PLIST
Normal file
7
www/p5-Apache-Reload/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user