Commit graph

4730 commits

Author SHA1 Message Date
Hiroki Sato
6fefb478d6 Fix multiple integer overflows and lack of boundary check found
and marked as CVE-2009-583 and CVE-2009-584:

CVE-2009-583:

  Multiple integer overflows in icc.c in the International Color
  Consortium (ICC) Format library (aka icclib), as used in
  Ghostscript 8.64 and earlier and Argyll Color Management
  System (CMS) 1.0.3 and earlier, allow context-dependent
  attackers to cause a denial of service (heap-based buffer
  overflow and application crash) or possibly execute arbitrary
  code by using a device file for a translation request that
  operates on a crafted image file and targets a certain "native
  color space," related to an ICC profile in a (1) PostScript
  or (2) PDF file with embedded images.

CVE-2009-584:

  icc.c in the International Color Consortium (ICC) Format
  library (aka icclib), as used in Ghostscript 8.64 and earlier
  and Argyll Color Management System (CMS) 1.0.3 and earlier,
  allows context-dependent attackers to cause a denial of
  service (application crash) or possibly execute arbitrary code
  by using a device file for processing a crafted image file
  associated with large integer values for certain sizes, related
  to an ICC profile in a (1) PostScript or (2) PDF file with
  embedded images.

Security:	CVE-2009-583
Security:	CVE-2009-584
Approved by:	portmgr (pav)
2009-04-20 08:08:50 +00:00
Martin Wilke
b3ffc8c765 - Fix security problems
Note:
An integer overflow error within the "cff_charset_compute_cids()"
function in cff/cffload.c can be exploited to potentially cause
a heap-based buffer overflow via a specially crafted font.

Multiple integer overflow errors within validation functions in
sfnt/ttcmap.c can be exploited to bypass length validations and
potentially cause buffer overflows via specially crafted fonts.

An integer overflow error within the "ft_smooth_render_generic()"
function in smooth/ftsmooth.c can be exploited to potentially cause
a heap-based buffer overflow via a specially crafted font.

Approved by:	portmgr (pav)
Obtained from:	freetype git repo
Security:	http://www.vuxml.org/freebsd/20b4f284-2bfc-11de-bdeb-0030843d3802.html
2009-04-18 09:55:39 +00:00
Stanislav Sedov
c6762e8051 - Update lang/ocaml to 3.11.0. [1]
- Fix devel/cil build with 3.11.0 by using proper object file name
- Fix devel/deputy build with 3.11.0 by using proper object file name
- Fix lang/mtasc. Ocamlp4 syntax has changed and usage of ';' as delimiters
  is not allowed now.
- Fix usage message in lang/mtasc.
- Implement a FreeBSD specific code for retriving the executable path in lang/mtasc.
- Update devel/omake to 0.9.8.5.
- Fix devel/omake compilation with 3.11 by dropping an unused reference from the code.
- Fix www/geneweb build with 3.11 by not emitting errors for warnings.
- Fix print/advi build. [2]
- Update lang/cduce to 0.5.3 (this fixes build with ocaml 3.11.0).

PR:		ports/130845 [1] [2] (based on)
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1],
		Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [2]
2009-04-11 13:23:05 +00:00
Martin Wilke
a95a46ac8e - Update to 3.6.7
PR:		133560
Submitted by:	bf <bf2006a@yahoo.com> (maintainer)
2009-04-11 11:48:09 +00:00
Martin Wilke
c208f10cc4 - Update to 20090408
PR:		133580
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-04-11 11:44:25 +00:00
Martin Wilke
7a35b09c8e - Update to 2.78 2009-04-11 09:51:23 +00:00
Stanislav Sedov
66a8eb459a - Fix build by linking to a shared lcms library instead of static one.
- Link with the shared version of jbig library.

Reported by:	pav
2009-04-10 08:30:54 +00:00
Joe Marcus Clarke
ae52bc8089 Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider.  Almost all of the Gecko consumers
can make use of this provider by setting:

WITH_GECKO=libxul

The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
2009-04-10 05:56:28 +00:00
Philip M. Gollucci
eac6867d0f - convert to RUBYGEM_AUTOPLIST
remove x-generate-plist and friends
- use RF macro and remove SUBDIR where possible
- remove some uneeded GEM_NAME=${DISTNAME}
  (this c/should be handled better in bsd.*.mk)

other deltas specific to individual ports:
  audio/rubygem-mp3info     - unbreak, fix packaging, bump PORTREVISION
  devel/rubygem-rapt        - adopt
  devel/rubygem-rspec       - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set
  devel/rubygem-ruby2ruby   - add #' for vim highlight
  graphics/rubygem-extifr   - drop PORTREVISION=0
  graphics/rubygem-gd2      - add #' for vim highlight
  www/rubygem-rubyfulsoup   - swap GEM_NAME / DISTNAME for constistency

Sponsored by:   RideCharge Inc.
Tested on:      RideCharge's Tinderbox
Reviewed by:    stas
2009-04-09 00:11:47 +00:00
Li-Wen Hsu
5febb2feab - Fix building with boost 1.37
PR:		ports/133040
Submitted by:	amdmi3
2009-04-07 12:24:28 +00:00
Li-Wen Hsu
d0901a77fb - Fix building with boost 1.37
PR:		ports/133044
Submitted by:	amdmi3
Approved by:	maintainer
2009-04-07 12:23:13 +00:00
Hiroki Sato
7fba07ed76 Add missing dependencies: gdkpixbuf and libxml2.
PR:	ports/133194
2009-04-05 17:25:58 +00:00
Pav Lucistnik
56f0980b18 - Connect acroread9 to the build
Forgotten by:	hrs
2009-04-02 08:36:15 +00:00
Martin Wilke
84b909ec6f - Update to 2.76 2009-03-31 08:28:23 +00:00
Pav Lucistnik
8e2a45d5cb - Mark MAKE_JOBS_UNSAFE 2009-03-30 12:31:01 +00:00
Hiroki Sato
f63b36949a Fix packing list. 2009-03-29 08:51:48 +00:00
Hiroki Sato
e0dfdb6afa Fix packing list.
Spotted by:	QAT
2009-03-29 08:07:00 +00:00
Hiroki Sato
faa799d333 Fix post-install target.
Spotted by:	Jeff Molofee
2009-03-29 05:10:30 +00:00
Hiroki Sato
b5a670a4ad Update to 8.64. Changes include:
- Improvements to overprint and spot color support in documents with
  transparency, improvements to PDF and PS output, proper handling of
  PDF-specific text rendering modes and support for reading
  AES-encrypted PDF documents.

- Improved handling of CJK text, especially in vertical writing modes.

- Improved memory footprint processing some files at high resolution.

- The handling of color spaces has been moved from PostScript code to
  C.

- A number of the included printer drivers and cups wrappers have been
  updated to support a PDF-based workflow. Also fixed are several
  long-standing bugs in the pcl drivers with respect to duplex,
  resolution and paper tray selection.
2009-03-28 20:05:52 +00:00
Hiroki Sato
d5d186f732 Add acroread9, Adobe Reader 9.1.0. For changes since Adobe Reader
8.x, see the following URL:

	http://blogs.adobe.com/acroread/2009/03/#entry-9871
