aboutsummaryrefslogtreecommitdiff
path: root/graphics/IPA
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-27/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-10/+0
| | | | Notes: svn path=/head/; revision=371283
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Add staging supportPawel Pekala2014-04-292-5/+9
| | | | Notes: svn path=/head/; revision=352591
* Drop maintainership on those.Mathieu Arnold2014-02-051-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=342799
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-2/+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
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - update to 1.08Baptiste Daroussin2011-06-092-5/+5
| | | | Notes: svn path=/head/; revision=275262
* - Cleaning MD5 in perl@'s ports.Philippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274220
* - Update 1.07Baptiste Daroussin2010-09-012-5/+4
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=260356
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-191-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244490
* - 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.06Gabor Kovesdan2009-01-312-5/+4
| | | | Notes: svn path=/head/; revision=227276
* - fix wrong target which will touch filesystem before 'make install'Yen-Ming Lee2008-01-041-1/+1
| | | | | | | Noticed by: erwin@ Notes: svn path=/head/; revision=205009
* - update to 1.05Yen-Ming Lee2008-01-023-34/+32
| | | | | | | - assign to perl@ Notes: svn path=/head/; revision=204834
* - Unbreak with gcc 4.2Andrew Pantyukhin2007-08-071-8/+5
| | | | | | | - Add CPAN mirrors Notes: svn path=/head/; revision=197275
* BROKEN with gcc 4.2Kris Kennaway2007-05-271-1/+7
| | | | Notes: svn path=/head/; revision=191950
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 1.03Martin Wilke2007-03-092-4/+4
| | | | | | | | PR: 110126 Submitted by: Martin Matuska <martin@matuska.org> Notes: svn path=/head/; revision=186997
* - Update to 1.0.2Pav Lucistnik2006-04-292-5/+4
| | | | | | | | PR: ports/96512 Submitted by: Aleksander Fafula <alex@BSDGuru.org> Notes: svn path=/head/; revision=160833
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* - Update to 1.01Pav Lucistnik2005-02-252-9/+9
| | | | | | | | | | - Unbreak on amd64 PR: ports/78033 Submitted by: Johan van Selst <johans@stack.nl> Notes: svn path=/head/; revision=129797
* BROKEN on amd64: Does not compile (shared libraries need to be compiled with ↵Kris Kennaway2004-03-151-1/+7
| | | | | | | -fPIC) Notes: svn path=/head/; revision=104077
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* utilize SITE_PERLYing-Chieh Liao2003-10-242-34/+34
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* de-pkg-commentAkinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75960
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* re-add IPA 1.00Ying-Chieh Liao2002-08-145-0/+66
Image Processing Algorithms Notes: svn path=/head/; revision=64489