summaryrefslogtreecommitdiff
path: root/www/ap2-perl
AgeCommit message (Collapse)AuthorFilesLines
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-19Register conflict with p5-Apache-Test and bump PKGREVISION.cube1-3/+3
XXX: I'd expect mod_perl2 to make it possible to have Apache::Test as a separate package, but that will do for now.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-02-03Fix module name. From Sverre Froyen in PR 32712.wiz1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-2/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-09-04Fix path to documentation. From ISIHARA Takanori in PR 31136.wiz1-2/+2
2005-08-17Update to 2.0.1. It's now "stable"!tv4-48/+110
The Changes file from the last update (in late 2004!) is very, very long, so see the changes since 1.99_17 here: http://search.cpan.org/~gozer/mod_perl-2.0.1/Changes
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-12-13bl3'ify this package. This is needed by the recent update to p5-libapreq2adrianp1-0/+20
2.4.3. Also closes PR# 27592.
2004-11-09Changes 1.99.17:adam3-16/+25
* Bug-fixes and improvements before a stable release
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-06-20Update ap2-perl to 1.99.14.minskim3-146/+175
Many bug fixes and changes. See Changes in distfile for a complete list.
2004-05-04Convert to buildlink3.snj1-3/+3
2004-05-01Fix PLIST:kim1-2/+43
- remove perllocal.pod - add include files
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam1-2/+2
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-10PERL5_REQD is now a list of values, so append to its value instead ofjlam1-2/+2
setting it.
2004-01-17Update ap2-perl to mod_perl-1.99_12.bad4-69/+71
* reams of bug fixes. See the Changes file. * works with perl-5.8.1.
2003-12-03PKGREVISION bumps due to apr bump (thanks Thomas Klausner).epg1-1/+2
2003-08-04This appends to perllocal.pod in archlib, not sitelibjmc1-2/+2
2003-07-21Use PERL5_SITEARCH in PLIST to make it works with perl 5.8.taca1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-05ap-perl and ap2-perl are mutually exclusive, so add CONFLICTSkim1-1/+3
2003-06-03Teach ap2-perl and ap2-php4 how to find apr's includes. They need toepg2-1/+39
find this separately now that apr is provided in a separate package.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-02-04Note that this is an APACHE_MODULE, which will automatically turn thejlam1-2/+2
apache dependency into a "full" one.
2003-02-03-update to 1.99.8.drochner3-20/+30
This makes it compile with apache-2.0.44. -make doc installation more robust against reinstalls -make apache dependency a "full" one -- I don't see what the buildlink files' default is good for...
2002-11-19Update www/ap2-perl to 1.99.7. Changes from version 1.99.5 include:jlam4-31/+117
* Using a stable distfile instead of the daily snapshot. * add $r->add_config method to add dynamic configuration at request time * add Apache::DIR_MAGIC_TYPE constant * add support for directive handlers * add Apache::Server->add_config method to add dynamic configuration at server startup time * add Apache::Directive->to_string method * add support for pluggable <Perl> sections * fix the filehandle leak in APR::PerlIO * fix compilation if apache/apr do not have thread support
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-07-17Use a newer distfile as the old one is no longer available (as seen inmartti1-2/+2
the latest bulk build). PKGNAME is unmodified as ${WRKSRC}/STATUS uses the same version for this distfile as before.
2002-06-28Import modperl-1.99_05 as lang/ap2-perl. Note that ap2-perl-1.99.5 isjlam4-0/+70
considered *BETA* software and may not work at all. This package is here solely to provide Apache-2.0 users with a testbed for porting existing mod_perl-1.2.x applications.