2009-03-28 18:11:44 +00:00
Hiroki Sato
1f785b1e46 Update to 8.1.4. This version includes serious security fixes.
Security:	APSB09-04
Security:	APSB09-03
Security:	CVE-2009-0193
Security:	CVE-2009-0658
Security:	CVE-2009-0927
Security:	CVE-2009-0928
Security:	CVE-2009-1061
Security:	CVE-2009-1062
Security:	http://www.adobe.com/support/security/bulletins/apsb09-04.html
PR:		ports/133039
2009-03-28 16:01:34 +00:00
Martin Wilke
3820b6c2eb - Mark MAKE_JOBS_SAFE for SMP compilation 2009-03-26 13:05:01 +00:00
Pav Lucistnik
208b451f01 - Fix probing HP PS 8250 printer
PR:		ports/127810
Submitted by:	Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
Approved by:	maintainer timeout (5 months)
2009-03-25 16:42:56 +00:00
Mario Sergio Fujikawa Ferreira
bfff7a6ee7 Mark MAKE_JOBS_SAFE for SMP compilation 2009-03-25 14:12:22 +00:00
Pav Lucistnik
6e85ce8e25 - Mark BROKEN: does not fetch
Reported by:	pointyhat
2009-03-20 21:22:11 +00:00
Alex Dupre
a44e04c931 Fix build. 2009-03-20 08:26:12 +00:00
Alex Dupre
e38acfa848 Update to 2.1.6 release. 2009-03-20 06:49:25 +00:00
Boris Samorodov
0263b9d868 Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:		ports/132510
Submitted by:	bsam (me)
Exp-run by:	portmgr (pav)
2009-03-19 17:28:51 +00:00
Jeremy Messenger
f56281c4d5 Release these ports into wild. I don't have time for these ports anymore. I am
keeping maintain two ports that don't require a lot of time to take care of.
2009-03-18 20:06:38 +00:00
Dirk Meyer
5e16114ca1 - update to 0.2 2009-03-15 20:56:02 +00:00
Dirk Meyer
b834f4cfed -improve text
Submitted by:	Alexey Dokuchaev
2009-03-14 17:05:50 +00:00
Stanislav Sedov
f5d05ea54d - Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:	thompsa (old version), miwi
Tested by:	miwi
2009-03-09 17:15:43 +00:00
Joe Marcus Clarke
c4615c3d4d Update to 2.18.6. 2009-03-08 07:35:23 +00:00
Gabor Pali
997a9f1ec2 - Update to 1.12
PR:		ports/132279
Submitted by:	Jacula Modyun <jacula (at) gmail (dot) com> (maintainer)
Approved by:	tabthorpe
2009-03-06 19:29:45 +00:00
Marcelo Araujo
9c943f891c - Update to 1.3.3. 2009-03-04 18:33:39 +00:00
Marcelo Araujo
2c02bc4d8f - Update to 0.9.9. 2009-03-04 17:00:59 +00:00
Oliver Lehmann
395f5a4663 update Xfce to 4.6
for more information please read

        http://www.xfce.org/about/news?id=21
2009-03-02 16:51:57 +00:00
Martin Wilke
ecddd673a7 - Update to 2.75 2009-02-28 20:43:17 +00:00
Mikhail Teterin
92d89f7bac Parallelized build appears to break on occasion... Disable it until I
figure out, how to fix the dependencies.
2009-02-28 19:33:38 +00:00
Pav Lucistnik
3e5c25345c - Update to 20090124
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2009-02-27 12:29:00 +00:00
Beech Rintoul
8950730a25 - Update to 20090224
PR:		ports/132105
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-02-25 20:58:28 +00:00
Sergey Skvortsov
54bc7f8f3f Don't use PERL_VER (it will be deleted soon), use PERL_VERSION instead. 2009-02-24 13:31:53 +00:00
Michael Johnson
3dd6819937 Update to 1.0.15 2009-02-24 02:07:12 +00:00
Renato Botelho
efdc1e06c1 PostScript allows you to write PostScript files from Perl.
It has graphics primitives that allow lines, circles and boxes to be drawn.

WWW:	http://search.cpan.org/dist/PostScript/

PR:		ports/131990
Submitted by:	Fernan Aguero <fernan.aguero at gmail.com>
2009-02-23 12:47:00 +00:00
Max Brazhnikov
5f6ba2a345 Use my @FreeBSD.org email for the rest of my ports 2009-02-21 11:31:28 +00:00
Martin Wilke
79f4292b98 - Update to 2.74 2009-02-20 15:44:16 +00:00
Marcus von Appen
b73f95f908 Updated my mail address to use @FreeBSD.org now.
Approved by: miwi (co-mentor), beech (mentor)
2009-02-19 21:45:43 +00:00
Beat Gaetzi
4e74941f5a - Distfile reolled. Comment in etoolbox.tex removed and documentclass changed.
PR:		ports/131855
Submitted by:	Veit Jahns <vj562001 AT yahoo.de> (maintainer)
Approved by:	miwi (mentor)
2009-02-19 16:41:52 +00:00
Mikhail Teterin
5ea916e03c Upgrade from 1.5.4 to 1.5.7. The newer version(s) want TeXLive, which is
yet to hit the ports tree. However, some people have already started
using LyX-1.6.x on other systems and 1.5.7 is required for upward
compatibility with 1.6. So, here we are -- unfortunately, with teTeX
things like unusual paper-sizes are likely to come out wrong.

As soon as TeXLive is available, I'll upgrade the sibling-port print/lyx
from 1.4.x to 1.6.x directly.
2009-02-19 05:14:57 +00:00
Martin Wilke
f655ce79fd - Update to 0.4.1
Approved by:	maintainer implicit
2009-02-15 22:28:24 +00:00
Dirk Meyer
6eea9654f3 - add PORTSCOUT 2009-02-15 16:46:16 +00:00
Rong-En Fan
79230ea4f2 - Update to 4.8.2 2009-02-15 09:03:44 +00:00
Dirk Meyer
4aadfac3dc - remove option GVFS_OPEN
PR:		131472
2009-02-14 18:31:24 +00:00
Stanislav Sedov
72a5a24477 - Fix plist after ruby update by generating it dynamically. 2009-02-14 01:31:15 +00:00
Martin Wilke
5f794cdccd - Update to 0.4.0
PR:		130816
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-02-08 23:46:08 +00:00
Martin Wilke
7dc0808db3 rubygem-prawn-layout is an extension to Prawn that provides
table support and other layout.

WWW: http://rubyforge.org/projects/prawn/

PR:		ports/130813
Submitted by:	wenheping at gmail.com
2009-02-08 23:45:39 +00:00
Philip M. Gollucci
8ea07b0f27 - Distfile re-rolled upstream:
The distribution file changed, only adding README file.

