Commit graph

141803 commits

Author SHA1 Message Date
wiz
c9457bd6ab Support ghostscript option.
From Ryo HAYASAKA in PR 41387.
2009-05-09 11:22:44 +00:00
taca
3f0fa8b029 Apply a patch to fix compile error on Solaris 10. The patch was supplied
by KAWAKUBO Hiroshi via PR pkg/41386.
2009-05-09 05:32:39 +00:00
reed
3cc0e43afa Use MAKE_JOBS_SAFE=no workaround
as reported in PR #41380.
I confirmed this.
2009-05-09 03:44:43 +00:00
joerg
d0c565a211 Define int64_t if missing. Should fix PR 41396. 2009-05-09 01:45:10 +00:00
jnemeth
5cd6bf59b7 don't hunt for msgfmt; need to use wrapper script 2009-05-08 21:36:09 +00:00
minskim
ecb0f805f1 Remove a redundant "$" from a grep pattern. 2009-05-08 20:46:29 +00:00
seb
2720344b87 Fix build when CPAN.pm is not configured (no CPAN/Config.pm in @INC
pathd or as ~/.cpan/CPAN/MyConfig.pm) as in such a situation it runs
an interactive setup process!

The fix is to _not_ call Module::Install::auto_install() in Makefile.PL
as pkgsrc handles the required modules anyway.
2009-05-08 17:56:04 +00:00
manu
217652d41d include buildlink machinery when ldap option is enabled 2009-05-08 15:24:12 +00:00
seb
f81237c2ba Note initial addition of p5-XML-Generator version 1.01 as
textproc/p5-XML-Generator into The NetBSD Packages Collection.

The Perl 5 module XML::Generator is a class for generating XML
elements: you simply  call methods named for each XML tag you wish
to generate on instance objects of this class.
2009-05-08 14:11:18 +00:00
seb
f2dbb27d38 Add & enable p5-XML-Generator 2009-05-08 14:09:31 +00:00
seb
31a3e60022 Initial import of p5-XML-Generator version 1.01 in the NetBSD
Packages Collection.

The Perl 5 module XML::Generator is a class for generating XML
elements: you simply  call methods named for each XML tag you wish
to generate on instance objects of this class.
2009-05-08 14:08:13 +00:00
taca
eef19292a1 Note update of www/squid30 package to 3.0.15. 2009-05-08 13:40:38 +00:00
taca
0429712bb5 Update squid20 package to 3.0.15 (squid-2.0.STABLE15).
Changes to squid-3.0.STABLE15 (06 May 2009):

	- Regression Bug 2635: Incorrect Max-Forwards header type
	- Bug 2652: 'Success' error on CONNECT requests
	- Bug 2625: IDENT receiving errors
	- Bug 2610: ipfilter support detection
	- Bug 2578: FTP download resume failure
	- Bug 2536: %H on HTTPS error pages
	- Bug 2491: assertion "age >= 0"
	- Bug 2276: too many NTLM helpers running
	- Endian system and compiler fixes provided by the NetBSD project
	- documentation fixes provided by the Debian project
2009-05-08 13:39:09 +00:00
abs
6ec2d566e2 Set mode 4511 on libexec/dbus-daemon-launch-helper - now dhcpcd-gtk and gnome keyring manager work when everything is installed via binary packages - bump pkgrevision 2009-05-08 13:13:51 +00:00
hasso
d5276d4f19 Make it build on DragonFly. 2009-05-08 12:30:47 +00:00
obache
34436db899 clutter & clutter-gtk was updated. 2009-05-08 11:21:40 +00:00
obache
289679d1bf define LICENSE=gnu-lgpl-v2.1 2009-05-08 11:12:20 +00:00
obache
41a44a8b4d Updated graphics/clutter-gtk to 0.8.3 2009-05-08 11:10:29 +00:00
obache
13f4bc0ac4 Update clutter-gtk to 0.8.3.
Clutter-GTK 0.8.3 20/02/2009
============================

 - Require Clutter >= 0.8.7
 - Emit the ::activate and ::deactivate signals on the stage when we get a
   focus event on the embedding widget
 - Propagate the modifiers state for motion events
2009-05-08 11:09:33 +00:00
obache
85eabe4c7d Updated graphics/clutter-box2d to 0.8.2 2009-05-08 11:07:46 +00:00
obache
0b1ddf1ab2 Update clutter-box2d to 0.8.2.
clutter-box2d-0.8.2:
====================

