aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Imlib2
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* Remove build dependency on p5-Test-Simple.Adam Weinberger2015-02-261-7/+2
| | | | | | | As long as the PORTREVISION is getting bumped, stop installing CHANGES. Notes: svn path=/head/; revision=380023
* - Remove Mk/bsd.efl.mkGrzegorz Blach2014-12-271-2/+2
| | | | | | | | | | | | | - Convert USE_EFL=libtool_hack to USES=libtool - Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:... - Bump PORTVERSION in graphics/imlib2 and in all ports which depends on imlib2 PR: 196062 Approved by: portmgr Notes: svn path=/head/; revision=375663
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360491
* 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
* Support STAGEDIR.Vanilla I. Shu2013-11-052-8/+6
| | | | Notes: svn path=/head/; revision=332801
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-221-2/+2
| | | | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ Notes: svn path=/head/; revision=331301
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327888
* 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 frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Remove SITE_PERL from *_DEPENDSPhilippe Audeoud2012-06-121-1/+1
| | | | | | | Submitted by: az@ Notes: svn path=/head/; revision=299099
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Cleaning MD5 in perl@'s ports.Philippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274220
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - 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-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 2.03Philip M. Gollucci2009-12-153-9/+8
| | | | Notes: svn path=/head/; revision=245838
* - 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 2.02Martin Wilke2008-12-062-4/+4
| | | | Notes: svn path=/head/; revision=223879
* Update to 2.01Mathieu Arnold2008-06-122-5/+4
| | | | Notes: svn path=/head/; revision=214706
* - 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 enlightenment-devel and EFL libraries to the latest snapshotStanislav Sedov2008-03-111-1/+2
| | | | | | | | | | | | | - Deprecate old unsupported apps and modules (entice, devian, eveil, engage) - Split evas and ecore to separate modules to handle dependencies properly - Disable PAM in enlightenment-devel as it don't work anyway (requires root privilegies) - Add DBUS support. Thanks to: az Notes: svn path=/head/; revision=208836
* - Update to 2.00Gabor Kovesdan2007-12-242-5/+4
| | | | Notes: svn path=/head/; revision=204440
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update e17 ports to 20070223 snapshotStanislav Sedov2007-03-111-1/+2
| | | | | | | | | | | | | | | - Bump portrevisions on all imlib2-dependend ports as the library soversion was bumped [1] - Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't support it anymore. [2] The patch was tested in the tinderbox. Approved by: portmgr (marcus) [1], Anders Troback <freebsd@troback.com> (maintainer) [2] Notes: svn path=/head/; revision=187097
* - Update to 1.13Cheng-Lung Sung2006-11-022-4/+4
| | | | | | | | PR: ports/104420 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=176148
* Update to 1.12Mathieu Arnold2006-08-162-4/+4
| | | | | | | | PR: 102094 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=170792
* - update to 1.11Cheng-Lung Sung2006-08-032-4/+4
| | | | Notes: svn path=/head/; revision=169566
* - update to 1.10Yen-Ming Lee2006-07-012-4/+4
| | | | Notes: svn path=/head/; revision=166710
* - Update to v1.09Aaron Dalton2006-06-193-4/+4
| | | | | | | | | - Rename patchfiles to satisfy portlint Approved by: tobez (implicit) Notes: svn path=/head/; revision=165719
* - update to 1.08Yen-Ming Lee2006-03-302-4/+5
| | | | Notes: svn path=/head/; revision=158424
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Take a perl@ hat and add SHA256 checksumsMathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148244
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304
* Update to 1.07Mathieu Arnold2005-05-242-3/+3
| | | | Notes: svn path=/head/; revision=136035
* Update to 1.06Mathieu Arnold2005-04-112-3/+3
| | | | Notes: svn path=/head/; revision=133037
* Update to 1.05Mathieu Arnold2005-04-113-4/+4
| | | | Notes: svn path=/head/; revision=133027
* Bump PORTREVISION on all ports that received the imlib2 shlib chase.Adam Weinberger2005-03-071-0/+1
| | | | Notes: svn path=/head/; revision=130541
* 1: Upgrade imlib2 to 1.2.0Vanilla I. Shu2005-03-071-1/+1
| | | | | | | | | | | 2: chase shared library version to 3. PR: ports/78347 Submitted by: Russell Jackson <raj at cserv62.csub.edu> Somepart by: me Notes: svn path=/head/; revision=130537
* Update to 1.04Mathieu Arnold2005-02-093-4/+21
| | | | | | | Add some doc & examples. Notes: svn path=/head/; revision=128379
* Update to 1.03Mathieu Arnold2004-07-132-4/+3
| | | | Notes: svn path=/head/; revision=113570
* Compensate for braindead xsubpp in 5.005_03. Now it actuallyAnton Berezin2004-07-012-1/+64
| | | | | | | | | | works correctly with older perls. While at it, assign maintainership to perl@, it should deal with this port better than ports@. Notes: svn path=/head/; revision=112669
* Update to 1.02Lars Thegler2004-06-062-3/+3
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=110957
* Unbeak for 5.005Mathieu Arnold2004-03-302-7/+452
| | | | Notes: svn path=/head/; revision=105714
* - Update to 1.01Erwin Lansing2004-02-093-27/+7
| | | | | | | | | | | | | | | | - Remove BROKEN - Use MODBUILD While I'm here, fix copy/paste error in comment that I botched when I added the port. This port still doesn not work with perl 5.005_03, so mark it IGNORE for that version Based on: PR: 62416 Submitted by: Dominic Mitchell <dom@happygiraffe.net> Notes: svn path=/head/; revision=100515
* BROKEN on 5.x: does not compileKris Kennaway2004-02-091-1/+7
| | | | Notes: svn path=/head/; revision=100439
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360