PR:             ports/131334
Submitted by:   Koji Yokota <yokota@res.otaru-uc.ac.jp> (maintainer)
2009-02-04 07:58:16 +00:00
Martin Wilke
780e8a39f0 2009-01-19 games/emacs-chess: has been broken for more than 6 months
2009-02-01 devel/subversion-devel: Use devel/subversion or devel/subversion-freebsd instead of this port
2009-01-19 devel/hs-hat: has been broken for more than 6 months
2009-01-19 devel/hs-hpl: has been broken for more than 6 months
2009-01-19 databases/mysqlbigram: has been broken for more than 6 months
2009-01-19 mail/claws-mail-clamav: has been broken for more than 6 months
2009-01-19 mail/sylpheed2-devel: has been broken for more than 6 months
2009-01-19 www/pecl-mnogosearch: has been broken for more than 6 months
2009-01-31 x11-fonts/mathfonts: This port was supported by Mozilla 1.8 (including Firefox 2.0) - to be replaced by  STIX fonts for Firefox 3.x
2009-01-19 x11-wm/fluxspace: has been broken for more than 6 months
2009-01-31 x11-wm/expocity: project has been abandoned
2009-01-19 x11/bbuname: has been broken for more than 6 months
2009-01-19 security/squidclam: has been broken for more than 6 months
2009-01-19 print/virtualpaper: depends on broken, expired port
2009-01-19 print/ifhp: has been broken for more than 6 months
2009-01-19 net-p2p/peercast: has been forbidden for more than 6 months
2009-01-19 palm/pdbc: has been broken for more than 6 months
2009-01-19 net-mgmt/NeTraMet: has been broken for more than 6 months
2009-01-19 net-im/sulci: has been broken for more than 6 months
2009-01-19 multimedia/mjpegtools-yuvfilters: has been broken for more than 6 months
2009-01-19 multimedia/helixplayer: has been broken for more than 6 months
2009-01-19 lang/quack: has been broken for more than 6 months
2009-01-19 misc/pybliographer: has been broken for more than 6 months
2009-01-19 net/versuch: has been broken for more than 6 months
2009-01-19 net/py-mantissa: has been broken for more than 6 months
2009-01-19 net/libunpipc: has been broken for more than 6 months
2009-01-19 net/gnometelnet: has been broken for more than 6 months
2009-01-19 net/gacxtool: depends on expired, broken port
2009-01-19 devel/py-coro: has been broken for more than 6 months
2009-01-19 chinese/stardict2-dict-zh_TW: has been broken for more than 6 months
2009-01-19 x11-themes/gtk-industrial-theme: has been broken for more than 6 months
2009-02-03 22:38:25 +00:00
Dirk Meyer
624b3ba4f0 - add option WITH_GVFS_OPEN 2009-02-03 12:58:33 +00:00
Li-Wen Hsu
683d152723 - Update to 0.0.3 2009-02-02 14:34:13 +00:00
Beech Rintoul
ec81abc4e4 - Update portversion to 1.7
PR:		ports/131203
Submitted by:	Veit Jahns <vj562001@yahoo.de> (maintainer)
2009-02-02 04:45:10 +00:00
Marcelo Araujo
7c806af372 - Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.

PR:		ports/125243
Submitted by:	pgollucci
Reworked by:	myself
Tested on:	pointyhat exp-run (pav)
2009-02-02 01:36:16 +00:00
Michael Johnson
3e0445982b Update to 1.0.13 2009-02-01 17:19:41 +00:00
Pav Lucistnik
9f4b988059 - Update download location 2009-01-31 23:03:25 +00:00
Pav Lucistnik
0d06c4f12a - Update download locations, files that are no longer available mirror locally
Reported by:	-fetch-original pointyhat run
2009-01-30 22:14:55 +00:00
Gabor Kovesdan
8a1fd861b7 - Update to 2.5.0
- Update author info

PR:		ports/131064
Submitted by:	"Simon Olofsson" <simon@olofsson.de> (maintainer)
2009-01-30 18:47:16 +00:00
Pav Lucistnik
dcc73bfa48 - Now builds in presence of devel/p5-ExUtils-CBuilder
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2009-01-29 21:27:20 +00:00
Pav Lucistnik
b9e5a45266 - Fix build
PR:		ports/131030
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>

- Style
2009-01-29 19:58:27 +00:00
Thomas Abthorpe
03d630f85c - Unbreak after recent guile update
PR:		ports/130919
Submitted by:	Jan Henrik Sylvester <me janh.de>
Approved by:	maintainer implicit
2009-01-28 14:46:20 +00:00
Beech Rintoul
320e75d1fb - Update to 0.8c
PR:		ports/130978
Submitted by:	Veit Jahns <vj562001@yahoo.de> (maintainer)
2009-01-26 21:28:04 +00:00
Michael Johnson
014a60cd32 Update to 1.9.45 2009-01-25 17:21:42 +00:00
Florent Thoumie
340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00
Martin Wilke
0a3634953d - Mark BROKEN after lang/guile update
Reported by:	exp-run (via pav)
2009-01-22 16:04:49 +00:00
Ion-Mihai Tetcu
20bc066e50 Bump PORTREVISION after the recent libtasn1 shared lib update. 2009-01-21 12:39:59 +00:00
Pav Lucistnik
ecd4141bbd - Update to 2.2
PR:		ports/130441
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2009-01-20 22:48:26 +00:00
Pav Lucistnik
7f070494ea - Update download locations 2009-01-20 16:02:10 +00:00
Rong-En Fan
d897e29fb6 Add pkipplib which is a prerequisite of pykota.
pkipplib is a Python library which can prepare IPP requests with the
help of a somewhat high level API. These requests can then be sent to
an IPP printer or print server (e.g. CUPS).  This library can also parse
IPP answers received, and create high level Python objects from them.

WWW: http://www.pykota.com/software/pkipplib/
2009-01-19 13:52:42 +00:00
Gerald Pfeifer
a8724bf596 Bump USE_GCC=4.1+ to USE_GCC=4.2+. 2009-01-18 05:56:11 +00:00
Dirk Meyer
a6f9484f59 - add LICENSE: 2009-01-16 17:22:52 +00:00
Martin Wilke
874f34a006 - Update to 1.0.1
PR:		130440
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2009-01-14 08:42:30 +00:00
Martin Wilke
12049643e6 - Fix insecure temporary files
PR:		based on 130028
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:	maintainer timeout
2009-01-12 12:32:51 +00:00
Pav Lucistnik
4978a482db - Chase fop update in depobj
Reported by:	pointyhat
2009-01-11 15:09:11 +00:00
Joe Marcus Clarke
610ae56816 Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes.  On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs.  The documentation updates
to the website are forthcoming.

This release features commits by adamw, ahze, kwm, mezz, and myself.  It would
not have been possible without are contributors and testers:

Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet

PR:		125857 [1]
		126993 [2]
		130031 [3]
		127399 [4]
		127661 [5]
		124302 [6]
		129570 [7]
		129936
		123790
