Port details |
- p5-Params-CallbackRequest Provide callbacks to method and function parameters
- 1.20_1 devel =3 1.20_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2004-05-24 17:23:46
- Last Update: 2024-09-05 06:18:28
- Commit Hash: 935ea2f
- People watching this port, also watch:: libexif, libglade2, p5-MIME-Tools, libunicode, xorg-fonts-truetype
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Params-CallbackRequest
- Description:
- The idea behind this module is to provide a sort of plugin architecture for
Perl templating systems. Callbacks are executed by the contents of a request
to the Perl templating server, before the templating system itself executes.
This approach allows you to carry out logical processing of data submitted
from a form, to affect the contents of the request parameters before they're
passed to the templating system for processing, and even to redirect or abort
the request before the templating system handles it.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Params-CallbackRequest>0:devel/p5-Params-CallbackRequest
- To install the port:
- cd /usr/ports/devel/p5-Params-CallbackRequest/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Params-CallbackRequest
- pkg install p5-Params-CallbackRequest
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Params-CallbackRequest
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Params-CallbackRequest-1.20.tar.gz) = 14a3704ebc755b8afc980975968160e36e8b682ec0ca4bf1bddb585232e28a10
SIZE (Params-CallbackRequest-1.20.tar.gz) = 45423
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-Params-Validate>=0 : devel/p5-Params-Validate
- p5-Exception-Class>=0 : devel/p5-Exception-Class
- p5-Class-ISA>=0 : devel/p5-Class-ISA
- perl5>=5.36<5.37 : lang/perl5.36
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-Params-Validate>=0 : devel/p5-Params-Validate
- p5-Exception-Class>=0 : devel/p5-Exception-Class
- p5-Class-ISA>=0 : devel/p5-Class-ISA
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- www/p5-MasonX-Interp-WithCallbacks
- for Run
-
- www/p5-MasonX-Interp-WithCallbacks
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Params-CallbackRequest
- 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 |
1.20_1 05 Sep 2024 06:18:28 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Params-CallbackRequest: Add LICENSE
- Add NO_ARCH
- Sort PLIST |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.20_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.20_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.20_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.20_1 09 Jul 2018 08:40:18 |
mat |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
1.20_1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.20_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.20_1 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 ) |
1.20 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.20 31 Oct 2013 06:20:33 |
vanilla |
Support STAGEDIR. |
1.20 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.20 29 Aug 2013 17:16:53 |
sunpoet |
- Add WWW
- Use single space after WWW:
- Remove Author line |
1.20 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.20 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
1.20 07 Jun 2012 13:46:26 |
culot |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
1.20 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 |
1.20 24 Jun 2011 01:54:45 |
swills |
- Update to 1.20 |
1.19 17 May 2011 11:05:02 |
jadawin |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
1.19 23 Oct 2009 00:30:06 |
leeym |
- replace ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm with
p5-Params-Validate>=0 since it changed the file path.
- portlint
PR: follow-up to ports/139837
Submitted by: Gea-Suan Lin <gslin at gslin.org> |
1.19 24 Jun 2008 14:59:52 |
clsung |
- Update to 1.19
Changes: http://search.cpan.org/dist/Params-CallbackRequest/Changes |
1.18 05 May 2008 11:47:58 |
mat |
Update to 1.18 |
1.17 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.17 29 Mar 2007 02:27:36 |
leeym |
- update to 1.17 |
1.16 27 Mar 2007 16:32:42 |
leeym |
- update to 1.16 |
1.15 25 Mar 2007 22:19:12 |
linimon |
Reset ports@rbt.ca due to current lack of time to work on FreeBSD.
Hat: portmgr |
1.15 02 Jun 2006 03:31:45 |
aaron |
- Update from v1.13 to v1.15
- Restrict to Perl 5.8+ due to dependency upon devel/p5-Class-Exception
1.15 2006-05-26T21:28:55
- Added the 'requester' attribute to Params::Callback. This can be
specified by passing the 'requester' paremter to request(), and can be
anything.
1.14 2006-03-02T20:07:28
- Removed an unnecessary eval block around the loading of Class::ISA
and Attribute::Handlers that would prevent the failure of either
of
those modules to load to propagate.
- Fixed typo in the Synopsis spotted by Scott Lanning.
- Added support for mod_perl2, as well as mod_perl 1 and mod_perl 1.99.
PR: ports/98303
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit) |
1.13 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.13 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.13 24 May 2004 17:22:09 |
mat |
Add p5-Params-CallbackRequest 1.13, provide callbacks to method and
function parameters.
PR: ports/67022
Submitted by: Rod Taylor <ports@rbt.ca> |