summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
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
2011-05-28heirloom-printenv, a part of heirloom collectioncheusov3-0/+18
2011-05-28add heirloom-random, oked by sponsorscheusov1-1/+2
2011-05-28heirloom-random, a part of heirloom toolscheusov3-0/+18
2011-05-28add heirloom-hd, approved by sponsorscheusov1-1/+2
2011-05-28heirloom partcheusov3-0/+17
2011-05-28add heirloom packages, oked by sponsorscheusov1-1/+11
2011-05-28heirloom partcheusov3-0/+21
2011-05-28heirloom partcheusov3-0/+21
2011-05-28heirloom partcheusov3-0/+20
2011-05-28heirloom partcheusov3-0/+17
2011-05-28heirloom partcheusov3-0/+17
2011-05-28heirloom partcheusov3-0/+20
2011-05-28heirloom partcheusov3-0/+28
2011-05-28heirloom partcheusov3-0/+19
2011-05-28heirloom partcheusov3-0/+18
2011-05-28heirloom partcheusov3-0/+18