Commit graph

154296 commits

Author SHA1 Message Date
minskim
ff2dba8ca2 Update tex-hyph-utf8 to 2009.
Major changes:
- Added more hyphentation patterns: de-ch, kmr, and lv.
2010-02-08 04:18:55 +00:00
minskim
536b3bb25a Let etex-pkg use DISTFILES from TeX Live 2009. No functional change. 2010-02-08 04:03:06 +00:00
minskim
463c93fedc Note update of tex-enctex. 2010-02-08 03:58:08 +00:00
minskim
3f66ace915 Update tex-enctex to 2009.
Changes:
- Added utf8warn.tex.
- Removed unused files.
2010-02-08 03:57:42 +00:00
jakllsch
744ef7335f Updated cross/avrdude to 5.10 2010-02-08 01:47:37 +00:00
jakllsch
eef86ec8a1 Update to avrdude-5.10.
pkgsrc changes:
Rework AVRISP mkII stall workaround.

summary of upstream changes since 5.8:
- Fix problem with loading intel hex rom files that exceed 0x10000 bytes.
- Fix FreeBSD default serial port name.
- jtagmkII.c: If entering JTAG mode fails with a bad JTAG ID message,
  retry with external reset applied (in case the target is in sleep
  mode or has asserted the JTD bit).
- Fix build for GNU/kFreeBSD.
2010-02-08 01:47:14 +00:00
heinz
8c36d2ba0c Fixed use of ROOT_USER in DESTDIR installations. 2010-02-07 21:04:13 +00:00
heinz
7cc0e2154c Added LICENSE information. 2010-02-07 21:02:15 +00:00
heinz
79e895115e Adapted for better support of installation to DESTDIR.
Removed use of GAMEOWN/GAMEGRP (thanks to joerg@ for the help).
2010-02-07 20:59:14 +00:00
snj
50d2714d6e Updated graphics/qiv to 2.2.3. 2010-02-07 19:31:12 +00:00
snj
f5bff7af97 Update to 2.2.3. Another gtk1 user bites the dust. Changes:
2.2.3
=====

    add 'Q' icon in qiv-window
    bring back scrollwheel functionality
      Zoom in/out with left/right scroll and forward/back buttons
    change loading of images from imlib2_loader to pixbuf_loader. Adds
      support for additional file types, e.g., pcx, ico, svg, wmf and
      better handling of transparency.
    use gdk_pixbuf to autorotate with EXIF tags instead of libexif.
    Resetting the image (pressing return) no longer destroys "transparency
      checkboard"
    Fix compilation issues with unusual linker defaults.  Update solaris
      Makefile.
    new option to start with default rotation

2.2.2
=====

    fix -x (root window needs colormap)
    patch pango code to avoid garbled output of F1
    fix wrong image size after autorotating

2.2.1
=====

    recognize changed files, using --slideshow and --watch
    sanitize infotextdisplay
    check EXIF tags only after successful file loading
    shuffle now implies not to sort filenames
    fix autorotate with EXIF-tag
    avoid crash calling qiv -x without argument
    fix behaviour of "recursivedir" switch
    added note in README and qiv.h explaining a problem of includes with
      imlib2 up to v1.2
    migrated notes in README from imlib1 to imlib2
    migrated gdk_draw_text() to gdk_draw_layout(), fixing wrong display of
      utf-8 filenames

2.2
===

    migration from imlib1 to imlib2

