Commit graph

95 commits

Author SHA1 Message Date
Guido Falsi
c1c123d63a - Update to 2.46.0
- Use new MASTER_SITE

This new version depends on the new py-qt5 ports. Thanks to rakuco
and Tobias Berner for helping me make it land in the ports tree!

Also thanks to Kovid Goyal (calibre developer) for his suggestions
on making new calibre releases work on FreeBSD.
2015-12-14 13:52:11 +00:00
Guido Falsi
28bc300922 Fix packaging for some edge cases.
PR:		203555
Submitted by:	amdmi3@
MFH:		2015Q4
2015-10-06 20:27:00 +00:00
Koop Mast
510ebc9605 Update librsvg2 to 2.40.10.
Replace gtk20 dependancy with gdk-pixbuf2 and pango, and drop the
gtk-engines2 run dependacy.

Update ports to take the dependacy changes into account.

PR:		202378
Exp-run by:	antoine@
2015-08-29 15:59:40 +00:00
Koop Mast
757724fd75 Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.

PR:		201477 [1]
Submitted by:	olivierd@ [1]
2015-08-02 16:06:16 +00:00
Baptiste Daroussin
25c34fd38f Update icu to 55.1 2015-04-23 21:26:09 +00:00
Koop Mast
563f73ccfe Update poppler to 0.30.0 [1].
Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].

PR:		196599 [1]
Submitted by:	olivierd@ [1]
Exp-run by:	antoine@
Obtained from:	upstream [2]
2015-02-03 12:28:23 +00:00
Guido Falsi
425d278174 - Enable the qt_hack component. It requires private qt headers, so
add a depend on extracting those from the qt4-gui port [1]
- While here, strip binaries

PR:		197218 [1]
Submitted by:	yuri@rawbw.com
2015-02-01 15:46:04 +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
Guido Falsi
1e8925003b - Fix .desktop entries [1]
While here:

- Don't create unneeded empty directories
- Silence one installation command

PR:		196817 [1]
Submitted by:	Lawrence Chen <beastie at tardisi.com>
2015-01-17 21:28:35 +00:00
Baptiste Daroussin
a142bf87a1 There is no traces of lshal without the calibre source code 2014-12-28 12:09:39 +00:00
Guido Falsi
c35fa3beef Take
Approved by:	Rusty Nejdl <rnejdl at ringofsaturn.com> (former maintainer)
2014-12-15 17:20:40 +00:00
Max Brazhnikov
2d2662f134 Bump PORTREVISION after graphics/poppler update to 0.26.3 2014-11-25 12:55:53 +00:00
Koop Mast
6b1c2ea085 Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
2014-11-07 09:55:22 +00:00
Guido Falsi
d9bb253488 - Update to 1.48.0
- Remove deprecated @dirrms from plist
- Switch dependency on py-imaging with py-pilllow
- Convert to USES=python

PR:		193397
Submitted by:	rnejdl@ringofsaturn.com (maintainer)
2014-09-28 21:54:56 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Tijl Coosemans
3bd8e1bebe - Convert graphics/libwmf to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-08-24 21:30:44 +00:00
Marcus von Appen
4a970c888a - Update to version 1.47.0
PR:		192466
Approved by:	rnejdl@ringofsaturn.com (maintainer)
2014-08-08 20:40:33 +00:00
John Marino
d50a777123 deskutils/calibre: Update version 1.44.0 => 1.45.0 plus clean-up
The PR as provided did not pass stage checks.  Not only were there new
installed files not represented in the pkg-plist, but patching the html
files caused the .orig versions to be installed too.  That required
a post-patch target to remove as well as the updated pkg-plist.

A long standing issue that was non-fatal on FreeBSD but fatal on DragonFly
involved the use of the calibre RC script.  The calibre.in template is
filled in at ${WRKDIR}/calibre, the same exact location for the default
configure directory.  FreeBSD handled that problem like this:

  "No write acces [sic] to /work/a/ports/deskutils/calibre/work/calibre
   using a temporary dir instead"

But the error code returned by DragonFly caused this message there:
  "OSError: [Errno 20] Not a directory: '/wrkdirs/deskutils/calibre/
   work/calibre/global.py'"

The solution was to set CALIBRE_CONFIG_DIRECTORY to another location.
Strangely this directory is removed by the build later.

Another change I made was to move XDG_CONFIG_HOME from
${STAGEDIR}/.config to ${WRKDIR}/xdg-config where it doesn't need to
be deleted as a post-install step.  Strangely, this directory is empty
after the build, so all this XDG_CONFIG_HOME can probably be removed
completely.

The remaining changes were wrapping lines to respect an 80-column limit
and unmasking install commands.

PR:		191957
Submitted by:	maintainer (Rusty Nejdl)
2014-07-21 21:31:27 +00:00
Guido Falsi
5c5a6948c5 - Update to 1.44.0
- rc script fixes and variable to run the server from home directorry.

PR:		191806
Submitted by:	rnejdl@ringofsaturn.com (maintainer)
2014-07-12 15:19:15 +00:00
Guido Falsi
945b93bc74 Update to 1.43.0
PR:		191636
Sumitted by:	rnejdl@ringofsaturn.com (maintainer)
2014-07-06 15:47:08 +00:00
Guido Falsi
2ac01fc83f Update to 1.42.0
PR:		191499
Submitted by:	me
Approved by:	rnejdl@ringofsaturn.com (maintainer)
2014-06-30 07:00:36 +00:00
Koop Mast
cf906e5cf2 Update to 6.8.9-3 [1][3].
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)
2014-06-17 20:05:30 +00:00
Guido Falsi
113d0b56ba - Update to 1.35.0
PR:		ports/189265
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2014-05-03 15:45:25 +00:00
Guido Falsi
5bcb6a1a02 - Update to 1.30.0
- Convert to USES=tar
- Fix stage orphans

