aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Layout-Manager
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+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
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371283
* - Update to 0.35Sunpoet Po-Chuan Hsieh2014-02-162-7/+6
| | | | | | | | | | | | - Fix *_DEPENDS: - Update version requirements - Remove p5-Module-Install which is bundled - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Layout-Manager/Changes Notes: svn path=/head/; revision=344521
* Support STAGEDIR.Vanilla I. Shu2013-11-052-10/+8
| | | | Notes: svn path=/head/; revision=332801
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Convert to new perl frameworkMathieu Arnold2013-08-021-5/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Fix LICENSE (Artistic 1 instead of Artistic 2)Frederic Culot2011-10-071-1/+1
| | | | | | | | | | - Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de> Notes: svn path=/head/; revision=283112
* - update to 0.34Baptiste Daroussin2011-05-312-6/+8
| | | | | | | | - add licenses - changes: http://cpansearch.perl.org/src/GPHAT/Layout-Manager-0.34/Changes Notes: svn path=/head/; revision=274896
* - Update to 0.33Steve Wills2011-05-082-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Layout-Manager/Changes Notes: svn path=/head/; revision=273769
* - Update to 0.32Wen Heping2010-09-172-4/+4
| | | | Notes: svn path=/head/; revision=261310
* Update to 0.31.Anton Berezin2009-09-042-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Layout-Manager/Changes Notes: svn path=/head/; revision=240858
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and noMark Linimon2009-08-281-1/+1
| | | | | | | | | response to email. Hat: portmgr Notes: svn path=/head/; revision=240460
* - Update to 0.30Philip M. Gollucci2009-07-232-4/+4
| | | | | | | | | PR: ports/136539 Approved by: maintainer timeout (chinsan; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=238270
* - Update to 0.25Philip M. Gollucci2009-06-163-4/+6
| | | | | | | | | PR: ports/135137 Approved by: maintainer timeout (chinsan; 2 weeks) Submitted by: pgollucci@ (myself) Notes: svn path=/head/; revision=235989
* - Update to 0.20Chin-San Huang2009-01-032-6/+6
| | | | Notes: svn path=/head/; revision=225164
* - Update to 0.19Chin-San Huang2008-10-042-5/+5
| | | | Notes: svn path=/head/; revision=221183
* - Update to 0.18Chin-San Huang2008-09-242-8/+8
| | | | Notes: svn path=/head/; revision=220715
* Add p5-Layout-Manager, 2D Layout Management.Chin-San Huang2008-08-304-0/+52
Layout::Manager provides a simple interface for creating layout managers, or classes that size and position components withing a container. WWW: http://search.cpan.org/dist/Layout-Manager/ Notes: svn path=/head/; revision=219491