2009-01-10 05:22:13 +00:00
Pav Lucistnik
523aa753ed - This port does not need libgnugetopt 2009-01-09 10:06:31 +00:00
Pav Lucistnik
8827cead8a - USE_GZIP does not need to be defined last few years 2009-01-08 17:01:39 +00:00
Pav Lucistnik
38301e5da0 - Fix fetch
Reported by:	pointyhat
2009-01-06 20:13:11 +00:00
Pav Lucistnik
313b5d4208 - Maintainer address is bouncing:
550 5.1.1 <js@jeannot.org>... User unknown
2009-01-06 19:26:41 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +00:00
Xin LI
5bbd5cd2dc Bump PORTREVISION's after OpenLDAP update.
Suggested by:	rafan
2009-01-05 19:04:45 +00:00
Pav Lucistnik
fcfa6648b2 - Correct expiration date 2009-01-05 16:14:19 +00:00
Rong-En Fan
511c4cfd89 - Update to 4.8.1 2009-01-03 08:08:37 +00:00
Rong-En Fan
538ea84bcb - Make it PREFIX-clean by using relative TEXMFDIR in plist 2009-01-03 08:07:39 +00:00
Hiroki Sato
e87bda9f9a Ignore return value of updmap-sys(1) when a mapfile is added. 2008-12-31 08:47:22 +00:00
Marcelo Araujo
a348f38648 - Update to 5.9.3. 2008-12-30 09:53:32 +00:00
Philip M. Gollucci
f60432367f CATEGORIES+= python for py- ports missing it
PR:             ports/124921
Approved by:    portmgr (pav)
2008-12-28 10:54:08 +00:00
Martin Wilke
97982c276b - Update to 20081224
PR:		129933
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2008-12-26 22:19:52 +00:00
Mark Linimon
7cf77d236e Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on ports
right now, by request.

Hat:	portmgr
2008-12-25 03:13:51 +00:00
Martin Wilke
0dab74ae8e - Update to 0.3.0
PR:		129903
Submitted by;	Wen Heping <wenheping@gmail.com> (maintainer)
2008-12-25 00:26:19 +00:00
Jeremy Messenger
c783713567 - Update to 1.0.12.
- Correct the path of snmp (lib -> libexec).
- Do not comment out the debugprint or it crashes when try to add printer from
  samba.

Approved by:	ahze (maintainer)
2008-12-24 18:47:29 +00:00
Jeremy Messenger
5c37a8c5bd Update to 1.9.44.
Approved by:	ahze (maintainer)
2008-12-24 18:45:37 +00:00
Martin Wilke
0d7150ecbc - Update to 2.72
- Take maintainership
2008-12-23 20:05:59 +00:00
Martin Wilke
8fc0dfc1e6 - Update to 1.12
- Take maintainership
2008-12-23 19:50:36 +00:00
Pav Lucistnik
a785612b43 - Set for expiration in one month: has been broken for more than 6 months 2008-12-19 22:00:33 +00:00
Pav Lucistnik
2b0ce6de90 - Set for expiration, this port depends on broken, expired port lang/pm3-base 2008-12-19 21:26:31 +00:00
Juergen Lock
c34c7bd3cd Update to 4.1.0 2008-12-19 18:38:39 +00:00
Mark Linimon
d1ea8df926 Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-12-18 02:33:39 +00:00
Pav Lucistnik
59461e9a7d - Update to 1.9.19
PR:		ports/128963
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by:	maintainer timeout (joerg; 1 month)
2008-12-17 16:38:26 +00:00
Pav Lucistnik
10ad1e7bc0 - Update to 3.38
PR:		ports/128864
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
2008-12-17 16:01:25 +00:00
Hiroki Sato
bab75ff8dc Update distinfo. The version 0.3.4 has been rolled out but most
of distribution sites still have the 0.3.3 in zip format for some
reason, so local copy of distfile is used at this moment.
2008-12-16 13:06:50 +00:00
Pietro Cerutti
ca1f18c5cc - Fonts needed to build and not provided with the sources have been packed
and put online. This decreases the total distfiles' size and semplifies
  the post-extract target.
2008-12-11 23:49:42 +00:00
Hiroki Sato
190dbaf9b4 Update to 0.3.4. 2008-12-06 18:53:26 +00:00
Joe Marcus Clarke
49c933f44a Update to 0.2.2. 2008-12-05 22:32:45 +00:00
Martin Wilke
62dad3f9d5 - Update to 0.8a
PR:		129347
Submitted by:	Veit Jahns <vj562001@yahoo.de> (maintainer)
2008-12-04 19:59:35 +00:00
Pietro Cerutti
14d4ea6315 - Update to 2.11.65
- Restore documentation in English, French and German. Spanish still broken.
2008-12-03 15:52:49 +00:00
Martin Wilke
e1c3fa8490 - Update to 1.3.6
PR:		129234
Submitted 	tabthorpe@
Approved by:	maintainer
2008-12-01 21:08:47 +00:00
Dmitry Marakasov
abcc256603 - Update to 4.3
PR:		129325
Submitted by:	Veit Jahns <vj562001 at yahoo dot de> (maintainer)
2008-12-01 14:49:57 +00:00
Mario Sergio Fujikawa Ferreira
232159b31e Drop maintainership. 2008-11-30 04:21:07 +00:00
Martin Wilke
01bc57d259 ups add missing patches 2008-11-29 15:37:38 +00:00
Martin Wilke
63beade619 - Fix hpssd Denial of Service
This can be exploited to crash the service by sending specially crafted
requests to the default port 2207/TCP.

PR:		129097
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:	maintainer
Security:	http://www.vuxml.org/freebsd/37940643-be1b-11dd-a578-0030843d3802.html
2008-11-29 15:36:43 +00:00
Gabor Kovesdan
97e86b69ed Take maintainership of the following important ports:
ports/archivers/zoo
ports/print/dvips
ports/print/latex
ports/print/tex
ports/textproc/ispell
2008-11-29 00:34:50 +00:00
Mark Linimon
a34ad4f459 Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,
and no commit activity for 3 months.

Hat:	portmgr
2008-11-29 00:11:56 +00:00
Mark Linimon
fc3bac806c Reset bdluevel@heitec.net: email address bounces. 2008-11-28 22:46:08 +00:00
Dirk Meyer
02319fd548 - Fix integer overflow in PNG validation
Security: http://www.cups.org/str.php?L2974
PR:		129193
2008-11-28 07:33:34 +00:00
Dirk Meyer
6d4746618d - Fix NULL pointer dereference in MaxSubscription
Security: http://www.openwall.com/lists/oss-security/2008/11/19/4/
Security: http://www.openwall.com/lists/oss-security/2008/11/20/2
Obtained from:	Michael Sweet
PR:		129001
2008-11-28 07:32:56 +00:00
Alex Dupre
a78b72618f The PDF Renderer is an open source, all Java library which renders
PDF documents to the screen using Java2D.

Some features:

 * view PDFs in your own app
 * print-preview before exporting PDF files
 * render PDFs to PNGs in a server-side web application
 * view PDFs in a 3D scene
 * draw on top of PDFs and annotate them in a networked viewer

WWW: https://pdf-renderer.dev.java.net/
2008-11-25 08:24:06 +00:00
Martin Wilke
a066b89dc9 The PECL-haru extension provides bindings to the
libHaru library. libHaru is a free, cross platform,
and Open Source library for generating PDF files.

WWW: http://pecl.php.net/package/haru/

PR:		ports/129033
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-11-23 18:12:48 +00:00
Michael Johnson
c7b6c5f16e Fix typo 2008-11-22 18:07:48 +00:00
Michael Johnson
01f86045e0 Update to 1.0.11 2008-11-22 17:52:15 +00:00
Michael Johnson
44a712831c Update to 1.9.43 2008-11-22 17:16:46 +00:00
Ion-Mihai Tetcu
f6f0a42722 - fix plist for -DNOPORTDOCS
- bump PORTREVISION

