summaryrefslogtreecommitdiff
path: root/graphics/p5-Graphics-Primitive (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Cleanup plistBaptiste Daroussin2014-10-201-8/+0
|
* - Add LICENSESunpoet Po-Chuan Hsieh2014-02-161-2/+5
|
* Update to 0.62Emanuel Haupt2014-02-102-3/+3
|
* Support STAGEDIR.Vanilla I. Shu2013-11-052-28/+26
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | graphics)
* - Convert to new perl frameworkMathieu Arnold2013-08-021-5/+3
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-211-1/+2
| | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum - Utilize CPAN macro
* - Update to 0.61Steve Wills2011-06-052-3/+3
| | | | Changes: http://search.cpan.org/dist/Graphics-Primitive/Changes
* - Update to 0.60Steve Wills2011-05-082-3/+3
| | | | Changes: http://search.cpan.org/dist/Graphics-Primitive/Changes
* - Update to 0.53Frederic Culot2011-02-232-4/+3
| | | | Changes: http://search.cpan.org/dist/Graphics-Primitive/Changes
* - Update to 0.25Baptiste Daroussin2010-09-012-4/+4
| | | | Approved by: mentors (implicit)
* Update to 0.51.Anton Berezin2010-03-222-8/+6
| | | | Changes: http://search.cpan.org/dist/Graphics-Primitive/Changes
* - Update to 0.49Wen Heping2010-01-112-4/+4
|
* - Update to 0.48Wen Heping2009-12-252-4/+4
|
* - update to 0.46Yen-Ming Lee2009-11-172-10/+11
|
* Update to 0.45.Anton Berezin2009-10-022-12/+11
| | | | Changes: http://search.cpan.org/dist/Graphics-Primitive/Changes
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and noMark Linimon2009-08-281-1/+1
| | | | | | response to email. Hat: portmgr
* - Update to 0.44Philip M. Gollucci2009-07-232-4/+4
| | | | | | PR: ports/136538 Approved by: maintainer timeout (chinsan; 14 days) Submitted by: myself (pgollucci@)
* - Update to 0.43Philip M. Gollucci2009-06-162-4/+4
| | | | | | PR: ports/135135 Approved by: maintainer timeout (chinsan; 2 weeks) Submitted by: pgollucci@ (myself)
* - Update to 0.39Chin-San Huang2009-03-252-5/+4
|
* - Fix pkg-plistChin-San Huang2009-01-032-0/+6
|
* - Update to 0.37Chin-San Huang2009-01-032-4/+4
|
* - Update to 0.34Chin-San Huang2008-10-042-9/+9
|
* - Update to 0.32Chin-San Huang2008-09-243-5/+7
|
* - Update to 0.30Chin-San Huang2008-09-242-11/+11
|
* - Update to 0.28Chin-San Huang2008-09-032-4/+5
| | | | - Add missing dependency on graphics/p5-Graphics-Color
* Add p5-Graphics-Primitive, device and library agnostic graphic primitives.Chin-San Huang2008-08-304-0/+89
Graphics::Primitive is library agnostic system for drawing things. The idea is to allow you to create and manipulate graphical components and then pass them off to a Driver for actual drawing. WWW: http://search.cpan.org/dist/Graphics-Primitive/