Changes:

  - Fixed bug in prismatic joint constructor.
  - Updated box2d version used.
  - Updated and improved documentation.
  - Updated and improved parameter handling in public API
    entry points.
  - Added support for callbacks for collisions.
  - Bug fixes relating to reference keeping.
  - Brought sandbox testbed app up to date with API changes.
2009-05-08 11:06:33 +00:00
obache
488d8a9d78 Updated graphics/clutter to 0.8.8 2009-05-08 11:03:34 +00:00
obache
3c9691e4f4 Update clutter to 0.8.8.
Clutter 0.8.8 (20/02/2009)
===============================================================================

 * List of changes between 0.8.6 and 0.8.8

Emmanuele Bassi (5):
      Pots-release bump to 0.8.7
      Bug 1365 - ClutterEntry doesn't get the cursor when it should
      [behaviour-path] Bail out if we don't have knots
      [behaviour] Do not notify empty behaviours
      [backport] Update the viewport when updating the GL context

Neil Roberts (2):
      [backport] Remove backwards timelines check in get_progress
      [backport] Set the SYNC_MATRICES flag when a stage is first realized

Owen W. Taylor (2):
      Fix properties that have X11 types to be 'long'
      Change default tile-waste from 64 to 63

Tomas Frydrych (2):
      Fixed handling of enter and leave events in clutter_x11_handle_event()
      Fix clutter_x11_texture_pixmap_get/set_property() following change
        of PROP_WINDOW type.

Clutter 0.8.6 (14/01/2009)
===============================================================================

 * List of changes between 0.8.4 and 0.8.6

   o Improve performance of the text layout by drawing multiple
     glyphs in a single GL call
   o Use a RGB texture for 24bpp pixmaps with the GLX texture-from-pixmap
     actor
   o Fix a race condition in the X11 backend when resizing the stage
   o Fix an off-by-one error in clutter_stage_read_pixels()
   o Use ARB_texture_rectangle inside the GLX texture-from-pixmap actor,
     if the GL implementation does not provide NPOT textures
   o Improved ocumentation and parameters checks

 * List of bugs fixed since 0.8.4

   o #1305 - NPOT textures unaligned to a pixel sometimes have border
     artifacts
   o #1303 - clutter_glx_texture_pixmap_using_extenstion doesn't check
     if fallbacks are being used
   o #1297 - Bring back support for GL_ARB_texture_rectangle
   o #1309 - ClutterBehaviourDepth conflicts with orher behaviours
   o #1351 - Extra ; in clutter-behaviour-ellipse.c
   o #1392 - behaviour_set_alpha set same alpha twice lead to warning
     and destroy the input alpha
   o #1289 - Draw multiple glyphs at once
2009-05-08 11:02:28 +00:00
hasso
ef65c83b11 Updated security/openct to 0.6.16. 2009-05-08 08:57:58 +00:00
hasso
d88c11c3aa Update to 0.6.16. Changes since 0.6.15:
* For ccid, etoken* drivers remove polling loop, review the force_poll
  configuration option, this reduces power consumption and CPU load.
* Fix some issues caused by newer udev version.
* Handle T1 abort better.
* Some build system fixes.
* Some minor fixes.
* Re-add api documentation (pre-generated), like we used to.
2009-05-08 08:55:56 +00:00
hasso
4177dac455 Updated security/opensc to 0.11.8 2009-05-08 07:37:32 +00:00
hasso
a71ec92b3d Update to 0.11.8. Fixes a security problem, for details see:
http://www.opensc-project.org/pipermail/opensc-announce/2009-May/000025.html

New in 0.11.8; 2009-05-07;
* Fix security problem in pkcs11-tool gen_keypair (PublicExponent 1)
* fix compiling without openssl.
* updated and improve entersafe driver. FTCOS/PK-01C cards are supported
  now, compatible with cards writen by Feitian's software on windows.
2009-05-08 07:02:36 +00:00
hasso
9a50e209a8 Use OVERRIDE_DIRDEPTH instead of hardcoding config.sub and config.guess
paths as suggested by Joerg.
2009-05-08 06:35:51 +00:00
plunky
6b99b0f80f add LICENSE=modified-bsd 2009-05-07 18:01:22 +00:00
plunky
cefeb952b8 ensure that these packages continue to build while I am updating
the new Service Discovery Protocol API by adding -DSDP_COMPAT to
the compile flags.
2009-05-07 17:59:37 +00:00
plunky
4c452caa20 update to 1.4.11
only a small change, remove use of the outdated mktemp(3)
2009-05-07 17:45:22 +00:00
taca
2c3c4ebd73 Note update of www/typolight27-translations package to 20090506. 2009-05-07 15:11:11 +00:00
taca
cd205ddc5a Update typolight27-translations package to 20090506.
* Update Latvian translation files to support TYPOlight 2.7.0.