Prompted by:	QAT QA run
2008-11-22 08:06:12 +00:00
Ying-Chieh Liao
8f79cfd53c upgrade to 2.1.0
drop maintainership

PR:		129012
Submitted by:	Wen Heping <wenheping@gmail.com>
2008-11-21 17:39:49 +00:00
Hiroki Sato
17af4d2a1e Update dependency due to addition of textproc/linux-scim-gtk. 2008-11-21 15:49:50 +00:00
Pietro Cerutti
d8e9ae25b1 - Update to 2.11.64 (Documentation still broken upstream) 2008-11-18 23:14:38 +00:00
Rong-En Fan
53ed6d0437 - Fix CVE 2008-3863, 2008-4306
PR:		ports/128958
Submitted by:	Eygene Ryabinkin <rea-fbsd at codelabs.ru>
Obtained from:	http://cvs.fedoraproject.org/viewvc/devel/enscript/
2008-11-18 14:20:01 +00:00
Pav Lucistnik
1b8b768f5e The supertabular bundle defines the supertabular and supertabular*
environments.  They make it possible to have a tabular that spans multiple
pages.  Each page is its own tabular environment, thus the various parts may
have different widths.

WWW: http://www.ctan.org/tex-archive/macros/latex/contrib/supertabular/

PR:		ports/126673
Submitted by:	Jorge Niedbalski <niedbalski@gmail.com>
2008-11-14 13:53:36 +00:00
Pietro Cerutti
5beaa11a66 - Update to 2.11.63
- Ignore documentation support (still broken upstream)
2008-11-11 21:24:53 +00:00
Thomas Abthorpe
e2b427f333 rtf2latex2e is a program that translates RTF (rich text format) files into
LaTeX files. It translates text formatting, tables, figures, and equations.
The resulting LaTeX files are quite readable and suitable for editing.

WWW: http://sourceforge.net/project/showfiles.php?group_id=22324

PR:		ports/128041
Submitted by:	Martin Dieringer <martin.dieringer at gmx.de>
2008-11-11 14:42:37 +00:00
Martin Wilke
bb3f481af5 Prawn is a new pure Ruby PDF generation library,
with the long term goal of providing a suitable
replacement for PDF::Writer. It is being developed
under the auspices of the Ruby Mendicant project
with copious help from a number of mighty fine
contributors.

WWW: http://rubyforge.org/projects/prawn/

PR:		ports/128455
Submitted by:	wenheping at gmail.com
2008-11-09 23:25:09 +00:00
Hiroki Sato
81c29c9fc7 Update to Adobe Reader 8.1.3.
Release note:
   http://kb.adobe.com/selfservice/viewContent.do?externalId=kb407016&sliceId=1

Security vulnerabilities report:
   http://www.adobe.com/support/security/bulletins/apsb08-19.html

Security: CVE-2008-2992
Security: CVE-2008-2549
Security: CVE-2008-4812
Security: CVE-2008-4813
Security: CVE-2008-4817
Security: CVE-2008-4816
Security: CVE-2008-4814
Security: CVE-2008-4815
2008-11-07 18:00:32 +00:00
Hiroki Sato
b2bb7717ad - Fix pkg-plist.
- Some style clean-ups.

Spotted by:	pointyhat
2008-11-07 17:08:52 +00:00
Hiroki Sato
1e51e1aaf7 Update to 8.63. Changes include (quoted from doc/News.htm):
|Approximately 238 bugs have been fixed since version 8.62. Of particular note
|are robustness and performance improvements with large files, invalid PDF, and
|font handling.
|
|The major new feature of this release is multithreaded rendering. This can be
|requested by passing -dNumRenderingThreads=n on the command line. The input
|document is first parsed, and then each page is split into n bands which are
|rendered concurrently. This can provide a significant reduction in processing
|time on multi-core systems.
|
|Images are now always interpolated in their source colorspace. This improves
|correctness for XPS documents and avoids bypassing the custom color management
|callbacks for interpolated images. Interpolation and color management are both
|expensive operations, so this affects performance with large images. The effect
|can be positive or negative depending on the file and the target resolution. If
|performance is a problem, we suggest running with -dNOINTERPOLATION.
|
|Support for OpenPrinting Vector devices has been upgraded to version 1.0.
|
|There are two new devices in this release, both experimental. Behdad Esfahbod
|has contributed a cairo output device which uses the cairo graphics library to
|generate PDF, SVG, EPS, or PNG files, based on the requested filename
|extension. The svgwrite device directly outputs Scalable Vector Graphics, the
|W3C XML vector graphics format. Both support only vector art at this point;
|text and images will not be represented efficiently.
|
|Incompatible changes
|
|The maximum number of color components has been reduced to 8 (from 252) as a
|performance improvement. Eight is the largest number commonly used and the
|largest number for which we support continuous tone images. Users with special
|needs can restore the previous behavior by setting the
|GS_CLIENT_COLOR_MAX_COMPONENTS preprocessor symbol to the required number of
|components at compile time.
|
|The -Z: debugging option now uses 'realtime' instead of 'usertime' when
|reporting timing information on unix-like systems. This has always been the
|case on windows-like systems.
|
|Obsolete makefiles for the DesqView environment have been removed.
2008-11-02 15:42:29 +00:00
Oliver Lehmann
a72cc17587 update xfce to 4.4.3 2008-10-30 17:14:38 +00:00
Dmitry Marakasov
8fa39fab95 - Update print/hs-hscolour to version 1.10.1
PR:		128344
Submitted by:	Jacula Modyun <jacula at gmail dot com> (maintainer)
Approved by:	obraun (for lang/ghc and devel/hs-haddock-docs)
2008-10-26 18:14:28 +00:00
Martin Wilke
bb60f45648 - Update to 0.8
PR:		128275
Submitted by:	Veit Jahns <vj562001@yahoo.de> (maintainer)
2008-10-24 14:03:54 +00:00
Dirk Meyer
7cd54a0e8c - Update to 1.3.9 2008-10-15 07:47:04 +00:00
Dirk Meyer
9d31255fc8 - Security Update to 1.3.9
Security: http://www.freebsd.org/ports/portaudit/ce29ce1d-971a-11dd-ab7e-001c2514716c.html
Security: CVE-2008-3639
Security: CVE-2008-3640
Security: CVE-2008-3641
Submitted by:	Xin LI (delphij)
2008-10-15 07:46:23 +00:00
Marcelo Araujo
743c96bcae - Update to 5.9.1. 2008-10-14 01:13:52 +00:00
Nicola Vitale
39256433c2 - Update to 1.2.15
- Replace LOCAL/chinsan with LOCAL/nivit/${PORTNAME}/ in MASTER_SITES
2008-10-11 11:35:44 +00:00
Alex Dupre
f6cb08934e Update to 7.0.3 release. 2008-10-10 17:39:46 +00:00
Hiroki Sato
c4e8b112b7 Add missing dependency.
Submitted by:	Mel
PR:		ports/123576
2008-10-05 12:58:31 +00:00
Hiroki Sato
7b4624d7b6 Fix WITH_SHLIB=yes case.
Submitted by:	Ulrich Spoerlein
PR:		ports/127278
2008-10-05 03:15:51 +00:00
Hiroki Sato
1b1b9f626b Add a hyphen to ${TAR}'s option. It is useful when ${TAR} is
overridden by the user.

