Commit graph

4513 commits

Author SHA1 Message Date
mrg
cea519f72c - apply some "const" so this builds with new bison; from jakllsch
- include <string.h> when using stdrup
- enable compilation with GCC 4.5
2011-07-22 03:03:28 +00:00
obache
8692ff62cb recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
ryoon
3f93f2d198 Delete unnecessary patch. 2011-07-14 23:58:17 +00:00
ryoon
f849648fa2 Update to 3.0.0
* Switch gtk2 to gtk3.

Changelog:
2010-01-10: gWaei 3.0.0
  New version of gwaei made to compile against gtk+-3.0 and match other Gnome 3
apps.  Most of the code has been rewritten and the advantages won't all appear u
ntil futuer versions of the program.

  -Spellcheck is now don't directly with enchant instead of relying on libsexy
  -The backend is now separated into a libtool library for cleaner code.
  -The dictionary folder is now in ~/.config/gwaei instead of ~/.waei.
  -Manual installation of dictionaries is now easier and more straight forward.
  -Translations are now handled by intltool instead of gettext
  -Much of the code now uses GError for proper error handling and message passin
g
  -The code now uses GRegex instead of the C regex library included with the OS,
 making the program more cross platform friendly
2011-07-14 21:11:54 +00:00
drochner
7177b8dd79 update to 0.8.16
changes:
-Improve ODF 1.2 output of fraction format
-Improve accuracy of complex power
-bugfixes
2011-07-12 19:12:45 +00:00
wiz
8a19512062 Update to 1.1.20110707:
2011/07/07
	+ modify util.c to work better with old versions of ncurses:
	  + suppress use of wchgat() before fix in 20060715 which is needed
	    for simple shadow manipulation used here in 2011/06/30 (report
	    by xDog Walker).
	  + add a null-pointer check in dlg_print_scrolled()
	+ fix a regression in dlg_getc() introduced by changes to intercept
	  F1 for help-popup (report by xDog Walker).

