aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-ASP
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-11/+11
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-12/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Updatet to 2.62Sunpoet Po-Chuan Hsieh2013-11-232-4/+5
| | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Apache-ASP/CHANGES Notes: svn path=/head/; revision=334678
* Support STAGEDIR.Vanilla I. Shu2013-11-072-16/+14
| | | | Notes: svn path=/head/; revision=333065
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* For perl@ owned ports:Eitan Adler2013-03-291-5/+1
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-7/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309079
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+7
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-7/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - disable mod_perl which is gone together with apache13Olli Hauer2012-01-011-7/+9
| | | | | | | Port is not tested with mod_perl2! Notes: svn path=/head/; revision=288382
* - Change RUN_DEPENDS: replace XML::XSLT and XML::Sablotron with XML::LibXSLTSunpoet Po-Chuan Hsieh2011-07-163-21/+17
| | | | | | | | | | | - Fix PLIST [1] - Add CPAN URL to pkg-descr - Bump PORTREVISION for dependency change Reported by: pointyhat [1] Notes: svn path=/head/; revision=277810
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,Martin Matuska2010-09-211-6/+11
| | | | | | | | | p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress. Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903 Bump PORTREVISION Notes: svn path=/head/; revision=261530
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-10/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* Reassign my p5-* ports to perl@ so more than one personErwin Lansing2009-01-291-1/+1
| | | | | | | can look at them. Notes: svn path=/head/; revision=227098
* Make mod_perl optional, so it can be used in CGI mode.Erwin Lansing2008-08-021-5/+12
| | | | | | | Submitted by: "Chad M. Fraleigh" <chadf@bookcase.com> Notes: svn path=/head/; revision=217936
* Update to 2.61Erwin Lansing2008-06-162-4/+4
| | | | Notes: svn path=/head/; revision=214930
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${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) Notes: svn path=/head/; revision=211450
* Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.Dmitry Sivachenko2006-12-031-1/+1
| | | | Notes: svn path=/head/; revision=178677
* Update to 2.59Erwin Lansing2006-04-192-4/+4
| | | | Notes: svn path=/head/; revision=159946
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=149585
* - Update to 2.57Erwin Lansing2004-01-302-2/+3
| | | | | | | - use SIZE Notes: svn path=/head/; revision=99503
* utilize SITE_PERLYing-Chieh Liao2003-10-241-16/+16
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Update to 2.55Erwin Lansing2003-08-123-39/+40
| | | | | | | Use SITE_PERL Notes: svn path=/head/; revision=86848
* Change to my FreeBSD.org addressErwin Lansing2003-06-121-1/+1
| | | | Notes: svn path=/head/; revision=82871
* maintainer-update www/p5-Apache-ASP to 2.53Edwin Groothuis2003-04-132-2/+2
| | | | | | | | | | | | vendor update to 2.53: It has at least one major bug fix with session state clean up, and some minor enhancements and bug fixes besides PR: ports/50896 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=78889
* Conditionalize dependencies for moudules included in perl 5.8Edwin Groothuis2003-04-131-4/+10
| | | | | | | | | | | | | | Make dependencies on modules included in the perl 5.8 distribution conditional on the perl version installed. While I'm here, remove SITE_PERL and MAN(3)PREFIX. 17 + 29 + 234 = 280 PRs. It's about time he starts doing the work himself! PR: ports/50588 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=78882
* maintainer-update www/p5-Apache-ASP to 2.51Edwin Groothuis2003-02-133-3/+3
| | | | | | | | PR: ports/48171 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=75418
* Update to 2.49Patrick Li2003-01-013-2/+4
| | | | | | | | PR: ports/46611 Submitted by: maintainer Notes: svn path=/head/; revision=72101
* Maintainer update to 2.45Edwin Groothuis2002-11-092-2/+2
| | | | | | | | PR: ports/44046 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=69765
* upgrade to 2.39Ying-Chieh Liao2002-09-202-2/+2
| | | | | | | | PR: 42948 Submitted by: maintainer Notes: svn path=/head/; revision=66813
* Update to 2.37.Anton Berezin2002-07-042-2/+2
| | | | | | | | Submitted by: maintainer PR: 40173 Notes: svn path=/head/; revision=62422
* Update to 2.35.Anton Berezin2002-06-062-2/+2
| | | | | | | | PR: 38946 Submitted by: maintainer Notes: svn path=/head/; revision=60703
* upgrade to 2.33Ying-Chieh Liao2002-05-293-5/+37
| | | | | | | | | | take maintainership PR: 38691 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=60254
* Upgrade to 2.17.Vanilla I. Shu2001-06-222-3/+4
| | | | Notes: svn path=/head/; revision=44297
* Typo (PORTS_DIR -> PORTSDIR).Satoshi Asami2001-05-311-1/+1
| | | | Notes: svn path=/head/; revision=43357
* Upgrade to 2.09, and set MAINTAINER to ports.Vanilla I. Shu2001-05-273-9/+23
| | | | | | | Approved by: origin maintainer. Notes: svn path=/head/; revision=43110
* Location of MD5.pm is moved.Jun Kuriyama2001-03-261-1/+1
| | | | Notes: svn path=/head/; revision=40387
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-5/+2
| | | | Notes: svn path=/head/; revision=38917
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-171-3/+3
| | | | | | | | | | | 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. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=29658
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27430
* update to 0.18Michael Haro2000-04-014-7/+4
| | | | | | | | PR: 17206 Submitted by: maintainer Notes: svn path=/head/; revision=27218
* Adding p5-Apache-ASP version 0.17.Steve Price2000-01-295-0/+62
Active Server Pages for Apache with mod_perl. PR: 15815 Submitted by: Igor Vinokurov <igor@zynaps.ru> Notes: svn path=/head/; revision=25221