Port details |
- p5-libapreq Generic Apache Request Library
- 1.34 www
=20 1.34Version 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: skv@FreeBSD.org
 - Port Added: unknown
- Last Update: 2012-01-01 19:30:58
- SVN Revision: UNKNOWN
- People watching this port, also watch:: libiconv, gettext, gmake, p5-libwww, m4
- Also Listed In: devel perl5
- License: not specified in port
- WWW:
- http://search.cpan.org/dist/libapreq/
- Description:
- libapreq - Generic Apache Request Library
This package contains modules for manipulating client request data via
the Apache API with Perl and C. Functionality includes:
- parsing of application/x-www-form-urlencoded data
- parsing of multipart/form-data
- parsing of HTTP Cookies
WWW: http://httpd.apache.org/apreq/
WWW: http://search.cpan.org/dist/libapreq/
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:
-
- p5-libapreq>0:www/p5-libapreq
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-libapreq
- 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:
-
- mod_perl.pm : www/mod_perl
- apxs : www/apache13
- perl5.8.9 : lang/perl5.8
- Test.pm : www/p5-Apache-Test
- apxs : www/apache13
- perl5.8.9 : lang/perl5.8
- Runtime dependencies:
-
- mod_perl.pm : www/mod_perl
- 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.34 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.34 02 Nov 2011 03:43:45
 |
pgollucci  |
- sync apache13 related EXPIRATION_DATE
With Hat: apache@ |
1.34 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.34 27 Aug 2011 09:54:40
 |
ohauer  |
- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"
with hat apache@ |
1.34 22 May 2011 22:23:16
 |
ohauer  |
mod_perl2 was updated, this changes are needet to prevent
dependency loops
- fix mod_perl/mod_perl2 dependency
- p5-Apache-Reload is now included in mod_perl2
- make usage of CPAN author macro
- bump portrevision
commit with hat apache@ |
1.34 12 Apr 2011 17:43:19
 |
pav  |
- Unbreak
Submitted by: ohauer
Reported by: pointyhat |
1.34 11 Apr 2011 19:07:22
 |
ohauer  |
- fix detection of higher apache version so the BROKEN flag triggers
if apache13 is not the default.
- Reference PR ports/147009
approved by maintainer timeout
No version bump, triggers only if apache13 is no longer the default.
PR: ports/154761
Submitted by: ohauer |
1.34 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
1.34 22 Jan 2009 19:07:11
 |
skv  |
Update to 1.34
Changes: http://cpansearch.perl.org/src/ISAAC/libapreq-1.34/Changes
PR: ports/130327
Submitted by: pgollucci |
1.33 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.33 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 |
1.33 24 Jan 2006 03:14:23
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.33 11 Jun 2005 16:13:12
 |
skv  |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on) |
1.33 29 Dec 2004 17:05:01
 |
skv  |
Unbreak build on perl < 5.6.x
* add stub "#define aTHX_" |
1.33 23 Dec 2004 14:04:22
 |
skv  |
Updated to 1.33 |
1.3 10 Jun 2004 09:03:15
 |
pav  |
- Add slaveport that depends on apache with mod_perl statically compiled
instead of standalone mod_perl
Approved by: skv (maintainer) |
1.3 03 Apr 2004 10:55:24
 |
skv  |
Update dependency on www/p5-Apache-Test.
Pointed by: kris |
1.3 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
1.3 14 Oct 2003 16:23:04
 |
skv  |
Updated to 1.3 |
1.2 06 Jul 2003 20:57:35
 |
adamw  |
Remove an extra colon, which should hopefully fix INDEX builds. |
1.2 06 Jul 2003 12:43:39
 |
skv  |
Update to 1.2 |
1.1 19 May 2003 12:30:32
 |
skv  |
Updated to 1.1
Pointed by: demon |
1.0 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.0 28 Oct 2002 01:12:02
 |
sobomax  |
Add missed RUN_DEPENDS. |
1.0 04 Jul 2002 14:07:27
 |
skv  |
Remove redundant dependancy on apache. |
1.0 04 Jul 2002 12:28:34
 |
skv  |
Fix my very stupid error. |
1.0 02 Jul 2002 18:07:34
 |
skv  |
Updated to 1.0, changed maintainer, fixed MASTER_SITES, added examples. |
01 Jul 2001 06:05:53
    |
vanilla  |
Upgrade to 0.33. |
14 Mar 2001 22:44:22
    |
vanilla  |
Upgrade to 0.31_03. |
01 Mar 2001 06:39:18
    |
vanilla  |
Remove do-configure section, use PERL_CONFIGURE now. |
16 Jan 2001 17:33:20
    |
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 08:11:25
    |
asami  |
Convert category www to new layout. |
17 Jun 2000 03:37:15
    |
will  |
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add
some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS. |