Commit graph

5338 commits

Author SHA1 Message Date
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
Hiroki Sato
45b081ac33 Fix build on systems which already have graphics/openjpeg in LOCALBASE. 2012-02-13 21:48:19 +00:00
Dirk Meyer
e84f51e6d7 - update to 1.5.2
PR:		Eygene
Submitted by:	Eygene Ryabinkin
2012-02-13 20:14:23 +00:00
Dirk Meyer
d3596ee15e - update to 1.5.2
PR:		164293
Submitted by:	Eygene Ryabinkin
2012-02-13 20:11:12 +00:00
Hiroki Sato
5d9f49026f Fix a URL in MASTER_SITES.
PR:	ports/165080
2012-02-13 03:57:12 +00:00
Gabor Pali
c4aebd467c - Please welcome GHC 7.0.4
GHC in the ports tree has been updated to version 7.0.4 and the port revision
for all the Haskell ports without version changes are bumped.  Other per-port
updates are coming soon.

This update also incorporates some improvements for bsd.cabal.mk that makes
working with Haskell ports even easier.

Thanks ashish@ for the help!

Obtained from:	FreeBSD Haskell
2012-02-13 03:49:32 +00:00
Hiroki Sato
e7399a84ee Add missing patches. This should fix build on !amd64 platforms. 2012-02-13 02:31:18 +00:00
Hiroki Sato
57f5bb7caf - Update MASTER_SITES.
- Add a patch to suppress a warning message.
- Style fixes.
2012-02-12 18:46:35 +00:00
Hiroki Sato
7ef6ca4409 Update to 9.05. Changes include:
- Ghostscript's PDF interpreter is now able to make use of the
  DroidSansFallback TrueType font to automatically substitute for
  missing CIDFonts. Whilst it is always best to ensure the
  original CIDFont is available for the best and most accurate
  output, the ability to make an automatic substitution will be
  valuable for those merely viewing or proofing such files.

- This release includes support for a proofing ICC profile. The
  command option is specified using -sProofProfile=filename. With
  this option, the color output will emulate what would be
  obtained had the source file been rendered on a device defined
  by the proofing profile. (See GS9_Color_Management.pdf for
  details.)

- This release includes support for a device link ICC
  profile. The command option is specified using
  -sDeviceLinkProfile=filename. With this option, the device link
  profile is added to the end of the link transform from source
  to destination. In this case, one can include a command line
  option like "-sDevice=tiff32nc -sOutputICCProfile=srgb.icc
  -sDeviceLinkProfile=linkRGBtoCMYK.icc" and source colors will
  be mapped through sRGB and through the device link profile to
  CMYK values for the device.

- Ghostscript now supports "unmanaged color transformations" for
  source DeviceXXX colors (in other words, they use a simple
  conversion, rather than the ICC profile based color
  workflow). This is beneficial in uses where performance takes
  precedence over ultimate color fidelity (the command line
  parameter -dUseFastColor enables this).

- The font set distributed with Ghostscript has been changed to
  the standard 35 Postscript-compatible fonts distributed by URW.

- Ghostscript now includes a simple ink-coverage device,
  contributed by Sebastian Kapfer (inkconv).

- The TIFF, JPEG and PNG output devices now support embedding of
  the device ICC profile in the output file.

- Ghostscript now ships modified OpenJPEG sources for JPEG2000
  decoding (replacing JasPer). Performance, reliability and
  memory use whilst decoding JPX streams are all improved

- jbig2dec now has simple halftone region support

- The ps2write device has had a large number of output quality
  and stability improvements.
2012-02-12 18:10:49 +00:00
Ruslan Makhmatkhanov
d9a8836733 - convert to using PYTHON_SITELIBDIR (non-functional change) 2012-02-12 17:03:29 +00:00
Max Brazhnikov
d7ade14b50 Update to 0.23.1
Switch to Qt4
Install icons and desktop files
2012-02-09 01:59:21 +00:00
Eitan Adler
36ffb32d5a Remove whitespace after b.p.m to help reduce false postives when searching for other junk after b.p.m
Trivial non-functional change so maintainer not contacted

