Port details |
- mod_perl Embeds a Perl interpreter in the Apache server
- 1.31_1 www
=104 1.31_1Version of this port present on the latest quarterly branch.
- DEPRECATED: apache13 is deprecated, migrate to 2.2.x+ now
This port expired on: 2012-01-01
- Maintainer: apache@FreeBSD.org
- Port Added: unknown
- Last Update: 2012-01-01 19:30:58
- SVN Revision: UNKNOWN
- People watching this port, also watch:: unzip
- Also Listed In: perl5
- License: not specified in port
- WWW:
- http://perl.apache.org/
- Description:
- The Apache/Perl integration project brings together the full power of
the Perl programming language and the Apache HTTP server. With mod_perl
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 and the penalty of Perl start-up time.
WWW: http://perl.apache.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ap13-mod_perl>0:www/mod_perl
- No installation instructions:
- This port has been deleted.
- PKGNAME: ap13-mod_perl
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- LWP.pm : www/p5-libwww
- apxs : www/apache13
- perl5.8.9 : lang/perl5.8
- Runtime dependencies:
-
- LWP.pm : www/p5-libwww
- apxs : www/apache13
- perl5.8.9 : lang/perl5.8
- apxs : www/apache13
- perl5.8.9 : lang/perl5.8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.31_1 01 Jan 2012 19:30:58 |
ohauer |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@ |
1.31_1 02 Nov 2011 03:43:45 |
pgollucci |
- sync apache13 related EXPIRATION_DATE
With Hat: apache@ |
1.31_1 07 Sep 2011 03:00:51 |
pgollucci |
- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from
now).
- This can be changed later as needed, if at all, either way we won't remove
them
until after 9.0 is released.
With Hat: apache@
Reported by: dvl via freshports |
1.31_1 27 Aug 2011 09:54:40 |
ohauer |
- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"
with hat apache@ |
1.31_1 20 Aug 2011 19:00:12 |
ohauer |
- USE_APACHE= /1.3/13/ /2.0/20/ /2.2/22/ |
1.31_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.31_1 25 May 2010 20:17:37 |
pgollucci |
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk. This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.
'Revert' some of the PKGNAMEPREFIX changes for apXX-.
- Must be manually requested in tbe port Makefile either by
a) AP_FAST_BUILD=yes
b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
- Going forward, we will only do this for ports where WITH_APACHE
is NOT optional, but required. mod_* ports are a good fit.
141 ports are mod_ ports
80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
61 remaining are then patched to mirror the other $lang frameworks [b].
PR: ports/146956
Reported by: Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by: P6 TB run
Approved by: portmgr (pav) |
1.31_1 29 Apr 2010 17:30:25 |
pgollucci |
- Assign some ports to apache@
Note: net/luasocket is a direct requirement for mod_wombat which will be
very core to httpd 2.4.x+ (www/apache24) |
1.31_1 05 Jun 2009 06:23:06 |
pgollucci |
- Fix a segfault in mod_perl startup due to a bug
in gcc related optimizations.
- Fixed upstream in branches/1.x@r781917
- Bump PORTREVISION
PR: ports/13479
Reported by: Troy <troy@twisted.net>
Submitted by: Tim Zingelman <zingelman@fnal.gov> |
1.31 17 May 2009 09:28:51 |
pgollucci |
- Use APACHEMODDIR and APACHEETCDIR consistently in pkg-plists
- DO NOT bump PORTREVISION |
1.31 16 May 2009 06:27:56 |
pgollucci |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB |
1.31 16 May 2009 01:33:52 |
pgollucci |
- Update to 1.31
Security:
http://www.vuxml.org/freebsd/4a638895-41b7-11de-b1cc-00219b0fc4d8 |
1.30 13 Apr 2009 03:50:15 |
pgollucci |
- USE_APACHE=yes is deprecated
- Use APACHEMODDIR and APACHEINCLUDEDIR
- Use CPAN macro |
1.30 01 Feb 2009 09:05:27 |
pgollucci |
- set PORTSCOUT |
1.30 29 Jan 2009 10:47:01 |
pav |
- Make fetchable
Reported by: pointyhat's -fetch-original run |
1.30 23 Jul 2008 02:43:55 |
pgollucci |
Update my ports to my freebsd address
Approved by: araujo (mentor) |
1.30 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
1.30 08 Sep 2007 01:10:46 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
1.30 25 Apr 2007 18:46:30 |
erwin |
Update to 1.30
PR: 111844
Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
Security:
http://www.vuxml.org/freebsd/ef2ffb03-f2b0-11db-ad25-0010b5a0a860.html |
1.29_2 08 Sep 2006 10:43:15 |
mat |
Looks like perl 5.6.2 is less dumber not installing *Config* files, so add this
there too. |
1.29_1 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
1.29_1 22 Jan 2006 02:58:25 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.29_1 19 Sep 2005 09:10:47 |
clement |
- Use USE_APACHE instead of direct user of APACHE_PORT |
1.29_1 22 May 2005 14:51:54 |
clement |
- Fix weird logic for detection apache13 with ipv6
Noticed by: Tarc <tarc@po.cs.msu.su>
PR: ports/78451
pointy hat to: clement |
1.29_1 02 Sep 2004 09:58:25 |
mat |
Fix plist for Perl 5.8
PR: 71157
Submitted by: leeym |
1.29 18 Aug 2004 19:11:12 |
clement |
- Fix buil with apache13 + ipv6
Set APACHE_PORT or define WITH_APACHE_IPV6
PR: ports/68158
Submitted by: SoD <sod at cd dot pri dot ee>
Obtained from: NetBSD |
1.29 18 Aug 2004 16:21:56 |
clement |
- Assign maintainership to freshly created apache@ mailing list |
1.29 28 Mar 2004 16:58:28 |
skv |
Updated to 1.29 |
1.28 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
1.28 11 Jan 2004 02:30:44 |
petef |
- convert to using PERL_CONFIGURE. this fixes issues with some manpages
(since PERL_CONFIGURE sets MAN3PREFIX for us) [0]
- fix pkg-plist to not be greedy about ${SITE_PERL}/${PERL_ARCH}/Bundle and
Apache directories.
PR: 58724, 59710 [0]
Submitted by: lev [0] |
1.28 07 Nov 2003 09:12:58 |
marcus |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex |
1.28 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.28 10 Jul 2003 11:59:49 |
erwin |
Update to 1.28 |
1.27_1 07 Mar 2003 06:12:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.27_1 24 Feb 2003 07:25:41 |
vanilla |
Add depends to p5-libwww, drop maintainer bit.
PR: ports/48203
Submitted by: edwin |
1.27 03 Sep 2002 06:26:03 |
dinoex |
Support APACHE_PORT to build with desired apache13* port.
Reviewed by: vanilla |
1.27 19 Jun 2002 12:35:52 |
sheldonh |
Update to mod_perl-1.27.
The person who requested this change says that mail to the maintainer
bounces. I have confirmed this.
I will understand if the maintainer backs this change out and handles
the update differently later.
Requested by: Mars G Miro <mars@cannoncreek.com> |
20 Feb 2002 12:09:48 |
sheldonh |
Hand over maintainership to vanilla. |
09 Aug 2001 15:54:57 |
sheldonh |
Take a stab at quieting the package building cluster with regard to mtree
errors (etc/apache extra). |
18 Jul 2001 11:07:42 |
sheldonh |
Update to mod_perl-1.26. |
28 May 2001 21:52:46 |
sheldonh |
On deinstall, deactivate mod_perl in whichever of httpd.conf and
httpd.conf.default exist. |
21 Mar 2001 03:07:19 |
vanilla |
Remove BROKEN for 3.*, because we don't support 3.* anymore. |
06 Mar 2001 17:15:02 |
sheldonh |
The previous revision was bogus. Call pkg-install with the correct number of
arguments. |
06 Mar 2001 11:39:29 |
sheldonh |
Fix the execution of the pkg-install script for the port's post-install case.
When I tested my porting work, I kept on using ``make package'' and testing
the installation of the package, without testing the "install from the port"
case. |
15 Feb 2001 10:58:02 |
sheldonh |
Do not attempt to remove .../include/apache, which belongs to the Apache port.
By all means, try to remove .../include/apache/modules and
.../include/apache/perl, since we may be the only owner of those, but we're
never going to successfully remove a directory that a port that we depend on
populates! |
15 Feb 2001 10:50:18 |
sheldonh |
Fix PREFIX-clean breakage for libperl.so by breaking out its installation from
the mod_perl MakeMaker mess into the port's Makefile. |
14 Feb 2001 13:33:15 |
sheldonh |
Update to mod_perl-1.25. |
05 Feb 2001 15:33:58 |
olgeni |
Some spaces -> tabs for ports/www. |
08 Oct 2000 08:11:25 |
asami |
Convert category www to new layout. |
22 May 2000 11:02:52 |
sheldonh |
Update 1.22_02 -> 1.24: |