PR:		ports/188160
Submitted by:	me
Approved by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2014-04-02 14:42:34 +00:00
Guido Falsi
4f1604c79c - Update to 1.23.0
PR:		ports/186609
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2014-02-11 16:44:11 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Guido Falsi
1b9b990e83 - Update to 1.21.0
PR:		ports/186267
Submitted by:	Me
Approved by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2014-01-30 22:03:16 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Max Brazhnikov
58c79220ca - Add explicit dependence on Qt 4 components
PR:		ports/185101
Approved by:	general blanket approval
2014-01-06 16:24:22 +00:00
Koop Mast
2a51b2182a Update poppler to 0.24.4.
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.

Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.
2013-12-27 16:54:21 +00:00
Guido Falsi
bcabd79d96 - Update to 1.13.0
PR:		ports/184472
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2013-12-04 00:56:26 +00:00
Guido Falsi
38f9c10de1 - Update to 1.12.0
- Convert to staging

PR:		ports/183808, ports/184174, ports/184182
Submitted by:	"W.Scholten" <w-info2@xs4all.nl>,
		Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer),
		Andrea Magliano <masterblaster@tiscali.it>
Approved by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2013-12-01 21:29:23 +00:00
Dmitry Marakasov
fdb84adb5d - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with d)
Approved by:	portmgr (bdrewery)
2013-10-22 13:52:24 +00:00
Baptiste Daroussin
cf104c570b Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils) 2013-09-20 16:21:37 +00:00
Guido Falsi
67a90623fa - Update to 1.2.0
PR:		ports/181939
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2013-09-12 11:45:41 +00:00
Guido Falsi
90059feda1 - Update to 0.9.42
- While here convert to new LIB_DEPENDS format

PR:		ports/181039
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2013-08-05 21:14:47 +00:00
Guido Falsi
78a46bcef6 - Update to 0.9.37
- Add rc script for calibre-server

PR:		ports/180046
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2013-07-01 18:34:45 +00:00
Bryan Drewery
45700251e8 - Update to 0.9.30
PR:		ports/178486
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2013-06-05 22:24:16 +00:00
Guido Falsi
ef8587d3fc - Update to 0.9.27
- Remove support for unsupported FreeBSD versions

Approved by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer, via email)
Feature safe:	yes
2013-04-16 21:40:44 +00:00
Jeremy Messenger
8112386f17 - Update poppler to 0.22.2.
- Bump the rest ports that depend on the poppler and poppler-qt because of
  shared library version have been changed.
- Add a note in the UPDATING for require to rebuild all ports that depend
  on poppler.

Submitted by:	kwm (poppler* part)
2013-03-21 05:27:16 +00:00
Max Brazhnikov
3503833535 Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
2013-02-03 18:16:54 +00:00
Guido Falsi
8574828368 - Update to 0.9.11
- Fix build with clang by making qmake explicitly search for glib and gtk.

PR:		ports/175136
Submitted by:	myself
Approved by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2013-01-16 21:30:42 +00:00
Baptiste Daroussin
2ed39f40cb Chase icu, graphite2 and libexttextcat bump 2012-12-18 23:09:07 +00:00
Bryan Drewery
e3e0afa146 - Update to 0.9.10
PR:		ports/174522
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2012-12-17 20:55:10 +00:00
Bryan Drewery
d17cde6328 - Chase graphics/ImageMagick update
- Trim header
2012-12-13 18:35:52 +00:00
Ruslan Makhmatkhanov
ce9ad8e98a - update to 0.9.8 [1]
- remove bogus setuptools dependency
- remove deprecated Author field and replace tab with space in in pkg-descr:WWW

PR:		174081
Submitted by:	rm (myself), Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) [1]
Feature safe:	yes
2012-12-03 19:37:57 +00:00
Bryan Drewery
e592ceff22 - Update to 0.9.7 [1]
- Add missing build dependencies needed for
  bash completion generation; detected by
  poudriere

PR:		ports/173913 [1]
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) [1]
Feature safe:	yes
2012-11-26 05:54:09 +00:00
Pawel Pekala
cc05a9e381 - Update to version 0.9.6
- Remove PODOFO option, graphics/podofo is now required to build

While I`m here:
- Remove shlib versions
- Don't quote CFLAGS, LDFLAGS
- Remove uneeded plist substitutions
- Fix plist

PR:		ports/173096 [1]
PR:		ports/173525 [2]
Submitted by:	maintainer [1]
		Armin Gruner <ag-freebsd@muc.de> [2]
Approved by:	maintainer (with modifications)
Feature safe:	yes
2012-11-24 10:30:00 +00:00
Bryan Drewery
30a32f4f8d - Update to 0.8.70 [1]
- Update to new header
- Fix PODOFO being missed for options conversion

Changes: http://calibre-ebook.com/whats-new

PR:		ports/172099 [1]
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2012-10-04 12:14:35 +00:00
Bryan Drewery
f6a56a362d - Update to 0.8.68
PR:		ports/171463
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
Approved by:	eadler, bapt (mentors, implicit)
2012-09-10 02:03:04 +00:00