pkgsrc change:

* Update PLIST files which were updated for TYPOlight 2.7.0.
  (What did I doing..., sigh.)
2009-05-07 15:10:01 +00:00
obache
ec429feae3 - x11vnc-0.9.7 (done). 2009-05-07 14:04:26 +00:00
obache
62c6fb0ebb Updated x11/x11vnc to 0.9.7 2009-05-07 14:03:47 +00:00
obache
910190ffca Update x11vnc to 0.9.7.
Pkgsrc changes:
 * add avahi option (disabled by default).

Notes:

New in the 0.9.7 x11vnc release:

        Basic support for building with VirtualGL's TurboVNC (an
                enhanced TightVNC for fast LAN high framerate usage)
                encoding and TightVNC modifications.  More info:
                http://www.karlrunge.com/x11vnc/faq.html#faq-turbovnc
                and x11vnc/misc/turbovnc/README.

        The -ncache_cr option has been fixed and so in -ncache mode
                smooth opaque window motions are now work correctly. Try
                it out to see how smooth it is even on a slow link.

        Support for Linux text consoles (virtual terminals, e.g. 1-6)
                is provided via, e.g., 'x11vnc -rawfb vt2' (for virtual
                terminal #2).

                This is like LinuxVNC (i.e. text only), it avoids using
                /dev/fb and uses /dev/vcsaN instead (the '-rawfb console'
                mode uses /dev/fb.)  With /dev/vcsaN the text terminal
                is accessible even it if is not the currently active one.

        The -rawfb option now supports framebuffers with bits per pixel
                less than 8 (e.g. 4 or 1 bpp.)

        Reverse connections now work in Anonymous Diffie Hellman SSL/TLS
                mode.  Reverse connections also work for VeNCrypt and
                ANONTLS modes.


  miscellaneous new features and changes:

        The included SSL enabled UltraVNC java viewer now has a
                configurable [Home] entry in the drives drop down menu.

        In the -create, -svc, etc. modes one can now specify a
                range of X displays to ignore in X11VNC_SKIP_DISPLAY.
                Improvements and bugfixes were made to the find_display
                and create_display scripts.  FD_EXTRA option is provided.

        The '-rawfb video' option finds the video device file more
                carefully.

        The -rmflag option allows a new way to indicate to other
                applications that x11vnc has started.

        All of the java applet parameters are now documented in
                the classes/ssl/README file.

        There is now a "sendbell" remote control command.

        A one-time -padgeom once:WxH mode is added.

        Improvements to the CUPS Terminal Services helper mode.

        If the X display cannot be opened normally then the env. var.
                XAUTHLOCALHOSTNAME=localhost is tried.

        Bugfix for selection transfer to a now non-existent X window
                (Thunderbird can cause this.)  Related, the env. variable
                LIBXCB_ALLOW_SLOPPY_LOCK is now set by default.

        Bugfix for -8to24 mode due to nonstandard indexed color support.

        The libvncserver and x11vnc autoconf/automake settings have
                been improved.

        libXrandr include file is now found on Solaris.
2009-05-07 14:03:26 +00:00
tnn
b530ec7a59 Update to xf86-video-radeonhd-1.2.5. Changes:
- Added 2D acceleration for R6xx and R7xx.
- Added XVideo support for R6xx and R7xx.
- Added support for RS880 and RV790.
- Added RandR 1.3 mandatory properties.
- Refactoring of MC code.
- Enable DRI support by default on R5xx and RS6xx.
- LUT (color lookup table) fixes.
- Tons of quirk table entries and bug fixes.
- Fix register accesses for processors that reorder memory writes.
2009-05-07 13:32:08 +00:00
tnn
c6c0983620 Update to xf86-video-nv-2.1.13. Changes:
Only match PCI display devices in our display driver.
Add NV_/RIVA_ prefixes to fix build warnings.
Adjust the nv34 panel tweak for Toshiba Tecra M2.
Do E-EDID if built against a server that supports it.
Remove README.NV1
nv 2.1.13
Remove xorgconfig & xorgcfg from See Also list in man page
Add README with pointers to mailing list, bugzilla & git repos
Add missing pci id for GeForce 7100 GS
Build fix, s/pNv->/pRiva->/.
2009-05-07 13:25:44 +00:00
obache
e36df1962d Updated net/libvncserver to 0.9.7 2009-05-07 12:19:33 +00:00
obache
fdd192f122 Update libVNCServer to 0.9.7.
Notes: Support for the ZYWRLE encoding, a wavelet based enhancement to the ZRLE
encoding. CMake is supported. Bugfixes and configure improvements.
2009-05-07 12:19:15 +00:00
wiz
a1f2f8c384 + GConf-2.26.1, ROMBuild-2.13, alacarte-0.12.1, cherokee-0.99.14,
dia-0.97, eric3-4.3.3 [now called eric4], file-5.01, fotoxx-6.7,
  hiawatha-6.13, ircservices-5.1.16, libgsf-1.14.13, mysql5-client-5.0.81,
  mysql5-server-5.0.81, nautilus-sendto-1.1.5, openoffice3-3.1,
  pango-1.24.2, qemu-0.10.3, rep-gtk-0.18.5, sane-backends-1.0.20,
  totem-2.26.2, viewvc-1.0.8, vte-0.20.2, xdelta-3.0v2, xinput-1.4.2.
2009-05-07 11:54:46 +00:00
wiz
389db87d71 Updated time/etm to 220 2009-05-07 11:33:09 +00:00
wiz
0028e432ad Update to 220:
Found and fixed check_update bug.
  More check_update tweaks.
  Another check_updates bug.
  Fixed check_update bug and improved prompt.
  Fixed unscheduled time bug in starting and ending minutes.
  Made unscheduled time view adjust to window width and wrap time
  entries when necessary.
  Added graphical display to unscheduled time view. Reduced context,
  project and id column widths and widened title column. Abbreviated
  the date display when grouping by contexts, projects and keywords.
  Changed date format for freetime and fixed typo /usr/bin/evn ->
  /usr/bin/env.
2009-05-07 11:32:39 +00:00
obache
d35e57f22c define LICENSE. 2009-05-07 11:29:52 +00:00
obache
e2f49d3725 Updated databases/ruby-tokyotyrant to 1.5 2009-05-07 11:10:40 +00:00
obache
8b25198b19 Update tokyotyrant-ruby to 1.5, for new tokyotyrant. 2009-05-07 11:10:26 +00:00
obache
a8e9630d74 Updated databases/p5-tokyotyrant to 1.10 2009-05-07 11:06:43 +00:00
obache
7ec8ab8b4d Update tokyotyrant-perl to 1.10, for new tokyotyrant protocol. 2009-05-07 11:06:28 +00:00
obache
7046242336 Updated databases/tokyotyrant to 1.1.24 2009-05-07 11:04:04 +00:00
obache
557267c1be Update tokyotyrant to 1.1.24.
Changes:
2009-04-25  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* ttutil.c (ttbreakservexpr): new function.

	* tcrdb.c (tcrdbopen2, tcrdbsetmst2, tcrdbtune): new functions.

	* tcrdb.c (tcrdbsetecode, tcrdblockmethod, tcrdbunlockmethod): new functions.

	* ttserver.c (proc): dynamic linking for the skeleton database was added.

	* ttskelmock.c, ttskelproxy.c: new files.

	- Release: 1.1.24

2009-04-07  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* scrext.c (serv_eval, serv_split): new functions.

	* ttserver.c (do_repl): efficiency on dual-master replication was improved.

	* ttserver.c (do_optimize): new function.

	* ttserver.c (do_log): message format was modified.

	* tcrdb.c (tcrdboptimize): new function.

	* tcrdb.c (tcrdbvanish, tcrdbcopy, tcrdbrestore): each magic number was drifted.

	* tcrdb.c (tcrdbrestore, tcrdbsetmst): an argument for options was added.

	* tculog.c (tculogadbredo): the flag of consistency checking was separated.

	- Release: 1.1.23

2009-04-06  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* scrext.c (serv_mapreduce): the parameter for the target keys became an option.

	- Release: 1.1.22

2009-04-06  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* scrext.c (serv_mapreduce): the parameter for the session ID was abolished.

	- Release: 1.1.21

2009-04-01  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* configure.in: a bug related to support for traditional shells was fixed.

	* scrext.c (serv_stashputkeep, serv_stashputcat): new functions.

	* scrext.c (serv_mapreduce, serv_mapreducemapemit): new functions.

	* ttserver.c (do_put, do_out, do_get): parameter validation was enhanced.

	- Release: 1.1.20

2009-03-14  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcrdb.c (tcrdbqrysearchget): the option for no update log was added.

	* tcrdb.c (tcrdbqrysearchcount): new function.

	* tculog.c (tcreplread): timeout mechanism was added.

	* ttserver.c (do_repl): performance was improved.

	- Release: 1.1.19
2009-05-07 11:03:50 +00:00