aboutsummaryrefslogtreecommitdiff
path: root/biology/p5-Bio-Graphics
Commit message (Collapse)AuthorAgeFilesLines
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-4/+4
| | | | | | | | | | | | | | | | | | | - 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
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-100/+100
| | | | | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier. Notes: svn path=/head/; revision=381151
* - Update to 2.39Wen Heping2014-12-072-4/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.39/Changes Notes: svn path=/head/; revision=374175
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+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=371237
* Really fix.Mathieu Arnold2014-07-251-2/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=362941
* Fix build.Mathieu Arnold2014-07-251-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=362915
* biology/p5-Bio-Graphics: 2.37 -> 2.38Kurt Jaeger2014-07-242-3/+3
| | | | Notes: svn path=/head/; revision=362773
* Stagify, remove BROKEN.Vanilla I. Shu2014-06-072-112/+107
| | | | Notes: svn path=/head/; revision=356870
* Mark as broken unstaged perl portsBaptiste Daroussin2014-04-091-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=350675
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | biology) Notes: svn path=/head/; revision=327709
* - Convert to new perl frameworkMathieu Arnold2013-08-021-2/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Update to 2.37Wen Heping2013-07-203-3/+7
| | | | | | | Changes: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.37/Changes Notes: svn path=/head/; revision=323339
* Add missing item to pkg-plist reported by QAT but not reported by poudriere.Eitan Adler2013-03-031-0/+1
| | | | Notes: svn path=/head/; revision=313360
* Update to 2.33Eitan Adler2013-03-032-3/+3
| | | | Notes: svn path=/head/; revision=313319
* - Update to 2.32Philippe Audeoud2013-01-242-7/+4
| | | | | | | - Changelog: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.32/Changes Notes: svn path=/head/; revision=310932
* Update to 2.31.Anton Berezin2012-12-073-9/+11
| | | | | | | | | Changes: http://search.cpan.org/dist/Bio-Graphics/Changes Feature safe: yes Notes: svn path=/head/; revision=308423
* - Update to 2.29Sunpoet Po-Chuan Hsieh2012-06-182-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Bio-Graphics/Changes Notes: svn path=/head/; revision=299555
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 2.28Wen Heping2012-04-173-3/+4
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.28/Changes Notes: svn path=/head/; revision=294947
* - Update to 2.26Sunpoet Po-Chuan Hsieh2012-02-113-5/+7
| | | | | | | Changes: http://search.cpan.org/dist/Bio-Graphics/Changes Notes: svn path=/head/; revision=290894
* - 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 2.25Sunpoet Po-Chuan Hsieh2011-10-023-22/+23
| | | | | | | | | | - Sort MAN3 and PLIST - Pet portlint Changes: http://search.cpan.org/dist/Bio-Graphics/Changes Notes: svn path=/head/; revision=282805
* - update to 2.24Baptiste Daroussin2011-06-013-3/+10
| | | | | | | | - add licenses - changes: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.24/Changes Notes: svn path=/head/; revision=274943
* - Update to 2.18Wen Heping2010-12-232-3/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.18/Changes Notes: svn path=/head/; revision=266774
* - Also remove them from pkg-plist lists not from me that crept inPhilip M. Gollucci2010-11-241-1/+0
| | | | Notes: svn path=/head/; revision=265066
* - Update to 2.15Wen Heping2010-11-163-196/+201
| | | | | | | | | | Changelog: http://search.cpan.org/src/LDS/Bio-Graphics-2.15/Changes PR: ports/152189 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=264631
* - Update to 2.14Wen Heping2010-10-192-4/+4
| | | | | | | ChangeLog: http://search.cpan.org/src/LDS/Bio-Graphics-2.14/Changes Notes: svn path=/head/; revision=263275
* - Update to 2.13Wen Heping2010-09-263-4/+5
| | | | Notes: svn path=/head/; revision=261879
* - Update to 2.11Wen Heping2010-06-302-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257192
* - Update to 2.09Wen Heping2010-05-182-4/+4
| | | | Notes: svn path=/head/; revision=254549
* - Update to 2.0.8Wen Heping2010-05-143-5/+4
| | | | Notes: svn path=/head/; revision=254310
* - Update to 2.0.7Wen Heping2010-05-102-5/+5
| | | | | | | - Set maintainer to perl@ Notes: svn path=/head/; revision=254036
* - Update to 2.04Wen Heping2010-04-202-4/+5
| | | | Notes: svn path=/head/; revision=252951
* - Update to 2.02Wen Heping2010-03-303-5/+6
| | | | Notes: svn path=/head/; revision=251769
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 2.01Wen Heping2010-03-102-4/+4
| | | | Notes: svn path=/head/; revision=250818
* - Update to 2.00Wen Heping2010-02-103-5/+5
| | | | Notes: svn path=/head/; revision=249513
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-291-3/+2
| | | | | | | | | (part 19; last!). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248805
* - Update to 1.995Wen Heping2010-01-072-4/+4
| | | | Notes: svn path=/head/; revision=247298
* - Update to 1.994Wen Heping2009-12-113-4/+6
| | | | Notes: svn path=/head/; revision=245540
* - Update to 1.993Wen Heping2009-12-042-4/+4
| | | | Notes: svn path=/head/; revision=245196
* - Update to 1.992Wen Heping2009-11-202-5/+5
| | | | | | | - Update my mail address to FreeBSD Notes: svn path=/head/; revision=244495
* - Update to 0.982Martin Wilke2009-08-282-5/+5
| | | | | | | | PR: 138264 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=240490
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 1.97Martin Wilke2009-07-053-4/+14
| | | | | | | | PR: 136310 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=237198
* - Update to 1.95Martin Wilke2009-06-022-4/+4
| | | | | | | | PR: 135141 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=235059
* - Update to 1.94Martin Wilke2009-05-012-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=233066
* - Update to 1.93Martin Wilke2009-04-042-4/+4
| | | | | | | | PR: 133342 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=231597