Commit graph

111 commits

Author SHA1 Message Date
Danilo Egea Gondolfo
8d8a3dcc73 - Update to 2.1.3 2018-07-29 22:49:09 +00:00
Danilo Egea Gondolfo
cff1547cce - Update to 2.1.2
- Don't append BUILD_DEPENDS to RUN_DEPENDS
- Switch to GTK3
2018-06-04 18:05:00 +00:00
Danilo Egea Gondolfo
065a58701d - Update to 1.8.11 2018-02-11 18:30:18 +00:00
Danilo Egea Gondolfo
93dce644a6 - Update to 1.8.10 2018-01-01 01:24:29 +00:00
Koop Mast
704ab44ef9 ImageMagick to 6.9.9-15.
* Disable FPX (FlashPix) support by default. This image format is really
  rare these days coupled with that there are known CVE's in libfpx and
  it doesn't seem to be maintained these days. It doesn't make sense to
  keep it enabled by default anymore. [1]
* Add new option for RAW support
* Fix portscout macro to only show 6.9.x versions

Bump other ports for the shared library bumps in IM 6.

PR:		222309 [1]
Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru> [1]
2017-09-28 15:36:31 +00:00
Danilo Egea Gondolfo
457a357987 - Update to 1.8.2 2017-06-07 04:06:33 +00:00
Danilo Egea Gondolfo
02ff3cf840 - Update to 1.8.0 2017-05-07 21:44:12 +00:00
Larry Rosenman
d704d68741 Remove option missed in previous commit.
Approved by:	rene (mentor)
2017-04-30 16:22:07 +00:00
Larry Rosenman
cbc2723b80 Remove optional dependency on expired port graphics/ocropus
Approved by:	rene (mentor)
2017-04-30 16:18:36 +00:00
Danilo Egea Gondolfo
54ccbad796 - Update to 1.7.3 2017-04-13 20:46:42 +00:00
Danilo Egea Gondolfo
b342171560 - Update to 1.7.2 2017-02-24 14:07:56 +00:00
Danilo Egea Gondolfo
b953962893 - Update to 1.7.1 2017-01-15 15:09:52 +00:00
Danilo Egea Gondolfo
067f4dd792 - Update to 1.6.0 2016-12-13 00:30:41 +00:00
Danilo Egea Gondolfo
d3e9d45603 - Update to 1.5.5
- Remove p5-Archive-Tar from RUN_DEPENDS list. It's present in Perl core.
2016-11-13 23:05:23 +00:00
Danilo Egea Gondolfo
563e79891f - Update to 1.5.4 2016-10-15 20:50:25 +00:00
Danilo Egea Gondolfo
9210d89685 - Update to 1.5.3 2016-10-13 14:09:02 +00:00
Danilo Egea Gondolfo
4a145ec36d - Update to 1.5.2 2016-08-28 21:14:52 +00:00
Danilo Egea Gondolfo
abc47f9355 - Update to 1.5.1 2016-07-31 01:26:01 +00:00
Danilo Egea Gondolfo
bfe84e6c2e - Update to 1.5.0 2016-06-29 15:24:16 +00:00
Danilo Egea Gondolfo
c877b9eb8d - Update to 1.4.0 2016-04-16 01:10:33 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Danilo Egea Gondolfo
e347c961e3 - Update to 1.3.9 2016-03-07 16:26:02 +00:00
Danilo Egea Gondolfo
45a27b928d - Update to 1.3.8 2016-02-06 13:07:23 +00:00
Danilo Egea Gondolfo
fe1768dcab - Update to 1.3.7 2016-01-18 13:30:59 +00:00
Danilo Egea Gondolfo
2ac385ec20 - Update to 1.3.6 2015-12-21 13:44:26 +00:00
Danilo Egea Gondolfo
c1c9f89c84 - Update to 1.3.5 2015-10-12 23:38:42 +00:00
Danilo Egea Gondolfo
4580de5d6c - Update to 1.3.4 2015-08-07 02:24:01 +00:00
Danilo Egea Gondolfo
fcac383bab - Update to 1.3.3 2015-08-02 17:59:47 +00:00
Danilo Egea Gondolfo
d2fe6eaeed - Update to 1.3.2
- Use tar:xz

PR:		201775
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2015-07-22 21:10:49 +00:00
Danilo Egea Gondolfo
7d4ab93667 - Fix a runtime dependency
- Fix a runtime error due a Linux dependent code snippet

Reported by:	Torfinn Ingolfsen <tingox@gmail.com>
Tested by:	Torfinn Ingolfsen <tingox@gmail.com>
MFH:		2015Q3
2015-07-05 03:30:41 +00:00
Danilo Egea Gondolfo
cdb3c5f107 - Update to 1.3.1 2015-05-12 03:35:31 +00:00
Danilo Egea Gondolfo
a0dd81697d - Update to 1.3.0 2015-01-31 15:02:12 +00:00
Koop Mast
bb89f80c35 Update ImageMagick to 6.9.0.4.
- 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]
2015-01-18 21:12:42 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Danilo Egea Gondolfo
c3a4a6a618 - Update from 1.2.6 to 1.2.7
- Take maintainership
2014-11-24 14:22:10 +00:00
Guido Falsi
4a3ac2f250 - Update to 1.2.6
- Add NO_ARCH
- Remove dirrms

PR:		194166
Submitted by:	tkato432 at yahoo.com
2014-10-13 17:06:50 +00:00
Martin Wilke
8c94117593 - Update to 1.2.5
PR:		191094
2014-06-18 03:50:31 +00:00
John Marino
d0bb05930a Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
2014-06-11 18:55:29 +00:00
Emanuel Haupt
e51ae914b5 Remove trailing whitespaces from category graphics 2014-02-21 13:37:15 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
John Marino
bfa0d76038 graphics/gscan2pdf: Fix PERL5 definition
Approved by:	portmgr (tabthorpe)
2013-11-01 14:52:57 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Baptiste Daroussin
926c80457b Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-16 17:07:26 +00:00
Baptiste Daroussin
9ff06b3cbf Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework
2013-04-29 22:27:05 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Andrej Zverev
4f3dde191d graphics/ImageMagick can change package name via PKGNAMESUFFIX.
We should not rely on this.

Reported by:	Jarrod Sayers <jarrod at downtools.com.au>
Pointy hat:	az@
2012-07-03 17:38:41 +00:00
Andrej Zverev
e6353d0b3d - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 16:47:42 +00:00
Brendan Fabeny
c2894a8bc4 also remove the -nox11 suffix from the djvulibre runtime dependency 2012-06-13 05:38:06 +00:00
Brendan Fabeny
dfe91aa6ae update DjVuLibre to 3.5.25.3 and adjust dependent ports: the QT3 GUI that was
formerly in graphics/djvulibre has been removed, and graphics/djvulibre-nox11
has been merged back into graphics/djvulibre
2012-06-13 04:49:48 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00