aboutsummaryrefslogtreecommitdiff
path: root/www/WebMagick
Commit message (Collapse)AuthorAgeFilesLines
* Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.Mathieu Arnold2017-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | There are two cases: - The upstream versionning is compatible with our versionning, or using DISTVERSION's magic leads to a compatible PORTVERSION, use DISTVERSION. If it is possible to use DISTVERSIONPREFIX and DISTVERSIONSUFFIX to make it compatible, use them. - The upstream versionning is not compatible with our versionning, and DISTVERSION's magic does not lead to a correct PORTVERSION, then set PORTVERSION to the equivalent of our versionning, and set DISTNAME. It is possible to use a third variable where you store upstream's version and use it to compute PORTVERSION and/or DISTNAME, like the dns/bind9* ports do. Sponsored by: Absolight Notes: svn path=/head/; revision=438272
* Upgrade to 2.03pre29Andrey A. Chernov2017-01-192-5/+5
| | | | Notes: svn path=/head/; revision=431913
* Upgrade to 2.03pre28Andrey A. Chernov2016-12-191-3/+3
| | | | Notes: svn path=/head/; revision=428951
* Upgrade to 2.03pre28Andrey A. Chernov2016-12-191-2/+2
| | | | Notes: svn path=/head/; revision=428949
* Update to 2.03pre27Andrey A. Chernov2016-10-072-5/+5
| | | | Notes: svn path=/head/; revision=423447
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Switch to @sampleDmitry Marakasov2015-05-252-5/+7
| | | | | | | | - Drop @dirrm* from plist - Add LICENSE_FILE Notes: svn path=/head/; revision=387440
* Upgrade to 2.03pre26Andrey A. Chernov2015-05-162-6/+4
| | | | Notes: svn path=/head/; revision=386496
* Convert to USES=autoreconf (developer warning)Andrey A. Chernov2015-05-151-2/+2
| | | | Notes: svn path=/head/; revision=386381
* Update ImageMagick to 6.9.0.4.Koop Mast2015-01-181-2/+2
| | | | | | | | | | | | | | | | | | | | | - Normalize the ImageMagick library name so it stays the same regardless of what the 16-bit and HDRI option are set to [1]. Teach cmake to look for the new name. Bump ports that link to the libraries due to this. - As a result do away with the "HALFSUPPORTED" option block, and list 16-bit and HDRI with the other options. - ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2 a mandatory dependency (instead of only when the SVG option was selected). - Don't touch .keep files in the modules directory, there files there so it useless. PR: 194949 [1] PR: 195227 [2] Requested by: many [1] Submitted by: software-freebsd@interfasys.ch [2] Notes: svn path=/head/; revision=377347
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-1/+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
* Remove * from LIB_DEPENDS lines and specify the default library nameKoop Mast2014-11-071-1/+1
| | | | | | | for ImageMagick. Using '*' it is unsupported and potention bugs here. Notes: svn path=/head/; revision=372250
* Oops, meant pre-configure. Thanks, antoine!Adam Weinberger2014-07-211-1/+1
| | | | Notes: svn path=/head/; revision=362487
* As suggested by ache, actually check for the presence of Image/Magick.pm and ↵Adam Weinberger2014-07-211-5/+8
| | | | | | | | | only barf if it doesn't exist. Notes: svn path=/head/; revision=362484
* Turn the wacky X11 check into an OPTION.Adam Weinberger2014-07-211-9/+9
| | | | | | | | | This program requires that ImageMagick be built with the PERL option enabled. I don't know of any way to force this, so package building will be perpetually broken. I at least added a warning message. Notes: svn path=/head/; revision=362449
* Update to 2.03pre25Andrey A. Chernov2014-07-152-5/+4
| | | | Notes: svn path=/head/; revision=361927
* Update to 6.8.9-3 [1][3].Koop Mast2014-06-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use USES=compiler:openmp for the OPENMP option[2] Ditch the use of perl for patching etc [4] and silence perl threaded check [6] -delay option spurious message should be fixed [5] JASPER option was replace by JPEG2000 for JP2k support. Put 16BIT_PIXEL and HDRI option separate option block. These options change the library name, so the user needs to take this into consideration. Use new LIB_DEPENDS syntax. Use @sample for config files. Sprinkle some USES=pkgconfig for some ports, since we don't pull it in anymore at run-time. PR: 185462 [1] PR: 187548 [2] PR: 182793 [3] PR: 181746 [4] PR: 176047 [5] PR: 190814 [6] Submitted by: c.petrik.sosa@gmail.com [1] Matthieu Volat <mazhe@alkumuna.eu> [2] free.bsd@webstyle.ch [3] andrnils@gmail.com [4] rfg@tristatelogic.com [5] Michelle Sullivan <michelle@sorbs.net> [6] Approved by: portmgr (blanket) (for NO_STAGED ports) Notes: svn path=/head/; revision=358176
* Convert to stageAndrey A. Chernov2014-05-103-17/+11
| | | | Notes: svn path=/head/; revision=353605
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Upgrade to 2.03pre24Andrey A. Chernov2014-01-062-4/+4
| | | | Notes: svn path=/head/; revision=338883
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* Upgrade to 2.03pre23Andrey A. Chernov2013-08-082-4/+4
| | | | Notes: svn path=/head/; revision=324377
* Upgrade to 2.03pre22Andrey A. Chernov2013-08-072-4/+4
| | | | Notes: svn path=/head/; revision=324365
* Update to 2.03pre21Andrey A. Chernov2013-08-074-15/+15
| | | | Notes: svn path=/head/; revision=324328
* - Convert to new perl frameworkAndrej Zverev2013-08-031-2/+1
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324180
* Update to 2.03pre20Andrey A. Chernov2013-07-302-4/+4
| | | | Notes: svn path=/head/; revision=323997
* Update to 2.03pre19Andrey A. Chernov2013-07-292-4/+4
| | | | Notes: svn path=/head/; revision=323922
* Add some shebangfix to allow building most of the ports tree without ↵Baptiste Daroussin2013-05-071-5/+6
| | | | | | | | | | /usr/bin/perl Submitted by: John Marino Obtained from: DPorts Notes: svn path=/head/; revision=317605
* Upgrade to 2.03pre18Andrey A. Chernov2013-01-082-5/+4
| | | | Notes: svn path=/head/; revision=310060
* - Bump port after ImageMagick updateBeech Rintoul2012-12-111-1/+2
| | | | | | | | - Remove version - Bump PORTREVISION Notes: svn path=/head/; revision=308713
* Upgrade to 2.03pre17Andrey A. Chernov2012-11-272-4/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307831
* Upgrade to 2.03pre16Andrey A. Chernov2012-08-262-4/+4
| | | | Notes: svn path=/head/; revision=303178
* Update to 2.03pre15Andrey A. Chernov2012-08-022-4/+4
| | | | Notes: svn path=/head/; revision=301863
* Use DISTVERSION instead of hardcoded constantsAndrey A. Chernov2012-07-241-2/+2
| | | | Notes: svn path=/head/; revision=301455
* Upgrade to 2.03pre14 (fix error with new perl)Andrey A. Chernov2012-07-232-5/+5
| | | | Notes: svn path=/head/; revision=301387
* Upgrade to 2.03pre13Andrey A. Chernov2012-06-142-6/+5
| | | | Notes: svn path=/head/; revision=299237
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Upgrade to 2.03pre12Andrey A. Chernov2012-05-272-5/+5
| | | | Notes: svn path=/head/; revision=297541
* Upgrade to 2.03pre11Andrey A. Chernov2012-05-212-5/+5
| | | | Notes: svn path=/head/; revision=297113
* Update to 2.03pre10Andrey A. Chernov2012-05-182-5/+5
| | | | Notes: svn path=/head/; revision=296887
* Upgrade to 2.03pre9Andrey A. Chernov2012-05-122-5/+5
| | | | Notes: svn path=/head/; revision=296498
* Update to 2.03pre8Andrey A. Chernov2012-05-092-5/+5
| | | | Notes: svn path=/head/; revision=296315
* Upgrade to 2.03pre6Andrey A. Chernov2012-04-212-5/+5
| | | | Notes: svn path=/head/; revision=295190
* Upgrade to 2.03pre5Andrey A. Chernov2012-04-072-5/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294350
* 1) Remove patches reflecting the project CVS and update to equivalentAndrey A. Chernov2012-04-079-2585/+31
| | | | | | | | | | | just released 2.03pre4 beta. 2) Use autotools. 3) Add LICENSE. Feature safe: yes Notes: svn path=/head/; revision=294311
* 1) Update to the latest version from the project CVSAndrey A. Chernov2012-04-054-150/+561
| | | | | | | | | 2) Don't overwrite user-changed /usr/local/etc/webmagickrc Feature safe: yes Notes: svn path=/head/; revision=294235
* Update to the latest version from the project CVSAndrey A. Chernov2012-04-012-42/+62
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294067
* Update to the latest version from the project CVSAndrey A. Chernov2012-03-313-149/+260
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294053
* Update to the latest version from the project CVSAndrey A. Chernov2012-02-273-97/+128
| | | | Notes: svn path=/head/; revision=292318
* Update to the latest version from the project CVSAndrey A. Chernov2012-01-223-93/+126
| | | | | | | (--prepend added) Notes: svn path=/head/; revision=289630