Submitted by:	adamw
PR:		ports/127165
2008-10-05 03:14:05 +00:00
Hiroki Sato
0b55dd0a5e Fix NOPORTDOCS=yes case. 2008-10-05 02:51:07 +00:00
Hiroki Sato
cf46a4a7a3 Fix dependency broken due to acroread7 removal. 2008-10-05 02:49:27 +00:00
Hiroki Sato
0621af5b39 Fix NOPORTDOCS=yes case and style cleanups. 2008-10-05 02:46:12 +00:00
Hiroki Sato
c6489c802f Fix an issue that print/ghostscript8 does not set
PKGNAMESUFFIX (-nox11) correctly when WITHOUT_X11=yes and one of
the X11 drivers are specified at a time.

PR:	ports/123859
2008-10-05 02:43:29 +00:00
Li-Wen Hsu
ffedbbef3e - Update to 1.05
PR:		ports/127748
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by:	Andrew McNaughton <andrew AT scoop.co.nz> (maintainer)
2008-10-01 19:56:54 +00:00
Martin Wilke
c56f78d70a - Update to 20080927
PR:		127702
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2008-09-30 08:53:48 +00:00
Erwin Lansing
7658303a9d Hook ifxetex up to the build to unbreak INDEX. 2008-09-27 19:14:05 +00:00
Wesley Shields
9a02f247f5 - Properly call mktexslr when (un)installing by package.
PR:		ports/127646
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2008-09-27 14:13:01 +00:00
Martin Wilke
8bc219bd4f - Fix segfault on amd64
- Bump PORTREVISION

PR:		127533
Submitted by:	Alan Garfield <alan@fromorbit.com> (maintainer)
2008-09-26 09:41:27 +00:00
Wesley Shields
ba4001b5d1 This very simple package, for both Plain and LaTeX, defines
the \ifxetex boolean for testing whether the TeX-variant
XeTeX is being used for typesetting.

Also provides the \RequireXeTeX command which throws
an error if XeTeX is not the engine in use.

WWW: http://www.ctan.org/tex-archive/macros/generic/ifxetex/

PR:		ports/127607
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de>
2008-09-25 01:20:23 +00:00
Joe Marcus Clarke
3ef3e2d1dc Remove the redundant CFLAGS definition for
TT_CONFIG_OPTION_BYTECODE_INTERPRETER.

PR:		127297
Submitted by:	koitsu
2008-09-24 22:53:21 +00:00
Pietro Cerutti
bf06aefeaa - Update to 2.11.59 2008-09-24 16:39:48 +00:00
Dirk Meyer
3eb74e63cb - package cleanup, do not created obsolte dirs
Reported by:	miwi
2008-09-07 14:01:42 +00:00
Dirk Meyer
cdfc2ab81b - update to new distfile
only packaging/cups.spec differs, as new distfile was created form tar.gz
2008-09-07 09:33:24 +00:00
Ion-Mihai Tetcu
36e8af75d9 - Fix fetch
Prompted by:	QAT on-commit run
2008-09-07 06:52:27 +00:00
Mark Linimon
d7018eab56 Reset tg due to lack of commits for several months and no response to email.
Hat:	portmgr
2008-09-07 00:54:46 +00:00
Mark Linimon
afc0f19cab Reset lofi due to not commits in over 3 months, PR backlog, and no response
to email.

Hat:	portmgr
2008-09-07 00:36:27 +00:00
Mark Linimon
d72c560b21 Reset infofarmer due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-07 00:19:05 +00:00
Dirk Meyer
b086c0b1b2 - update MASTER_SITES
ftp.easysw.com/pub/cups/1.3.8/ is broken/corrupted compromised.
2008-09-06 21:55:31 +00:00
Dirk Meyer
ae6890b349 - upate to 1.3.8
PR:		126881
Submitted by:	Martin Matuska
2008-09-06 21:50:52 +00:00
Jeremy Messenger
93b7b80a65 Update to 0.16.0.20080905; it works with GTK+ 2.14.x (current in MC CVS).
Reported by:	Joseph S. Atkinson <jsatkinson@embarqmail.com>
2008-09-06 18:46:40 +00:00
Dirk Meyer
b15a8cf164 - update to 1.3.8
PR:		126881
Submitted by:	Martin Matuska

- fix pkg_plist
PR:		127021
Submitted by:	Sunpoet Po-Chuan Hsieh
2008-09-06 09:26:49 +00:00
Hiroki Sato
00e8ec4600 Remove ports of Adobe Reader 7 and the localized versions because of
security vulnerability.  The print/acroreadwrapper new supports
acroread8 only.

Security:	CVE-2008-2641
Security:	CVE-2008-0883
Security:	http://www.adobe.com/support/security/bulletins/apsb08-15.html
2008-09-06 04:59:52 +00:00
Dmitry Marakasov
dcc927e603 - Update to 3.36
PR:		126206
Submitted by:	Ulrich Spoerlein <uspoerlein at gmail dot com>
Approved by:	maintainer timeout
2008-09-05 21:22:15 +00:00
Hiroki Sato
6e0909e045 * print/ghostscript-* and related ports have been renamed in the
following way:

	print/ghostscript-gnu -> print/ghostscript7
	print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11
	print/ghostscript-gnu-commfont -> print/ghostscript7-commfont
	print/ghostscript-gpl -> print/ghostscript8
	print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11
	japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont
	korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont

* USE_GHOSTSCRIPT now supports a version number which the port
  requires.  The valid value is "7" or "8".  If other value is
  specified, value of WITH_GHOSTSCRIPT_VER is used.

* WITH_GHOSTSCRIPT_GNU has been removed in favor of
  WITH_GHOSTSCRIPT_VER.  The valid value of WITH_GHOSTSCRIPT_VER is
  "7" or "8", and the default value is "8".

Approved by:	portmgr (pav)
2008-09-05 19:41:48 +00:00
Pav Lucistnik
5337219b74 - Update to 1.11
PR:		ports/125640
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer timeout (se; 1 month)
2008-09-05 15:40:05 +00:00
Martin Wilke
e8a23cc114 A LaTeX package, which provides facilities for inline and display quotations.
WWW: http://www.ctan.org/tex-archive/help/Catalogue/entries/csquotes.html

PR:		ports/126999
Submitted by:	vj562001 at yahoo.de
2008-09-05 14:22:42 +00:00
Felippe de Meirelles Motta
71c95c84ef - Update to 1.9.
PR:		ports/125611
Submitted by:	bf <bf2006a@yahoo.com>
Approved by:	maintainer timeout (> 2 weeks)
2008-09-02 19:06:45 +00:00
Michael Johnson
846d50dd7d Update to 1.0.7 2008-09-01 18:43:55 +00:00
Michael Johnson
4199ce3ee6 Update to 1.9.42 2008-09-01 18:26:20 +00:00
Pietro Cerutti
7bb10b8387 - Update to 2.11.57 2008-08-27 17:41:39 +00:00
Rong-En Fan
853d31bd4c - Update to 3.50
- License changed from GPLv2 to GPLv3
- Pass maintainership to submitter

