aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Graph-Easy/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.76Sunpoet Po-Chuan Hsieh2018-09-161-4/+4
| | | | | | | | | | | - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/changes/distribution/Graph-Easy Notes: svn path=/head/; revision=479866
* Reassign all of tobez@'s p5 ports to perl@.Dag-Erling Smørgrav2018-09-101-1/+1
| | | | | | | Approved by: tobez Notes: svn path=/head/; revision=479390
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | 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-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
* - Stage supportMartin Wilke2014-02-011-32/+0
| | | | Notes: svn path=/head/; revision=342150
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Convert to new perl frameworkAndrej Zverev2013-08-051-1/+2
| | | | | | | | | - Trim Makefile header Approved by: tobez@ (maintainer) Notes: svn path=/head/; revision=324276
* Update to 0.73.Anton Berezin2013-05-271-7/+4
| | | | | | | Changes: http://search.cpan.org/dist/Graph-Easy/CHANGES Notes: svn path=/head/; revision=319196
* Update to 0.72.Anton Berezin2012-11-121-1/+1
| | | | | | | | | Changes: http://cpansearch.perl.org/src/SHLOMIF/Graph-Easy-0.72/CHANGES Feature safe: yes Notes: svn path=/head/; revision=307332
* Fix typos in COMMENTCarlo Strub2012-07-251-1/+1
| | | | Notes: svn path=/head/; revision=301510
* Update to 0.71.Anton Berezin2012-05-221-1/+1
| | | | | | | | | PR: 167918 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Changes: http://search.cpan.org/dist/Graph-Easy/CHANGES Notes: svn path=/head/; revision=297173
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | | Suggested by: az With hat: perl Notes: svn path=/head/; revision=281882
* Update to 0.70.Anton Berezin2011-01-101-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Graph-Easy/CHANGES Notes: svn path=/head/; revision=267599
* Update to 0.67.Anton Berezin2010-06-111-1/+1
| | | | | | | | Changes: http://search.cpan.org/dist/Graph-Easy/CHANGES Feature safe: yes Notes: svn path=/head/; revision=256377
* Update to 0.64.Anton Berezin2008-11-261-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Graph-Easy/CHANGES Notes: svn path=/head/; revision=223405
* Update to 0.63.Anton Berezin2008-07-021-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Graph-Easy/CHANGES Notes: svn path=/head/; revision=216135
* - 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
* Update to 0.60.Anton Berezin2007-12-201-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Graph-Easy/CHANGES Notes: svn path=/head/; revision=204178
* Update to 0.59.Anton Berezin2007-10-241-1/+3
| | | | | | | Changes: http://search.cpan.org/src/TELS/Graph-Easy-0.59/CHANGES Notes: svn path=/head/; revision=201900
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to 0.55.Anton Berezin2007-06-201-2/+4
| | | | | | | Changes: http://search.cpan.org/src/TELS/Graph-Easy-0.55/CHANGES Notes: svn path=/head/; revision=193939
* Update to 0.54.Anton Berezin2007-03-191-1/+1
| | | | Notes: svn path=/head/; revision=187711
* Update to 0.53.Anton Berezin2007-02-231-1/+1
| | | | Notes: svn path=/head/; revision=185739
* Update to 0.52.Anton Berezin2007-01-291-1/+1
| | | | Notes: svn path=/head/; revision=183616
* Update to 0.51.Anton Berezin2007-01-061-1/+1
| | | | Notes: svn path=/head/; revision=181630
* Update to 0.50.Anton Berezin2006-12-181-1/+3
| | | | Notes: svn path=/head/; revision=180085
* Update to 0.49.Anton Berezin2006-11-281-1/+2
| | | | Notes: svn path=/head/; revision=178165
* Update to 0.48.Anton Berezin2006-09-221-1/+1
| | | | Notes: svn path=/head/; revision=173578
* Update to 0.45.Anton Berezin2006-07-271-1/+1
| | | | Notes: svn path=/head/; revision=168866
* Update to 0.44.Anton Berezin2006-04-191-1/+1
| | | | Notes: svn path=/head/; revision=159939
* Update to 0.43.Anton Berezin2006-03-211-2/+3
| | | | Notes: svn path=/head/; revision=157868
* Update to 0.42.Anton Berezin2006-02-221-1/+1
| | | | Notes: svn path=/head/; revision=156655
* Update to 0.41.Anton Berezin2006-02-061-1/+1
| | | | Notes: svn path=/head/; revision=155300
* Update to 0.40.Anton Berezin2006-01-301-1/+2
| | | | Notes: svn path=/head/; revision=154767
* Update to 0.39.Anton Berezin2006-01-091-1/+1
| | | | Notes: svn path=/head/; revision=153116
* Update to 0.38.Anton Berezin2006-01-021-1/+1
| | | | Notes: svn path=/head/; revision=152562
* Update to 0.37.Anton Berezin2005-12-281-1/+1
| | | | Notes: svn path=/head/; revision=152254
* Update to 0.36.Anton Berezin2005-12-191-1/+1
| | | | Notes: svn path=/head/; revision=151589
* Update to 0.35.Anton Berezin2005-12-121-1/+1
| | | | Notes: svn path=/head/; revision=150958
* Update to 0.34.Anton Berezin2005-12-051-1/+4
| | | | Notes: svn path=/head/; revision=150447
* Update to 0.33.Anton Berezin2005-11-141-1/+1
| | | | Notes: svn path=/head/; revision=148208
* Update to 0.32.Anton Berezin2005-11-071-1/+1
| | | | Notes: svn path=/head/; revision=147482
* Update to 0.31. Require perl 5.8.Anton Berezin2005-10-311-3/+3
| | | | Notes: svn path=/head/; revision=146809
* Add graphics/p5-Graph-Easy, a Perl module to render graphs as ASCII,Anton Berezin2005-10-221-0/+48
HTML, SVG or Graphviz. Notes: svn path=/head/; revision=146107