Commit graph

2750 commits

Author SHA1 Message Date
adam
c2e68262f0 Changes 1.3.3.12:
* Bug fixes and improvements
2008-10-09 10:33:40 +00:00
reed
857637df3d Fix PR 39650. I now realize I had broken this myself back in March 2007
when I updated to 2.5.5.

Use the correct papersize names. And bump PKGREVISION.

It now just passes along the name set in pkgsrc PAPERSIZE.
It has no checking so could still have wrong value.
I didn't check for "Letterdj" so that may cause problem as mpage
doesn't know it. For the record this is what mpage knows:

Mpage knows about the following paper types:
Type           Points Wide Points High
-------------- ----------- -----------
Letter                 612         792
LetterSmall            612         792
Tabloid                792        1224
Ledger                1224         792
Legal                  612        1008
Statement              396         612
Executive              540         720
A0                    2384        3368
A1                    1684        2384
A2                    1192        1684
A3                     842        1192
A4                     596         842
A4Small                595         842
A5                     420         595
B4                     729        1032
B5                     516         729
Folio                  612         936
Quarto                 610         780
10x14                  720        1008
2008-10-04 14:51:16 +00:00
obache
1f8504ee84 Update ruby-gnome2 to 0.17.0 release.
pkgsrc changes:
   * Add some additional modules:
    	devel/ruby-gnome2-bonobo
    	devel/ruby-gnome2-bonoboui
    	devel/ruby-gnome2-gconf
    	devel/ruby-gnome2-libglade
    	graphics/ruby-gnome2-gtkglext
    	multimedia/ruby-gnome2-gstreamer
    	print/ruby-gnome2-gnomeprintui
    	sysutils/ruby-gnome2-gnomevfs
    	www/ruby-gnome2-gtkhtml2
    	www/ruby-gnome2-gtkmozembed
    	x11/ruby-gnome2-gtksourceview
    	x11/ruby-gnome2-vte
   * Fixed detection of rcairo. It had been broken since switched to gem.
     patch-a{c,h,i,j,k,l.m}
     (It Already in upstream trunk)
   * Add patches for allow to load gem rcairo.
     patch-a{n,o,p}
   * Fixed overwritten glib module when installing modules require generated
     header of glib module.
     Modify to install the header as part of glib module and use bl3.mk.
   * clean up dependency
   * Add test target for modules having unit test.
   * Modified patch-a{a,b,d,f,g} to acceptable by upstream.