Submitted by:	Alex Kozlov
2012-02-08 14:01:32 +00:00
Eitan Adler
2872eba657 The variable is USE_PERL5 not USE_PERL
Submitted by:	Alex Kozlov
Reviewed by:	perl (swills)
Approved by:	portmgr (pav)
2012-02-07 13:29:00 +00:00
Thierry Thomas
6dc71a81a4 Upgrade to 1.7.
Changelog at <http://www.fpdf.org/en/changelog.php>.

PR:		ports/164650
Submitted by:	Robert Simmons <rsimmons0 (at) gmail.com>
2012-02-05 21:47:30 +00:00
Jason Helfman
a174e22e3b - update maintainer address
PR:	ports/164764
Submitted by:	maintainer
Approved by:	crees, rene (mentors,implicit)
2012-02-05 05:58:53 +00:00
Eitan Adler
59389fbc5c Add the last two ports I added to build
Pointyhat to: me
2012-02-04 05:10:39 +00:00
Eitan Adler
f392d00091 pdfcolorsplit - a Python program that drives pdftk to split a PDF file into
color and b/w parts. Useful for printing large documents with a few color pages
when color printing is expensive. This program was inspired by Jeremy Sander's
dvicoloursplit.py.

WWW: http://homepages.inf.ed.ac.uk/imurray2/code/#pdfcolorsplit

PR:		ports/160208
Submitted by:	Aldis Berjoza <aldis@bsdroot.lv>
2012-02-04 05:07:23 +00:00
Raphael Kubo da Costa
bb58f34740 Add a .desktop file for the port. An upstream version will show up in the 2.1.x
series. Based on some initial work done by Denny Lin [1].

PR:		164076 [1]
Submitted by:	Denny Lin <dennylin93@hs.ntnu.edu.tw>
Reviewed by:	avilla
2012-01-29 00:03:17 +00:00
Alberto Villa
f234761615 The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, which
concludes the 4.7 series.

The official release notes can be found at:
http://kde.org/announcements/announce-4.7.4.php

PR:		162216
PR:		163662
2012-01-25 10:21:01 +00:00
Hiroki Sato
9ff397a9bf Create a missing directory for the manual page in the German and French version.
Spotted by:	pav
2012-01-24 06:19:31 +00:00
Hiroki Sato
4ea590181d - Add LICENSE.
- Add CUPS support.
2012-01-23 06:23:42 +00:00
Hiroki Sato
f79316b1da - Update to 9.4.7 (English version only)
- Add LICENSE.
- Add CUPS support.
- Add acroread(1) manual page.

Security:	APSA11-04
Security:	APSB11-24
Security:	CVE-2011-2462
Security:	CVE-2011-1353
Security:	CVE-2011-2431
Security:	CVE-2011-2432
Security:	CVE-2011-2433
Security:	CVE-2011-2434
Security:	CVE-2011-2435
Security:	CVE-2011-2436
Security:	CVE-2011-2437
Security:	CVE-2011-2438
Security:	CVE-2011-2439
Security:	CVE-2011-2440
Security:	CVE-2011-2441
Security:	CVE-2011-2442
2012-01-22 09:30:18 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Marcelo Araujo
cf95c5b5e5 - Update to 1.3.6. 2012-01-20 01:03:18 +00:00
Thomas Abthorpe
c541f27f86 - Reset ports due to maintainer timeouts and lack of response to emails
With hat:	portmgr
2012-01-19 03:35:49 +00:00
Max Brazhnikov
ce24535467 Update to 3.11.12 2012-01-16 12:30:50 +00:00
Hiroki Sato
36c6b82601 Update to 9.04. 2012-01-15 08:02:26 +00:00
Martin Wilke
6d350812b0 - Update to 2.92 2012-01-14 19:14:05 +00:00
Dirk Meyer
e99e060d34 - escape shell names 2012-01-14 14:52:13 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Alexander Leidinger
752eb94549 Add the missing dependency to gnutls.
Reported by:	Da Rock <freebsd-ports@herveybayaustralia.com.au>
2012-01-13 21:41:03 +00:00
Alex Dupre
1a2bbb2652 Fix port.
Pointyhat to:	me
2012-01-13 11:59:34 +00:00
Alex Dupre
f7309710ee - Add forgotten patch
- Switch to OPTIONS
- Add Java bindings [1]