PR:		ports/126831
Submitted by:	mm
Approved by:	rafan (maintainer)
2008-08-26 06:13:22 +00:00
Rong-En Fan
0ffedd3630 - Update to 20080824
PR:		ports/126804
Submitted by:	Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
2008-08-25 04:11:08 +00:00
Pietro Cerutti
0c8153a4c2 - Fix type: NO_CCACHE -> NOCCACHE 2008-08-21 23:11:29 +00:00
Pietro Cerutti
414f0598c9 - Update to 2.11.56 2008-08-21 08:39:27 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Mark Linimon
5bfea13350 Assign to new volunteer. 2008-08-20 07:02:21 +00:00
Mark Linimon
8c22b68fb0 Reset conrads@cox.net due to lack of time to work on FreeBSD.
Hat:		portmgr
2008-08-20 06:40:43 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Mark Linimon
cef1eb9517 Reassign to general pool by maintainer request.
Hat:		portmgr
2008-08-19 10:19:49 +00:00
Mark Linimon
238940659f Return laszlof's ports to the pool due to lack of time.
Hat:		portmgr
2008-08-19 09:18:37 +00:00
Martin Wilke
9a01490d5a - Update to 2.71
PR:		126601
Submitted by:	Ports Fury
2008-08-18 22:08:27 +00:00
Joe Marcus Clarke
13c8db50b5 Update to 0.2.1. 2008-08-16 18:50:08 +00:00
Edwin Groothuis
293a9a8dae [MAINTAINER UPDATE]: print/hs-hscolour updated to port version 1.10
Step 2 - print/hs-hscolour-docs

PR:             ports/126008
Submitted by:   Jacula Modyun <jacula@gmail.com>
2008-08-15 03:30:20 +00:00
Edwin Groothuis
84dcfb8d63 [MAINTAINER UPDATE]: print/hs-hscolour updated to port version 1.10
Step 1 - print/hs-hscolour

PR:		ports/126008
Submitted by:	Jacula Modyun <jacula@gmail.com>
2008-08-15 03:19:36 +00:00
Hye-Shik Chang
1e549655d1 Update to 1.21.2
PR:		125135
Submitted by:	Wen heping <wenheping@gmail.com>
2008-08-14 04:43:58 +00:00
Pietro Cerutti
3359caa6a3 - Fix build when textproc/flex is installed
- Fix PLIST
- Bump PORTREVISION
2008-08-13 19:06:55 +00:00
Henrik Brix Andersen
d4e9f404ca - Update to version 0.7.3. 2008-08-12 20:26:42 +00:00
Dirk Meyer
9117dc5853 - Security fix
PR:		126447
Submitted by:	Tsurutani Naoki
Obtained from:	http://www.cups.org/str.php?L2790
2008-08-12 14:21:12 +00:00
Martin Wilke
7a71327b56 - Update to 2.70
PR:		126429
Submitted by:	Ports Fury
2008-08-11 22:41:21 +00:00
Martin Wilke
1405eaecaf - Update to 1.5.6 (also change to qt4)
PR:		126428
Submitted by:	Ports Fury
2008-08-11 22:41:20 +00:00
Martin Wilke
6275e10aaf - Update to 1.6
PR:		126163
Submitted by:	Veit Jahns <vj562001@yahoo.de> (maintainer)
2008-08-11 22:10:20 +00:00
Pietro Cerutti
04d61a8ea3 - Update to 2.11.55 2008-08-07 21:16:37 +00:00
Martin Wilke
16d82841ce - Fix build after qt 4.4.1 update 2008-08-04 23:33:44 +00:00
Tilman Keskinoz
f6a3e314f0 Remove unneeded rundeps on qt4 buildtools
PR:		123362
Submitted by:	Max Brazhnikov
2008-08-01 09:46:54 +00:00
Volker Stolz
53e67c4f27 Mark as BROKEN if devel/p5-ExtUtils-CBuilder is installed: does not build due to .xs-processing
Noticed by:	turutani@scphys.kyoto-u.ac.jp
PR:		ports/125972
2008-07-30 03:15:15 +00:00
Michael Johnson
6db1540cea Try to remove xdg dirs 2008-07-26 18:43:46 +00:00
Michael Johnson
f3a7c1088b Update to 1.0.4 2008-07-26 18:39:26 +00:00
Felippe de Meirelles Motta
ae4fcb4142 - Update to 3.6.5.
PR:		ports/125393
Submitted by:	bf <bf2006a@yahoo.com>
Approved by:	gabor (mentor, implicit), maintainer timeout (>2 weeks)
2008-07-26 16:36:41 +00:00
Michael Johnson
412a1288be Update to 1.9.41 2008-07-26 02:59:11 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Beech Rintoul
8bbebbeb2b - Minimal patch to prevent a buffer overflow.
PR:		ports/125787
Submitted by:	Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
2008-07-22 04:13:02 +00:00
Alex Dupre
37aeaebbf7 GSView is covered by the AFPL license. 2008-07-21 12:55:44 +00:00
Rong-En Fan
fd47512c4d - Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION

PR:		ports/125435
2008-07-21 04:49:09 +00:00
Martin Wilke
1363a076bb - Update to 20080720
PR:		125813
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2008-07-20 20:48:22 +00:00
Hiroki Sato
b42ec39fd0 Update to 8.1.2 Security Update 1. Quoted from the advisory:
| A critical vulnerability has been identified in Adobe Reader and
 | Acrobat 8.1.2. This vulnerability would cause the application to
 | crash and could potentially allow an attacker to take control of
 | the affected system.

Security:	CVE-2008-2641
Security:	CVE-2008-0883
Security:	http://www.adobe.com/support/security/bulletins/apsb08-15.html
2008-07-20 17:17:07 +00:00
Hiroki Sato
c4470d4716 Update to 11.85. Changes include:
- Font locking has been improved significantly.  It is now less
  prone to color bleeding which could lead to high resource
  usage.  In addition it now includes information about LaTeX
  macro syntax and can indicate syntactically incorrect macros in
  LaTeX mode.

- The license was updated to GPLv3.

- Support for the nomencl, flashcards and comment LaTeX packages
  as well as the Icelandic language option of babel were added.

- Support for folding of math macros was added.

- Lots of minor bugs in features and documentation were fixed.

