Port details |
- p5-MasonX-Request-WithApacheSession Interface to Apache::Session for HTML::Mason
- 0.31_2 www =3 0.31_2Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2003-08-12 17:49:07
- Last Update: 2022-07-20 14:23:26
- Commit Hash: e915e75
- People watching this port, also watch:: pure-ftpd, autoconf, p5-CGI-Untaint, cops, p5-DateTime-Format-Excel
- Also Listed In: perl5
- License: not specified in port
- Description:
- This module provides a interface between HTML::Mason and Apache::Session, in
effect, providing full session and cooking handling from within HTML::Mason.
When run under the ApacheHandler module, this module attempts to first use
Apache::Cookie for cookie-handling. Otherwise it uses CGI::Cookie as a
fallback.
This module accepts quite a number of parameters, most of which are simply
passed through to Apache::Session. For this reason, you are advised to
familiarize yourself with the Apache::Session documentation before
attempting to configure this module.
Use 'perldoc MasonX::Request::WithApacheSession' for information on how to
use the module.
MasonX::Request::WithApacheSession was written by Dave Rolsky.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-MasonX-Request-WithApacheSession>0:www/p5-MasonX-Request-WithApacheSession
- To install the port:
- cd /usr/ports/www/p5-MasonX-Request-WithApacheSession/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-MasonX-Request-WithApacheSession
- pkg install p5-MasonX-Request-WithApacheSession
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-MasonX-Request-WithApacheSession
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (MasonX-Request-WithApacheSession-0.31.tar.gz) = fe291c522604e4f50483c042fa31cb2b8ac8dd34e634c83650dbe968937f8364
SIZE (MasonX-Request-WithApacheSession-0.31.tar.gz) = 11330
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-HTML-Mason>=0 : www/p5-HTML-Mason
- p5-Apache-Session-Wrapper>=0 : www/p5-Apache-Session-Wrapper
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-HTML-Mason>=0 : www/p5-HTML-Mason
- p5-Apache-Session-Wrapper>=0 : www/p5-Apache-Session-Wrapper
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_p5-MasonX-Request-WithApacheSession
- USES:
- perl5
- 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 |
0.31_2 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.31_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.31_2 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.31_2 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.31_2 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.31_2 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.31_1 07 Nov 2013 15:07:22 |
vanilla |
Support STAGEDIR. |
0.31_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.31_1 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.31_1 29 Mar 2013 00:44:54 |
eadler |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
0.31_1 04 Jun 2012 08:53:27 |
az |
- Remove SITE_PERL from *_DEPENDS |
0.31_1 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
0.31_1 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.31_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.31_1 25 Jan 2010 14:00:25 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 5).
Approved by: portmgr (itetcu) |
0.31 13 Dec 2009 18:07:49 |
pgollucci |
- Turn over a bunch of p5- ports that change infrequently to perl@
so more people can look at them. |
0.31 09 Jul 2009 19:05:23 |
pgollucci |
- Update to 0.31
- Adopt at maintainer request
PR: ports/136588
Approved by: old maintainer (nick@foobar.org)
Submitted by: myself (pgollucci@) |
0.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) |
0.30 08 Sep 2007 01:11:48 |
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 |
0.30 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
0.30 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) |
0.30 31 Oct 2005 18:24:21 |
erwin |
Let the IGNORE message make a bit more sense and change it from:
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: silence on -ports |
0.30 12 Oct 2004 10:25:13 |
mat |
Update to 0.30
PR: 71939
Submitted by: me
Approved by: maintainer |
0.21 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.21 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.21 12 Aug 2003 17:48:32 |
erwin |
Add p5-MasonX-Request-WithApacheSession 0.21,
MasonX::Request::WithApacheSession is an interface to Apache::Session which
can be used from within HTML::Mason. It provides session and cookie handling
services.
PR: 54798
Submitted by: Nick Hilliard <nick@foobar.org> |