2011/06/30
	+ correct license statement for prgbox.c (Debian #632198).
	+ correct layout when "--colors" is used, by discounting characters in
	  the escape sequences from the column counts (report by xDog Walker).
	+ modify dlg_checklist() so that only one item in the list can
	  initially be selected (report by xDog Walker).
	+ add/use macro dlg_enter_buttoncode() to improve implementation of
	  "--nook" option (report by xDog Walker).
	+ add option "--no-nl-expand" to suppress the conversion of "\n"
	  strings into newlines (request by xDog Walker).
	+ modify LIB_CREATE symbol in makefile.in to include the library
	  dependencies such as ncurses.  This is needed when dynamically
	  loading the library (report/analysis by xDog Walker).
	+ modify dlg_exit_label() to suppress the Cancel button, for
	  consistency.
	+ modify dlg_exit_label() to honor the --nook option, except when there
	  is no other button, e.g., the help-button.
	+ modify dlg_exit_buttoncode() so that it returns the proper code for
	  help-button (report by xDog Walker).
	+ correct loop limit when processing "--column-separator" (report by
	  xDog Walker).
	+ modify handling of "--version" and "--help" to ensure that they are
	  processed, and exit before widgets.  Separate "--print-version"
	  from "--version", allowing its output to be interspersed with
	  widget output (report by xDog Walker).
	+ correct a few places where "--version" or "--help" options went
	  always to stdout rather than allowing redirection with the "--stderr"
	  option (report by xDog Walker).
	+ improve repainting after erasing a widget and its shadow.
	+ add "--hline" and "--hfile" options for compatibility with FreeBSD
	  dialog (request by Devin Teske).
	+ add dialog version message when opening a trace file (request by
	  xDog Walker).
	+ show filename of rc-file in traces.
	+ add piped-in data for gauge widget to traces.
	+ add entrypoints to gauge widget, for allocating, updating and freeing
	  the widget (adapted from patch by Stephen Hurd).
	+ fix a reference to freed memory in the gauge widget.
	+ fix --no-mouse option by actually closing the mouse (report by
	  xDog Walker).
	+ add sk.po from
		http://translationproject.org/latest/dialog/
	+ limit Solaris xpg4 portability fix for redefinition of ERR to cover
	  the specific value found in <sys/regset.h>, in case an application
	  includes dialog.h after curses.h (FreeBSD #156601, report by Jaakko
	  Heinonen, Stephen Hurd).
	+ updated configure macros:
	  + CF_CURSES_CPPFLAGS,
	  + CF_CURSES_LIBS, make checks for special libraries on hpux10 and
	    sunos4 optional
	  + CF_CURSES_FUNCS, workaround for bug in gcc 4.2.1 (FreeBSD 8.1)
	    which caused part of test program to be omitted, i.e., when it saw
	    two return-statements in a row it omitted the _first_ one.  Also
	    add expression to pointer check to help FreeBSD's linker decide it
	    should be validated.  Just an assignment was not enough.  Also, add
	    check for unctrl.h
	  + CF_CURSES_HEADER, change order for curses.h / ncurses.h pairs to
	    put ncurses.h first, which will tend to provide the same #define's
	    as in CF_NCURSES_HEADER (report by Dennis Preiser).
	  + CF_CURSES_TERM_H, modify to avoid spurious check for
	    <curses.hterm.h> if there is no ncurses version.  Look for
	    ncurses's term.h anyway, to work around breakage by packagers who
	    separate ncurses' header files.
	  + CF_DISABLE_RPATH_HACK, fix garbled message
	  + CF_LD_RPATH_OPT, add mirbsd
	  + CF_MAKEFLAGS, filter out GNU make's entering/leaving messages.
	    This only appeared when using the macro in a dpkg script, though it
	    should have in other cases.
	  + CF_RPATH_HACK, add a check for libraries not found, e.g., from
	    suppressed functionality of gcc in linking from /usr/local/lib, and
	    add a -L option to help work around this.
	  + CF_XOPEN_SOURCE, workaround for cygwin to get ncurses' configure
	    script to define _XOPEN_SOURCE_EXTENDED (cygwin's features.h
	    doesn't do anything, so it needs a crutch).
	+ updated config.guess, config.sub
2011-07-12 13:50:07 +00:00
wiz
b815cc4d31 Update to 0.18:
Gaupol 0.18
===========

 * Add extension that allows use of custom framerates (#637503)
 * Add "Get more extensions" button to the preferences dialog
 * Relax SubRip file parsing in unambiguous cases (#634129)
 * Fix saving of last used directory in file dialogs with "paths that
   cannot be represented as a local filename" (#649347)
 * Add Brazilian Portuguese translation (Átila Camurça,
   Darlildo Souza)
 * Update German translation (Chris Leick)
2011-07-12 13:36:49 +00:00
tron
fc03537cdd Update "less" package to version 444.
The list of changes between our outdated version 418 and 444 is too long
to list here. You can find all the release notes here:

http://www.greenwoodsoftware.com/less/old.html
2011-07-08 10:42:53 +00:00
jym
d729ab7223 check-interpreter fix. 2011-07-03 16:27:14 +00:00
dholland
7a1f958956 Not MAKE_JOBS_SAFE. 2011-07-03 08:09:49 +00:00
dholland
80c4eb69fd fix typo 2011-07-03 07:21:23 +00:00
markd
63bcff2e34 /usr/bin/env clenaup. 2011-07-03 05:43:34 +00:00
markd
fec252512f /usr/bin/env cleanup. 2011-07-03 02:31:10 +00:00
jakllsch
4fb2611249 Update stellarium to 0.11.0.
Changes since 0.10.6:
New feature: atmosphere refraction support.
New plugin: Historical supernova.
New translatable strings: landscapes.
New moons of solar system planets (LP: #730686).
New feature: using different symbols for nebula icons.
TimeZone plug-in: fixed a bug preventing the saving of custom time zones. (LP: #720107)
Ocular plug-in: Corrected the calculation of CCD FOV.
Ocular plug-in: Implemented rotating the CCD bounding box.
Ocular plug-in: Made Telrad & CCD mutually exclusive.
Ocular plug-in: Implemented better binoculars support (LP: #695568).
Ocular plug-in: Redesign dialog.
SVMT plug-in: Adding QtWebKit dependency.
Satellite plug-in: improve of code.
Solar System Editor plug-in: fixed MPES online search and updated hard-coded URLs (LP: #725870).
Skycultures: two new skyculture descriptions in Norwegian (Bokmål).
Redesign search tool (LP: #730687).
Improved texture manager.
Various problems resolved (LP: #730069, #772206, #683255, #657455, #785574, #515311, #730075, #711887, #688978, #616748, #589634)
2011-07-02 17:58:00 +00:00
markd
8644492085 /usr/bin/env cleanup 2011-07-02 03:19:41 +00:00
obache
145580aa94 Add xulrunner-2 support patches.
taken from OpenSUSE and Gentoo repository.

Bump PKGREVISION, because not bumped at xulrunner updated to 2.0.
2011-06-26 12:46:06 +00:00
ryoon
64dd419033 Update to 3.3.3
* Bug fix
* Translation update
2011-06-19 06:12:26 +00:00
dholland
4c922812c7 Add USE_TOOLS+=bash:run, since it uses REPLACE_BASH on installed scripts.
PKGREVISION -> 5.
XXX: not actually tested, let me know if it blows up.
2011-06-19 02:26:10 +00:00
dholland
2987e07b39 Needs REPLACE_BASH like kdepim4. Add USE_TOOLS+=bash:run. PKGREVISION -> 10.
XXX: not actually tested, let me know if it blows up.
2011-06-19 02:12:59 +00:00
taca
a867890347 Update ruby-launchy package to 0.4.0.
= Launchy Changlog

== Version 0.4.0 - 2011-01-27

* Add support for file:/// schema (postmodern)
2011-06-19 01:49:27 +00:00
taca
37e8c46bbb Update ruby-daemons package to 1.1.4.
= Daemons Release History

== Release 1.1.4: June 17, 2011

* Do not change the umask to 0000 when daemonizing anymore, just leave it as it
  was (thanks to Jon Botelho).

== Release 1.1.3: April 14, 2011

* Fixed a bug in Application.stop: the cached pid number needs to
  be used to check for the status of a killed process (thanks to Jimmy Sieben).

== Release 1.1.2: March 29, 2011

* Fixed gemspec to include all needed files.

== Release 1.1.1: March 29, 2011

* Make the logging facilities work in :mode => :none (i.e. when calling
  Daemons.daemonize) (thanks to the input from Peter Hegedus).
2011-06-19 01:48:39 +00:00
taca
0cc0c95db9 Update ruby-commander package to 4.0.4.
4.0.4 / 2011-04-04
==================

  * Fixed program(:key) behavior for non-Array keys like name, version, description under Ruby 1.9
  * All specs should pass under Ruby 1.9 now

4.0.3 / 2010-04-06
==================

  * Fixed global_option which was consuming arguments when not expected. Closes #22
2011-06-19 01:47:47 +00:00
taca
91bbb4040c Update ruby-columnize package to 0.3.3.
0.3.3 June 12, 2011 Fleetwood release

- More general but simpler inteface using an options
  hash. Compatibility is maintaind though.
2011-06-19 01:46:47 +00:00
plunky
c8320e14bd update to zyGrib-maps2.4
(data files, no changelog)
2011-06-17 16:00:17 +00:00
plunky
00256f19ab update to zyGrib version 4.0.1:
# 2011-05-21 : zyGrib Version 4.0.1

    * User can choose visible data in the left board (right clic in the panel).
    * Bug fixed: crash sometimes with data out of the "normal" range.

# 2011-05-08 : zyGrib Version 4.0

    * NOAA data up to 8 days rather than 7.
    * Color scales.
    * Data values panel can be hidden (Ctrl+V).
    * Colors scale panel can be hidden (Ctrl+Y).
    * Warning : changes in directories structure.
    * Totally new colors scheme.
      Color scales are editable (text files colors_xxx.txt).
          o 1 ligne per threshold : v r g b
            v = threshold value
            r g b = rgb level (red, green, blue) between 0 and 255
          o values must be in ascending order
          o color is attributed to values ##less than or equal to v
            except the last which is also the color of all excess values##
          o fixed color (no interpolation) below the first value or above the last.
    * More complete list of cities (source GeoNames)
      Around 60,000 cities come with zygrib (population >= 3000).
      Around 100,000 smaller cities are available in additional files (see download page).
    * New population threshold for shown cities:
         1. population >= 1000000
         2. population >= 100000
         3. population >= 10000
         4. population >= 1000
         5. population < 1000
    * Bug fixed : values displayed for the position under the mouse are updated when the date is changed using the keyboard.
    * Bug fixed : crash (sometimes) when the mouse was moved on a POI while reading aa grib file.
2011-06-17 15:57:13 +00:00
wiz
ba56ef7503 Fix build on NetBSD-current. From Daniel Loffgren in PR 45019. 2011-06-14 13:25:57 +00:00
ryoon
d94ed40821 Add libreoffice3-bin 2011-06-12 09:08:12 +00:00
ryoon
dbe89d3cf4 Import libreoffice3-bin-3.3.2 as misc/libreoffice3-bin
LibreOffice is the free power-packed Open Source personal productivity
suite for Windows, Macintosh and Linux, that gives you six feature-rich
applications for all your document production and data processing
needs: Writer, Calc, Impress, Draw, Math and Base.

This is linux binary package.
2011-06-12 09:05:30 +00:00
shattered
73b9ef031c PR/39663: enable 256 color support (only with ncurses and PDCurses). 2011-06-11 18:49:31 +00:00
taca
9177a2253e Update ruby-bundler package to 1.0.15.
## 1.0.15 (June 9, 2011)

Features:

  - Improved Rubygems integration, removed many deprecation notices

Bugfixes:

  - Escape URL arguments to git correctly on Windows (1.0.14 regression)

## 1.0.14 (May 27, 2011)

Features:

  - Rubinius platform :rbx (@rkbodenner)
  - Include gem rake tasks with "require 'bundler/gem_tasks" (@indirect)
  - Include user name and email from git config in new gemspec (@ognevsky)

Bugfixes:

  - Set file permissions after checking out git repos (@tissak)
  - Remove deprecated call to Gem::SourceIndex#all_gems (@mpj)
  - Require the version file in new gemspecs (@rubiii)
  - Allow relative paths from the Gemfile in gems with no gemspec (@mbirk)
  - Install gems that contain 'bundler', e.g. guard-bundler (@hone)
  - Display installed path correctly on Windows (@tadman)
  - Escape quotes in git URIs (@mheffner)
  - Improve Rake 0.9 support (@quix)
  - Handle certain directories already existing (@raggi)
  - Escape filenames containing regex characters (@indirect)

## 1.0.13 (May 4, 2011)

Features:

  - Compatibility with Rubygems master (soon to be v1.8) (@evanphx)
  - Informative error when --path points to a broken symlink
  - Support Rake 0.9 and greater (@e2)
  - Output full errors for non-TTYs e.g. pow (@josh)

Bugfixes:

  - Allow spaces in gem path names for gem tasks (@rslifka)
  - Have cap run bundle install from release_path (@martinjagusch)
  - Quote git refspec so zsh doesn't expand it (@goneflyin)

## 1.0.12 (April 8, 2011)

Features:

  - Add --no-deployment option to `install` for disabling it on dev machines
  - Better error message when git fails and cache is present (@parndt)
  - Honor :bundle_cmd in cap `rake` command (@voidlock, @cgriego)

Bugfixes:

  - Compatibility with Rubygems 1.7 and Rails 2.3 and vendored gems (@evanphx)
  - Fix changing gem order in lock (@gucki)
  - Remove color escape sequences when displaying man pages (@bgreenlee)
  - Fix creating GEM_HOME on both JRuby 1.5 and 1.6 (@nickseiger)
  - Fix gems without a gemspec and directories in bin/ (@epall)
  - Fix --no-prune option for `bundle install` (@cmeiklejohn)

## 1.0.11 (April 1, 2011)

Features:

  - Compatibility with Rubygems 1.6 and 1.7
  - Better error messages when a git command fails

Bugfixes:

  - Don't always update gemspec gems (@carllerche)
  - Remove ivar warnings (@jackdempsey)
  - Fix occasional git failures in zsh (@jonah-carbonfive)
  - Consistent lock for gems with double deps like Cap (@akahn)

## 1.0.10 (February 1, 2011)

Bugfixes:

  - Fix a regression loading YAML gemspecs from :git and :path gems
  - Requires, namespaces, etc. to work with changes in Rubygems 1.5
2011-06-11 02:38:03 +00:00
obache
9572f6d892 recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
cheusov
6da59efa6a +send-pr, oked by wiz@ 2011-05-29 13:53:00 +00:00
cheusov
1ecea24412 send-pr is a tool used to submit problem reports (PRs) to a central
GNATS support site.
2011-05-29 13:51:30 +00:00
mspo
a1a98b833c "screen," -> GNU Screen as pointed out by Snader_LB in freenode as a DESCR clarification/typo 2011-05-28 14:11:47 +00:00
cheusov
3d07d2b7a8 DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
cheusov
338977009a add heirloom-printenv, oked by sponsors 2011-05-28 09:58:05 +00:00
cheusov
9d9e76278c heirloom-printenv, a part of heirloom collection 2011-05-28 09:56:56 +00:00
cheusov
1a575d242f add heirloom-random, oked by sponsors 2011-05-28 09:53:58 +00:00
cheusov
3e20549cef heirloom-random, a part of heirloom tools 2011-05-28 09:52:50 +00:00
cheusov
74fd0fa374 add heirloom-hd, approved by sponsors 2011-05-28 09:42:51 +00:00
cheusov
a01ca2018b heirloom part 2011-05-28 09:40:41 +00:00
cheusov
d56ed3e6a8 add heirloom packages, oked by sponsors 2011-05-28 08:34:13 +00:00
cheusov
00088b2adc heirloom part 2011-05-28 08:33:06 +00:00
cheusov
7c318f5b16 heirloom part 2011-05-28 08:32:41 +00:00
cheusov
941c6101ab heirloom part 2011-05-28 08:32:18 +00:00
cheusov
45891ac05d heirloom part 2011-05-28 08:31:54 +00:00
cheusov
7e81bd25b2 heirloom part 2011-05-28 08:31:35 +00:00
cheusov
e4776fb281 heirloom part 2011-05-28 08:31:15 +00:00
cheusov
da8bb4adef heirloom part 2011-05-28 08:30:56 +00:00
cheusov
f6958eabe0 heirloom part 2011-05-28 08:30:35 +00:00