aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Bigtop
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-11/+11
| | | | | With hat: portmgr Sponsored by: Absolight
* Make it so that the default Perl is always called perl5.mat2015-09-141-2/+2
| | | | | | | | | | | | | | | | - 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
* - Add LICENSEsunpoet2015-01-031-0/+3
|
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-15/+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
* Fix build as a user.mat2014-11-112-1/+26
| | | | Sponsored by: Absolight
* Support STAGEDIR.vanilla2013-11-072-54/+52
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | www)
* - Use single space after WWW:sunpoet2013-08-291-1/+1
|
* - Convert to new perl frameworkmat2013-08-031-1/+2
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* For perl@ owned ports:eadler2013-03-291-6/+2
| | | | | - Fix COMMENT - Trim header
* - Remove SITE_PERL from *_DEPENDSaz2012-06-051-3/+3
|
* Add IS_INTERACTIVE to these ports [1]dougb2011-10-221-0/+2
| | | | | | | | | | | While I'm here, fix RUN_DEPENDS:= ${BUILD_DEPENDS} for devel/p5-Inline PR: ports/161312 [1] PR: ports/161321 [1] PR: ports/161322 [1] Submitted by: me [1] Approved by: perl@ [1]
* - Update to 0.38wen2010-11-043-5/+8
| | | | Changelog: http://search.cpan.org/src/PHILCROW/Bigtop-0.38/Changes
* - Update to 0.33pgollucci2009-12-153-16/+27
|
* - Update to 0.30clsung2007-08-152-5/+7
|
* Update to 0.29mat2007-06-253-5/+7
| | | | | PR: 113985 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* - Update to 0.28clsung2007-05-303-10/+10
|
* - Update to 0.26clsung2007-04-033-13/+11
|
* - Update to 0.25clsung2007-02-163-4/+6
|
* - Update to 0.23clsung2007-02-143-16/+25
|
* - Update to 0.21rafan2007-02-033-5/+7
| | | | | PR: no number yet Submitted by: Gea-Suan Lin <gslin at gslin.org>
* - Update to 0.20clsung2006-12-082-4/+4
|
* - Update to 0.19clsung2006-11-103-7/+8
| | | | | | | - Transfer maintainership to perl@ PR: ports/105306 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Add p5-Bigtop 0.16, a web application data language processor.clsung2006-10-024-0/+127
PR: ports/103663 Submitted by: Gea-Suan Lin <gslin at gslin.org>