2.1
===

    removed obsoleted GDK_WA_WMCLASS
      see http://library.gnome.org/devel/gdk/2.11/gdk-Windows.html#GdkWindowAttr
      and http://developer.gimp.org/api/2.0/gtk/GtkWindow.html#gtk-window-set-wmclass
    added patch from Debian gtk_includes.diff, closes: #456854
    added patch from Debian cmdbuflen.diff, closes: #441401
    added patch from Debian man_xscreensaver.diff
    remove xscreensaver left overs from Makefiles
    added autorotate patch (using libexif)
    display initial autorotation in status bar, option "autorotate"
    patch to detect image types using libmagic
    added GDK_ENTER_NOTIFY_MASK|GDK_LEAVE_NOTIFY_MASK in image.c
    removed TGA and XBM because not supported by imlib anymore
    exit on unmapped mouse events
    browse option -B, useful when launching qiv from a file manager
    patch to prevent segfault on amd64
    avoid wrapper, include "XLIB_SKIP_ARGB_VISUALS=1" in main.c
    include README and README.TODO in debian package
    README.TODO: fvwm style setting has to be for "therealqiv"
    include Debian changes and package files:
      renamed README.CHANGES to Changelog
      added patch hide_therealqiv (for Debian Bug #326849)
      added patch xmalloc (Debian Bug #383113)
      added patch qiv-manpage-options (Debian Bug #383108)
      don't recurse directories given on command line (better: use -u)
      NOT added: no_background_opts (can't reproduce Debian Bug #351816)
      added patch qiv-nosort
      patch to reset bright/contrast/gamma hitting "o" (2006-06-29)
    more comments and examples in qiv-command
    option -X to set preferred xinerama screen
    key "X" cycles through available xinerama screens
    after 'X' window moves to the new screen right away
    prefix "^" instead "0" for extended call of qiv-command
    workaround-patch by Bart Martens
    for problem with X composite extension
    try keep image on the screen after zooming/rotating
    fixed centering=off behaviour in fullscreen mode
    fixed "magnifying glass" windowsize bug
    fixed compiler warnings "differ in signedness"
    fixed compiler warning "missing sentinel in function call"
    bugfix: statusbar is redrawn after size changes and moves
    "magnifying glass" patch (not perfect yet)
    call of qiv-command with "0"-prefixed option
    Added Patch by Christoph Wegscheider <cw@wegi.net> (new QIV Debian maintainer).
    Now all free Keys can be used by qiv-command
    Another Xinerama bugfix (statusbar: now displayed on the smaller screen if two are used)
    new qiv-command feature:
      if first output line is like "NEWNAME=xxxxxxx"
      then qiv understands that the filename of the currently
      displayed image has changed to this new name
      (very useful when using qiv-command to rename files)
    fix image position when zooming to avoid wild jumps
    delete files from list if they cannot be loaded
    display text popup after qiv-command not only in fullscreen mode
    qiv_display_text_window: adjust minimum width of box
    after qiv-command also check file size and ctime
    avoid file overwrites in .qiv-select (NEEDS IMPROVING)
    updated and added more examples to qiv-command
   added small patch by Nick Clifton, setting WM_CLASS name to "qiv"
     (attr.wmclass_name).
   changed a-key/copy to real copy (no links anymore)
   patch-bugfix by Christian Lademann
   adden patch by Christian Lademann
     now slideshow (-s) can also be combine with -x/y/z
   added -F Patch by Martin Fiedler
     now stdin can also be used..
   Xinerama bugfix
   small changes in delete-command

Closes PR pkg/40555.
2010-02-07 19:30:35 +00:00
zafer
67c5086921 add license. remove broken mirror. 2010-02-07 19:15:43 +00:00
zafer
6e6e079c6e update master_sites 2010-02-07 18:41:54 +00:00
zafer
eee43c584d add license. 2010-02-07 18:36:33 +00:00
zafer
c86218a828 add license 2010-02-07 18:25:30 +00:00
zafer
9cf685a70c add license. 2010-02-07 18:06:09 +00:00
gdt
2174a72347 Change deleted comamnd to true (instead of empty) in else/fi to avoid
objections from Mac's /bin/sh.
2010-02-07 17:59:40 +00:00
zafer
84d0d6066a fix link. 2010-02-07 17:56:42 +00:00
zafer
f8b1ddf549 update master_sites 2010-02-07 17:41:46 +00:00
heinz
b2afb5aa0f Added working MASTER_SITES. 2010-02-07 17:32:40 +00:00
zafer
aec062243d update homepage and master_sites. 2010-02-07 17:30:08 +00:00
zafer
20c8e66ca6 remove fondu. 2010-02-07 17:18:38 +00:00
zafer
c7f02c9795 Note update of converters/fondu to 060102 2010-02-07 17:17:55 +00:00
zafer
ed81cc551c satisfy pkglint. 2010-02-07 17:15:54 +00:00
zafer
973a734e44 update to version 060102. add license. 2010-02-07 17:12:34 +00:00
seb
c9cd2bd7cf Note initial addition of p5-HTML-TreeBuilder-XPath version 0.11 as
www/p5-HTML-TreeBuilder-XPath into The NetBSD Packages Collection.

The Perl 5 module HTML::TreeBuilder::XPath adds typical XPath methods
to HTML::TreeBuilder, to make it easy to query a document.
2010-02-07 16:39:42 +00:00
seb
45c648b3bf Add & enable p5-HTML-TreeBuilder-XPath 2010-02-07 16:39:14 +00:00
seb
cebf791b60 Initial import of p5-HTML-TreeBuilder-XPath version 0.11 in the
NetBSD Packages Collection.

The Perl 5 module HTML::TreeBuilder::XPath adds typical XPath methods
to HTML::TreeBuilder, to make it easy to query a document.
2010-02-07 16:38:49 +00:00
wiz
5d20956150 regen, line numbers were too high and patch warned about it.
No effective changes.
2010-02-07 16:12:25 +00:00
wiz
c12441e38a Updated devel/guile-www to 2.25 2010-02-07 16:12:10 +00:00
wiz
d9d895a87a Update to 2.25:
- 2.25 | 2009-05-28
  - changes to (www cgi)
    - bugfix: parse cookies using comma as inter-cookie delim
    - bugfix: query-string no longer masks form-data
    - new proc: cgi:cookie-names
    - new support for ‘uploads-lazy’ (file contents management) style
  - new module: (www server-utils form-2-form)
  - new (www server-utils cookies) proc: simple-parse-cookies
  - new (www server-utils parse-request) procs
    - hqf<-upath
    - alist<-query
    - read-body
  - documentation spiffed
  - distribution includes guile-www.pdf
  - maintenance uses GNU Autoconf 2.63, GNU Automake 1.11
2010-02-07 16:12:01 +00:00
wiz
5867108873 Updated devel/liboil to 0.3.17 2010-02-07 16:10:11 +00:00
wiz
caba367d80 Update to 0.3.17:
liboil-0.3.17
=============

New release of liboil out.  Fixes a bunch of compile bugs.

***** WARNING *****

Liboil is now in maintenence-only mode.  No new features will
be added, and bugs will be fixed according to their severity and
availablility of patches.

Users of liboil are recommended to switch to Orc
(http://code.entropywave.com/projects/orc/).  Please contact
David Schleef <ds at schleef.org> about converting liboil functions
to Orc code -- in many cases this work has already been done.
2010-02-07 16:10:02 +00:00
wiz
57310d8f1f Updated databases/shared-mime-info to 0.71 2010-02-07 16:08:11 +00:00
wiz
472e999620 Update to 0.71:
shared-mime-info 0.71 (2010-02-01)
* Mime-type Changes:
- Add magic for FLAC files
- Add ICC profiles
- Remove duplicate XUL definition
- Add IT8.7/2 profiles
- Add Apple's HTTP Live Streaming playlists
- Add application/pkix-crl
- Match *xsl and *xslt to application/xslt+xml
- Add *.eml glob for message/rfc822 messages
- Add application/vnd.openxmlformats-officedocument.presentationml.slideshow
- Update MathML definition
- Add application/x-java-keystore and application/x-java-jce-keystore
- Add OpenDocument test cases, flat XML file definitions
- Make D sources a sub-class of C sources

* Specification:
- Update version to 0.19

* Other:
- Move to git for VCS
- Use transifex for translations
2010-02-07 16:08:02 +00:00
wiz
b6bdc35203 Updated devel/p5-Mouse to 0.49 2010-02-07 16:07:10 +00:00
wiz
e0b9785554 Update to 0.49:
0.49 Tue Feb  2 12:58:45 2010
    * MouseAccessor.xs
        - Fix RT #54203 that writers might return undef in setting values
            reported by chocolateboy (gfx)

0.48 Sun Jan 31 17:53:31 2010
    * MouseTypeConstraints.xs
        - Fix magic handling in type constraints reported by sunnavy (gfx)
2010-02-07 16:07:01 +00:00
wiz
6fc86b30a8 Updated devel/p5-Module-Install to 0.93 2010-02-07 16:05:50 +00:00
wiz
cbb50e3bb0 Update to 0.93:
0.93 Sun  7 Feb 2010
	- Better search for 'Perl' license (CHORNY)
	- Added automatic executing of xt tests during either author()
	  mode or when RELEASE_TESTING is enabled (ADAMK)
2010-02-07 16:05:41 +00:00
wiz
e6426bead5 Updated devel/p5-Date-Manip to 6.07 2010-02-07 16:04:28 +00:00
wiz
8b3c370d37 Update to 6.07:
Version 6.06    2010-02-05
   Added dm_zdump example script.
   Minor bug where %Z printf format didn't always work.
   Improved TZ::periods functionality
   Fixed bug in Date_ConvTZ where empty values weren't defaulting to local timezone.
      Robert Eden
   Fixed a couple of problems in the generated timezones for some odd cases
      (America/Resolute and Asia/Tehran).
   Added support for 5pm back in (it was omitted accidentally).  Mark Kennedy
   Fixed a minor warning.  Morten Bjoernsvik
   Some additional speedups.
   Newest zoneinfo data.

Version 6.07    2010-02-05
   Fixed bug in Date_TimeZone where it wasn't returning the timezone.  Robert Eden
2010-02-07 16:04:17 +00:00
wiz
05626f6b9a Updated www/p5-CGI to 3.49 2010-02-07 16:02:30 +00:00
wiz
947d14adb7 Update to 3.49:
Version 3.49

  [BUG FIXES]
  1. Fix a regression since 3.44 involving a case when the header includes "Content-Length: 0".
     Thanks to Alex Vandiver (RT#51109)
  2. Suppress uninitialized warnings under -w. Thanks to burak.  (RT#50301)
  3. url() now uses virtual_port() instead of server_port(). Thanks to MKANAT and Yanick Champoux. (RT#51562)

  [SECURITY]
  1. embedded newlines are now filtered out of header values in header().
     Thanks to Mark Stosberg and Yanick Champoux.

  [DOCUMENTATION]
  1. README was updated to reflect that CGI.pm was moved under ./lib.
     Thanks to Alex Vandiver.

  [INTERNALS]
  1. More tests were added for autoescape, thanks to Bob Kuo. (RT#25485)
  2. Attempt to avoid test failures with t/fast, thanks to Steve Hay. (RT#49599)
2010-02-07 16:02:20 +00:00
wiz
154bffb8b3 Updated archivers/p5-Archive-Tar to 1.56 2010-02-07 16:01:40 +00:00
wiz
7e48238bba Update to 1.56:
* important changes in version 1.56 03/02/2010
- Apply a patch from Mark Swayne that addresses RT #50471;

  Archive::Tar generates file headers with space padded numbers for size,
  mtime and checksum. This format is incompatible with some versions of
  the busybox implementation of tar (I am using 1.13.2), which requires 0
  padded numbers (despite comments in the source that say otherwise).

  I've included a patch that adds a control flag that enables zero padded
  numbers in the header. It passes all tests with ActiveState Perl 5.8.8
  on WinXP.
2010-02-07 16:01:30 +00:00
wiz
786e82481f Updated devel/libidn to 1.17 2010-02-07 16:00:23 +00:00
wiz
e9b6602e19 Update to 1.17:
* Version 1.17 (released 2010-02-05)

** Fix symbol export problem for a few variables.
Applications (that use these rarely used variables) built against
versions before 1.13 did not work with libidn versions 1.13 to 1.16.

Symbol versioning was introduced in version 1.13 but by accident some
symbols that were visible before that release were not exported, and
the consequence was that those symbols were not available in version
1.13 to 1.16.  This release fixes the problem, so the symbols are
visible again, making this release backwards compatible with all
earlier releases.

The affected symbols are the following variables:
stringprep_iscsi_prohibit, stringprep_rfc3454_A_1,
stringprep_rfc3454_B_1, stringprep_rfc3454_B_2,
stringprep_rfc3454_B_3, stringprep_rfc3454_C_1_1,
stringprep_rfc3454_C_1_2, stringprep_rfc3454_C_2_1,
stringprep_rfc3454_C_2_2, stringprep_rfc3454_C_3,
stringprep_rfc3454_C_4, stringprep_rfc3454_C_5,
stringprep_rfc3454_C_6, stringprep_rfc3454_C_7,
stringprep_rfc3454_C_8, stringprep_rfc3454_C_9,
stringprep_rfc3454_D_1, stringprep_rfc3454_D_2,
stringprep_saslprep_space_map.

Thanks to Marco d'Itri <md@linux.it> for reporting
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561291> that led to
discovering this problem.

** Really fix the link error of self-tests on MinGW.

** API and ABI is backwards compatible with the previous version.
2010-02-07 16:00:12 +00:00
gdt
4cd9291287 Updated geography/viking to 0.9.91 2010-02-07 15:54:55 +00:00
wiz
d8cec434f4 + asterisk16-1.6.2.2, eric3-4.4.1 [now called eric4], etm-522,
gmp-5.0.1, guile-www-2.25, jhead-2.90, libidn-1.17, liboil-0.3.17,
  moserial-2.28.2 [GNOME 2.28], mysql-5.1.43, p5-Archive-Tar-1.56,
  p5-CGI-3.49, p5-Date-Manip-6.07, p5-Module-Install-0.93,
  p5-Mouse-0.49, pilot-link-libs-0.12.5, py-mpmath-0.14 [pkg/42755],
  shared-mime-info-0.71, tinc-1.0.12, wine-devel-1.1.38,
  x264-devel-20100206.
2010-02-07 15:54:47 +00:00
gdt
79b6967134 Viking 0.9.91 (2010-02-06)
New features since 0.9.9
* Interpolation for maps: use less precise images when wanted image is not prese
nt
* GObjectify maps
** Add compatibility facilities
* GObjectify go-to/search feature
** Add Name finder search engine
** Add Nominatim search engine
** Add Geonames search engine
** Add generic XML search code
* Add configuration file for map sources, goto and external tool
  (See examples in distribution)
* Add option to download only maps that are more recent on server
** Try to download newer tiles when autodownload is set and server supports such
 check
** Tiles must be older than a specified age before checking server
* Add support for recently used files
* Add DEM Gradient
* Add DOAP file
2010-02-07 15:54:33 +00:00