summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2011-08-13Make this build with recent compilers: Include <stdio.h> andapb4-55/+70
<stdlib.h>, remove local declarations of things that are declared standard headers, and explicilty declare a function to return int. Bump PKGREVISION to 1. Both the old and new patch-aa do the same thing, despite looking so different. The new one was produced by mkpatches.
2011-08-12Add dependency to hoe package due to rubygems.taca1-2/+4
Bump PKGREVISION.
2011-08-12Update misc/ruby-launchy package to 2.0.5.taca3-22/+32
== Version 2.0.5 - 2011-07-24 * Fix the case where $BROWSER is set and no *nix desktop was found (copiousfreetime/launchy#33) == Version 2.0.4 - 2011-07-23 * Fix windows 'start' commandline (copiousfreetime/launchy#5) * Add capability to open local files with no file: scheme present (copiousfreetime/launchy#29) * Added 'rake how_to_contribute' task (copiousfreetime/launchy#30) * Make better decisions on when to do shell escaping (copiousfreetime/launchy#31) * Switch to Addressable::URI so UTF-8 urls may be parsed. (copiousfreetime/launchy#32) == Version 2.0.3 - 2011-07-17 * Add in Deprecated API wrappers that warn the user == Version 2.0.2 - 2011-07-17 * Typo fixes from @mtorrent * Documentation updates explicitly stating the Public API * Increase test coverage == Version 2.0.1 - 2011-07-16 * Almost a complete rewrite * JRuby Support * Organization is such that it will be easier to add additional applications * Windows behavior possibly fixed, again == Version 1.0.0 - 2011-03-17 * Add JRuby support (Stephen Judkins) * Remove unused Paths module * Switch to using bones * Switch to use minitest * NOTE, this version was never released.
2011-08-12Update misc/ruby-configuration pacakge to 1.3.1.taca3-9/+10
Unknown but some bug fixes?
2011-08-12Update misc/ruby-commander package to 4.0.5.taca3-7/+9
4.0.5 / 2011-08-09 ================== * Updated documentation to fix inaccuracies and unclear information. * Improved rake tasks for gem development. * Added say_ok, say_warning and say_error methods to print messages in green, yellow or red. (thanks to Simon Courtois) * Fixed; Allow global options to be passed in any order, even mixed with command options. (thanks to Rich Grundy) * Fixed; Global options can be passed before or after the command, they can even be mixed with command options. Closes #8. (thanks to Rich Grundy) * Fixed; Platform test should now correctly identify JRuby. (thanks to Justin Lynn) * Fixed; Add to_s to exceptions as option parser no longer does implicit conversion. (thanks to Justin Lynn)
2011-08-12Add a comment to patch.taca2-3/+5
2011-08-12Update misc/ruby-columnize package to 0.3.4.taca4-9/+24
0.3.4 July 4, 2011 - Change to Ruby License - Add option 'term_adjust' to ignore terminal sequences in text - Add :ljust => :auto to decide whether or not to automatically left or right justify. When passing a hash parameter, the default is :auto.
2011-08-12Update misc/ruby-bundler package to 1.0.17.taca3-8/+12
## 1.0.17 (Aug 8, 2011) Bugfixes: - Fix rake issues with rubygems 1.3.x (#1342) - Fixed invalid byte sequence error while installing gem on Ruby 1.9 (#1341) ## 1.0.16 (Aug 8, 2011) Features: - Performance fix for MRI 1.9 (@efficientcloud, #1288) - Shortcuts (like `bundle i`) for all commands (@amatsuda) - Correcly identify missing child dependency in error message Bugfixes: - Allow Windows network share paths with forward slashes (@mtscout6, #1253) - Check for rubygems.org credentials so `rake release` doesn't hang (#980) - Find cached prerelease gems on rubygems 1.3.x (@dburt, #1202) - Fix `bundle install --without` on kiji (@tmm1, #1287) - Get rid of warning in ruby 1.9.3 (@smartinez87, #1231) Documentation: - Documentation for `gem ..., :require => false` (@kmayer, #1292) - Gems provide "executables", they are rarely also binaries (@fxn, #1242)
2011-08-12Update rubygems package to 1.8.7 with adding compatibility to readtaca16-127/+171
older gemspec files. Changes are too may to write here, please refer History.txt file.
2011-08-06Update to 0.19:wiz3-8/+17
(speech recognition support not yet packaged -- needs gst plugins vader + pocketsphinx; the latter depends on cmusphinx) Gaupol 0.19 =========== * Add speech recognition to allow generating subtitles from video http://live.gnome.org/Gaupol/SpeechRecognition * Fix installation of custom-framerates extension * Add optional dependency on gst-python (this also implies a dependency on one or more of gst-plugins-base, gst-plugins-good, gst-plugins-ugly, gst-plugins-bad, gst-ffmpeg depending on what video and audio formats are being used) http://gstreamer.freedesktop.org/ * Add optional dependency on pocketsphinx http://cmusphinx.sourceforge.net/ * Add gaupol-i18n mailing list for translators * Update Spanish translation (Carlos Mella) * Update Hungarian translation (Andrássy László)
2011-07-31Need string.h for strdup. (same fix as patch-aj, but for x86-64)tnn2-1/+14
2011-07-30bump pkgrevision for zyGrib-5.0.2plunky1-1/+2
2011-07-30update to zyGrib 5.0.2, changelog isplunky3-14/+15
2011-07-15 : zyGrib Version 5.0.2 Reading of grib files from the Norwegian Meteorological Institute, available here: yr.no Limitations: displays weather data (wind, pressure, temperature, precipitation) and waves but not other oceanographic data available in these files (salinity, currents, etc.). files curr4km-skagerak.grb et ggeo-Oslofjord00.grb do not contain data viewable by zygrib. Some minor bugs fixed (there is still much). 2011-07-14 : zyGrib Version 5.0.1 Translations updated: czech (Pavel Kalian), dutch (Reinout de Groen), spanish (Luis Mederos) et frenglish (Jacques). Bug fixed: data waves were forgotten when exporting a météotable in spreadsheet format. Bug fixed : update headers when meteotable list of data is changed (had to close the meteotable). Some minor bugs fixed (don't worry, much remains). 2011-06-29 : zyGrib Version 5.0 The Waves !!!
2011-07-23Update to 3.0.2ryoon2-6/+6
Changelog: 2011-07-16 Zachary Dovel <pizzach@gmail.com> * Fixed warning coming from a tooltip window not being empting when adding an hbox to it. * Tweaks to the mutexes that were causing the program to freeze and choppy query input.
2011-07-22- apply some "const" so this builds with new bison; from jakllschmrg5-1/+64
- include <string.h> when using stdrup - enable compilation with GCC 4.5
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache12-23/+24
2011-07-14Delete unnecessary patch.ryoon2-17/+1
2011-07-14Update to 3.0.0ryoon6-32/+78
* 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-12update to 0.8.16drochner2-6/+7
changes: -Improve ODF 1.2 output of fraction format -Improve accuracy of complex power -bugfixes
2011-07-12Update to 1.1.20110707:wiz2-6/+6
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-12Update to 0.18:wiz3-8/+10
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-08Update "less" package to version 444.tron4-23/+11
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-03check-interpreter fix.jym1-1/+9
2011-07-03Not MAKE_JOBS_SAFE.dholland1-1/+3
2011-07-03fix typodholland1-2/+2
2011-07-03/usr/bin/env clenaup.markd1-1/+4
2011-07-03/usr/bin/env cleanup.markd1-2/+5
2011-07-02Update stellarium to 0.11.0.jakllsch4-24/+29
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/usr/bin/env cleanupmarkd1-5/+13
2011-06-26Add xulrunner-2 support patches.obache7-7/+284
taken from OpenSUSE and Gentoo repository. Bump PKGREVISION, because not bumped at xulrunner updated to 2.0.
2011-06-19Update to 3.3.3ryoon4-23/+19
* Bug fix * Translation update
2011-06-19Add USE_TOOLS+=bash:run, since it uses REPLACE_BASH on installed scripts.dholland1-2/+3
PKGREVISION -> 5. XXX: not actually tested, let me know if it blows up.
2011-06-19Needs REPLACE_BASH like kdepim4. Add USE_TOOLS+=bash:run. PKGREVISION -> 10.dholland1-3/+5
XXX: not actually tested, let me know if it blows up.
2011-06-19Update ruby-launchy package to 0.4.0.taca2-6/+8
= Launchy Changlog == Version 0.4.0 - 2011-01-27 * Add support for file:/// schema (postmodern)
2011-06-19Update ruby-daemons package to 1.1.4.taca3-10/+7
= 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-19Update ruby-commander package to 4.0.4.taca2-6/+6
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-19Update ruby-columnize package to 0.3.3.taca3-8/+9
0.3.3 June 12, 2011 Fleetwood release - More general but simpler inteface using an options hash. Compatibility is maintaind though.
2011-06-17update to zyGrib-maps2.4plunky2-10/+10
(data files, no changelog)
2011-06-17update to zyGrib version 4.0.1:plunky4-25/+60
# 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-14Fix build on NetBSD-current. From Daniel Loffgren in PR 45019.wiz3-10/+31
2011-06-12Add libreoffice3-binryoon1-1/+2
2011-06-12Import libreoffice3-bin-3.3.2 as misc/libreoffice3-binryoon9-0/+169
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-11PR/39663: enable 256 color support (only with ncurses and PDCurses).shattered1-1/+5
2011-06-11Update ruby-bundler package to 1.0.15.taca3-8/+12
## 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-10recursive bump from textproc/icu shlib major bump.obache10-19/+20
2011-05-29+send-pr, oked by wiz@cheusov1-1/+2
2011-05-29send-pr is a tool used to submit problem reports (PRs) to a centralcheusov7-0/+166
GNATS support site.
2011-05-28"screen," -> GNU Screen as pointed out by Snader_LB in freenode as a DESCR ↵mspo1-1/+1
clarification/typo
2011-05-28DESCR_SRC now contains full paths to DESCR filescheusov10-20/+20
2011-05-28add heirloom-printenv, oked by sponsorscheusov1-1/+2