Commit graph

93 commits

Author SHA1 Message Date
Baptiste Daroussin
338c9a8c8d Chase hyphen shlib change 2014-06-29 23:14:14 +00:00
Boris Samorodov
29d2713a1f print/scribus: Update to version 1.4.4.
Most Important Changes:
* PDF/X-1a export.
* The Barcode plug-in has been updated to reflect the latest changes in the underlying Barcode Writer in Pure PostScript (BWIPP).
* The Autoquote script has been rewritten and enhanced. It now provides more options and adds thin spaces to French texts where appropriate.
* A script to align images in frames has been added.
* Full support of the OpenICC Directory Proposal (http://www.oyranos.org/wiki/index.php?title=OpenIccDirectoryProposal).
* The handling of transparencies in Photoshop-generated TIFF files has been improved.
* Page borders can now act as guides (and thus be used for snapping of items).
* The CMYK color palette created by the Newspaper Association of America (NAA) for newspaper advertisements has been integrated into Scribus.
* A new color palette for professional geographers has been added.
* Export to various bitmap formats has been re-enabled on Mac OS X.
* Several issues related to the user interface and canvas display have been resolved.
* Adjustments for Windows 8.x.
* An issue with the spellchecker, resulting in a crash, has been resolved.
* Documentation and translation updates and improvements.

For a complete list of changes see: http://bugs.scribus.net/view_all_bug_page.php?filter=99610
2014-06-12 15:38:14 +00:00
Boris Samorodov
80bf6a711f Utilize USES+=tar:xz. 2014-05-16 08:30:45 +00:00
Boris Samorodov
ac4a4f4000 . stageify;
. remove some plist entries which belongs to MTREE;
. fix some clang c++ issues.
2014-05-13 09:15:58 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Antoine Brodin
2dceac3c61 Fix LIB_DEPENDS 2013-12-27 12:34:09 +00:00
Baptiste Daroussin
44e9f64a27 Convert LIB_DEPENDS for ports depending on boost 2013-12-12 14:15:03 +00:00
Baptiste Daroussin
6c6152ff82 Add NO_STAGE all over the place in preparation for the staging support (cat: print) 2013-09-20 22:43:59 +00:00
Boris Samorodov
f265afcb2a . update to version 1.4.3;
. remove a patch to build with clang (it was incorporated upstream);
. take maintainership.

PR:		ports/180964
Submitted by:	bsam (me)
Approved by:	sylvio (maintainer is considered absent, did not respond to PRs for 3 months, last commit was 6+ months)
2013-08-08 12:09:50 +00:00
Boris Samorodov
e4a7262497 Fix build with latest clang:
-----
/usr/ports/print/scribus/work/scribus-1.4.2/scribus/plugins/scriptplugin/runscriptdialog.cpp:13:43: error: addition of default argument on redeclaration
makes this constructor a default constructor
RunScriptDialog::RunScriptDialog(QWidget* parent = 0, bool extEnable = false) :
^ ~
/usr/ports/print/scribus/work/scribus-1.4.2/scribus/plugins/scriptplugin/runscriptdialog.h:24:3: note: previous declaration is here
RunScriptDialog(QWidget* parent, bool extEnable);
^
1 error generated.
*** Error code 1
-----

PR:		ports/179042
Submitted by:	"O. Hartmann" <ohartman@zedat.fu-berlin.de>
Patch by:	bsam (me)
Tested by:	"O. Hartmann" <ohartman@zedat.fu-berlin.de>
Approved by:	sylvio (maintainer, timeout 3+ weeks)
2013-06-19 21:37:29 +00:00
Martin Wilke
a6d53c9120 - Fix i18n manpages 2013-06-14 00:36:22 +00:00
Boris Samorodov
6b75c870cc Remove a debugging information forgotten at the previous commit. 2013-05-24 17:20:27 +00:00
Boris Samorodov
7a9104bdca . update to version 1.4.2;
. remove the indefinite article from COMMENT;
. remove ABI version numbers from LIB_DEPENDS;
. utilise USES+=desktop-file-utils pkgconfig shared-mime-info;
. build with hunspell rather then aspell.

PR:		ports/178414
Submitted by:	bsam (me)
Approved by:	sylvio (maintainer timeout, 2+ weeks)
2013-05-24 17:16:35 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Li-Wen Hsu
ddb097c515 - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation 2013-03-02 22:32:48 +00:00
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Sylvio Cesar Teixeira
fdfb8d63ef - Fix problem of duplicate LATEST_LINK values with scribus-devel port.
Reported by: erwin@
2012-05-30 18:11:52 +00:00
Sylvio Cesar Teixeira
341d5ef9b8 - Update to 1.4.1
PR:		ports/167919
Submitted by:	bsam@
2012-05-15 16:48:04 +00:00
Boris Samorodov
dc3f519a3a Update mime and desktop databases via @exec and @unexec at pkg-plist.
This change should have been done at the previous commit [1].
Bump PORTREVISION.

PR:		ports/164609 [1]
Submitted by:	bsam (me) [1]
Pointed out by:	makc
Tested at:	Redports
Approved by:	sylvio (maintainer timeout 15 days)  [1]
2012-02-15 16:46:48 +00:00
Boris Samorodov
199dfd2c0e Update to version 1.4.0. The new version uses QT4.
From the official site:
After almost 4 years of intensive work, the Scribus Team (www.scribus.net)
has released the new stable version 1.4.0 of the Open Source desktop
publishing program Scribus.[...] In summary, more than 2000 feature
requests and bugs have been resolved since the development of this
new version started.

PR:		ports/164592 [1]
		ports/164609 [2]
Submitted by:	Sergey Golyashov <svvord@ulona.org> [1], bsam [2]
Approved by:	sylvio (maintainer timeout 15 days)
2012-02-14 19:05:28 +00:00
Raphael Kubo da Costa
6fd8cb7810 Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.

Approved by:	avilla (mentor), portmgr (miwi)
Feature safe:	yes
2011-11-14 03:26:46 +00:00
Pav Lucistnik
b304eb398b - Unbreak
Submitted by:	coder.tuxfamily <coder@tuxfamily.org>
2011-10-14 23:00:42 +00:00
Pav Lucistnik
69d6be9632 - Mark BROKEN: does not compile
/usr/ports/print/scribus/work/scribus-1.3.3.14/scribus/cupsoptions.cpp: In constructor 'CupsOptions::CupsOptions(QWidget*, QString)':
  /usr/ports/print/scribus/work/scribus-1.3.3.14/scribus/cupsoptions.cpp:63: error: 'ppd_file_t' was not declared in this scope

Reported by:	pointyhat
2011-10-14 16:43:03 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Martin Wilke
edbfcf1c23 - Kick MD5 Support 2011-07-03 06:14:57 +00:00
Max Brazhnikov
630ca2285f Bump PORTREVISION after open-mofit update 2011-05-02 12:44:53 +00:00
Dirk Meyer
3cab687895 - reduce dependecies
PR:		152849
Approved by:	(maintainer timeout)
2010-12-15 18:51:22 +00:00
Sylvio Cesar Teixeira
cd87a483ef - Fix of build
Reported by:	QAT
2010-03-31 14:12:37 +00:00
Sylvio Cesar Teixeira
aa18e32d9a - Update to 1.3.3.14
Approved by:	miwi (mentor)
2010-03-31 01:09:51 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Sylvio Cesar Teixeira
97ab2c3884 - Fix problem with can not find plugin "libsvgimplugin.so: Undefined symbol"
- BUMP PORTREVISION

PR:		ports/142801
Submitted by:	Oliver Adler <bug_reporter@a999.de>
Approved by:	miwi (mentor)
2010-02-02 23:37:46 +00:00
Sylvio Cesar Teixeira
ba072d1713 - Update my mail address to FreeBSD
Approved by:	miwi (mentor)
2009-11-27 22:52:30 +00:00
Dmitry Marakasov
3eb168f46b - Switch SourceForge ports to the new File Release System: categories starting with P,R,S 2009-08-22 00:35:32 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Steven Kreuzer
9a0713e57c Change maintainer to scjamorim@bsd.com.br
Submitted by:	scjamorim@bsd.com.br (to ports@)
Approved by:	carpetsmoker@rwxrwxrwx.net (maintainer), wxs (mentor, implicit)
2009-07-16 15:43:12 +00:00
Dmitry Marakasov
674ce85efc - Update to 1.3.3.13
PR:		135422
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	maintainer timeout
2009-06-29 10:22:50 +00:00
Martin Wilke
81100672d4 - Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by:	3 pointyhat runs
Thanks to:	pav, gahr, lwhsu, mva, amdmi3
2009-06-08 22:30:55 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Martin Wilke
d492c42ad2 - Update to 1.3.3.11
PR:		119663
Submitted by:	Vizeli Pascal <pvizeli@yahoo.de>
Approved by:	maintainer
2008-01-20 21:56:35 +00:00
Pav Lucistnik
93959dc410 - Add build dependency on perl
PR:		ports/118750
Submitted by:	Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
2007-12-16 19:23:26 +00:00
Rong-En Fan
98fd28e986 - Update to 1.3.3.8
- Unbreak
- Pass maintainership to submitter

PR:		ports/115816
Submitted by:	Martin Tournoij <carpetsmoker at xs4all.nl>
2007-08-26 08:22:55 +00:00
Rong-En Fan
f6ab086e18 - Reorder pkg-plist for upcoming update and unbreak 2007-08-26 08:12:49 +00:00
Kris Kennaway
c53b70ed6a BROKEN: Incorrect pkg-plist 2007-08-18 01:09:47 +00:00
Martin Wilke
ab96b2d45c - Unbreak
- Fix build after objformat removal
- Remove FreeBSD 4.X gruft
2007-07-02 18:45:55 +00:00