- IMPORTANT: Many of the new features in the 11.x series rely on
  special properties in the variable `TeX-command-list' and will
  not work if you customized this variable for a pre-11.5x
  release of AUCTeX.  If this is the case for you, please
  re-initialize the variable by erasing the customization,
  thereby setting the variable to the new default, and re-adding
  your changes afterwards.

PR:	ports/125737
2008-07-19 15:05:26 +00:00
Martin Wilke
daff8bb61c - Update to 0.6.1
- Fix dependencys
- Fix grammer
- Update WWW

PR:		125144
Submitted by:	bf <bf2006a@yahoo.com>
Approved by:	maintainer timeout
2008-07-19 13:25:22 +00:00
Martin Wilke
1358313cbb GSview is a graphical interface for Ghostscript. (Ghostscript is an
interpreter for the PostScript page description language used by
laser printers.) For documents following the Adobe PostScript Document
Structuring Conventions, GSview allows selected pages to be viewed or
printed. Features include:
* Display and print PostScript and PDF files.
* View pages in arbitrary order (Next, Previous, Goto).
* Page size and Orientation are automatically selected from DSC
  comments or can be selected using the menu.
* Print selected pages using Ghostscript.
* Convert pages to bitmap, PDF or PostScript.
* Selectable display resolution, depth, alpha.
* Single button zoom.
* Extract selected pages to another file.
* Copy display bitmap to clipboard, and save clipboard bitmap as BMP file.
* Add bitmap or user preview to EPS file (Interchange, TIFF or Windows
  Metafile)
* Graphically select and show bounding box for EPS file.
* Extract bitmap preview or PostScript from DOS EPS file.
* Extract text or search for text.
* Can read gzip and bzip2 compressed PostScript and PDF files.
* On-line help.
* English, Catalan, Dutch, French, German, Greek, Italian, Russian,
  Slovak, Spanish and Swedish languages.

PR:		ports/125602
Submitted by:	bf <bf2006a at yahoo.com>
2008-07-19 10:13:26 +00:00
Greg Larkin
bb3d8a2d71 Changed my MAINTAINER address to
glarkin@FreeBSD.org.

Approved by:	beech (mentor)
2008-07-18 21:05:20 +00:00
Oliver Braun
f5d876d7f6 Upgrade ghc to 6.8.3. 2008-07-18 20:05:17 +00:00
Pietro Cerutti
369cd63b71 - Update to 2.11.52
- Refactor optional doc installation mechanism
2008-07-15 07:37:33 +00:00
Li-Wen Hsu
b519ba3e96 - Update to 2.1
- Add CONFLICTS

PR:		ports/125136 (based on)
Submitted by:	Wen heping <wenheping AT gmail.com>
2008-07-15 03:42:24 +00:00
Mark Linimon
55ac8b8420 andreas' commit bit has been taken in for safekeeping. 2008-07-14 13:18:06 +00:00
Hiroki Sato
18d2230e8a Remove a workaround for PostScript files generated by old
acroread.  GS reports an error when it reads some broken (but
should be processed) PS files.

Reported by:	Chuck Robey
2008-07-11 15:34:47 +00:00
Pietro Cerutti
e1e8ce3615 - Remove useless scripts 2008-07-09 15:38:06 +00:00
Pietro Cerutti
9833eb2496 - Update to 2.11.51
- Minor style fixes [1]

Reported by:	ehaupt [1]
2008-07-09 14:07:31 +00:00
Pietro Cerutti
e80cca22e8 - Update to 2.11.50
- Refactor devel/bison dependency into USE_BISON [1]
- Fix minor Makefile consistency issues [1]
- Advertise maintainship takeover [1]

Reported by:	danfe [1]
2008-07-08 21:58:39 +00:00
Jeremy Messenger
453bf8ce7a - Update to 0.16.0.20080706, it's more than 0.17 RC1.
- ${RUBY_SITEARCHLIBDIR} -> ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}
  in the *_DEPENDS, that way it will finding correct file when I tweak the
  PREFIX.
- NOPORTDOCS -> NOPORTEXAMPLES on example/demo/test files.
2008-07-07 03:27:45 +00:00
Pietro Cerutti
388379e863 - Fix distinfo
Reported by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2008-07-04 14:26:52 +00:00
Pietro Cerutti
b877ca72f5 - Update to 2.11.47 2008-07-03 22:22:13 +00:00
Pietro Cerutti
c65f5eb553 - Chase Freetype2 update
PR:		125240
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2008-07-03 21:18:47 +00:00
Pietro Cerutti
0b63a62891 - Update to 2.3.7
PR:		125236
Submitted by:	Ports Fury
2008-07-03 20:27:48 +00:00
Marcelo Araujo
43b87ce16c - Update to 1.9.8. 2008-07-03 03:01:29 +00:00
Marcelo Araujo
ec5aa34c14 - Update to 5.8.1. 2008-07-03 02:25:36 +00:00
Jeremy Messenger
8e79609781 Update to 2.3.7. 2008-07-02 19:58:12 +00:00
Jeremy Messenger
903b45dfc5 First all, ahze did most of work. Thanks ahze! Last week or so, I am just
merely pick up and help him. Thanks to many testers in both private and
mailing list emails for report a few of build and dependencies problems.
Also, thanks to marcus and Chess Griffin for test in their tinderboxes.

x11/pixman: Update to 0.10.0
-------------------------------------------------------
Firefox 3 needs it. Orignal, the shared library was bumped and ahze has
added a new feature in our USE_GNOME=ltverhack by can control the number
of shared library. To control the number of shared library, add the
ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays
same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your
port, you need to make sure the ABI doesn't change to use it..
-------------------------------------------------------

graphics/cairo: Update to 1.6.4
-------------------------------------------------------
Firefox 3 needs it. We have updated most cairo binding ports too.
-------------------------------------------------------

graphics/poppler: Update to 0.8.3
-------------------------------------------------------
The shared libraries version have been changed. All ports that depend on
poppler have PORTREVISION bump. The graphics/py-poppler has been updated
to 0.8.1 to work with newer poppler better. As for the poppler-qt, there
is no shared library version change.
-------------------------------------------------------

www/firefox3 and gecko ports related: Update to 3.0 final
-------------------------------------------------------
The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer
need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it
in backward compatibility, so the rest ports won't be break. We haven't
add some other ports to have Firefox 3 support yet, so feel free to send
us patch or commit it by yourself (to committers). However, view in
bsd.gecko.mk for document.
-------------------------------------------------------

Approved by:	portmgr (marcus)
2008-06-30 20:16:22 +00:00
Pietro Cerutti
cb911ba783 - Chase freetype2 update
PR:		124983
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2008-06-29 21:54:20 +00:00
Hiroki Sato
6bbce42c81 Update to 2.00.
PR:	ports/124934
2008-06-29 12:29:07 +00:00
Martin Wilke
bc3f9d1aee - Update to 2.4.8
PR:		125060
Submitted by:	Simon Olofsson <simon@olofsson.de> (maintainer)
2008-06-29 09:50:35 +00:00
Jeremy Messenger
c2390e6af2 Forgot to 'cvs rm' this file to fix the apply patch.
Reported by:	adamw
2008-06-24 21:39:59 +00:00
Jeremy Messenger
8ae4b3adb1 Update to 2.3.6.
PR:		ports/124916
Submitted by:	Nick Barkas <snb@threerings.net>
Security:	http://secunia.com/advisories/30600
2008-06-24 18:45:05 +00:00
Marcelo Araujo
ec69a8c906 - Update to 5.5.
Reported by:	pointyhat via pav
2008-06-21 13:18:36 +00:00
Martin Wilke
1eb537d13a - Update to 1.41
- Pass maintainership to submitter

PR:		124763
Submitted by:	Greg Larkin <glarkin@sourcehosting.net>
2008-06-21 09:15:50 +00:00
Hiroki Sato
ce5b8b0d3f - Fix typos in OPTIONS.
- Add CONFLICTS based on WITH_X11/WITHOUT_X11.
- Fix installation directory of document files.
2008-06-20 18:12:06 +00:00
Hiroki Sato
858a1b4cd9 Major overhaul of Makefile:
- Use OPTIONS for driver selection.
- Split driver-specific procedure into files/Makefile.*
- Use configure script and Makefile.in.
- Fix installation directory of document files.
2008-06-20 18:07:50 +00:00