Submitted by:	Oliver Brandmueller <ob@e-Gitt.NET> [1]
2012-01-13 09:17:41 +00:00
Raphael Kubo da Costa
5c20da37ff Update to 2.0.2.
This includes two upstream SVN commits that should make the port build with
clang.

Approved by:	avilla (mentor)
2012-01-12 12:55:15 +00:00
Alex Dupre
1b91e235c3 Chase pdflib.so version and bump PORTREVISION accordingly. 2012-01-10 11:41:37 +00:00
Alex Dupre
150631b3c3 Update to 7.0.5 release and remove unneeded libtool hacks. 2012-01-10 11:40:12 +00:00
Thomas Abthorpe
e0ac1afbf4 - The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
2012-01-09 15:41:08 +00:00
Julien Laffaye
37ecb166b2 Add a symlink so ldconfig can find the shared object.
While I am here, use PLIST_SUB variables.

PR:		ports/163750
Submitted by:	arrowdodger <6yearold@gmail.com>
2012-01-02 21:48:33 +00:00
Pawel Pekala
6b4b1372fe - Update to version 0.7 [1]
- Switch to dynamic plist [1]
- lpr-wrapper-cups needs same patch as lpr-wrapper
- Fix bash invocation in all installed scripts

PR:		ports/158935 [1]
Submitted by:	Jin-Sih Lin <linpct@gmail.com> [1]
Approved by:	maintainer
2011-12-28 21:24:28 +00:00
Li-Wen Hsu
7c38681ac2 - Unbreak and update to 0.0.4-beta 2011-12-22 15:06:31 +00:00
Pietro Cerutti
26adf215d6 - Fix PLIST when building WITHOUT_NLS
- Bump PORTREVISION

Reported by:   Jim Long <james@umpquanet.com>
2011-12-20 12:50:52 +00:00
Michael Scheidell
3724275ff9 - Builds on 9.x now
PR:		ports/163106
Approved by:	gabor (mentor)
2011-12-15 14:16:01 +00:00
MIHIRA Sanpei Yoshiro
4e895d10f6 Avoid Makefile, our implicit rules (in sys.mk) are better.
PR:		ports/163228
Feature safe:	yes
2011-12-13 13:32:30 +00:00
Brendan Fabeny
aaad4c096a update to 3.7.3
Feature safe:	yes
2011-12-06 14:14:13 +00:00
Steve Wills
f2df7d5adf Remove these ports as they are no longer included in the upstream
ruby-gnome.

devel/ruby-gconf2
devel/ruby-gnomevfs
devel/ruby-libglade2
graphics/ruby-gnomecanvas2
graphics/ruby-libart2
print/ruby-gnomeprint
www/ruby-gtkhtml2
www/ruby-gtkmozembed
x11-toolkits/ruby-gnomeprintui
x11-toolkits/ruby-gtkglext
x11-toolkits/ruby-panelapplet
x11/ruby-gnome2-all

PR:		ports/162139
Submitted by:	TAKATSU Tomonari <tota@freebsd.org> (based on)
Feature safe:	yes
2011-12-05 22:53:04 +00:00
Cy Schubert
ed4d923b39 Fix build with fltk-1.3.0.
Feature safe:	yes
2011-12-04 06:25:20 +00:00
Julien Laffaye
88f07471b1 Update to 2.6.1
PR:		ports/161306
Submitted by:	"Simon Olofsson" <simon@olofsson.de> (maintainer)
Feature safe:	yes
2011-11-30 20:34:19 +00:00
Cy Schubert
0c1de55039 Fix build errors due to cups 1.5.0.
Assume maintainership of this orphan.

Feature safe:	yes
2011-11-29 21:15:20 +00:00
Martin Wilke
b24a5a7fc1 - Update to 2.4.7
PR:		162848
Submitted by:	Ports Fury
Feature safe:	yes
2011-11-25 17:00:52 +00:00
Dirk Meyer
6e72b5d939 - fix case problems with PAPERSIZE
- fix install of emacs support files
PR:		161059
Submitted by:	Osamu Tsumori

Feature safe:	yes
2011-11-19 13:02:48 +00:00