Ruby-GNOME2-0.17.0 (2008-09-07)

  Release notes:
  * This Release supports Ruby 1.8.7 and has many bug fixes and
    new bound functions.

  Main changes:
  * Ruby/GLib:
    - [#2060606] Crash when removing ruby applet from gnome panel with 0.7rc1
      [Kouhei Sutou]

  * Ruby/GTK:
    - [#2025651] FTBFS with gtk+ 2.13.5 [Cesare Tirabassi, Kouhei Sutou]

    - [#2043970] Segfaults on 64-bit Linux [Neil Roberts, Kouhei Sutou]

  * Ruby/Pango:
    - [#2043970] Pango::FontDescription#weight= seg fault [Kouhei Sutou]

  * Many other changes, GC bugs, Segfault fixes. See corresponding ChangeLog
    for detailed information on changes and contributors.

    Special thanks for your contributions to: (list in no particular order)
    - Neil Roberts
    - Cesare Tirabassi
    - Arnaud Cornet
2008-09-17 00:21:48 +00:00
drochner
4021ec86d8 Treat FITB* references like their counterparts w/o 'B' instead
of just spitting out an "unimplemented" warning. The pdf spec
defines a differing zoom setting for them which is ignored here.
bump PKGREVISION
2008-09-14 14:35:27 +00:00
drochner
b3f51f7355 update to 0.8.7
changes:
-Fix regression in Form rendering
2008-09-14 14:17:58 +00:00
gdt
0e72305432 add license 2008-09-12 11:39:06 +00:00
joerg
244a188c8a Set RESTRICTED and derive NO_* from that as documented. 2008-09-08 14:25:49 +00:00
wiz
03b53774ba Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).
2008-09-06 20:54:31 +00:00
tron
2034ad1acf Compile with "-fPIC" under NetBSD to fix amd64 build problems. 2008-09-05 15:50:03 +00:00
markd
d1c4734039 Add libspectre 2008-09-03 21:39:00 +00:00
markd
93d0417ac4 Initial import of libspectre 0.2.1
libspectre is a small library for rendering Postscript documents. It
provides a convenient easy to use API for handling and rendering
Postscript documents.
2008-09-03 21:36:46 +00:00
markd
377be88032 Build libgs as a shared library as increasingly other packages expect it
to be there and want to link with it. Bump PKGREVISION.
2008-09-03 21:31:12 +00:00
drochner
b85a8924b3 update to 0.8.6
Changes since 0.8.5:
Core:
* Call error() when font loading fails
* Be less strict parsing TTF tables (bug #16940)
* Fix crash due to uninitialized variable
Qt 4 frontend:
* Make the paper color setting working as it should
* Make sure to use the correct page width/height for form widgets coordinates
2008-08-26 17:10:02 +00:00
tonnerre
e9a441e100 If mkdtemp is not defined, define our own version and deploy it. Also, don't
just add mkdtemp to configure.in but also make sure that it is heard.
PKGREVISION++.
2008-08-24 20:35:37 +00:00
obache
2d7bf63357 Remove unresolvable hosts from MASTER_SITES.
Noticed by Zafer Aydogan via private mail.
2008-08-23 07:46:59 +00:00
is
effc4b90a7 Workaround for my own PR 39379:
Don't -DUSE_INLINE - this creates "static inline", and the imake setup
at least on NetBSD-4/arm calls "cc -ansi", which, as being a c89 compiler,
refuses this c99 code (or so I've been told by C language lawyers).
(Maybe somebody can come up with a patch that does the right thing
wrt. this stuff for all our environments.)
2008-08-20 10:25:12 +00:00
joerg
deb64da246 It's x86_64... 2008-08-19 13:15:02 +00:00
joerg
b42fb9df16 It's x86_64, not amd64. 2008-08-19 13:13:28 +00:00
dholland
18da6d3247 This installs a perl script and several python scripts.
Handle them correctly.
PKGREVISION++.
2008-08-17 05:52:30 +00:00
is
6ba160b451 Protect against LD_LIBRARY_PATH forcing us to load NetBSD shared libraries. 2008-08-11 14:29:20 +00:00
joerg
edb681cd2d amd64 == i386 for the purpose of this package. 2008-08-10 16:09:17 +00:00
drochner
0d2a0cc1ce update to 8.63
changes:
-bugfixes
-multithreaded rendering
-Images are now always interpolated in their source colorspace
-Support for OpenPrinting Vector devices has been upgraded to version 1.0
-two new devices: cairo, svgwrite
-maximum number of color components has been reduced to 8 (from 252)
-The -Z: debugging option now uses 'realtime' instead of 'usertime'
2008-08-07 18:21:40 +00:00
joerg
29932c6bd1 Ensure that DESTDIR builds don't leak the build user, but use root
for permissions. Bump revision.
2008-08-07 15:51:11 +00:00
drochner
cb4639a045 update to 0.8.5
changes:
-fix some crashes and memory leaks
-pdftohtml improvements
2008-08-06 18:44:25 +00:00
smb
2fb5ea0447 Update to _SU1 (Security Update 1) version from Adobe 2008-07-29 15:42:20 +00:00
joerg
ab5a977076 Fix build against newer OpenSSL. 2008-07-27 17:16:37 +00:00
gdt
5f4b7906b7 Update to 5.2.0beta3. Many minor changes and bugfixes omitted; see
NEWS in the distfile.

* CHANGES FROM GUTENPRINT 5.2.0-BETA2:

  4) Printing speed, and possibly quality, have been improved in
     certain cases on newer Epson inkjet printers (C120, Stylus Photo
     2400, RX700, and all printers using Claria ink).  The speed
     improvement should be most noticeable with plain paper at lower
     resolutions.  Quality improvements may or may not be noticeable.

  5) The Epson driver is in the process of being converted to use data
     stored in files external to the binary library.  While this
     should have no impact on end-user use, it is a substantial change
     that people should be aware of.  Please report any issues.

  6) Test coverage has been significantly increased.

  7) New printers supported in this release:

     (450+ lines of printers omitted)

* GENERAL CHANGES FROM GUTENPRINT 5.0:

   1) Gutenprint 5.2 and beyond no longer support GIMP 1.2.  Please
      ensure that you are using GIMP 2.0 or above.

   2) The PostScript driver has been rewritten, offering enhanced
      functionality approaching that of the native printer drivers.
      This driver is used by the enhanced Print plugin for the GIMP,
      and by other packages (such as PhotoPrint) that utilize
      Gutenprint.  In particular, the following specific functionality
      has been added:

      - All PPD file options are now offered.

      - CMYK input is now handled correctly.

      - The PostScript driver recognizes Gutenprint PPD files (from
        the native CUPS driver, not from Foomatic) and presents
        floating point options correctly.

	Note that this driver does not offer the curve options offered
	by the native drivers.

----------------

* CHANGES FROM GUTENPRINT 5.0.2 AND 5.1.7:

   1) cups-genppdupdate is no longer versioned, as it was in 5.0 and
      5.1 (cups-genppdupdate.5.0 and cups-genppdupdate.5.1).  It also
      supports the following options:

      -r Specify the major.minor version to update to, e. g. 5.0 or
         5.1.

      -f Bypass ownership/permissions checks on update PPD files.

      -i Interactively ask whether to update each PPD file.

   2) The performance of cups-genppdupdate has been improved
      significantly.

   3) cups-genppdupdate no longer updates PPD files that differ only
      in case of the file extension (e. g. printer.ppd and
      printer.PPD).  This avoids updating PPD files twice on
      filesystems that are case insensitive, such as OS X.

   4) cups-genppdconfig has been removed from this release.  This
      command was used to configure CUPS printer queues, but is not
      necessary as there are ample other tools available to configure
      printer queues.

   8) L-size photo paper (3 1/2x5 inches) has been added.
2008-07-18 00:13:40 +00:00
drochner
b88e673a02 update to 0.8.4
changes:
-bugfixes
-build fix for qt4 (which doesn't work)
The security fix for CVE-2008-2950 is not yet integrated upstream.
2008-07-15 10:34:21 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
drochner
cb4d79225b add a missing pointer initialization, fixes possible memory corruption
(CVE-2008-2950), patch from the advisory, bump PKGREVISION
2008-07-09 10:30:37 +00:00
joerg
96d4102753 Needs Perl. Bump revision. 2008-06-21 22:55:49 +00:00
joerg
e5c3d52f54 Shared object files must be linked with -fPIC. DESTDIR support.
Bump revision.
2008-06-21 18:55:13 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
reed
ec2b6b8618 Added print/tex-ifxetex. 2008-06-19 16:27:10 +00:00
reed
9074428e45 New package: tex-ifxetex
I needed this for upgrading dblatex. I don't use xetex myself yet.

This simple TeX package 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.
2008-06-19 16:24:49 +00:00
taca
6733cb1e5f Update to ruby-gnome2-poppler to 0.17.0rc1 to build with newer gnome packages. 2008-06-19 15:14:15 +00:00
taca
fa086e0957 Update to ruby-gnome2-gnomeprint to 0.17.0rc1 to build with newer gnome packages. 2008-06-19 15:13:54 +00:00
wiz
3a9858ff0e Fix a few problems:
. Fontforge version comparison in configure script is broken, because
  the numbers get too big for test(1). Comment it out, we know the
  pkgsrc version is new enough.
. Do not install any emacs lisp files. Should be a separate package.
. Give path to Century New Schoolbook L fonts to configure script directly.
  There seems to be some problem with fc-match in a sandbox (to be
  investigated).

Bump PKGREVISION for PLIST change.

Changes created in cooperation with dillo@ and schmonz@ at pkgsrcCon 2008.
2008-06-18 20:29:32 +00:00
reed
cc92938665 Changed download site and website to append .uk to domain name. 2008-06-16 14:48:28 +00:00
joerg
633f896717 INSTALLATION_DIRS=sbin. 2008-06-16 13:22:49 +00:00
joerg
572b8e1a35 Fix DESTDIR support. 2008-06-16 13:21:49 +00:00
joerg
d5f4497a0a Perl runtime dependency. Bump revision. 2008-06-16 13:21:14 +00:00
joerg
02d4578ebd Mark as meta-package. 2008-06-15 09:56:37 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
markd
6d3ea4abb3 Needs msgfmt - from Hasso Tepper in PR pkg/38919.
While here add PKG_DESTDIR_SUPPORT and remove the explicit X dependencies,
gets all it needs from kdelibs3 and kde3.mk.
2008-06-10 10:11:21 +00:00
wiz
87cc1b5550 Needs pkg-config, and does not like python<2.4.
XXX: still does not build for me because it does not accept fontforge.
2008-06-10 08:05:21 +00:00
drochner
f79c4789bf reset PKGREVISION for base pkg update 2008-06-05 21:04:20 +00:00
drochner
9cee4bd5cb update to 0.8.3
changes:
-fix crashes on certain input
-Fix leaks
-Do not limit CharCodeToUnicodeString to 8 characters
-Support for surrogates outside the BMP plane

pkgsrc note: the crashes had been fixed by patches in pkgsrc before
2008-06-05 21:03:37 +00:00
abs
32e2599a98 pkglint (added comments) no functional change 2008-06-03 20:31:10 +00:00
abs
a9d5d0e981 Set BUILDLINK_DEPMETHOD.qt4-tools?=full, bump PKGREVISION, pkglint 2008-06-03 20:30:27 +00:00